2024-05-06T01:43:17.078 INFO:root:teuthology version: 0.0.1.dev271+g1ae7ad8 2024-05-06T01:43:17.078 DEBUG:teuthology.run:Teuthology command: teuthology --description rados/cephadm/workunits/{0-distro/centos_9.stream_runc agent/on mon_election/connectivity task/test_extra_daemon_features} --name yuriw-2024-05-03_23:44:50-rados-wip-yuriw-testing-20240503.181540-main-distro-default-smithi --archive /home/teuthworker/archive/yuriw-2024-05-03_23:44:50-rados-wip-yuriw-testing-20240503.181540-main-distro-default-smithi/7690006 --verbose --owner scheduled_yuriw@teuthology -- /home/teuthworker/archive/yuriw-2024-05-03_23:44:50-rados-wip-yuriw-testing-20240503.181540-main-distro-default-smithi/7690006/orig.config.yaml 2024-05-06T01:43:17.119 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-05-06T01:43:17.209 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-05-03_23:44:50-rados-wip-yuriw-testing-20240503.181540-main-distro-default-smithi/7690006 branch: wip-yuriw-testing-20240503.181540-main description: rados/cephadm/workunits/{0-distro/centos_9.stream_runc agent/on mon_election/connectivity task/test_extra_daemon_features} email: yweinste@redhat.com first_in_suite: false job_id: '7690006' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2024-05-03_23:44:50-rados-wip-yuriw-testing-20240503.181540-main-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-yuriw-testing-20240503.181540-main ceph: conf: global: mon election default strategy: 3 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: true mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) log-only-match: - CEPHADM_ sha1: e08cbbf6fd79a8dd2949f340bce25e28ea3db004 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: e08cbbf6fd79a8dd2949f340bce25e28ea3db004 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuriw-testing-20240503.181540-main sha1: e08cbbf6fd79a8dd2949f340bce25e28ea3db004 owner: scheduled_yuriw@teuthology priority: 99 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - mon.a - mgr.a - osd.0 - - host.b - mon.b - mgr.b - osd.1 seed: 4116 sha1: e08cbbf6fd79a8dd2949f340bce25e28ea3db004 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuriw-testing-20240503.181540-main suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_e08cbbf6fd79a8dd2949f340bce25e28ea3db004/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: e08cbbf6fd79a8dd2949f340bce25e28ea3db004 targets: smithi055.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBD5A21kFlvQWQMg8DbUl2tSz1Al3XFY4iRLe3axd+gvCVgddVJAg/DC7CMvtoHFoEl3vwPRY+sZF5TDRxvD3poo= smithi177.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDOr4Ga8Cvai6noT6XGu64myvOPcTrp5JdOzmWYYhTewXaXzkEsgwqr7s29NUFQnvWSz9mU8DME28V9WZg/ZabU= tasks: - pexec: all: - sudo dnf install runc -y - sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf - sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf - install: null - cephadm: null - 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: 1ae7ad82388e92a475afff437d49054826c019a1 timestamp: 2024-05-03_23:44:50 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-05-06T01:43:17.209 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_e08cbbf6fd79a8dd2949f340bce25e28ea3db004/qa; will attempt to use it 2024-05-06T01:43:17.210 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_e08cbbf6fd79a8dd2949f340bce25e28ea3db004/qa/tasks 2024-05-06T01:43:17.210 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-05-06T01:43:17.212 INFO:teuthology.task.internal:Checking packages... 2024-05-06T01:43:17.235 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'e08cbbf6fd79a8dd2949f340bce25e28ea3db004' 2024-05-06T01:43:17.235 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-05-06T01:43:17.235 INFO:teuthology.packaging:ref: None 2024-05-06T01:43:17.235 INFO:teuthology.packaging:tag: None 2024-05-06T01:43:17.235 INFO:teuthology.packaging:branch: wip-yuriw-testing-20240503.181540-main 2024-05-06T01:43:17.235 INFO:teuthology.packaging:sha1: e08cbbf6fd79a8dd2949f340bce25e28ea3db004 2024-05-06T01:43:17.235 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=wip-yuriw-testing-20240503.181540-main 2024-05-06T01:43:17.385 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-3516.ge08cbbf6 2024-05-06T01:43:17.387 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-05-06T01:43:17.393 INFO:teuthology.task.internal:no buildpackages task found 2024-05-06T01:43:17.393 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-05-06T01:43:17.415 INFO:teuthology.task.internal:Saving configuration 2024-05-06T01:43:17.430 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-05-06T01:43:17.436 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-06T01:43:17.464 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi055.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-05-03_23:44:50-rados-wip-yuriw-testing-20240503.181540-main-distro-default-smithi/7690006', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-06 01:38:20.124598', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBD5A21kFlvQWQMg8DbUl2tSz1Al3XFY4iRLe3axd+gvCVgddVJAg/DC7CMvtoHFoEl3vwPRY+sZF5TDRxvD3poo='} 2024-05-06T01:43:17.485 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi177.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-05-03_23:44:50-rados-wip-yuriw-testing-20240503.181540-main-distro-default-smithi/7690006', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-06 01:38:20.126402', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDOr4Ga8Cvai6noT6XGu64myvOPcTrp5JdOzmWYYhTewXaXzkEsgwqr7s29NUFQnvWSz9mU8DME28V9WZg/ZabU='} 2024-05-06T01:43:17.485 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-05-06T01:43:17.492 INFO:teuthology.task.internal:roles: ubuntu@smithi055.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2024-05-06T01:43:17.492 INFO:teuthology.task.internal:roles: ubuntu@smithi177.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2024-05-06T01:43:17.492 INFO:teuthology.run_tasks:Running task console_log... 2024-05-06T01:43:17.568 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f35220c0160>, signals=[15]) 2024-05-06T01:43:17.568 INFO:teuthology.run_tasks:Running task internal.connect... 2024-05-06T01:43:17.574 INFO:teuthology.task.internal:Opening connections... 2024-05-06T01:43:17.575 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi055.front.sepia.ceph.com 2024-05-06T01:43:17.577 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi055.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-06T01:43:17.656 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi177.front.sepia.ceph.com 2024-05-06T01:43:17.657 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi177.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-06T01:43:17.728 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-05-06T01:43:17.734 DEBUG:teuthology.orchestra.run.smithi055:> uname -m 2024-05-06T01:43:17.753 INFO:teuthology.orchestra.run.smithi055.stdout:x86_64 2024-05-06T01:43:17.753 DEBUG:teuthology.orchestra.run.smithi055:> cat /etc/os-release 2024-05-06T01:43:17.811 INFO:teuthology.orchestra.run.smithi055.stdout:NAME="CentOS Stream" 2024-05-06T01:43:17.811 INFO:teuthology.orchestra.run.smithi055.stdout:VERSION="9" 2024-05-06T01:43:17.811 INFO:teuthology.orchestra.run.smithi055.stdout:ID="centos" 2024-05-06T01:43:17.811 INFO:teuthology.orchestra.run.smithi055.stdout:ID_LIKE="rhel fedora" 2024-05-06T01:43:17.811 INFO:teuthology.orchestra.run.smithi055.stdout:VERSION_ID="9" 2024-05-06T01:43:17.811 INFO:teuthology.orchestra.run.smithi055.stdout:PLATFORM_ID="platform:el9" 2024-05-06T01:43:17.811 INFO:teuthology.orchestra.run.smithi055.stdout:PRETTY_NAME="CentOS Stream 9" 2024-05-06T01:43:17.812 INFO:teuthology.orchestra.run.smithi055.stdout:ANSI_COLOR="0;31" 2024-05-06T01:43:17.812 INFO:teuthology.orchestra.run.smithi055.stdout:LOGO="fedora-logo-icon" 2024-05-06T01:43:17.812 INFO:teuthology.orchestra.run.smithi055.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-05-06T01:43:17.812 INFO:teuthology.orchestra.run.smithi055.stdout:HOME_URL="https://centos.org/" 2024-05-06T01:43:17.812 INFO:teuthology.orchestra.run.smithi055.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-05-06T01:43:17.812 INFO:teuthology.orchestra.run.smithi055.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-05-06T01:43:17.812 INFO:teuthology.orchestra.run.smithi055.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-05-06T01:43:17.813 INFO:teuthology.lock.ops:Updating smithi055.front.sepia.ceph.com on lock server 2024-05-06T01:43:17.833 DEBUG:teuthology.orchestra.run.smithi177:> uname -m 2024-05-06T01:43:17.850 INFO:teuthology.orchestra.run.smithi177.stdout:x86_64 2024-05-06T01:43:17.850 DEBUG:teuthology.orchestra.run.smithi177:> cat /etc/os-release 2024-05-06T01:43:17.909 INFO:teuthology.orchestra.run.smithi177.stdout:NAME="CentOS Stream" 2024-05-06T01:43:17.909 INFO:teuthology.orchestra.run.smithi177.stdout:VERSION="9" 2024-05-06T01:43:17.909 INFO:teuthology.orchestra.run.smithi177.stdout:ID="centos" 2024-05-06T01:43:17.909 INFO:teuthology.orchestra.run.smithi177.stdout:ID_LIKE="rhel fedora" 2024-05-06T01:43:17.909 INFO:teuthology.orchestra.run.smithi177.stdout:VERSION_ID="9" 2024-05-06T01:43:17.909 INFO:teuthology.orchestra.run.smithi177.stdout:PLATFORM_ID="platform:el9" 2024-05-06T01:43:17.909 INFO:teuthology.orchestra.run.smithi177.stdout:PRETTY_NAME="CentOS Stream 9" 2024-05-06T01:43:17.909 INFO:teuthology.orchestra.run.smithi177.stdout:ANSI_COLOR="0;31" 2024-05-06T01:43:17.909 INFO:teuthology.orchestra.run.smithi177.stdout:LOGO="fedora-logo-icon" 2024-05-06T01:43:17.909 INFO:teuthology.orchestra.run.smithi177.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-05-06T01:43:17.910 INFO:teuthology.orchestra.run.smithi177.stdout:HOME_URL="https://centos.org/" 2024-05-06T01:43:17.910 INFO:teuthology.orchestra.run.smithi177.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-05-06T01:43:17.910 INFO:teuthology.orchestra.run.smithi177.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-05-06T01:43:17.910 INFO:teuthology.orchestra.run.smithi177.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-05-06T01:43:17.910 INFO:teuthology.lock.ops:Updating smithi177.front.sepia.ceph.com on lock server 2024-05-06T01:43:17.933 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-05-06T01:43:17.941 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-05-06T01:43:17.946 INFO:teuthology.task.internal:Checking for old test directory... 2024-05-06T01:43:17.946 DEBUG:teuthology.orchestra.run.smithi055:> test '!' -e /home/ubuntu/cephtest 2024-05-06T01:43:17.948 DEBUG:teuthology.orchestra.run.smithi177:> test '!' -e /home/ubuntu/cephtest 2024-05-06T01:43:17.967 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-05-06T01:43:17.973 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-05-06T01:43:17.973 DEBUG:teuthology.orchestra.run.smithi055:> test -z $(ls -A /var/lib/ceph) 2024-05-06T01:43:18.006 DEBUG:teuthology.orchestra.run.smithi177:> test -z $(ls -A /var/lib/ceph) 2024-05-06T01:43:18.037 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-05-06T01:43:18.096 INFO:teuthology.run_tasks:Running task kernel... 2024-05-06T01:43:18.110 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-05-06T01:43:18.110 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-05-06T01:43:18.111 DEBUG:teuthology.orchestra.run.smithi055:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-06T01:43:18.111 DEBUG:teuthology.orchestra.run.smithi177:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-06T01:43:18.130 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-06T01:43:18.131 DEBUG:teuthology.orchestra.run.smithi055:> uname -r 2024-05-06T01:43:18.132 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-06T01:43:18.133 DEBUG:teuthology.orchestra.run.smithi177:> uname -r 2024-05-06T01:43:18.188 INFO:teuthology.orchestra.run.smithi055.stdout:5.14.0-437.el9.x86_64 2024-05-06T01:43:18.188 INFO:teuthology.task.kernel:Running kernel on smithi055: 5.14.0-437.el9.x86_64 2024-05-06T01:43:18.189 DEBUG:teuthology.orchestra.run.smithi055:> sudo yum install -y kernel 2024-05-06T01:43:18.190 INFO:teuthology.orchestra.run.smithi177.stdout:5.14.0-437.el9.x86_64 2024-05-06T01:43:18.190 INFO:teuthology.task.kernel:Running kernel on smithi177: 5.14.0-437.el9.x86_64 2024-05-06T01:43:18.190 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum install -y kernel 2024-05-06T01:43:21.146 INFO:teuthology.orchestra.run.smithi055.stdout:CentOS Stream 9 - BaseOS 5.8 MB/s | 8.0 MB 00:01 2024-05-06T01:43:24.464 INFO:teuthology.orchestra.run.smithi055.stdout:CentOS Stream 9 - AppStream 8.7 MB/s | 19 MB 00:02 2024-05-06T01:43:28.491 INFO:teuthology.orchestra.run.smithi177.stdout:CentOS Stream 9 - BaseOS 945 kB/s | 8.0 MB 00:08 2024-05-06T01:43:28.989 INFO:teuthology.orchestra.run.smithi055.stdout:CentOS Stream 9 - CRB 7.2 MB/s | 6.2 MB 00:00 2024-05-06T01:43:30.590 INFO:teuthology.orchestra.run.smithi055.stdout:CentOS Stream 9 - Extras packages 41 kB/s | 16 kB 00:00 2024-05-06T01:43:31.885 INFO:teuthology.orchestra.run.smithi055.stdout:Extra Packages for Enterprise Linux 18 MB/s | 21 MB 00:01 2024-05-06T01:43:31.934 INFO:teuthology.orchestra.run.smithi177.stdout:CentOS Stream 9 - AppStream 8.0 MB/s | 19 MB 00:02 2024-05-06T01:43:37.192 INFO:teuthology.orchestra.run.smithi177.stdout:CentOS Stream 9 - CRB 3.8 MB/s | 6.2 MB 00:01 2024-05-06T01:43:37.216 INFO:teuthology.orchestra.run.smithi055.stdout:lab-extras 35 kB/s | 1.7 kB 00:00 2024-05-06T01:43:39.173 INFO:teuthology.orchestra.run.smithi055.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-05-06T01:43:39.173 INFO:teuthology.orchestra.run.smithi055.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-05-06T01:43:39.260 INFO:teuthology.orchestra.run.smithi055.stdout:Dependencies resolved. 2024-05-06T01:43:39.261 INFO:teuthology.orchestra.run.smithi055.stdout:Nothing to do. 2024-05-06T01:43:39.261 INFO:teuthology.orchestra.run.smithi055.stdout:Complete! 2024-05-06T01:43:39.374 DEBUG:teuthology.orchestra.run.smithi055:> echo no | sudo yum reinstall kernel || true 2024-05-06T01:43:39.468 INFO:teuthology.orchestra.run.smithi177.stdout:CentOS Stream 9 - Extras packages 14 kB/s | 16 kB 00:01 2024-05-06T01:43:39.898 INFO:teuthology.orchestra.run.smithi055.stdout:Last metadata expiration check: 0:00:02 ago on Mon 06 May 2024 01:43:37 AM UTC. 2024-05-06T01:43:40.037 INFO:teuthology.orchestra.run.smithi055.stdout:Dependencies resolved. 2024-05-06T01:43:40.043 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2024-05-06T01:43:40.043 INFO:teuthology.orchestra.run.smithi055.stdout: Package Architecture Version Repository Size 2024-05-06T01:43:40.043 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2024-05-06T01:43:40.044 INFO:teuthology.orchestra.run.smithi055.stdout:Reinstalling: 2024-05-06T01:43:40.044 INFO:teuthology.orchestra.run.smithi055.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-05-06T01:43:40.044 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-05-06T01:43:40.044 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction Summary 2024-05-06T01:43:40.044 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2024-05-06T01:43:40.044 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-05-06T01:43:40.044 INFO:teuthology.orchestra.run.smithi055.stdout:Total download size: 255 k 2024-05-06T01:43:40.044 INFO:teuthology.orchestra.run.smithi055.stdout:Installed size: 0 2024-05-06T01:43:40.044 INFO:teuthology.orchestra.run.smithi055.stderr:Operation aborted. 2024-05-06T01:43:40.103 INFO:teuthology.orchestra.run.smithi055.stdout:Is this ok [y/N]: 2024-05-06T01:43:40.103 DEBUG:teuthology.orchestra.run.smithi055:> sudo yum reinstall -y kernel || true 2024-05-06T01:43:40.619 INFO:teuthology.orchestra.run.smithi055.stdout:Last metadata expiration check: 0:00:03 ago on Mon 06 May 2024 01:43:37 AM UTC. 2024-05-06T01:43:40.743 INFO:teuthology.orchestra.run.smithi055.stdout:Dependencies resolved. 2024-05-06T01:43:40.744 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2024-05-06T01:43:40.744 INFO:teuthology.orchestra.run.smithi055.stdout: Package Architecture Version Repository Size 2024-05-06T01:43:40.744 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2024-05-06T01:43:40.744 INFO:teuthology.orchestra.run.smithi055.stdout:Reinstalling: 2024-05-06T01:43:40.744 INFO:teuthology.orchestra.run.smithi055.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-05-06T01:43:40.744 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-05-06T01:43:40.744 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction Summary 2024-05-06T01:43:40.744 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2024-05-06T01:43:40.744 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-05-06T01:43:40.744 INFO:teuthology.orchestra.run.smithi055.stdout:Total download size: 255 k 2024-05-06T01:43:40.744 INFO:teuthology.orchestra.run.smithi055.stdout:Installed size: 0 2024-05-06T01:43:40.744 INFO:teuthology.orchestra.run.smithi055.stdout:Downloading Packages: 2024-05-06T01:43:40.935 INFO:teuthology.orchestra.run.smithi055.stdout:kernel-5.14.0-437.el9.x86_64.rpm 1.6 MB/s | 255 kB 00:00 2024-05-06T01:43:40.935 INFO:teuthology.orchestra.run.smithi055.stdout:-------------------------------------------------------------------------------- 2024-05-06T01:43:40.935 INFO:teuthology.orchestra.run.smithi055.stdout:Total 1.3 MB/s | 255 kB 00:00 2024-05-06T01:43:40.955 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction check 2024-05-06T01:43:41.013 INFO:teuthology.orchestra.run.smithi177.stdout:Extra Packages for Enterprise Linux 15 MB/s | 21 MB 00:01 2024-05-06T01:43:41.127 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction check succeeded. 2024-05-06T01:43:41.127 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction test 2024-05-06T01:43:41.132 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction test succeeded. 2024-05-06T01:43:41.133 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction 2024-05-06T01:43:41.263 INFO:teuthology.orchestra.run.smithi055.stdout: Preparing : 1/1 2024-05-06T01:43:41.345 INFO:teuthology.orchestra.run.smithi055.stdout: Reinstalling : kernel-5.14.0-437.el9.x86_64 1/2 2024-05-06T01:43:41.345 INFO:teuthology.orchestra.run.smithi055.stdout: Cleanup : kernel-5.14.0-437.el9.x86_64 2/2 2024-05-06T01:43:42.022 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: kernel-5.14.0-437.el9.x86_64 2/2 2024-05-06T01:43:42.022 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 1/2 2024-05-06T01:43:42.701 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 2/2 2024-05-06T01:43:42.701 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-05-06T01:43:42.701 INFO:teuthology.orchestra.run.smithi055.stdout:Reinstalled: 2024-05-06T01:43:42.701 INFO:teuthology.orchestra.run.smithi055.stdout: kernel-5.14.0-437.el9.x86_64 2024-05-06T01:43:42.701 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-05-06T01:43:42.701 INFO:teuthology.orchestra.run.smithi055.stdout:Complete! 2024-05-06T01:43:42.882 DEBUG:teuthology.orchestra.run.smithi055:> rpm -q kernel | sort -rV | head -n 1 2024-05-06T01:43:42.931 INFO:teuthology.orchestra.run.smithi055.stdout:kernel-5.14.0-437.el9.x86_64 2024-05-06T01:43:42.932 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-437.el9.x86_64 2024-05-06T01:43:42.932 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-05-06T01:43:42.932 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-05-06T01:43:42.933 DEBUG:teuthology.orchestra.run.smithi055:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-06T01:43:42.965 INFO:teuthology.orchestra.run.smithi055.stdout:ttyS1 2024-05-06T01:43:42.985 DEBUG:teuthology.parallel:result is None 2024-05-06T01:43:46.435 INFO:teuthology.orchestra.run.smithi177.stdout:lab-extras 5.5 kB/s | 1.7 kB 00:00 2024-05-06T01:43:48.294 INFO:teuthology.orchestra.run.smithi177.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-05-06T01:43:48.294 INFO:teuthology.orchestra.run.smithi177.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-05-06T01:43:48.376 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2024-05-06T01:43:48.377 INFO:teuthology.orchestra.run.smithi177.stdout:Nothing to do. 2024-05-06T01:43:48.377 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2024-05-06T01:43:48.486 DEBUG:teuthology.orchestra.run.smithi177:> echo no | sudo yum reinstall kernel || true 2024-05-06T01:43:48.988 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:00:02 ago on Mon 06 May 2024 01:43:46 AM UTC. 2024-05-06T01:43:49.108 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2024-05-06T01:43:49.120 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-05-06T01:43:49.120 INFO:teuthology.orchestra.run.smithi177.stdout: Package Architecture Version Repository Size 2024-05-06T01:43:49.120 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-05-06T01:43:49.120 INFO:teuthology.orchestra.run.smithi177.stdout:Reinstalling: 2024-05-06T01:43:49.120 INFO:teuthology.orchestra.run.smithi177.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-05-06T01:43:49.120 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-05-06T01:43:49.120 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction Summary 2024-05-06T01:43:49.120 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-05-06T01:43:49.120 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-05-06T01:43:49.120 INFO:teuthology.orchestra.run.smithi177.stdout:Total download size: 255 k 2024-05-06T01:43:49.120 INFO:teuthology.orchestra.run.smithi177.stdout:Installed size: 0 2024-05-06T01:43:49.121 INFO:teuthology.orchestra.run.smithi177.stderr:Operation aborted. 2024-05-06T01:43:49.174 INFO:teuthology.orchestra.run.smithi177.stdout:Is this ok [y/N]: 2024-05-06T01:43:49.174 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum reinstall -y kernel || true 2024-05-06T01:43:49.672 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:00:03 ago on Mon 06 May 2024 01:43:46 AM UTC. 2024-05-06T01:43:49.790 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2024-05-06T01:43:49.790 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-05-06T01:43:49.790 INFO:teuthology.orchestra.run.smithi177.stdout: Package Architecture Version Repository Size 2024-05-06T01:43:49.791 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-05-06T01:43:49.791 INFO:teuthology.orchestra.run.smithi177.stdout:Reinstalling: 2024-05-06T01:43:49.791 INFO:teuthology.orchestra.run.smithi177.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-05-06T01:43:49.791 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-05-06T01:43:49.791 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction Summary 2024-05-06T01:43:49.791 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-05-06T01:43:49.791 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-05-06T01:43:49.791 INFO:teuthology.orchestra.run.smithi177.stdout:Total download size: 255 k 2024-05-06T01:43:49.791 INFO:teuthology.orchestra.run.smithi177.stdout:Installed size: 0 2024-05-06T01:43:49.791 INFO:teuthology.orchestra.run.smithi177.stdout:Downloading Packages: 2024-05-06T01:43:50.040 INFO:teuthology.orchestra.run.smithi177.stdout:kernel-5.14.0-437.el9.x86_64.rpm 1.9 MB/s | 255 kB 00:00 2024-05-06T01:43:50.040 INFO:teuthology.orchestra.run.smithi177.stdout:-------------------------------------------------------------------------------- 2024-05-06T01:43:50.040 INFO:teuthology.orchestra.run.smithi177.stdout:Total 1.0 MB/s | 255 kB 00:00 2024-05-06T01:43:50.058 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction check 2024-05-06T01:43:50.242 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction check succeeded. 2024-05-06T01:43:50.243 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction test 2024-05-06T01:43:50.247 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction test succeeded. 2024-05-06T01:43:50.248 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction 2024-05-06T01:43:50.368 INFO:teuthology.orchestra.run.smithi177.stdout: Preparing : 1/1 2024-05-06T01:43:50.441 INFO:teuthology.orchestra.run.smithi177.stdout: Reinstalling : kernel-5.14.0-437.el9.x86_64 1/2 2024-05-06T01:43:50.441 INFO:teuthology.orchestra.run.smithi177.stdout: Cleanup : kernel-5.14.0-437.el9.x86_64 2/2 2024-05-06T01:43:51.096 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: kernel-5.14.0-437.el9.x86_64 2/2 2024-05-06T01:43:51.096 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 1/2 2024-05-06T01:43:51.770 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 2/2 2024-05-06T01:43:51.771 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-05-06T01:43:51.771 INFO:teuthology.orchestra.run.smithi177.stdout:Reinstalled: 2024-05-06T01:43:51.771 INFO:teuthology.orchestra.run.smithi177.stdout: kernel-5.14.0-437.el9.x86_64 2024-05-06T01:43:51.771 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-05-06T01:43:51.771 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2024-05-06T01:43:51.940 DEBUG:teuthology.orchestra.run.smithi177:> rpm -q kernel | sort -rV | head -n 1 2024-05-06T01:43:51.987 INFO:teuthology.orchestra.run.smithi177.stdout:kernel-5.14.0-437.el9.x86_64 2024-05-06T01:43:51.987 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-437.el9.x86_64 2024-05-06T01:43:51.987 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-05-06T01:43:51.988 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-05-06T01:43:51.988 DEBUG:teuthology.orchestra.run.smithi177:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-06T01:43:52.026 INFO:teuthology.orchestra.run.smithi177.stdout:ttyS1 2024-05-06T01:43:52.044 DEBUG:teuthology.parallel:result is None 2024-05-06T01:43:52.044 INFO:teuthology.run_tasks:Running task internal.base... 2024-05-06T01:43:52.051 INFO:teuthology.task.internal:Creating test directory... 2024-05-06T01:43:52.051 DEBUG:teuthology.orchestra.run.smithi055:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-06T01:43:52.053 DEBUG:teuthology.orchestra.run.smithi177:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-06T01:43:52.098 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-05-06T01:43:52.105 INFO:teuthology.run_tasks:Running task internal.archive... 2024-05-06T01:43:52.111 INFO:teuthology.task.internal:Creating archive directory... 2024-05-06T01:43:52.112 DEBUG:teuthology.orchestra.run.smithi055:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-06T01:43:52.114 DEBUG:teuthology.orchestra.run.smithi177:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-06T01:43:52.166 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-05-06T01:43:52.173 INFO:teuthology.task.internal:Enabling coredump saving... 2024-05-06T01:43:52.173 DEBUG:teuthology.orchestra.run.smithi055:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-05-06T01:43:52.184 DEBUG:teuthology.orchestra.run.smithi177:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-05-06T01:43:52.215 INFO:teuthology.orchestra.run.smithi055.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-06T01:43:52.226 INFO:teuthology.orchestra.run.smithi055.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-06T01:43:52.252 INFO:teuthology.orchestra.run.smithi177.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-06T01:43:52.261 INFO:teuthology.orchestra.run.smithi177.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-06T01:43:52.263 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-05-06T01:43:52.271 INFO:teuthology.task.internal:Configuring sudo... 2024-05-06T01:43:52.271 DEBUG:teuthology.orchestra.run.smithi055:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-06T01:43:52.273 DEBUG:teuthology.orchestra.run.smithi177:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-06T01:43:52.300 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-05-06T01:43:52.313 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-05-06T01:43:52.314 DEBUG:teuthology.orchestra.run.smithi055:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-06T01:43:52.343 DEBUG:teuthology.orchestra.run.smithi177:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-06T01:43:52.358 DEBUG:teuthology.orchestra.run.smithi055:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-06T01:43:52.444 DEBUG:teuthology.orchestra.run.smithi055:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-06T01:43:52.498 DEBUG:teuthology.orchestra.run.smithi055:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-06T01:43:52.583 DEBUG:teuthology.orchestra.run.smithi055:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-06T01:43:52.628 DEBUG:teuthology.orchestra.run.smithi055:> set -ex 2024-05-06T01:43:52.628 DEBUG:teuthology.orchestra.run.smithi055:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-06T01:43:52.695 DEBUG:teuthology.orchestra.run.smithi177:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-06T01:43:52.737 DEBUG:teuthology.orchestra.run.smithi177:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-06T01:43:52.793 DEBUG:teuthology.orchestra.run.smithi177:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-06T01:43:52.875 DEBUG:teuthology.orchestra.run.smithi177:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-06T01:43:52.913 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2024-05-06T01:43:52.913 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-06T01:43:52.976 DEBUG:teuthology.orchestra.run.smithi055:> sudo service rsyslog restart 2024-05-06T01:43:52.978 DEBUG:teuthology.orchestra.run.smithi177:> sudo service rsyslog restart 2024-05-06T01:43:53.019 INFO:teuthology.orchestra.run.smithi055.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-06T01:43:53.048 INFO:teuthology.orchestra.run.smithi177.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-06T01:43:53.553 INFO:teuthology.run_tasks:Running task internal.timer... 2024-05-06T01:43:53.561 INFO:teuthology.task.internal:Starting timer... 2024-05-06T01:43:53.562 INFO:teuthology.run_tasks:Running task pcp... 2024-05-06T01:43:53.581 INFO:teuthology.run_tasks:Running task selinux... 2024-05-06T01:43:53.590 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-05-06T01:43:53.591 DEBUG:teuthology.orchestra.run.smithi055:> sudo service auditd rotate 2024-05-06T01:43:53.668 INFO:teuthology.orchestra.run.smithi055.stdout:Rotating logs: 2024-05-06T01:43:53.670 DEBUG:teuthology.orchestra.run.smithi177:> sudo service auditd rotate 2024-05-06T01:43:53.711 INFO:teuthology.orchestra.run.smithi177.stdout:Rotating logs: 2024-05-06T01:43:53.713 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-05-06T01:43:53.713 DEBUG:teuthology.orchestra.run.smithi055:> /usr/sbin/getenforce 2024-05-06T01:43:53.742 INFO:teuthology.orchestra.run.smithi055.stdout:Permissive 2024-05-06T01:43:53.743 DEBUG:teuthology.orchestra.run.smithi177:> /usr/sbin/getenforce 2024-05-06T01:43:53.776 INFO:teuthology.orchestra.run.smithi177.stdout:Permissive 2024-05-06T01:43:53.776 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi055.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi177.front.sepia.ceph.com': 'permissive'} 2024-05-06T01:43:53.777 DEBUG:teuthology.orchestra.run.smithi055:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-05-06T01:43:53.807 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-06T01:43:53.808 DEBUG:teuthology.orchestra.run.smithi177:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-05-06T01:43:53.841 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-06T01:43:53.841 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-05-06T01:43:53.841 DEBUG:teuthology.orchestra.run.smithi055:> sudo /usr/sbin/setenforce permissive 2024-05-06T01:43:53.872 DEBUG:teuthology.orchestra.run.smithi177:> sudo /usr/sbin/setenforce permissive 2024-05-06T01:43:53.904 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-05-06T01:43:53.913 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-05-06T01:43:53.918 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-05-06T01:43:54.036 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-05-06T01:43:54.052 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-05-06T01:43:54.053 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi055.front.sepia.ceph.com,smithi177.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-05-06T01:47:47.219 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi055.front.sepia.ceph.com'), Remote(name='ubuntu@smithi177.front.sepia.ceph.com')] 2024-05-06T01:47:47.220 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi055.front.sepia.ceph.com' 2024-05-06T01:47:47.221 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi055.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-06T01:47:47.301 DEBUG:teuthology.orchestra.run.smithi055:> true 2024-05-06T01:47:47.390 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi055.front.sepia.ceph.com' 2024-05-06T01:47:47.390 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi177.front.sepia.ceph.com' 2024-05-06T01:47:47.391 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi177.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-06T01:47:47.463 DEBUG:teuthology.orchestra.run.smithi177:> true 2024-05-06T01:47:47.541 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi177.front.sepia.ceph.com' 2024-05-06T01:47:47.542 INFO:teuthology.run_tasks:Running task clock... 2024-05-06T01:47:47.552 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-05-06T01:47:47.553 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-06T01:47:47.553 DEBUG:teuthology.orchestra.run.smithi055:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-06T01:47:47.555 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-06T01:47:47.556 DEBUG:teuthology.orchestra.run.smithi177:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-06T01:47:47.583 INFO:teuthology.orchestra.run.smithi055.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-05-06T01:47:47.597 INFO:teuthology.orchestra.run.smithi055.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-05-06T01:47:47.609 INFO:teuthology.orchestra.run.smithi177.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-05-06T01:47:47.621 INFO:teuthology.orchestra.run.smithi055.stderr:sudo: ntpd: command not found 2024-05-06T01:47:47.623 INFO:teuthology.orchestra.run.smithi177.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-05-06T01:47:47.632 INFO:teuthology.orchestra.run.smithi055.stdout:506 Cannot talk to daemon 2024-05-06T01:47:47.645 INFO:teuthology.orchestra.run.smithi055.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-05-06T01:47:47.646 INFO:teuthology.orchestra.run.smithi177.stderr:sudo: ntpd: command not found 2024-05-06T01:47:47.657 INFO:teuthology.orchestra.run.smithi177.stdout:506 Cannot talk to daemon 2024-05-06T01:47:47.659 INFO:teuthology.orchestra.run.smithi055.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-05-06T01:47:47.670 INFO:teuthology.orchestra.run.smithi177.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-05-06T01:47:47.683 INFO:teuthology.orchestra.run.smithi177.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-05-06T01:47:47.719 INFO:teuthology.orchestra.run.smithi055.stderr:bash: line 1: ntpq: command not found 2024-05-06T01:47:47.724 INFO:teuthology.orchestra.run.smithi055.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-06T01:47:47.724 INFO:teuthology.orchestra.run.smithi055.stdout:=============================================================================== 2024-05-06T01:47:47.724 INFO:teuthology.orchestra.run.smithi055.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-06T01:47:47.724 INFO:teuthology.orchestra.run.smithi055.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-06T01:47:47.724 INFO:teuthology.orchestra.run.smithi055.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-06T01:47:47.724 INFO:teuthology.orchestra.run.smithi055.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-06T01:47:47.740 INFO:teuthology.orchestra.run.smithi177.stderr:bash: line 1: ntpq: command not found 2024-05-06T01:47:47.744 INFO:teuthology.orchestra.run.smithi177.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-06T01:47:47.744 INFO:teuthology.orchestra.run.smithi177.stdout:=============================================================================== 2024-05-06T01:47:47.744 INFO:teuthology.orchestra.run.smithi177.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-06T01:47:47.744 INFO:teuthology.orchestra.run.smithi177.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-06T01:47:47.744 INFO:teuthology.orchestra.run.smithi177.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-06T01:47:47.744 INFO:teuthology.orchestra.run.smithi177.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-06T01:47:47.745 INFO:teuthology.run_tasks:Running task pexec... 2024-05-06T01:47:47.778 INFO:teuthology.task.pexec:Executing custom commands... 2024-05-06T01:47:47.779 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi055.front.sepia.ceph.com 2024-05-06T01:47:47.779 DEBUG:teuthology.orchestra.run.smithi055:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-05-06T01:47:47.779 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi177.front.sepia.ceph.com 2024-05-06T01:47:47.780 DEBUG:teuthology.orchestra.run.smithi177:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-05-06T01:47:48.314 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:00:45 ago on Mon 06 May 2024 01:47:03 AM UTC. 2024-05-06T01:47:48.329 INFO:teuthology.orchestra.run.smithi055.stdout:Last metadata expiration check: 0:00:40 ago on Mon 06 May 2024 01:47:08 AM UTC. 2024-05-06T01:47:48.435 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2024-05-06T01:47:48.436 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-05-06T01:47:48.436 INFO:teuthology.orchestra.run.smithi177.stdout: Package Architecture Version Repository Size 2024-05-06T01:47:48.436 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-05-06T01:47:48.436 INFO:teuthology.orchestra.run.smithi177.stdout:Installing: 2024-05-06T01:47:48.436 INFO:teuthology.orchestra.run.smithi177.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-05-06T01:47:48.436 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-05-06T01:47:48.436 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction Summary 2024-05-06T01:47:48.436 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-05-06T01:47:48.437 INFO:teuthology.orchestra.run.smithi177.stdout:Install 1 Package 2024-05-06T01:47:48.437 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-05-06T01:47:48.437 INFO:teuthology.orchestra.run.smithi177.stdout:Total download size: 3.1 M 2024-05-06T01:47:48.437 INFO:teuthology.orchestra.run.smithi177.stdout:Installed size: 9.8 M 2024-05-06T01:47:48.437 INFO:teuthology.orchestra.run.smithi177.stdout:Downloading Packages: 2024-05-06T01:47:48.453 INFO:teuthology.orchestra.run.smithi055.stdout:Dependencies resolved. 2024-05-06T01:47:48.453 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2024-05-06T01:47:48.453 INFO:teuthology.orchestra.run.smithi055.stdout: Package Architecture Version Repository Size 2024-05-06T01:47:48.453 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2024-05-06T01:47:48.453 INFO:teuthology.orchestra.run.smithi055.stdout:Installing: 2024-05-06T01:47:48.454 INFO:teuthology.orchestra.run.smithi055.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-05-06T01:47:48.454 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-05-06T01:47:48.454 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction Summary 2024-05-06T01:47:48.454 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2024-05-06T01:47:48.454 INFO:teuthology.orchestra.run.smithi055.stdout:Install 1 Package 2024-05-06T01:47:48.454 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-05-06T01:47:48.455 INFO:teuthology.orchestra.run.smithi055.stdout:Total download size: 3.1 M 2024-05-06T01:47:48.455 INFO:teuthology.orchestra.run.smithi055.stdout:Installed size: 9.8 M 2024-05-06T01:47:48.455 INFO:teuthology.orchestra.run.smithi055.stdout:Downloading Packages: 2024-05-06T01:47:48.848 INFO:teuthology.orchestra.run.smithi177.stdout:runc-1.1.12-2.el9.x86_64.rpm 11 MB/s | 3.1 MB 00:00 2024-05-06T01:47:48.848 INFO:teuthology.orchestra.run.smithi177.stdout:-------------------------------------------------------------------------------- 2024-05-06T01:47:48.848 INFO:teuthology.orchestra.run.smithi177.stdout:Total 7.6 MB/s | 3.1 MB 00:00 2024-05-06T01:47:48.884 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction check 2024-05-06T01:47:48.890 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction check succeeded. 2024-05-06T01:47:48.890 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction test 2024-05-06T01:47:48.973 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction test succeeded. 2024-05-06T01:47:48.973 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction 2024-05-06T01:47:49.193 INFO:teuthology.orchestra.run.smithi177.stdout: Preparing : 1/1 2024-05-06T01:47:49.281 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-05-06T01:47:49.423 INFO:teuthology.orchestra.run.smithi055.stdout:runc-1.1.12-2.el9.x86_64.rpm 4.5 MB/s | 3.1 MB 00:00 2024-05-06T01:47:49.423 INFO:teuthology.orchestra.run.smithi055.stdout:-------------------------------------------------------------------------------- 2024-05-06T01:47:49.423 INFO:teuthology.orchestra.run.smithi055.stdout:Total 3.2 MB/s | 3.1 MB 00:00 2024-05-06T01:47:49.462 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction check 2024-05-06T01:47:49.468 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction check succeeded. 2024-05-06T01:47:49.468 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction test 2024-05-06T01:47:49.556 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction test succeeded. 2024-05-06T01:47:49.556 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction 2024-05-06T01:47:49.789 INFO:teuthology.orchestra.run.smithi055.stdout: Preparing : 1/1 2024-05-06T01:47:49.869 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-05-06T01:47:49.875 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-05-06T01:47:50.153 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-05-06T01:47:50.153 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-05-06T01:47:50.153 INFO:teuthology.orchestra.run.smithi177.stdout:Installed: 2024-05-06T01:47:50.153 INFO:teuthology.orchestra.run.smithi177.stdout: runc-4:1.1.12-2.el9.x86_64 2024-05-06T01:47:50.153 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-05-06T01:47:50.153 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2024-05-06T01:47:50.392 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-05-06T01:47:50.426 DEBUG:teuthology.parallel:result is None 2024-05-06T01:47:50.655 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-05-06T01:47:50.655 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-05-06T01:47:50.655 INFO:teuthology.orchestra.run.smithi055.stdout:Installed: 2024-05-06T01:47:50.655 INFO:teuthology.orchestra.run.smithi055.stdout: runc-4:1.1.12-2.el9.x86_64 2024-05-06T01:47:50.655 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-05-06T01:47:50.655 INFO:teuthology.orchestra.run.smithi055.stdout:Complete! 2024-05-06T01:47:50.926 DEBUG:teuthology.parallel:result is None 2024-05-06T01:47:50.926 INFO:teuthology.run_tasks:Running task install... 2024-05-06T01:47:50.935 DEBUG:teuthology.task.install:project ceph 2024-05-06T01:47:50.936 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'e08cbbf6fd79a8dd2949f340bce25e28ea3db004'}} 2024-05-06T01:47:50.936 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'e08cbbf6fd79a8dd2949f340bce25e28ea3db004'} 2024-05-06T01:47:50.936 INFO:teuthology.task.install:Using flavor: default 2024-05-06T01:47:50.942 DEBUG:teuthology.task.install:Package list is: {'deb': ['ceph', 'cephadm', 'ceph-mds', 'ceph-mgr', 'ceph-common', 'ceph-fuse', 'ceph-test', 'ceph-volume', 'radosgw', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'libcephfs2', 'libcephfs-dev', 'librados2', 'librbd1', 'rbd-fuse'], 'rpm': ['ceph-radosgw', 'ceph-test', 'ceph', 'ceph-base', 'cephadm', 'ceph-immutable-object-cache', 'ceph-mgr', 'ceph-mgr-dashboard', 'ceph-mgr-diskprediction-local', 'ceph-mgr-rook', 'ceph-mgr-cephadm', 'ceph-fuse', 'ceph-volume', 'librados-devel', 'libcephfs2', 'libcephfs-devel', 'librados2', 'librbd1', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'rbd-fuse', 'rbd-mirror', 'rbd-nbd']} 2024-05-06T01:47:50.942 INFO:teuthology.task.install:extra packages: [] 2024-05-06T01:47:50.942 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': None, 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': [], 'extra_packages': [], 'extra_system_packages': [], 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': 'e08cbbf6fd79a8dd2949f340bce25e28ea3db004', 'tag': None, 'wait_for_package': False} 2024-05-06T01:47:50.943 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=e08cbbf6fd79a8dd2949f340bce25e28ea3db004 2024-05-06T01:47:50.945 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': None, 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': [], 'extra_packages': [], 'extra_system_packages': [], 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': 'e08cbbf6fd79a8dd2949f340bce25e28ea3db004', 'tag': None, 'wait_for_package': False} 2024-05-06T01:47:50.945 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=e08cbbf6fd79a8dd2949f340bce25e28ea3db004 2024-05-06T01:47:51.090 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/centos/9/flavors/default/ 2024-05-06T01:47:51.091 INFO:teuthology.task.install.rpm:Package version is 19.0.0-3516.ge08cbbf6 2024-05-06T01:47:51.098 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/centos/9/flavors/default/ 2024-05-06T01:47:51.098 INFO:teuthology.task.install.rpm:Package version is 19.0.0-3516.ge08cbbf6 2024-05-06T01:47:51.262 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-05-06T01:47:51.263 DEBUG:teuthology.orchestra.run.smithi055:> set -ex 2024-05-06T01:47:51.263 DEBUG:teuthology.orchestra.run.smithi055:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-05-06T01:47:51.276 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-05-06T01:47:51.276 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2024-05-06T01:47:51.276 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-05-06T01:47:51.287 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2024-05-06T01:47:51.287 DEBUG:teuthology.orchestra.run.smithi055:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-05-06T01:47:51.299 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2024-05-06T01:47:51.299 DEBUG:teuthology.orchestra.run.smithi177:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-05-06T01:47:51.353 DEBUG:teuthology.orchestra.run.smithi055:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2024-05-06T01:47:51.363 DEBUG:teuthology.orchestra.run.smithi177:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2024-05-06T01:47:51.430 DEBUG:teuthology.orchestra.run.smithi055:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2024-05-06T01:47:51.435 DEBUG:teuthology.orchestra.run.smithi177:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2024-05-06T01:47:51.493 INFO:teuthology.orchestra.run.smithi055.stdout:check_obsoletes = 1 2024-05-06T01:47:51.495 DEBUG:teuthology.orchestra.run.smithi055:> sudo yum clean all 2024-05-06T01:47:51.497 INFO:teuthology.orchestra.run.smithi177.stdout:check_obsoletes = 1 2024-05-06T01:47:51.499 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum clean all 2024-05-06T01:47:51.727 INFO:teuthology.orchestra.run.smithi177.stdout:50 files removed 2024-05-06T01:47:51.734 INFO:teuthology.orchestra.run.smithi055.stdout:50 files removed 2024-05-06T01:47:51.756 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum -y install ceph-radosgw 2024-05-06T01:47:51.766 DEBUG:teuthology.orchestra.run.smithi055:> sudo yum -y install ceph-radosgw 2024-05-06T01:47:52.397 INFO:teuthology.orchestra.run.smithi177.stdout:ceph packages for x86_64 223 kB/s | 84 kB 00:00 2024-05-06T01:47:52.712 INFO:teuthology.orchestra.run.smithi055.stdout:ceph packages for x86_64 125 kB/s | 84 kB 00:00 2024-05-06T01:47:52.860 INFO:teuthology.orchestra.run.smithi177.stdout:ceph noarch packages 28 kB/s | 12 kB 00:00 2024-05-06T01:47:53.158 INFO:teuthology.orchestra.run.smithi055.stdout:ceph noarch packages 29 kB/s | 12 kB 00:00 2024-05-06T01:47:53.221 INFO:teuthology.orchestra.run.smithi177.stdout:ceph source packages 5.9 kB/s | 1.9 kB 00:00 2024-05-06T01:47:53.595 INFO:teuthology.orchestra.run.smithi055.stdout:ceph source packages 4.7 kB/s | 1.9 kB 00:00 2024-05-06T01:47:54.129 INFO:teuthology.orchestra.run.smithi055.stdout:CentOS Stream 9 - BaseOS 16 MB/s | 8.0 MB 00:00 2024-05-06T01:47:55.329 INFO:teuthology.orchestra.run.smithi177.stdout:CentOS Stream 9 - BaseOS 3.9 MB/s | 8.0 MB 00:02 2024-05-06T01:47:56.197 INFO:teuthology.orchestra.run.smithi055.stdout:CentOS Stream 9 - AppStream 20 MB/s | 19 MB 00:00 2024-05-06T01:47:58.381 INFO:teuthology.orchestra.run.smithi177.stdout:CentOS Stream 9 - AppStream 9.7 MB/s | 19 MB 00:01 2024-05-06T01:48:00.315 INFO:teuthology.orchestra.run.smithi055.stdout:CentOS Stream 9 - CRB 16 MB/s | 6.2 MB 00:00 2024-05-06T01:48:01.749 INFO:teuthology.orchestra.run.smithi055.stdout:CentOS Stream 9 - Extras packages 71 kB/s | 16 kB 00:00 2024-05-06T01:48:02.559 INFO:teuthology.orchestra.run.smithi055.stdout:Extra Packages for Enterprise Linux 31 MB/s | 21 MB 00:00 2024-05-06T01:48:02.615 INFO:teuthology.orchestra.run.smithi177.stdout:CentOS Stream 9 - CRB 9.2 MB/s | 6.2 MB 00:00 2024-05-06T01:48:04.324 INFO:teuthology.orchestra.run.smithi177.stdout:CentOS Stream 9 - Extras packages 29 kB/s | 16 kB 00:00 2024-05-06T01:48:05.467 INFO:teuthology.orchestra.run.smithi177.stdout:Extra Packages for Enterprise Linux 21 MB/s | 21 MB 00:01 2024-05-06T01:48:07.943 INFO:teuthology.orchestra.run.smithi055.stdout:lab-extras 32 kB/s | 1.7 kB 00:00 2024-05-06T01:48:10.219 INFO:teuthology.orchestra.run.smithi055.stdout:Dependencies resolved. 2024-05-06T01:48:10.221 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2024-05-06T01:48:10.221 INFO:teuthology.orchestra.run.smithi055.stdout: Package Arch Version Repository Size 2024-05-06T01:48:10.221 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2024-05-06T01:48:10.221 INFO:teuthology.orchestra.run.smithi055.stdout:Installing: 2024-05-06T01:48:10.221 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-radosgw x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 11 M 2024-05-06T01:48:10.221 INFO:teuthology.orchestra.run.smithi055.stdout:Upgrading: 2024-05-06T01:48:10.222 INFO:teuthology.orchestra.run.smithi055.stdout: librados2 x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 3.4 M 2024-05-06T01:48:10.222 INFO:teuthology.orchestra.run.smithi055.stdout: librbd1 x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 3.1 M 2024-05-06T01:48:10.222 INFO:teuthology.orchestra.run.smithi055.stdout:Installing dependencies: 2024-05-06T01:48:10.222 INFO:teuthology.orchestra.run.smithi055.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-05-06T01:48:10.222 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-base x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 5.4 M 2024-05-06T01:48:10.222 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-common x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 21 M 2024-05-06T01:48:10.222 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-selinux x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 25 k 2024-05-06T01:48:10.222 INFO:teuthology.orchestra.run.smithi055.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-05-06T01:48:10.222 INFO:teuthology.orchestra.run.smithi055.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-05-06T01:48:10.222 INFO:teuthology.orchestra.run.smithi055.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-05-06T01:48:10.222 INFO:teuthology.orchestra.run.smithi055.stdout: libcephfs2 x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 747 k 2024-05-06T01:48:10.222 INFO:teuthology.orchestra.run.smithi055.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-05-06T01:48:10.223 INFO:teuthology.orchestra.run.smithi055.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-05-06T01:48:10.223 INFO:teuthology.orchestra.run.smithi055.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-05-06T01:48:10.223 INFO:teuthology.orchestra.run.smithi055.stdout: libradosstriper1 x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 500 k 2024-05-06T01:48:10.223 INFO:teuthology.orchestra.run.smithi055.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-05-06T01:48:10.223 INFO:teuthology.orchestra.run.smithi055.stdout: librgw2 x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 5.4 M 2024-05-06T01:48:10.223 INFO:teuthology.orchestra.run.smithi055.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-05-06T01:48:10.223 INFO:teuthology.orchestra.run.smithi055.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-05-06T01:48:10.223 INFO:teuthology.orchestra.run.smithi055.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-05-06T01:48:10.223 INFO:teuthology.orchestra.run.smithi055.stdout: python3-ceph-argparse x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 45 k 2024-05-06T01:48:10.223 INFO:teuthology.orchestra.run.smithi055.stdout: python3-ceph-common x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 135 k 2024-05-06T01:48:10.223 INFO:teuthology.orchestra.run.smithi055.stdout: python3-cephfs x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 161 k 2024-05-06T01:48:10.223 INFO:teuthology.orchestra.run.smithi055.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-05-06T01:48:10.224 INFO:teuthology.orchestra.run.smithi055.stdout: python3-rados x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 320 k 2024-05-06T01:48:10.224 INFO:teuthology.orchestra.run.smithi055.stdout: python3-rbd x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 298 k 2024-05-06T01:48:10.224 INFO:teuthology.orchestra.run.smithi055.stdout: python3-rgw x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 99 k 2024-05-06T01:48:10.224 INFO:teuthology.orchestra.run.smithi055.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-05-06T01:48:10.224 INFO:teuthology.orchestra.run.smithi055.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-05-06T01:48:10.224 INFO:teuthology.orchestra.run.smithi055.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-05-06T01:48:10.224 INFO:teuthology.orchestra.run.smithi055.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-05-06T01:48:10.224 INFO:teuthology.orchestra.run.smithi055.stdout:Installing weak dependencies: 2024-05-06T01:48:10.224 INFO:teuthology.orchestra.run.smithi055.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-05-06T01:48:10.224 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-05-06T01:48:10.224 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction Summary 2024-05-06T01:48:10.224 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2024-05-06T01:48:10.224 INFO:teuthology.orchestra.run.smithi055.stdout:Install 30 Packages 2024-05-06T01:48:10.224 INFO:teuthology.orchestra.run.smithi055.stdout:Upgrade 2 Packages 2024-05-06T01:48:10.225 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-05-06T01:48:10.225 INFO:teuthology.orchestra.run.smithi055.stdout:Total download size: 60 M 2024-05-06T01:48:10.225 INFO:teuthology.orchestra.run.smithi055.stdout:Downloading Packages: 2024-05-06T01:48:10.592 INFO:teuthology.orchestra.run.smithi177.stdout:lab-extras 45 kB/s | 1.7 kB 00:00 2024-05-06T01:48:11.469 INFO:teuthology.orchestra.run.smithi055.stdout:(1/32): ceph-base-19.0.0-3516.ge08cbbf6.el9.x86 5.8 MB/s | 5.4 MB 00:00 2024-05-06T01:48:11.528 INFO:teuthology.orchestra.run.smithi055.stdout:(2/32): ceph-selinux-19.0.0-3516.ge08cbbf6.el9. 433 kB/s | 25 kB 00:00 2024-05-06T01:48:11.653 INFO:teuthology.orchestra.run.smithi055.stdout:(3/32): libcephfs2-19.0.0-3516.ge08cbbf6.el9.x8 5.8 MB/s | 747 kB 00:00 2024-05-06T01:48:11.795 INFO:teuthology.orchestra.run.smithi055.stdout:(4/32): libradosstriper1-19.0.0-3516.ge08cbbf6. 3.5 MB/s | 500 kB 00:00 2024-05-06T01:48:11.937 INFO:teuthology.orchestra.run.smithi055.stdout:(5/32): ceph-radosgw-19.0.0-3516.ge08cbbf6.el9. 7.6 MB/s | 11 MB 00:01 2024-05-06T01:48:11.996 INFO:teuthology.orchestra.run.smithi055.stdout:(6/32): python3-ceph-argparse-19.0.0-3516.ge08c 776 kB/s | 45 kB 00:00 2024-05-06T01:48:12.071 INFO:teuthology.orchestra.run.smithi055.stdout:(7/32): python3-ceph-common-19.0.0-3516.ge08cbb 1.8 MB/s | 135 kB 00:00 2024-05-06T01:48:12.154 INFO:teuthology.orchestra.run.smithi055.stdout:(8/32): python3-cephfs-19.0.0-3516.ge08cbbf6.el 1.9 MB/s | 161 kB 00:00 2024-05-06T01:48:12.246 INFO:teuthology.orchestra.run.smithi055.stdout:(9/32): python3-rados-19.0.0-3516.ge08cbbf6.el9 3.4 MB/s | 320 kB 00:00 2024-05-06T01:48:12.339 INFO:teuthology.orchestra.run.smithi055.stdout:(10/32): python3-rbd-19.0.0-3516.ge08cbbf6.el9. 3.2 MB/s | 298 kB 00:00 2024-05-06T01:48:12.422 INFO:teuthology.orchestra.run.smithi055.stdout:(11/32): python3-rgw-19.0.0-3516.ge08cbbf6.el9. 1.2 MB/s | 99 kB 00:00 2024-05-06T01:48:12.622 INFO:teuthology.orchestra.run.smithi055.stdout:(12/32): ceph-common-19.0.0-3516.ge08cbbf6.el9. 10 MB/s | 21 MB 00:02 2024-05-06T01:48:12.697 INFO:teuthology.orchestra.run.smithi055.stdout:(13/32): librgw2-19.0.0-3516.ge08cbbf6.el9.x86_ 6.0 MB/s | 5.4 MB 00:00 2024-05-06T01:48:12.746 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2024-05-06T01:48:12.749 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-05-06T01:48:12.749 INFO:teuthology.orchestra.run.smithi177.stdout: Package Arch Version Repository Size 2024-05-06T01:48:12.749 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-05-06T01:48:12.749 INFO:teuthology.orchestra.run.smithi177.stdout:Installing: 2024-05-06T01:48:12.749 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-radosgw x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 11 M 2024-05-06T01:48:12.749 INFO:teuthology.orchestra.run.smithi177.stdout:Upgrading: 2024-05-06T01:48:12.749 INFO:teuthology.orchestra.run.smithi177.stdout: librados2 x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 3.4 M 2024-05-06T01:48:12.749 INFO:teuthology.orchestra.run.smithi177.stdout: librbd1 x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 3.1 M 2024-05-06T01:48:12.749 INFO:teuthology.orchestra.run.smithi177.stdout:Installing dependencies: 2024-05-06T01:48:12.749 INFO:teuthology.orchestra.run.smithi177.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-05-06T01:48:12.749 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-base x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 5.4 M 2024-05-06T01:48:12.750 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-common x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 21 M 2024-05-06T01:48:12.750 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-selinux x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 25 k 2024-05-06T01:48:12.750 INFO:teuthology.orchestra.run.smithi177.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-05-06T01:48:12.750 INFO:teuthology.orchestra.run.smithi177.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-05-06T01:48:12.750 INFO:teuthology.orchestra.run.smithi177.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-05-06T01:48:12.750 INFO:teuthology.orchestra.run.smithi177.stdout: libcephfs2 x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 747 k 2024-05-06T01:48:12.750 INFO:teuthology.orchestra.run.smithi177.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-05-06T01:48:12.750 INFO:teuthology.orchestra.run.smithi177.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-05-06T01:48:12.750 INFO:teuthology.orchestra.run.smithi177.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-05-06T01:48:12.750 INFO:teuthology.orchestra.run.smithi177.stdout: libradosstriper1 x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 500 k 2024-05-06T01:48:12.750 INFO:teuthology.orchestra.run.smithi177.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-05-06T01:48:12.750 INFO:teuthology.orchestra.run.smithi177.stdout: librgw2 x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 5.4 M 2024-05-06T01:48:12.750 INFO:teuthology.orchestra.run.smithi177.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-05-06T01:48:12.751 INFO:teuthology.orchestra.run.smithi177.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-05-06T01:48:12.751 INFO:teuthology.orchestra.run.smithi177.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-05-06T01:48:12.751 INFO:teuthology.orchestra.run.smithi177.stdout: python3-ceph-argparse x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 45 k 2024-05-06T01:48:12.751 INFO:teuthology.orchestra.run.smithi177.stdout: python3-ceph-common x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 135 k 2024-05-06T01:48:12.751 INFO:teuthology.orchestra.run.smithi177.stdout: python3-cephfs x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 161 k 2024-05-06T01:48:12.751 INFO:teuthology.orchestra.run.smithi177.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-05-06T01:48:12.751 INFO:teuthology.orchestra.run.smithi177.stdout: python3-rados x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 320 k 2024-05-06T01:48:12.751 INFO:teuthology.orchestra.run.smithi177.stdout: python3-rbd x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 298 k 2024-05-06T01:48:12.751 INFO:teuthology.orchestra.run.smithi177.stdout: python3-rgw x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 99 k 2024-05-06T01:48:12.751 INFO:teuthology.orchestra.run.smithi177.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-05-06T01:48:12.751 INFO:teuthology.orchestra.run.smithi177.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-05-06T01:48:12.751 INFO:teuthology.orchestra.run.smithi177.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-05-06T01:48:12.751 INFO:teuthology.orchestra.run.smithi177.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-05-06T01:48:12.751 INFO:teuthology.orchestra.run.smithi177.stdout:Installing weak dependencies: 2024-05-06T01:48:12.751 INFO:teuthology.orchestra.run.smithi177.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-05-06T01:48:12.752 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-05-06T01:48:12.752 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction Summary 2024-05-06T01:48:12.752 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-05-06T01:48:12.752 INFO:teuthology.orchestra.run.smithi177.stdout:Install 30 Packages 2024-05-06T01:48:12.752 INFO:teuthology.orchestra.run.smithi177.stdout:Upgrade 2 Packages 2024-05-06T01:48:12.752 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-05-06T01:48:12.752 INFO:teuthology.orchestra.run.smithi177.stdout:Total download size: 60 M 2024-05-06T01:48:12.752 INFO:teuthology.orchestra.run.smithi177.stdout:Downloading Packages: 2024-05-06T01:48:12.764 INFO:teuthology.orchestra.run.smithi055.stdout:(14/32): boost-program-options-1.75.0-8.el9.x86 312 kB/s | 107 kB 00:00 2024-05-06T01:48:12.807 INFO:teuthology.orchestra.run.smithi055.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 417 kB/s | 45 kB 00:00 2024-05-06T01:48:12.840 INFO:teuthology.orchestra.run.smithi055.stdout:(16/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 738 kB/s | 160 kB 00:00 2024-05-06T01:48:12.890 INFO:teuthology.orchestra.run.smithi055.stdout:(17/32): python3-prettytable-0.7.2-27.el9.noarc 846 kB/s | 42 kB 00:00 2024-05-06T01:48:12.916 INFO:teuthology.orchestra.run.smithi055.stdout:(18/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 2.6 MB/s | 292 kB 00:00 2024-05-06T01:48:12.974 INFO:teuthology.orchestra.run.smithi055.stdout:(19/32): librdkafka-1.6.1-102.el9.x86_64.rpm 3.1 MB/s | 662 kB 00:00 2024-05-06T01:48:13.000 INFO:teuthology.orchestra.run.smithi055.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 430 kB/s | 36 kB 00:00 2024-05-06T01:48:13.042 INFO:teuthology.orchestra.run.smithi055.stdout:(21/32): qatlib-24.02.0-1.el9.x86_64.rpm 1.4 MB/s | 221 kB 00:00 2024-05-06T01:48:13.067 INFO:teuthology.orchestra.run.smithi055.stdout:(22/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 514 kB/s | 47 kB 00:00 2024-05-06T01:48:13.201 INFO:teuthology.orchestra.run.smithi055.stdout:(23/32): libarrow-doc-9.0.0-11.el9.noarch.rpm 195 kB/s | 26 kB 00:00 2024-05-06T01:48:13.301 INFO:teuthology.orchestra.run.smithi055.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 486 kB/s | 49 kB 00:00 2024-05-06T01:48:13.326 INFO:teuthology.orchestra.run.smithi055.stdout:(25/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 947 kB/s | 309 kB 00:00 2024-05-06T01:48:13.393 INFO:teuthology.orchestra.run.smithi055.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 734 kB/s | 67 kB 00:00 2024-05-06T01:48:13.535 INFO:teuthology.orchestra.run.smithi055.stdout:(27/32): libarrow-9.0.0-11.el9.x86_64.rpm 9.0 MB/s | 4.4 MB 00:00 2024-05-06T01:48:13.569 INFO:teuthology.orchestra.run.smithi055.stdout:(28/32): parquet-libs-9.0.0-11.el9.x86_64.rpm 3.4 MB/s | 839 kB 00:00 2024-05-06T01:48:13.594 INFO:teuthology.orchestra.run.smithi055.stdout:(29/32): re2-20211101-3.el9.x86_64.rpm 954 kB/s | 192 kB 00:00 2024-05-06T01:48:13.636 INFO:teuthology.orchestra.run.smithi055.stdout:(30/32): thrift-0.15.0-2.el9.x86_64.rpm 16 MB/s | 1.6 MB 00:00 2024-05-06T01:48:14.045 INFO:teuthology.orchestra.run.smithi055.stdout:(31/32): librbd1-19.0.0-3516.ge08cbbf6.el9.x86_ 7.0 MB/s | 3.1 MB 00:00 2024-05-06T01:48:14.328 INFO:teuthology.orchestra.run.smithi055.stdout:(32/32): librados2-19.0.0-3516.ge08cbbf6.el9.x8 4.6 MB/s | 3.4 MB 00:00 2024-05-06T01:48:14.330 INFO:teuthology.orchestra.run.smithi055.stdout:-------------------------------------------------------------------------------- 2024-05-06T01:48:14.330 INFO:teuthology.orchestra.run.smithi055.stdout:Total 15 MB/s | 60 MB 00:04 2024-05-06T01:48:14.440 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction check 2024-05-06T01:48:14.480 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction check succeeded. 2024-05-06T01:48:14.480 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction test 2024-05-06T01:48:14.660 INFO:teuthology.orchestra.run.smithi177.stdout:(1/32): ceph-radosgw-19.0.0-3516.ge08cbbf6.el9. 6.8 MB/s | 11 MB 00:01 2024-05-06T01:48:14.710 INFO:teuthology.orchestra.run.smithi177.stdout:(2/32): ceph-selinux-19.0.0-3516.ge08cbbf6.el9. 505 kB/s | 25 kB 00:00 2024-05-06T01:48:14.785 INFO:teuthology.orchestra.run.smithi177.stdout:(3/32): ceph-base-19.0.0-3516.ge08cbbf6.el9.x86 3.2 MB/s | 5.4 MB 00:01 2024-05-06T01:48:14.827 INFO:teuthology.orchestra.run.smithi177.stdout:(4/32): libcephfs2-19.0.0-3516.ge08cbbf6.el9.x8 6.2 MB/s | 747 kB 00:00 2024-05-06T01:48:14.936 INFO:teuthology.orchestra.run.smithi177.stdout:(5/32): libradosstriper1-19.0.0-3516.ge08cbbf6. 3.3 MB/s | 500 kB 00:00 2024-05-06T01:48:14.972 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction test succeeded. 2024-05-06T01:48:14.972 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction 2024-05-06T01:48:15.036 INFO:teuthology.orchestra.run.smithi177.stdout:(6/32): python3-ceph-argparse-19.0.0-3516.ge08c 451 kB/s | 45 kB 00:00 2024-05-06T01:48:15.312 INFO:teuthology.orchestra.run.smithi177.stdout:(7/32): ceph-common-19.0.0-3516.ge08cbbf6.el9.x 9.5 MB/s | 21 MB 00:02 2024-05-06T01:48:15.337 INFO:teuthology.orchestra.run.smithi177.stdout:(8/32): python3-ceph-common-19.0.0-3516.ge08cbb 451 kB/s | 135 kB 00:00 2024-05-06T01:48:15.362 INFO:teuthology.orchestra.run.smithi177.stdout:(9/32): python3-cephfs-19.0.0-3516.ge08cbbf6.el 3.2 MB/s | 161 kB 00:00 2024-05-06T01:48:15.446 INFO:teuthology.orchestra.run.smithi177.stdout:(10/32): librgw2-19.0.0-3516.ge08cbbf6.el9.x86_ 8.7 MB/s | 5.4 MB 00:00 2024-05-06T01:48:15.471 INFO:teuthology.orchestra.run.smithi177.stdout:(11/32): python3-rbd-19.0.0-3516.ge08cbbf6.el9. 2.7 MB/s | 298 kB 00:00 2024-05-06T01:48:15.496 INFO:teuthology.orchestra.run.smithi177.stdout:(12/32): python3-rados-19.0.0-3516.ge08cbbf6.el 2.0 MB/s | 320 kB 00:00 2024-05-06T01:48:15.521 INFO:teuthology.orchestra.run.smithi177.stdout:(13/32): python3-rgw-19.0.0-3516.ge08cbbf6.el9. 1.3 MB/s | 99 kB 00:00 2024-05-06T01:48:15.714 INFO:teuthology.orchestra.run.smithi177.stdout:(14/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 236 kB/s | 45 kB 00:00 2024-05-06T01:48:15.739 INFO:teuthology.orchestra.run.smithi177.stdout:(15/32): boost-program-options-1.75.0-8.el9.x86 399 kB/s | 107 kB 00:00 2024-05-06T01:48:15.764 INFO:teuthology.orchestra.run.smithi177.stdout:(16/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 599 kB/s | 160 kB 00:00 2024-05-06T01:48:15.823 INFO:teuthology.orchestra.run.smithi177.stdout:(17/32): python3-prettytable-0.7.2-27.el9.noarc 726 kB/s | 42 kB 00:00 2024-05-06T01:48:15.865 INFO:teuthology.orchestra.run.smithi177.stdout:(18/32): librdkafka-1.6.1-102.el9.x86_64.rpm 4.3 MB/s | 662 kB 00:00 2024-05-06T01:48:15.890 INFO:teuthology.orchestra.run.smithi177.stdout:(19/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 1.9 MB/s | 292 kB 00:00 2024-05-06T01:48:15.923 INFO:teuthology.orchestra.run.smithi177.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 611 kB/s | 36 kB 00:00 2024-05-06T01:48:15.957 INFO:teuthology.orchestra.run.smithi177.stdout:(21/32): qatlib-24.02.0-1.el9.x86_64.rpm 1.6 MB/s | 221 kB 00:00 2024-05-06T01:48:15.974 INFO:teuthology.orchestra.run.smithi177.stdout:(22/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 565 kB/s | 47 kB 00:00 2024-05-06T01:48:16.158 INFO:teuthology.orchestra.run.smithi177.stdout:(23/32): libarrow-doc-9.0.0-11.el9.noarch.rpm 142 kB/s | 26 kB 00:00 2024-05-06T01:48:16.300 INFO:teuthology.orchestra.run.smithi177.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 343 kB/s | 49 kB 00:00 2024-05-06T01:48:16.325 INFO:teuthology.orchestra.run.smithi177.stdout:(25/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 770 kB/s | 309 kB 00:00 2024-05-06T01:48:16.384 INFO:teuthology.orchestra.run.smithi177.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 807 kB/s | 67 kB 00:00 2024-05-06T01:48:16.454 INFO:teuthology.orchestra.run.smithi055.stdout: Preparing : 1/1 2024-05-06T01:48:16.492 INFO:teuthology.orchestra.run.smithi177.stdout:(27/32): re2-20211101-3.el9.x86_64.rpm 1.7 MB/s | 192 kB 00:00 2024-05-06T01:48:16.530 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-05-06T01:48:16.558 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-05-06T01:48:16.583 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-05-06T01:48:16.606 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-05-06T01:48:16.628 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-05-06T01:48:16.693 INFO:teuthology.orchestra.run.smithi177.stdout:(28/32): parquet-libs-9.0.0-11.el9.x86_64.rpm 2.2 MB/s | 839 kB 00:00 2024-05-06T01:48:16.760 INFO:teuthology.orchestra.run.smithi177.stdout:(29/32): libarrow-9.0.0-11.el9.x86_64.rpm 5.5 MB/s | 4.4 MB 00:00 2024-05-06T01:48:16.793 INFO:teuthology.orchestra.run.smithi177.stdout:(30/32): thrift-0.15.0-2.el9.x86_64.rpm 5.3 MB/s | 1.6 MB 00:00 2024-05-06T01:48:16.916 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-05-06T01:48:16.971 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-05-06T01:48:17.052 INFO:teuthology.orchestra.run.smithi177.stdout:(31/32): librbd1-19.0.0-3516.ge08cbbf6.el9.x86_ 11 MB/s | 3.1 MB 00:00 2024-05-06T01:48:17.316 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-05-06T01:48:17.538 INFO:teuthology.orchestra.run.smithi055.stdout: Upgrading : librados2-2:19.0.0-3516.ge08cbbf6.el9.x86_64 7/34 2024-05-06T01:48:17.538 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: librados2-2:19.0.0-3516.ge08cbbf6.el9.x86_64 7/34 2024-05-06T01:48:17.538 INFO:teuthology.orchestra.run.smithi177.stdout:(32/32): librados2-19.0.0-3516.ge08cbbf6.el9.x8 4.6 MB/s | 3.4 MB 00:00 2024-05-06T01:48:17.538 INFO:teuthology.orchestra.run.smithi177.stdout:-------------------------------------------------------------------------------- 2024-05-06T01:48:17.538 INFO:teuthology.orchestra.run.smithi177.stdout:Total 13 MB/s | 60 MB 00:04 2024-05-06T01:48:17.538 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction check 2024-05-06T01:48:17.570 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction check succeeded. 2024-05-06T01:48:17.570 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction test 2024-05-06T01:48:17.618 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-rados-2:19.0.0-3516.ge08cbbf6.el9.x86_64 8/34 2024-05-06T01:48:17.645 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : libcephfs2-2:19.0.0-3516.ge08cbbf6.el9.x86_64 9/34 2024-05-06T01:48:17.708 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: libcephfs2-2:19.0.0-3516.ge08cbbf6.el9.x86_64 9/34 2024-05-06T01:48:17.737 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-05-06T01:48:17.781 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-ceph-argparse-2:19.0.0-3516.ge08cbbf6.el9. 11/34 2024-05-06T01:48:17.851 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-cephfs-2:19.0.0-3516.ge08cbbf6.el9.x86_64 12/34 2024-05-06T01:48:17.881 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : libradosstriper1-2:19.0.0-3516.ge08cbbf6.el9.x86_6 13/34 2024-05-06T01:48:17.945 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: libradosstriper1-2:19.0.0-3516.ge08cbbf6.el9.x86_6 13/34 2024-05-06T01:48:17.979 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-05-06T01:48:18.038 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction test succeeded. 2024-05-06T01:48:18.038 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction 2024-05-06T01:48:18.091 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-05-06T01:48:18.122 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/34 2024-05-06T01:48:18.162 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-05-06T01:48:18.195 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-05-06T01:48:18.225 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/34 2024-05-06T01:48:18.257 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-05-06T01:48:18.588 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-05-06T01:48:18.628 INFO:teuthology.orchestra.run.smithi055.stdout: Upgrading : librbd1-2:19.0.0-3516.ge08cbbf6.el9.x86_64 22/34 2024-05-06T01:48:18.719 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: librbd1-2:19.0.0-3516.ge08cbbf6.el9.x86_64 22/34 2024-05-06T01:48:18.750 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-rbd-2:19.0.0-3516.ge08cbbf6.el9.x86_64 23/34 2024-05-06T01:48:18.786 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-05-06T01:48:19.293 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 25/34 2024-05-06T01:48:19.322 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : librgw2-2:19.0.0-3516.ge08cbbf6.el9.x86_64 26/34 2024-05-06T01:48:19.394 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: librgw2-2:19.0.0-3516.ge08cbbf6.el9.x86_64 26/34 2024-05-06T01:48:19.474 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-rgw-2:19.0.0-3516.ge08cbbf6.el9.x86_64 27/34 2024-05-06T01:48:19.488 INFO:teuthology.orchestra.run.smithi177.stdout: Preparing : 1/1 2024-05-06T01:48:19.517 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-ceph-common-2:19.0.0-3516.ge08cbbf6.el9.x8 28/34 2024-05-06T01:48:19.578 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-05-06T01:48:19.615 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-05-06T01:48:19.641 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-05-06T01:48:19.663 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-05-06T01:48:19.686 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-05-06T01:48:19.855 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-05-06T01:48:19.910 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-05-06T01:48:20.294 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-05-06T01:48:20.359 INFO:teuthology.orchestra.run.smithi177.stdout: Upgrading : librados2-2:19.0.0-3516.ge08cbbf6.el9.x86_64 7/34 2024-05-06T01:48:20.451 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: librados2-2:19.0.0-3516.ge08cbbf6.el9.x86_64 7/34 2024-05-06T01:48:20.541 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-rados-2:19.0.0-3516.ge08cbbf6.el9.x86_64 8/34 2024-05-06T01:48:20.569 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : libcephfs2-2:19.0.0-3516.ge08cbbf6.el9.x86_64 9/34 2024-05-06T01:48:20.632 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: libcephfs2-2:19.0.0-3516.ge08cbbf6.el9.x86_64 9/34 2024-05-06T01:48:20.661 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-05-06T01:48:20.705 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-ceph-argparse-2:19.0.0-3516.ge08cbbf6.el9. 11/34 2024-05-06T01:48:20.774 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-cephfs-2:19.0.0-3516.ge08cbbf6.el9.x86_64 12/34 2024-05-06T01:48:20.797 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : libradosstriper1-2:19.0.0-3516.ge08cbbf6.el9.x86_6 13/34 2024-05-06T01:48:20.844 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: libradosstriper1-2:19.0.0-3516.ge08cbbf6.el9.x86_6 13/34 2024-05-06T01:48:20.879 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-05-06T01:48:20.988 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-05-06T01:48:21.021 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/34 2024-05-06T01:48:21.061 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-05-06T01:48:21.086 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-05-06T01:48:21.115 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/34 2024-05-06T01:48:21.175 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-05-06T01:48:21.495 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-05-06T01:48:21.528 INFO:teuthology.orchestra.run.smithi177.stdout: Upgrading : librbd1-2:19.0.0-3516.ge08cbbf6.el9.x86_64 22/34 2024-05-06T01:48:21.608 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: librbd1-2:19.0.0-3516.ge08cbbf6.el9.x86_64 22/34 2024-05-06T01:48:21.641 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-rbd-2:19.0.0-3516.ge08cbbf6.el9.x86_64 23/34 2024-05-06T01:48:21.677 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-05-06T01:48:22.077 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: ceph-common-2:19.0.0-3516.ge08cbbf6.el9.x86_64 29/34 2024-05-06T01:48:22.113 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : ceph-common-2:19.0.0-3516.ge08cbbf6.el9.x86_64 29/34 2024-05-06T01:48:22.148 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 25/34 2024-05-06T01:48:22.180 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : librgw2-2:19.0.0-3516.ge08cbbf6.el9.x86_64 26/34 2024-05-06T01:48:22.243 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: librgw2-2:19.0.0-3516.ge08cbbf6.el9.x86_64 26/34 2024-05-06T01:48:22.312 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-rgw-2:19.0.0-3516.ge08cbbf6.el9.x86_64 27/34 2024-05-06T01:48:22.342 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-ceph-common-2:19.0.0-3516.ge08cbbf6.el9.x8 28/34 2024-05-06T01:48:22.687 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: ceph-common-2:19.0.0-3516.ge08cbbf6.el9.x86_64 29/34 2024-05-06T01:48:22.734 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : ceph-base-2:19.0.0-3516.ge08cbbf6.el9.x86_64 30/34 2024-05-06T01:48:22.842 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: ceph-base-2:19.0.0-3516.ge08cbbf6.el9.x86_64 30/34 2024-05-06T01:48:22.842 INFO:teuthology.orchestra.run.smithi055.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-05-06T01:48:22.842 INFO:teuthology.orchestra.run.smithi055.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-05-06T01:48:22.842 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-05-06T01:48:22.869 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : ceph-selinux-2:19.0.0-3516.ge08cbbf6.el9.x86_64 31/34 2024-05-06T01:48:24.636 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: ceph-common-2:19.0.0-3516.ge08cbbf6.el9.x86_64 29/34 2024-05-06T01:48:24.672 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : ceph-common-2:19.0.0-3516.ge08cbbf6.el9.x86_64 29/34 2024-05-06T01:48:25.216 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: ceph-common-2:19.0.0-3516.ge08cbbf6.el9.x86_64 29/34 2024-05-06T01:48:25.250 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : ceph-base-2:19.0.0-3516.ge08cbbf6.el9.x86_64 30/34 2024-05-06T01:48:25.340 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: ceph-base-2:19.0.0-3516.ge08cbbf6.el9.x86_64 30/34 2024-05-06T01:48:25.340 INFO:teuthology.orchestra.run.smithi177.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-05-06T01:48:25.340 INFO:teuthology.orchestra.run.smithi177.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-05-06T01:48:25.340 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-05-06T01:48:25.369 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : ceph-selinux-2:19.0.0-3516.ge08cbbf6.el9.x86_64 31/34 2024-05-06T01:48:32.896 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: ceph-selinux-2:19.0.0-3516.ge08cbbf6.el9.x86_64 31/34 2024-05-06T01:48:32.896 INFO:teuthology.orchestra.run.smithi055.stdout:skipping the directory /sys 2024-05-06T01:48:32.896 INFO:teuthology.orchestra.run.smithi055.stdout:skipping the directory /proc 2024-05-06T01:48:32.896 INFO:teuthology.orchestra.run.smithi055.stdout:skipping the directory /mnt 2024-05-06T01:48:32.896 INFO:teuthology.orchestra.run.smithi055.stdout:skipping the directory /var/tmp 2024-05-06T01:48:32.896 INFO:teuthology.orchestra.run.smithi055.stdout:skipping the directory /home 2024-05-06T01:48:32.897 INFO:teuthology.orchestra.run.smithi055.stdout:skipping the directory /root 2024-05-06T01:48:32.897 INFO:teuthology.orchestra.run.smithi055.stdout:skipping the directory /tmp 2024-05-06T01:48:32.897 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-05-06T01:48:33.896 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : ceph-radosgw-2:19.0.0-3516.ge08cbbf6.el9.x86_64 32/34 2024-05-06T01:48:33.922 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-3516.ge08cbbf6.el9.x86_64 32/34 2024-05-06T01:48:33.922 INFO:teuthology.orchestra.run.smithi055.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-06T01:48:33.922 INFO:teuthology.orchestra.run.smithi055.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-05-06T01:48:33.922 INFO:teuthology.orchestra.run.smithi055.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-05-06T01:48:33.922 INFO:teuthology.orchestra.run.smithi055.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-05-06T01:48:33.922 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-05-06T01:48:33.924 INFO:teuthology.orchestra.run.smithi055.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-05-06T01:48:34.007 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-05-06T01:48:34.007 INFO:teuthology.orchestra.run.smithi055.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-05-06T01:48:34.789 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: ceph-selinux-2:19.0.0-3516.ge08cbbf6.el9.x86_64 31/34 2024-05-06T01:48:34.789 INFO:teuthology.orchestra.run.smithi177.stdout:skipping the directory /sys 2024-05-06T01:48:34.789 INFO:teuthology.orchestra.run.smithi177.stdout:skipping the directory /proc 2024-05-06T01:48:34.789 INFO:teuthology.orchestra.run.smithi177.stdout:skipping the directory /mnt 2024-05-06T01:48:34.789 INFO:teuthology.orchestra.run.smithi177.stdout:skipping the directory /var/tmp 2024-05-06T01:48:34.789 INFO:teuthology.orchestra.run.smithi177.stdout:skipping the directory /home 2024-05-06T01:48:34.789 INFO:teuthology.orchestra.run.smithi177.stdout:skipping the directory /root 2024-05-06T01:48:34.790 INFO:teuthology.orchestra.run.smithi177.stdout:skipping the directory /tmp 2024-05-06T01:48:34.790 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-05-06T01:48:35.164 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-05-06T01:48:35.164 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : ceph-base-2:19.0.0-3516.ge08cbbf6.el9.x86_64 1/34 2024-05-06T01:48:35.164 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : ceph-common-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2/34 2024-05-06T01:48:35.164 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : ceph-radosgw-2:19.0.0-3516.ge08cbbf6.el9.x86_64 3/34 2024-05-06T01:48:35.165 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : ceph-selinux-2:19.0.0-3516.ge08cbbf6.el9.x86_64 4/34 2024-05-06T01:48:35.165 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : libcephfs2-2:19.0.0-3516.ge08cbbf6.el9.x86_64 5/34 2024-05-06T01:48:35.165 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : libradosstriper1-2:19.0.0-3516.ge08cbbf6.el9.x86_6 6/34 2024-05-06T01:48:35.165 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : librgw2-2:19.0.0-3516.ge08cbbf6.el9.x86_64 7/34 2024-05-06T01:48:35.165 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-ceph-argparse-2:19.0.0-3516.ge08cbbf6.el9. 8/34 2024-05-06T01:48:35.165 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-ceph-common-2:19.0.0-3516.ge08cbbf6.el9.x8 9/34 2024-05-06T01:48:35.165 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-cephfs-2:19.0.0-3516.ge08cbbf6.el9.x86_64 10/34 2024-05-06T01:48:35.165 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-rados-2:19.0.0-3516.ge08cbbf6.el9.x86_64 11/34 2024-05-06T01:48:35.165 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-rbd-2:19.0.0-3516.ge08cbbf6.el9.x86_64 12/34 2024-05-06T01:48:35.165 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-rgw-2:19.0.0-3516.ge08cbbf6.el9.x86_64 13/34 2024-05-06T01:48:35.165 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-05-06T01:48:35.165 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-05-06T01:48:35.165 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-05-06T01:48:35.166 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-05-06T01:48:35.166 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-05-06T01:48:35.166 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-05-06T01:48:35.166 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-05-06T01:48:35.166 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-05-06T01:48:35.166 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-05-06T01:48:35.166 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-05-06T01:48:35.166 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 24/34 2024-05-06T01:48:35.166 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 25/34 2024-05-06T01:48:35.166 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-05-06T01:48:35.167 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-05-06T01:48:35.168 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 28/34 2024-05-06T01:48:35.168 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-05-06T01:48:35.168 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-05-06T01:48:35.168 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : librados2-2:19.0.0-3516.ge08cbbf6.el9.x86_64 31/34 2024-05-06T01:48:35.168 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-05-06T01:48:35.168 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : librbd1-2:19.0.0-3516.ge08cbbf6.el9.x86_64 33/34 2024-05-06T01:48:35.745 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : ceph-radosgw-2:19.0.0-3516.ge08cbbf6.el9.x86_64 32/34 2024-05-06T01:48:35.770 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-3516.ge08cbbf6.el9.x86_64 32/34 2024-05-06T01:48:35.771 INFO:teuthology.orchestra.run.smithi177.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-06T01:48:35.771 INFO:teuthology.orchestra.run.smithi177.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-05-06T01:48:35.771 INFO:teuthology.orchestra.run.smithi177.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-05-06T01:48:35.771 INFO:teuthology.orchestra.run.smithi177.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-05-06T01:48:35.771 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-05-06T01:48:35.773 INFO:teuthology.orchestra.run.smithi177.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-05-06T01:48:35.856 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-05-06T01:48:35.856 INFO:teuthology.orchestra.run.smithi177.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-05-06T01:48:35.911 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-05-06T01:48:35.911 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-05-06T01:48:35.911 INFO:teuthology.orchestra.run.smithi055.stdout:Upgraded: 2024-05-06T01:48:35.912 INFO:teuthology.orchestra.run.smithi055.stdout: librados2-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T01:48:35.912 INFO:teuthology.orchestra.run.smithi055.stdout: librbd1-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T01:48:35.912 INFO:teuthology.orchestra.run.smithi055.stdout:Installed: 2024-05-06T01:48:35.912 INFO:teuthology.orchestra.run.smithi055.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-05-06T01:48:35.912 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-base-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T01:48:35.912 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-common-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T01:48:35.912 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-radosgw-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T01:48:35.912 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-selinux-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T01:48:35.912 INFO:teuthology.orchestra.run.smithi055.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-05-06T01:48:35.912 INFO:teuthology.orchestra.run.smithi055.stdout: libarrow-9.0.0-11.el9.x86_64 2024-05-06T01:48:35.912 INFO:teuthology.orchestra.run.smithi055.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-05-06T01:48:35.912 INFO:teuthology.orchestra.run.smithi055.stdout: libcephfs2-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T01:48:35.913 INFO:teuthology.orchestra.run.smithi055.stdout: liboath-2.6.7-2.el9.x86_64 2024-05-06T01:48:35.913 INFO:teuthology.orchestra.run.smithi055.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-05-06T01:48:35.913 INFO:teuthology.orchestra.run.smithi055.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-05-06T01:48:35.913 INFO:teuthology.orchestra.run.smithi055.stdout: libradosstriper1-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T01:48:35.913 INFO:teuthology.orchestra.run.smithi055.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-05-06T01:48:35.913 INFO:teuthology.orchestra.run.smithi055.stdout: librgw2-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T01:48:35.913 INFO:teuthology.orchestra.run.smithi055.stdout: libunwind-1.6.2-1.el9.x86_64 2024-05-06T01:48:35.913 INFO:teuthology.orchestra.run.smithi055.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-05-06T01:48:35.914 INFO:teuthology.orchestra.run.smithi055.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-05-06T01:48:35.914 INFO:teuthology.orchestra.run.smithi055.stdout: python3-ceph-argparse-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T01:48:35.914 INFO:teuthology.orchestra.run.smithi055.stdout: python3-ceph-common-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T01:48:35.914 INFO:teuthology.orchestra.run.smithi055.stdout: python3-cephfs-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T01:48:35.914 INFO:teuthology.orchestra.run.smithi055.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-05-06T01:48:35.914 INFO:teuthology.orchestra.run.smithi055.stdout: python3-rados-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T01:48:35.914 INFO:teuthology.orchestra.run.smithi055.stdout: python3-rbd-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T01:48:35.914 INFO:teuthology.orchestra.run.smithi055.stdout: python3-rgw-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T01:48:35.914 INFO:teuthology.orchestra.run.smithi055.stdout: qatlib-24.02.0-1.el9.x86_64 2024-05-06T01:48:35.914 INFO:teuthology.orchestra.run.smithi055.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-05-06T01:48:35.914 INFO:teuthology.orchestra.run.smithi055.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-05-06T01:48:35.914 INFO:teuthology.orchestra.run.smithi055.stdout: re2-1:20211101-3.el9.x86_64 2024-05-06T01:48:35.915 INFO:teuthology.orchestra.run.smithi055.stdout: thrift-0.15.0-2.el9.x86_64 2024-05-06T01:48:35.915 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-05-06T01:48:35.915 INFO:teuthology.orchestra.run.smithi055.stdout:Complete! 2024-05-06T01:48:36.224 DEBUG:teuthology.orchestra.run.smithi055:> sudo yum -y install ceph-test 2024-05-06T01:48:36.753 INFO:teuthology.orchestra.run.smithi055.stdout:Last metadata expiration check: 0:00:29 ago on Mon 06 May 2024 01:48:07 AM UTC. 2024-05-06T01:48:36.876 INFO:teuthology.orchestra.run.smithi055.stdout:Dependencies resolved. 2024-05-06T01:48:36.877 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2024-05-06T01:48:36.877 INFO:teuthology.orchestra.run.smithi055.stdout: Package Arch Version Repository Size 2024-05-06T01:48:36.877 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2024-05-06T01:48:36.877 INFO:teuthology.orchestra.run.smithi055.stdout:Installing: 2024-05-06T01:48:36.877 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-test x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 49 M 2024-05-06T01:48:36.878 INFO:teuthology.orchestra.run.smithi055.stdout:Installing dependencies: 2024-05-06T01:48:36.878 INFO:teuthology.orchestra.run.smithi055.stdout: libcephsqlite x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 163 k 2024-05-06T01:48:36.878 INFO:teuthology.orchestra.run.smithi055.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-05-06T01:48:36.878 INFO:teuthology.orchestra.run.smithi055.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-05-06T01:48:36.878 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-05-06T01:48:36.878 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction Summary 2024-05-06T01:48:36.878 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2024-05-06T01:48:36.878 INFO:teuthology.orchestra.run.smithi055.stdout:Install 4 Packages 2024-05-06T01:48:36.878 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-05-06T01:48:36.879 INFO:teuthology.orchestra.run.smithi055.stdout:Total download size: 50 M 2024-05-06T01:48:36.879 INFO:teuthology.orchestra.run.smithi055.stdout:Installed size: 211 M 2024-05-06T01:48:36.879 INFO:teuthology.orchestra.run.smithi055.stdout:Downloading Packages: 2024-05-06T01:48:36.945 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-05-06T01:48:36.945 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : ceph-base-2:19.0.0-3516.ge08cbbf6.el9.x86_64 1/34 2024-05-06T01:48:36.945 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : ceph-common-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2/34 2024-05-06T01:48:36.945 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : ceph-radosgw-2:19.0.0-3516.ge08cbbf6.el9.x86_64 3/34 2024-05-06T01:48:36.945 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : ceph-selinux-2:19.0.0-3516.ge08cbbf6.el9.x86_64 4/34 2024-05-06T01:48:36.945 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : libcephfs2-2:19.0.0-3516.ge08cbbf6.el9.x86_64 5/34 2024-05-06T01:48:36.945 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : libradosstriper1-2:19.0.0-3516.ge08cbbf6.el9.x86_6 6/34 2024-05-06T01:48:36.945 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : librgw2-2:19.0.0-3516.ge08cbbf6.el9.x86_64 7/34 2024-05-06T01:48:36.945 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-ceph-argparse-2:19.0.0-3516.ge08cbbf6.el9. 8/34 2024-05-06T01:48:36.945 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-ceph-common-2:19.0.0-3516.ge08cbbf6.el9.x8 9/34 2024-05-06T01:48:36.945 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-cephfs-2:19.0.0-3516.ge08cbbf6.el9.x86_64 10/34 2024-05-06T01:48:36.946 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-rados-2:19.0.0-3516.ge08cbbf6.el9.x86_64 11/34 2024-05-06T01:48:36.946 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-rbd-2:19.0.0-3516.ge08cbbf6.el9.x86_64 12/34 2024-05-06T01:48:36.946 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-rgw-2:19.0.0-3516.ge08cbbf6.el9.x86_64 13/34 2024-05-06T01:48:36.946 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-05-06T01:48:36.946 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-05-06T01:48:36.946 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-05-06T01:48:36.946 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-05-06T01:48:36.946 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-05-06T01:48:36.946 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-05-06T01:48:36.946 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-05-06T01:48:36.946 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-05-06T01:48:36.946 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-05-06T01:48:36.947 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-05-06T01:48:36.947 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 24/34 2024-05-06T01:48:36.947 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 25/34 2024-05-06T01:48:36.947 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-05-06T01:48:36.947 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-05-06T01:48:36.947 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 28/34 2024-05-06T01:48:36.947 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-05-06T01:48:36.947 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-05-06T01:48:36.947 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : librados2-2:19.0.0-3516.ge08cbbf6.el9.x86_64 31/34 2024-05-06T01:48:36.947 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-05-06T01:48:36.947 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : librbd1-2:19.0.0-3516.ge08cbbf6.el9.x86_64 33/34 2024-05-06T01:48:37.303 INFO:teuthology.orchestra.run.smithi055.stdout:(1/4): libcephsqlite-19.0.0-3516.ge08cbbf6.el9. 430 kB/s | 163 kB 00:00 2024-05-06T01:48:37.520 INFO:teuthology.orchestra.run.smithi055.stdout:(2/4): socat-1.7.4.1-5.el9.x86_64.rpm 511 kB/s | 305 kB 00:00 2024-05-06T01:48:37.701 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-05-06T01:48:37.702 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-05-06T01:48:37.702 INFO:teuthology.orchestra.run.smithi177.stdout:Upgraded: 2024-05-06T01:48:37.702 INFO:teuthology.orchestra.run.smithi177.stdout: librados2-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T01:48:37.702 INFO:teuthology.orchestra.run.smithi177.stdout: librbd1-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T01:48:37.702 INFO:teuthology.orchestra.run.smithi177.stdout:Installed: 2024-05-06T01:48:37.702 INFO:teuthology.orchestra.run.smithi177.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-05-06T01:48:37.702 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-base-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T01:48:37.702 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-common-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T01:48:37.702 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-radosgw-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T01:48:37.703 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-selinux-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T01:48:37.703 INFO:teuthology.orchestra.run.smithi177.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-05-06T01:48:37.703 INFO:teuthology.orchestra.run.smithi177.stdout: libarrow-9.0.0-11.el9.x86_64 2024-05-06T01:48:37.703 INFO:teuthology.orchestra.run.smithi177.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-05-06T01:48:37.703 INFO:teuthology.orchestra.run.smithi177.stdout: libcephfs2-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T01:48:37.703 INFO:teuthology.orchestra.run.smithi177.stdout: liboath-2.6.7-2.el9.x86_64 2024-05-06T01:48:37.703 INFO:teuthology.orchestra.run.smithi177.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-05-06T01:48:37.703 INFO:teuthology.orchestra.run.smithi177.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-05-06T01:48:37.703 INFO:teuthology.orchestra.run.smithi177.stdout: libradosstriper1-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T01:48:37.703 INFO:teuthology.orchestra.run.smithi177.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-05-06T01:48:37.703 INFO:teuthology.orchestra.run.smithi177.stdout: librgw2-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T01:48:37.703 INFO:teuthology.orchestra.run.smithi177.stdout: libunwind-1.6.2-1.el9.x86_64 2024-05-06T01:48:37.704 INFO:teuthology.orchestra.run.smithi177.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-05-06T01:48:37.704 INFO:teuthology.orchestra.run.smithi177.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-05-06T01:48:37.704 INFO:teuthology.orchestra.run.smithi177.stdout: python3-ceph-argparse-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T01:48:37.704 INFO:teuthology.orchestra.run.smithi177.stdout: python3-ceph-common-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T01:48:37.704 INFO:teuthology.orchestra.run.smithi177.stdout: python3-cephfs-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T01:48:37.704 INFO:teuthology.orchestra.run.smithi177.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-05-06T01:48:37.704 INFO:teuthology.orchestra.run.smithi177.stdout: python3-rados-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T01:48:37.704 INFO:teuthology.orchestra.run.smithi177.stdout: python3-rbd-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T01:48:37.704 INFO:teuthology.orchestra.run.smithi177.stdout: python3-rgw-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T01:48:37.704 INFO:teuthology.orchestra.run.smithi177.stdout: qatlib-24.02.0-1.el9.x86_64 2024-05-06T01:48:37.704 INFO:teuthology.orchestra.run.smithi177.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-05-06T01:48:37.705 INFO:teuthology.orchestra.run.smithi177.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-05-06T01:48:37.705 INFO:teuthology.orchestra.run.smithi177.stdout: re2-1:20211101-3.el9.x86_64 2024-05-06T01:48:37.705 INFO:teuthology.orchestra.run.smithi177.stdout: thrift-0.15.0-2.el9.x86_64 2024-05-06T01:48:37.705 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-05-06T01:48:37.705 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2024-05-06T01:48:37.711 INFO:teuthology.orchestra.run.smithi055.stdout:(3/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 156 kB/s | 64 kB 00:00 2024-05-06T01:48:38.024 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum -y install ceph-test 2024-05-06T01:48:38.541 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:00:28 ago on Mon 06 May 2024 01:48:10 AM UTC. 2024-05-06T01:48:38.661 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2024-05-06T01:48:38.661 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-05-06T01:48:38.661 INFO:teuthology.orchestra.run.smithi177.stdout: Package Arch Version Repository Size 2024-05-06T01:48:38.661 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-05-06T01:48:38.661 INFO:teuthology.orchestra.run.smithi177.stdout:Installing: 2024-05-06T01:48:38.662 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-test x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 49 M 2024-05-06T01:48:38.662 INFO:teuthology.orchestra.run.smithi177.stdout:Installing dependencies: 2024-05-06T01:48:38.662 INFO:teuthology.orchestra.run.smithi177.stdout: libcephsqlite x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 163 k 2024-05-06T01:48:38.662 INFO:teuthology.orchestra.run.smithi177.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-05-06T01:48:38.662 INFO:teuthology.orchestra.run.smithi177.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-05-06T01:48:38.662 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-05-06T01:48:38.662 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction Summary 2024-05-06T01:48:38.662 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-05-06T01:48:38.662 INFO:teuthology.orchestra.run.smithi177.stdout:Install 4 Packages 2024-05-06T01:48:38.662 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-05-06T01:48:38.663 INFO:teuthology.orchestra.run.smithi177.stdout:Total download size: 50 M 2024-05-06T01:48:38.663 INFO:teuthology.orchestra.run.smithi177.stdout:Installed size: 211 M 2024-05-06T01:48:38.663 INFO:teuthology.orchestra.run.smithi177.stdout:Downloading Packages: 2024-05-06T01:48:39.146 INFO:teuthology.orchestra.run.smithi177.stdout:(1/4): socat-1.7.4.1-5.el9.x86_64.rpm 1.4 MB/s | 305 kB 00:00 2024-05-06T01:48:39.212 INFO:teuthology.orchestra.run.smithi177.stdout:(2/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 960 kB/s | 64 kB 00:00 2024-05-06T01:48:39.312 INFO:teuthology.orchestra.run.smithi055.stdout:(4/4): ceph-test-19.0.0-3516.ge08cbbf6.el9.x86_ 21 MB/s | 49 MB 00:02 2024-05-06T01:48:39.314 INFO:teuthology.orchestra.run.smithi055.stdout:-------------------------------------------------------------------------------- 2024-05-06T01:48:39.314 INFO:teuthology.orchestra.run.smithi055.stdout:Total 20 MB/s | 50 MB 00:02 2024-05-06T01:48:39.321 INFO:teuthology.orchestra.run.smithi177.stdout:(3/4): libcephsqlite-19.0.0-3516.ge08cbbf6.el9. 412 kB/s | 163 kB 00:00 2024-05-06T01:48:39.342 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction check 2024-05-06T01:48:39.365 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction check succeeded. 2024-05-06T01:48:39.365 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction test 2024-05-06T01:48:39.756 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction test succeeded. 2024-05-06T01:48:39.756 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction 2024-05-06T01:48:40.296 INFO:teuthology.orchestra.run.smithi055.stdout: Preparing : 1/1 2024-05-06T01:48:40.367 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-05-06T01:48:40.412 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-05-06T01:48:40.439 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : libcephsqlite-2:19.0.0-3516.ge08cbbf6.el9.x86_64 3/4 2024-05-06T01:48:41.263 INFO:teuthology.orchestra.run.smithi177.stdout:(4/4): ceph-test-19.0.0-3516.ge08cbbf6.el9.x86_ 21 MB/s | 49 MB 00:02 2024-05-06T01:48:41.265 INFO:teuthology.orchestra.run.smithi177.stdout:-------------------------------------------------------------------------------- 2024-05-06T01:48:41.265 INFO:teuthology.orchestra.run.smithi177.stdout:Total 19 MB/s | 50 MB 00:02 2024-05-06T01:48:41.292 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction check 2024-05-06T01:48:41.312 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction check succeeded. 2024-05-06T01:48:41.312 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction test 2024-05-06T01:48:41.682 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction test succeeded. 2024-05-06T01:48:41.683 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction 2024-05-06T01:48:42.210 INFO:teuthology.orchestra.run.smithi177.stdout: Preparing : 1/1 2024-05-06T01:48:42.271 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-05-06T01:48:42.312 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-05-06T01:48:42.331 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : libcephsqlite-2:19.0.0-3516.ge08cbbf6.el9.x86_64 3/4 2024-05-06T01:48:45.304 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: libcephsqlite-2:19.0.0-3516.ge08cbbf6.el9.x86_64 3/4 2024-05-06T01:48:45.380 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : ceph-test-2:19.0.0-3516.ge08cbbf6.el9.x86_64 4/4 2024-05-06T01:48:46.916 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: libcephsqlite-2:19.0.0-3516.ge08cbbf6.el9.x86_64 3/4 2024-05-06T01:48:46.994 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : ceph-test-2:19.0.0-3516.ge08cbbf6.el9.x86_64 4/4 2024-05-06T01:48:47.794 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: ceph-test-2:19.0.0-3516.ge08cbbf6.el9.x86_64 4/4 2024-05-06T01:48:47.795 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : ceph-test-2:19.0.0-3516.ge08cbbf6.el9.x86_64 1/4 2024-05-06T01:48:47.795 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : libcephsqlite-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2/4 2024-05-06T01:48:47.795 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-05-06T01:48:48.042 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-05-06T01:48:48.118 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-05-06T01:48:48.119 INFO:teuthology.orchestra.run.smithi055.stdout:Installed: 2024-05-06T01:48:48.119 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-test-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T01:48:48.119 INFO:teuthology.orchestra.run.smithi055.stdout: libcephsqlite-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T01:48:48.119 INFO:teuthology.orchestra.run.smithi055.stdout: socat-1.7.4.1-5.el9.x86_64 2024-05-06T01:48:48.119 INFO:teuthology.orchestra.run.smithi055.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-05-06T01:48:48.119 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-05-06T01:48:48.119 INFO:teuthology.orchestra.run.smithi055.stdout:Complete! 2024-05-06T01:48:48.322 DEBUG:teuthology.orchestra.run.smithi055:> sudo yum -y install ceph 2024-05-06T01:48:48.850 INFO:teuthology.orchestra.run.smithi055.stdout:Last metadata expiration check: 0:00:41 ago on Mon 06 May 2024 01:48:07 AM UTC. 2024-05-06T01:48:48.976 INFO:teuthology.orchestra.run.smithi055.stdout:Dependencies resolved. 2024-05-06T01:48:48.979 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2024-05-06T01:48:48.979 INFO:teuthology.orchestra.run.smithi055.stdout: Package Arch Version Repository Size 2024-05-06T01:48:48.979 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2024-05-06T01:48:48.979 INFO:teuthology.orchestra.run.smithi055.stdout:Installing: 2024-05-06T01:48:48.979 INFO:teuthology.orchestra.run.smithi055.stdout: ceph x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 6.6 k 2024-05-06T01:48:48.979 INFO:teuthology.orchestra.run.smithi055.stdout:Installing dependencies: 2024-05-06T01:48:48.979 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-mds x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 2.4 M 2024-05-06T01:48:48.979 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-mgr x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 1.5 M 2024-05-06T01:48:48.980 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-mgr-modules-core noarch 2:19.0.0-3516.ge08cbbf6.el9 ceph-noarch 274 k 2024-05-06T01:48:48.980 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-mon x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 4.7 M 2024-05-06T01:48:48.980 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-osd x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 17 M 2024-05-06T01:48:48.980 INFO:teuthology.orchestra.run.smithi055.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-05-06T01:48:48.980 INFO:teuthology.orchestra.run.smithi055.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-05-06T01:48:48.980 INFO:teuthology.orchestra.run.smithi055.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-05-06T01:48:48.980 INFO:teuthology.orchestra.run.smithi055.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-05-06T01:48:48.980 INFO:teuthology.orchestra.run.smithi055.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-05-06T01:48:48.980 INFO:teuthology.orchestra.run.smithi055.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-05-06T01:48:48.980 INFO:teuthology.orchestra.run.smithi055.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-05-06T01:48:48.980 INFO:teuthology.orchestra.run.smithi055.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-05-06T01:48:48.980 INFO:teuthology.orchestra.run.smithi055.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-05-06T01:48:48.980 INFO:teuthology.orchestra.run.smithi055.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-05-06T01:48:48.981 INFO:teuthology.orchestra.run.smithi055.stdout: python3-jaraco-collections 2024-05-06T01:48:48.981 INFO:teuthology.orchestra.run.smithi055.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-05-06T01:48:48.981 INFO:teuthology.orchestra.run.smithi055.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-05-06T01:48:48.981 INFO:teuthology.orchestra.run.smithi055.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-05-06T01:48:48.981 INFO:teuthology.orchestra.run.smithi055.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-05-06T01:48:48.981 INFO:teuthology.orchestra.run.smithi055.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-05-06T01:48:48.981 INFO:teuthology.orchestra.run.smithi055.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-05-06T01:48:48.981 INFO:teuthology.orchestra.run.smithi055.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-05-06T01:48:48.981 INFO:teuthology.orchestra.run.smithi055.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-05-06T01:48:48.981 INFO:teuthology.orchestra.run.smithi055.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-05-06T01:48:48.981 INFO:teuthology.orchestra.run.smithi055.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-05-06T01:48:48.981 INFO:teuthology.orchestra.run.smithi055.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-05-06T01:48:48.981 INFO:teuthology.orchestra.run.smithi055.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-05-06T01:48:48.982 INFO:teuthology.orchestra.run.smithi055.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-05-06T01:48:48.982 INFO:teuthology.orchestra.run.smithi055.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-05-06T01:48:48.982 INFO:teuthology.orchestra.run.smithi055.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-05-06T01:48:48.982 INFO:teuthology.orchestra.run.smithi055.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-05-06T01:48:48.982 INFO:teuthology.orchestra.run.smithi055.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-05-06T01:48:48.982 INFO:teuthology.orchestra.run.smithi055.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-05-06T01:48:48.982 INFO:teuthology.orchestra.run.smithi055.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-05-06T01:48:48.982 INFO:teuthology.orchestra.run.smithi055.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-05-06T01:48:48.982 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-05-06T01:48:48.982 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction Summary 2024-05-06T01:48:48.982 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2024-05-06T01:48:48.982 INFO:teuthology.orchestra.run.smithi055.stdout:Install 36 Packages 2024-05-06T01:48:48.982 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-05-06T01:48:48.983 INFO:teuthology.orchestra.run.smithi055.stdout:Total download size: 30 M 2024-05-06T01:48:48.983 INFO:teuthology.orchestra.run.smithi055.stdout:Installed size: 108 M 2024-05-06T01:48:48.983 INFO:teuthology.orchestra.run.smithi055.stdout:Downloading Packages: 2024-05-06T01:48:49.268 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: ceph-test-2:19.0.0-3516.ge08cbbf6.el9.x86_64 4/4 2024-05-06T01:48:49.269 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : ceph-test-2:19.0.0-3516.ge08cbbf6.el9.x86_64 1/4 2024-05-06T01:48:49.269 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : libcephsqlite-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2/4 2024-05-06T01:48:49.269 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-05-06T01:48:49.550 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-05-06T01:48:49.550 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-05-06T01:48:49.550 INFO:teuthology.orchestra.run.smithi177.stdout:Installed: 2024-05-06T01:48:49.550 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-test-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T01:48:49.550 INFO:teuthology.orchestra.run.smithi177.stdout: libcephsqlite-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T01:48:49.550 INFO:teuthology.orchestra.run.smithi177.stdout: socat-1.7.4.1-5.el9.x86_64 2024-05-06T01:48:49.550 INFO:teuthology.orchestra.run.smithi177.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-05-06T01:48:49.550 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-05-06T01:48:49.550 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2024-05-06T01:48:49.781 INFO:teuthology.orchestra.run.smithi055.stdout:(1/36): ceph-19.0.0-3516.ge08cbbf6.el9.x86_64.r 28 kB/s | 6.6 kB 00:00 2024-05-06T01:48:49.827 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum -y install ceph 2024-05-06T01:48:49.923 INFO:teuthology.orchestra.run.smithi055.stdout:(2/36): ceph-mgr-19.0.0-3516.ge08cbbf6.el9.x86_ 4.0 MB/s | 1.5 MB 00:00 2024-05-06T01:48:49.998 INFO:teuthology.orchestra.run.smithi055.stdout:(3/36): ceph-mds-19.0.0-3516.ge08cbbf6.el9.x86_ 5.2 MB/s | 2.4 MB 00:00 2024-05-06T01:48:50.048 INFO:teuthology.orchestra.run.smithi055.stdout:(4/36): ceph-mgr-modules-core-19.0.0-3516.ge08c 5.4 MB/s | 274 kB 00:00 2024-05-06T01:48:50.265 INFO:teuthology.orchestra.run.smithi055.stdout:(5/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.1 MB/s | 253 kB 00:00 2024-05-06T01:48:50.340 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:00:40 ago on Mon 06 May 2024 01:48:10 AM UTC. 2024-05-06T01:48:50.415 INFO:teuthology.orchestra.run.smithi055.stdout:(6/36): python3-cryptography-36.0.1-4.el9.x86_6 8.2 MB/s | 1.2 MB 00:00 2024-05-06T01:48:50.469 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2024-05-06T01:48:50.472 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-05-06T01:48:50.472 INFO:teuthology.orchestra.run.smithi177.stdout: Package Arch Version Repository Size 2024-05-06T01:48:50.472 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-05-06T01:48:50.472 INFO:teuthology.orchestra.run.smithi177.stdout:Installing: 2024-05-06T01:48:50.472 INFO:teuthology.orchestra.run.smithi177.stdout: ceph x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 6.6 k 2024-05-06T01:48:50.472 INFO:teuthology.orchestra.run.smithi177.stdout:Installing dependencies: 2024-05-06T01:48:50.473 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-mds x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 2.4 M 2024-05-06T01:48:50.473 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-mgr x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 1.5 M 2024-05-06T01:48:50.473 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-mgr-modules-core noarch 2:19.0.0-3516.ge08cbbf6.el9 ceph-noarch 274 k 2024-05-06T01:48:50.473 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-mon x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 4.7 M 2024-05-06T01:48:50.473 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-osd x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 17 M 2024-05-06T01:48:50.473 INFO:teuthology.orchestra.run.smithi177.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-05-06T01:48:50.473 INFO:teuthology.orchestra.run.smithi177.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-05-06T01:48:50.473 INFO:teuthology.orchestra.run.smithi177.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-05-06T01:48:50.473 INFO:teuthology.orchestra.run.smithi177.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-05-06T01:48:50.473 INFO:teuthology.orchestra.run.smithi177.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-05-06T01:48:50.473 INFO:teuthology.orchestra.run.smithi177.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-05-06T01:48:50.473 INFO:teuthology.orchestra.run.smithi177.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-05-06T01:48:50.474 INFO:teuthology.orchestra.run.smithi177.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-05-06T01:48:50.474 INFO:teuthology.orchestra.run.smithi177.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-05-06T01:48:50.474 INFO:teuthology.orchestra.run.smithi177.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-05-06T01:48:50.474 INFO:teuthology.orchestra.run.smithi177.stdout: python3-jaraco-collections 2024-05-06T01:48:50.474 INFO:teuthology.orchestra.run.smithi177.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-05-06T01:48:50.474 INFO:teuthology.orchestra.run.smithi177.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-05-06T01:48:50.474 INFO:teuthology.orchestra.run.smithi177.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-05-06T01:48:50.474 INFO:teuthology.orchestra.run.smithi177.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-05-06T01:48:50.474 INFO:teuthology.orchestra.run.smithi177.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-05-06T01:48:50.474 INFO:teuthology.orchestra.run.smithi177.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-05-06T01:48:50.474 INFO:teuthology.orchestra.run.smithi177.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-05-06T01:48:50.474 INFO:teuthology.orchestra.run.smithi177.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-05-06T01:48:50.474 INFO:teuthology.orchestra.run.smithi177.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-05-06T01:48:50.475 INFO:teuthology.orchestra.run.smithi177.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-05-06T01:48:50.475 INFO:teuthology.orchestra.run.smithi177.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-05-06T01:48:50.475 INFO:teuthology.orchestra.run.smithi177.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-05-06T01:48:50.475 INFO:teuthology.orchestra.run.smithi177.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-05-06T01:48:50.475 INFO:teuthology.orchestra.run.smithi177.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-05-06T01:48:50.475 INFO:teuthology.orchestra.run.smithi177.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-05-06T01:48:50.475 INFO:teuthology.orchestra.run.smithi177.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-05-06T01:48:50.475 INFO:teuthology.orchestra.run.smithi177.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-05-06T01:48:50.475 INFO:teuthology.orchestra.run.smithi177.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-05-06T01:48:50.475 INFO:teuthology.orchestra.run.smithi177.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-05-06T01:48:50.475 INFO:teuthology.orchestra.run.smithi177.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-05-06T01:48:50.475 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-05-06T01:48:50.476 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction Summary 2024-05-06T01:48:50.476 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-05-06T01:48:50.476 INFO:teuthology.orchestra.run.smithi177.stdout:Install 36 Packages 2024-05-06T01:48:50.476 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-05-06T01:48:50.476 INFO:teuthology.orchestra.run.smithi055.stdout:(7/36): python3-ply-3.11-14.el9.noarch.rpm 1.8 MB/s | 106 kB 00:00 2024-05-06T01:48:50.477 INFO:teuthology.orchestra.run.smithi177.stdout:Total download size: 30 M 2024-05-06T01:48:50.477 INFO:teuthology.orchestra.run.smithi177.stdout:Installed size: 108 M 2024-05-06T01:48:50.477 INFO:teuthology.orchestra.run.smithi177.stdout:Downloading Packages: 2024-05-06T01:48:50.533 INFO:teuthology.orchestra.run.smithi055.stdout:(8/36): python3-pycparser-2.20-6.el9.noarch.rpm 2.3 MB/s | 135 kB 00:00 2024-05-06T01:48:50.683 INFO:teuthology.orchestra.run.smithi055.stdout:(9/36): python3-requests-2.25.1-8.el9.noarch.rp 834 kB/s | 125 kB 00:00 2024-05-06T01:48:50.916 INFO:teuthology.orchestra.run.smithi055.stdout:(10/36): ceph-osd-19.0.0-3516.ge08cbbf6.el9.x86 17 MB/s | 17 MB 00:00 2024-05-06T01:48:50.942 INFO:teuthology.orchestra.run.smithi055.stdout:(11/36): python3-urllib3-1.26.5-5.el9.noarch.rp 829 kB/s | 215 kB 00:00 2024-05-06T01:48:51.001 INFO:teuthology.orchestra.run.smithi055.stdout:(12/36): lua-5.4.4-4.el9.x86_64.rpm 2.2 MB/s | 188 kB 00:00 2024-05-06T01:48:51.026 INFO:teuthology.orchestra.run.smithi055.stdout:(13/36): python3-mako-1.1.4-6.el9.noarch.rpm 2.0 MB/s | 172 kB 00:00 2024-05-06T01:48:51.068 INFO:teuthology.orchestra.run.smithi055.stdout:(14/36): python3-markupsafe-1.1.1-12.el9.x86_64 520 kB/s | 35 kB 00:00 2024-05-06T01:48:51.093 INFO:teuthology.orchestra.run.smithi055.stdout:(15/36): python3-pytz-2021.1-5.el9.noarch.rpm 762 kB/s | 51 kB 00:00 2024-05-06T01:48:51.143 INFO:teuthology.orchestra.run.smithi055.stdout:(16/36): python3-toml-0.10.2-6.el9.noarch.rpm 554 kB/s | 42 kB 00:00 2024-05-06T01:48:51.372 INFO:teuthology.orchestra.run.smithi177.stdout:(1/36): ceph-19.0.0-3516.ge08cbbf6.el9.x86_64.r 30 kB/s | 6.6 kB 00:00 2024-05-06T01:48:51.419 INFO:teuthology.orchestra.run.smithi055.stdout:(17/36): ceph-mon-19.0.0-3516.ge08cbbf6.el9.x86 2.9 MB/s | 4.7 MB 00:01 2024-05-06T01:48:51.619 INFO:teuthology.orchestra.run.smithi055.stdout:(18/36): luarocks-3.9.2-1.el9.noarch.rpm 318 kB/s | 151 kB 00:00 2024-05-06T01:48:51.678 INFO:teuthology.orchestra.run.smithi055.stdout:(19/36): lua-devel-5.4.4-4.el9.x86_64.rpm 38 kB/s | 22 kB 00:00 2024-05-06T01:48:51.708 INFO:teuthology.orchestra.run.smithi177.stdout:(2/36): ceph-mgr-19.0.0-3516.ge08cbbf6.el9.x86_ 2.7 MB/s | 1.5 MB 00:00 2024-05-06T01:48:51.736 INFO:teuthology.orchestra.run.smithi055.stdout:(20/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 137 kB/s | 43 kB 00:00 2024-05-06T01:48:51.781 INFO:teuthology.orchestra.run.smithi177.stdout:(3/36): ceph-mds-19.0.0-3516.ge08cbbf6.el9.x86_ 3.8 MB/s | 2.4 MB 00:00 2024-05-06T01:48:51.898 INFO:teuthology.orchestra.run.smithi177.stdout:(4/36): ceph-mgr-modules-core-19.0.0-3516.ge08c 2.3 MB/s | 274 kB 00:00 2024-05-06T01:48:51.903 INFO:teuthology.orchestra.run.smithi055.stdout:(21/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 64 kB/s | 11 kB 00:00 2024-05-06T01:48:52.020 INFO:teuthology.orchestra.run.smithi055.stdout:(22/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 429 kB/s | 172 kB 00:00 2024-05-06T01:48:52.057 INFO:teuthology.orchestra.run.smithi177.stdout:(5/36): ceph-mon-19.0.0-3516.ge08cbbf6.el9.x86_ 6.9 MB/s | 4.7 MB 00:00 2024-05-06T01:48:52.082 INFO:teuthology.orchestra.run.smithi177.stdout:(6/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.3 MB/s | 253 kB 00:00 2024-05-06T01:48:52.116 INFO:teuthology.orchestra.run.smithi177.stdout:(7/36): python3-ply-3.11-14.el9.noarch.rpm 3.1 MB/s | 106 kB 00:00 2024-05-06T01:48:52.145 INFO:teuthology.orchestra.run.smithi055.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 73 kB/s | 18 kB 00:00 2024-05-06T01:48:52.158 INFO:teuthology.orchestra.run.smithi177.stdout:(8/36): python3-pycparser-2.20-6.el9.noarch.rpm 3.2 MB/s | 135 kB 00:00 2024-05-06T01:48:52.187 INFO:teuthology.orchestra.run.smithi055.stdout:(24/36): python3-cherrypy-18.6.1-2.el9.noarch.r 704 kB/s | 358 kB 00:00 2024-05-06T01:48:52.199 INFO:teuthology.orchestra.run.smithi177.stdout:(9/36): python3-requests-2.25.1-8.el9.noarch.rp 2.9 MB/s | 125 kB 00:00 2024-05-06T01:48:52.242 INFO:teuthology.orchestra.run.smithi177.stdout:(10/36): python3-cryptography-36.0.1-4.el9.x86_ 6.6 MB/s | 1.2 MB 00:00 2024-05-06T01:48:52.267 INFO:teuthology.orchestra.run.smithi177.stdout:(11/36): python3-urllib3-1.26.5-5.el9.noarch.rp 3.1 MB/s | 215 kB 00:00 2024-05-06T01:48:52.271 INFO:teuthology.orchestra.run.smithi055.stdout:(25/36): python3-jaraco-collections-3.0.0-8.el9 92 kB/s | 23 kB 00:00 2024-05-06T01:48:52.292 INFO:teuthology.orchestra.run.smithi177.stdout:(12/36): lua-5.4.4-4.el9.x86_64.rpm 3.7 MB/s | 188 kB 00:00 2024-05-06T01:48:52.318 INFO:teuthology.orchestra.run.smithi177.stdout:(13/36): python3-mako-1.1.4-6.el9.noarch.rpm 3.3 MB/s | 172 kB 00:00 2024-05-06T01:48:52.343 INFO:teuthology.orchestra.run.smithi177.stdout:(14/36): python3-markupsafe-1.1.1-12.el9.x86_64 689 kB/s | 35 kB 00:00 2024-05-06T01:48:52.370 INFO:teuthology.orchestra.run.smithi177.stdout:(15/36): python3-pytz-2021.1-5.el9.noarch.rpm 1.0 MB/s | 51 kB 00:00 2024-05-06T01:48:52.394 INFO:teuthology.orchestra.run.smithi177.stdout:(16/36): python3-toml-0.10.2-6.el9.noarch.rpm 830 kB/s | 42 kB 00:00 2024-05-06T01:48:52.396 INFO:teuthology.orchestra.run.smithi055.stdout:(26/36): python3-jaraco-functools-3.5.0-2.el9.n 78 kB/s | 19 kB 00:00 2024-05-06T01:48:52.446 INFO:teuthology.orchestra.run.smithi055.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 76 kB/s | 20 kB 00:00 2024-05-06T01:48:52.519 INFO:teuthology.orchestra.run.smithi177.stdout:(17/36): lua-devel-5.4.4-4.el9.x86_64.rpm 148 kB/s | 22 kB 00:00 2024-05-06T01:48:52.588 INFO:teuthology.orchestra.run.smithi055.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 146 kB/s | 46 kB 00:00 2024-05-06T01:48:52.730 INFO:teuthology.orchestra.run.smithi055.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 236 kB/s | 79 kB 00:00 2024-05-06T01:48:52.847 INFO:teuthology.orchestra.run.smithi055.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 63 kB/s | 16 kB 00:00 2024-05-06T01:48:52.852 INFO:teuthology.orchestra.run.smithi177.stdout:(18/36): ceph-osd-19.0.0-3516.ge08cbbf6.el9.x86 15 MB/s | 17 MB 00:01 2024-05-06T01:48:52.906 INFO:teuthology.orchestra.run.smithi055.stdout:(31/36): python3-pecan-1.4.2-3.el9.noarch.rpm 593 kB/s | 272 kB 00:00 2024-05-06T01:48:53.056 INFO:teuthology.orchestra.run.smithi055.stdout:(32/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 276 kB/s | 90 kB 00:00 2024-05-06T01:48:53.098 INFO:teuthology.orchestra.run.smithi055.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 143 kB/s | 36 kB 00:00 2024-05-06T01:48:53.102 INFO:teuthology.orchestra.run.smithi177.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 78 kB/s | 43 kB 00:00 2024-05-06T01:48:53.128 INFO:teuthology.orchestra.run.smithi177.stdout:(20/36): luarocks-3.9.2-1.el9.noarch.rpm 206 kB/s | 151 kB 00:00 2024-05-06T01:48:53.245 INFO:teuthology.orchestra.run.smithi177.stdout:(21/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 92 kB/s | 11 kB 00:00 2024-05-06T01:48:53.331 INFO:teuthology.orchestra.run.smithi055.stdout:(34/36): python3-zc-lockfile-2.0-10.el9.noarch. 86 kB/s | 20 kB 00:00 2024-05-06T01:48:53.362 INFO:teuthology.orchestra.run.smithi177.stdout:(22/36): python3-jaraco-classes-3.2.1-5.el9.noa 151 kB/s | 18 kB 00:00 2024-05-06T01:48:53.426 INFO:teuthology.orchestra.run.smithi055.stdout:(35/36): python3-webob-1.8.7-6.el9.noarch.rpm 444 kB/s | 230 kB 00:00 2024-05-06T01:48:53.454 INFO:teuthology.orchestra.run.smithi177.stdout:(23/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 286 kB/s | 172 kB 00:00 2024-05-06T01:48:53.479 INFO:teuthology.orchestra.run.smithi177.stdout:(24/36): python3-jaraco-collections-3.0.0-8.el9 198 kB/s | 23 kB 00:00 2024-05-06T01:48:53.504 INFO:teuthology.orchestra.run.smithi177.stdout:(25/36): python3-cherrypy-18.6.1-2.el9.noarch.r 893 kB/s | 358 kB 00:00 2024-05-06T01:48:53.563 INFO:teuthology.orchestra.run.smithi177.stdout:(26/36): python3-jaraco-functools-3.5.0-2.el9.n 179 kB/s | 19 kB 00:00 2024-05-06T01:48:53.596 INFO:teuthology.orchestra.run.smithi177.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 168 kB/s | 20 kB 00:00 2024-05-06T01:48:53.598 INFO:teuthology.orchestra.run.smithi055.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 788 kB/s | 427 kB 00:00 2024-05-06T01:48:53.601 INFO:teuthology.orchestra.run.smithi055.stdout:-------------------------------------------------------------------------------- 2024-05-06T01:48:53.602 INFO:teuthology.orchestra.run.smithi055.stdout:Total 6.5 MB/s | 30 MB 00:04 2024-05-06T01:48:53.622 INFO:teuthology.orchestra.run.smithi177.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 394 kB/s | 46 kB 00:00 2024-05-06T01:48:53.744 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction check 2024-05-06T01:48:53.747 INFO:teuthology.orchestra.run.smithi177.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 428 kB/s | 79 kB 00:00 2024-05-06T01:48:53.772 INFO:teuthology.orchestra.run.smithi177.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 109 kB/s | 16 kB 00:00 2024-05-06T01:48:53.788 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction check succeeded. 2024-05-06T01:48:53.788 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction test 2024-05-06T01:48:53.856 INFO:teuthology.orchestra.run.smithi177.stdout:(31/36): python3-pecan-1.4.2-3.el9.noarch.rpm 1.0 MB/s | 272 kB 00:00 2024-05-06T01:48:53.881 INFO:teuthology.orchestra.run.smithi177.stdout:(32/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 672 kB/s | 90 kB 00:00 2024-05-06T01:48:53.906 INFO:teuthology.orchestra.run.smithi177.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 267 kB/s | 36 kB 00:00 2024-05-06T01:48:54.024 INFO:teuthology.orchestra.run.smithi177.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 1.3 MB/s | 230 kB 00:00 2024-05-06T01:48:54.049 INFO:teuthology.orchestra.run.smithi177.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 140 kB/s | 20 kB 00:00 2024-05-06T01:48:54.103 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction test succeeded. 2024-05-06T01:48:54.103 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction 2024-05-06T01:48:54.165 INFO:teuthology.orchestra.run.smithi177.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 1.5 MB/s | 427 kB 00:00 2024-05-06T01:48:54.170 INFO:teuthology.orchestra.run.smithi177.stdout:-------------------------------------------------------------------------------- 2024-05-06T01:48:54.170 INFO:teuthology.orchestra.run.smithi177.stdout:Total 8.2 MB/s | 30 MB 00:03 2024-05-06T01:48:54.309 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction check 2024-05-06T01:48:54.349 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction check succeeded. 2024-05-06T01:48:54.349 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction test 2024-05-06T01:48:54.643 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction test succeeded. 2024-05-06T01:48:54.644 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction 2024-05-06T01:48:55.374 INFO:teuthology.orchestra.run.smithi055.stdout: Preparing : 1/1 2024-05-06T01:48:55.435 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-05-06T01:48:55.477 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-05-06T01:48:55.504 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-05-06T01:48:55.580 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-05-06T01:48:55.629 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-05-06T01:48:55.661 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-05-06T01:48:55.758 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-05-06T01:48:55.833 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-05-06T01:48:55.889 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-05-06T01:48:55.932 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-05-06T01:48:55.936 INFO:teuthology.orchestra.run.smithi177.stdout: Preparing : 1/1 2024-05-06T01:48:55.962 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-05-06T01:48:55.997 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-05-06T01:48:56.002 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-05-06T01:48:56.030 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-05-06T01:48:56.034 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-05-06T01:48:56.071 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-05-06T01:48:56.071 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-05-06T01:48:56.115 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-05-06T01:48:56.141 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-05-06T01:48:56.148 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-05-06T01:48:56.186 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-05-06T01:48:56.195 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-05-06T01:48:56.227 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-05-06T01:48:56.263 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-05-06T01:48:56.319 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-05-06T01:48:56.417 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-05-06T01:48:56.430 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-05-06T01:48:56.471 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-05-06T01:48:56.499 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-05-06T01:48:56.515 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-05-06T01:48:56.545 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-05-06T01:48:56.549 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-05-06T01:48:56.580 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-05-06T01:48:56.613 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-05-06T01:48:56.653 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-05-06T01:48:56.688 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-05-06T01:48:56.723 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-05-06T01:48:56.761 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-05-06T01:48:56.779 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-05-06T01:48:56.833 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-05-06T01:48:56.837 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-05-06T01:48:56.901 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-05-06T01:48:56.972 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-05-06T01:48:57.051 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-05-06T01:48:57.100 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-05-06T01:48:57.105 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-05-06T01:48:57.145 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-05-06T01:48:57.158 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-05-06T01:48:57.193 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-05-06T01:48:57.239 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-05-06T01:48:57.248 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-05-06T01:48:57.433 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-05-06T01:48:57.455 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-05-06T01:48:57.490 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-05-06T01:48:57.491 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-05-06T01:48:57.567 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-05-06T01:48:57.624 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-05-06T01:48:57.657 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-05-06T01:48:57.698 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-05-06T01:48:57.793 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-3516.ge08cbbf6.el9. 31/36 2024-05-06T01:48:57.816 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : ceph-mgr-2:19.0.0-3516.ge08cbbf6.el9.x86_64 32/36 2024-05-06T01:48:57.824 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-05-06T01:48:57.844 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: ceph-mgr-2:19.0.0-3516.ge08cbbf6.el9.x86_64 32/36 2024-05-06T01:48:57.844 INFO:teuthology.orchestra.run.smithi055.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-06T01:48:57.844 INFO:teuthology.orchestra.run.smithi055.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-05-06T01:48:57.844 INFO:teuthology.orchestra.run.smithi055.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-05-06T01:48:57.844 INFO:teuthology.orchestra.run.smithi055.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-05-06T01:48:57.844 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-05-06T01:48:57.986 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-3516.ge08cbbf6.el9. 31/36 2024-05-06T01:48:58.009 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : ceph-mgr-2:19.0.0-3516.ge08cbbf6.el9.x86_64 32/36 2024-05-06T01:48:58.034 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: ceph-mgr-2:19.0.0-3516.ge08cbbf6.el9.x86_64 32/36 2024-05-06T01:48:58.035 INFO:teuthology.orchestra.run.smithi177.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-06T01:48:58.035 INFO:teuthology.orchestra.run.smithi177.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-05-06T01:48:58.035 INFO:teuthology.orchestra.run.smithi177.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-05-06T01:48:58.035 INFO:teuthology.orchestra.run.smithi177.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-05-06T01:48:58.035 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-05-06T01:48:59.376 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : ceph-osd-2:19.0.0-3516.ge08cbbf6.el9.x86_64 33/36 2024-05-06T01:48:59.404 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: ceph-osd-2:19.0.0-3516.ge08cbbf6.el9.x86_64 33/36 2024-05-06T01:48:59.404 INFO:teuthology.orchestra.run.smithi055.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-06T01:48:59.404 INFO:teuthology.orchestra.run.smithi055.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-05-06T01:48:59.404 INFO:teuthology.orchestra.run.smithi055.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-05-06T01:48:59.405 INFO:teuthology.orchestra.run.smithi055.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-05-06T01:48:59.405 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-05-06T01:48:59.485 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : ceph-osd-2:19.0.0-3516.ge08cbbf6.el9.x86_64 33/36 2024-05-06T01:48:59.511 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: ceph-osd-2:19.0.0-3516.ge08cbbf6.el9.x86_64 33/36 2024-05-06T01:48:59.511 INFO:teuthology.orchestra.run.smithi177.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-06T01:48:59.511 INFO:teuthology.orchestra.run.smithi177.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-05-06T01:48:59.511 INFO:teuthology.orchestra.run.smithi177.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-05-06T01:48:59.511 INFO:teuthology.orchestra.run.smithi177.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-05-06T01:48:59.511 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-05-06T01:48:59.868 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : ceph-mon-2:19.0.0-3516.ge08cbbf6.el9.x86_64 34/36 2024-05-06T01:48:59.892 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: ceph-mon-2:19.0.0-3516.ge08cbbf6.el9.x86_64 34/36 2024-05-06T01:48:59.893 INFO:teuthology.orchestra.run.smithi055.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-06T01:48:59.893 INFO:teuthology.orchestra.run.smithi055.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-05-06T01:48:59.893 INFO:teuthology.orchestra.run.smithi055.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-05-06T01:48:59.893 INFO:teuthology.orchestra.run.smithi055.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-05-06T01:48:59.893 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-05-06T01:48:59.960 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : ceph-mon-2:19.0.0-3516.ge08cbbf6.el9.x86_64 34/36 2024-05-06T01:48:59.983 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: ceph-mon-2:19.0.0-3516.ge08cbbf6.el9.x86_64 34/36 2024-05-06T01:48:59.983 INFO:teuthology.orchestra.run.smithi177.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-06T01:48:59.984 INFO:teuthology.orchestra.run.smithi177.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-05-06T01:48:59.984 INFO:teuthology.orchestra.run.smithi177.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-05-06T01:48:59.984 INFO:teuthology.orchestra.run.smithi177.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-05-06T01:48:59.984 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-05-06T01:49:00.136 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : ceph-mds-2:19.0.0-3516.ge08cbbf6.el9.x86_64 35/36 2024-05-06T01:49:00.160 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: ceph-mds-2:19.0.0-3516.ge08cbbf6.el9.x86_64 35/36 2024-05-06T01:49:00.160 INFO:teuthology.orchestra.run.smithi055.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-06T01:49:00.160 INFO:teuthology.orchestra.run.smithi055.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-05-06T01:49:00.160 INFO:teuthology.orchestra.run.smithi055.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-05-06T01:49:00.161 INFO:teuthology.orchestra.run.smithi055.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-05-06T01:49:00.161 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-05-06T01:49:00.211 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : ceph-mds-2:19.0.0-3516.ge08cbbf6.el9.x86_64 35/36 2024-05-06T01:49:00.225 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : ceph-2:19.0.0-3516.ge08cbbf6.el9.x86_64 36/36 2024-05-06T01:49:00.234 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: ceph-mds-2:19.0.0-3516.ge08cbbf6.el9.x86_64 35/36 2024-05-06T01:49:00.234 INFO:teuthology.orchestra.run.smithi177.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-06T01:49:00.234 INFO:teuthology.orchestra.run.smithi177.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-05-06T01:49:00.234 INFO:teuthology.orchestra.run.smithi177.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-05-06T01:49:00.234 INFO:teuthology.orchestra.run.smithi177.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-05-06T01:49:00.234 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-05-06T01:49:00.297 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : ceph-2:19.0.0-3516.ge08cbbf6.el9.x86_64 36/36 2024-05-06T01:49:01.965 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: ceph-2:19.0.0-3516.ge08cbbf6.el9.x86_64 36/36 2024-05-06T01:49:01.965 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : ceph-2:19.0.0-3516.ge08cbbf6.el9.x86_64 1/36 2024-05-06T01:49:01.965 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : ceph-mds-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2/36 2024-05-06T01:49:01.965 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : ceph-mgr-2:19.0.0-3516.ge08cbbf6.el9.x86_64 3/36 2024-05-06T01:49:01.965 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : ceph-mon-2:19.0.0-3516.ge08cbbf6.el9.x86_64 4/36 2024-05-06T01:49:01.965 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : ceph-osd-2:19.0.0-3516.ge08cbbf6.el9.x86_64 5/36 2024-05-06T01:49:01.965 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-3516.ge08cbbf6.el9. 6/36 2024-05-06T01:49:01.965 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-05-06T01:49:01.966 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-05-06T01:49:01.966 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-05-06T01:49:01.966 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-05-06T01:49:01.966 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-05-06T01:49:01.966 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-05-06T01:49:01.966 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-05-06T01:49:01.966 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-05-06T01:49:01.966 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-05-06T01:49:01.966 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-05-06T01:49:01.966 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-05-06T01:49:01.966 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-05-06T01:49:01.966 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-05-06T01:49:01.967 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-05-06T01:49:01.967 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-05-06T01:49:01.967 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-05-06T01:49:01.967 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-05-06T01:49:01.967 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-05-06T01:49:01.967 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-05-06T01:49:01.967 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-05-06T01:49:01.967 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-05-06T01:49:01.968 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-05-06T01:49:01.968 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-05-06T01:49:01.968 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-05-06T01:49:01.968 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-05-06T01:49:01.968 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-05-06T01:49:01.969 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-05-06T01:49:01.969 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-05-06T01:49:01.969 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-05-06T01:49:01.989 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: ceph-2:19.0.0-3516.ge08cbbf6.el9.x86_64 36/36 2024-05-06T01:49:01.989 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : ceph-2:19.0.0-3516.ge08cbbf6.el9.x86_64 1/36 2024-05-06T01:49:01.989 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : ceph-mds-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2/36 2024-05-06T01:49:01.989 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : ceph-mgr-2:19.0.0-3516.ge08cbbf6.el9.x86_64 3/36 2024-05-06T01:49:01.989 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : ceph-mon-2:19.0.0-3516.ge08cbbf6.el9.x86_64 4/36 2024-05-06T01:49:01.989 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : ceph-osd-2:19.0.0-3516.ge08cbbf6.el9.x86_64 5/36 2024-05-06T01:49:01.990 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-3516.ge08cbbf6.el9. 6/36 2024-05-06T01:49:01.990 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-05-06T01:49:01.990 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-05-06T01:49:01.990 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-05-06T01:49:01.990 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-05-06T01:49:01.990 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-05-06T01:49:01.990 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-05-06T01:49:01.991 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-05-06T01:49:01.991 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-05-06T01:49:01.991 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-05-06T01:49:01.991 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-05-06T01:49:01.991 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-05-06T01:49:01.991 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-05-06T01:49:01.991 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-05-06T01:49:01.991 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-05-06T01:49:01.991 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-05-06T01:49:01.992 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-05-06T01:49:01.992 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-05-06T01:49:01.992 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-05-06T01:49:01.992 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-05-06T01:49:01.992 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-05-06T01:49:01.992 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-05-06T01:49:01.993 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-05-06T01:49:01.994 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-05-06T01:49:01.994 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-05-06T01:49:01.994 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-05-06T01:49:01.994 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-05-06T01:49:01.994 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-05-06T01:49:01.994 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-05-06T01:49:01.994 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-05-06T01:49:02.879 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-05-06T01:49:02.879 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-05-06T01:49:02.879 INFO:teuthology.orchestra.run.smithi177.stdout:Installed: 2024-05-06T01:49:02.879 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T01:49:02.879 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-mds-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T01:49:02.879 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-mgr-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T01:49:02.879 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-mgr-modules-core-2:19.0.0-3516.ge08cbbf6.el9.noarch 2024-05-06T01:49:02.879 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-mon-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T01:49:02.879 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-osd-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T01:49:02.880 INFO:teuthology.orchestra.run.smithi177.stdout: lua-5.4.4-4.el9.x86_64 2024-05-06T01:49:02.880 INFO:teuthology.orchestra.run.smithi177.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-05-06T01:49:02.880 INFO:teuthology.orchestra.run.smithi177.stdout: luarocks-3.9.2-1.el9.noarch 2024-05-06T01:49:02.880 INFO:teuthology.orchestra.run.smithi177.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-05-06T01:49:02.880 INFO:teuthology.orchestra.run.smithi177.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-05-06T01:49:02.880 INFO:teuthology.orchestra.run.smithi177.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-05-06T01:49:02.880 INFO:teuthology.orchestra.run.smithi177.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-05-06T01:49:02.880 INFO:teuthology.orchestra.run.smithi177.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-05-06T01:49:02.880 INFO:teuthology.orchestra.run.smithi177.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-05-06T01:49:02.880 INFO:teuthology.orchestra.run.smithi177.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-05-06T01:49:02.880 INFO:teuthology.orchestra.run.smithi177.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-05-06T01:49:02.880 INFO:teuthology.orchestra.run.smithi177.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-05-06T01:49:02.880 INFO:teuthology.orchestra.run.smithi177.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-05-06T01:49:02.880 INFO:teuthology.orchestra.run.smithi177.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-05-06T01:49:02.880 INFO:teuthology.orchestra.run.smithi177.stdout: python3-mako-1.1.4-6.el9.noarch 2024-05-06T01:49:02.881 INFO:teuthology.orchestra.run.smithi177.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-05-06T01:49:02.881 INFO:teuthology.orchestra.run.smithi177.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-05-06T01:49:02.881 INFO:teuthology.orchestra.run.smithi177.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-05-06T01:49:02.881 INFO:teuthology.orchestra.run.smithi177.stdout: python3-ply-3.11-14.el9.noarch 2024-05-06T01:49:02.881 INFO:teuthology.orchestra.run.smithi177.stdout: python3-portend-3.1.0-2.el9.noarch 2024-05-06T01:49:02.881 INFO:teuthology.orchestra.run.smithi177.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-05-06T01:49:02.881 INFO:teuthology.orchestra.run.smithi177.stdout: python3-pycparser-2.20-6.el9.noarch 2024-05-06T01:49:02.881 INFO:teuthology.orchestra.run.smithi177.stdout: python3-pytz-2021.1-5.el9.noarch 2024-05-06T01:49:02.881 INFO:teuthology.orchestra.run.smithi177.stdout: python3-requests-2.25.1-8.el9.noarch 2024-05-06T01:49:02.881 INFO:teuthology.orchestra.run.smithi177.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-05-06T01:49:02.881 INFO:teuthology.orchestra.run.smithi177.stdout: python3-toml-0.10.2-6.el9.noarch 2024-05-06T01:49:02.881 INFO:teuthology.orchestra.run.smithi177.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-05-06T01:49:02.881 INFO:teuthology.orchestra.run.smithi177.stdout: python3-webob-1.8.7-6.el9.noarch 2024-05-06T01:49:02.881 INFO:teuthology.orchestra.run.smithi177.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-05-06T01:49:02.881 INFO:teuthology.orchestra.run.smithi177.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-05-06T01:49:02.882 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-05-06T01:49:02.882 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2024-05-06T01:49:03.123 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-05-06T01:49:03.123 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-05-06T01:49:03.123 INFO:teuthology.orchestra.run.smithi055.stdout:Installed: 2024-05-06T01:49:03.124 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T01:49:03.124 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-mds-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T01:49:03.124 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-mgr-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T01:49:03.124 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-mgr-modules-core-2:19.0.0-3516.ge08cbbf6.el9.noarch 2024-05-06T01:49:03.124 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-mon-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T01:49:03.124 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-osd-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T01:49:03.124 INFO:teuthology.orchestra.run.smithi055.stdout: lua-5.4.4-4.el9.x86_64 2024-05-06T01:49:03.124 INFO:teuthology.orchestra.run.smithi055.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-05-06T01:49:03.124 INFO:teuthology.orchestra.run.smithi055.stdout: luarocks-3.9.2-1.el9.noarch 2024-05-06T01:49:03.124 INFO:teuthology.orchestra.run.smithi055.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-05-06T01:49:03.124 INFO:teuthology.orchestra.run.smithi055.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-05-06T01:49:03.124 INFO:teuthology.orchestra.run.smithi055.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-05-06T01:49:03.124 INFO:teuthology.orchestra.run.smithi055.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-05-06T01:49:03.124 INFO:teuthology.orchestra.run.smithi055.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-05-06T01:49:03.125 INFO:teuthology.orchestra.run.smithi055.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-05-06T01:49:03.125 INFO:teuthology.orchestra.run.smithi055.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-05-06T01:49:03.125 INFO:teuthology.orchestra.run.smithi055.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-05-06T01:49:03.125 INFO:teuthology.orchestra.run.smithi055.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-05-06T01:49:03.125 INFO:teuthology.orchestra.run.smithi055.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-05-06T01:49:03.125 INFO:teuthology.orchestra.run.smithi055.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-05-06T01:49:03.125 INFO:teuthology.orchestra.run.smithi055.stdout: python3-mako-1.1.4-6.el9.noarch 2024-05-06T01:49:03.125 INFO:teuthology.orchestra.run.smithi055.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-05-06T01:49:03.125 INFO:teuthology.orchestra.run.smithi055.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-05-06T01:49:03.125 INFO:teuthology.orchestra.run.smithi055.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-05-06T01:49:03.125 INFO:teuthology.orchestra.run.smithi055.stdout: python3-ply-3.11-14.el9.noarch 2024-05-06T01:49:03.125 INFO:teuthology.orchestra.run.smithi055.stdout: python3-portend-3.1.0-2.el9.noarch 2024-05-06T01:49:03.125 INFO:teuthology.orchestra.run.smithi055.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-05-06T01:49:03.125 INFO:teuthology.orchestra.run.smithi055.stdout: python3-pycparser-2.20-6.el9.noarch 2024-05-06T01:49:03.126 INFO:teuthology.orchestra.run.smithi055.stdout: python3-pytz-2021.1-5.el9.noarch 2024-05-06T01:49:03.126 INFO:teuthology.orchestra.run.smithi055.stdout: python3-requests-2.25.1-8.el9.noarch 2024-05-06T01:49:03.126 INFO:teuthology.orchestra.run.smithi055.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-05-06T01:49:03.126 INFO:teuthology.orchestra.run.smithi055.stdout: python3-toml-0.10.2-6.el9.noarch 2024-05-06T01:49:03.126 INFO:teuthology.orchestra.run.smithi055.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-05-06T01:49:03.126 INFO:teuthology.orchestra.run.smithi055.stdout: python3-webob-1.8.7-6.el9.noarch 2024-05-06T01:49:03.126 INFO:teuthology.orchestra.run.smithi055.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-05-06T01:49:03.126 INFO:teuthology.orchestra.run.smithi055.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-05-06T01:49:03.126 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-05-06T01:49:03.126 INFO:teuthology.orchestra.run.smithi055.stdout:Complete! 2024-05-06T01:49:03.243 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum -y install ceph-base 2024-05-06T01:49:03.486 DEBUG:teuthology.orchestra.run.smithi055:> sudo yum -y install ceph-base 2024-05-06T01:49:03.755 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:00:53 ago on Mon 06 May 2024 01:48:10 AM UTC. 2024-05-06T01:49:03.834 INFO:teuthology.orchestra.run.smithi177.stdout:Package ceph-base-2:19.0.0-3516.ge08cbbf6.el9.x86_64 is already installed. 2024-05-06T01:49:03.876 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2024-05-06T01:49:03.877 INFO:teuthology.orchestra.run.smithi177.stdout:Nothing to do. 2024-05-06T01:49:03.877 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2024-05-06T01:49:03.945 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum -y install cephadm 2024-05-06T01:49:04.022 INFO:teuthology.orchestra.run.smithi055.stdout:Last metadata expiration check: 0:00:57 ago on Mon 06 May 2024 01:48:07 AM UTC. 2024-05-06T01:49:04.102 INFO:teuthology.orchestra.run.smithi055.stdout:Package ceph-base-2:19.0.0-3516.ge08cbbf6.el9.x86_64 is already installed. 2024-05-06T01:49:04.147 INFO:teuthology.orchestra.run.smithi055.stdout:Dependencies resolved. 2024-05-06T01:49:04.148 INFO:teuthology.orchestra.run.smithi055.stdout:Nothing to do. 2024-05-06T01:49:04.148 INFO:teuthology.orchestra.run.smithi055.stdout:Complete! 2024-05-06T01:49:04.211 DEBUG:teuthology.orchestra.run.smithi055:> sudo yum -y install cephadm 2024-05-06T01:49:04.451 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:00:54 ago on Mon 06 May 2024 01:48:10 AM UTC. 2024-05-06T01:49:04.570 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2024-05-06T01:49:04.571 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-05-06T01:49:04.571 INFO:teuthology.orchestra.run.smithi177.stdout: Package Arch Version Repository Size 2024-05-06T01:49:04.572 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-05-06T01:49:04.572 INFO:teuthology.orchestra.run.smithi177.stdout:Installing: 2024-05-06T01:49:04.572 INFO:teuthology.orchestra.run.smithi177.stdout: cephadm noarch 2:19.0.0-3516.ge08cbbf6.el9 ceph-noarch 763 k 2024-05-06T01:49:04.572 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-05-06T01:49:04.572 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction Summary 2024-05-06T01:49:04.572 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-05-06T01:49:04.572 INFO:teuthology.orchestra.run.smithi177.stdout:Install 1 Package 2024-05-06T01:49:04.572 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-05-06T01:49:04.572 INFO:teuthology.orchestra.run.smithi177.stdout:Total download size: 763 k 2024-05-06T01:49:04.572 INFO:teuthology.orchestra.run.smithi177.stdout:Installed size: 769 k 2024-05-06T01:49:04.572 INFO:teuthology.orchestra.run.smithi177.stdout:Downloading Packages: 2024-05-06T01:49:04.739 INFO:teuthology.orchestra.run.smithi055.stdout:Last metadata expiration check: 0:00:57 ago on Mon 06 May 2024 01:48:07 AM UTC. 2024-05-06T01:49:04.844 INFO:teuthology.orchestra.run.smithi177.stdout:cephadm-19.0.0-3516.ge08cbbf6.el9.noarch.rpm 2.7 MB/s | 763 kB 00:00 2024-05-06T01:49:04.845 INFO:teuthology.orchestra.run.smithi177.stdout:-------------------------------------------------------------------------------- 2024-05-06T01:49:04.845 INFO:teuthology.orchestra.run.smithi177.stdout:Total 2.7 MB/s | 763 kB 00:00 2024-05-06T01:49:04.845 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction check 2024-05-06T01:49:04.851 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction check succeeded. 2024-05-06T01:49:04.851 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction test 2024-05-06T01:49:04.857 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction test succeeded. 2024-05-06T01:49:04.857 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction 2024-05-06T01:49:04.864 INFO:teuthology.orchestra.run.smithi055.stdout:Dependencies resolved. 2024-05-06T01:49:04.864 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2024-05-06T01:49:04.865 INFO:teuthology.orchestra.run.smithi055.stdout: Package Arch Version Repository Size 2024-05-06T01:49:04.865 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2024-05-06T01:49:04.865 INFO:teuthology.orchestra.run.smithi055.stdout:Installing: 2024-05-06T01:49:04.865 INFO:teuthology.orchestra.run.smithi055.stdout: cephadm noarch 2:19.0.0-3516.ge08cbbf6.el9 ceph-noarch 763 k 2024-05-06T01:49:04.865 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-05-06T01:49:04.865 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction Summary 2024-05-06T01:49:04.865 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2024-05-06T01:49:04.865 INFO:teuthology.orchestra.run.smithi055.stdout:Install 1 Package 2024-05-06T01:49:04.865 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-05-06T01:49:04.866 INFO:teuthology.orchestra.run.smithi055.stdout:Total download size: 763 k 2024-05-06T01:49:04.866 INFO:teuthology.orchestra.run.smithi055.stdout:Installed size: 769 k 2024-05-06T01:49:04.866 INFO:teuthology.orchestra.run.smithi055.stdout:Downloading Packages: 2024-05-06T01:49:04.926 INFO:teuthology.orchestra.run.smithi177.stdout: Preparing : 1/1 2024-05-06T01:49:05.169 INFO:teuthology.orchestra.run.smithi055.stdout:cephadm-19.0.0-3516.ge08cbbf6.el9.noarch.rpm 2.5 MB/s | 763 kB 00:00 2024-05-06T01:49:05.169 INFO:teuthology.orchestra.run.smithi055.stdout:-------------------------------------------------------------------------------- 2024-05-06T01:49:05.170 INFO:teuthology.orchestra.run.smithi055.stdout:Total 2.5 MB/s | 763 kB 00:00 2024-05-06T01:49:05.170 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction check 2024-05-06T01:49:05.175 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction check succeeded. 2024-05-06T01:49:05.175 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction test 2024-05-06T01:49:05.181 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction test succeeded. 2024-05-06T01:49:05.181 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction 2024-05-06T01:49:05.251 INFO:teuthology.orchestra.run.smithi055.stdout: Preparing : 1/1 2024-05-06T01:49:05.371 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: cephadm-2:19.0.0-3516.ge08cbbf6.el9.noarch 1/1 2024-05-06T01:49:05.463 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : cephadm-2:19.0.0-3516.ge08cbbf6.el9.noarch 1/1 2024-05-06T01:49:05.679 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: cephadm-2:19.0.0-3516.ge08cbbf6.el9.noarch 1/1 2024-05-06T01:49:05.773 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : cephadm-2:19.0.0-3516.ge08cbbf6.el9.noarch 1/1 2024-05-06T01:49:05.792 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: cephadm-2:19.0.0-3516.ge08cbbf6.el9.noarch 1/1 2024-05-06T01:49:06.021 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : cephadm-2:19.0.0-3516.ge08cbbf6.el9.noarch 1/1 2024-05-06T01:49:06.022 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-05-06T01:49:06.022 INFO:teuthology.orchestra.run.smithi177.stdout:Installed: 2024-05-06T01:49:06.022 INFO:teuthology.orchestra.run.smithi177.stdout: cephadm-2:19.0.0-3516.ge08cbbf6.el9.noarch 2024-05-06T01:49:06.022 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-05-06T01:49:06.022 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2024-05-06T01:49:06.058 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: cephadm-2:19.0.0-3516.ge08cbbf6.el9.noarch 1/1 2024-05-06T01:49:06.255 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum -y install ceph-immutable-object-cache 2024-05-06T01:49:06.306 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : cephadm-2:19.0.0-3516.ge08cbbf6.el9.noarch 1/1 2024-05-06T01:49:06.306 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-05-06T01:49:06.306 INFO:teuthology.orchestra.run.smithi055.stdout:Installed: 2024-05-06T01:49:06.306 INFO:teuthology.orchestra.run.smithi055.stdout: cephadm-2:19.0.0-3516.ge08cbbf6.el9.noarch 2024-05-06T01:49:06.306 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-05-06T01:49:06.306 INFO:teuthology.orchestra.run.smithi055.stdout:Complete! 2024-05-06T01:49:06.544 DEBUG:teuthology.orchestra.run.smithi055:> sudo yum -y install ceph-immutable-object-cache 2024-05-06T01:49:06.774 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:00:56 ago on Mon 06 May 2024 01:48:10 AM UTC. 2024-05-06T01:49:06.895 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2024-05-06T01:49:06.895 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-05-06T01:49:06.896 INFO:teuthology.orchestra.run.smithi177.stdout: Package Arch Version Repo Size 2024-05-06T01:49:06.896 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-05-06T01:49:06.896 INFO:teuthology.orchestra.run.smithi177.stdout:Installing: 2024-05-06T01:49:06.896 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 145 k 2024-05-06T01:49:06.896 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-05-06T01:49:06.896 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction Summary 2024-05-06T01:49:06.896 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-05-06T01:49:06.896 INFO:teuthology.orchestra.run.smithi177.stdout:Install 1 Package 2024-05-06T01:49:06.896 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-05-06T01:49:06.896 INFO:teuthology.orchestra.run.smithi177.stdout:Total download size: 145 k 2024-05-06T01:49:06.896 INFO:teuthology.orchestra.run.smithi177.stdout:Installed size: 435 k 2024-05-06T01:49:06.896 INFO:teuthology.orchestra.run.smithi177.stdout:Downloading Packages: 2024-05-06T01:49:07.080 INFO:teuthology.orchestra.run.smithi055.stdout:Last metadata expiration check: 0:01:00 ago on Mon 06 May 2024 01:48:07 AM UTC. 2024-05-06T01:49:07.205 INFO:teuthology.orchestra.run.smithi055.stdout:Dependencies resolved. 2024-05-06T01:49:07.206 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2024-05-06T01:49:07.206 INFO:teuthology.orchestra.run.smithi055.stdout: Package Arch Version Repo Size 2024-05-06T01:49:07.206 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2024-05-06T01:49:07.206 INFO:teuthology.orchestra.run.smithi055.stdout:Installing: 2024-05-06T01:49:07.206 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 145 k 2024-05-06T01:49:07.206 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-05-06T01:49:07.206 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction Summary 2024-05-06T01:49:07.206 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2024-05-06T01:49:07.206 INFO:teuthology.orchestra.run.smithi055.stdout:Install 1 Package 2024-05-06T01:49:07.206 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-05-06T01:49:07.207 INFO:teuthology.orchestra.run.smithi055.stdout:Total download size: 145 k 2024-05-06T01:49:07.207 INFO:teuthology.orchestra.run.smithi055.stdout:Installed size: 435 k 2024-05-06T01:49:07.207 INFO:teuthology.orchestra.run.smithi055.stdout:Downloading Packages: 2024-05-06T01:49:07.234 INFO:teuthology.orchestra.run.smithi177.stdout:ceph-immutable-object-cache-19.0.0-3516.ge08cbb 430 kB/s | 145 kB 00:00 2024-05-06T01:49:07.235 INFO:teuthology.orchestra.run.smithi177.stdout:-------------------------------------------------------------------------------- 2024-05-06T01:49:07.235 INFO:teuthology.orchestra.run.smithi177.stdout:Total 428 kB/s | 145 kB 00:00 2024-05-06T01:49:07.235 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction check 2024-05-06T01:49:07.242 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction check succeeded. 2024-05-06T01:49:07.243 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction test 2024-05-06T01:49:07.299 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction test succeeded. 2024-05-06T01:49:07.299 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction 2024-05-06T01:49:07.412 INFO:teuthology.orchestra.run.smithi055.stdout:ceph-immutable-object-cache-19.0.0-3516.ge08cbb 709 kB/s | 145 kB 00:00 2024-05-06T01:49:07.412 INFO:teuthology.orchestra.run.smithi055.stdout:-------------------------------------------------------------------------------- 2024-05-06T01:49:07.413 INFO:teuthology.orchestra.run.smithi055.stdout:Total 704 kB/s | 145 kB 00:00 2024-05-06T01:49:07.413 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction check 2024-05-06T01:49:07.421 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction check succeeded. 2024-05-06T01:49:07.421 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction test 2024-05-06T01:49:07.443 INFO:teuthology.orchestra.run.smithi177.stdout: Preparing : 1/1 2024-05-06T01:49:07.483 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction test succeeded. 2024-05-06T01:49:07.483 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction 2024-05-06T01:49:07.519 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-3516.ge08cbbf6. 1/1 2024-05-06T01:49:07.543 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-3516.ge08cbbf6. 1/1 2024-05-06T01:49:07.543 INFO:teuthology.orchestra.run.smithi177.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-06T01:49:07.543 INFO:teuthology.orchestra.run.smithi177.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-05-06T01:49:07.543 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-05-06T01:49:07.633 INFO:teuthology.orchestra.run.smithi055.stdout: Preparing : 1/1 2024-05-06T01:49:07.721 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-3516.ge08cbbf6. 1/1 2024-05-06T01:49:07.746 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-3516.ge08cbbf6. 1/1 2024-05-06T01:49:07.746 INFO:teuthology.orchestra.run.smithi055.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-06T01:49:07.746 INFO:teuthology.orchestra.run.smithi055.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-05-06T01:49:07.746 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-05-06T01:49:08.385 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-3516.ge08cbbf6. 1/1 2024-05-06T01:49:08.386 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-05-06T01:49:08.386 INFO:teuthology.orchestra.run.smithi177.stdout:Installed: 2024-05-06T01:49:08.386 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-immutable-object-cache-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T01:49:08.386 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-05-06T01:49:08.386 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2024-05-06T01:49:08.606 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum -y install ceph-mgr 2024-05-06T01:49:08.669 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-3516.ge08cbbf6. 1/1 2024-05-06T01:49:08.669 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-05-06T01:49:08.669 INFO:teuthology.orchestra.run.smithi055.stdout:Installed: 2024-05-06T01:49:08.669 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-immutable-object-cache-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T01:49:08.669 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-05-06T01:49:08.670 INFO:teuthology.orchestra.run.smithi055.stdout:Complete! 2024-05-06T01:49:08.847 DEBUG:teuthology.orchestra.run.smithi055:> sudo yum -y install ceph-mgr 2024-05-06T01:49:09.122 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:00:59 ago on Mon 06 May 2024 01:48:10 AM UTC. 2024-05-06T01:49:09.204 INFO:teuthology.orchestra.run.smithi177.stdout:Package ceph-mgr-2:19.0.0-3516.ge08cbbf6.el9.x86_64 is already installed. 2024-05-06T01:49:09.248 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2024-05-06T01:49:09.249 INFO:teuthology.orchestra.run.smithi177.stdout:Nothing to do. 2024-05-06T01:49:09.249 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2024-05-06T01:49:09.322 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum -y install ceph-mgr-dashboard 2024-05-06T01:49:09.390 INFO:teuthology.orchestra.run.smithi055.stdout:Last metadata expiration check: 0:01:02 ago on Mon 06 May 2024 01:48:07 AM UTC. 2024-05-06T01:49:09.472 INFO:teuthology.orchestra.run.smithi055.stdout:Package ceph-mgr-2:19.0.0-3516.ge08cbbf6.el9.x86_64 is already installed. 2024-05-06T01:49:09.517 INFO:teuthology.orchestra.run.smithi055.stdout:Dependencies resolved. 2024-05-06T01:49:09.517 INFO:teuthology.orchestra.run.smithi055.stdout:Nothing to do. 2024-05-06T01:49:09.518 INFO:teuthology.orchestra.run.smithi055.stdout:Complete! 2024-05-06T01:49:09.590 DEBUG:teuthology.orchestra.run.smithi055:> sudo yum -y install ceph-mgr-dashboard 2024-05-06T01:49:09.831 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:00:59 ago on Mon 06 May 2024 01:48:10 AM UTC. 2024-05-06T01:49:09.955 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2024-05-06T01:49:09.956 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-05-06T01:49:09.956 INFO:teuthology.orchestra.run.smithi177.stdout: Package Arch Version Repository Size 2024-05-06T01:49:09.956 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-05-06T01:49:09.956 INFO:teuthology.orchestra.run.smithi177.stdout:Installing: 2024-05-06T01:49:09.956 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-mgr-dashboard noarch 2:19.0.0-3516.ge08cbbf6.el9 ceph-noarch 3.5 M 2024-05-06T01:49:09.956 INFO:teuthology.orchestra.run.smithi177.stdout:Installing dependencies: 2024-05-06T01:49:09.956 INFO:teuthology.orchestra.run.smithi177.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-05-06T01:49:09.956 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-grafana-dashboards noarch 2:19.0.0-3516.ge08cbbf6.el9 ceph-noarch 34 k 2024-05-06T01:49:09.957 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-prometheus-alerts noarch 2:19.0.0-3516.ge08cbbf6.el9 ceph-noarch 16 k 2024-05-06T01:49:09.957 INFO:teuthology.orchestra.run.smithi177.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-05-06T01:49:09.957 INFO:teuthology.orchestra.run.smithi177.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-05-06T01:49:09.957 INFO:teuthology.orchestra.run.smithi177.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-05-06T01:49:09.957 INFO:teuthology.orchestra.run.smithi177.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-05-06T01:49:09.957 INFO:teuthology.orchestra.run.smithi177.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-05-06T01:49:09.957 INFO:teuthology.orchestra.run.smithi177.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-05-06T01:49:09.957 INFO:teuthology.orchestra.run.smithi177.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-05-06T01:49:09.957 INFO:teuthology.orchestra.run.smithi177.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-05-06T01:49:09.957 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-05-06T01:49:09.957 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction Summary 2024-05-06T01:49:09.957 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-05-06T01:49:09.957 INFO:teuthology.orchestra.run.smithi177.stdout:Install 12 Packages 2024-05-06T01:49:09.957 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-05-06T01:49:09.958 INFO:teuthology.orchestra.run.smithi177.stdout:Total download size: 8.7 M 2024-05-06T01:49:09.958 INFO:teuthology.orchestra.run.smithi177.stdout:Installed size: 104 M 2024-05-06T01:49:09.958 INFO:teuthology.orchestra.run.smithi177.stdout:Downloading Packages: 2024-05-06T01:49:10.128 INFO:teuthology.orchestra.run.smithi055.stdout:Last metadata expiration check: 0:01:03 ago on Mon 06 May 2024 01:48:07 AM UTC. 2024-05-06T01:49:10.254 INFO:teuthology.orchestra.run.smithi055.stdout:Dependencies resolved. 2024-05-06T01:49:10.256 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2024-05-06T01:49:10.256 INFO:teuthology.orchestra.run.smithi055.stdout: Package Arch Version Repository Size 2024-05-06T01:49:10.256 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2024-05-06T01:49:10.256 INFO:teuthology.orchestra.run.smithi055.stdout:Installing: 2024-05-06T01:49:10.256 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-mgr-dashboard noarch 2:19.0.0-3516.ge08cbbf6.el9 ceph-noarch 3.5 M 2024-05-06T01:49:10.256 INFO:teuthology.orchestra.run.smithi055.stdout:Installing dependencies: 2024-05-06T01:49:10.256 INFO:teuthology.orchestra.run.smithi055.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-05-06T01:49:10.256 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-grafana-dashboards noarch 2:19.0.0-3516.ge08cbbf6.el9 ceph-noarch 34 k 2024-05-06T01:49:10.256 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-prometheus-alerts noarch 2:19.0.0-3516.ge08cbbf6.el9 ceph-noarch 16 k 2024-05-06T01:49:10.256 INFO:teuthology.orchestra.run.smithi055.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-05-06T01:49:10.256 INFO:teuthology.orchestra.run.smithi055.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-05-06T01:49:10.256 INFO:teuthology.orchestra.run.smithi055.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-05-06T01:49:10.256 INFO:teuthology.orchestra.run.smithi055.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-05-06T01:49:10.256 INFO:teuthology.orchestra.run.smithi055.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-05-06T01:49:10.257 INFO:teuthology.orchestra.run.smithi055.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-05-06T01:49:10.257 INFO:teuthology.orchestra.run.smithi055.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-05-06T01:49:10.257 INFO:teuthology.orchestra.run.smithi055.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-05-06T01:49:10.257 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-05-06T01:49:10.257 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction Summary 2024-05-06T01:49:10.257 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2024-05-06T01:49:10.257 INFO:teuthology.orchestra.run.smithi055.stdout:Install 12 Packages 2024-05-06T01:49:10.257 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-05-06T01:49:10.258 INFO:teuthology.orchestra.run.smithi055.stdout:Total download size: 8.7 M 2024-05-06T01:49:10.258 INFO:teuthology.orchestra.run.smithi055.stdout:Installed size: 104 M 2024-05-06T01:49:10.258 INFO:teuthology.orchestra.run.smithi055.stdout:Downloading Packages: 2024-05-06T01:49:10.641 INFO:teuthology.orchestra.run.smithi177.stdout:(1/12): ceph-prometheus-alerts-19.0.0-3516.ge08 36 kB/s | 16 kB 00:00 2024-05-06T01:49:10.672 INFO:teuthology.orchestra.run.smithi177.stdout:(2/12): ceph-grafana-dashboards-19.0.0-3516.ge0 71 kB/s | 34 kB 00:00 2024-05-06T01:49:10.830 INFO:teuthology.orchestra.run.smithi177.stdout:(3/12): ceph-mgr-dashboard-19.0.0-3516.ge08cbbf 5.5 MB/s | 3.5 MB 00:00 2024-05-06T01:49:10.833 INFO:teuthology.orchestra.run.smithi055.stdout:(1/12): ceph-prometheus-alerts-19.0.0-3516.ge08 75 kB/s | 16 kB 00:00 2024-05-06T01:49:10.897 INFO:teuthology.orchestra.run.smithi177.stdout:(4/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.2 MB/s | 269 kB 00:00 2024-05-06T01:49:10.934 INFO:teuthology.orchestra.run.smithi055.stdout:(2/12): ceph-grafana-dashboards-19.0.0-3516.ge0 107 kB/s | 34 kB 00:00 2024-05-06T01:49:11.006 INFO:teuthology.orchestra.run.smithi177.stdout:(5/12): protobuf-3.14.0-13.el9.x86_64.rpm 2.8 MB/s | 1.0 MB 00:00 2024-05-06T01:49:11.040 INFO:teuthology.orchestra.run.smithi177.stdout:(6/12): protobuf-compiler-3.14.0-13.el9.x86_64. 4.0 MB/s | 863 kB 00:00 2024-05-06T01:49:11.050 INFO:teuthology.orchestra.run.smithi055.stdout:(3/12): protobuf-3.14.0-13.el9.x86_64.rpm 4.7 MB/s | 1.0 MB 00:00 2024-05-06T01:49:11.093 INFO:teuthology.orchestra.run.smithi055.stdout:(4/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.7 MB/s | 269 kB 00:00 2024-05-06T01:49:11.201 INFO:teuthology.orchestra.run.smithi055.stdout:(5/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 5.0 MB/s | 548 kB 00:00 2024-05-06T01:49:11.268 INFO:teuthology.orchestra.run.smithi055.stdout:(6/12): ceph-mgr-dashboard-19.0.0-3516.ge08cbbf 5.4 MB/s | 3.5 MB 00:00 2024-05-06T01:49:11.294 INFO:teuthology.orchestra.run.smithi055.stdout:(7/12): grpc-data-1.46.7-10.el9.noarch.rpm 210 kB/s | 19 kB 00:00 2024-05-06T01:49:11.307 INFO:teuthology.orchestra.run.smithi177.stdout:(7/12): grpc-data-1.46.7-10.el9.noarch.rpm 65 kB/s | 19 kB 00:00 2024-05-06T01:49:11.327 INFO:teuthology.orchestra.run.smithi055.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 4.2 MB/s | 144 kB 00:00 2024-05-06T01:49:11.361 INFO:teuthology.orchestra.run.smithi055.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 926 kB/s | 31 kB 00:00 2024-05-06T01:49:11.395 INFO:teuthology.orchestra.run.smithi055.stdout:(10/12): python3-routes-2.5.1-5.el9.noarch.rpm 5.5 MB/s | 188 kB 00:00 2024-05-06T01:49:11.420 INFO:teuthology.orchestra.run.smithi055.stdout:(11/12): protobuf-compiler-3.14.0-13.el9.x86_64 2.3 MB/s | 863 kB 00:00 2024-05-06T01:49:11.462 INFO:teuthology.orchestra.run.smithi055.stdout:(12/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 11 MB/s | 2.0 MB 00:00 2024-05-06T01:49:11.464 INFO:teuthology.orchestra.run.smithi055.stdout:-------------------------------------------------------------------------------- 2024-05-06T01:49:11.464 INFO:teuthology.orchestra.run.smithi055.stdout:Total 7.2 MB/s | 8.7 MB 00:01 2024-05-06T01:49:11.514 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction check 2024-05-06T01:49:11.533 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction check succeeded. 2024-05-06T01:49:11.533 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction test 2024-05-06T01:49:11.697 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction test succeeded. 2024-05-06T01:49:11.698 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction 2024-05-06T01:49:11.790 INFO:teuthology.orchestra.run.smithi177.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 299 kB/s | 144 kB 00:00 2024-05-06T01:49:11.899 INFO:teuthology.orchestra.run.smithi177.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 283 kB/s | 31 kB 00:00 2024-05-06T01:49:12.252 INFO:teuthology.orchestra.run.smithi055.stdout: Preparing : 1/1 2024-05-06T01:49:12.330 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-05-06T01:49:12.373 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-05-06T01:49:12.421 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-05-06T01:49:12.458 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-05-06T01:49:12.466 INFO:teuthology.orchestra.run.smithi177.stdout:(10/12): python3-routes-2.5.1-5.el9.noarch.rpm 333 kB/s | 188 kB 00:00 2024-05-06T01:49:12.541 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-05-06T01:49:12.582 INFO:teuthology.orchestra.run.smithi177.stdout:(11/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 325 kB/s | 548 kB 00:01 2024-05-06T01:49:12.676 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-05-06T01:49:12.776 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-05-06T01:49:12.832 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-05-06T01:49:12.860 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-05-06T01:49:12.892 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-3516.ge08cbbf6.el9 10/12 2024-05-06T01:49:14.005 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-3516.ge08cbbf6.el 11/12 2024-05-06T01:49:14.034 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-3516.ge08cbbf6.el9.noa 12/12 2024-05-06T01:49:15.334 INFO:teuthology.orchestra.run.smithi177.stdout:(12/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 486 kB/s | 2.0 MB 00:04 2024-05-06T01:49:15.334 INFO:teuthology.orchestra.run.smithi177.stdout:-------------------------------------------------------------------------------- 2024-05-06T01:49:15.334 INFO:teuthology.orchestra.run.smithi177.stdout:Total 1.6 MB/s | 8.7 MB 00:05 2024-05-06T01:49:15.344 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-3516.ge08cbbf6.el9.noa 12/12 2024-05-06T01:49:15.344 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-3516.ge08cbbf6.el 1/12 2024-05-06T01:49:15.345 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-3516.ge08cbbf6.el9.noa 2/12 2024-05-06T01:49:15.345 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-3516.ge08cbbf6.el9 3/12 2024-05-06T01:49:15.345 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-05-06T01:49:15.345 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-05-06T01:49:15.345 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-05-06T01:49:15.345 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-05-06T01:49:15.345 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-05-06T01:49:15.345 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-05-06T01:49:15.345 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-05-06T01:49:15.345 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-05-06T01:49:15.385 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction check 2024-05-06T01:49:15.403 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction check succeeded. 2024-05-06T01:49:15.403 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction test 2024-05-06T01:49:15.560 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction test succeeded. 2024-05-06T01:49:15.561 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction 2024-05-06T01:49:15.656 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-05-06T01:49:15.657 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-05-06T01:49:15.657 INFO:teuthology.orchestra.run.smithi055.stdout:Installed: 2024-05-06T01:49:15.657 INFO:teuthology.orchestra.run.smithi055.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-05-06T01:49:15.657 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-grafana-dashboards-2:19.0.0-3516.ge08cbbf6.el9.noarch 2024-05-06T01:49:15.657 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-mgr-dashboard-2:19.0.0-3516.ge08cbbf6.el9.noarch 2024-05-06T01:49:15.657 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-prometheus-alerts-2:19.0.0-3516.ge08cbbf6.el9.noarch 2024-05-06T01:49:15.657 INFO:teuthology.orchestra.run.smithi055.stdout: grpc-data-1.46.7-10.el9.noarch 2024-05-06T01:49:15.657 INFO:teuthology.orchestra.run.smithi055.stdout: protobuf-3.14.0-13.el9.x86_64 2024-05-06T01:49:15.658 INFO:teuthology.orchestra.run.smithi055.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-05-06T01:49:15.658 INFO:teuthology.orchestra.run.smithi055.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-05-06T01:49:15.658 INFO:teuthology.orchestra.run.smithi055.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-05-06T01:49:15.658 INFO:teuthology.orchestra.run.smithi055.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-05-06T01:49:15.658 INFO:teuthology.orchestra.run.smithi055.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-05-06T01:49:15.658 INFO:teuthology.orchestra.run.smithi055.stdout: python3-routes-2.5.1-5.el9.noarch 2024-05-06T01:49:15.658 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-05-06T01:49:15.658 INFO:teuthology.orchestra.run.smithi055.stdout:Complete! 2024-05-06T01:49:15.898 DEBUG:teuthology.orchestra.run.smithi055:> sudo yum -y install ceph-mgr-diskprediction-local 2024-05-06T01:49:16.088 INFO:teuthology.orchestra.run.smithi177.stdout: Preparing : 1/1 2024-05-06T01:49:16.158 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-05-06T01:49:16.193 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-05-06T01:49:16.240 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-05-06T01:49:16.278 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-05-06T01:49:16.357 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-05-06T01:49:16.437 INFO:teuthology.orchestra.run.smithi055.stdout:Last metadata expiration check: 0:01:09 ago on Mon 06 May 2024 01:48:07 AM UTC. 2024-05-06T01:49:16.492 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-05-06T01:49:16.564 INFO:teuthology.orchestra.run.smithi055.stdout:Dependencies resolved. 2024-05-06T01:49:16.565 INFO:teuthology.orchestra.run.smithi055.stdout:======================================================================================= 2024-05-06T01:49:16.565 INFO:teuthology.orchestra.run.smithi055.stdout: Package Arch Version Repository Size 2024-05-06T01:49:16.565 INFO:teuthology.orchestra.run.smithi055.stdout:======================================================================================= 2024-05-06T01:49:16.565 INFO:teuthology.orchestra.run.smithi055.stdout:Installing: 2024-05-06T01:49:16.565 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-3516.ge08cbbf6.el9 ceph-noarch 7.4 M 2024-05-06T01:49:16.565 INFO:teuthology.orchestra.run.smithi055.stdout:Installing dependencies: 2024-05-06T01:49:16.565 INFO:teuthology.orchestra.run.smithi055.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-05-06T01:49:16.565 INFO:teuthology.orchestra.run.smithi055.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-05-06T01:49:16.565 INFO:teuthology.orchestra.run.smithi055.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-05-06T01:49:16.566 INFO:teuthology.orchestra.run.smithi055.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-05-06T01:49:16.566 INFO:teuthology.orchestra.run.smithi055.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-05-06T01:49:16.566 INFO:teuthology.orchestra.run.smithi055.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-05-06T01:49:16.566 INFO:teuthology.orchestra.run.smithi055.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-05-06T01:49:16.566 INFO:teuthology.orchestra.run.smithi055.stdout: python3-devel x86_64 3.9.18-3.el9 appstream 244 k 2024-05-06T01:49:16.566 INFO:teuthology.orchestra.run.smithi055.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-05-06T01:49:16.566 INFO:teuthology.orchestra.run.smithi055.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-05-06T01:49:16.566 INFO:teuthology.orchestra.run.smithi055.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-05-06T01:49:16.566 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-05-06T01:49:16.566 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction Summary 2024-05-06T01:49:16.566 INFO:teuthology.orchestra.run.smithi055.stdout:======================================================================================= 2024-05-06T01:49:16.567 INFO:teuthology.orchestra.run.smithi055.stdout:Install 12 Packages 2024-05-06T01:49:16.567 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-05-06T01:49:16.567 INFO:teuthology.orchestra.run.smithi055.stdout:Total download size: 38 M 2024-05-06T01:49:16.567 INFO:teuthology.orchestra.run.smithi055.stdout:Installed size: 209 M 2024-05-06T01:49:16.567 INFO:teuthology.orchestra.run.smithi055.stdout:Downloading Packages: 2024-05-06T01:49:16.576 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-05-06T01:49:16.618 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-05-06T01:49:16.647 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-05-06T01:49:16.679 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-3516.ge08cbbf6.el9 10/12 2024-05-06T01:49:17.556 INFO:teuthology.orchestra.run.smithi055.stdout:(1/12): libquadmath-11.4.1-3.el9.x86_64.rpm 380 kB/s | 195 kB 00:00 2024-05-06T01:49:17.664 INFO:teuthology.orchestra.run.smithi055.stdout:(2/12): flexiblas-3.0.4-8.el9.x86_64.rpm 302 kB/s | 33 kB 00:00 2024-05-06T01:49:17.733 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-3516.ge08cbbf6.el 11/12 2024-05-06T01:49:17.771 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-3516.ge08cbbf6.el9.noa 12/12 2024-05-06T01:49:17.773 INFO:teuthology.orchestra.run.smithi055.stdout:(3/12): ceph-mgr-diskprediction-local-19.0.0-35 10 MB/s | 7.4 MB 00:00 2024-05-06T01:49:17.948 INFO:teuthology.orchestra.run.smithi055.stdout:(4/12): libgfortran-11.4.1-3.el9.x86_64.rpm 886 kB/s | 803 kB 00:00 2024-05-06T01:49:18.040 INFO:teuthology.orchestra.run.smithi055.stdout:(5/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 68 kB/s | 18 kB 00:00 2024-05-06T01:49:18.065 INFO:teuthology.orchestra.run.smithi055.stdout:(6/12): openblas-0.3.21-2.el9.x86_64.rpm 302 kB/s | 35 kB 00:00 2024-05-06T01:49:18.174 INFO:teuthology.orchestra.run.smithi055.stdout:(7/12): python3-devel-3.9.18-3.el9.x86_64.rpm 2.2 MB/s | 244 kB 00:00 2024-05-06T01:49:18.350 INFO:teuthology.orchestra.run.smithi055.stdout:(8/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 4.4 MB/s | 3.0 MB 00:00 2024-05-06T01:49:18.458 INFO:teuthology.orchestra.run.smithi055.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 2.3 MB/s | 250 kB 00:00 2024-05-06T01:49:19.126 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-3516.ge08cbbf6.el9.noa 12/12 2024-05-06T01:49:19.127 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-3516.ge08cbbf6.el 1/12 2024-05-06T01:49:19.127 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-3516.ge08cbbf6.el9.noa 2/12 2024-05-06T01:49:19.127 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-3516.ge08cbbf6.el9 3/12 2024-05-06T01:49:19.127 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-05-06T01:49:19.127 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-05-06T01:49:19.127 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-05-06T01:49:19.127 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-05-06T01:49:19.127 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-05-06T01:49:19.127 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-05-06T01:49:19.127 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-05-06T01:49:19.127 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-05-06T01:49:19.150 INFO:teuthology.orchestra.run.smithi055.stdout:(10/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 5.2 MB/s | 5.1 MB 00:00 2024-05-06T01:49:19.430 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-05-06T01:49:19.430 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-05-06T01:49:19.431 INFO:teuthology.orchestra.run.smithi177.stdout:Installed: 2024-05-06T01:49:19.431 INFO:teuthology.orchestra.run.smithi177.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-05-06T01:49:19.431 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-grafana-dashboards-2:19.0.0-3516.ge08cbbf6.el9.noarch 2024-05-06T01:49:19.431 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-mgr-dashboard-2:19.0.0-3516.ge08cbbf6.el9.noarch 2024-05-06T01:49:19.431 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-prometheus-alerts-2:19.0.0-3516.ge08cbbf6.el9.noarch 2024-05-06T01:49:19.431 INFO:teuthology.orchestra.run.smithi177.stdout: grpc-data-1.46.7-10.el9.noarch 2024-05-06T01:49:19.431 INFO:teuthology.orchestra.run.smithi177.stdout: protobuf-3.14.0-13.el9.x86_64 2024-05-06T01:49:19.431 INFO:teuthology.orchestra.run.smithi177.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-05-06T01:49:19.431 INFO:teuthology.orchestra.run.smithi177.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-05-06T01:49:19.431 INFO:teuthology.orchestra.run.smithi177.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-05-06T01:49:19.431 INFO:teuthology.orchestra.run.smithi177.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-05-06T01:49:19.431 INFO:teuthology.orchestra.run.smithi177.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-05-06T01:49:19.431 INFO:teuthology.orchestra.run.smithi177.stdout: python3-routes-2.5.1-5.el9.noarch 2024-05-06T01:49:19.432 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-05-06T01:49:19.432 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2024-05-06T01:49:19.691 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum -y install ceph-mgr-diskprediction-local 2024-05-06T01:49:20.213 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:01:10 ago on Mon 06 May 2024 01:48:10 AM UTC. 2024-05-06T01:49:20.344 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2024-05-06T01:49:20.345 INFO:teuthology.orchestra.run.smithi177.stdout:======================================================================================= 2024-05-06T01:49:20.345 INFO:teuthology.orchestra.run.smithi177.stdout: Package Arch Version Repository Size 2024-05-06T01:49:20.345 INFO:teuthology.orchestra.run.smithi177.stdout:======================================================================================= 2024-05-06T01:49:20.345 INFO:teuthology.orchestra.run.smithi177.stdout:Installing: 2024-05-06T01:49:20.345 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-3516.ge08cbbf6.el9 ceph-noarch 7.4 M 2024-05-06T01:49:20.345 INFO:teuthology.orchestra.run.smithi177.stdout:Installing dependencies: 2024-05-06T01:49:20.345 INFO:teuthology.orchestra.run.smithi177.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-05-06T01:49:20.345 INFO:teuthology.orchestra.run.smithi177.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-05-06T01:49:20.346 INFO:teuthology.orchestra.run.smithi177.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-05-06T01:49:20.346 INFO:teuthology.orchestra.run.smithi177.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-05-06T01:49:20.346 INFO:teuthology.orchestra.run.smithi177.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-05-06T01:49:20.346 INFO:teuthology.orchestra.run.smithi177.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-05-06T01:49:20.346 INFO:teuthology.orchestra.run.smithi177.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-05-06T01:49:20.346 INFO:teuthology.orchestra.run.smithi177.stdout: python3-devel x86_64 3.9.18-3.el9 appstream 244 k 2024-05-06T01:49:20.346 INFO:teuthology.orchestra.run.smithi177.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-05-06T01:49:20.346 INFO:teuthology.orchestra.run.smithi177.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-05-06T01:49:20.346 INFO:teuthology.orchestra.run.smithi177.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-05-06T01:49:20.346 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-05-06T01:49:20.346 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction Summary 2024-05-06T01:49:20.346 INFO:teuthology.orchestra.run.smithi177.stdout:======================================================================================= 2024-05-06T01:49:20.346 INFO:teuthology.orchestra.run.smithi177.stdout:Install 12 Packages 2024-05-06T01:49:20.346 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-05-06T01:49:20.347 INFO:teuthology.orchestra.run.smithi177.stdout:Total download size: 38 M 2024-05-06T01:49:20.347 INFO:teuthology.orchestra.run.smithi177.stdout:Installed size: 209 M 2024-05-06T01:49:20.347 INFO:teuthology.orchestra.run.smithi177.stdout:Downloading Packages: 2024-05-06T01:49:20.808 INFO:teuthology.orchestra.run.smithi055.stdout:(11/12): openblas-openmp-0.3.21-2.el9.x86_64.rp 1.7 MB/s | 4.7 MB 00:02 2024-05-06T01:49:21.042 INFO:teuthology.orchestra.run.smithi177.stdout:(1/12): ceph-mgr-diskprediction-local-19.0.0-35 13 MB/s | 7.4 MB 00:00 2024-05-06T01:49:21.067 INFO:teuthology.orchestra.run.smithi177.stdout:(2/12): libquadmath-11.4.1-3.el9.x86_64.rpm 333 kB/s | 195 kB 00:00 2024-05-06T01:49:21.159 INFO:teuthology.orchestra.run.smithi177.stdout:(3/12): flexiblas-3.0.4-8.el9.x86_64.rpm 280 kB/s | 33 kB 00:00 2024-05-06T01:49:21.210 INFO:teuthology.orchestra.run.smithi177.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 363 kB/s | 18 kB 00:00 2024-05-06T01:49:21.260 INFO:teuthology.orchestra.run.smithi177.stdout:(5/12): openblas-0.3.21-2.el9.x86_64.rpm 706 kB/s | 35 kB 00:00 2024-05-06T01:49:21.294 INFO:teuthology.orchestra.run.smithi177.stdout:(6/12): libgfortran-11.4.1-3.el9.x86_64.rpm 988 kB/s | 803 kB 00:00 2024-05-06T01:49:21.377 INFO:teuthology.orchestra.run.smithi177.stdout:(7/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 9.7 MB/s | 3.0 MB 00:00 2024-05-06T01:49:21.503 INFO:teuthology.orchestra.run.smithi177.stdout:(8/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 41 MB/s | 5.1 MB 00:00 2024-05-06T01:49:21.528 INFO:teuthology.orchestra.run.smithi177.stdout:(9/12): python3-devel-3.9.18-3.el9.x86_64.rpm 1.0 MB/s | 244 kB 00:00 2024-05-06T01:49:21.561 INFO:teuthology.orchestra.run.smithi177.stdout:(10/12): python3-numpy-f2py-1.20.1-5.el9.x86_64 4.2 MB/s | 250 kB 00:00 2024-05-06T01:49:21.670 INFO:teuthology.orchestra.run.smithi177.stdout:(11/12): openblas-openmp-0.3.21-2.el9.x86_64.rp 12 MB/s | 4.7 MB 00:00 2024-05-06T01:49:22.637 INFO:teuthology.orchestra.run.smithi177.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 15 MB/s | 16 MB 00:01 2024-05-06T01:49:22.637 INFO:teuthology.orchestra.run.smithi177.stdout:-------------------------------------------------------------------------------- 2024-05-06T01:49:22.638 INFO:teuthology.orchestra.run.smithi177.stdout:Total 17 MB/s | 38 MB 00:02 2024-05-06T01:49:22.991 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction check 2024-05-06T01:49:23.018 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction check succeeded. 2024-05-06T01:49:23.019 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction test 2024-05-06T01:49:23.428 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction test succeeded. 2024-05-06T01:49:23.428 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction 2024-05-06T01:49:24.233 INFO:teuthology.orchestra.run.smithi177.stdout: Preparing : 1/1 2024-05-06T01:49:24.284 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-05-06T01:49:24.328 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-05-06T01:49:24.419 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-05-06T01:49:24.466 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-devel-3.9.18-3.el9.x86_64 4/12 2024-05-06T01:49:24.639 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-05-06T01:49:24.668 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-05-06T01:49:24.745 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-05-06T01:49:25.385 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-05-06T01:49:25.505 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-05-06T01:49:26.724 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-05-06T01:49:27.760 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-05-06T01:49:27.783 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-3516.ge08cb 12/12 2024-05-06T01:49:30.326 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-3516.ge08cb 12/12 2024-05-06T01:49:30.326 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-3516.ge08cb 1/12 2024-05-06T01:49:30.326 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-05-06T01:49:30.326 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-05-06T01:49:30.327 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-05-06T01:49:30.327 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-05-06T01:49:30.327 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-05-06T01:49:30.327 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-05-06T01:49:30.327 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-05-06T01:49:30.327 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-devel-3.9.18-3.el9.x86_64 9/12 2024-05-06T01:49:30.327 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-05-06T01:49:30.327 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-05-06T01:49:30.710 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-05-06T01:49:30.710 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-05-06T01:49:30.710 INFO:teuthology.orchestra.run.smithi177.stdout:Installed: 2024-05-06T01:49:30.710 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-mgr-diskprediction-local-2:19.0.0-3516.ge08cbbf6.el9.noarch 2024-05-06T01:49:30.710 INFO:teuthology.orchestra.run.smithi177.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-05-06T01:49:30.710 INFO:teuthology.orchestra.run.smithi177.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-05-06T01:49:30.710 INFO:teuthology.orchestra.run.smithi177.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-05-06T01:49:30.711 INFO:teuthology.orchestra.run.smithi177.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-05-06T01:49:30.711 INFO:teuthology.orchestra.run.smithi177.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-05-06T01:49:30.711 INFO:teuthology.orchestra.run.smithi177.stdout: openblas-0.3.21-2.el9.x86_64 2024-05-06T01:49:30.711 INFO:teuthology.orchestra.run.smithi177.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-05-06T01:49:30.711 INFO:teuthology.orchestra.run.smithi177.stdout: python3-devel-3.9.18-3.el9.x86_64 2024-05-06T01:49:30.711 INFO:teuthology.orchestra.run.smithi177.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-05-06T01:49:30.711 INFO:teuthology.orchestra.run.smithi177.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-05-06T01:49:30.711 INFO:teuthology.orchestra.run.smithi177.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-05-06T01:49:30.711 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-05-06T01:49:30.711 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2024-05-06T01:49:31.056 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum -y install ceph-mgr-rook 2024-05-06T01:49:31.582 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:01:21 ago on Mon 06 May 2024 01:48:10 AM UTC. 2024-05-06T01:49:31.703 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2024-05-06T01:49:31.704 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-05-06T01:49:31.704 INFO:teuthology.orchestra.run.smithi177.stdout: Package Arch Version Repository Size 2024-05-06T01:49:31.704 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-05-06T01:49:31.704 INFO:teuthology.orchestra.run.smithi177.stdout:Installing: 2024-05-06T01:49:31.704 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-mgr-rook noarch 2:19.0.0-3516.ge08cbbf6.el9 ceph-noarch 49 k 2024-05-06T01:49:31.704 INFO:teuthology.orchestra.run.smithi177.stdout:Installing dependencies: 2024-05-06T01:49:31.705 INFO:teuthology.orchestra.run.smithi177.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-05-06T01:49:31.705 INFO:teuthology.orchestra.run.smithi177.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-05-06T01:49:31.705 INFO:teuthology.orchestra.run.smithi177.stdout: python3-google-auth noarch 1:2.29.0-1.el9 epel 206 k 2024-05-06T01:49:31.705 INFO:teuthology.orchestra.run.smithi177.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-05-06T01:49:31.705 INFO:teuthology.orchestra.run.smithi177.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-05-06T01:49:31.705 INFO:teuthology.orchestra.run.smithi177.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-05-06T01:49:31.705 INFO:teuthology.orchestra.run.smithi177.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-05-06T01:49:31.705 INFO:teuthology.orchestra.run.smithi177.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-05-06T01:49:31.705 INFO:teuthology.orchestra.run.smithi177.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-05-06T01:49:31.705 INFO:teuthology.orchestra.run.smithi177.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-05-06T01:49:31.706 INFO:teuthology.orchestra.run.smithi177.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-05-06T01:49:31.706 INFO:teuthology.orchestra.run.smithi177.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-05-06T01:49:31.706 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-05-06T01:49:31.706 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction Summary 2024-05-06T01:49:31.706 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-05-06T01:49:31.706 INFO:teuthology.orchestra.run.smithi177.stdout:Install 13 Packages 2024-05-06T01:49:31.706 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-05-06T01:49:31.707 INFO:teuthology.orchestra.run.smithi177.stdout:Total download size: 2.2 M 2024-05-06T01:49:31.707 INFO:teuthology.orchestra.run.smithi177.stdout:Installed size: 26 M 2024-05-06T01:49:31.707 INFO:teuthology.orchestra.run.smithi177.stdout:Downloading Packages: 2024-05-06T01:49:31.949 INFO:teuthology.orchestra.run.smithi177.stdout:(1/13): python3-jsonpointer-2.0-4.el9.noarch.rp 191 kB/s | 19 kB 00:00 2024-05-06T01:49:31.974 INFO:teuthology.orchestra.run.smithi177.stdout:(2/13): python3-jsonpatch-1.21-16.el9.noarch.rp 204 kB/s | 26 kB 00:00 2024-05-06T01:49:32.100 INFO:teuthology.orchestra.run.smithi177.stdout:(3/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 1.5 MB/s | 222 kB 00:00 2024-05-06T01:49:32.125 INFO:teuthology.orchestra.run.smithi177.stdout:(4/13): ceph-mgr-rook-19.0.0-3516.ge08cbbf6.el9 178 kB/s | 49 kB 00:00 2024-05-06T01:49:32.159 INFO:teuthology.orchestra.run.smithi177.stdout:(5/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 862 kB/s | 159 kB 00:00 2024-05-06T01:49:32.226 INFO:teuthology.orchestra.run.smithi177.stdout:(6/13): python3-pyasn1-modules-0.4.8-6.el9.noar 2.2 MB/s | 279 kB 00:00 2024-05-06T01:49:32.251 INFO:teuthology.orchestra.run.smithi177.stdout:(7/13): python3-requests-oauthlib-1.3.0-12.el9. 585 kB/s | 54 kB 00:00 2024-05-06T01:49:32.301 INFO:teuthology.orchestra.run.smithi177.stdout:(8/13): python3-cachetools-4.2.4-1.el9.noarch.r 227 kB/s | 32 kB 00:00 2024-05-06T01:49:32.326 INFO:teuthology.orchestra.run.smithi177.stdout:(9/13): python3-certifi-2021.10.8-2.el9.noarch. 151 kB/s | 15 kB 00:00 2024-05-06T01:49:32.368 INFO:teuthology.orchestra.run.smithi177.stdout:(10/13): python3-google-auth-2.29.0-1.el9.noarc 1.7 MB/s | 206 kB 00:00 2024-05-06T01:49:32.443 INFO:teuthology.orchestra.run.smithi177.stdout:(11/13): python3-kubernetes-26.1.0-2.el9.noarch 7.2 MB/s | 1.0 MB 00:00 2024-05-06T01:49:32.468 INFO:teuthology.orchestra.run.smithi177.stdout:(12/13): python3-rsa-4.9-2.el9.noarch.rpm 416 kB/s | 59 kB 00:00 2024-05-06T01:49:32.494 INFO:teuthology.orchestra.run.smithi177.stdout:(13/13): python3-websocket-client-1.2.3-2.el9.n 717 kB/s | 90 kB 00:00 2024-05-06T01:49:32.495 INFO:teuthology.orchestra.run.smithi177.stdout:-------------------------------------------------------------------------------- 2024-05-06T01:49:32.495 INFO:teuthology.orchestra.run.smithi177.stdout:Total 2.8 MB/s | 2.2 MB 00:00 2024-05-06T01:49:32.557 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction check 2024-05-06T01:49:32.571 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction check succeeded. 2024-05-06T01:49:32.572 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction test 2024-05-06T01:49:32.653 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction test succeeded. 2024-05-06T01:49:32.656 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction 2024-05-06T01:49:33.151 INFO:teuthology.orchestra.run.smithi177.stdout: Preparing : 1/1 2024-05-06T01:49:33.314 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-05-06T01:49:33.369 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-05-06T01:49:33.450 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-05-06T01:49:33.496 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-05-06T01:49:33.537 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-05-06T01:49:33.629 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-05-06T01:49:33.740 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-google-auth-1:2.29.0-1.el9.noarch 7/13 2024-05-06T01:49:33.788 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-05-06T01:49:34.493 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-05-06T01:49:34.536 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-05-06T01:49:34.570 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-05-06T01:49:34.617 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-05-06T01:49:34.639 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : ceph-mgr-rook-2:19.0.0-3516.ge08cbbf6.el9.noarch 13/13 2024-05-06T01:49:35.425 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-3516.ge08cbbf6.el9.noarch 13/13 2024-05-06T01:49:35.425 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : ceph-mgr-rook-2:19.0.0-3516.ge08cbbf6.el9.noarch 1/13 2024-05-06T01:49:35.425 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-05-06T01:49:35.425 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-05-06T01:49:35.425 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-05-06T01:49:35.425 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-05-06T01:49:35.425 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-05-06T01:49:35.425 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-05-06T01:49:35.425 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-05-06T01:49:35.426 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-05-06T01:49:35.426 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-google-auth-1:2.29.0-1.el9.noarch 10/13 2024-05-06T01:49:35.426 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-05-06T01:49:35.426 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-05-06T01:49:35.743 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-05-06T01:49:35.743 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-05-06T01:49:35.743 INFO:teuthology.orchestra.run.smithi177.stdout:Installed: 2024-05-06T01:49:35.743 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-mgr-rook-2:19.0.0-3516.ge08cbbf6.el9.noarch 2024-05-06T01:49:35.743 INFO:teuthology.orchestra.run.smithi177.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-05-06T01:49:35.743 INFO:teuthology.orchestra.run.smithi177.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-05-06T01:49:35.744 INFO:teuthology.orchestra.run.smithi177.stdout: python3-google-auth-1:2.29.0-1.el9.noarch 2024-05-06T01:49:35.744 INFO:teuthology.orchestra.run.smithi177.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-05-06T01:49:35.744 INFO:teuthology.orchestra.run.smithi177.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-05-06T01:49:35.744 INFO:teuthology.orchestra.run.smithi177.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-05-06T01:49:35.744 INFO:teuthology.orchestra.run.smithi177.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-05-06T01:49:35.744 INFO:teuthology.orchestra.run.smithi177.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-05-06T01:49:35.744 INFO:teuthology.orchestra.run.smithi177.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-05-06T01:49:35.744 INFO:teuthology.orchestra.run.smithi177.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-05-06T01:49:35.744 INFO:teuthology.orchestra.run.smithi177.stdout: python3-rsa-4.9-2.el9.noarch 2024-05-06T01:49:35.744 INFO:teuthology.orchestra.run.smithi177.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-05-06T01:49:35.744 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-05-06T01:49:35.744 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2024-05-06T01:49:35.986 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum -y install ceph-mgr-cephadm 2024-05-06T01:49:36.495 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:01:26 ago on Mon 06 May 2024 01:48:10 AM UTC. 2024-05-06T01:49:36.618 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2024-05-06T01:49:36.618 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-05-06T01:49:36.619 INFO:teuthology.orchestra.run.smithi177.stdout: Package Arch Version Repository Size 2024-05-06T01:49:36.619 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-05-06T01:49:36.619 INFO:teuthology.orchestra.run.smithi177.stdout:Installing: 2024-05-06T01:49:36.619 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-mgr-cephadm noarch 2:19.0.0-3516.ge08cbbf6.el9 ceph-noarch 142 k 2024-05-06T01:49:36.619 INFO:teuthology.orchestra.run.smithi177.stdout:Installing dependencies: 2024-05-06T01:49:36.619 INFO:teuthology.orchestra.run.smithi177.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-05-06T01:49:36.619 INFO:teuthology.orchestra.run.smithi177.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-05-06T01:49:36.619 INFO:teuthology.orchestra.run.smithi177.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-05-06T01:49:36.619 INFO:teuthology.orchestra.run.smithi177.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-05-06T01:49:36.619 INFO:teuthology.orchestra.run.smithi177.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-05-06T01:49:36.620 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-05-06T01:49:36.620 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction Summary 2024-05-06T01:49:36.620 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-05-06T01:49:36.620 INFO:teuthology.orchestra.run.smithi177.stdout:Install 6 Packages 2024-05-06T01:49:36.620 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-05-06T01:49:36.620 INFO:teuthology.orchestra.run.smithi177.stdout:Total download size: 7.0 M 2024-05-06T01:49:36.620 INFO:teuthology.orchestra.run.smithi177.stdout:Installed size: 33 M 2024-05-06T01:49:36.620 INFO:teuthology.orchestra.run.smithi177.stdout:Downloading Packages: 2024-05-06T01:49:36.928 INFO:teuthology.orchestra.run.smithi177.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 2.3 MB/s | 248 kB 00:00 2024-05-06T01:49:37.037 INFO:teuthology.orchestra.run.smithi177.stdout:(2/6): ceph-mgr-cephadm-19.0.0-3516.ge08cbbf6.e 669 kB/s | 142 kB 00:00 2024-05-06T01:49:37.129 INFO:teuthology.orchestra.run.smithi177.stdout:(3/6): python3-babel-2.9.1-2.el9.noarch.rpm 20 MB/s | 6.0 MB 00:00 2024-05-06T01:49:37.197 INFO:teuthology.orchestra.run.smithi177.stdout:(4/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 2.0 MB/s | 548 kB 00:00 2024-05-06T01:49:37.221 INFO:teuthology.orchestra.run.smithi177.stdout:(5/6): python3-natsort-7.1.1-5.el9.noarch.rpm 314 kB/s | 58 kB 00:00 2024-05-06T01:49:37.246 INFO:teuthology.orchestra.run.smithi177.stdout:(6/6): python3-typing-extensions-4.4.0-2.el9.no 436 kB/s | 51 kB 00:00 2024-05-06T01:49:37.247 INFO:teuthology.orchestra.run.smithi177.stdout:-------------------------------------------------------------------------------- 2024-05-06T01:49:37.247 INFO:teuthology.orchestra.run.smithi177.stdout:Total 11 MB/s | 7.0 MB 00:00 2024-05-06T01:49:37.317 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction check 2024-05-06T01:49:37.327 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction check succeeded. 2024-05-06T01:49:37.327 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction test 2024-05-06T01:49:37.423 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction test succeeded. 2024-05-06T01:49:37.423 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction 2024-05-06T01:49:37.499 INFO:teuthology.orchestra.run.smithi055.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 874 kB/s | 16 MB 00:19 2024-05-06T01:49:37.499 INFO:teuthology.orchestra.run.smithi055.stdout:-------------------------------------------------------------------------------- 2024-05-06T01:49:37.500 INFO:teuthology.orchestra.run.smithi055.stdout:Total 1.8 MB/s | 38 MB 00:20 2024-05-06T01:49:37.730 INFO:teuthology.orchestra.run.smithi177.stdout: Preparing : 1/1 2024-05-06T01:49:37.862 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction check 2024-05-06T01:49:37.891 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction check succeeded. 2024-05-06T01:49:37.891 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction test 2024-05-06T01:49:37.904 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-05-06T01:49:37.956 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-05-06T01:49:38.328 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction test succeeded. 2024-05-06T01:49:38.328 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction 2024-05-06T01:49:38.484 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-05-06T01:49:38.559 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-05-06T01:49:38.630 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-05-06T01:49:38.662 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-3516.ge08cbbf6.el9.noarch 6/6 2024-05-06T01:49:39.164 INFO:teuthology.orchestra.run.smithi055.stdout: Preparing : 1/1 2024-05-06T01:49:39.237 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-05-06T01:49:39.282 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-05-06T01:49:39.386 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-05-06T01:49:39.388 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-3516.ge08cbbf6.el9.noarch 6/6 2024-05-06T01:49:39.388 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-3516.ge08cbbf6.el9.noarch 1/6 2024-05-06T01:49:39.388 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-05-06T01:49:39.388 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-05-06T01:49:39.388 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-05-06T01:49:39.388 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-05-06T01:49:39.424 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-devel-3.9.18-3.el9.x86_64 4/12 2024-05-06T01:49:39.603 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-05-06T01:49:39.639 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-05-06T01:49:39.642 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-05-06T01:49:39.642 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-05-06T01:49:39.642 INFO:teuthology.orchestra.run.smithi177.stdout:Installed: 2024-05-06T01:49:39.642 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-mgr-cephadm-2:19.0.0-3516.ge08cbbf6.el9.noarch 2024-05-06T01:49:39.642 INFO:teuthology.orchestra.run.smithi177.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-05-06T01:49:39.642 INFO:teuthology.orchestra.run.smithi177.stdout: python3-babel-2.9.1-2.el9.noarch 2024-05-06T01:49:39.642 INFO:teuthology.orchestra.run.smithi177.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-05-06T01:49:39.642 INFO:teuthology.orchestra.run.smithi177.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-05-06T01:49:39.642 INFO:teuthology.orchestra.run.smithi177.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-05-06T01:49:39.642 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-05-06T01:49:39.643 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2024-05-06T01:49:39.719 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-05-06T01:49:39.921 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum -y install ceph-fuse 2024-05-06T01:49:40.405 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-05-06T01:49:40.439 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:01:30 ago on Mon 06 May 2024 01:48:10 AM UTC. 2024-05-06T01:49:40.542 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-05-06T01:49:40.563 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2024-05-06T01:49:40.564 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-05-06T01:49:40.564 INFO:teuthology.orchestra.run.smithi177.stdout: Package Arch Version Repository Size 2024-05-06T01:49:40.564 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-05-06T01:49:40.564 INFO:teuthology.orchestra.run.smithi177.stdout:Installing: 2024-05-06T01:49:40.564 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-fuse x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 890 k 2024-05-06T01:49:40.565 INFO:teuthology.orchestra.run.smithi177.stdout:Installing dependencies: 2024-05-06T01:49:40.565 INFO:teuthology.orchestra.run.smithi177.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-05-06T01:49:40.565 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-05-06T01:49:40.565 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction Summary 2024-05-06T01:49:40.565 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-05-06T01:49:40.565 INFO:teuthology.orchestra.run.smithi177.stdout:Install 2 Packages 2024-05-06T01:49:40.565 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-05-06T01:49:40.566 INFO:teuthology.orchestra.run.smithi177.stdout:Total download size: 970 k 2024-05-06T01:49:40.566 INFO:teuthology.orchestra.run.smithi177.stdout:Installed size: 2.8 M 2024-05-06T01:49:40.566 INFO:teuthology.orchestra.run.smithi177.stdout:Downloading Packages: 2024-05-06T01:49:40.748 INFO:teuthology.orchestra.run.smithi177.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 659 kB/s | 80 kB 00:00 2024-05-06T01:49:41.006 INFO:teuthology.orchestra.run.smithi177.stdout:(2/2): ceph-fuse-19.0.0-3516.ge08cbbf6.el9.x86_ 2.3 MB/s | 890 kB 00:00 2024-05-06T01:49:41.007 INFO:teuthology.orchestra.run.smithi177.stdout:-------------------------------------------------------------------------------- 2024-05-06T01:49:41.007 INFO:teuthology.orchestra.run.smithi177.stdout:Total 2.1 MB/s | 970 kB 00:00 2024-05-06T01:49:41.018 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction check 2024-05-06T01:49:41.040 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction check succeeded. 2024-05-06T01:49:41.040 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction test 2024-05-06T01:49:41.118 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction test succeeded. 2024-05-06T01:49:41.119 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction 2024-05-06T01:49:41.301 INFO:teuthology.orchestra.run.smithi177.stdout: Preparing : 1/1 2024-05-06T01:49:41.449 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-05-06T01:49:41.522 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : ceph-fuse-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2/2 2024-05-06T01:49:41.848 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-05-06T01:49:42.145 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: ceph-fuse-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2/2 2024-05-06T01:49:42.145 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : ceph-fuse-2:19.0.0-3516.ge08cbbf6.el9.x86_64 1/2 2024-05-06T01:49:42.394 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-05-06T01:49:42.394 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-05-06T01:49:42.394 INFO:teuthology.orchestra.run.smithi177.stdout:Installed: 2024-05-06T01:49:42.394 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-fuse-2:19.0.0-3516.ge08cbbf6.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-05-06T01:49:42.395 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-05-06T01:49:42.395 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2024-05-06T01:49:42.655 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum -y install ceph-volume 2024-05-06T01:49:42.935 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-05-06T01:49:42.966 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-3516.ge08cb 12/12 2024-05-06T01:49:43.182 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:01:33 ago on Mon 06 May 2024 01:48:10 AM UTC. 2024-05-06T01:49:43.310 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2024-05-06T01:49:43.311 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-05-06T01:49:43.311 INFO:teuthology.orchestra.run.smithi177.stdout: Package Arch Version Repository Size 2024-05-06T01:49:43.311 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-05-06T01:49:43.311 INFO:teuthology.orchestra.run.smithi177.stdout:Installing: 2024-05-06T01:49:43.311 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-volume noarch 2:19.0.0-3516.ge08cbbf6.el9 ceph-noarch 273 k 2024-05-06T01:49:43.312 INFO:teuthology.orchestra.run.smithi177.stdout:Installing dependencies: 2024-05-06T01:49:43.312 INFO:teuthology.orchestra.run.smithi177.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-05-06T01:49:43.312 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-05-06T01:49:43.312 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction Summary 2024-05-06T01:49:43.312 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-05-06T01:49:43.312 INFO:teuthology.orchestra.run.smithi177.stdout:Install 2 Packages 2024-05-06T01:49:43.312 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-05-06T01:49:43.312 INFO:teuthology.orchestra.run.smithi177.stdout:Total download size: 350 k 2024-05-06T01:49:43.312 INFO:teuthology.orchestra.run.smithi177.stdout:Installed size: 1.5 M 2024-05-06T01:49:43.312 INFO:teuthology.orchestra.run.smithi177.stdout:Downloading Packages: 2024-05-06T01:49:43.705 INFO:teuthology.orchestra.run.smithi177.stdout:(1/2): ceph-volume-19.0.0-3516.ge08cbbf6.el9.no 769 kB/s | 273 kB 00:00 2024-05-06T01:49:44.056 INFO:teuthology.orchestra.run.smithi177.stdout:(2/2): python3-packaging-20.9-5.el9.noarch.rpm 109 kB/s | 77 kB 00:00 2024-05-06T01:49:44.056 INFO:teuthology.orchestra.run.smithi177.stdout:-------------------------------------------------------------------------------- 2024-05-06T01:49:44.056 INFO:teuthology.orchestra.run.smithi177.stdout:Total 470 kB/s | 350 kB 00:00 2024-05-06T01:49:44.069 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction check 2024-05-06T01:49:44.079 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction check succeeded. 2024-05-06T01:49:44.079 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction test 2024-05-06T01:49:44.105 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction test succeeded. 2024-05-06T01:49:44.105 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction 2024-05-06T01:49:44.245 INFO:teuthology.orchestra.run.smithi177.stdout: Preparing : 1/1 2024-05-06T01:49:44.445 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-05-06T01:49:44.475 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : ceph-volume-2:19.0.0-3516.ge08cbbf6.el9.noarch 2/2 2024-05-06T01:49:44.489 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: ceph-volume-2:19.0.0-3516.ge08cbbf6.el9.noarch 2/2 2024-05-06T01:49:44.490 INFO:teuthology.orchestra.run.smithi177.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-06T01:49:44.490 INFO:teuthology.orchestra.run.smithi177.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-05-06T01:49:44.490 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-05-06T01:49:45.143 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : ceph-volume-2:19.0.0-3516.ge08cbbf6.el9.noarch 1/2 2024-05-06T01:49:45.168 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-3516.ge08cb 12/12 2024-05-06T01:49:45.168 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-3516.ge08cb 1/12 2024-05-06T01:49:45.168 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-05-06T01:49:45.168 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-05-06T01:49:45.169 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-05-06T01:49:45.169 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-05-06T01:49:45.169 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-05-06T01:49:45.169 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-05-06T01:49:45.169 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-05-06T01:49:45.169 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-devel-3.9.18-3.el9.x86_64 9/12 2024-05-06T01:49:45.169 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-05-06T01:49:45.169 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-05-06T01:49:45.411 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-05-06T01:49:45.411 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-05-06T01:49:45.411 INFO:teuthology.orchestra.run.smithi177.stdout:Installed: 2024-05-06T01:49:45.411 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-volume-2:19.0.0-3516.ge08cbbf6.el9.noarch 2024-05-06T01:49:45.411 INFO:teuthology.orchestra.run.smithi177.stdout: python3-packaging-20.9-5.el9.noarch 2024-05-06T01:49:45.411 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-05-06T01:49:45.411 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2024-05-06T01:49:45.552 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-05-06T01:49:45.552 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-05-06T01:49:45.552 INFO:teuthology.orchestra.run.smithi055.stdout:Installed: 2024-05-06T01:49:45.552 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-mgr-diskprediction-local-2:19.0.0-3516.ge08cbbf6.el9.noarch 2024-05-06T01:49:45.552 INFO:teuthology.orchestra.run.smithi055.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-05-06T01:49:45.552 INFO:teuthology.orchestra.run.smithi055.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-05-06T01:49:45.552 INFO:teuthology.orchestra.run.smithi055.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-05-06T01:49:45.552 INFO:teuthology.orchestra.run.smithi055.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-05-06T01:49:45.552 INFO:teuthology.orchestra.run.smithi055.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-05-06T01:49:45.553 INFO:teuthology.orchestra.run.smithi055.stdout: openblas-0.3.21-2.el9.x86_64 2024-05-06T01:49:45.553 INFO:teuthology.orchestra.run.smithi055.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-05-06T01:49:45.553 INFO:teuthology.orchestra.run.smithi055.stdout: python3-devel-3.9.18-3.el9.x86_64 2024-05-06T01:49:45.553 INFO:teuthology.orchestra.run.smithi055.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-05-06T01:49:45.553 INFO:teuthology.orchestra.run.smithi055.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-05-06T01:49:45.553 INFO:teuthology.orchestra.run.smithi055.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-05-06T01:49:45.553 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-05-06T01:49:45.553 INFO:teuthology.orchestra.run.smithi055.stdout:Complete! 2024-05-06T01:49:45.688 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum -y install librados-devel 2024-05-06T01:49:45.894 DEBUG:teuthology.orchestra.run.smithi055:> sudo yum -y install ceph-mgr-rook 2024-05-06T01:49:46.208 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:01:36 ago on Mon 06 May 2024 01:48:10 AM UTC. 2024-05-06T01:49:46.333 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2024-05-06T01:49:46.334 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-05-06T01:49:46.334 INFO:teuthology.orchestra.run.smithi177.stdout: Package Arch Version Repo Size 2024-05-06T01:49:46.334 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-05-06T01:49:46.334 INFO:teuthology.orchestra.run.smithi177.stdout:Installing: 2024-05-06T01:49:46.334 INFO:teuthology.orchestra.run.smithi177.stdout: librados-devel x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 127 k 2024-05-06T01:49:46.334 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-05-06T01:49:46.334 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction Summary 2024-05-06T01:49:46.334 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-05-06T01:49:46.335 INFO:teuthology.orchestra.run.smithi177.stdout:Install 1 Package 2024-05-06T01:49:46.335 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-05-06T01:49:46.335 INFO:teuthology.orchestra.run.smithi177.stdout:Total download size: 127 k 2024-05-06T01:49:46.335 INFO:teuthology.orchestra.run.smithi177.stdout:Installed size: 456 k 2024-05-06T01:49:46.335 INFO:teuthology.orchestra.run.smithi177.stdout:Downloading Packages: 2024-05-06T01:49:46.433 INFO:teuthology.orchestra.run.smithi055.stdout:Last metadata expiration check: 0:01:39 ago on Mon 06 May 2024 01:48:07 AM UTC. 2024-05-06T01:49:46.560 INFO:teuthology.orchestra.run.smithi055.stdout:Dependencies resolved. 2024-05-06T01:49:46.562 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2024-05-06T01:49:46.562 INFO:teuthology.orchestra.run.smithi055.stdout: Package Arch Version Repository Size 2024-05-06T01:49:46.562 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2024-05-06T01:49:46.562 INFO:teuthology.orchestra.run.smithi055.stdout:Installing: 2024-05-06T01:49:46.563 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-mgr-rook noarch 2:19.0.0-3516.ge08cbbf6.el9 ceph-noarch 49 k 2024-05-06T01:49:46.563 INFO:teuthology.orchestra.run.smithi055.stdout:Installing dependencies: 2024-05-06T01:49:46.563 INFO:teuthology.orchestra.run.smithi055.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-05-06T01:49:46.563 INFO:teuthology.orchestra.run.smithi055.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-05-06T01:49:46.563 INFO:teuthology.orchestra.run.smithi055.stdout: python3-google-auth noarch 1:2.29.0-1.el9 epel 206 k 2024-05-06T01:49:46.563 INFO:teuthology.orchestra.run.smithi055.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-05-06T01:49:46.563 INFO:teuthology.orchestra.run.smithi055.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-05-06T01:49:46.563 INFO:teuthology.orchestra.run.smithi055.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-05-06T01:49:46.563 INFO:teuthology.orchestra.run.smithi055.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-05-06T01:49:46.563 INFO:teuthology.orchestra.run.smithi055.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-05-06T01:49:46.563 INFO:teuthology.orchestra.run.smithi055.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-05-06T01:49:46.563 INFO:teuthology.orchestra.run.smithi055.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-05-06T01:49:46.563 INFO:teuthology.orchestra.run.smithi055.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-05-06T01:49:46.563 INFO:teuthology.orchestra.run.smithi055.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-05-06T01:49:46.564 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-05-06T01:49:46.564 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction Summary 2024-05-06T01:49:46.564 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2024-05-06T01:49:46.564 INFO:teuthology.orchestra.run.smithi055.stdout:Install 13 Packages 2024-05-06T01:49:46.564 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-05-06T01:49:46.564 INFO:teuthology.orchestra.run.smithi055.stdout:Total download size: 2.2 M 2024-05-06T01:49:46.565 INFO:teuthology.orchestra.run.smithi055.stdout:Installed size: 26 M 2024-05-06T01:49:46.565 INFO:teuthology.orchestra.run.smithi055.stdout:Downloading Packages: 2024-05-06T01:49:47.088 INFO:teuthology.orchestra.run.smithi055.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 209 kB/s | 26 kB 00:00 2024-05-06T01:49:47.114 INFO:teuthology.orchestra.run.smithi055.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 129 kB/s | 19 kB 00:00 2024-05-06T01:49:47.205 INFO:teuthology.orchestra.run.smithi055.stdout:(3/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.7 MB/s | 159 kB 00:00 2024-05-06T01:49:47.231 INFO:teuthology.orchestra.run.smithi055.stdout:(4/13): ceph-mgr-rook-19.0.0-3516.ge08cbbf6.el9 186 kB/s | 49 kB 00:00 2024-05-06T01:49:47.273 INFO:teuthology.orchestra.run.smithi055.stdout:(5/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 1.4 MB/s | 222 kB 00:00 2024-05-06T01:49:47.298 INFO:teuthology.orchestra.run.smithi055.stdout:(6/13): python3-pyasn1-modules-0.4.8-6.el9.noar 2.9 MB/s | 279 kB 00:00 2024-05-06T01:49:47.357 INFO:teuthology.orchestra.run.smithi055.stdout:(7/13): python3-requests-oauthlib-1.3.0-12.el9. 428 kB/s | 54 kB 00:00 2024-05-06T01:49:47.424 INFO:teuthology.orchestra.run.smithi055.stdout:(8/13): python3-cachetools-4.2.4-1.el9.noarch.r 214 kB/s | 32 kB 00:00 2024-05-06T01:49:47.516 INFO:teuthology.orchestra.run.smithi055.stdout:(9/13): python3-certifi-2021.10.8-2.el9.noarch. 78 kB/s | 15 kB 00:00 2024-05-06T01:49:47.541 INFO:teuthology.orchestra.run.smithi055.stdout:(10/13): python3-google-auth-2.29.0-1.el9.noarc 1.3 MB/s | 206 kB 00:00 2024-05-06T01:49:47.592 INFO:teuthology.orchestra.run.smithi055.stdout:(11/13): python3-kubernetes-26.1.0-2.el9.noarch 6.1 MB/s | 1.0 MB 00:00 2024-05-06T01:49:47.608 INFO:teuthology.orchestra.run.smithi055.stdout:(12/13): python3-rsa-4.9-2.el9.noarch.rpm 645 kB/s | 59 kB 00:00 2024-05-06T01:49:47.634 INFO:teuthology.orchestra.run.smithi055.stdout:(13/13): python3-websocket-client-1.2.3-2.el9.n 979 kB/s | 90 kB 00:00 2024-05-06T01:49:47.636 INFO:teuthology.orchestra.run.smithi055.stdout:-------------------------------------------------------------------------------- 2024-05-06T01:49:47.636 INFO:teuthology.orchestra.run.smithi055.stdout:Total 2.1 MB/s | 2.2 MB 00:01 2024-05-06T01:49:47.700 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction check 2024-05-06T01:49:47.716 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction check succeeded. 2024-05-06T01:49:47.716 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction test 2024-05-06T01:49:47.808 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction test succeeded. 2024-05-06T01:49:47.810 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction 2024-05-06T01:49:47.811 INFO:teuthology.orchestra.run.smithi177.stdout:librados-devel-19.0.0-3516.ge08cbbf6.el9.x86_64 86 kB/s | 127 kB 00:01 2024-05-06T01:49:47.811 INFO:teuthology.orchestra.run.smithi177.stdout:-------------------------------------------------------------------------------- 2024-05-06T01:49:47.812 INFO:teuthology.orchestra.run.smithi177.stdout:Total 86 kB/s | 127 kB 00:01 2024-05-06T01:49:47.812 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction check 2024-05-06T01:49:47.818 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction check succeeded. 2024-05-06T01:49:47.818 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction test 2024-05-06T01:49:47.883 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction test succeeded. 2024-05-06T01:49:47.884 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction 2024-05-06T01:49:48.036 INFO:teuthology.orchestra.run.smithi177.stdout: Preparing : 1/1 2024-05-06T01:49:48.139 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : librados-devel-2:19.0.0-3516.ge08cbbf6.el9.x86_64 1/1 2024-05-06T01:49:48.316 INFO:teuthology.orchestra.run.smithi055.stdout: Preparing : 1/1 2024-05-06T01:49:48.489 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-05-06T01:49:48.553 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-05-06T01:49:48.580 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: librados-devel-2:19.0.0-3516.ge08cbbf6.el9.x86_64 1/1 2024-05-06T01:49:48.609 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-05-06T01:49:48.645 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-05-06T01:49:48.687 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-05-06T01:49:48.785 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-05-06T01:49:48.876 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : librados-devel-2:19.0.0-3516.ge08cbbf6.el9.x86_64 1/1 2024-05-06T01:49:48.876 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-05-06T01:49:48.877 INFO:teuthology.orchestra.run.smithi177.stdout:Installed: 2024-05-06T01:49:48.877 INFO:teuthology.orchestra.run.smithi177.stdout: librados-devel-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T01:49:48.877 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-05-06T01:49:48.877 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2024-05-06T01:49:48.896 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-google-auth-1:2.29.0-1.el9.noarch 7/13 2024-05-06T01:49:48.948 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-05-06T01:49:49.146 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum -y install libcephfs2 2024-05-06T01:49:49.673 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:01:39 ago on Mon 06 May 2024 01:48:10 AM UTC. 2024-05-06T01:49:49.710 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-05-06T01:49:49.753 INFO:teuthology.orchestra.run.smithi177.stdout:Package libcephfs2-2:19.0.0-3516.ge08cbbf6.el9.x86_64 is already installed. 2024-05-06T01:49:49.761 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-05-06T01:49:49.796 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2024-05-06T01:49:49.796 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-05-06T01:49:49.796 INFO:teuthology.orchestra.run.smithi177.stdout:Nothing to do. 2024-05-06T01:49:49.797 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2024-05-06T01:49:49.845 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-05-06T01:49:49.873 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : ceph-mgr-rook-2:19.0.0-3516.ge08cbbf6.el9.noarch 13/13 2024-05-06T01:49:49.881 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum -y install libcephfs-devel 2024-05-06T01:49:50.401 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:01:40 ago on Mon 06 May 2024 01:48:10 AM UTC. 2024-05-06T01:49:50.523 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2024-05-06T01:49:50.523 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-05-06T01:49:50.523 INFO:teuthology.orchestra.run.smithi177.stdout: Package Arch Version Repo Size 2024-05-06T01:49:50.523 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-05-06T01:49:50.523 INFO:teuthology.orchestra.run.smithi177.stdout:Installing: 2024-05-06T01:49:50.524 INFO:teuthology.orchestra.run.smithi177.stdout: libcephfs-devel x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 32 k 2024-05-06T01:49:50.524 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-05-06T01:49:50.524 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction Summary 2024-05-06T01:49:50.524 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-05-06T01:49:50.524 INFO:teuthology.orchestra.run.smithi177.stdout:Install 1 Package 2024-05-06T01:49:50.524 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-05-06T01:49:50.524 INFO:teuthology.orchestra.run.smithi177.stdout:Total download size: 32 k 2024-05-06T01:49:50.524 INFO:teuthology.orchestra.run.smithi177.stdout:Installed size: 142 k 2024-05-06T01:49:50.524 INFO:teuthology.orchestra.run.smithi177.stdout:Downloading Packages: 2024-05-06T01:49:50.633 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-3516.ge08cbbf6.el9.noarch 13/13 2024-05-06T01:49:50.633 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : ceph-mgr-rook-2:19.0.0-3516.ge08cbbf6.el9.noarch 1/13 2024-05-06T01:49:50.633 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-05-06T01:49:50.633 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-05-06T01:49:50.633 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-05-06T01:49:50.633 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-05-06T01:49:50.633 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-05-06T01:49:50.633 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-05-06T01:49:50.633 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-05-06T01:49:50.633 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-05-06T01:49:50.633 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-google-auth-1:2.29.0-1.el9.noarch 10/13 2024-05-06T01:49:50.634 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-05-06T01:49:50.634 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-05-06T01:49:50.681 INFO:teuthology.orchestra.run.smithi177.stdout:libcephfs-devel-19.0.0-3516.ge08cbbf6.el9.x86_6 200 kB/s | 32 kB 00:00 2024-05-06T01:49:50.682 INFO:teuthology.orchestra.run.smithi177.stdout:-------------------------------------------------------------------------------- 2024-05-06T01:49:50.682 INFO:teuthology.orchestra.run.smithi177.stdout:Total 198 kB/s | 32 kB 00:00 2024-05-06T01:49:50.682 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction check 2024-05-06T01:49:50.685 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction check succeeded. 2024-05-06T01:49:50.685 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction test 2024-05-06T01:49:50.688 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction test succeeded. 2024-05-06T01:49:50.688 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction 2024-05-06T01:49:50.775 INFO:teuthology.orchestra.run.smithi177.stdout: Preparing : 1/1 2024-05-06T01:49:50.893 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : libcephfs-devel-2:19.0.0-3516.ge08cbbf6.el9.x86_64 1/1 2024-05-06T01:49:50.943 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-05-06T01:49:50.943 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-05-06T01:49:50.943 INFO:teuthology.orchestra.run.smithi055.stdout:Installed: 2024-05-06T01:49:50.943 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-mgr-rook-2:19.0.0-3516.ge08cbbf6.el9.noarch 2024-05-06T01:49:50.943 INFO:teuthology.orchestra.run.smithi055.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-05-06T01:49:50.943 INFO:teuthology.orchestra.run.smithi055.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-05-06T01:49:50.944 INFO:teuthology.orchestra.run.smithi055.stdout: python3-google-auth-1:2.29.0-1.el9.noarch 2024-05-06T01:49:50.944 INFO:teuthology.orchestra.run.smithi055.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-05-06T01:49:50.944 INFO:teuthology.orchestra.run.smithi055.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-05-06T01:49:50.944 INFO:teuthology.orchestra.run.smithi055.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-05-06T01:49:50.944 INFO:teuthology.orchestra.run.smithi055.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-05-06T01:49:50.944 INFO:teuthology.orchestra.run.smithi055.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-05-06T01:49:50.944 INFO:teuthology.orchestra.run.smithi055.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-05-06T01:49:50.944 INFO:teuthology.orchestra.run.smithi055.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-05-06T01:49:50.944 INFO:teuthology.orchestra.run.smithi055.stdout: python3-rsa-4.9-2.el9.noarch 2024-05-06T01:49:50.944 INFO:teuthology.orchestra.run.smithi055.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-05-06T01:49:50.944 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-05-06T01:49:50.944 INFO:teuthology.orchestra.run.smithi055.stdout:Complete! 2024-05-06T01:49:51.168 DEBUG:teuthology.orchestra.run.smithi055:> sudo yum -y install ceph-mgr-cephadm 2024-05-06T01:49:51.273 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-3516.ge08cbbf6.el9.x86_64 1/1 2024-05-06T01:49:51.490 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : libcephfs-devel-2:19.0.0-3516.ge08cbbf6.el9.x86_64 1/1 2024-05-06T01:49:51.491 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-05-06T01:49:51.491 INFO:teuthology.orchestra.run.smithi177.stdout:Installed: 2024-05-06T01:49:51.491 INFO:teuthology.orchestra.run.smithi177.stdout: libcephfs-devel-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T01:49:51.491 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-05-06T01:49:51.491 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2024-05-06T01:49:51.677 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum -y install librados2 2024-05-06T01:49:51.702 INFO:teuthology.orchestra.run.smithi055.stdout:Last metadata expiration check: 0:01:44 ago on Mon 06 May 2024 01:48:07 AM UTC. 2024-05-06T01:49:51.827 INFO:teuthology.orchestra.run.smithi055.stdout:Dependencies resolved. 2024-05-06T01:49:51.828 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2024-05-06T01:49:51.828 INFO:teuthology.orchestra.run.smithi055.stdout: Package Arch Version Repository Size 2024-05-06T01:49:51.828 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2024-05-06T01:49:51.828 INFO:teuthology.orchestra.run.smithi055.stdout:Installing: 2024-05-06T01:49:51.828 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-mgr-cephadm noarch 2:19.0.0-3516.ge08cbbf6.el9 ceph-noarch 142 k 2024-05-06T01:49:51.828 INFO:teuthology.orchestra.run.smithi055.stdout:Installing dependencies: 2024-05-06T01:49:51.828 INFO:teuthology.orchestra.run.smithi055.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-05-06T01:49:51.828 INFO:teuthology.orchestra.run.smithi055.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-05-06T01:49:51.828 INFO:teuthology.orchestra.run.smithi055.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-05-06T01:49:51.829 INFO:teuthology.orchestra.run.smithi055.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-05-06T01:49:51.829 INFO:teuthology.orchestra.run.smithi055.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-05-06T01:49:51.829 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-05-06T01:49:51.829 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction Summary 2024-05-06T01:49:51.829 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2024-05-06T01:49:51.829 INFO:teuthology.orchestra.run.smithi055.stdout:Install 6 Packages 2024-05-06T01:49:51.829 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-05-06T01:49:51.830 INFO:teuthology.orchestra.run.smithi055.stdout:Total download size: 7.0 M 2024-05-06T01:49:51.830 INFO:teuthology.orchestra.run.smithi055.stdout:Installed size: 33 M 2024-05-06T01:49:51.830 INFO:teuthology.orchestra.run.smithi055.stdout:Downloading Packages: 2024-05-06T01:49:52.214 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:01:42 ago on Mon 06 May 2024 01:48:10 AM UTC. 2024-05-06T01:49:52.293 INFO:teuthology.orchestra.run.smithi177.stdout:Package librados2-2:19.0.0-3516.ge08cbbf6.el9.x86_64 is already installed. 2024-05-06T01:49:52.335 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2024-05-06T01:49:52.336 INFO:teuthology.orchestra.run.smithi177.stdout:Nothing to do. 2024-05-06T01:49:52.336 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2024-05-06T01:49:52.410 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum -y install librbd1 2024-05-06T01:49:52.472 INFO:teuthology.orchestra.run.smithi055.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 1.4 MB/s | 248 kB 00:00 2024-05-06T01:49:52.539 INFO:teuthology.orchestra.run.smithi055.stdout:(2/6): ceph-mgr-cephadm-19.0.0-3516.ge08cbbf6.e 598 kB/s | 142 kB 00:00 2024-05-06T01:49:52.656 INFO:teuthology.orchestra.run.smithi055.stdout:(3/6): python3-babel-2.9.1-2.el9.noarch.rpm 17 MB/s | 6.0 MB 00:00 2024-05-06T01:49:52.673 INFO:teuthology.orchestra.run.smithi055.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 432 kB/s | 58 kB 00:00 2024-05-06T01:49:52.815 INFO:teuthology.orchestra.run.smithi055.stdout:(5/6): python3-typing-extensions-4.4.0-2.el9.no 322 kB/s | 51 kB 00:00 2024-05-06T01:49:52.865 INFO:teuthology.orchestra.run.smithi055.stdout:(6/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 1.4 MB/s | 548 kB 00:00 2024-05-06T01:49:52.866 INFO:teuthology.orchestra.run.smithi055.stdout:-------------------------------------------------------------------------------- 2024-05-06T01:49:52.866 INFO:teuthology.orchestra.run.smithi055.stdout:Total 6.7 MB/s | 7.0 MB 00:01 2024-05-06T01:49:52.929 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:01:42 ago on Mon 06 May 2024 01:48:10 AM UTC. 2024-05-06T01:49:52.940 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction check 2024-05-06T01:49:52.952 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction check succeeded. 2024-05-06T01:49:52.952 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction test 2024-05-06T01:49:53.007 INFO:teuthology.orchestra.run.smithi177.stdout:Package librbd1-2:19.0.0-3516.ge08cbbf6.el9.x86_64 is already installed. 2024-05-06T01:49:53.048 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2024-05-06T01:49:53.049 INFO:teuthology.orchestra.run.smithi177.stdout:Nothing to do. 2024-05-06T01:49:53.049 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2024-05-06T01:49:53.054 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction test succeeded. 2024-05-06T01:49:53.056 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction 2024-05-06T01:49:53.120 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum -y install python3-rados 2024-05-06T01:49:53.364 INFO:teuthology.orchestra.run.smithi055.stdout: Preparing : 1/1 2024-05-06T01:49:53.537 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-05-06T01:49:53.585 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-05-06T01:49:53.627 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:01:43 ago on Mon 06 May 2024 01:48:10 AM UTC. 2024-05-06T01:49:53.706 INFO:teuthology.orchestra.run.smithi177.stdout:Package python3-rados-2:19.0.0-3516.ge08cbbf6.el9.x86_64 is already installed. 2024-05-06T01:49:53.747 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2024-05-06T01:49:53.748 INFO:teuthology.orchestra.run.smithi177.stdout:Nothing to do. 2024-05-06T01:49:53.748 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2024-05-06T01:49:53.819 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum -y install python3-rgw 2024-05-06T01:49:54.143 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-05-06T01:49:54.231 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-05-06T01:49:54.303 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-05-06T01:49:54.325 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:01:44 ago on Mon 06 May 2024 01:48:10 AM UTC. 2024-05-06T01:49:54.330 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-3516.ge08cbbf6.el9.noarch 6/6 2024-05-06T01:49:54.404 INFO:teuthology.orchestra.run.smithi177.stdout:Package python3-rgw-2:19.0.0-3516.ge08cbbf6.el9.x86_64 is already installed. 2024-05-06T01:49:54.446 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2024-05-06T01:49:54.447 INFO:teuthology.orchestra.run.smithi177.stdout:Nothing to do. 2024-05-06T01:49:54.447 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2024-05-06T01:49:54.511 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum -y install python3-cephfs 2024-05-06T01:49:55.019 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:01:45 ago on Mon 06 May 2024 01:48:10 AM UTC. 2024-05-06T01:49:55.061 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-3516.ge08cbbf6.el9.noarch 6/6 2024-05-06T01:49:55.061 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-3516.ge08cbbf6.el9.noarch 1/6 2024-05-06T01:49:55.061 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-05-06T01:49:55.061 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-05-06T01:49:55.061 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-05-06T01:49:55.061 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-05-06T01:49:55.098 INFO:teuthology.orchestra.run.smithi177.stdout:Package python3-cephfs-2:19.0.0-3516.ge08cbbf6.el9.x86_64 is already installed. 2024-05-06T01:49:55.139 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2024-05-06T01:49:55.140 INFO:teuthology.orchestra.run.smithi177.stdout:Nothing to do. 2024-05-06T01:49:55.140 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2024-05-06T01:49:55.218 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum -y install python3-rbd 2024-05-06T01:49:55.318 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-05-06T01:49:55.318 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-05-06T01:49:55.318 INFO:teuthology.orchestra.run.smithi055.stdout:Installed: 2024-05-06T01:49:55.318 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-mgr-cephadm-2:19.0.0-3516.ge08cbbf6.el9.noarch 2024-05-06T01:49:55.318 INFO:teuthology.orchestra.run.smithi055.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-05-06T01:49:55.318 INFO:teuthology.orchestra.run.smithi055.stdout: python3-babel-2.9.1-2.el9.noarch 2024-05-06T01:49:55.318 INFO:teuthology.orchestra.run.smithi055.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-05-06T01:49:55.318 INFO:teuthology.orchestra.run.smithi055.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-05-06T01:49:55.318 INFO:teuthology.orchestra.run.smithi055.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-05-06T01:49:55.318 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-05-06T01:49:55.319 INFO:teuthology.orchestra.run.smithi055.stdout:Complete! 2024-05-06T01:49:55.558 DEBUG:teuthology.orchestra.run.smithi055:> sudo yum -y install ceph-fuse 2024-05-06T01:49:55.739 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:01:45 ago on Mon 06 May 2024 01:48:10 AM UTC. 2024-05-06T01:49:55.819 INFO:teuthology.orchestra.run.smithi177.stdout:Package python3-rbd-2:19.0.0-3516.ge08cbbf6.el9.x86_64 is already installed. 2024-05-06T01:49:55.860 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2024-05-06T01:49:55.861 INFO:teuthology.orchestra.run.smithi177.stdout:Nothing to do. 2024-05-06T01:49:55.861 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2024-05-06T01:49:55.939 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum -y install rbd-fuse 2024-05-06T01:49:56.094 INFO:teuthology.orchestra.run.smithi055.stdout:Last metadata expiration check: 0:01:49 ago on Mon 06 May 2024 01:48:07 AM UTC. 2024-05-06T01:49:56.219 INFO:teuthology.orchestra.run.smithi055.stdout:Dependencies resolved. 2024-05-06T01:49:56.219 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2024-05-06T01:49:56.220 INFO:teuthology.orchestra.run.smithi055.stdout: Package Arch Version Repository Size 2024-05-06T01:49:56.220 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2024-05-06T01:49:56.220 INFO:teuthology.orchestra.run.smithi055.stdout:Installing: 2024-05-06T01:49:56.220 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-fuse x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 890 k 2024-05-06T01:49:56.220 INFO:teuthology.orchestra.run.smithi055.stdout:Installing dependencies: 2024-05-06T01:49:56.220 INFO:teuthology.orchestra.run.smithi055.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-05-06T01:49:56.220 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-05-06T01:49:56.220 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction Summary 2024-05-06T01:49:56.220 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2024-05-06T01:49:56.220 INFO:teuthology.orchestra.run.smithi055.stdout:Install 2 Packages 2024-05-06T01:49:56.220 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-05-06T01:49:56.221 INFO:teuthology.orchestra.run.smithi055.stdout:Total download size: 970 k 2024-05-06T01:49:56.221 INFO:teuthology.orchestra.run.smithi055.stdout:Installed size: 2.8 M 2024-05-06T01:49:56.221 INFO:teuthology.orchestra.run.smithi055.stdout:Downloading Packages: 2024-05-06T01:49:56.402 INFO:teuthology.orchestra.run.smithi055.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 674 kB/s | 80 kB 00:00 2024-05-06T01:49:56.451 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:01:46 ago on Mon 06 May 2024 01:48:10 AM UTC. 2024-05-06T01:49:56.570 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2024-05-06T01:49:56.571 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-05-06T01:49:56.571 INFO:teuthology.orchestra.run.smithi177.stdout: Package Architecture Version Repository Size 2024-05-06T01:49:56.571 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-05-06T01:49:56.571 INFO:teuthology.orchestra.run.smithi177.stdout:Installing: 2024-05-06T01:49:56.571 INFO:teuthology.orchestra.run.smithi177.stdout: rbd-fuse x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 85 k 2024-05-06T01:49:56.572 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-05-06T01:49:56.572 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction Summary 2024-05-06T01:49:56.572 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-05-06T01:49:56.572 INFO:teuthology.orchestra.run.smithi177.stdout:Install 1 Package 2024-05-06T01:49:56.572 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-05-06T01:49:56.572 INFO:teuthology.orchestra.run.smithi177.stdout:Total download size: 85 k 2024-05-06T01:49:56.572 INFO:teuthology.orchestra.run.smithi177.stdout:Installed size: 231 k 2024-05-06T01:49:56.572 INFO:teuthology.orchestra.run.smithi177.stdout:Downloading Packages: 2024-05-06T01:49:56.776 INFO:teuthology.orchestra.run.smithi177.stdout:rbd-fuse-19.0.0-3516.ge08cbbf6.el9.x86_64.rpm 419 kB/s | 85 kB 00:00 2024-05-06T01:49:56.776 INFO:teuthology.orchestra.run.smithi177.stdout:-------------------------------------------------------------------------------- 2024-05-06T01:49:56.777 INFO:teuthology.orchestra.run.smithi177.stdout:Total 416 kB/s | 85 kB 00:00 2024-05-06T01:49:56.777 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction check 2024-05-06T01:49:56.783 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction check succeeded. 2024-05-06T01:49:56.783 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction test 2024-05-06T01:49:56.819 INFO:teuthology.orchestra.run.smithi055.stdout:(2/2): ceph-fuse-19.0.0-3516.ge08cbbf6.el9.x86_ 1.6 MB/s | 890 kB 00:00 2024-05-06T01:49:56.819 INFO:teuthology.orchestra.run.smithi055.stdout:-------------------------------------------------------------------------------- 2024-05-06T01:49:56.819 INFO:teuthology.orchestra.run.smithi055.stdout:Total 1.6 MB/s | 970 kB 00:00 2024-05-06T01:49:56.832 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction check 2024-05-06T01:49:56.845 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction test succeeded. 2024-05-06T01:49:56.845 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction 2024-05-06T01:49:56.855 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction check succeeded. 2024-05-06T01:49:56.855 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction test 2024-05-06T01:49:56.939 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction test succeeded. 2024-05-06T01:49:56.939 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction 2024-05-06T01:49:56.996 INFO:teuthology.orchestra.run.smithi177.stdout: Preparing : 1/1 2024-05-06T01:49:57.089 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : rbd-fuse-2:19.0.0-3516.ge08cbbf6.el9.x86_64 1/1 2024-05-06T01:49:57.132 INFO:teuthology.orchestra.run.smithi055.stdout: Preparing : 1/1 2024-05-06T01:49:57.284 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-05-06T01:49:57.352 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : ceph-fuse-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2/2 2024-05-06T01:49:57.448 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: rbd-fuse-2:19.0.0-3516.ge08cbbf6.el9.x86_64 1/1 2024-05-06T01:49:57.722 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : rbd-fuse-2:19.0.0-3516.ge08cbbf6.el9.x86_64 1/1 2024-05-06T01:49:57.722 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-05-06T01:49:57.722 INFO:teuthology.orchestra.run.smithi177.stdout:Installed: 2024-05-06T01:49:57.722 INFO:teuthology.orchestra.run.smithi177.stdout: rbd-fuse-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T01:49:57.722 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-05-06T01:49:57.722 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2024-05-06T01:49:57.968 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum -y install rbd-mirror 2024-05-06T01:49:57.982 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: ceph-fuse-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2/2 2024-05-06T01:49:57.983 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : ceph-fuse-2:19.0.0-3516.ge08cbbf6.el9.x86_64 1/2 2024-05-06T01:49:58.258 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-05-06T01:49:58.259 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-05-06T01:49:58.259 INFO:teuthology.orchestra.run.smithi055.stdout:Installed: 2024-05-06T01:49:58.259 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-fuse-2:19.0.0-3516.ge08cbbf6.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-05-06T01:49:58.259 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-05-06T01:49:58.259 INFO:teuthology.orchestra.run.smithi055.stdout:Complete! 2024-05-06T01:49:58.493 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:01:48 ago on Mon 06 May 2024 01:48:10 AM UTC. 2024-05-06T01:49:58.523 DEBUG:teuthology.orchestra.run.smithi055:> sudo yum -y install ceph-volume 2024-05-06T01:49:58.620 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2024-05-06T01:49:58.621 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-05-06T01:49:58.621 INFO:teuthology.orchestra.run.smithi177.stdout: Package Arch Version Repo Size 2024-05-06T01:49:58.621 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-05-06T01:49:58.621 INFO:teuthology.orchestra.run.smithi177.stdout:Installing: 2024-05-06T01:49:58.621 INFO:teuthology.orchestra.run.smithi177.stdout: rbd-mirror x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 3.1 M 2024-05-06T01:49:58.621 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-05-06T01:49:58.622 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction Summary 2024-05-06T01:49:58.622 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-05-06T01:49:58.622 INFO:teuthology.orchestra.run.smithi177.stdout:Install 1 Package 2024-05-06T01:49:58.622 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-05-06T01:49:58.622 INFO:teuthology.orchestra.run.smithi177.stdout:Total download size: 3.1 M 2024-05-06T01:49:58.622 INFO:teuthology.orchestra.run.smithi177.stdout:Installed size: 13 M 2024-05-06T01:49:58.622 INFO:teuthology.orchestra.run.smithi177.stdout:Downloading Packages: 2024-05-06T01:49:59.061 INFO:teuthology.orchestra.run.smithi055.stdout:Last metadata expiration check: 0:01:52 ago on Mon 06 May 2024 01:48:07 AM UTC. 2024-05-06T01:49:59.186 INFO:teuthology.orchestra.run.smithi055.stdout:Dependencies resolved. 2024-05-06T01:49:59.187 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2024-05-06T01:49:59.187 INFO:teuthology.orchestra.run.smithi055.stdout: Package Arch Version Repository Size 2024-05-06T01:49:59.187 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2024-05-06T01:49:59.187 INFO:teuthology.orchestra.run.smithi055.stdout:Installing: 2024-05-06T01:49:59.187 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-volume noarch 2:19.0.0-3516.ge08cbbf6.el9 ceph-noarch 273 k 2024-05-06T01:49:59.187 INFO:teuthology.orchestra.run.smithi055.stdout:Installing dependencies: 2024-05-06T01:49:59.187 INFO:teuthology.orchestra.run.smithi055.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-05-06T01:49:59.187 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-05-06T01:49:59.187 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction Summary 2024-05-06T01:49:59.187 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2024-05-06T01:49:59.188 INFO:teuthology.orchestra.run.smithi055.stdout:Install 2 Packages 2024-05-06T01:49:59.188 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-05-06T01:49:59.188 INFO:teuthology.orchestra.run.smithi055.stdout:Total download size: 350 k 2024-05-06T01:49:59.188 INFO:teuthology.orchestra.run.smithi055.stdout:Installed size: 1.5 M 2024-05-06T01:49:59.188 INFO:teuthology.orchestra.run.smithi055.stdout:Downloading Packages: 2024-05-06T01:49:59.357 INFO:teuthology.orchestra.run.smithi055.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 733 kB/s | 77 kB 00:00 2024-05-06T01:49:59.699 INFO:teuthology.orchestra.run.smithi055.stdout:(2/2): ceph-volume-19.0.0-3516.ge08cbbf6.el9.no 610 kB/s | 273 kB 00:00 2024-05-06T01:49:59.700 INFO:teuthology.orchestra.run.smithi055.stdout:-------------------------------------------------------------------------------- 2024-05-06T01:49:59.700 INFO:teuthology.orchestra.run.smithi055.stdout:Total 682 kB/s | 350 kB 00:00 2024-05-06T01:49:59.712 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction check 2024-05-06T01:49:59.722 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction check succeeded. 2024-05-06T01:49:59.722 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction test 2024-05-06T01:49:59.750 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction test succeeded. 2024-05-06T01:49:59.751 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction 2024-05-06T01:49:59.887 INFO:teuthology.orchestra.run.smithi177.stdout:rbd-mirror-19.0.0-3516.ge08cbbf6.el9.x86_64.rpm 2.4 MB/s | 3.1 MB 00:01 2024-05-06T01:49:59.888 INFO:teuthology.orchestra.run.smithi177.stdout:-------------------------------------------------------------------------------- 2024-05-06T01:49:59.889 INFO:teuthology.orchestra.run.smithi177.stdout:Total 2.4 MB/s | 3.1 MB 00:01 2024-05-06T01:49:59.889 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction check 2024-05-06T01:49:59.899 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction check succeeded. 2024-05-06T01:49:59.900 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction test 2024-05-06T01:49:59.984 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction test succeeded. 2024-05-06T01:49:59.984 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction 2024-05-06T01:50:00.025 INFO:teuthology.orchestra.run.smithi055.stdout: Preparing : 1/1 2024-05-06T01:50:00.231 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-05-06T01:50:00.310 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : ceph-volume-2:19.0.0-3516.ge08cbbf6.el9.noarch 2/2 2024-05-06T01:50:00.339 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: ceph-volume-2:19.0.0-3516.ge08cbbf6.el9.noarch 2/2 2024-05-06T01:50:00.339 INFO:teuthology.orchestra.run.smithi055.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-06T01:50:00.340 INFO:teuthology.orchestra.run.smithi055.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-05-06T01:50:00.340 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-05-06T01:50:00.414 INFO:teuthology.orchestra.run.smithi177.stdout: Preparing : 1/1 2024-05-06T01:50:00.488 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : rbd-mirror-2:19.0.0-3516.ge08cbbf6.el9.x86_64 1/1 2024-05-06T01:50:00.525 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: rbd-mirror-2:19.0.0-3516.ge08cbbf6.el9.x86_64 1/1 2024-05-06T01:50:00.526 INFO:teuthology.orchestra.run.smithi177.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-06T01:50:00.526 INFO:teuthology.orchestra.run.smithi177.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-05-06T01:50:00.526 INFO:teuthology.orchestra.run.smithi177.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-05-06T01:50:00.526 INFO:teuthology.orchestra.run.smithi177.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-05-06T01:50:00.526 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-05-06T01:50:01.024 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : ceph-volume-2:19.0.0-3516.ge08cbbf6.el9.noarch 1/2 2024-05-06T01:50:01.347 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-05-06T01:50:01.347 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-05-06T01:50:01.348 INFO:teuthology.orchestra.run.smithi055.stdout:Installed: 2024-05-06T01:50:01.348 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-volume-2:19.0.0-3516.ge08cbbf6.el9.noarch 2024-05-06T01:50:01.348 INFO:teuthology.orchestra.run.smithi055.stdout: python3-packaging-20.9-5.el9.noarch 2024-05-06T01:50:01.348 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-05-06T01:50:01.348 INFO:teuthology.orchestra.run.smithi055.stdout:Complete! 2024-05-06T01:50:01.572 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : rbd-mirror-2:19.0.0-3516.ge08cbbf6.el9.x86_64 1/1 2024-05-06T01:50:01.573 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-05-06T01:50:01.573 INFO:teuthology.orchestra.run.smithi177.stdout:Installed: 2024-05-06T01:50:01.573 INFO:teuthology.orchestra.run.smithi177.stdout: rbd-mirror-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T01:50:01.573 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-05-06T01:50:01.573 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2024-05-06T01:50:01.606 DEBUG:teuthology.orchestra.run.smithi055:> sudo yum -y install librados-devel 2024-05-06T01:50:01.806 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum -y install rbd-nbd 2024-05-06T01:50:02.144 INFO:teuthology.orchestra.run.smithi055.stdout:Last metadata expiration check: 0:01:55 ago on Mon 06 May 2024 01:48:07 AM UTC. 2024-05-06T01:50:02.270 INFO:teuthology.orchestra.run.smithi055.stdout:Dependencies resolved. 2024-05-06T01:50:02.271 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2024-05-06T01:50:02.271 INFO:teuthology.orchestra.run.smithi055.stdout: Package Arch Version Repo Size 2024-05-06T01:50:02.271 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2024-05-06T01:50:02.271 INFO:teuthology.orchestra.run.smithi055.stdout:Installing: 2024-05-06T01:50:02.271 INFO:teuthology.orchestra.run.smithi055.stdout: librados-devel x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 127 k 2024-05-06T01:50:02.271 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-05-06T01:50:02.272 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction Summary 2024-05-06T01:50:02.272 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2024-05-06T01:50:02.272 INFO:teuthology.orchestra.run.smithi055.stdout:Install 1 Package 2024-05-06T01:50:02.272 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-05-06T01:50:02.272 INFO:teuthology.orchestra.run.smithi055.stdout:Total download size: 127 k 2024-05-06T01:50:02.272 INFO:teuthology.orchestra.run.smithi055.stdout:Installed size: 456 k 2024-05-06T01:50:02.272 INFO:teuthology.orchestra.run.smithi055.stdout:Downloading Packages: 2024-05-06T01:50:02.328 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:01:52 ago on Mon 06 May 2024 01:48:10 AM UTC. 2024-05-06T01:50:02.453 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2024-05-06T01:50:02.454 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-05-06T01:50:02.454 INFO:teuthology.orchestra.run.smithi177.stdout: Package Architecture Version Repository Size 2024-05-06T01:50:02.454 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-05-06T01:50:02.454 INFO:teuthology.orchestra.run.smithi177.stdout:Installing: 2024-05-06T01:50:02.454 INFO:teuthology.orchestra.run.smithi177.stdout: rbd-nbd x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 170 k 2024-05-06T01:50:02.454 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-05-06T01:50:02.454 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction Summary 2024-05-06T01:50:02.454 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-05-06T01:50:02.454 INFO:teuthology.orchestra.run.smithi177.stdout:Install 1 Package 2024-05-06T01:50:02.454 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-05-06T01:50:02.454 INFO:teuthology.orchestra.run.smithi177.stdout:Total download size: 170 k 2024-05-06T01:50:02.454 INFO:teuthology.orchestra.run.smithi177.stdout:Installed size: 494 k 2024-05-06T01:50:02.454 INFO:teuthology.orchestra.run.smithi177.stdout:Downloading Packages: 2024-05-06T01:50:02.580 INFO:teuthology.orchestra.run.smithi055.stdout:librados-devel-19.0.0-3516.ge08cbbf6.el9.x86_64 412 kB/s | 127 kB 00:00 2024-05-06T01:50:02.581 INFO:teuthology.orchestra.run.smithi055.stdout:-------------------------------------------------------------------------------- 2024-05-06T01:50:02.581 INFO:teuthology.orchestra.run.smithi055.stdout:Total 410 kB/s | 127 kB 00:00 2024-05-06T01:50:02.581 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction check 2024-05-06T01:50:02.587 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction check succeeded. 2024-05-06T01:50:02.587 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction test 2024-05-06T01:50:02.654 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction test succeeded. 2024-05-06T01:50:02.654 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction 2024-05-06T01:50:02.699 INFO:teuthology.orchestra.run.smithi177.stdout:rbd-nbd-19.0.0-3516.ge08cbbf6.el9.x86_64.rpm 696 kB/s | 170 kB 00:00 2024-05-06T01:50:02.700 INFO:teuthology.orchestra.run.smithi177.stdout:-------------------------------------------------------------------------------- 2024-05-06T01:50:02.700 INFO:teuthology.orchestra.run.smithi177.stdout:Total 692 kB/s | 170 kB 00:00 2024-05-06T01:50:02.700 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction check 2024-05-06T01:50:02.708 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction check succeeded. 2024-05-06T01:50:02.708 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction test 2024-05-06T01:50:02.772 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction test succeeded. 2024-05-06T01:50:02.773 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction 2024-05-06T01:50:02.807 INFO:teuthology.orchestra.run.smithi055.stdout: Preparing : 1/1 2024-05-06T01:50:02.904 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : librados-devel-2:19.0.0-3516.ge08cbbf6.el9.x86_64 1/1 2024-05-06T01:50:02.920 INFO:teuthology.orchestra.run.smithi177.stdout: Preparing : 1/1 2024-05-06T01:50:03.012 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : rbd-nbd-2:19.0.0-3516.ge08cbbf6.el9.x86_64 1/1 2024-05-06T01:50:03.327 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: librados-devel-2:19.0.0-3516.ge08cbbf6.el9.x86_64 1/1 2024-05-06T01:50:03.387 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: rbd-nbd-2:19.0.0-3516.ge08cbbf6.el9.x86_64 1/1 2024-05-06T01:50:03.575 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : librados-devel-2:19.0.0-3516.ge08cbbf6.el9.x86_64 1/1 2024-05-06T01:50:03.575 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-05-06T01:50:03.575 INFO:teuthology.orchestra.run.smithi055.stdout:Installed: 2024-05-06T01:50:03.575 INFO:teuthology.orchestra.run.smithi055.stdout: librados-devel-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T01:50:03.575 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-05-06T01:50:03.575 INFO:teuthology.orchestra.run.smithi055.stdout:Complete! 2024-05-06T01:50:03.629 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : rbd-nbd-2:19.0.0-3516.ge08cbbf6.el9.x86_64 1/1 2024-05-06T01:50:03.629 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-05-06T01:50:03.630 INFO:teuthology.orchestra.run.smithi177.stdout:Installed: 2024-05-06T01:50:03.630 INFO:teuthology.orchestra.run.smithi177.stdout: rbd-nbd-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T01:50:03.630 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-05-06T01:50:03.630 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2024-05-06T01:50:03.834 DEBUG:teuthology.orchestra.run.smithi055:> sudo yum -y install libcephfs2 2024-05-06T01:50:03.869 DEBUG:teuthology.parallel:result is None 2024-05-06T01:50:04.373 INFO:teuthology.orchestra.run.smithi055.stdout:Last metadata expiration check: 0:01:57 ago on Mon 06 May 2024 01:48:07 AM UTC. 2024-05-06T01:50:04.455 INFO:teuthology.orchestra.run.smithi055.stdout:Package libcephfs2-2:19.0.0-3516.ge08cbbf6.el9.x86_64 is already installed. 2024-05-06T01:50:04.499 INFO:teuthology.orchestra.run.smithi055.stdout:Dependencies resolved. 2024-05-06T01:50:04.500 INFO:teuthology.orchestra.run.smithi055.stdout:Nothing to do. 2024-05-06T01:50:04.500 INFO:teuthology.orchestra.run.smithi055.stdout:Complete! 2024-05-06T01:50:04.567 DEBUG:teuthology.orchestra.run.smithi055:> sudo yum -y install libcephfs-devel 2024-05-06T01:50:05.119 INFO:teuthology.orchestra.run.smithi055.stdout:Last metadata expiration check: 0:01:58 ago on Mon 06 May 2024 01:48:07 AM UTC. 2024-05-06T01:50:05.244 INFO:teuthology.orchestra.run.smithi055.stdout:Dependencies resolved. 2024-05-06T01:50:05.245 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2024-05-06T01:50:05.245 INFO:teuthology.orchestra.run.smithi055.stdout: Package Arch Version Repo Size 2024-05-06T01:50:05.245 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2024-05-06T01:50:05.245 INFO:teuthology.orchestra.run.smithi055.stdout:Installing: 2024-05-06T01:50:05.245 INFO:teuthology.orchestra.run.smithi055.stdout: libcephfs-devel x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 32 k 2024-05-06T01:50:05.245 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-05-06T01:50:05.245 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction Summary 2024-05-06T01:50:05.245 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2024-05-06T01:50:05.246 INFO:teuthology.orchestra.run.smithi055.stdout:Install 1 Package 2024-05-06T01:50:05.246 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-05-06T01:50:05.246 INFO:teuthology.orchestra.run.smithi055.stdout:Total download size: 32 k 2024-05-06T01:50:05.246 INFO:teuthology.orchestra.run.smithi055.stdout:Installed size: 142 k 2024-05-06T01:50:05.246 INFO:teuthology.orchestra.run.smithi055.stdout:Downloading Packages: 2024-05-06T01:50:05.492 INFO:teuthology.orchestra.run.smithi055.stdout:libcephfs-devel-19.0.0-3516.ge08cbbf6.el9.x86_6 129 kB/s | 32 kB 00:00 2024-05-06T01:50:05.492 INFO:teuthology.orchestra.run.smithi055.stdout:-------------------------------------------------------------------------------- 2024-05-06T01:50:05.493 INFO:teuthology.orchestra.run.smithi055.stdout:Total 128 kB/s | 32 kB 00:00 2024-05-06T01:50:05.493 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction check 2024-05-06T01:50:05.497 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction check succeeded. 2024-05-06T01:50:05.497 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction test 2024-05-06T01:50:05.500 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction test succeeded. 2024-05-06T01:50:05.500 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction 2024-05-06T01:50:05.583 INFO:teuthology.orchestra.run.smithi055.stdout: Preparing : 1/1 2024-05-06T01:50:05.682 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : libcephfs-devel-2:19.0.0-3516.ge08cbbf6.el9.x86_64 1/1 2024-05-06T01:50:06.057 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-3516.ge08cbbf6.el9.x86_64 1/1 2024-05-06T01:50:06.282 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : libcephfs-devel-2:19.0.0-3516.ge08cbbf6.el9.x86_64 1/1 2024-05-06T01:50:06.282 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-05-06T01:50:06.282 INFO:teuthology.orchestra.run.smithi055.stdout:Installed: 2024-05-06T01:50:06.283 INFO:teuthology.orchestra.run.smithi055.stdout: libcephfs-devel-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T01:50:06.283 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-05-06T01:50:06.283 INFO:teuthology.orchestra.run.smithi055.stdout:Complete! 2024-05-06T01:50:06.460 DEBUG:teuthology.orchestra.run.smithi055:> sudo yum -y install librados2 2024-05-06T01:50:07.002 INFO:teuthology.orchestra.run.smithi055.stdout:Last metadata expiration check: 0:02:00 ago on Mon 06 May 2024 01:48:07 AM UTC. 2024-05-06T01:50:07.084 INFO:teuthology.orchestra.run.smithi055.stdout:Package librados2-2:19.0.0-3516.ge08cbbf6.el9.x86_64 is already installed. 2024-05-06T01:50:07.128 INFO:teuthology.orchestra.run.smithi055.stdout:Dependencies resolved. 2024-05-06T01:50:07.129 INFO:teuthology.orchestra.run.smithi055.stdout:Nothing to do. 2024-05-06T01:50:07.129 INFO:teuthology.orchestra.run.smithi055.stdout:Complete! 2024-05-06T01:50:07.195 DEBUG:teuthology.orchestra.run.smithi055:> sudo yum -y install librbd1 2024-05-06T01:50:07.731 INFO:teuthology.orchestra.run.smithi055.stdout:Last metadata expiration check: 0:02:00 ago on Mon 06 May 2024 01:48:07 AM UTC. 2024-05-06T01:50:07.813 INFO:teuthology.orchestra.run.smithi055.stdout:Package librbd1-2:19.0.0-3516.ge08cbbf6.el9.x86_64 is already installed. 2024-05-06T01:50:07.856 INFO:teuthology.orchestra.run.smithi055.stdout:Dependencies resolved. 2024-05-06T01:50:07.857 INFO:teuthology.orchestra.run.smithi055.stdout:Nothing to do. 2024-05-06T01:50:07.857 INFO:teuthology.orchestra.run.smithi055.stdout:Complete! 2024-05-06T01:50:07.916 DEBUG:teuthology.orchestra.run.smithi055:> sudo yum -y install python3-rados 2024-05-06T01:50:08.452 INFO:teuthology.orchestra.run.smithi055.stdout:Last metadata expiration check: 0:02:01 ago on Mon 06 May 2024 01:48:07 AM UTC. 2024-05-06T01:50:08.538 INFO:teuthology.orchestra.run.smithi055.stdout:Package python3-rados-2:19.0.0-3516.ge08cbbf6.el9.x86_64 is already installed. 2024-05-06T01:50:08.583 INFO:teuthology.orchestra.run.smithi055.stdout:Dependencies resolved. 2024-05-06T01:50:08.584 INFO:teuthology.orchestra.run.smithi055.stdout:Nothing to do. 2024-05-06T01:50:08.584 INFO:teuthology.orchestra.run.smithi055.stdout:Complete! 2024-05-06T01:50:08.649 DEBUG:teuthology.orchestra.run.smithi055:> sudo yum -y install python3-rgw 2024-05-06T01:50:09.186 INFO:teuthology.orchestra.run.smithi055.stdout:Last metadata expiration check: 0:02:02 ago on Mon 06 May 2024 01:48:07 AM UTC. 2024-05-06T01:50:09.273 INFO:teuthology.orchestra.run.smithi055.stdout:Package python3-rgw-2:19.0.0-3516.ge08cbbf6.el9.x86_64 is already installed. 2024-05-06T01:50:09.318 INFO:teuthology.orchestra.run.smithi055.stdout:Dependencies resolved. 2024-05-06T01:50:09.319 INFO:teuthology.orchestra.run.smithi055.stdout:Nothing to do. 2024-05-06T01:50:09.319 INFO:teuthology.orchestra.run.smithi055.stdout:Complete! 2024-05-06T01:50:09.383 DEBUG:teuthology.orchestra.run.smithi055:> sudo yum -y install python3-cephfs 2024-05-06T01:50:09.916 INFO:teuthology.orchestra.run.smithi055.stdout:Last metadata expiration check: 0:02:02 ago on Mon 06 May 2024 01:48:07 AM UTC. 2024-05-06T01:50:09.997 INFO:teuthology.orchestra.run.smithi055.stdout:Package python3-cephfs-2:19.0.0-3516.ge08cbbf6.el9.x86_64 is already installed. 2024-05-06T01:50:10.040 INFO:teuthology.orchestra.run.smithi055.stdout:Dependencies resolved. 2024-05-06T01:50:10.041 INFO:teuthology.orchestra.run.smithi055.stdout:Nothing to do. 2024-05-06T01:50:10.041 INFO:teuthology.orchestra.run.smithi055.stdout:Complete! 2024-05-06T01:50:10.107 DEBUG:teuthology.orchestra.run.smithi055:> sudo yum -y install python3-rbd 2024-05-06T01:50:10.643 INFO:teuthology.orchestra.run.smithi055.stdout:Last metadata expiration check: 0:02:03 ago on Mon 06 May 2024 01:48:07 AM UTC. 2024-05-06T01:50:10.729 INFO:teuthology.orchestra.run.smithi055.stdout:Package python3-rbd-2:19.0.0-3516.ge08cbbf6.el9.x86_64 is already installed. 2024-05-06T01:50:10.774 INFO:teuthology.orchestra.run.smithi055.stdout:Dependencies resolved. 2024-05-06T01:50:10.775 INFO:teuthology.orchestra.run.smithi055.stdout:Nothing to do. 2024-05-06T01:50:10.775 INFO:teuthology.orchestra.run.smithi055.stdout:Complete! 2024-05-06T01:50:10.837 DEBUG:teuthology.orchestra.run.smithi055:> sudo yum -y install rbd-fuse 2024-05-06T01:50:11.378 INFO:teuthology.orchestra.run.smithi055.stdout:Last metadata expiration check: 0:02:04 ago on Mon 06 May 2024 01:48:07 AM UTC. 2024-05-06T01:50:11.506 INFO:teuthology.orchestra.run.smithi055.stdout:Dependencies resolved. 2024-05-06T01:50:11.506 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2024-05-06T01:50:11.506 INFO:teuthology.orchestra.run.smithi055.stdout: Package Architecture Version Repository Size 2024-05-06T01:50:11.507 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2024-05-06T01:50:11.507 INFO:teuthology.orchestra.run.smithi055.stdout:Installing: 2024-05-06T01:50:11.507 INFO:teuthology.orchestra.run.smithi055.stdout: rbd-fuse x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 85 k 2024-05-06T01:50:11.507 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-05-06T01:50:11.507 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction Summary 2024-05-06T01:50:11.507 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2024-05-06T01:50:11.507 INFO:teuthology.orchestra.run.smithi055.stdout:Install 1 Package 2024-05-06T01:50:11.507 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-05-06T01:50:11.507 INFO:teuthology.orchestra.run.smithi055.stdout:Total download size: 85 k 2024-05-06T01:50:11.507 INFO:teuthology.orchestra.run.smithi055.stdout:Installed size: 231 k 2024-05-06T01:50:11.507 INFO:teuthology.orchestra.run.smithi055.stdout:Downloading Packages: 2024-05-06T01:50:11.831 INFO:teuthology.orchestra.run.smithi055.stdout:rbd-fuse-19.0.0-3516.ge08cbbf6.el9.x86_64.rpm 263 kB/s | 85 kB 00:00 2024-05-06T01:50:11.831 INFO:teuthology.orchestra.run.smithi055.stdout:-------------------------------------------------------------------------------- 2024-05-06T01:50:11.832 INFO:teuthology.orchestra.run.smithi055.stdout:Total 262 kB/s | 85 kB 00:00 2024-05-06T01:50:11.832 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction check 2024-05-06T01:50:11.840 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction check succeeded. 2024-05-06T01:50:11.840 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction test 2024-05-06T01:50:11.907 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction test succeeded. 2024-05-06T01:50:11.908 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction 2024-05-06T01:50:12.059 INFO:teuthology.orchestra.run.smithi055.stdout: Preparing : 1/1 2024-05-06T01:50:12.160 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : rbd-fuse-2:19.0.0-3516.ge08cbbf6.el9.x86_64 1/1 2024-05-06T01:50:12.499 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: rbd-fuse-2:19.0.0-3516.ge08cbbf6.el9.x86_64 1/1 2024-05-06T01:50:12.736 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : rbd-fuse-2:19.0.0-3516.ge08cbbf6.el9.x86_64 1/1 2024-05-06T01:50:12.737 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-05-06T01:50:12.737 INFO:teuthology.orchestra.run.smithi055.stdout:Installed: 2024-05-06T01:50:12.737 INFO:teuthology.orchestra.run.smithi055.stdout: rbd-fuse-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T01:50:12.737 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-05-06T01:50:12.737 INFO:teuthology.orchestra.run.smithi055.stdout:Complete! 2024-05-06T01:50:12.979 DEBUG:teuthology.orchestra.run.smithi055:> sudo yum -y install rbd-mirror 2024-05-06T01:50:13.531 INFO:teuthology.orchestra.run.smithi055.stdout:Last metadata expiration check: 0:02:06 ago on Mon 06 May 2024 01:48:07 AM UTC. 2024-05-06T01:50:13.662 INFO:teuthology.orchestra.run.smithi055.stdout:Dependencies resolved. 2024-05-06T01:50:13.663 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2024-05-06T01:50:13.663 INFO:teuthology.orchestra.run.smithi055.stdout: Package Arch Version Repo Size 2024-05-06T01:50:13.663 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2024-05-06T01:50:13.663 INFO:teuthology.orchestra.run.smithi055.stdout:Installing: 2024-05-06T01:50:13.663 INFO:teuthology.orchestra.run.smithi055.stdout: rbd-mirror x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 3.1 M 2024-05-06T01:50:13.664 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-05-06T01:50:13.664 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction Summary 2024-05-06T01:50:13.664 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2024-05-06T01:50:13.664 INFO:teuthology.orchestra.run.smithi055.stdout:Install 1 Package 2024-05-06T01:50:13.664 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-05-06T01:50:13.664 INFO:teuthology.orchestra.run.smithi055.stdout:Total download size: 3.1 M 2024-05-06T01:50:13.664 INFO:teuthology.orchestra.run.smithi055.stdout:Installed size: 13 M 2024-05-06T01:50:13.664 INFO:teuthology.orchestra.run.smithi055.stdout:Downloading Packages: 2024-05-06T01:50:14.324 INFO:teuthology.orchestra.run.smithi055.stdout:rbd-mirror-19.0.0-3516.ge08cbbf6.el9.x86_64.rpm 4.7 MB/s | 3.1 MB 00:00 2024-05-06T01:50:14.324 INFO:teuthology.orchestra.run.smithi055.stdout:-------------------------------------------------------------------------------- 2024-05-06T01:50:14.325 INFO:teuthology.orchestra.run.smithi055.stdout:Total 4.7 MB/s | 3.1 MB 00:00 2024-05-06T01:50:14.325 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction check 2024-05-06T01:50:14.334 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction check succeeded. 2024-05-06T01:50:14.335 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction test 2024-05-06T01:50:14.420 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction test succeeded. 2024-05-06T01:50:14.420 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction 2024-05-06T01:50:14.867 INFO:teuthology.orchestra.run.smithi055.stdout: Preparing : 1/1 2024-05-06T01:50:15.067 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : rbd-mirror-2:19.0.0-3516.ge08cbbf6.el9.x86_64 1/1 2024-05-06T01:50:15.094 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: rbd-mirror-2:19.0.0-3516.ge08cbbf6.el9.x86_64 1/1 2024-05-06T01:50:15.094 INFO:teuthology.orchestra.run.smithi055.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-06T01:50:15.094 INFO:teuthology.orchestra.run.smithi055.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-05-06T01:50:15.094 INFO:teuthology.orchestra.run.smithi055.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-05-06T01:50:15.094 INFO:teuthology.orchestra.run.smithi055.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-05-06T01:50:15.094 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-05-06T01:50:16.066 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : rbd-mirror-2:19.0.0-3516.ge08cbbf6.el9.x86_64 1/1 2024-05-06T01:50:16.066 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-05-06T01:50:16.066 INFO:teuthology.orchestra.run.smithi055.stdout:Installed: 2024-05-06T01:50:16.066 INFO:teuthology.orchestra.run.smithi055.stdout: rbd-mirror-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T01:50:16.066 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-05-06T01:50:16.066 INFO:teuthology.orchestra.run.smithi055.stdout:Complete! 2024-05-06T01:50:16.295 DEBUG:teuthology.orchestra.run.smithi055:> sudo yum -y install rbd-nbd 2024-05-06T01:50:16.842 INFO:teuthology.orchestra.run.smithi055.stdout:Last metadata expiration check: 0:02:09 ago on Mon 06 May 2024 01:48:07 AM UTC. 2024-05-06T01:50:16.968 INFO:teuthology.orchestra.run.smithi055.stdout:Dependencies resolved. 2024-05-06T01:50:16.969 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2024-05-06T01:50:16.969 INFO:teuthology.orchestra.run.smithi055.stdout: Package Architecture Version Repository Size 2024-05-06T01:50:16.969 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2024-05-06T01:50:16.969 INFO:teuthology.orchestra.run.smithi055.stdout:Installing: 2024-05-06T01:50:16.969 INFO:teuthology.orchestra.run.smithi055.stdout: rbd-nbd x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 170 k 2024-05-06T01:50:16.970 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-05-06T01:50:16.970 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction Summary 2024-05-06T01:50:16.970 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2024-05-06T01:50:16.970 INFO:teuthology.orchestra.run.smithi055.stdout:Install 1 Package 2024-05-06T01:50:16.970 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-05-06T01:50:16.970 INFO:teuthology.orchestra.run.smithi055.stdout:Total download size: 170 k 2024-05-06T01:50:16.970 INFO:teuthology.orchestra.run.smithi055.stdout:Installed size: 494 k 2024-05-06T01:50:16.970 INFO:teuthology.orchestra.run.smithi055.stdout:Downloading Packages: 2024-05-06T01:50:17.286 INFO:teuthology.orchestra.run.smithi055.stdout:rbd-nbd-19.0.0-3516.ge08cbbf6.el9.x86_64.rpm 540 kB/s | 170 kB 00:00 2024-05-06T01:50:17.287 INFO:teuthology.orchestra.run.smithi055.stdout:-------------------------------------------------------------------------------- 2024-05-06T01:50:17.287 INFO:teuthology.orchestra.run.smithi055.stdout:Total 538 kB/s | 170 kB 00:00 2024-05-06T01:50:17.287 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction check 2024-05-06T01:50:17.295 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction check succeeded. 2024-05-06T01:50:17.295 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction test 2024-05-06T01:50:17.362 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction test succeeded. 2024-05-06T01:50:17.363 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction 2024-05-06T01:50:17.517 INFO:teuthology.orchestra.run.smithi055.stdout: Preparing : 1/1 2024-05-06T01:50:17.618 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : rbd-nbd-2:19.0.0-3516.ge08cbbf6.el9.x86_64 1/1 2024-05-06T01:50:18.003 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: rbd-nbd-2:19.0.0-3516.ge08cbbf6.el9.x86_64 1/1 2024-05-06T01:50:18.280 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : rbd-nbd-2:19.0.0-3516.ge08cbbf6.el9.x86_64 1/1 2024-05-06T01:50:18.280 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-05-06T01:50:18.280 INFO:teuthology.orchestra.run.smithi055.stdout:Installed: 2024-05-06T01:50:18.280 INFO:teuthology.orchestra.run.smithi055.stdout: rbd-nbd-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T01:50:18.280 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-05-06T01:50:18.280 INFO:teuthology.orchestra.run.smithi055.stdout:Complete! 2024-05-06T01:50:18.506 DEBUG:teuthology.parallel:result is None 2024-05-06T01:50:18.507 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=e08cbbf6fd79a8dd2949f340bce25e28ea3db004 2024-05-06T01:50:18.730 DEBUG:teuthology.orchestra.run.smithi055:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-05-06T01:50:18.752 INFO:teuthology.orchestra.run.smithi055.stdout:19.0.0-3516.ge08cbbf6.el9 2024-05-06T01:50:18.752 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3516.ge08cbbf6.el9 2024-05-06T01:50:18.752 INFO:teuthology.task.install:The correct ceph version 19.0.0-3516.ge08cbbf6 is installed. 2024-05-06T01:50:18.754 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=e08cbbf6fd79a8dd2949f340bce25e28ea3db004 2024-05-06T01:50:18.969 DEBUG:teuthology.orchestra.run.smithi177:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-05-06T01:50:18.994 INFO:teuthology.orchestra.run.smithi177.stdout:19.0.0-3516.ge08cbbf6.el9 2024-05-06T01:50:18.994 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3516.ge08cbbf6.el9 2024-05-06T01:50:18.994 INFO:teuthology.task.install:The correct ceph version 19.0.0-3516.ge08cbbf6 is installed. 2024-05-06T01:50:18.996 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-05-06T01:50:18.996 DEBUG:teuthology.orchestra.run.smithi055:> set -ex 2024-05-06T01:50:18.997 DEBUG:teuthology.orchestra.run.smithi055:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-05-06T01:50:19.023 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2024-05-06T01:50:19.023 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-05-06T01:50:19.062 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-05-06T01:50:19.062 DEBUG:teuthology.orchestra.run.smithi055:> set -ex 2024-05-06T01:50:19.062 DEBUG:teuthology.orchestra.run.smithi055:> sudo dd of=/usr/bin/daemon-helper 2024-05-06T01:50:19.087 DEBUG:teuthology.orchestra.run.smithi055:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-05-06T01:50:19.153 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2024-05-06T01:50:19.154 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd of=/usr/bin/daemon-helper 2024-05-06T01:50:19.180 DEBUG:teuthology.orchestra.run.smithi177:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-05-06T01:50:19.246 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-05-06T01:50:19.247 DEBUG:teuthology.orchestra.run.smithi055:> set -ex 2024-05-06T01:50:19.247 DEBUG:teuthology.orchestra.run.smithi055:> sudo dd of=/usr/bin/adjust-ulimits 2024-05-06T01:50:19.271 DEBUG:teuthology.orchestra.run.smithi055:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-05-06T01:50:19.336 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2024-05-06T01:50:19.336 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd of=/usr/bin/adjust-ulimits 2024-05-06T01:50:19.361 DEBUG:teuthology.orchestra.run.smithi177:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-05-06T01:50:19.425 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-05-06T01:50:19.426 DEBUG:teuthology.orchestra.run.smithi055:> set -ex 2024-05-06T01:50:19.426 DEBUG:teuthology.orchestra.run.smithi055:> sudo dd of=/usr/bin/stdin-killer 2024-05-06T01:50:19.450 DEBUG:teuthology.orchestra.run.smithi055:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-05-06T01:50:19.514 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2024-05-06T01:50:19.514 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd of=/usr/bin/stdin-killer 2024-05-06T01:50:19.538 DEBUG:teuthology.orchestra.run.smithi177:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-05-06T01:50:19.602 INFO:teuthology.run_tasks:Running task cephadm... 2024-05-06T01:50:19.715 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\\)'], 'log-only-match': ['CEPHADM_'], 'sha1': 'e08cbbf6fd79a8dd2949f340bce25e28ea3db004'} 2024-05-06T01:50:19.715 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 2024-05-06T01:50:19.716 INFO:tasks.cephadm:Cluster fsid is fe81839c-0b4a-11ef-bc97-c7b262605968 2024-05-06T01:50:19.716 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-05-06T01:50:19.716 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.55', 'mon.b': '172.21.15.177'} 2024-05-06T01:50:19.716 INFO:tasks.cephadm:First mon is mon.a on smithi055 2024-05-06T01:50:19.716 INFO:tasks.cephadm:First mgr is a 2024-05-06T01:50:19.716 INFO:tasks.cephadm:Normalizing hostnames... 2024-05-06T01:50:19.716 DEBUG:teuthology.orchestra.run.smithi055:> sudo hostname $(hostname -s) 2024-05-06T01:50:19.742 DEBUG:teuthology.orchestra.run.smithi177:> sudo hostname $(hostname -s) 2024-05-06T01:50:19.767 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-05-06T01:50:19.767 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=e08cbbf6fd79a8dd2949f340bce25e28ea3db004 2024-05-06T01:50:19.904 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': 'e08cbbf6fd79a8dd2949f340bce25e28ea3db004', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic/79093/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-3516-ge08cbbf6', 'node_name': '172.21.5.40+adami10', 'job_name': 'ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic', 'package_manager_version': '19.0.0-3516.ge08cbbf6'}, 'url': 'https://4.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-05-03 22:47:18.853964', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-yuriw-testing-20240503.181540-main', 'chacra_url': 'https://4.chacra.ceph.com/repos/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/centos/9/flavors/default/', 'archs': ['source', 'x86_64'], 'distro': 'centos'}] 2024-05-06T01:50:20.052 INFO:tasks.util.chacra:got chacra host 4.chacra.ceph.com, ref wip-yuriw-testing-20240503.181540-main, sha1 e08cbbf6fd79a8dd2949f340bce25e28ea3db004 from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=e08cbbf6fd79a8dd2949f340bce25e28ea3db004 2024-05-06T01:50:20.054 INFO:tasks.cephadm:Discovered cachra url: https://4.chacra.ceph.com/binaries/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/centos/9/x86_64/flavors/default/cephadm 2024-05-06T01:50:20.054 DEBUG:teuthology.orchestra.run.smithi055:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-06T01:50:20.872 INFO:teuthology.orchestra.run.smithi055.stdout:-rw-r--r--. 1 ubuntu ubuntu 782498 May 6 01:50 /home/ubuntu/cephtest/cephadm 2024-05-06T01:50:20.873 DEBUG:teuthology.orchestra.run.smithi177:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-06T01:50:21.558 INFO:teuthology.orchestra.run.smithi177.stdout:-rw-r--r--. 1 ubuntu ubuntu 782498 May 6 01:50 /home/ubuntu/cephtest/cephadm 2024-05-06T01:50:21.558 DEBUG:teuthology.orchestra.run.smithi055:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-06T01:50:21.578 DEBUG:teuthology.orchestra.run.smithi177:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-06T01:50:21.603 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 on all hosts... 2024-05-06T01:50:21.604 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 pull 2024-05-06T01:50:21.622 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 pull 2024-05-06T01:50:23.200 INFO:teuthology.orchestra.run.smithi055.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004... 2024-05-06T01:50:23.239 INFO:teuthology.orchestra.run.smithi177.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004... 2024-05-06T01:51:16.536 INFO:teuthology.orchestra.run.smithi055.stdout:{ 2024-05-06T01:51:16.536 INFO:teuthology.orchestra.run.smithi055.stdout: "ceph_version": "ceph version 19.0.0-3516-ge08cbbf6 (e08cbbf6fd79a8dd2949f340bce25e28ea3db004) squid (dev)", 2024-05-06T01:51:16.536 INFO:teuthology.orchestra.run.smithi055.stdout: "image_id": "9f32bee02a8590592410ec0c77c02d76af1e98ec0f409b9b383ddc49778de711", 2024-05-06T01:51:16.536 INFO:teuthology.orchestra.run.smithi055.stdout: "repo_digests": [ 2024-05-06T01:51:16.536 INFO:teuthology.orchestra.run.smithi055.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a" 2024-05-06T01:51:16.537 INFO:teuthology.orchestra.run.smithi055.stdout: ] 2024-05-06T01:51:16.537 INFO:teuthology.orchestra.run.smithi055.stdout:} 2024-05-06T01:51:19.379 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-05-06T01:51:19.379 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph_version": "ceph version 19.0.0-3516-ge08cbbf6 (e08cbbf6fd79a8dd2949f340bce25e28ea3db004) squid (dev)", 2024-05-06T01:51:19.379 INFO:teuthology.orchestra.run.smithi177.stdout: "image_id": "9f32bee02a8590592410ec0c77c02d76af1e98ec0f409b9b383ddc49778de711", 2024-05-06T01:51:19.379 INFO:teuthology.orchestra.run.smithi177.stdout: "repo_digests": [ 2024-05-06T01:51:19.379 INFO:teuthology.orchestra.run.smithi177.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a" 2024-05-06T01:51:19.379 INFO:teuthology.orchestra.run.smithi177.stdout: ] 2024-05-06T01:51:19.379 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-05-06T01:51:19.402 DEBUG:teuthology.orchestra.run.smithi055:> sudo mkdir -p /etc/ceph 2024-05-06T01:51:19.436 DEBUG:teuthology.orchestra.run.smithi177:> sudo mkdir -p /etc/ceph 2024-05-06T01:51:19.461 DEBUG:teuthology.orchestra.run.smithi055:> sudo chmod 777 /etc/ceph 2024-05-06T01:51:19.504 DEBUG:teuthology.orchestra.run.smithi177:> sudo chmod 777 /etc/ceph 2024-05-06T01:51:19.527 INFO:tasks.cephadm:Writing seed config... 2024-05-06T01:51:19.528 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2024-05-06T01:51:19.529 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-05-06T01:51:19.529 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-05-06T01:51:19.529 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = True 2024-05-06T01:51:19.529 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-05-06T01:51:19.529 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-05-06T01:51:19.529 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-05-06T01:51:19.529 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-05-06T01:51:19.529 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-05-06T01:51:19.530 DEBUG:teuthology.orchestra.run.smithi055:> set -ex 2024-05-06T01:51:19.530 DEBUG:teuthology.orchestra.run.smithi055:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-05-06T01:51:19.561 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 = fe81839c-0b4a-11ef-bc97-c7b262605968 mon election default strategy = 3 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 mgr/cephadm/use_agent = True [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-05-06T01:51:19.561 DEBUG:teuthology.orchestra.run.smithi055:mon.a> sudo journalctl -f -n 0 -u ceph-fe81839c-0b4a-11ef-bc97-c7b262605968@mon.a.service 2024-05-06T01:51:19.604 DEBUG:teuthology.orchestra.run.smithi055:mgr.a> sudo journalctl -f -n 0 -u ceph-fe81839c-0b4a-11ef-bc97-c7b262605968@mgr.a.service 2024-05-06T01:51:19.647 INFO:tasks.cephadm:Bootstrapping... 2024-05-06T01:51:19.647 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 -v bootstrap --fsid fe81839c-0b4a-11ef-bc97-c7b262605968 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-id a --mgr-id a --orphan-initial-daemons --skip-monitoring-stack --mon-ip 172.21.15.55 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-05-06T01:51:19.845 INFO:teuthology.orchestra.run.smithi055.stdout:-------------------------------------------------------------------------------- 2024-05-06T01:51:19.845 INFO:teuthology.orchestra.run.smithi055.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004', '-v', 'bootstrap', '--fsid', 'fe81839c-0b4a-11ef-bc97-c7b262605968', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-id', 'a', '--mgr-id', 'a', '--orphan-initial-daemons', '--skip-monitoring-stack', '--mon-ip', '172.21.15.55', '--skip-admin-label'] 2024-05-06T01:51:19.845 INFO:teuthology.orchestra.run.smithi055.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-05-06T01:51:19.845 INFO:teuthology.orchestra.run.smithi055.stdout:Verifying podman|docker is present... 2024-05-06T01:51:19.872 INFO:teuthology.orchestra.run.smithi055.stdout:/bin/podman: stdout 4.9.4-dev 2024-05-06T01:51:19.872 INFO:teuthology.orchestra.run.smithi055.stdout:Verifying lvm2 is present... 2024-05-06T01:51:19.872 INFO:teuthology.orchestra.run.smithi055.stdout:Verifying time synchronization is in place... 2024-05-06T01:51:19.880 INFO:teuthology.orchestra.run.smithi055.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-05-06T01:51:19.880 INFO:teuthology.orchestra.run.smithi055.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-05-06T01:51:19.886 INFO:teuthology.orchestra.run.smithi055.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-05-06T01:51:19.886 INFO:teuthology.orchestra.run.smithi055.stdout:systemctl: stdout inactive 2024-05-06T01:51:19.892 INFO:teuthology.orchestra.run.smithi055.stdout:systemctl: stdout enabled 2024-05-06T01:51:19.898 INFO:teuthology.orchestra.run.smithi055.stdout:systemctl: stdout active 2024-05-06T01:51:19.898 INFO:teuthology.orchestra.run.smithi055.stdout:Unit chronyd.service is enabled and running 2024-05-06T01:51:19.899 INFO:teuthology.orchestra.run.smithi055.stdout:Repeating the final host check... 2024-05-06T01:51:19.931 INFO:teuthology.orchestra.run.smithi055.stdout:/bin/podman: stdout 4.9.4-dev 2024-05-06T01:51:19.931 INFO:teuthology.orchestra.run.smithi055.stdout:podman (/bin/podman) version 4.9.4 is present 2024-05-06T01:51:19.931 INFO:teuthology.orchestra.run.smithi055.stdout:systemctl is present 2024-05-06T01:51:19.931 INFO:teuthology.orchestra.run.smithi055.stdout:lvcreate is present 2024-05-06T01:51:19.937 INFO:teuthology.orchestra.run.smithi055.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-05-06T01:51:19.937 INFO:teuthology.orchestra.run.smithi055.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-05-06T01:51:19.943 INFO:teuthology.orchestra.run.smithi055.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-05-06T01:51:19.943 INFO:teuthology.orchestra.run.smithi055.stdout:systemctl: stdout inactive 2024-05-06T01:51:19.950 INFO:teuthology.orchestra.run.smithi055.stdout:systemctl: stdout enabled 2024-05-06T01:51:19.956 INFO:teuthology.orchestra.run.smithi055.stdout:systemctl: stdout active 2024-05-06T01:51:19.956 INFO:teuthology.orchestra.run.smithi055.stdout:Unit chronyd.service is enabled and running 2024-05-06T01:51:19.956 INFO:teuthology.orchestra.run.smithi055.stdout:Host looks OK 2024-05-06T01:51:19.956 INFO:teuthology.orchestra.run.smithi055.stdout:Cluster fsid: fe81839c-0b4a-11ef-bc97-c7b262605968 2024-05-06T01:51:19.956 INFO:teuthology.orchestra.run.smithi055.stdout:Acquiring lock 140240696762320 on /run/cephadm/fe81839c-0b4a-11ef-bc97-c7b262605968.lock 2024-05-06T01:51:19.956 INFO:teuthology.orchestra.run.smithi055.stdout:Lock 140240696762320 acquired on /run/cephadm/fe81839c-0b4a-11ef-bc97-c7b262605968.lock 2024-05-06T01:51:19.957 INFO:teuthology.orchestra.run.smithi055.stdout:Verifying IP 172.21.15.55 port 3300 ... 2024-05-06T01:51:19.957 INFO:teuthology.orchestra.run.smithi055.stdout:Verifying IP 172.21.15.55 port 6789 ... 2024-05-06T01:51:19.957 INFO:teuthology.orchestra.run.smithi055.stdout:Base mon IP(s) is [172.21.15.55:3300, 172.21.15.55:6789], mon addrv is [v2:172.21.15.55:3300,v1:172.21.15.55:6789] 2024-05-06T01:51:19.960 INFO:teuthology.orchestra.run.smithi055.stdout:/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.55 metric 100 2024-05-06T01:51:19.960 INFO:teuthology.orchestra.run.smithi055.stdout:/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.55 metric 100 2024-05-06T01:51:19.962 INFO:teuthology.orchestra.run.smithi055.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-05-06T01:51:19.962 INFO:teuthology.orchestra.run.smithi055.stdout:/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 1024 pref medium 2024-05-06T01:51:19.963 INFO:teuthology.orchestra.run.smithi055.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 100 pref medium 2024-05-06T01:51:19.965 INFO:teuthology.orchestra.run.smithi055.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-05-06T01:51:19.965 INFO:teuthology.orchestra.run.smithi055.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2024-05-06T01:51:19.965 INFO:teuthology.orchestra.run.smithi055.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-05-06T01:51:19.965 INFO:teuthology.orchestra.run.smithi055.stdout:/sbin/ip: stdout 4: ens1f0: mtu 1500 state UP qlen 1000 2024-05-06T01:51:19.965 INFO:teuthology.orchestra.run.smithi055.stdout:/sbin/ip: stdout inet6 fe80::ae1f:6bff:fef8:2606/64 scope link noprefixroute 2024-05-06T01:51:19.965 INFO:teuthology.orchestra.run.smithi055.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-05-06T01:51:19.966 INFO:teuthology.orchestra.run.smithi055.stdout:Mon IP `172.21.15.55` is in CIDR network `172.21.0.0/20` 2024-05-06T01:51:19.966 INFO:teuthology.orchestra.run.smithi055.stdout:Mon IP `172.21.15.55` is in CIDR network `172.21.0.0/20` 2024-05-06T01:51:19.966 INFO:teuthology.orchestra.run.smithi055.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-05-06T01:51:19.966 INFO:teuthology.orchestra.run.smithi055.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-05-06T01:51:19.967 INFO:teuthology.orchestra.run.smithi055.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004... 2024-05-06T01:51:20.387 INFO:teuthology.orchestra.run.smithi055.stdout:/bin/podman: stdout 9f32bee02a8590592410ec0c77c02d76af1e98ec0f409b9b383ddc49778de711 2024-05-06T01:51:20.387 INFO:teuthology.orchestra.run.smithi055.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004... 2024-05-06T01:51:20.388 INFO:teuthology.orchestra.run.smithi055.stdout:/bin/podman: stderr Getting image source signatures 2024-05-06T01:51:20.388 INFO:teuthology.orchestra.run.smithi055.stdout:/bin/podman: stderr Copying blob sha256:3d12caba4f05bf0984fa8edf0a0d4cd2b253e5a3b5034bc4fb974c634aa90da6 2024-05-06T01:51:20.388 INFO:teuthology.orchestra.run.smithi055.stdout:/bin/podman: stderr Copying blob sha256:e2f2fd2adca92139da4b4b907fa90a6775d3eb4eddaa977c42ef37c66eea70bd 2024-05-06T01:51:20.388 INFO:teuthology.orchestra.run.smithi055.stdout:/bin/podman: stderr Copying config sha256:9f32bee02a8590592410ec0c77c02d76af1e98ec0f409b9b383ddc49778de711 2024-05-06T01:51:20.388 INFO:teuthology.orchestra.run.smithi055.stdout:/bin/podman: stderr Writing manifest to image destination 2024-05-06T01:51:21.425 INFO:teuthology.orchestra.run.smithi055.stdout:ceph: stdout ceph version 19.0.0-3516-ge08cbbf6 (e08cbbf6fd79a8dd2949f340bce25e28ea3db004) squid (dev) 2024-05-06T01:51:21.425 INFO:teuthology.orchestra.run.smithi055.stdout:Ceph version: ceph version 19.0.0-3516-ge08cbbf6 (e08cbbf6fd79a8dd2949f340bce25e28ea3db004) squid (dev) 2024-05-06T01:51:21.425 INFO:teuthology.orchestra.run.smithi055.stdout:Extracting ceph user uid/gid from container image... 2024-05-06T01:51:22.398 INFO:teuthology.orchestra.run.smithi055.stdout:stat: stdout 167 167 2024-05-06T01:51:22.398 INFO:teuthology.orchestra.run.smithi055.stdout:Creating initial keys... 2024-05-06T01:51:23.344 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph-authtool: stdout AQCaNzhmIf8JLRAASoZxzY3kWpmX2qtTO6s6Jg== 2024-05-06T01:51:24.559 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph-authtool: stdout AQCbNzhmJ2NOKhAAAjqpug47ogHgRn3Cjk50Mg== 2024-05-06T01:51:25.438 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph-authtool: stdout AQCcNzhm6H2LNhAA4tT5KwAeC8LovpiGqqSKqA== 2024-05-06T01:51:25.439 INFO:teuthology.orchestra.run.smithi055.stdout:Creating initial monmap... 2024-05-06T01:51:26.444 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-05-06T01:51:26.444 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-05-06T01:51:26.444 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to fe81839c-0b4a-11ef-bc97-c7b262605968 2024-05-06T01:51:26.445 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-05-06T01:51:26.445 INFO:teuthology.orchestra.run.smithi055.stdout:monmaptool for a [v2:172.21.15.55:3300,v1:172.21.15.55:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-05-06T01:51:26.445 INFO:teuthology.orchestra.run.smithi055.stdout:setting min_mon_release = quincy 2024-05-06T01:51:26.445 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/monmaptool: set fsid to fe81839c-0b4a-11ef-bc97-c7b262605968 2024-05-06T01:51:26.445 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-05-06T01:51:26.445 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-05-06T01:51:26.445 INFO:teuthology.orchestra.run.smithi055.stdout:Creating mon... 2024-05-06T01:51:27.391 INFO:teuthology.orchestra.run.smithi055.stdout:create mon.a on 2024-05-06T01:51:27.599 INFO:teuthology.orchestra.run.smithi055.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph.target". 2024-05-06T01:51:27.748 INFO:teuthology.orchestra.run.smithi055.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-05-06T01:51:27.920 INFO:teuthology.orchestra.run.smithi055.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-fe81839c-0b4a-11ef-bc97-c7b262605968.target → /etc/systemd/system/ceph-fe81839c-0b4a-11ef-bc97-c7b262605968.target. 2024-05-06T01:51:27.920 INFO:teuthology.orchestra.run.smithi055.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-fe81839c-0b4a-11ef-bc97-c7b262605968.target → /etc/systemd/system/ceph-fe81839c-0b4a-11ef-bc97-c7b262605968.target. 2024-05-06T01:51:28.148 INFO:teuthology.orchestra.run.smithi055.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-fe81839c-0b4a-11ef-bc97-c7b262605968@mon.a 2024-05-06T01:51:28.148 INFO:teuthology.orchestra.run.smithi055.stdout:systemctl: stderr Failed to reset failed state of unit ceph-fe81839c-0b4a-11ef-bc97-c7b262605968@mon.a.service: Unit ceph-fe81839c-0b4a-11ef-bc97-c7b262605968@mon.a.service not loaded. 2024-05-06T01:51:28.315 INFO:teuthology.orchestra.run.smithi055.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-fe81839c-0b4a-11ef-bc97-c7b262605968.target.wants/ceph-fe81839c-0b4a-11ef-bc97-c7b262605968@mon.a.service → /etc/systemd/system/ceph-fe81839c-0b4a-11ef-bc97-c7b262605968@.service. 2024-05-06T01:51:28.890 INFO:teuthology.orchestra.run.smithi055.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-05-06T01:51:28.890 INFO:teuthology.orchestra.run.smithi055.stdout:systemctl: stdout disabled 2024-05-06T01:51:28.897 INFO:teuthology.orchestra.run.smithi055.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-05-06T01:51:28.897 INFO:teuthology.orchestra.run.smithi055.stdout:systemctl: stdout inactive 2024-05-06T01:51:28.897 INFO:teuthology.orchestra.run.smithi055.stdout:firewalld.service is not enabled 2024-05-06T01:51:28.897 INFO:teuthology.orchestra.run.smithi055.stdout:Not possible to enable service . firewalld.service is not available 2024-05-06T01:51:28.897 INFO:teuthology.orchestra.run.smithi055.stdout:Waiting for mon to start... 2024-05-06T01:51:28.898 INFO:teuthology.orchestra.run.smithi055.stdout:Waiting for mon... 2024-05-06T01:51:30.032 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:29 smithi055 ceph-mon[28313]: from='client.? 172.21.15.55:0/1173409259' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-05-06T01:51:30.036 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout cluster: 2024-05-06T01:51:30.036 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout id: fe81839c-0b4a-11ef-bc97-c7b262605968 2024-05-06T01:51:30.036 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-05-06T01:51:30.037 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout 2024-05-06T01:51:30.037 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout services: 2024-05-06T01:51:30.037 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.6092s) 2024-05-06T01:51:30.037 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-05-06T01:51:30.037 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-05-06T01:51:30.037 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout 2024-05-06T01:51:30.037 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout data: 2024-05-06T01:51:30.037 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-05-06T01:51:30.037 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-05-06T01:51:30.037 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-05-06T01:51:30.037 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout pgs: 2024-05-06T01:51:30.037 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout 2024-05-06T01:51:30.037 INFO:teuthology.orchestra.run.smithi055.stdout:mon is available 2024-05-06T01:51:30.037 INFO:teuthology.orchestra.run.smithi055.stdout:Assimilating anything we can from ceph.conf... 2024-05-06T01:51:31.163 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:30 smithi055 ceph-mon[28313]: from='client.? 172.21.15.55:0/3621119997' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-05-06T01:51:31.163 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:30 smithi055 ceph-mon[28313]: from='client.? 172.21.15.55:0/3621119997' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-05-06T01:51:31.167 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout 2024-05-06T01:51:31.168 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout [global] 2024-05-06T01:51:31.168 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout fsid = fe81839c-0b4a-11ef-bc97-c7b262605968 2024-05-06T01:51:31.168 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-05-06T01:51:31.168 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.55:3300,v1:172.21.15.55:6789] 2024-05-06T01:51:31.168 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-05-06T01:51:31.168 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-05-06T01:51:31.168 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-05-06T01:51:31.168 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-05-06T01:51:31.168 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout 2024-05-06T01:51:31.168 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout [mgr] 2024-05-06T01:51:31.168 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = True 2024-05-06T01:51:31.168 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-05-06T01:51:31.168 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout 2024-05-06T01:51:31.168 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout [osd] 2024-05-06T01:51:31.168 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-05-06T01:51:31.169 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-05-06T01:51:31.169 INFO:teuthology.orchestra.run.smithi055.stdout:Generating new minimal ceph.conf... 2024-05-06T01:51:32.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:31 smithi055 ceph-mon[28313]: from='client.? 172.21.15.55:0/3675965053' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T01:51:32.273 INFO:teuthology.orchestra.run.smithi055.stdout:Restarting the monitor... 2024-05-06T01:51:32.551 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:32 smithi055 systemd[1]: Stopping Ceph mon.a for fe81839c-0b4a-11ef-bc97-c7b262605968... 2024-05-06T01:51:32.849 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:32 smithi055 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mon-a[28290]: 2024-05-06T01:51:32.553+0000 7f837eb71700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-05-06T01:51:32.849 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:32 smithi055 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mon-a[28290]: 2024-05-06T01:51:32.553+0000 7f837eb71700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-05-06T01:51:32.849 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:32 smithi055 podman[28645]: 2024-05-06 01:51:32.677036337 +0000 UTC m=+0.225494575 container died 9b8c67354cb94e62ad076b79f5dbb45e5e404f21a4a833fe15bf8d776fe78049 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004, name=ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mon-a, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, org.label-schema.build-date=20240430, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, io.buildah.version=1.33.5) 2024-05-06T01:51:33.349 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:33 smithi055 podman[28645]: 2024-05-06 01:51:33.025507591 +0000 UTC m=+0.573965869 container cleanup 9b8c67354cb94e62ad076b79f5dbb45e5e404f21a4a833fe15bf8d776fe78049 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004, name=ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mon-a, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, io.buildah.version=1.33.5, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, org.label-schema.build-date=20240430, GIT_BRANCH=HEAD, GIT_CLEAN=True, ceph=True) 2024-05-06T01:51:33.349 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:33 smithi055 bash[28645]: ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mon-a 2024-05-06T01:51:33.807 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:33 smithi055 podman[28665]: 2024-05-06 01:51:33.451289326 +0000 UTC m=+0.769954458 container remove 9b8c67354cb94e62ad076b79f5dbb45e5e404f21a4a833fe15bf8d776fe78049 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004, name=ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mon-a, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, org.label-schema.build-date=20240430, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, ceph=True, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD) 2024-05-06T01:51:33.807 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:33 smithi055 systemd[1]: ceph-fe81839c-0b4a-11ef-bc97-c7b262605968@mon.a.service: Deactivated successfully. 2024-05-06T01:51:33.807 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:33 smithi055 systemd[1]: Stopped Ceph mon.a for fe81839c-0b4a-11ef-bc97-c7b262605968. 2024-05-06T01:51:33.807 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:33 smithi055 systemd[1]: Starting Ceph mon.a for fe81839c-0b4a-11ef-bc97-c7b262605968... 2024-05-06T01:51:34.092 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:33 smithi055 podman[28764]: 2024-05-06 01:51:33.810563493 +0000 UTC m=+0.100633698 container create 6757d3a74b851cbd08388bb07b2831fe71119bb06649c9743b84baee39180ab4 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004, name=ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mon-a, CEPH_POINT_RELEASE=, io.buildah.version=1.33.5, org.label-schema.build-date=20240430, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2, ceph=True, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-05-06T01:51:34.093 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:33 smithi055 podman[28764]: 2024-05-06 01:51:33.728362107 +0000 UTC m=+0.018432281 image pull 9f32bee02a8590592410ec0c77c02d76af1e98ec0f409b9b383ddc49778de711 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 2024-05-06T01:51:34.093 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 podman[28764]: 2024-05-06 01:51:34.012615152 +0000 UTC m=+0.302685315 container init 6757d3a74b851cbd08388bb07b2831fe71119bb06649c9743b84baee39180ab4 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004, name=ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mon-a, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, org.label-schema.build-date=20240430, org.label-schema.schema-version=1.0, GIT_CLEAN=True, maintainer=Guillaume Abrioux , ceph=True, io.buildah.version=1.33.5, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=) 2024-05-06T01:51:34.093 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 podman[28764]: 2024-05-06 01:51:34.018503999 +0000 UTC m=+0.308574162 container start 6757d3a74b851cbd08388bb07b2831fe71119bb06649c9743b84baee39180ab4 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004, name=ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mon-a, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.build-date=20240430, ceph=True, org.label-schema.schema-version=1.0, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, io.buildah.version=1.33.5, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.vendor=CentOS) 2024-05-06T01:51:34.093 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: set uid:gid to 167:167 (ceph:ceph) 2024-05-06T01:51:34.093 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: ceph version 19.0.0-3516-ge08cbbf6 (e08cbbf6fd79a8dd2949f340bce25e28ea3db004) squid (dev), process ceph-mon, pid 7 2024-05-06T01:51:34.093 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: pidfile_write: ignore empty --pid-file 2024-05-06T01:51:34.093 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: load: jerasure load: lrc 2024-05-06T01:51:34.093 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: RocksDB version: 7.9.2 2024-05-06T01:51:34.093 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Git sha 0 2024-05-06T01:51:34.093 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Compile date 2024-05-03 20:59:59 2024-05-06T01:51:34.093 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: DB SUMMARY 2024-05-06T01:51:34.093 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: DB Session ID: QI8LW5240GEWFCWU2ONK 2024-05-06T01:51:34.094 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: CURRENT file: CURRENT 2024-05-06T01:51:34.094 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: IDENTITY file: IDENTITY 2024-05-06T01:51:34.094 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-05-06T01:51:34.094 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-05-06T01:51:34.094 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 88555 ; 2024-05-06T01:51:34.094 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.error_if_exists: 0 2024-05-06T01:51:34.094 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.create_if_missing: 0 2024-05-06T01:51:34.094 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.paranoid_checks: 1 2024-05-06T01:51:34.094 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.flush_verify_memtable_count: 1 2024-05-06T01:51:34.094 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-05-06T01:51:34.094 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-05-06T01:51:34.094 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.env: 0x56501805ecc0 2024-05-06T01:51:34.094 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.fs: PosixFileSystem 2024-05-06T01:51:34.094 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.info_log: 0x56501a3c7da0 2024-05-06T01:51:34.095 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.max_file_opening_threads: 16 2024-05-06T01:51:34.095 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.statistics: (nil) 2024-05-06T01:51:34.095 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.use_fsync: 0 2024-05-06T01:51:34.095 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.max_log_file_size: 0 2024-05-06T01:51:34.095 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-05-06T01:51:34.095 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.log_file_time_to_roll: 0 2024-05-06T01:51:34.095 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.keep_log_file_num: 1000 2024-05-06T01:51:34.095 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.recycle_log_file_num: 0 2024-05-06T01:51:34.095 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.allow_fallocate: 1 2024-05-06T01:51:34.095 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.allow_mmap_reads: 0 2024-05-06T01:51:34.095 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.allow_mmap_writes: 0 2024-05-06T01:51:34.095 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.use_direct_reads: 0 2024-05-06T01:51:34.095 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-05-06T01:51:34.095 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.create_missing_column_families: 0 2024-05-06T01:51:34.095 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.db_log_dir: 2024-05-06T01:51:34.096 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.wal_dir: 2024-05-06T01:51:34.096 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.table_cache_numshardbits: 6 2024-05-06T01:51:34.096 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.WAL_ttl_seconds: 0 2024-05-06T01:51:34.096 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.WAL_size_limit_MB: 0 2024-05-06T01:51:34.096 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-05-06T01:51:34.096 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-05-06T01:51:34.096 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.is_fd_close_on_exec: 1 2024-05-06T01:51:34.096 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.advise_random_on_open: 1 2024-05-06T01:51:34.096 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.db_write_buffer_size: 0 2024-05-06T01:51:34.096 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.write_buffer_manager: 0x56501a3990e0 2024-05-06T01:51:34.096 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-05-06T01:51:34.096 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-05-06T01:51:34.096 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.use_adaptive_mutex: 0 2024-05-06T01:51:34.096 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.rate_limiter: (nil) 2024-05-06T01:51:34.096 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-05-06T01:51:34.098 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.wal_recovery_mode: 2 2024-05-06T01:51:34.098 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.enable_thread_tracking: 0 2024-05-06T01:51:34.098 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.enable_pipelined_write: 0 2024-05-06T01:51:34.098 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.unordered_write: 0 2024-05-06T01:51:34.098 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-05-06T01:51:34.098 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-05-06T01:51:34.098 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-05-06T01:51:34.098 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-05-06T01:51:34.098 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.row_cache: None 2024-05-06T01:51:34.098 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.wal_filter: None 2024-05-06T01:51:34.098 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-05-06T01:51:34.098 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.allow_ingest_behind: 0 2024-05-06T01:51:34.098 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.two_write_queues: 0 2024-05-06T01:51:34.099 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.manual_wal_flush: 0 2024-05-06T01:51:34.099 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.wal_compression: 0 2024-05-06T01:51:34.099 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.atomic_flush: 0 2024-05-06T01:51:34.099 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-05-06T01:51:34.099 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.persist_stats_to_disk: 0 2024-05-06T01:51:34.099 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.write_dbid_to_manifest: 0 2024-05-06T01:51:34.099 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.log_readahead_size: 0 2024-05-06T01:51:34.099 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-05-06T01:51:34.099 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.best_efforts_recovery: 0 2024-05-06T01:51:34.099 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-05-06T01:51:34.099 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-05-06T01:51:34.099 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.allow_data_in_errors: 0 2024-05-06T01:51:34.099 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.db_host_id: __hostname__ 2024-05-06T01:51:34.099 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.enforce_single_del_contracts: true 2024-05-06T01:51:34.099 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.max_background_jobs: 2 2024-05-06T01:51:34.100 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.max_background_compactions: -1 2024-05-06T01:51:34.100 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.max_subcompactions: 1 2024-05-06T01:51:34.100 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-05-06T01:51:34.100 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-05-06T01:51:34.100 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.delayed_write_rate : 16777216 2024-05-06T01:51:34.100 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.max_total_wal_size: 0 2024-05-06T01:51:34.100 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-05-06T01:51:34.100 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.stats_dump_period_sec: 600 2024-05-06T01:51:34.100 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.stats_persist_period_sec: 600 2024-05-06T01:51:34.100 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-05-06T01:51:34.100 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.max_open_files: -1 2024-05-06T01:51:34.100 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.bytes_per_sync: 0 2024-05-06T01:51:34.100 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.wal_bytes_per_sync: 0 2024-05-06T01:51:34.100 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.strict_bytes_per_sync: 0 2024-05-06T01:51:34.100 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.compaction_readahead_size: 0 2024-05-06T01:51:34.100 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.max_background_flushes: -1 2024-05-06T01:51:34.101 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Compression algorithms supported: 2024-05-06T01:51:34.101 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-05-06T01:51:34.101 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: kZSTD supported: 0 2024-05-06T01:51:34.101 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: kXpressCompression supported: 0 2024-05-06T01:51:34.101 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: kLZ4HCCompression supported: 1 2024-05-06T01:51:34.101 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: kZlibCompression supported: 1 2024-05-06T01:51:34.101 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: kSnappyCompression supported: 1 2024-05-06T01:51:34.102 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: kLZ4Compression supported: 1 2024-05-06T01:51:34.102 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: kBZip2Compression supported: 0 2024-05-06T01:51:34.102 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Fast CRC32 supported: Supported on x86 2024-05-06T01:51:34.102 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: DMutex implementation: pthread_mutex_t 2024-05-06T01:51:34.102 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-05-06T01:51:34.102 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-05-06T01:51:34.102 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-05-06T01:51:34.102 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.merge_operator: 2024-05-06T01:51:34.102 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.compaction_filter: None 2024-05-06T01:51:34.102 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.compaction_filter_factory: None 2024-05-06T01:51:34.102 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.sst_partitioner_factory: None 2024-05-06T01:51:34.102 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.memtable_factory: SkipListFactory 2024-05-06T01:51:34.102 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.table_factory: BlockBasedTable 2024-05-06T01:51:34.102 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x56501a3c7f60) 2024-05-06T01:51:34.103 INFO:journalctl@ceph.mon.a.smithi055.stdout: cache_index_and_filter_blocks: 1 2024-05-06T01:51:34.103 INFO:journalctl@ceph.mon.a.smithi055.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-05-06T01:51:34.103 INFO:journalctl@ceph.mon.a.smithi055.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-05-06T01:51:34.103 INFO:journalctl@ceph.mon.a.smithi055.stdout: pin_top_level_index_and_filter: 1 2024-05-06T01:51:34.103 INFO:journalctl@ceph.mon.a.smithi055.stdout: index_type: 0 2024-05-06T01:51:34.103 INFO:journalctl@ceph.mon.a.smithi055.stdout: data_block_index_type: 0 2024-05-06T01:51:34.103 INFO:journalctl@ceph.mon.a.smithi055.stdout: index_shortening: 1 2024-05-06T01:51:34.103 INFO:journalctl@ceph.mon.a.smithi055.stdout: data_block_hash_table_util_ratio: 0.750000 2024-05-06T01:51:34.103 INFO:journalctl@ceph.mon.a.smithi055.stdout: checksum: 4 2024-05-06T01:51:34.103 INFO:journalctl@ceph.mon.a.smithi055.stdout: no_block_cache: 0 2024-05-06T01:51:34.103 INFO:journalctl@ceph.mon.a.smithi055.stdout: block_cache: 0x56501a3cb1f0 2024-05-06T01:51:34.103 INFO:journalctl@ceph.mon.a.smithi055.stdout: block_cache_name: BinnedLRUCache 2024-05-06T01:51:34.103 INFO:journalctl@ceph.mon.a.smithi055.stdout: block_cache_options: 2024-05-06T01:51:34.103 INFO:journalctl@ceph.mon.a.smithi055.stdout: capacity : 536870912 2024-05-06T01:51:34.103 INFO:journalctl@ceph.mon.a.smithi055.stdout: num_shard_bits : 4 2024-05-06T01:51:34.103 INFO:journalctl@ceph.mon.a.smithi055.stdout: strict_capacity_limit : 0 2024-05-06T01:51:34.104 INFO:journalctl@ceph.mon.a.smithi055.stdout: high_pri_pool_ratio: 0.000 2024-05-06T01:51:34.104 INFO:journalctl@ceph.mon.a.smithi055.stdout: block_cache_compressed: (nil) 2024-05-06T01:51:34.104 INFO:journalctl@ceph.mon.a.smithi055.stdout: persistent_cache: (nil) 2024-05-06T01:51:34.104 INFO:journalctl@ceph.mon.a.smithi055.stdout: block_size: 4096 2024-05-06T01:51:34.104 INFO:journalctl@ceph.mon.a.smithi055.stdout: block_size_deviation: 10 2024-05-06T01:51:34.104 INFO:journalctl@ceph.mon.a.smithi055.stdout: block_restart_interval: 16 2024-05-06T01:51:34.104 INFO:journalctl@ceph.mon.a.smithi055.stdout: index_block_restart_interval: 1 2024-05-06T01:51:34.104 INFO:journalctl@ceph.mon.a.smithi055.stdout: metadata_block_size: 4096 2024-05-06T01:51:34.104 INFO:journalctl@ceph.mon.a.smithi055.stdout: partition_filters: 0 2024-05-06T01:51:34.104 INFO:journalctl@ceph.mon.a.smithi055.stdout: use_delta_encoding: 1 2024-05-06T01:51:34.104 INFO:journalctl@ceph.mon.a.smithi055.stdout: filter_policy: bloomfilter 2024-05-06T01:51:34.104 INFO:journalctl@ceph.mon.a.smithi055.stdout: whole_key_filtering: 1 2024-05-06T01:51:34.104 INFO:journalctl@ceph.mon.a.smithi055.stdout: verify_compression: 0 2024-05-06T01:51:34.105 INFO:journalctl@ceph.mon.a.smithi055.stdout: read_amp_bytes_per_bit: 0 2024-05-06T01:51:34.105 INFO:journalctl@ceph.mon.a.smithi055.stdout: format_version: 5 2024-05-06T01:51:34.105 INFO:journalctl@ceph.mon.a.smithi055.stdout: enable_index_compression: 1 2024-05-06T01:51:34.105 INFO:journalctl@ceph.mon.a.smithi055.stdout: block_align: 0 2024-05-06T01:51:34.105 INFO:journalctl@ceph.mon.a.smithi055.stdout: max_auto_readahead_size: 262144 2024-05-06T01:51:34.105 INFO:journalctl@ceph.mon.a.smithi055.stdout: prepopulate_block_cache: 0 2024-05-06T01:51:34.105 INFO:journalctl@ceph.mon.a.smithi055.stdout: initial_auto_readahead_size: 8192 2024-05-06T01:51:34.105 INFO:journalctl@ceph.mon.a.smithi055.stdout: num_file_reads_for_auto_readahead: 2 2024-05-06T01:51:34.105 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.write_buffer_size: 33554432 2024-05-06T01:51:34.105 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.max_write_buffer_number: 2 2024-05-06T01:51:34.105 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.compression: NoCompression 2024-05-06T01:51:34.105 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.bottommost_compression: Disabled 2024-05-06T01:51:34.105 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.prefix_extractor: nullptr 2024-05-06T01:51:34.105 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-05-06T01:51:34.105 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.num_levels: 7 2024-05-06T01:51:34.105 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-05-06T01:51:34.106 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-05-06T01:51:34.106 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-05-06T01:51:34.106 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-05-06T01:51:34.106 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-05-06T01:51:34.106 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-05-06T01:51:34.106 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-05-06T01:51:34.106 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-05-06T01:51:34.106 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-05-06T01:51:34.106 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-05-06T01:51:34.106 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-05-06T01:51:34.106 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-05-06T01:51:34.106 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.compression_opts.window_bits: -14 2024-05-06T01:51:34.106 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.compression_opts.level: 32767 2024-05-06T01:51:34.106 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.compression_opts.strategy: 0 2024-05-06T01:51:34.107 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-05-06T01:51:34.107 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-05-06T01:51:34.107 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-05-06T01:51:34.107 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-05-06T01:51:34.107 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.compression_opts.enabled: false 2024-05-06T01:51:34.107 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-05-06T01:51:34.107 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-05-06T01:51:34.107 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-05-06T01:51:34.107 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-05-06T01:51:34.107 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.target_file_size_base: 67108864 2024-05-06T01:51:34.107 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.target_file_size_multiplier: 1 2024-05-06T01:51:34.107 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-05-06T01:51:34.107 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-05-06T01:51:34.107 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-05-06T01:51:34.107 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-05-06T01:51:34.108 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-05-06T01:51:34.108 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-05-06T01:51:34.108 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-05-06T01:51:34.108 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-05-06T01:51:34.108 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-05-06T01:51:34.108 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-05-06T01:51:34.108 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-05-06T01:51:34.108 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-05-06T01:51:34.108 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-05-06T01:51:34.108 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.arena_block_size: 1048576 2024-05-06T01:51:34.108 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-05-06T01:51:34.108 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-05-06T01:51:34.108 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.disable_auto_compactions: 0 2024-05-06T01:51:34.108 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-05-06T01:51:34.109 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-05-06T01:51:34.109 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-05-06T01:51:34.109 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-05-06T01:51:34.109 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-05-06T01:51:34.109 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-05-06T01:51:34.109 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-05-06T01:51:34.109 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-05-06T01:51:34.109 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-05-06T01:51:34.109 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-05-06T01:51:34.109 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-05-06T01:51:34.109 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.inplace_update_support: 0 2024-05-06T01:51:34.109 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.inplace_update_num_locks: 10000 2024-05-06T01:51:34.109 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-05-06T01:51:34.109 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-05-06T01:51:34.109 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.memtable_huge_page_size: 0 2024-05-06T01:51:34.110 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.bloom_locality: 0 2024-05-06T01:51:34.110 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.max_successive_merges: 0 2024-05-06T01:51:34.110 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.optimize_filters_for_hits: 0 2024-05-06T01:51:34.110 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.paranoid_file_checks: 0 2024-05-06T01:51:34.110 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.force_consistency_checks: 1 2024-05-06T01:51:34.110 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.report_bg_io_stats: 0 2024-05-06T01:51:34.110 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.ttl: 2592000 2024-05-06T01:51:34.110 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.periodic_compaction_seconds: 0 2024-05-06T01:51:34.110 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-05-06T01:51:34.110 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-05-06T01:51:34.110 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.enable_blob_files: false 2024-05-06T01:51:34.110 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.min_blob_size: 0 2024-05-06T01:51:34.110 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.blob_file_size: 268435456 2024-05-06T01:51:34.111 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.blob_compression_type: NoCompression 2024-05-06T01:51:34.111 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.enable_blob_garbage_collection: false 2024-05-06T01:51:34.111 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-05-06T01:51:34.111 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-05-06T01:51:34.111 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-05-06T01:51:34.111 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.blob_file_starting_level: 0 2024-05-06T01:51:34.111 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-05-06T01:51:34.111 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 succeeded,manifest_file_number is 10, next_file_number is 12, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 5 2024-05-06T01:51:34.111 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-05-06T01:51:34.111 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 43d57679-7d31-4cb0-821f-1b8111971a33 2024-05-06T01:51:34.112 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: EVENT_LOG_v1 {"time_micros": 1714960294047794, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-05-06T01:51:34.112 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-05-06T01:51:34.112 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: EVENT_LOG_v1 {"time_micros": 1714960294048895, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85294, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 256, "table_properties": {"data_size": 83441, "index_size": 237, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 581, "raw_key_size": 10064, "raw_average_key_size": 46, "raw_value_size": 77653, "raw_average_value_size": 361, "num_data_blocks": 11, "num_entries": 215, "num_filter_entries": 215, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1714960294, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "43d57679-7d31-4cb0-821f-1b8111971a33", "db_session_id": "QI8LW5240GEWFCWU2ONK", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-05-06T01:51:34.112 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: EVENT_LOG_v1 {"time_micros": 1714960294048997, "job": 1, "event": "recovery_finished"} 2024-05-06T01:51:34.112 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-05-06T01:51:34.112 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-a/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-05-06T01:51:34.112 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x56501a4e8000 2024-05-06T01:51:34.112 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: DB pointer 0x56501a4d4000 2024-05-06T01:51:34.112 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-05-06T01:51:34.112 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-05-06T01:51:34.112 INFO:journalctl@ceph.mon.a.smithi055.stdout: ** DB Stats ** 2024-05-06T01:51:34.112 INFO:journalctl@ceph.mon.a.smithi055.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-05-06T01:51:34.112 INFO:journalctl@ceph.mon.a.smithi055.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-05-06T01:51:34.112 INFO:journalctl@ceph.mon.a.smithi055.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-06T01:51:34.113 INFO:journalctl@ceph.mon.a.smithi055.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-06T01:51:34.113 INFO:journalctl@ceph.mon.a.smithi055.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-05-06T01:51:34.113 INFO:journalctl@ceph.mon.a.smithi055.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-06T01:51:34.113 INFO:journalctl@ceph.mon.a.smithi055.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-06T01:51:34.113 INFO:journalctl@ceph.mon.a.smithi055.stdout: 2024-05-06T01:51:34.113 INFO:journalctl@ceph.mon.a.smithi055.stdout: ** Compaction Stats [default] ** 2024-05-06T01:51:34.113 INFO:journalctl@ceph.mon.a.smithi055.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-05-06T01:51:34.113 INFO:journalctl@ceph.mon.a.smithi055.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-05-06T01:51:34.113 INFO:journalctl@ceph.mon.a.smithi055.stdout: L0 2/0 85.16 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 110.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-06T01:51:34.113 INFO:journalctl@ceph.mon.a.smithi055.stdout: Sum 2/0 85.16 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 110.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-06T01:51:34.113 INFO:journalctl@ceph.mon.a.smithi055.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 110.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-06T01:51:34.113 INFO:journalctl@ceph.mon.a.smithi055.stdout: 2024-05-06T01:51:34.113 INFO:journalctl@ceph.mon.a.smithi055.stdout: ** Compaction Stats [default] ** 2024-05-06T01:51:34.113 INFO:journalctl@ceph.mon.a.smithi055.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-05-06T01:51:34.114 INFO:journalctl@ceph.mon.a.smithi055.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-05-06T01:51:34.114 INFO:journalctl@ceph.mon.a.smithi055.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 110.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-06T01:51:34.114 INFO:journalctl@ceph.mon.a.smithi055.stdout: 2024-05-06T01:51:34.114 INFO:journalctl@ceph.mon.a.smithi055.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-05-06T01:51:34.114 INFO:journalctl@ceph.mon.a.smithi055.stdout: 2024-05-06T01:51:34.114 INFO:journalctl@ceph.mon.a.smithi055.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-05-06T01:51:34.114 INFO:journalctl@ceph.mon.a.smithi055.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-05-06T01:51:34.114 INFO:journalctl@ceph.mon.a.smithi055.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-05-06T01:51:34.114 INFO:journalctl@ceph.mon.a.smithi055.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-05-06T01:51:34.114 INFO:journalctl@ceph.mon.a.smithi055.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-05-06T01:51:34.114 INFO:journalctl@ceph.mon.a.smithi055.stdout: AddFile(Keys): cumulative 0, interval 0 2024-05-06T01:51:34.114 INFO:journalctl@ceph.mon.a.smithi055.stdout: Cumulative compaction: 0.00 GB write, 23.70 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-06T01:51:34.114 INFO:journalctl@ceph.mon.a.smithi055.stdout: Interval compaction: 0.00 GB write, 23.70 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-06T01:51:34.115 INFO:journalctl@ceph.mon.a.smithi055.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-05-06T01:51:34.115 INFO:journalctl@ceph.mon.a.smithi055.stdout: Block cache BinnedLRUCache@0x56501a3cb1f0#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-05-06T01:51:34.115 INFO:journalctl@ceph.mon.a.smithi055.stdout: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.42 KB,8.04663e-05%) Misc(1,0.00 KB,0%) 2024-05-06T01:51:34.115 INFO:journalctl@ceph.mon.a.smithi055.stdout: 2024-05-06T01:51:34.115 INFO:journalctl@ceph.mon.a.smithi055.stdout: ** File Read Latency Histogram By Level [default] ** 2024-05-06T01:51:34.115 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: starting mon.a rank 0 at public addrs [v2:172.21.15.55:3300/0,v1:172.21.15.55:6789/0] at bind addrs [v2:172.21.15.55:3300/0,v1:172.21.15.55:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid fe81839c-0b4a-11ef-bc97-c7b262605968 2024-05-06T01:51:34.115 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: mon.a@-1(???) e1 preinit fsid fe81839c-0b4a-11ef-bc97-c7b262605968 2024-05-06T01:51:34.115 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: mon.a@-1(???).mds e1 new map 2024-05-06T01:51:34.115 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: mon.a@-1(???).mds e1 print_map 2024-05-06T01:51:34.115 INFO:journalctl@ceph.mon.a.smithi055.stdout: e1 2024-05-06T01:51:34.115 INFO:journalctl@ceph.mon.a.smithi055.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-05-06T01:51:34.115 INFO:journalctl@ceph.mon.a.smithi055.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2024-05-06T01:51:34.115 INFO:journalctl@ceph.mon.a.smithi055.stdout: legacy client fscid: -1 2024-05-06T01:51:34.115 INFO:journalctl@ceph.mon.a.smithi055.stdout: 2024-05-06T01:51:34.115 INFO:journalctl@ceph.mon.a.smithi055.stdout: No filesystems configured 2024-05-06T01:51:34.116 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-05-06T01:51:34.116 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-05-06T01:51:34.116 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-05-06T01:51:34.116 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-05-06T01:51:34.116 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-05-06T01:51:34.116 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 bash[28764]: 6757d3a74b851cbd08388bb07b2831fe71119bb06649c9743b84baee39180ab4 2024-05-06T01:51:34.116 INFO:teuthology.orchestra.run.smithi055.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-05-06T01:51:34.349 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 systemd[1]: Started Ceph mon.a for fe81839c-0b4a-11ef-bc97-c7b262605968. 2024-05-06T01:51:34.349 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: mon.a is new leader, mons a in quorum (ranks 0) 2024-05-06T01:51:34.349 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: monmap epoch 1 2024-05-06T01:51:34.349 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: fsid fe81839c-0b4a-11ef-bc97-c7b262605968 2024-05-06T01:51:34.349 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: last_changed 2024-05-06T01:51:25.844394+0000 2024-05-06T01:51:34.349 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: created 2024-05-06T01:51:25.844394+0000 2024-05-06T01:51:34.350 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: min_mon_release 19 (squid) 2024-05-06T01:51:34.350 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: election_strategy: 1 2024-05-06T01:51:34.350 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: 0: [v2:172.21.15.55:3300/0,v1:172.21.15.55:6789/0] mon.a 2024-05-06T01:51:34.350 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: fsmap 2024-05-06T01:51:34.350 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: osdmap e1: 0 total, 0 up, 0 in 2024-05-06T01:51:34.350 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:34 smithi055 ceph-mon[28802]: mgrmap e1: no daemons active 2024-05-06T01:51:37.349 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:37 smithi055 ceph-mon[28802]: from='client.? 172.21.15.55:0/3749664106' entity='client.admin' 2024-05-06T01:51:42.473 INFO:teuthology.orchestra.run.smithi055.stdout:Wrote config to /etc/ceph/ceph.conf 2024-05-06T01:51:42.774 INFO:teuthology.orchestra.run.smithi055.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-05-06T01:51:42.774 INFO:teuthology.orchestra.run.smithi055.stdout:Creating mgr... 2024-05-06T01:51:42.775 INFO:teuthology.orchestra.run.smithi055.stdout:Verifying port 0.0.0.0:9283 ... 2024-05-06T01:51:42.775 INFO:teuthology.orchestra.run.smithi055.stdout:Verifying port 0.0.0.0:8765 ... 2024-05-06T01:51:43.762 INFO:teuthology.orchestra.run.smithi055.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-fe81839c-0b4a-11ef-bc97-c7b262605968@mgr.a 2024-05-06T01:51:43.762 INFO:teuthology.orchestra.run.smithi055.stdout:systemctl: stderr Failed to reset failed state of unit ceph-fe81839c-0b4a-11ef-bc97-c7b262605968@mgr.a.service: Unit ceph-fe81839c-0b4a-11ef-bc97-c7b262605968@mgr.a.service not loaded. 2024-05-06T01:51:44.057 INFO:teuthology.orchestra.run.smithi055.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-fe81839c-0b4a-11ef-bc97-c7b262605968.target.wants/ceph-fe81839c-0b4a-11ef-bc97-c7b262605968@mgr.a.service → /etc/systemd/system/ceph-fe81839c-0b4a-11ef-bc97-c7b262605968@.service. 2024-05-06T01:51:44.349 INFO:journalctl@ceph.mgr.a.smithi055.stdout:May 06 01:51:44 smithi055 podman[29046]: 2024-05-06 01:51:44.202412792 +0000 UTC m=+0.018266647 image pull 9f32bee02a8590592410ec0c77c02d76af1e98ec0f409b9b383ddc49778de711 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 2024-05-06T01:51:45.599 INFO:journalctl@ceph.mgr.a.smithi055.stdout:May 06 01:51:45 smithi055 podman[29046]: 2024-05-06 01:51:45.243151429 +0000 UTC m=+1.059005264 container create 79d59fb427303f91d092c1da18712b76ab140fa33268fc34c9f6dd2f2c14be86 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004, name=ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-a, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240430, CEPH_POINT_RELEASE=, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, io.buildah.version=1.33.5, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, GIT_BRANCH=HEAD) 2024-05-06T01:51:45.983 INFO:teuthology.orchestra.run.smithi055.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-05-06T01:51:45.983 INFO:teuthology.orchestra.run.smithi055.stdout:systemctl: stdout disabled 2024-05-06T01:51:45.990 INFO:teuthology.orchestra.run.smithi055.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-05-06T01:51:45.991 INFO:teuthology.orchestra.run.smithi055.stdout:systemctl: stdout inactive 2024-05-06T01:51:45.991 INFO:teuthology.orchestra.run.smithi055.stdout:firewalld.service is not enabled 2024-05-06T01:51:45.991 INFO:teuthology.orchestra.run.smithi055.stdout:Not possible to enable service . firewalld.service is not available 2024-05-06T01:51:45.999 INFO:teuthology.orchestra.run.smithi055.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-05-06T01:51:45.999 INFO:teuthology.orchestra.run.smithi055.stdout:systemctl: stdout disabled 2024-05-06T01:51:46.006 INFO:teuthology.orchestra.run.smithi055.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-05-06T01:51:46.007 INFO:teuthology.orchestra.run.smithi055.stdout:systemctl: stdout inactive 2024-05-06T01:51:46.007 INFO:teuthology.orchestra.run.smithi055.stdout:firewalld.service is not enabled 2024-05-06T01:51:46.007 INFO:teuthology.orchestra.run.smithi055.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-05-06T01:51:46.007 INFO:teuthology.orchestra.run.smithi055.stdout:Waiting for mgr to start... 2024-05-06T01:51:46.007 INFO:teuthology.orchestra.run.smithi055.stdout:Waiting for mgr... 2024-05-06T01:51:46.133 INFO:journalctl@ceph.mgr.a.smithi055.stdout:May 06 01:51:45 smithi055 podman[29046]: 2024-05-06 01:51:45.880102965 +0000 UTC m=+1.695956801 container init 79d59fb427303f91d092c1da18712b76ab140fa33268fc34c9f6dd2f2c14be86 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004, name=ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-a, ceph=True, GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, org.label-schema.build-date=20240430) 2024-05-06T01:51:46.133 INFO:journalctl@ceph.mgr.a.smithi055.stdout:May 06 01:51:45 smithi055 podman[29046]: 2024-05-06 01:51:45.886982297 +0000 UTC m=+1.702836132 container start 79d59fb427303f91d092c1da18712b76ab140fa33268fc34c9f6dd2f2c14be86 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004, name=ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-a, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5, org.label-schema.build-date=20240430, maintainer=Guillaume Abrioux , GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, ceph=True, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf) 2024-05-06T01:51:46.133 INFO:journalctl@ceph.mgr.a.smithi055.stdout:May 06 01:51:45 smithi055 bash[29046]: 79d59fb427303f91d092c1da18712b76ab140fa33268fc34c9f6dd2f2c14be86 2024-05-06T01:51:46.133 INFO:journalctl@ceph.mgr.a.smithi055.stdout:May 06 01:51:45 smithi055 systemd[1]: Started Ceph mgr.a for fe81839c-0b4a-11ef-bc97-c7b262605968. 2024-05-06T01:51:46.133 INFO:journalctl@ceph.mgr.a.smithi055.stdout:May 06 01:51:46 smithi055 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-a[29062]: 2024-05-06T01:51:46.051+0000 7f842f90d200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-05-06T01:51:46.521 INFO:journalctl@ceph.mgr.a.smithi055.stdout:May 06 01:51:46 smithi055 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-a[29062]: 2024-05-06T01:51:46.247+0000 7f842f90d200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-05-06T01:51:46.521 INFO:journalctl@ceph.mgr.a.smithi055.stdout:May 06 01:51:46 smithi055 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-a[29062]: 2024-05-06T01:51:46.361+0000 7f842f90d200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-05-06T01:51:46.780 INFO:journalctl@ceph.mgr.a.smithi055.stdout:May 06 01:51:46 smithi055 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-a[29062]: 2024-05-06T01:51:46.714+0000 7f842f90d200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-05-06T01:51:47.099 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:46 smithi055 ceph-mon[28802]: from='client.? 172.21.15.55:0/1698385796' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-06T01:51:47.099 INFO:journalctl@ceph.mgr.a.smithi055.stdout:May 06 01:51:46 smithi055 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-a[29062]: 2024-05-06T01:51:46.808+0000 7f842f90d200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-05-06T01:51:47.405 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout 2024-05-06T01:51:47.406 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout { 2024-05-06T01:51:47.406 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "fsid": "fe81839c-0b4a-11ef-bc97-c7b262605968", 2024-05-06T01:51:47.406 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "health": { 2024-05-06T01:51:47.406 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-05-06T01:51:47.406 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-05-06T01:51:47.406 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-05-06T01:51:47.406 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout }, 2024-05-06T01:51:47.406 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-05-06T01:51:47.406 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-05-06T01:51:47.406 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout 0 2024-05-06T01:51:47.407 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout ], 2024-05-06T01:51:47.407 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-05-06T01:51:47.407 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "a" 2024-05-06T01:51:47.407 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout ], 2024-05-06T01:51:47.407 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "quorum_age": 12, 2024-05-06T01:51:47.407 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "monmap": { 2024-05-06T01:51:47.407 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-06T01:51:47.407 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-05-06T01:51:47.407 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-05-06T01:51:47.407 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout }, 2024-05-06T01:51:47.407 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-05-06T01:51:47.407 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-06T01:51:47.407 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-05-06T01:51:47.407 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-05-06T01:51:47.408 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-05-06T01:51:47.408 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-05-06T01:51:47.408 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-05-06T01:51:47.408 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-05-06T01:51:47.411 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout }, 2024-05-06T01:51:47.411 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-05-06T01:51:47.412 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-05-06T01:51:47.412 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-05-06T01:51:47.412 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-05-06T01:51:47.412 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-05-06T01:51:47.412 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-05-06T01:51:47.412 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-05-06T01:51:47.412 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-05-06T01:51:47.412 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-05-06T01:51:47.412 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout }, 2024-05-06T01:51:47.412 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-05-06T01:51:47.412 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-06T01:51:47.413 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-05-06T01:51:47.413 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-05-06T01:51:47.413 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout }, 2024-05-06T01:51:47.413 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-05-06T01:51:47.413 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "available": false, 2024-05-06T01:51:47.413 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-05-06T01:51:47.413 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "modules": [ 2024-05-06T01:51:47.413 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "iostat", 2024-05-06T01:51:47.413 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "nfs", 2024-05-06T01:51:47.413 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "restful" 2024-05-06T01:51:47.413 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout ], 2024-05-06T01:51:47.413 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-06T01:51:47.413 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout }, 2024-05-06T01:51:47.413 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-05-06T01:51:47.414 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-06T01:51:47.414 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "modified": "2024-05-06T01:51:28.843783+0000", 2024-05-06T01:51:47.414 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-06T01:51:47.414 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout }, 2024-05-06T01:51:47.414 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-05-06T01:51:47.414 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout } 2024-05-06T01:51:47.414 INFO:teuthology.orchestra.run.smithi055.stdout:mgr not available, waiting (1/15)... 2024-05-06T01:51:48.349 INFO:journalctl@ceph.mgr.a.smithi055.stdout:May 06 01:51:48 smithi055 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-a[29062]: 2024-05-06T01:51:48.085+0000 7f842f90d200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-05-06T01:51:48.349 INFO:journalctl@ceph.mgr.a.smithi055.stdout:May 06 01:51:48 smithi055 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-a[29062]: 2024-05-06T01:51:48.260+0000 7f842f90d200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-05-06T01:51:48.732 INFO:journalctl@ceph.mgr.a.smithi055.stdout:May 06 01:51:48 smithi055 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-a[29062]: 2024-05-06T01:51:48.437+0000 7f842f90d200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-05-06T01:51:48.732 INFO:journalctl@ceph.mgr.a.smithi055.stdout:May 06 01:51:48 smithi055 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-a[29062]: 2024-05-06T01:51:48.735+0000 7f842f90d200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-05-06T01:51:49.037 INFO:journalctl@ceph.mgr.a.smithi055.stdout:May 06 01:51:48 smithi055 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-a[29062]: 2024-05-06T01:51:48.830+0000 7f842f90d200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-05-06T01:51:49.038 INFO:journalctl@ceph.mgr.a.smithi055.stdout:May 06 01:51:49 smithi055 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-a[29062]: 2024-05-06T01:51:49.040+0000 7f842f90d200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-05-06T01:51:49.349 INFO:journalctl@ceph.mgr.a.smithi055.stdout:May 06 01:51:49 smithi055 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-a[29062]: 2024-05-06T01:51:49.239+0000 7f842f90d200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-05-06T01:51:50.099 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:49 smithi055 ceph-mon[28802]: from='client.? 172.21.15.55:0/2033393609' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-06T01:51:50.099 INFO:journalctl@ceph.mgr.a.smithi055.stdout:May 06 01:51:49 smithi055 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-a[29062]: 2024-05-06T01:51:49.881+0000 7f842f90d200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-05-06T01:51:50.430 INFO:journalctl@ceph.mgr.a.smithi055.stdout:May 06 01:51:50 smithi055 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-a[29062]: 2024-05-06T01:51:50.117+0000 7f842f90d200 -1 mgr[py] Module smb has missing NOTIFY_TYPES member 2024-05-06T01:51:50.435 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout 2024-05-06T01:51:50.436 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout { 2024-05-06T01:51:50.436 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "fsid": "fe81839c-0b4a-11ef-bc97-c7b262605968", 2024-05-06T01:51:50.436 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "health": { 2024-05-06T01:51:50.436 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-05-06T01:51:50.436 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-05-06T01:51:50.436 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-05-06T01:51:50.436 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout }, 2024-05-06T01:51:50.436 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-05-06T01:51:50.436 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-05-06T01:51:50.436 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout 0 2024-05-06T01:51:50.436 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout ], 2024-05-06T01:51:50.436 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-05-06T01:51:50.436 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "a" 2024-05-06T01:51:50.436 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout ], 2024-05-06T01:51:50.437 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "quorum_age": 15, 2024-05-06T01:51:50.437 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "monmap": { 2024-05-06T01:51:50.437 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-06T01:51:50.437 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-05-06T01:51:50.437 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-05-06T01:51:50.437 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout }, 2024-05-06T01:51:50.437 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-05-06T01:51:50.437 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-06T01:51:50.437 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-05-06T01:51:50.437 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-05-06T01:51:50.437 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-05-06T01:51:50.437 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-05-06T01:51:50.437 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-05-06T01:51:50.437 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-05-06T01:51:50.441 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout }, 2024-05-06T01:51:50.441 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-05-06T01:51:50.441 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-05-06T01:51:50.441 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-05-06T01:51:50.441 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-05-06T01:51:50.441 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-05-06T01:51:50.441 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-05-06T01:51:50.441 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-05-06T01:51:50.441 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-05-06T01:51:50.442 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-05-06T01:51:50.442 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout }, 2024-05-06T01:51:50.442 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-05-06T01:51:50.442 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-06T01:51:50.442 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-05-06T01:51:50.442 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-05-06T01:51:50.442 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout }, 2024-05-06T01:51:50.442 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-05-06T01:51:50.442 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "available": false, 2024-05-06T01:51:50.442 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-05-06T01:51:50.442 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "modules": [ 2024-05-06T01:51:50.442 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "iostat", 2024-05-06T01:51:50.442 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "nfs", 2024-05-06T01:51:50.443 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "restful" 2024-05-06T01:51:50.443 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout ], 2024-05-06T01:51:50.443 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-06T01:51:50.443 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout }, 2024-05-06T01:51:50.443 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-05-06T01:51:50.443 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-06T01:51:50.443 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "modified": "2024-05-06T01:51:28.843783+0000", 2024-05-06T01:51:50.443 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-06T01:51:50.443 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout }, 2024-05-06T01:51:50.443 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-05-06T01:51:50.443 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout } 2024-05-06T01:51:50.443 INFO:teuthology.orchestra.run.smithi055.stdout:mgr not available, waiting (2/15)... 2024-05-06T01:51:50.849 INFO:journalctl@ceph.mgr.a.smithi055.stdout:May 06 01:51:50 smithi055 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-a[29062]: 2024-05-06T01:51:50.556+0000 7f842f90d200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-05-06T01:51:50.849 INFO:journalctl@ceph.mgr.a.smithi055.stdout:May 06 01:51:50 smithi055 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-a[29062]: 2024-05-06T01:51:50.656+0000 7f842f90d200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-05-06T01:51:51.349 INFO:journalctl@ceph.mgr.a.smithi055.stdout:May 06 01:51:51 smithi055 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-a[29062]: 2024-05-06T01:51:51.042+0000 7f842f90d200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-05-06T01:51:51.758 INFO:journalctl@ceph.mgr.a.smithi055.stdout:May 06 01:51:51 smithi055 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-a[29062]: 2024-05-06T01:51:51.413+0000 7f842f90d200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-05-06T01:51:51.758 INFO:journalctl@ceph.mgr.a.smithi055.stdout:May 06 01:51:51 smithi055 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-a[29062]: 2024-05-06T01:51:51.508+0000 7f842f90d200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-05-06T01:51:52.099 INFO:journalctl@ceph.mgr.a.smithi055.stdout:May 06 01:51:51 smithi055 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-a[29062]: 2024-05-06T01:51:51.760+0000 7f842f90d200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-05-06T01:51:52.099 INFO:journalctl@ceph.mgr.a.smithi055.stdout:May 06 01:51:51 smithi055 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-a[29062]: 2024-05-06T01:51:51.898+0000 7f842f90d200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-05-06T01:51:52.546 INFO:journalctl@ceph.mgr.a.smithi055.stdout:May 06 01:51:52 smithi055 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-a[29062]: 2024-05-06T01:51:52.214+0000 7f842f90d200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-05-06T01:51:52.546 INFO:journalctl@ceph.mgr.a.smithi055.stdout:May 06 01:51:52 smithi055 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-a[29062]: 2024-05-06T01:51:52.333+0000 7f842f90d200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-05-06T01:51:52.546 INFO:journalctl@ceph.mgr.a.smithi055.stdout:May 06 01:51:52 smithi055 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-a[29062]: 2024-05-06T01:51:52.428+0000 7f842f90d200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-05-06T01:51:53.099 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:53 smithi055 ceph-mon[28802]: from='client.? 172.21.15.55:0/2845055703' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-06T01:51:53.099 INFO:journalctl@ceph.mgr.a.smithi055.stdout:May 06 01:51:53 smithi055 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-a[29062]: 2024-05-06T01:51:53.077+0000 7f842f90d200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-05-06T01:51:53.549 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout 2024-05-06T01:51:53.549 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout { 2024-05-06T01:51:53.549 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "fsid": "fe81839c-0b4a-11ef-bc97-c7b262605968", 2024-05-06T01:51:53.549 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "health": { 2024-05-06T01:51:53.550 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-05-06T01:51:53.550 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-05-06T01:51:53.550 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-05-06T01:51:53.550 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout }, 2024-05-06T01:51:53.550 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-05-06T01:51:53.550 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-05-06T01:51:53.550 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout 0 2024-05-06T01:51:53.550 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout ], 2024-05-06T01:51:53.550 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-05-06T01:51:53.550 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "a" 2024-05-06T01:51:53.550 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout ], 2024-05-06T01:51:53.550 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "quorum_age": 18, 2024-05-06T01:51:53.550 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "monmap": { 2024-05-06T01:51:53.550 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-06T01:51:53.550 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-05-06T01:51:53.551 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-05-06T01:51:53.551 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout }, 2024-05-06T01:51:53.551 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-05-06T01:51:53.551 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-06T01:51:53.551 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-05-06T01:51:53.551 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-05-06T01:51:53.551 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-05-06T01:51:53.551 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-05-06T01:51:53.551 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-05-06T01:51:53.551 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-05-06T01:51:53.554 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout }, 2024-05-06T01:51:53.555 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-05-06T01:51:53.555 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-05-06T01:51:53.555 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-05-06T01:51:53.555 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-05-06T01:51:53.555 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-05-06T01:51:53.555 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-05-06T01:51:53.555 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-05-06T01:51:53.555 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-05-06T01:51:53.555 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-05-06T01:51:53.555 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout }, 2024-05-06T01:51:53.555 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-05-06T01:51:53.555 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-06T01:51:53.555 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-05-06T01:51:53.555 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-05-06T01:51:53.556 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout }, 2024-05-06T01:51:53.556 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-05-06T01:51:53.556 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "available": false, 2024-05-06T01:51:53.556 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-05-06T01:51:53.556 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "modules": [ 2024-05-06T01:51:53.556 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "iostat", 2024-05-06T01:51:53.556 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "nfs", 2024-05-06T01:51:53.556 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "restful" 2024-05-06T01:51:53.556 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout ], 2024-05-06T01:51:53.556 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-06T01:51:53.556 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout }, 2024-05-06T01:51:53.556 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-05-06T01:51:53.556 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-06T01:51:53.556 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "modified": "2024-05-06T01:51:28.843783+0000", 2024-05-06T01:51:53.557 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-06T01:51:53.557 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout }, 2024-05-06T01:51:53.557 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-05-06T01:51:53.557 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout } 2024-05-06T01:51:53.557 INFO:teuthology.orchestra.run.smithi055.stdout:mgr not available, waiting (3/15)... 2024-05-06T01:51:53.599 INFO:journalctl@ceph.mgr.a.smithi055.stdout:May 06 01:51:53 smithi055 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-a[29062]: 2024-05-06T01:51:53.301+0000 7f842f90d200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-05-06T01:51:54.349 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:54 smithi055 ceph-mon[28802]: Activating manager daemon a 2024-05-06T01:51:54.350 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:54 smithi055 ceph-mon[28802]: mgrmap e2: a(active, starting, since 0.00401557s) 2024-05-06T01:51:54.350 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:54 smithi055 ceph-mon[28802]: from='mgr.14100 172.21.15.55:0/460842622' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-06T01:51:54.350 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:54 smithi055 ceph-mon[28802]: from='mgr.14100 172.21.15.55:0/460842622' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-06T01:51:54.350 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:54 smithi055 ceph-mon[28802]: from='mgr.14100 172.21.15.55:0/460842622' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-06T01:51:54.350 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:54 smithi055 ceph-mon[28802]: from='mgr.14100 172.21.15.55:0/460842622' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T01:51:54.350 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:54 smithi055 ceph-mon[28802]: from='mgr.14100 172.21.15.55:0/460842622' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-06T01:51:54.350 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:54 smithi055 ceph-mon[28802]: Manager daemon a is now available 2024-05-06T01:51:54.351 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:54 smithi055 ceph-mon[28802]: from='mgr.14100 172.21.15.55:0/460842622' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-06T01:51:54.351 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:54 smithi055 ceph-mon[28802]: from='mgr.14100 172.21.15.55:0/460842622' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-06T01:51:54.351 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:54 smithi055 ceph-mon[28802]: from='mgr.14100 172.21.15.55:0/460842622' entity='mgr.a' 2024-05-06T01:51:54.351 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:54 smithi055 ceph-mon[28802]: from='mgr.14100 172.21.15.55:0/460842622' entity='mgr.a' 2024-05-06T01:51:54.351 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:54 smithi055 ceph-mon[28802]: from='mgr.14100 172.21.15.55:0/460842622' entity='mgr.a' 2024-05-06T01:51:55.599 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:55 smithi055 ceph-mon[28802]: mgrmap e3: a(active, since 1.00786s) 2024-05-06T01:51:56.599 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:56 smithi055 ceph-mon[28802]: mgrmap e4: a(active, since 2s) 2024-05-06T01:51:57.166 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout 2024-05-06T01:51:57.166 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout { 2024-05-06T01:51:57.166 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "fsid": "fe81839c-0b4a-11ef-bc97-c7b262605968", 2024-05-06T01:51:57.166 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "health": { 2024-05-06T01:51:57.166 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-05-06T01:51:57.166 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-05-06T01:51:57.166 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-05-06T01:51:57.166 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout }, 2024-05-06T01:51:57.167 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-05-06T01:51:57.167 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-05-06T01:51:57.167 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout 0 2024-05-06T01:51:57.167 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout ], 2024-05-06T01:51:57.167 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-05-06T01:51:57.167 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "a" 2024-05-06T01:51:57.167 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout ], 2024-05-06T01:51:57.167 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "quorum_age": 22, 2024-05-06T01:51:57.167 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "monmap": { 2024-05-06T01:51:57.167 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-06T01:51:57.167 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-05-06T01:51:57.167 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-05-06T01:51:57.167 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout }, 2024-05-06T01:51:57.167 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-05-06T01:51:57.167 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-06T01:51:57.168 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-05-06T01:51:57.168 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-05-06T01:51:57.168 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-05-06T01:51:57.171 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-05-06T01:51:57.171 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-05-06T01:51:57.172 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-05-06T01:51:57.172 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout }, 2024-05-06T01:51:57.172 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-05-06T01:51:57.172 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-05-06T01:51:57.172 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-05-06T01:51:57.172 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-05-06T01:51:57.172 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-05-06T01:51:57.172 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-05-06T01:51:57.172 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-05-06T01:51:57.172 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-05-06T01:51:57.172 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-05-06T01:51:57.172 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout }, 2024-05-06T01:51:57.172 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-05-06T01:51:57.172 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-06T01:51:57.173 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-05-06T01:51:57.173 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-05-06T01:51:57.173 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout }, 2024-05-06T01:51:57.173 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-05-06T01:51:57.173 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "available": true, 2024-05-06T01:51:57.173 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-05-06T01:51:57.173 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "modules": [ 2024-05-06T01:51:57.173 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "iostat", 2024-05-06T01:51:57.173 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "nfs", 2024-05-06T01:51:57.173 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "restful" 2024-05-06T01:51:57.173 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout ], 2024-05-06T01:51:57.173 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-06T01:51:57.173 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout }, 2024-05-06T01:51:57.173 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-05-06T01:51:57.174 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-06T01:51:57.174 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "modified": "2024-05-06T01:51:28.843783+0000", 2024-05-06T01:51:57.174 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-06T01:51:57.174 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout }, 2024-05-06T01:51:57.174 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-05-06T01:51:57.174 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout } 2024-05-06T01:51:57.174 INFO:teuthology.orchestra.run.smithi055.stdout:mgr is available 2024-05-06T01:51:57.588 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:57 smithi055 ceph-mon[28802]: from='client.? 172.21.15.55:0/2019304876' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-06T01:51:58.509 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:58 smithi055 ceph-mon[28802]: from='client.? 172.21.15.55:0/307584021' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-05-06T01:51:58.509 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:58 smithi055 ceph-mon[28802]: from='client.? 172.21.15.55:0/307584021' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-05-06T01:51:58.514 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout 2024-05-06T01:51:58.514 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout [global] 2024-05-06T01:51:58.514 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout fsid = fe81839c-0b4a-11ef-bc97-c7b262605968 2024-05-06T01:51:58.514 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-05-06T01:51:58.514 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-05-06T01:51:58.514 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-05-06T01:51:58.514 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-05-06T01:51:58.515 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-05-06T01:51:58.515 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout 2024-05-06T01:51:58.515 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout [mgr] 2024-05-06T01:51:58.515 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-05-06T01:51:58.515 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout 2024-05-06T01:51:58.515 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout [osd] 2024-05-06T01:51:58.515 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-05-06T01:51:58.515 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-05-06T01:51:58.515 INFO:teuthology.orchestra.run.smithi055.stdout:Enabling cephadm module... 2024-05-06T01:51:59.599 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:51:59 smithi055 ceph-mon[28802]: from='client.? 172.21.15.55:0/4109682565' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-05-06T01:51:59.599 INFO:journalctl@ceph.mgr.a.smithi055.stdout:May 06 01:51:59 smithi055 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-a[29062]: ignoring --setuser ceph since I am not root 2024-05-06T01:51:59.599 INFO:journalctl@ceph.mgr.a.smithi055.stdout:May 06 01:51:59 smithi055 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-a[29062]: ignoring --setgroup ceph since I am not root 2024-05-06T01:51:59.599 INFO:journalctl@ceph.mgr.a.smithi055.stdout:May 06 01:51:59 smithi055 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-a[29062]: 2024-05-06T01:51:59.514+0000 7f69b9852200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-05-06T01:51:59.916 INFO:journalctl@ceph.mgr.a.smithi055.stdout:May 06 01:51:59 smithi055 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-a[29062]: 2024-05-06T01:51:59.709+0000 7f69b9852200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-05-06T01:51:59.916 INFO:journalctl@ceph.mgr.a.smithi055.stdout:May 06 01:51:59 smithi055 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-a[29062]: 2024-05-06T01:51:59.814+0000 7f69b9852200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-05-06T01:52:00.175 INFO:journalctl@ceph.mgr.a.smithi055.stdout:May 06 01:52:00 smithi055 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-a[29062]: 2024-05-06T01:52:00.144+0000 7f69b9852200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-05-06T01:52:00.444 INFO:journalctl@ceph.mgr.a.smithi055.stdout:May 06 01:52:00 smithi055 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-a[29062]: 2024-05-06T01:52:00.248+0000 7f69b9852200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-05-06T01:52:00.445 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:00 smithi055 ceph-mon[28802]: from='client.? 172.21.15.55:0/4109682565' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-05-06T01:52:00.445 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:00 smithi055 ceph-mon[28802]: mgrmap e5: a(active, since 6s) 2024-05-06T01:52:01.352 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout { 2024-05-06T01:52:01.353 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-05-06T01:52:01.353 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "available": true, 2024-05-06T01:52:01.353 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-05-06T01:52:01.353 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-05-06T01:52:01.353 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout } 2024-05-06T01:52:01.353 INFO:teuthology.orchestra.run.smithi055.stdout:Waiting for the mgr to restart... 2024-05-06T01:52:01.353 INFO:teuthology.orchestra.run.smithi055.stdout:Waiting for mgr epoch 5... 2024-05-06T01:52:01.591 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:01 smithi055 ceph-mon[28802]: from='client.? 172.21.15.55:0/3680978939' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-05-06T01:52:01.591 INFO:journalctl@ceph.mgr.a.smithi055.stdout:May 06 01:52:01 smithi055 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-a[29062]: 2024-05-06T01:52:01.515+0000 7f69b9852200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-05-06T01:52:01.849 INFO:journalctl@ceph.mgr.a.smithi055.stdout:May 06 01:52:01 smithi055 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-a[29062]: 2024-05-06T01:52:01.698+0000 7f69b9852200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-05-06T01:52:02.174 INFO:journalctl@ceph.mgr.a.smithi055.stdout:May 06 01:52:01 smithi055 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-a[29062]: 2024-05-06T01:52:01.877+0000 7f69b9852200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-05-06T01:52:02.174 INFO:journalctl@ceph.mgr.a.smithi055.stdout:May 06 01:52:02 smithi055 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-a[29062]: 2024-05-06T01:52:02.177+0000 7f69b9852200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-05-06T01:52:02.483 INFO:journalctl@ceph.mgr.a.smithi055.stdout:May 06 01:52:02 smithi055 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-a[29062]: 2024-05-06T01:52:02.274+0000 7f69b9852200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-05-06T01:52:02.484 INFO:journalctl@ceph.mgr.a.smithi055.stdout:May 06 01:52:02 smithi055 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-a[29062]: 2024-05-06T01:52:02.486+0000 7f69b9852200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-05-06T01:52:02.849 INFO:journalctl@ceph.mgr.a.smithi055.stdout:May 06 01:52:02 smithi055 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-a[29062]: 2024-05-06T01:52:02.686+0000 7f69b9852200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-05-06T01:52:03.599 INFO:journalctl@ceph.mgr.a.smithi055.stdout:May 06 01:52:03 smithi055 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-a[29062]: 2024-05-06T01:52:03.332+0000 7f69b9852200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-05-06T01:52:03.599 INFO:journalctl@ceph.mgr.a.smithi055.stdout:May 06 01:52:03 smithi055 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-a[29062]: 2024-05-06T01:52:03.563+0000 7f69b9852200 -1 mgr[py] Module smb has missing NOTIFY_TYPES member 2024-05-06T01:52:04.349 INFO:journalctl@ceph.mgr.a.smithi055.stdout:May 06 01:52:04 smithi055 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-a[29062]: 2024-05-06T01:52:04.007+0000 7f69b9852200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-05-06T01:52:04.349 INFO:journalctl@ceph.mgr.a.smithi055.stdout:May 06 01:52:04 smithi055 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-a[29062]: 2024-05-06T01:52:04.107+0000 7f69b9852200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-05-06T01:52:04.849 INFO:journalctl@ceph.mgr.a.smithi055.stdout:May 06 01:52:04 smithi055 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-a[29062]: 2024-05-06T01:52:04.514+0000 7f69b9852200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-05-06T01:52:05.234 INFO:journalctl@ceph.mgr.a.smithi055.stdout:May 06 01:52:04 smithi055 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-a[29062]: 2024-05-06T01:52:04.885+0000 7f69b9852200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-05-06T01:52:05.234 INFO:journalctl@ceph.mgr.a.smithi055.stdout:May 06 01:52:04 smithi055 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-a[29062]: 2024-05-06T01:52:04.980+0000 7f69b9852200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-05-06T01:52:05.599 INFO:journalctl@ceph.mgr.a.smithi055.stdout:May 06 01:52:05 smithi055 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-a[29062]: 2024-05-06T01:52:05.237+0000 7f69b9852200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-05-06T01:52:05.599 INFO:journalctl@ceph.mgr.a.smithi055.stdout:May 06 01:52:05 smithi055 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-a[29062]: 2024-05-06T01:52:05.376+0000 7f69b9852200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-05-06T01:52:06.099 INFO:journalctl@ceph.mgr.a.smithi055.stdout:May 06 01:52:05 smithi055 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-a[29062]: 2024-05-06T01:52:05.693+0000 7f69b9852200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-05-06T01:52:06.099 INFO:journalctl@ceph.mgr.a.smithi055.stdout:May 06 01:52:05 smithi055 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-a[29062]: 2024-05-06T01:52:05.812+0000 7f69b9852200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-05-06T01:52:06.099 INFO:journalctl@ceph.mgr.a.smithi055.stdout:May 06 01:52:05 smithi055 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-a[29062]: 2024-05-06T01:52:05.908+0000 7f69b9852200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-05-06T01:52:06.812 INFO:journalctl@ceph.mgr.a.smithi055.stdout:May 06 01:52:06 smithi055 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-a[29062]: 2024-05-06T01:52:06.538+0000 7f69b9852200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-05-06T01:52:06.812 INFO:journalctl@ceph.mgr.a.smithi055.stdout:May 06 01:52:06 smithi055 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-a[29062]: 2024-05-06T01:52:06.762+0000 7f69b9852200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-05-06T01:52:07.099 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:06 smithi055 ceph-mon[28802]: Active manager daemon a restarted 2024-05-06T01:52:07.099 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:06 smithi055 ceph-mon[28802]: Activating manager daemon a 2024-05-06T01:52:07.099 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:06 smithi055 ceph-mon[28802]: osdmap e2: 0 total, 0 up, 0 in 2024-05-06T01:52:07.099 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:06 smithi055 ceph-mon[28802]: mgrmap e6: a(active, starting, since 0.0122315s) 2024-05-06T01:52:07.099 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:06 smithi055 ceph-mon[28802]: from='mgr.14120 172.21.15.55:0/2832440772' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T01:52:07.099 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:06 smithi055 ceph-mon[28802]: from='mgr.14120 172.21.15.55:0/2832440772' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-06T01:52:07.099 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:06 smithi055 ceph-mon[28802]: from='mgr.14120 172.21.15.55:0/2832440772' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-06T01:52:07.100 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:06 smithi055 ceph-mon[28802]: from='mgr.14120 172.21.15.55:0/2832440772' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-06T01:52:07.100 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:06 smithi055 ceph-mon[28802]: from='mgr.14120 172.21.15.55:0/2832440772' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-06T01:52:07.100 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:06 smithi055 ceph-mon[28802]: Manager daemon a is now available 2024-05-06T01:52:07.100 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:06 smithi055 ceph-mon[28802]: from='mgr.14120 172.21.15.55:0/2832440772' entity='mgr.a' 2024-05-06T01:52:07.100 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:06 smithi055 ceph-mon[28802]: from='mgr.14120 172.21.15.55:0/2832440772' entity='mgr.a' 2024-05-06T01:52:07.100 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:06 smithi055 ceph-mon[28802]: from='mgr.14120 172.21.15.55:0/2832440772' entity='mgr.a' 2024-05-06T01:52:07.100 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:06 smithi055 ceph-mon[28802]: from='mgr.14120 172.21.15.55:0/2832440772' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T01:52:08.088 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:07 smithi055 ceph-mon[28802]: Found migration_current of "None". Setting to last migration. 2024-05-06T01:52:08.088 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:07 smithi055 ceph-mon[28802]: from='mgr.14120 172.21.15.55:0/2832440772' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T01:52:08.089 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:07 smithi055 ceph-mon[28802]: from='mgr.14120 172.21.15.55:0/2832440772' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-06T01:52:08.089 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:07 smithi055 ceph-mon[28802]: from='mgr.14120 172.21.15.55:0/2832440772' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-06T01:52:08.089 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:07 smithi055 ceph-mon[28802]: mgrmap e7: a(active, since 1.01031s) 2024-05-06T01:52:08.325 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout { 2024-05-06T01:52:08.326 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-05-06T01:52:08.326 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "initialized": true 2024-05-06T01:52:08.326 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout } 2024-05-06T01:52:08.326 INFO:teuthology.orchestra.run.smithi055.stdout:mgr epoch 5 is available 2024-05-06T01:52:08.326 INFO:teuthology.orchestra.run.smithi055.stdout:Setting orchestrator backend to cephadm... 2024-05-06T01:52:09.042 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:08 smithi055 ceph-mon[28802]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-05-06T01:52:09.042 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:08 smithi055 ceph-mon[28802]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-05-06T01:52:09.042 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:08 smithi055 ceph-mon[28802]: from='mgr.14120 172.21.15.55:0/2832440772' entity='mgr.a' 2024-05-06T01:52:09.042 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:08 smithi055 ceph-mon[28802]: from='mgr.14120 172.21.15.55:0/2832440772' entity='mgr.a' 2024-05-06T01:52:10.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:10 smithi055 ceph-mon[28802]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T01:52:10.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:10 smithi055 ceph-mon[28802]: from='mgr.14120 172.21.15.55:0/2832440772' entity='mgr.a' 2024-05-06T01:52:10.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:10 smithi055 ceph-mon[28802]: from='mgr.14120 172.21.15.55:0/2832440772' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T01:52:10.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:10 smithi055 ceph-mon[28802]: [06/May/2024:01:52:09] ENGINE Bus STARTING 2024-05-06T01:52:10.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:10 smithi055 ceph-mon[28802]: [06/May/2024:01:52:09] ENGINE Serving on http://172.21.15.55:8765 2024-05-06T01:52:10.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:10 smithi055 ceph-mon[28802]: [06/May/2024:01:52:09] ENGINE Serving on https://172.21.15.55:7150 2024-05-06T01:52:10.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:10 smithi055 ceph-mon[28802]: [06/May/2024:01:52:09] ENGINE Bus STARTED 2024-05-06T01:52:10.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:10 smithi055 ceph-mon[28802]: from='mgr.14120 172.21.15.55:0/2832440772' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T01:52:10.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:10 smithi055 ceph-mon[28802]: mgrmap e8: a(active, since 2s) 2024-05-06T01:52:10.840 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout value unchanged 2024-05-06T01:52:10.841 INFO:teuthology.orchestra.run.smithi055.stdout:Generating ssh key... 2024-05-06T01:52:11.098 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:11 smithi055 ceph-mon[28802]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T01:52:12.427 INFO:journalctl@ceph.mgr.a.smithi055.stdout:May 06 01:52:12 smithi055 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-a[29062]: Generating public/private rsa key pair. 2024-05-06T01:52:12.427 INFO:journalctl@ceph.mgr.a.smithi055.stdout:May 06 01:52:12 smithi055 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-a[29062]: Your identification has been saved in /tmp/tmpw88tuc9q/key. 2024-05-06T01:52:12.428 INFO:journalctl@ceph.mgr.a.smithi055.stdout:May 06 01:52:12 smithi055 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-a[29062]: Your public key has been saved in /tmp/tmpw88tuc9q/key.pub. 2024-05-06T01:52:12.428 INFO:journalctl@ceph.mgr.a.smithi055.stdout:May 06 01:52:12 smithi055 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-a[29062]: The key fingerprint is: 2024-05-06T01:52:12.428 INFO:journalctl@ceph.mgr.a.smithi055.stdout:May 06 01:52:12 smithi055 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-a[29062]: SHA256:H37CuVbeLSHS/XS8X16OumULPq7wVsbgK64gwpA+Q04 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968 2024-05-06T01:52:12.428 INFO:journalctl@ceph.mgr.a.smithi055.stdout:May 06 01:52:12 smithi055 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-a[29062]: The key's randomart image is: 2024-05-06T01:52:12.428 INFO:journalctl@ceph.mgr.a.smithi055.stdout:May 06 01:52:12 smithi055 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-a[29062]: +---[RSA 3072]----+ 2024-05-06T01:52:12.428 INFO:journalctl@ceph.mgr.a.smithi055.stdout:May 06 01:52:12 smithi055 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-a[29062]: | | 2024-05-06T01:52:12.428 INFO:journalctl@ceph.mgr.a.smithi055.stdout:May 06 01:52:12 smithi055 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-a[29062]: | | 2024-05-06T01:52:12.429 INFO:journalctl@ceph.mgr.a.smithi055.stdout:May 06 01:52:12 smithi055 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-a[29062]: | | 2024-05-06T01:52:12.429 INFO:journalctl@ceph.mgr.a.smithi055.stdout:May 06 01:52:12 smithi055 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-a[29062]: | . . | 2024-05-06T01:52:12.429 INFO:journalctl@ceph.mgr.a.smithi055.stdout:May 06 01:52:12 smithi055 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-a[29062]: |oE S..+ . . | 2024-05-06T01:52:12.429 INFO:journalctl@ceph.mgr.a.smithi055.stdout:May 06 01:52:12 smithi055 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-a[29062]: |B +ooB o +| 2024-05-06T01:52:12.429 INFO:journalctl@ceph.mgr.a.smithi055.stdout:May 06 01:52:12 smithi055 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-a[29062]: |.*. . . *Booo==| 2024-05-06T01:52:12.429 INFO:journalctl@ceph.mgr.a.smithi055.stdout:May 06 01:52:12 smithi055 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-a[29062]: | .o. . .o+=o+o*=| 2024-05-06T01:52:12.430 INFO:journalctl@ceph.mgr.a.smithi055.stdout:May 06 01:52:12 smithi055 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-a[29062]: | .o.++o=+o.=| 2024-05-06T01:52:12.430 INFO:journalctl@ceph.mgr.a.smithi055.stdout:May 06 01:52:12 smithi055 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-a[29062]: +----[SHA256]-----+ 2024-05-06T01:52:13.349 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:13 smithi055 ceph-mon[28802]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T01:52:13.349 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:13 smithi055 ceph-mon[28802]: Generating ssh key... 2024-05-06T01:52:13.349 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:13 smithi055 ceph-mon[28802]: from='mgr.14120 172.21.15.55:0/2832440772' entity='mgr.a' 2024-05-06T01:52:13.349 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:13 smithi055 ceph-mon[28802]: from='mgr.14120 172.21.15.55:0/2832440772' entity='mgr.a' 2024-05-06T01:52:13.963 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDFG3AHfri1wWJBP4E1kG+U3brw523bjqD0sGRGa66FExiIqn41JUIiYiwzEl4Cluso+TVKhlwQQgeOK78D7r7iPFQIwOeprGP/BuhZr7zk4O7VV35x+Gvmy6cBqIQQKFd56zV2A3OlXUqpmJEj5XjZdbDoYy4xJjNrjEnnQqB2w5jvC/dd+GC5YRhbGNikIQobQDPv67J2zidgNcbRdbPJvPxUB4odO28rwuuvV8r2ZOdnAI4D/3KQIyOcQ8tjVnR5QO2Lj5wFjDR0zXEf0DXm47nbutkams3GZri1b4Q/8lOTc29izSaxzMpVzYlHvzikbcJgk5PTLvyrPh8zstHXP6aA93LGrWsmUE+88ZrvAAcevPxBQHsW9ovr8EyuT6SluQI+z6V9qXEcnHwvQYrTYnhwIwU8iTYWVyuHjg0T7zKVYhU3jCCZNzfP0Go+yOBJGOOF+dneB565RMPFWpOqm3dQmzBHcPir4X8zYmfeJ41t4+gyRhVy5+Bdm1X7BWk= ceph-fe81839c-0b4a-11ef-bc97-c7b262605968 2024-05-06T01:52:13.963 INFO:teuthology.orchestra.run.smithi055.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-05-06T01:52:13.963 INFO:teuthology.orchestra.run.smithi055.stdout:Adding key to root@localhost authorized_keys... 2024-05-06T01:52:13.963 INFO:teuthology.orchestra.run.smithi055.stdout:Adding host smithi055... 2024-05-06T01:52:14.226 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:14 smithi055 ceph-mon[28802]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T01:52:15.540 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:15 smithi055 ceph-mon[28802]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi055", "addr": "172.21.15.55", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T01:52:15.540 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:15 smithi055 ceph-mon[28802]: Deploying cephadm binary to smithi055 2024-05-06T01:52:19.496 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout Added host 'smithi055' with addr '172.21.15.55' 2024-05-06T01:52:19.496 INFO:teuthology.orchestra.run.smithi055.stdout:Deploying unmanaged mon service... 2024-05-06T01:52:20.245 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:19 smithi055 ceph-mon[28802]: from='mgr.14120 172.21.15.55:0/2832440772' entity='mgr.a' 2024-05-06T01:52:20.245 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:19 smithi055 ceph-mon[28802]: Added host smithi055 2024-05-06T01:52:20.245 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:19 smithi055 ceph-mon[28802]: from='mgr.14120 172.21.15.55:0/2832440772' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T01:52:20.999 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-05-06T01:52:21.000 INFO:teuthology.orchestra.run.smithi055.stdout:Deploying unmanaged mgr service... 2024-05-06T01:52:21.255 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:21 smithi055 ceph-mon[28802]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T01:52:21.256 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:21 smithi055 ceph-mon[28802]: Saving service mon spec with placement count:5 2024-05-06T01:52:21.256 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:21 smithi055 ceph-mon[28802]: from='mgr.14120 172.21.15.55:0/2832440772' entity='mgr.a' 2024-05-06T01:52:23.067 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:22 smithi055 ceph-mon[28802]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T01:52:23.067 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:22 smithi055 ceph-mon[28802]: Saving service mgr spec with placement count:2 2024-05-06T01:52:23.067 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:22 smithi055 ceph-mon[28802]: from='mgr.14120 172.21.15.55:0/2832440772' entity='mgr.a' 2024-05-06T01:52:23.067 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:22 smithi055 ceph-mon[28802]: from='mgr.14120 172.21.15.55:0/2832440772' entity='mgr.a' 2024-05-06T01:52:23.070 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-05-06T01:52:24.433 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:24 smithi055 ceph-mon[28802]: from='mgr.14120 172.21.15.55:0/2832440772' entity='mgr.a' 2024-05-06T01:52:24.433 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:24 smithi055 ceph-mon[28802]: from='client.? 172.21.15.55:0/69601401' entity='client.admin' 2024-05-06T01:52:26.089 INFO:teuthology.orchestra.run.smithi055.stdout:Enabling the dashboard module... 2024-05-06T01:52:26.347 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:26 smithi055 ceph-mon[28802]: from='client.? 172.21.15.55:0/4231680137' entity='client.admin' 2024-05-06T01:52:26.347 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:26 smithi055 ceph-mon[28802]: from='mgr.14120 172.21.15.55:0/2832440772' entity='mgr.a' 2024-05-06T01:52:26.347 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:26 smithi055 ceph-mon[28802]: from='mgr.14120 172.21.15.55:0/2832440772' entity='mgr.a' 2024-05-06T01:52:26.347 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:26 smithi055 ceph-mon[28802]: from='mgr.14120 172.21.15.55:0/2832440772' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi055", "name": "osd_memory_target"}]: dispatch 2024-05-06T01:52:26.348 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:26 smithi055 ceph-mon[28802]: from='mgr.14120 172.21.15.55:0/2832440772' entity='mgr.a' 2024-05-06T01:52:26.348 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:26 smithi055 ceph-mon[28802]: from='mgr.14120 172.21.15.55:0/2832440772' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi055", "caps": []}]: dispatch 2024-05-06T01:52:26.348 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:26 smithi055 ceph-mon[28802]: from='mgr.14120 172.21.15.55:0/2832440772' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi055", "caps": []}]': finished 2024-05-06T01:52:27.483 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:27 smithi055 ceph-mon[28802]: Deploying daemon agent.smithi055 on smithi055 2024-05-06T01:52:27.483 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:27 smithi055 ceph-mon[28802]: from='client.? 172.21.15.55:0/3401335500' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-05-06T01:52:28.084 INFO:journalctl@ceph.mgr.a.smithi055.stdout:May 06 01:52:27 smithi055 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-a[29062]: ignoring --setuser ceph since I am not root 2024-05-06T01:52:28.084 INFO:journalctl@ceph.mgr.a.smithi055.stdout:May 06 01:52:27 smithi055 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-a[29062]: ignoring --setgroup ceph since I am not root 2024-05-06T01:52:28.085 INFO:journalctl@ceph.mgr.a.smithi055.stdout:May 06 01:52:27 smithi055 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-a[29062]: 2024-05-06T01:52:27.976+0000 7f363730a200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-05-06T01:52:28.349 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:28 smithi055 ceph-mon[28802]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T01:52:28.349 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:28 smithi055 ceph-mon[28802]: from='client.? 172.21.15.55:0/3401335500' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-05-06T01:52:28.349 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:28 smithi055 ceph-mon[28802]: mgrmap e9: a(active, since 21s) 2024-05-06T01:52:28.349 INFO:journalctl@ceph.mgr.a.smithi055.stdout:May 06 01:52:28 smithi055 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-a[29062]: 2024-05-06T01:52:28.199+0000 7f363730a200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-05-06T01:52:28.349 INFO:journalctl@ceph.mgr.a.smithi055.stdout:May 06 01:52:28 smithi055 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-a[29062]: 2024-05-06T01:52:28.306+0000 7f363730a200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-05-06T01:52:28.667 INFO:journalctl@ceph.mgr.a.smithi055.stdout:May 06 01:52:28 smithi055 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-a[29062]: 2024-05-06T01:52:28.635+0000 7f363730a200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-05-06T01:52:29.099 INFO:journalctl@ceph.mgr.a.smithi055.stdout:May 06 01:52:28 smithi055 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-a[29062]: 2024-05-06T01:52:28.731+0000 7f363730a200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-05-06T01:52:29.567 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:29 smithi055 ceph-mon[28802]: from='client.? 172.21.15.55:0/1017370276' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-05-06T01:52:29.855 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout { 2024-05-06T01:52:29.855 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-05-06T01:52:29.855 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "available": true, 2024-05-06T01:52:29.855 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-05-06T01:52:29.855 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-05-06T01:52:29.855 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout } 2024-05-06T01:52:29.855 INFO:teuthology.orchestra.run.smithi055.stdout:Waiting for the mgr to restart... 2024-05-06T01:52:29.855 INFO:teuthology.orchestra.run.smithi055.stdout:Waiting for mgr epoch 9... 2024-05-06T01:52:30.129 INFO:journalctl@ceph.mgr.a.smithi055.stdout:May 06 01:52:29 smithi055 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-a[29062]: 2024-05-06T01:52:29.997+0000 7f363730a200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-05-06T01:52:30.599 INFO:journalctl@ceph.mgr.a.smithi055.stdout:May 06 01:52:30 smithi055 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-a[29062]: 2024-05-06T01:52:30.189+0000 7f363730a200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-05-06T01:52:30.599 INFO:journalctl@ceph.mgr.a.smithi055.stdout:May 06 01:52:30 smithi055 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-a[29062]: 2024-05-06T01:52:30.369+0000 7f363730a200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-05-06T01:52:30.978 INFO:journalctl@ceph.mgr.a.smithi055.stdout:May 06 01:52:30 smithi055 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-a[29062]: 2024-05-06T01:52:30.673+0000 7f363730a200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-05-06T01:52:30.979 INFO:journalctl@ceph.mgr.a.smithi055.stdout:May 06 01:52:30 smithi055 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-a[29062]: 2024-05-06T01:52:30.770+0000 7f363730a200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-05-06T01:52:30.979 INFO:journalctl@ceph.mgr.a.smithi055.stdout:May 06 01:52:30 smithi055 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-a[29062]: 2024-05-06T01:52:30.981+0000 7f363730a200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-05-06T01:52:31.349 INFO:journalctl@ceph.mgr.a.smithi055.stdout:May 06 01:52:31 smithi055 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-a[29062]: 2024-05-06T01:52:31.182+0000 7f363730a200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-05-06T01:52:32.099 INFO:journalctl@ceph.mgr.a.smithi055.stdout:May 06 01:52:31 smithi055 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-a[29062]: 2024-05-06T01:52:31.812+0000 7f363730a200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-05-06T01:52:32.099 INFO:journalctl@ceph.mgr.a.smithi055.stdout:May 06 01:52:32 smithi055 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-a[29062]: 2024-05-06T01:52:32.042+0000 7f363730a200 -1 mgr[py] Module smb has missing NOTIFY_TYPES member 2024-05-06T01:52:32.849 INFO:journalctl@ceph.mgr.a.smithi055.stdout:May 06 01:52:32 smithi055 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-a[29062]: 2024-05-06T01:52:32.487+0000 7f363730a200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-05-06T01:52:32.849 INFO:journalctl@ceph.mgr.a.smithi055.stdout:May 06 01:52:32 smithi055 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-a[29062]: 2024-05-06T01:52:32.588+0000 7f363730a200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-05-06T01:52:33.349 INFO:journalctl@ceph.mgr.a.smithi055.stdout:May 06 01:52:32 smithi055 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-a[29062]: 2024-05-06T01:52:32.980+0000 7f363730a200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-05-06T01:52:33.703 INFO:journalctl@ceph.mgr.a.smithi055.stdout:May 06 01:52:33 smithi055 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-a[29062]: 2024-05-06T01:52:33.354+0000 7f363730a200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-05-06T01:52:33.704 INFO:journalctl@ceph.mgr.a.smithi055.stdout:May 06 01:52:33 smithi055 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-a[29062]: 2024-05-06T01:52:33.451+0000 7f363730a200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-05-06T01:52:34.099 INFO:journalctl@ceph.mgr.a.smithi055.stdout:May 06 01:52:33 smithi055 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-a[29062]: 2024-05-06T01:52:33.706+0000 7f363730a200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-05-06T01:52:34.099 INFO:journalctl@ceph.mgr.a.smithi055.stdout:May 06 01:52:33 smithi055 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-a[29062]: 2024-05-06T01:52:33.846+0000 7f363730a200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-05-06T01:52:34.599 INFO:journalctl@ceph.mgr.a.smithi055.stdout:May 06 01:52:34 smithi055 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-a[29062]: 2024-05-06T01:52:34.173+0000 7f363730a200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-05-06T01:52:34.599 INFO:journalctl@ceph.mgr.a.smithi055.stdout:May 06 01:52:34 smithi055 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-a[29062]: 2024-05-06T01:52:34.294+0000 7f363730a200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-05-06T01:52:34.599 INFO:journalctl@ceph.mgr.a.smithi055.stdout:May 06 01:52:34 smithi055 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-a[29062]: 2024-05-06T01:52:34.390+0000 7f363730a200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-05-06T01:52:35.301 INFO:journalctl@ceph.mgr.a.smithi055.stdout:May 06 01:52:35 smithi055 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-a[29062]: 2024-05-06T01:52:35.023+0000 7f363730a200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-05-06T01:52:35.301 INFO:journalctl@ceph.mgr.a.smithi055.stdout:May 06 01:52:35 smithi055 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-a[29062]: 2024-05-06T01:52:35.250+0000 7f363730a200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-05-06T01:52:35.599 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:35 smithi055 ceph-mon[28802]: Active manager daemon a restarted 2024-05-06T01:52:35.599 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:35 smithi055 ceph-mon[28802]: Activating manager daemon a 2024-05-06T01:52:35.599 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:35 smithi055 ceph-mon[28802]: osdmap e3: 0 total, 0 up, 0 in 2024-05-06T01:52:35.599 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:35 smithi055 ceph-mon[28802]: mgrmap e10: a(active, starting, since 0.00501941s) 2024-05-06T01:52:35.599 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:35 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T01:52:35.599 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:35 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-06T01:52:35.599 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:35 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-06T01:52:35.599 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:35 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-06T01:52:35.600 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:35 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-06T01:52:35.600 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:35 smithi055 ceph-mon[28802]: Manager daemon a is now available 2024-05-06T01:52:35.600 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:35 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:52:35.600 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:35 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T01:52:36.599 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:36 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-06T01:52:36.599 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:36 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-06T01:52:36.599 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:36 smithi055 ceph-mon[28802]: mgrmap e11: a(active, since 1.00724s) 2024-05-06T01:52:37.267 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout { 2024-05-06T01:52:37.267 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-05-06T01:52:37.267 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "initialized": true 2024-05-06T01:52:37.267 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout } 2024-05-06T01:52:37.267 INFO:teuthology.orchestra.run.smithi055.stdout:mgr epoch 9 is available 2024-05-06T01:52:37.267 INFO:teuthology.orchestra.run.smithi055.stdout:Generating a dashboard self-signed certificate... 2024-05-06T01:52:37.525 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:37 smithi055 ceph-mon[28802]: [06/May/2024:01:52:36] ENGINE Bus STARTING 2024-05-06T01:52:37.525 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:37 smithi055 ceph-mon[28802]: [06/May/2024:01:52:36] ENGINE Serving on https://172.21.15.55:7150 2024-05-06T01:52:37.525 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:37 smithi055 ceph-mon[28802]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-05-06T01:52:37.525 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:37 smithi055 ceph-mon[28802]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-05-06T01:52:37.525 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:37 smithi055 ceph-mon[28802]: [06/May/2024:01:52:36] ENGINE Serving on http://172.21.15.55:8765 2024-05-06T01:52:37.525 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:37 smithi055 ceph-mon[28802]: [06/May/2024:01:52:36] ENGINE Bus STARTED 2024-05-06T01:52:37.525 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:37 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:52:37.525 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:37 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi055", "name": "osd_memory_target"}]: dispatch 2024-05-06T01:52:37.526 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:37 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:52:37.526 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:37 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi055", "caps": []}]: dispatch 2024-05-06T01:52:38.570 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:38 smithi055 ceph-mon[28802]: Deploying daemon agent.smithi055 on smithi055 2024-05-06T01:52:38.570 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:38 smithi055 ceph-mon[28802]: mgrmap e12: a(active, since 2s) 2024-05-06T01:52:38.570 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:38 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:52:38.570 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:38 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:52:38.574 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-05-06T01:52:38.574 INFO:teuthology.orchestra.run.smithi055.stdout:Creating initial admin user... 2024-05-06T01:52:39.599 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:39 smithi055 ceph-mon[28802]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T01:52:40.104 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$lqLsmVexWaNFkQ79v8HeV.8bVfORvOO4biZPyqoSCFBlHUjcMj3xK", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1714960359, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-05-06T01:52:40.104 INFO:teuthology.orchestra.run.smithi055.stdout:Fetching dashboard port number... 2024-05-06T01:52:40.819 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:40 smithi055 ceph-mon[28802]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T01:52:40.819 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:40 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:52:41.395 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout 8443 2024-05-06T01:52:41.404 INFO:teuthology.orchestra.run.smithi055.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-05-06T01:52:41.405 INFO:teuthology.orchestra.run.smithi055.stdout:systemctl: stdout disabled 2024-05-06T01:52:41.412 INFO:teuthology.orchestra.run.smithi055.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-05-06T01:52:41.412 INFO:teuthology.orchestra.run.smithi055.stdout:systemctl: stdout inactive 2024-05-06T01:52:41.412 INFO:teuthology.orchestra.run.smithi055.stdout:firewalld.service is not enabled 2024-05-06T01:52:41.412 INFO:teuthology.orchestra.run.smithi055.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-05-06T01:52:41.413 INFO:teuthology.orchestra.run.smithi055.stdout:Ceph Dashboard is now available at: 2024-05-06T01:52:41.414 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-05-06T01:52:41.414 INFO:teuthology.orchestra.run.smithi055.stdout: URL: https://smithi055:8443/ 2024-05-06T01:52:41.414 INFO:teuthology.orchestra.run.smithi055.stdout: User: admin 2024-05-06T01:52:41.414 INFO:teuthology.orchestra.run.smithi055.stdout: Password: d16a7josah 2024-05-06T01:52:41.414 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-05-06T01:52:41.414 INFO:teuthology.orchestra.run.smithi055.stdout:Saving cluster configuration to /var/lib/ceph/fe81839c-0b4a-11ef-bc97-c7b262605968/config directory 2024-05-06T01:52:41.414 INFO:teuthology.orchestra.run.smithi055.stdout:Enabling autotune for osd_memory_target 2024-05-06T01:52:41.657 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:41 smithi055 ceph-mon[28802]: from='client.? 172.21.15.55:0/1253536186' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-05-06T01:52:42.707 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:42 smithi055 ceph-mon[28802]: mgrmap e13: a(active, since 6s) 2024-05-06T01:52:44.085 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-05-06T01:52:44.085 INFO:teuthology.orchestra.run.smithi055.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-05-06T01:52:44.085 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-05-06T01:52:44.085 INFO:teuthology.orchestra.run.smithi055.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid fe81839c-0b4a-11ef-bc97-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-05-06T01:52:44.085 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-05-06T01:52:44.086 INFO:teuthology.orchestra.run.smithi055.stdout:Or, if you are only running a single cluster on this host: 2024-05-06T01:52:44.086 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-05-06T01:52:44.086 INFO:teuthology.orchestra.run.smithi055.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-05-06T01:52:44.086 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-05-06T01:52:44.086 INFO:teuthology.orchestra.run.smithi055.stdout:Please consider enabling telemetry to help improve Ceph: 2024-05-06T01:52:44.086 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-05-06T01:52:44.086 INFO:teuthology.orchestra.run.smithi055.stdout: ceph telemetry on 2024-05-06T01:52:44.086 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-05-06T01:52:44.086 INFO:teuthology.orchestra.run.smithi055.stdout:For more information see: 2024-05-06T01:52:44.087 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-05-06T01:52:44.087 INFO:teuthology.orchestra.run.smithi055.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-05-06T01:52:44.087 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-05-06T01:52:44.087 INFO:teuthology.orchestra.run.smithi055.stdout:Bootstrap complete. 2024-05-06T01:52:44.130 INFO:tasks.cephadm:Fetching config... 2024-05-06T01:52:44.130 DEBUG:teuthology.orchestra.run.smithi055:> set -ex 2024-05-06T01:52:44.130 DEBUG:teuthology.orchestra.run.smithi055:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-05-06T01:52:44.147 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-05-06T01:52:44.147 DEBUG:teuthology.orchestra.run.smithi055:> set -ex 2024-05-06T01:52:44.147 DEBUG:teuthology.orchestra.run.smithi055:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-05-06T01:52:44.202 INFO:tasks.cephadm:Fetching mon keyring... 2024-05-06T01:52:44.202 DEBUG:teuthology.orchestra.run.smithi055:> set -ex 2024-05-06T01:52:44.203 DEBUG:teuthology.orchestra.run.smithi055:> sudo dd if=/var/lib/ceph/fe81839c-0b4a-11ef-bc97-c7b262605968/mon.a/keyring of=/dev/stdout 2024-05-06T01:52:44.396 INFO:tasks.cephadm:Fetching pub ssh key... 2024-05-06T01:52:44.396 DEBUG:teuthology.orchestra.run.smithi055:> set -ex 2024-05-06T01:52:44.396 DEBUG:teuthology.orchestra.run.smithi055:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-05-06T01:52:44.459 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-05-06T01:52:44.459 DEBUG:teuthology.orchestra.run.smithi055:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDFG3AHfri1wWJBP4E1kG+U3brw523bjqD0sGRGa66FExiIqn41JUIiYiwzEl4Cluso+TVKhlwQQgeOK78D7r7iPFQIwOeprGP/BuhZr7zk4O7VV35x+Gvmy6cBqIQQKFd56zV2A3OlXUqpmJEj5XjZdbDoYy4xJjNrjEnnQqB2w5jvC/dd+GC5YRhbGNikIQobQDPv67J2zidgNcbRdbPJvPxUB4odO28rwuuvV8r2ZOdnAI4D/3KQIyOcQ8tjVnR5QO2Lj5wFjDR0zXEf0DXm47nbutkams3GZri1b4Q/8lOTc29izSaxzMpVzYlHvzikbcJgk5PTLvyrPh8zstHXP6aA93LGrWsmUE+88ZrvAAcevPxBQHsW9ovr8EyuT6SluQI+z6V9qXEcnHwvQYrTYnhwIwU8iTYWVyuHjg0T7zKVYhU3jCCZNzfP0Go+yOBJGOOF+dneB565RMPFWpOqm3dQmzBHcPir4X8zYmfeJ41t4+gyRhVy5+Bdm1X7BWk= ceph-fe81839c-0b4a-11ef-bc97-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-05-06T01:52:44.606 INFO:teuthology.orchestra.run.smithi055.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDFG3AHfri1wWJBP4E1kG+U3brw523bjqD0sGRGa66FExiIqn41JUIiYiwzEl4Cluso+TVKhlwQQgeOK78D7r7iPFQIwOeprGP/BuhZr7zk4O7VV35x+Gvmy6cBqIQQKFd56zV2A3OlXUqpmJEj5XjZdbDoYy4xJjNrjEnnQqB2w5jvC/dd+GC5YRhbGNikIQobQDPv67J2zidgNcbRdbPJvPxUB4odO28rwuuvV8r2ZOdnAI4D/3KQIyOcQ8tjVnR5QO2Lj5wFjDR0zXEf0DXm47nbutkams3GZri1b4Q/8lOTc29izSaxzMpVzYlHvzikbcJgk5PTLvyrPh8zstHXP6aA93LGrWsmUE+88ZrvAAcevPxBQHsW9ovr8EyuT6SluQI+z6V9qXEcnHwvQYrTYnhwIwU8iTYWVyuHjg0T7zKVYhU3jCCZNzfP0Go+yOBJGOOF+dneB565RMPFWpOqm3dQmzBHcPir4X8zYmfeJ41t4+gyRhVy5+Bdm1X7BWk= ceph-fe81839c-0b4a-11ef-bc97-c7b262605968 2024-05-06T01:52:44.617 DEBUG:teuthology.orchestra.run.smithi177:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDFG3AHfri1wWJBP4E1kG+U3brw523bjqD0sGRGa66FExiIqn41JUIiYiwzEl4Cluso+TVKhlwQQgeOK78D7r7iPFQIwOeprGP/BuhZr7zk4O7VV35x+Gvmy6cBqIQQKFd56zV2A3OlXUqpmJEj5XjZdbDoYy4xJjNrjEnnQqB2w5jvC/dd+GC5YRhbGNikIQobQDPv67J2zidgNcbRdbPJvPxUB4odO28rwuuvV8r2ZOdnAI4D/3KQIyOcQ8tjVnR5QO2Lj5wFjDR0zXEf0DXm47nbutkams3GZri1b4Q/8lOTc29izSaxzMpVzYlHvzikbcJgk5PTLvyrPh8zstHXP6aA93LGrWsmUE+88ZrvAAcevPxBQHsW9ovr8EyuT6SluQI+z6V9qXEcnHwvQYrTYnhwIwU8iTYWVyuHjg0T7zKVYhU3jCCZNzfP0Go+yOBJGOOF+dneB565RMPFWpOqm3dQmzBHcPir4X8zYmfeJ41t4+gyRhVy5+Bdm1X7BWk= ceph-fe81839c-0b4a-11ef-bc97-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-05-06T01:52:44.656 INFO:teuthology.orchestra.run.smithi177.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDFG3AHfri1wWJBP4E1kG+U3brw523bjqD0sGRGa66FExiIqn41JUIiYiwzEl4Cluso+TVKhlwQQgeOK78D7r7iPFQIwOeprGP/BuhZr7zk4O7VV35x+Gvmy6cBqIQQKFd56zV2A3OlXUqpmJEj5XjZdbDoYy4xJjNrjEnnQqB2w5jvC/dd+GC5YRhbGNikIQobQDPv67J2zidgNcbRdbPJvPxUB4odO28rwuuvV8r2ZOdnAI4D/3KQIyOcQ8tjVnR5QO2Lj5wFjDR0zXEf0DXm47nbutkams3GZri1b4Q/8lOTc29izSaxzMpVzYlHvzikbcJgk5PTLvyrPh8zstHXP6aA93LGrWsmUE+88ZrvAAcevPxBQHsW9ovr8EyuT6SluQI+z6V9qXEcnHwvQYrTYnhwIwU8iTYWVyuHjg0T7zKVYhU3jCCZNzfP0Go+yOBJGOOF+dneB565RMPFWpOqm3dQmzBHcPir4X8zYmfeJ41t4+gyRhVy5+Bdm1X7BWk= ceph-fe81839c-0b4a-11ef-bc97-c7b262605968 2024-05-06T01:52:44.660 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:44 smithi055 ceph-mon[28802]: from='client.? 172.21.15.55:0/2058532042' entity='client.admin' 2024-05-06T01:52:44.668 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe81839c-0b4a-11ef-bc97-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-05-06T01:52:44.931 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/fe81839c-0b4a-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T01:52:46.444 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:46 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:52:46.445 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:46 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:52:46.445 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:46 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:52:46.445 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:46 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T01:52:46.445 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:46 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:52:46.445 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:46 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:52:46.445 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:46 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:52:46.445 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:46 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:52:46.445 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:46 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:52:46.445 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:46 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:52:46.445 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:46 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T01:52:46.445 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:46 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:52:46.445 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:46 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:52:47.922 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-05-06T01:52:47.922 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe81839c-0b4a-11ef-bc97-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-05-06T01:52:48.197 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:47 smithi055 ceph-mon[28802]: from='client.? 172.21.15.55:0/3942239106' entity='client.admin' 2024-05-06T01:52:48.198 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:47 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T01:52:48.198 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:47 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:52:49.501 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/fe81839c-0b4a-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T01:52:50.796 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:50 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:52:50.796 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:50 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:52:52.599 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:52 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:52:52.599 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:52 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:52:52.599 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:52 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:52:52.599 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:52 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T01:52:52.599 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:52 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T01:52:52.599 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:52 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T01:52:52.632 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi177 2024-05-06T01:52:52.633 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2024-05-06T01:52:52.633 DEBUG:teuthology.orchestra.run.smithi177:> dd of=/etc/ceph/ceph.conf 2024-05-06T01:52:52.651 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2024-05-06T01:52:52.651 DEBUG:teuthology.orchestra.run.smithi177:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-05-06T01:52:52.711 INFO:tasks.cephadm:Adding host smithi177 to orchestrator... 2024-05-06T01:52:52.711 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe81839c-0b4a-11ef-bc97-c7b262605968 -- ceph orch host add smithi177 2024-05-06T01:52:52.957 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/fe81839c-0b4a-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T01:52:54.083 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:53 smithi055 ceph-mon[28802]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T01:52:54.083 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:53 smithi055 ceph-mon[28802]: Updating smithi055:/etc/ceph/ceph.conf 2024-05-06T01:52:54.083 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:53 smithi055 ceph-mon[28802]: Updating smithi055:/var/lib/ceph/fe81839c-0b4a-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T01:52:54.084 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:53 smithi055 ceph-mon[28802]: Updating smithi055:/etc/ceph/ceph.client.admin.keyring 2024-05-06T01:52:54.084 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:53 smithi055 ceph-mon[28802]: Updating smithi055:/var/lib/ceph/fe81839c-0b4a-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-06T01:52:54.084 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:53 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:52:54.084 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:53 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:52:54.084 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:53 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:52:55.349 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:54 smithi055 ceph-mon[28802]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi177", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T01:52:56.349 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:55 smithi055 ceph-mon[28802]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T01:52:56.349 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:55 smithi055 ceph-mon[28802]: Deploying cephadm binary to smithi177 2024-05-06T01:52:58.599 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:52:58 smithi055 ceph-mon[28802]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T01:52:59.034 INFO:teuthology.orchestra.run.smithi055.stdout:Added host 'smithi177' with addr '172.21.15.177' 2024-05-06T01:52:59.636 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe81839c-0b4a-11ef-bc97-c7b262605968 -- ceph orch host ls --format=json 2024-05-06T01:52:59.888 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/fe81839c-0b4a-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T01:53:00.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:00 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:00.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:00 smithi055 ceph-mon[28802]: Added host smithi177 2024-05-06T01:53:00.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:00 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T01:53:00.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:00 smithi055 ceph-mon[28802]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T01:53:00.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:00 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:01.349 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:01 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:01.349 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:01 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:01.349 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:01 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi177", "name": "osd_memory_target"}]: dispatch 2024-05-06T01:53:01.349 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:01 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T01:53:01.349 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:01 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T01:53:01.349 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:01 smithi055 ceph-mon[28802]: Updating smithi177:/etc/ceph/ceph.conf 2024-05-06T01:53:01.349 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:01 smithi055 ceph-mon[28802]: Updating smithi177:/var/lib/ceph/fe81839c-0b4a-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T01:53:01.350 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:01 smithi055 ceph-mon[28802]: Updating smithi177:/etc/ceph/ceph.client.admin.keyring 2024-05-06T01:53:01.350 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:01 smithi055 ceph-mon[28802]: Updating smithi177:/var/lib/ceph/fe81839c-0b4a-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-06T01:53:01.350 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:01 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:01.350 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:01 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:01.350 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:01 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi177", "caps": []}]: dispatch 2024-05-06T01:53:01.350 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:01 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi177", "caps": []}]': finished 2024-05-06T01:53:01.804 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-05-06T01:53:01.804 INFO:teuthology.orchestra.run.smithi055.stdout:[{"addr": "172.21.15.55", "hostname": "smithi055", "labels": [], "status": ""}, {"addr": "172.21.15.177", "hostname": "smithi177", "labels": [], "status": ""}] 2024-05-06T01:53:02.396 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:02 smithi055 ceph-mon[28802]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T01:53:02.397 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:02 smithi055 ceph-mon[28802]: Deploying daemon agent.smithi177 on smithi177 2024-05-06T01:53:02.397 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:02 smithi055 ceph-mon[28802]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T01:53:02.426 INFO:tasks.cephadm:Setting crush tunables to default 2024-05-06T01:53:02.426 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe81839c-0b4a-11ef-bc97-c7b262605968 -- ceph osd crush tunables default 2024-05-06T01:53:02.668 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/fe81839c-0b4a-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T01:53:03.849 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:03 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:03.850 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:03 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:03.850 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:03 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:03.850 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:03 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T01:53:03.850 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:03 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T01:53:03.850 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:03 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T01:53:03.850 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:03 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:03.850 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:03 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T01:53:03.850 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:03 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T01:53:03.850 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:03 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T01:53:03.850 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:03 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:03.850 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:03 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:03.850 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:03 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:03.850 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:03 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:05.099 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:04 smithi055 ceph-mon[28802]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T01:53:05.100 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:04 smithi055 ceph-mon[28802]: from='client.? 172.21.15.55:0/118975610' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-05-06T01:53:05.250 INFO:teuthology.orchestra.run.smithi055.stderr:adjusted tunables profile to default 2024-05-06T01:53:05.869 INFO:tasks.cephadm:Adding mon.a on smithi055 2024-05-06T01:53:05.869 INFO:tasks.cephadm:Adding mon.b on smithi177 2024-05-06T01:53:05.869 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe81839c-0b4a-11ef-bc97-c7b262605968 -- ceph orch apply mon '2;smithi055:172.21.15.55=a;smithi177:172.21.15.177=b' 2024-05-06T01:53:06.120 INFO:teuthology.orchestra.run.smithi177.stderr:Inferring config /var/lib/ceph/fe81839c-0b4a-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T01:53:06.537 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:06 smithi055 ceph-mon[28802]: from='client.? 172.21.15.55:0/118975610' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-05-06T01:53:06.537 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:06 smithi055 ceph-mon[28802]: osdmap e4: 0 total, 0 up, 0 in 2024-05-06T01:53:06.537 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:06 smithi055 ceph-mon[28802]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T01:53:06.537 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:06 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:06.538 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:06 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:06.538 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:06 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:07.731 INFO:teuthology.orchestra.run.smithi177.stdout:Scheduled mon update... 2024-05-06T01:53:08.298 DEBUG:teuthology.orchestra.run.smithi177:mon.b> sudo journalctl -f -n 0 -u ceph-fe81839c-0b4a-11ef-bc97-c7b262605968@mon.b.service 2024-05-06T01:53:08.301 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-05-06T01:53:08.301 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe81839c-0b4a-11ef-bc97-c7b262605968 -- ceph mon dump -f json 2024-05-06T01:53:08.349 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:08 smithi055 ceph-mon[28802]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T01:53:08.349 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:08 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:08.349 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:08 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:08.350 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:08 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:08.350 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:08 smithi055 ceph-mon[28802]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi055:172.21.15.55=a;smithi177:172.21.15.177=b", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T01:53:08.350 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:08 smithi055 ceph-mon[28802]: Saving service mon spec with placement smithi055:172.21.15.55=a;smithi177:172.21.15.177=b;count:2 2024-05-06T01:53:08.350 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:08 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:08.350 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:08 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T01:53:08.350 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:08 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T01:53:08.351 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:08 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T01:53:08.351 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:08 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:08.351 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:08 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T01:53:08.351 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:08 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T01:53:08.351 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:08 smithi055 ceph-mon[28802]: Deploying daemon mon.b on smithi177 2024-05-06T01:53:09.311 INFO:teuthology.orchestra.run.smithi177.stderr:Inferring config /var/lib/ceph/fe81839c-0b4a-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T01:53:10.599 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:10 smithi055 ceph-mon[28802]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T01:53:12.387 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 podman[30289]: 2024-05-06 01:53:12.303492641 +0000 UTC m=+0.121638737 container create 09e1847ebcce7982cd9bad68063e14d770878d15612f8c4eeab15a6a27352c44 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mon-b, io.buildah.version=1.33.5, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240430, ceph=True, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, org.label-schema.vendor=CentOS, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b) 2024-05-06T01:53:12.388 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-05-06T01:53:12.388 INFO:teuthology.orchestra.run.smithi177.stdout:{"epoch":1,"fsid":"fe81839c-0b4a-11ef-bc97-c7b262605968","modified":"2024-05-06T01:51:25.844394Z","created":"2024-05-06T01:51:25.844394Z","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.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-05-06T01:53:12.389 INFO:teuthology.orchestra.run.smithi177.stderr:dumped monmap epoch 1 2024-05-06T01:53:12.849 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:12 smithi055 ceph-mon[28802]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T01:53:13.022 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 podman[30289]: 2024-05-06 01:53:12.656638822 +0000 UTC m=+0.474784915 container init 09e1847ebcce7982cd9bad68063e14d770878d15612f8c4eeab15a6a27352c44 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mon-b, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240430, GIT_BRANCH=HEAD, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, org.label-schema.schema-version=1.0, ceph=True, maintainer=Guillaume Abrioux , io.buildah.version=1.33.5, org.label-schema.vendor=CentOS) 2024-05-06T01:53:13.022 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 podman[30289]: 2024-05-06 01:53:12.662672122 +0000 UTC m=+0.480818215 container start 09e1847ebcce7982cd9bad68063e14d770878d15612f8c4eeab15a6a27352c44 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mon-b, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240430, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, io.buildah.version=1.33.5, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, org.label-schema.vendor=CentOS, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, ceph=True) 2024-05-06T01:53:13.023 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: set uid:gid to 167:167 (ceph:ceph) 2024-05-06T01:53:13.023 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: ceph version 19.0.0-3516-ge08cbbf6 (e08cbbf6fd79a8dd2949f340bce25e28ea3db004) squid (dev), process ceph-mon, pid 7 2024-05-06T01:53:13.023 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: pidfile_write: ignore empty --pid-file 2024-05-06T01:53:13.023 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: load: jerasure load: lrc 2024-05-06T01:53:13.023 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: RocksDB version: 7.9.2 2024-05-06T01:53:13.023 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Git sha 0 2024-05-06T01:53:13.023 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Compile date 2024-05-03 20:59:59 2024-05-06T01:53:13.023 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: DB SUMMARY 2024-05-06T01:53:13.023 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: DB Session ID: PIBM09YX9CRYKXV62WJS 2024-05-06T01:53:13.023 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: CURRENT file: CURRENT 2024-05-06T01:53:13.023 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: IDENTITY file: IDENTITY 2024-05-06T01:53:13.023 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-05-06T01:53:13.023 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 0, files: 2024-05-06T01:53:13.023 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000004.log size: 511 ; 2024-05-06T01:53:13.023 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.error_if_exists: 0 2024-05-06T01:53:13.024 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.create_if_missing: 0 2024-05-06T01:53:13.024 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.paranoid_checks: 1 2024-05-06T01:53:13.024 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.flush_verify_memtable_count: 1 2024-05-06T01:53:13.024 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-05-06T01:53:13.024 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-05-06T01:53:13.024 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.env: 0x558ff904ccc0 2024-05-06T01:53:13.024 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.fs: PosixFileSystem 2024-05-06T01:53:13.024 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.info_log: 0x558ff9d3bda0 2024-05-06T01:53:13.024 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.max_file_opening_threads: 16 2024-05-06T01:53:13.026 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.statistics: (nil) 2024-05-06T01:53:13.026 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.use_fsync: 0 2024-05-06T01:53:13.026 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.max_log_file_size: 0 2024-05-06T01:53:13.026 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-05-06T01:53:13.026 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.log_file_time_to_roll: 0 2024-05-06T01:53:13.026 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.keep_log_file_num: 1000 2024-05-06T01:53:13.026 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.recycle_log_file_num: 0 2024-05-06T01:53:13.026 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.allow_fallocate: 1 2024-05-06T01:53:13.026 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.allow_mmap_reads: 0 2024-05-06T01:53:13.026 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.allow_mmap_writes: 0 2024-05-06T01:53:13.027 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.use_direct_reads: 0 2024-05-06T01:53:13.027 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-05-06T01:53:13.027 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.create_missing_column_families: 0 2024-05-06T01:53:13.027 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.db_log_dir: 2024-05-06T01:53:13.027 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.wal_dir: 2024-05-06T01:53:13.027 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.table_cache_numshardbits: 6 2024-05-06T01:53:13.027 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.WAL_ttl_seconds: 0 2024-05-06T01:53:13.027 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.WAL_size_limit_MB: 0 2024-05-06T01:53:13.027 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-05-06T01:53:13.027 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-05-06T01:53:13.027 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.is_fd_close_on_exec: 1 2024-05-06T01:53:13.027 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.advise_random_on_open: 1 2024-05-06T01:53:13.027 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.db_write_buffer_size: 0 2024-05-06T01:53:13.027 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.write_buffer_manager: 0x558ff9d0d0e0 2024-05-06T01:53:13.027 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-05-06T01:53:13.028 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-05-06T01:53:13.028 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.use_adaptive_mutex: 0 2024-05-06T01:53:13.028 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.rate_limiter: (nil) 2024-05-06T01:53:13.028 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-05-06T01:53:13.028 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.wal_recovery_mode: 2 2024-05-06T01:53:13.028 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.enable_thread_tracking: 0 2024-05-06T01:53:13.028 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.enable_pipelined_write: 0 2024-05-06T01:53:13.028 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.unordered_write: 0 2024-05-06T01:53:13.028 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-05-06T01:53:13.028 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-05-06T01:53:13.028 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-05-06T01:53:13.028 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-05-06T01:53:13.028 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.row_cache: None 2024-05-06T01:53:13.028 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.wal_filter: None 2024-05-06T01:53:13.028 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-05-06T01:53:13.029 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.allow_ingest_behind: 0 2024-05-06T01:53:13.029 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.two_write_queues: 0 2024-05-06T01:53:13.029 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.manual_wal_flush: 0 2024-05-06T01:53:13.029 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.wal_compression: 0 2024-05-06T01:53:13.029 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.atomic_flush: 0 2024-05-06T01:53:13.029 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-05-06T01:53:13.029 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.persist_stats_to_disk: 0 2024-05-06T01:53:13.029 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.write_dbid_to_manifest: 0 2024-05-06T01:53:13.029 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.log_readahead_size: 0 2024-05-06T01:53:13.029 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-05-06T01:53:13.029 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.best_efforts_recovery: 0 2024-05-06T01:53:13.029 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-05-06T01:53:13.029 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-05-06T01:53:13.029 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.allow_data_in_errors: 0 2024-05-06T01:53:13.030 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.db_host_id: __hostname__ 2024-05-06T01:53:13.030 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.enforce_single_del_contracts: true 2024-05-06T01:53:13.030 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.max_background_jobs: 2 2024-05-06T01:53:13.030 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.max_background_compactions: -1 2024-05-06T01:53:13.030 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.max_subcompactions: 1 2024-05-06T01:53:13.030 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-05-06T01:53:13.030 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-05-06T01:53:13.030 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.delayed_write_rate : 16777216 2024-05-06T01:53:13.030 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.max_total_wal_size: 0 2024-05-06T01:53:13.030 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-05-06T01:53:13.030 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.stats_dump_period_sec: 600 2024-05-06T01:53:13.030 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.stats_persist_period_sec: 600 2024-05-06T01:53:13.030 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-05-06T01:53:13.030 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.max_open_files: -1 2024-05-06T01:53:13.031 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.bytes_per_sync: 0 2024-05-06T01:53:13.031 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.wal_bytes_per_sync: 0 2024-05-06T01:53:13.031 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.strict_bytes_per_sync: 0 2024-05-06T01:53:13.031 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.compaction_readahead_size: 0 2024-05-06T01:53:13.031 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.max_background_flushes: -1 2024-05-06T01:53:13.031 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Compression algorithms supported: 2024-05-06T01:53:13.031 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-05-06T01:53:13.031 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: kZSTD supported: 0 2024-05-06T01:53:13.031 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: kXpressCompression supported: 0 2024-05-06T01:53:13.031 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: kLZ4HCCompression supported: 1 2024-05-06T01:53:13.031 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: kZlibCompression supported: 1 2024-05-06T01:53:13.031 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: kSnappyCompression supported: 1 2024-05-06T01:53:13.031 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: kLZ4Compression supported: 1 2024-05-06T01:53:13.031 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: kBZip2Compression supported: 0 2024-05-06T01:53:13.031 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Fast CRC32 supported: Supported on x86 2024-05-06T01:53:13.032 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: DMutex implementation: pthread_mutex_t 2024-05-06T01:53:13.032 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 2024-05-06T01:53:13.032 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-05-06T01:53:13.032 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-05-06T01:53:13.032 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.merge_operator: 2024-05-06T01:53:13.032 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.compaction_filter: None 2024-05-06T01:53:13.032 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.compaction_filter_factory: None 2024-05-06T01:53:13.032 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.sst_partitioner_factory: None 2024-05-06T01:53:13.032 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.memtable_factory: SkipListFactory 2024-05-06T01:53:13.032 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.table_factory: BlockBasedTable 2024-05-06T01:53:13.032 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x558ff9d3bf60) 2024-05-06T01:53:13.032 INFO:journalctl@ceph.mon.b.smithi177.stdout: cache_index_and_filter_blocks: 1 2024-05-06T01:53:13.032 INFO:journalctl@ceph.mon.b.smithi177.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-05-06T01:53:13.032 INFO:journalctl@ceph.mon.b.smithi177.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-05-06T01:53:13.032 INFO:journalctl@ceph.mon.b.smithi177.stdout: pin_top_level_index_and_filter: 1 2024-05-06T01:53:13.033 INFO:journalctl@ceph.mon.b.smithi177.stdout: index_type: 0 2024-05-06T01:53:13.033 INFO:journalctl@ceph.mon.b.smithi177.stdout: data_block_index_type: 0 2024-05-06T01:53:13.033 INFO:journalctl@ceph.mon.b.smithi177.stdout: index_shortening: 1 2024-05-06T01:53:13.033 INFO:journalctl@ceph.mon.b.smithi177.stdout: data_block_hash_table_util_ratio: 0.750000 2024-05-06T01:53:13.033 INFO:journalctl@ceph.mon.b.smithi177.stdout: checksum: 4 2024-05-06T01:53:13.033 INFO:journalctl@ceph.mon.b.smithi177.stdout: no_block_cache: 0 2024-05-06T01:53:13.033 INFO:journalctl@ceph.mon.b.smithi177.stdout: block_cache: 0x558ff9d3f1f0 2024-05-06T01:53:13.033 INFO:journalctl@ceph.mon.b.smithi177.stdout: block_cache_name: BinnedLRUCache 2024-05-06T01:53:13.033 INFO:journalctl@ceph.mon.b.smithi177.stdout: block_cache_options: 2024-05-06T01:53:13.033 INFO:journalctl@ceph.mon.b.smithi177.stdout: capacity : 536870912 2024-05-06T01:53:13.033 INFO:journalctl@ceph.mon.b.smithi177.stdout: num_shard_bits : 4 2024-05-06T01:53:13.033 INFO:journalctl@ceph.mon.b.smithi177.stdout: strict_capacity_limit : 0 2024-05-06T01:53:13.033 INFO:journalctl@ceph.mon.b.smithi177.stdout: high_pri_pool_ratio: 0.000 2024-05-06T01:53:13.033 INFO:journalctl@ceph.mon.b.smithi177.stdout: block_cache_compressed: (nil) 2024-05-06T01:53:13.033 INFO:journalctl@ceph.mon.b.smithi177.stdout: persistent_cache: (nil) 2024-05-06T01:53:13.034 INFO:journalctl@ceph.mon.b.smithi177.stdout: block_size: 4096 2024-05-06T01:53:13.034 INFO:journalctl@ceph.mon.b.smithi177.stdout: block_size_deviation: 10 2024-05-06T01:53:13.034 INFO:journalctl@ceph.mon.b.smithi177.stdout: block_restart_interval: 16 2024-05-06T01:53:13.034 INFO:journalctl@ceph.mon.b.smithi177.stdout: index_block_restart_interval: 1 2024-05-06T01:53:13.034 INFO:journalctl@ceph.mon.b.smithi177.stdout: metadata_block_size: 4096 2024-05-06T01:53:13.034 INFO:journalctl@ceph.mon.b.smithi177.stdout: partition_filters: 0 2024-05-06T01:53:13.034 INFO:journalctl@ceph.mon.b.smithi177.stdout: use_delta_encoding: 1 2024-05-06T01:53:13.034 INFO:journalctl@ceph.mon.b.smithi177.stdout: filter_policy: bloomfilter 2024-05-06T01:53:13.034 INFO:journalctl@ceph.mon.b.smithi177.stdout: whole_key_filtering: 1 2024-05-06T01:53:13.034 INFO:journalctl@ceph.mon.b.smithi177.stdout: verify_compression: 0 2024-05-06T01:53:13.034 INFO:journalctl@ceph.mon.b.smithi177.stdout: read_amp_bytes_per_bit: 0 2024-05-06T01:53:13.034 INFO:journalctl@ceph.mon.b.smithi177.stdout: format_version: 5 2024-05-06T01:53:13.034 INFO:journalctl@ceph.mon.b.smithi177.stdout: enable_index_compression: 1 2024-05-06T01:53:13.034 INFO:journalctl@ceph.mon.b.smithi177.stdout: block_align: 0 2024-05-06T01:53:13.035 INFO:journalctl@ceph.mon.b.smithi177.stdout: max_auto_readahead_size: 262144 2024-05-06T01:53:13.035 INFO:journalctl@ceph.mon.b.smithi177.stdout: prepopulate_block_cache: 0 2024-05-06T01:53:13.035 INFO:journalctl@ceph.mon.b.smithi177.stdout: initial_auto_readahead_size: 8192 2024-05-06T01:53:13.035 INFO:journalctl@ceph.mon.b.smithi177.stdout: num_file_reads_for_auto_readahead: 2 2024-05-06T01:53:13.035 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.write_buffer_size: 33554432 2024-05-06T01:53:13.035 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.max_write_buffer_number: 2 2024-05-06T01:53:13.035 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.compression: NoCompression 2024-05-06T01:53:13.035 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.bottommost_compression: Disabled 2024-05-06T01:53:13.035 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.prefix_extractor: nullptr 2024-05-06T01:53:13.035 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-05-06T01:53:13.035 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.num_levels: 7 2024-05-06T01:53:13.035 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-05-06T01:53:13.035 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-05-06T01:53:13.035 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-05-06T01:53:13.035 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-05-06T01:53:13.036 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-05-06T01:53:13.036 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-05-06T01:53:13.036 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-05-06T01:53:13.036 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-05-06T01:53:13.036 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-05-06T01:53:13.036 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-05-06T01:53:13.036 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-05-06T01:53:13.036 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-05-06T01:53:13.036 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.compression_opts.window_bits: -14 2024-05-06T01:53:13.036 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.compression_opts.level: 32767 2024-05-06T01:53:13.036 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.compression_opts.strategy: 0 2024-05-06T01:53:13.036 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-05-06T01:53:13.036 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-05-06T01:53:13.036 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-05-06T01:53:13.036 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-05-06T01:53:13.036 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.compression_opts.enabled: false 2024-05-06T01:53:13.037 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-05-06T01:53:13.037 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-05-06T01:53:13.037 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-05-06T01:53:13.037 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-05-06T01:53:13.037 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.target_file_size_base: 67108864 2024-05-06T01:53:13.037 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.target_file_size_multiplier: 1 2024-05-06T01:53:13.037 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-05-06T01:53:13.037 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-05-06T01:53:13.037 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-05-06T01:53:13.037 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-05-06T01:53:13.038 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-05-06T01:53:13.038 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-05-06T01:53:13.038 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-05-06T01:53:13.038 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-05-06T01:53:13.038 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-05-06T01:53:13.038 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-05-06T01:53:13.038 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-05-06T01:53:13.038 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-05-06T01:53:13.038 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-05-06T01:53:13.038 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.arena_block_size: 1048576 2024-05-06T01:53:13.038 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-05-06T01:53:13.038 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-05-06T01:53:13.038 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.disable_auto_compactions: 0 2024-05-06T01:53:13.038 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-05-06T01:53:13.039 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-05-06T01:53:13.039 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-05-06T01:53:13.039 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-05-06T01:53:13.039 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-05-06T01:53:13.039 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-05-06T01:53:13.039 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-05-06T01:53:13.039 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-05-06T01:53:13.039 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-05-06T01:53:13.039 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-05-06T01:53:13.039 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-05-06T01:53:13.039 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.inplace_update_support: 0 2024-05-06T01:53:13.039 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.inplace_update_num_locks: 10000 2024-05-06T01:53:13.039 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-05-06T01:53:13.039 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-05-06T01:53:13.039 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.memtable_huge_page_size: 0 2024-05-06T01:53:13.040 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.bloom_locality: 0 2024-05-06T01:53:13.040 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.max_successive_merges: 0 2024-05-06T01:53:13.040 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.optimize_filters_for_hits: 0 2024-05-06T01:53:13.040 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.paranoid_file_checks: 0 2024-05-06T01:53:13.040 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.force_consistency_checks: 1 2024-05-06T01:53:13.040 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.report_bg_io_stats: 0 2024-05-06T01:53:13.040 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.ttl: 2592000 2024-05-06T01:53:13.040 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.periodic_compaction_seconds: 0 2024-05-06T01:53:13.040 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-05-06T01:53:13.040 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-05-06T01:53:13.040 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.enable_blob_files: false 2024-05-06T01:53:13.040 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.min_blob_size: 0 2024-05-06T01:53:13.040 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.blob_file_size: 268435456 2024-05-06T01:53:13.040 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.blob_compression_type: NoCompression 2024-05-06T01:53:13.040 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.enable_blob_garbage_collection: false 2024-05-06T01:53:13.041 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-05-06T01:53:13.041 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-05-06T01:53:13.041 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-05-06T01:53:13.041 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.blob_file_starting_level: 0 2024-05-06T01:53:13.041 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-05-06T01:53:13.041 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-05-06T01:53:13.041 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-05-06T01:53:13.041 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 948a607c-2a9a-42b0-829b-d9ae0442ccd0 2024-05-06T01:53:13.041 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: EVENT_LOG_v1 {"time_micros": 1714960392693152, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-05-06T01:53:13.041 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-05-06T01:53:13.041 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: EVENT_LOG_v1 {"time_micros": 1714960392693716, "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": 1714960392, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "948a607c-2a9a-42b0-829b-d9ae0442ccd0", "db_session_id": "PIBM09YX9CRYKXV62WJS", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-05-06T01:53:13.041 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: EVENT_LOG_v1 {"time_micros": 1714960392693820, "job": 1, "event": "recovery_finished"} 2024-05-06T01:53:13.041 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-05-06T01:53:13.041 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-b/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-05-06T01:53:13.041 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x558ff9e5c000 2024-05-06T01:53:13.042 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: DB pointer 0x558ff9e48000 2024-05-06T01:53:13.042 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-05-06T01:53:13.042 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-05-06T01:53:13.042 INFO:journalctl@ceph.mon.b.smithi177.stdout: ** DB Stats ** 2024-05-06T01:53:13.042 INFO:journalctl@ceph.mon.b.smithi177.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-05-06T01:53:13.042 INFO:journalctl@ceph.mon.b.smithi177.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-05-06T01:53:13.042 INFO:journalctl@ceph.mon.b.smithi177.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-06T01:53:13.042 INFO:journalctl@ceph.mon.b.smithi177.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-06T01:53:13.042 INFO:journalctl@ceph.mon.b.smithi177.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-05-06T01:53:13.042 INFO:journalctl@ceph.mon.b.smithi177.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-06T01:53:13.042 INFO:journalctl@ceph.mon.b.smithi177.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-06T01:53:13.042 INFO:journalctl@ceph.mon.b.smithi177.stdout: 2024-05-06T01:53:13.042 INFO:journalctl@ceph.mon.b.smithi177.stdout: ** Compaction Stats [default] ** 2024-05-06T01:53:13.042 INFO:journalctl@ceph.mon.b.smithi177.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-05-06T01:53:13.042 INFO:journalctl@ceph.mon.b.smithi177.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-05-06T01:53:13.043 INFO:journalctl@ceph.mon.b.smithi177.stdout: L0 1/0 1.61 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-06T01:53:13.043 INFO:journalctl@ceph.mon.b.smithi177.stdout: Sum 1/0 1.61 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-06T01:53:13.043 INFO:journalctl@ceph.mon.b.smithi177.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-06T01:53:13.043 INFO:journalctl@ceph.mon.b.smithi177.stdout: 2024-05-06T01:53:13.043 INFO:journalctl@ceph.mon.b.smithi177.stdout: ** Compaction Stats [default] ** 2024-05-06T01:53:13.043 INFO:journalctl@ceph.mon.b.smithi177.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-05-06T01:53:13.043 INFO:journalctl@ceph.mon.b.smithi177.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-05-06T01:53:13.043 INFO:journalctl@ceph.mon.b.smithi177.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-06T01:53:13.043 INFO:journalctl@ceph.mon.b.smithi177.stdout: 2024-05-06T01:53:13.043 INFO:journalctl@ceph.mon.b.smithi177.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-05-06T01:53:13.043 INFO:journalctl@ceph.mon.b.smithi177.stdout: 2024-05-06T01:53:13.043 INFO:journalctl@ceph.mon.b.smithi177.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-05-06T01:53:13.043 INFO:journalctl@ceph.mon.b.smithi177.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-05-06T01:53:13.043 INFO:journalctl@ceph.mon.b.smithi177.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-05-06T01:53:13.043 INFO:journalctl@ceph.mon.b.smithi177.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-05-06T01:53:13.044 INFO:journalctl@ceph.mon.b.smithi177.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-05-06T01:53:13.044 INFO:journalctl@ceph.mon.b.smithi177.stdout: AddFile(Keys): cumulative 0, interval 0 2024-05-06T01:53:13.044 INFO:journalctl@ceph.mon.b.smithi177.stdout: Cumulative compaction: 0.00 GB write, 0.47 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-06T01:53:13.044 INFO:journalctl@ceph.mon.b.smithi177.stdout: Interval compaction: 0.00 GB write, 0.47 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-06T01:53:13.045 INFO:journalctl@ceph.mon.b.smithi177.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-05-06T01:53:13.045 INFO:journalctl@ceph.mon.b.smithi177.stdout: Block cache BinnedLRUCache@0x558ff9d3f1f0#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 9e-06 secs_since: 0 2024-05-06T01:53:13.045 INFO:journalctl@ceph.mon.b.smithi177.stdout: Block cache entry stats(count,size,portion): FilterBlock(1,0.11 KB,2.08616e-05%) IndexBlock(1,0.11 KB,2.08616e-05%) Misc(1,0.00 KB,0%) 2024-05-06T01:53:13.045 INFO:journalctl@ceph.mon.b.smithi177.stdout: 2024-05-06T01:53:13.045 INFO:journalctl@ceph.mon.b.smithi177.stdout: ** File Read Latency Histogram By Level [default] ** 2024-05-06T01:53:13.045 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: mon.b does not exist in monmap, will attempt to join an existing cluster 2024-05-06T01:53:13.045 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: using public_addr v2:172.21.15.177:0/0 -> [v2:172.21.15.177:3300/0,v1:172.21.15.177:6789/0] 2024-05-06T01:53:13.045 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: starting mon.b rank -1 at public addrs [v2:172.21.15.177:3300/0,v1:172.21.15.177:6789/0] at bind addrs [v2:172.21.15.177:3300/0,v1:172.21.15.177:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid fe81839c-0b4a-11ef-bc97-c7b262605968 2024-05-06T01:53:13.045 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: mon.b@-1(???) e0 preinit fsid fe81839c-0b4a-11ef-bc97-c7b262605968 2024-05-06T01:53:13.045 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: mon.b@-1(synchronizing).mds e1 new map 2024-05-06T01:53:13.045 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: mon.b@-1(synchronizing).mds e1 print_map 2024-05-06T01:53:13.045 INFO:journalctl@ceph.mon.b.smithi177.stdout: e1 2024-05-06T01:53:13.045 INFO:journalctl@ceph.mon.b.smithi177.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-05-06T01:53:13.045 INFO:journalctl@ceph.mon.b.smithi177.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2024-05-06T01:53:13.045 INFO:journalctl@ceph.mon.b.smithi177.stdout: legacy client fscid: -1 2024-05-06T01:53:13.046 INFO:journalctl@ceph.mon.b.smithi177.stdout: 2024-05-06T01:53:13.046 INFO:journalctl@ceph.mon.b.smithi177.stdout: No filesystems configured 2024-05-06T01:53:13.046 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-05-06T01:53:13.046 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: mon.b@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-05-06T01:53:13.046 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-05-06T01:53:13.046 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-05-06T01:53:13.046 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-05-06T01:53:13.046 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-05-06T01:53:13.046 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: mon.b@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-05-06T01:53:13.046 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-05-06T01:53:13.046 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-05-06T01:53:13.046 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-05-06T01:53:13.046 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:13.046 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: Added host smithi177 2024-05-06T01:53:13.046 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T01:53:13.047 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T01:53:13.047 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:13.047 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:13.047 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:13.047 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi177", "name": "osd_memory_target"}]: dispatch 2024-05-06T01:53:13.047 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T01:53:13.047 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T01:53:13.047 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: Updating smithi177:/etc/ceph/ceph.conf 2024-05-06T01:53:13.047 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: Updating smithi177:/var/lib/ceph/fe81839c-0b4a-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T01:53:13.047 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: Updating smithi177:/etc/ceph/ceph.client.admin.keyring 2024-05-06T01:53:13.047 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: Updating smithi177:/var/lib/ceph/fe81839c-0b4a-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-06T01:53:13.047 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:13.047 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:13.047 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi177", "caps": []}]: dispatch 2024-05-06T01:53:13.048 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi177", "caps": []}]': finished 2024-05-06T01:53:13.048 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T01:53:13.048 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: Deploying daemon agent.smithi177 on smithi177 2024-05-06T01:53:13.048 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T01:53:13.048 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:13.048 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:13.048 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:13.048 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T01:53:13.048 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T01:53:13.048 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T01:53:13.048 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:13.048 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T01:53:13.048 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T01:53:13.048 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T01:53:13.049 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:13.049 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:13.049 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:13.049 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:13.049 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T01:53:13.049 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: from='client.? 172.21.15.55:0/118975610' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-05-06T01:53:13.049 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: from='client.? 172.21.15.55:0/118975610' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-05-06T01:53:13.049 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: osdmap e4: 0 total, 0 up, 0 in 2024-05-06T01:53:13.049 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T01:53:13.049 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:13.049 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:13.049 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:13.049 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T01:53:13.049 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:13.049 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:13.050 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:13.050 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi055:172.21.15.55=a;smithi177:172.21.15.177=b", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T01:53:13.050 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: Saving service mon spec with placement smithi055:172.21.15.55=a;smithi177:172.21.15.177=b;count:2 2024-05-06T01:53:13.050 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:13.050 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T01:53:13.050 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T01:53:13.050 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T01:53:13.050 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:13.050 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T01:53:13.050 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T01:53:13.050 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: Deploying daemon mon.b on smithi177 2024-05-06T01:53:13.050 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T01:53:13.051 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T01:53:13.051 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 ceph-mon[30339]: mon.b@-1(synchronizing).paxosservice(auth 1..5) refresh upgraded, format 0 -> 3 2024-05-06T01:53:13.051 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 bash[30289]: 09e1847ebcce7982cd9bad68063e14d770878d15612f8c4eeab15a6a27352c44 2024-05-06T01:53:13.051 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:12 smithi177 systemd[1]: Started Ceph mon.b for fe81839c-0b4a-11ef-bc97-c7b262605968. 2024-05-06T01:53:14.052 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-05-06T01:53:14.053 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe81839c-0b4a-11ef-bc97-c7b262605968 -- ceph mon dump -f json 2024-05-06T01:53:14.305 INFO:teuthology.orchestra.run.smithi177.stderr:Inferring config /var/lib/ceph/fe81839c-0b4a-11ef-bc97-c7b262605968/mon.b/config 2024-05-06T01:53:18.099 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:17 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T01:53:18.099 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:17 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T01:53:18.100 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:17 smithi055 ceph-mon[28802]: mon.a calling monitor election 2024-05-06T01:53:18.100 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:17 smithi055 ceph-mon[28802]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T01:53:18.100 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:17 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T01:53:18.100 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:17 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T01:53:18.100 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:17 smithi055 ceph-mon[28802]: mon.b calling monitor election 2024-05-06T01:53:18.100 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:17 smithi055 ceph-mon[28802]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T01:53:18.100 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:17 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T01:53:18.100 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:17 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T01:53:18.100 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:17 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T01:53:18.100 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:17 smithi055 ceph-mon[28802]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-05-06T01:53:18.100 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:17 smithi055 ceph-mon[28802]: monmap epoch 2 2024-05-06T01:53:18.100 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:17 smithi055 ceph-mon[28802]: fsid fe81839c-0b4a-11ef-bc97-c7b262605968 2024-05-06T01:53:18.100 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:17 smithi055 ceph-mon[28802]: last_changed 2024-05-06T01:53:12.722211+0000 2024-05-06T01:53:18.100 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:17 smithi055 ceph-mon[28802]: created 2024-05-06T01:51:25.844394+0000 2024-05-06T01:53:18.100 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:17 smithi055 ceph-mon[28802]: min_mon_release 19 (squid) 2024-05-06T01:53:18.101 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:17 smithi055 ceph-mon[28802]: election_strategy: 1 2024-05-06T01:53:18.101 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:17 smithi055 ceph-mon[28802]: 0: [v2:172.21.15.55:3300/0,v1:172.21.15.55:6789/0] mon.a 2024-05-06T01:53:18.101 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:17 smithi055 ceph-mon[28802]: 1: [v2:172.21.15.177:3300/0,v1:172.21.15.177:6789/0] mon.b 2024-05-06T01:53:18.101 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:17 smithi055 ceph-mon[28802]: fsmap 2024-05-06T01:53:18.101 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:17 smithi055 ceph-mon[28802]: osdmap e4: 0 total, 0 up, 0 in 2024-05-06T01:53:18.101 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:17 smithi055 ceph-mon[28802]: mgrmap e13: a(active, since 42s) 2024-05-06T01:53:18.101 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:17 smithi055 ceph-mon[28802]: overall HEALTH_OK 2024-05-06T01:53:18.101 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:17 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:18.101 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:17 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:18.101 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:17 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:18.101 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:17 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:18.273 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:17 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T01:53:18.273 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:17 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T01:53:18.273 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:17 smithi177 ceph-mon[30339]: mon.a calling monitor election 2024-05-06T01:53:18.273 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:17 smithi177 ceph-mon[30339]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T01:53:18.273 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:17 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T01:53:18.274 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:17 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T01:53:18.274 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:17 smithi177 ceph-mon[30339]: mon.b calling monitor election 2024-05-06T01:53:18.274 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:17 smithi177 ceph-mon[30339]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T01:53:18.274 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:17 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T01:53:18.274 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:17 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T01:53:18.274 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:17 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T01:53:18.274 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:17 smithi177 ceph-mon[30339]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-05-06T01:53:18.274 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:17 smithi177 ceph-mon[30339]: monmap epoch 2 2024-05-06T01:53:18.274 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:17 smithi177 ceph-mon[30339]: fsid fe81839c-0b4a-11ef-bc97-c7b262605968 2024-05-06T01:53:18.274 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:17 smithi177 ceph-mon[30339]: last_changed 2024-05-06T01:53:12.722211+0000 2024-05-06T01:53:18.274 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:17 smithi177 ceph-mon[30339]: created 2024-05-06T01:51:25.844394+0000 2024-05-06T01:53:18.274 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:17 smithi177 ceph-mon[30339]: min_mon_release 19 (squid) 2024-05-06T01:53:18.274 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:17 smithi177 ceph-mon[30339]: election_strategy: 1 2024-05-06T01:53:18.275 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:17 smithi177 ceph-mon[30339]: 0: [v2:172.21.15.55:3300/0,v1:172.21.15.55:6789/0] mon.a 2024-05-06T01:53:18.275 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:17 smithi177 ceph-mon[30339]: 1: [v2:172.21.15.177:3300/0,v1:172.21.15.177:6789/0] mon.b 2024-05-06T01:53:18.275 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:17 smithi177 ceph-mon[30339]: fsmap 2024-05-06T01:53:18.275 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:17 smithi177 ceph-mon[30339]: osdmap e4: 0 total, 0 up, 0 in 2024-05-06T01:53:18.275 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:17 smithi177 ceph-mon[30339]: mgrmap e13: a(active, since 42s) 2024-05-06T01:53:18.275 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:17 smithi177 ceph-mon[30339]: overall HEALTH_OK 2024-05-06T01:53:18.275 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:17 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:18.275 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:17 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:18.275 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:17 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:18.275 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:17 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:18.944 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:18 smithi177 ceph-mon[30339]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T01:53:18.944 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:18 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T01:53:18.944 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:18 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T01:53:18.944 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:18 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T01:53:18.944 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:18 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:18.945 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:18 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:18.945 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:18 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:18.945 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:18 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:18.945 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:18 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:18.945 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:18 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T01:53:18.945 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:18 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T01:53:18.945 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:18 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T01:53:18.945 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:18 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T01:53:19.101 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:18 smithi055 ceph-mon[28802]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T01:53:19.101 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:18 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T01:53:19.102 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:18 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T01:53:19.102 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:18 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T01:53:19.102 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:18 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:19.102 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:18 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:19.102 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:18 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:19.102 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:18 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:19.102 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:18 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:19.102 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:18 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T01:53:19.102 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:18 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T01:53:19.102 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:18 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T01:53:19.102 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:18 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T01:53:19.133 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-05-06T01:53:19.134 INFO:teuthology.orchestra.run.smithi177.stdout:{"epoch":2,"fsid":"fe81839c-0b4a-11ef-bc97-c7b262605968","modified":"2024-05-06T01:53:12.722211Z","created":"2024-05-06T01:51:25.844394Z","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.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:3300","nonce":0},{"type":"v1","addr":"172.21.15.177:6789","nonce":0}]},"addr":"172.21.15.177:6789/0","public_addr":"172.21.15.177:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-05-06T01:53:19.135 INFO:teuthology.orchestra.run.smithi177.stderr:dumped monmap epoch 2 2024-05-06T01:53:19.917 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:19 smithi177 ceph-mon[30339]: Updating smithi055:/etc/ceph/ceph.conf 2024-05-06T01:53:19.918 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:19 smithi177 ceph-mon[30339]: Updating smithi177:/etc/ceph/ceph.conf 2024-05-06T01:53:19.918 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:19 smithi177 ceph-mon[30339]: Updating smithi055:/var/lib/ceph/fe81839c-0b4a-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T01:53:19.918 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:19 smithi177 ceph-mon[30339]: Updating smithi177:/var/lib/ceph/fe81839c-0b4a-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T01:53:19.918 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:19 smithi177 ceph-mon[30339]: Metadata not up to date on all hosts. Skipping non agent specs 2024-05-06T01:53:19.918 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:19 smithi177 ceph-mon[30339]: Reconfiguring mon.a (unknown last config time)... 2024-05-06T01:53:19.918 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:19 smithi177 ceph-mon[30339]: Reconfiguring daemon mon.a on smithi055 2024-05-06T01:53:19.918 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:19 smithi177 ceph-mon[30339]: from='client.? 172.21.15.177:0/1493868262' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-06T01:53:20.067 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:19 smithi055 ceph-mon[28802]: Updating smithi055:/etc/ceph/ceph.conf 2024-05-06T01:53:20.068 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:19 smithi055 ceph-mon[28802]: Updating smithi177:/etc/ceph/ceph.conf 2024-05-06T01:53:20.068 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:19 smithi055 ceph-mon[28802]: Updating smithi055:/var/lib/ceph/fe81839c-0b4a-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T01:53:20.068 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:19 smithi055 ceph-mon[28802]: Updating smithi177:/var/lib/ceph/fe81839c-0b4a-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T01:53:20.068 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:19 smithi055 ceph-mon[28802]: Metadata not up to date on all hosts. Skipping non agent specs 2024-05-06T01:53:20.068 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:19 smithi055 ceph-mon[28802]: Reconfiguring mon.a (unknown last config time)... 2024-05-06T01:53:20.068 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:19 smithi055 ceph-mon[28802]: Reconfiguring daemon mon.a on smithi055 2024-05-06T01:53:20.068 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:19 smithi055 ceph-mon[28802]: from='client.? 172.21.15.177:0/1493868262' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-06T01:53:20.234 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-05-06T01:53:20.234 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe81839c-0b4a-11ef-bc97-c7b262605968 -- ceph config generate-minimal-conf 2024-05-06T01:53:20.488 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/fe81839c-0b4a-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T01:53:20.862 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:20 smithi055 ceph-mon[28802]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T01:53:20.862 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:20 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:20.862 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:20 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:20.862 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:20 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:20.862 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:20 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T01:53:20.862 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:20 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T01:53:20.862 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:20 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T01:53:20.912 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:20 smithi177 ceph-mon[30339]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T01:53:20.913 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:20 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:20.913 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:20 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:20.913 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:20 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:20.913 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:20 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T01:53:20.913 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:20 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T01:53:20.913 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:20 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T01:53:21.849 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:21 smithi055 ceph-mon[28802]: Reconfiguring mon.b (monmap changed)... 2024-05-06T01:53:21.849 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:21 smithi055 ceph-mon[28802]: Reconfiguring daemon mon.b on smithi177 2024-05-06T01:53:21.849 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:21 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:22.023 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:21 smithi177 ceph-mon[30339]: Reconfiguring mon.b (monmap changed)... 2024-05-06T01:53:22.023 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:21 smithi177 ceph-mon[30339]: Reconfiguring daemon mon.b on smithi177 2024-05-06T01:53:22.023 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:21 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:22.332 INFO:teuthology.orchestra.run.smithi055.stdout:# minimal ceph.conf for fe81839c-0b4a-11ef-bc97-c7b262605968 2024-05-06T01:53:22.332 INFO:teuthology.orchestra.run.smithi055.stdout:[global] 2024-05-06T01:53:22.332 INFO:teuthology.orchestra.run.smithi055.stdout: fsid = fe81839c-0b4a-11ef-bc97-c7b262605968 2024-05-06T01:53:22.332 INFO:teuthology.orchestra.run.smithi055.stdout: mon_host = [v2:172.21.15.55:3300/0,v1:172.21.15.55:6789/0] [v2:172.21.15.177:3300/0,v1:172.21.15.177:6789/0] 2024-05-06T01:53:22.905 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:22 smithi055 ceph-mon[28802]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T01:53:22.905 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:22 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:22.905 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:22 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:22.905 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:22 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T01:53:22.905 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:22 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T01:53:22.905 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:22 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T01:53:22.905 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:22 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:22.905 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:22 smithi055 ceph-mon[28802]: from='client.? 172.21.15.55:0/2923012191' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T01:53:22.905 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:22 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:22.905 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:22 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:22.906 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:22 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:22.906 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:22 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T01:53:22.906 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:22 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T01:53:22.906 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:22 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T01:53:22.906 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:22 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:22.930 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-05-06T01:53:22.930 DEBUG:teuthology.orchestra.run.smithi055:> set -ex 2024-05-06T01:53:22.930 DEBUG:teuthology.orchestra.run.smithi055:> sudo dd of=/etc/ceph/ceph.conf 2024-05-06T01:53:22.956 DEBUG:teuthology.orchestra.run.smithi055:> set -ex 2024-05-06T01:53:22.956 DEBUG:teuthology.orchestra.run.smithi055:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-05-06T01:53:23.020 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2024-05-06T01:53:23.021 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd of=/etc/ceph/ceph.conf 2024-05-06T01:53:23.043 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:22 smithi177 ceph-mon[30339]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T01:53:23.043 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:22 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:23.043 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:22 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:23.043 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:22 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T01:53:23.043 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:22 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T01:53:23.043 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:22 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T01:53:23.043 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:22 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:23.043 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:22 smithi177 ceph-mon[30339]: from='client.? 172.21.15.55:0/2923012191' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T01:53:23.043 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:22 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:23.043 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:22 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:23.043 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:22 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:23.043 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:22 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T01:53:23.043 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:22 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T01:53:23.044 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:22 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T01:53:23.044 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:22 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:23.047 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2024-05-06T01:53:23.047 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-05-06T01:53:23.110 INFO:tasks.cephadm:Adding mgr.a on smithi055 2024-05-06T01:53:23.110 INFO:tasks.cephadm:Adding mgr.b on smithi177 2024-05-06T01:53:23.110 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe81839c-0b4a-11ef-bc97-c7b262605968 -- ceph orch apply mgr '2;smithi055=a;smithi177=b' 2024-05-06T01:53:23.379 INFO:teuthology.orchestra.run.smithi177.stderr:Inferring config /var/lib/ceph/fe81839c-0b4a-11ef-bc97-c7b262605968/mon.b/config 2024-05-06T01:53:24.099 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:23 smithi055 ceph-mon[28802]: Metadata not up to date on all hosts. Skipping non agent specs 2024-05-06T01:53:24.176 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:23 smithi177 ceph-mon[30339]: Metadata not up to date on all hosts. Skipping non agent specs 2024-05-06T01:53:25.099 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:24 smithi055 ceph-mon[28802]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T01:53:25.147 INFO:teuthology.orchestra.run.smithi177.stdout:Scheduled mgr update... 2024-05-06T01:53:25.147 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:24 smithi177 ceph-mon[30339]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T01:53:25.738 DEBUG:teuthology.orchestra.run.smithi177:mgr.b> sudo journalctl -f -n 0 -u ceph-fe81839c-0b4a-11ef-bc97-c7b262605968@mgr.b.service 2024-05-06T01:53:25.740 INFO:tasks.cephadm:Deploying OSDs... 2024-05-06T01:53:25.741 DEBUG:teuthology.orchestra.run.smithi055:> set -ex 2024-05-06T01:53:25.741 DEBUG:teuthology.orchestra.run.smithi055:> dd if=/scratch_devs of=/dev/stdout 2024-05-06T01:53:25.759 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-05-06T01:53:25.759 DEBUG:teuthology.orchestra.run.smithi055:> stat /dev/vg_nvme/lv_1 2024-05-06T01:53:25.816 INFO:teuthology.orchestra.run.smithi055.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-05-06T01:53:25.816 INFO:teuthology.orchestra.run.smithi055.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-06T01:53:25.816 INFO:teuthology.orchestra.run.smithi055.stdout:Device: 5h/5d Inode: 667 Links: 1 2024-05-06T01:53:25.816 INFO:teuthology.orchestra.run.smithi055.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-06T01:53:25.816 INFO:teuthology.orchestra.run.smithi055.stdout:Context: system_u:object_r:device_t:s0 2024-05-06T01:53:25.816 INFO:teuthology.orchestra.run.smithi055.stdout:Access: 2024-05-06 01:53:08.053878912 +0000 2024-05-06T01:53:25.816 INFO:teuthology.orchestra.run.smithi055.stdout:Modify: 2024-05-06 01:47:28.612727848 +0000 2024-05-06T01:53:25.816 INFO:teuthology.orchestra.run.smithi055.stdout:Change: 2024-05-06 01:47:28.612727848 +0000 2024-05-06T01:53:25.817 INFO:teuthology.orchestra.run.smithi055.stdout: Birth: 2024-05-06 01:47:28.612727848 +0000 2024-05-06T01:53:25.817 DEBUG:teuthology.orchestra.run.smithi055:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-05-06T01:53:25.882 INFO:teuthology.orchestra.run.smithi055.stderr:1+0 records in 2024-05-06T01:53:25.882 INFO:teuthology.orchestra.run.smithi055.stderr:1+0 records out 2024-05-06T01:53:25.882 INFO:teuthology.orchestra.run.smithi055.stderr:512 bytes copied, 0.000294626 s, 1.7 MB/s 2024-05-06T01:53:25.883 DEBUG:teuthology.orchestra.run.smithi055:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-05-06T01:53:25.941 DEBUG:teuthology.orchestra.run.smithi055:> stat /dev/vg_nvme/lv_2 2024-05-06T01:53:25.999 INFO:teuthology.orchestra.run.smithi055.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-05-06T01:53:26.000 INFO:teuthology.orchestra.run.smithi055.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-06T01:53:26.000 INFO:teuthology.orchestra.run.smithi055.stdout:Device: 5h/5d Inode: 686 Links: 1 2024-05-06T01:53:26.000 INFO:teuthology.orchestra.run.smithi055.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-06T01:53:26.000 INFO:teuthology.orchestra.run.smithi055.stdout:Context: system_u:object_r:device_t:s0 2024-05-06T01:53:26.000 INFO:teuthology.orchestra.run.smithi055.stdout:Access: 2024-05-06 01:53:08.053878912 +0000 2024-05-06T01:53:26.000 INFO:teuthology.orchestra.run.smithi055.stdout:Modify: 2024-05-06 01:47:28.960720897 +0000 2024-05-06T01:53:26.000 INFO:teuthology.orchestra.run.smithi055.stdout:Change: 2024-05-06 01:47:28.960720897 +0000 2024-05-06T01:53:26.000 INFO:teuthology.orchestra.run.smithi055.stdout: Birth: 2024-05-06 01:47:28.960720897 +0000 2024-05-06T01:53:26.000 DEBUG:teuthology.orchestra.run.smithi055:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-05-06T01:53:26.065 INFO:teuthology.orchestra.run.smithi055.stderr:1+0 records in 2024-05-06T01:53:26.065 INFO:teuthology.orchestra.run.smithi055.stderr:1+0 records out 2024-05-06T01:53:26.065 INFO:teuthology.orchestra.run.smithi055.stderr:512 bytes copied, 0.000279027 s, 1.8 MB/s 2024-05-06T01:53:26.066 DEBUG:teuthology.orchestra.run.smithi055:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-05-06T01:53:26.124 DEBUG:teuthology.orchestra.run.smithi055:> stat /dev/vg_nvme/lv_3 2024-05-06T01:53:26.179 INFO:teuthology.orchestra.run.smithi055.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-05-06T01:53:26.180 INFO:teuthology.orchestra.run.smithi055.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-06T01:53:26.180 INFO:teuthology.orchestra.run.smithi055.stdout:Device: 5h/5d Inode: 704 Links: 1 2024-05-06T01:53:26.180 INFO:teuthology.orchestra.run.smithi055.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-06T01:53:26.180 INFO:teuthology.orchestra.run.smithi055.stdout:Context: system_u:object_r:device_t:s0 2024-05-06T01:53:26.180 INFO:teuthology.orchestra.run.smithi055.stdout:Access: 2024-05-06 01:53:08.053878912 +0000 2024-05-06T01:53:26.180 INFO:teuthology.orchestra.run.smithi055.stdout:Modify: 2024-05-06 01:47:29.319713725 +0000 2024-05-06T01:53:26.180 INFO:teuthology.orchestra.run.smithi055.stdout:Change: 2024-05-06 01:47:29.319713725 +0000 2024-05-06T01:53:26.180 INFO:teuthology.orchestra.run.smithi055.stdout: Birth: 2024-05-06 01:47:29.319713725 +0000 2024-05-06T01:53:26.180 DEBUG:teuthology.orchestra.run.smithi055:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-05-06T01:53:26.242 INFO:teuthology.orchestra.run.smithi055.stderr:1+0 records in 2024-05-06T01:53:26.243 INFO:teuthology.orchestra.run.smithi055.stderr:1+0 records out 2024-05-06T01:53:26.243 INFO:teuthology.orchestra.run.smithi055.stderr:512 bytes copied, 0.000259605 s, 2.0 MB/s 2024-05-06T01:53:26.244 DEBUG:teuthology.orchestra.run.smithi055:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-05-06T01:53:26.273 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:26 smithi177 ceph-mon[30339]: from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi055=a;smithi177=b", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T01:53:26.273 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:26 smithi177 ceph-mon[30339]: Saving service mgr spec with placement smithi055=a;smithi177=b;count:2 2024-05-06T01:53:26.273 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:26 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:26.273 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:26 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T01:53:26.273 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:26 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T01:53:26.273 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:26 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T01:53:26.273 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:26 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:26.273 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:26 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-06T01:53:26.273 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:26 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-05-06T01:53:26.274 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:26 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-06T01:53:26.274 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:26 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T01:53:26.274 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:26 smithi177 ceph-mon[30339]: Deploying daemon mgr.b on smithi177 2024-05-06T01:53:26.274 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:26 smithi177 ceph-mon[30339]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T01:53:26.299 DEBUG:teuthology.orchestra.run.smithi055:> stat /dev/vg_nvme/lv_4 2024-05-06T01:53:26.355 INFO:teuthology.orchestra.run.smithi055.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-05-06T01:53:26.355 INFO:teuthology.orchestra.run.smithi055.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-06T01:53:26.355 INFO:teuthology.orchestra.run.smithi055.stdout:Device: 5h/5d Inode: 722 Links: 1 2024-05-06T01:53:26.355 INFO:teuthology.orchestra.run.smithi055.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-06T01:53:26.355 INFO:teuthology.orchestra.run.smithi055.stdout:Context: system_u:object_r:device_t:s0 2024-05-06T01:53:26.355 INFO:teuthology.orchestra.run.smithi055.stdout:Access: 2024-05-06 01:53:08.053878912 +0000 2024-05-06T01:53:26.355 INFO:teuthology.orchestra.run.smithi055.stdout:Modify: 2024-05-06 01:47:29.663706854 +0000 2024-05-06T01:53:26.356 INFO:teuthology.orchestra.run.smithi055.stdout:Change: 2024-05-06 01:47:29.663706854 +0000 2024-05-06T01:53:26.356 INFO:teuthology.orchestra.run.smithi055.stdout: Birth: 2024-05-06 01:47:29.663706854 +0000 2024-05-06T01:53:26.356 DEBUG:teuthology.orchestra.run.smithi055:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-05-06T01:53:26.416 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:26 smithi055 ceph-mon[28802]: from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi055=a;smithi177=b", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T01:53:26.416 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:26 smithi055 ceph-mon[28802]: Saving service mgr spec with placement smithi055=a;smithi177=b;count:2 2024-05-06T01:53:26.416 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:26 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:26.416 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:26 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T01:53:26.417 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:26 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T01:53:26.417 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:26 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T01:53:26.417 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:26 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:26.417 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:26 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-06T01:53:26.417 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:26 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-05-06T01:53:26.417 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:26 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-06T01:53:26.417 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:26 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T01:53:26.417 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:26 smithi055 ceph-mon[28802]: Deploying daemon mgr.b on smithi177 2024-05-06T01:53:26.417 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:26 smithi055 ceph-mon[28802]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T01:53:26.418 INFO:teuthology.orchestra.run.smithi055.stderr:1+0 records in 2024-05-06T01:53:26.419 INFO:teuthology.orchestra.run.smithi055.stderr:1+0 records out 2024-05-06T01:53:26.419 INFO:teuthology.orchestra.run.smithi055.stderr:512 bytes copied, 0.000267853 s, 1.9 MB/s 2024-05-06T01:53:26.420 DEBUG:teuthology.orchestra.run.smithi055:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-05-06T01:53:26.475 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2024-05-06T01:53:26.476 DEBUG:teuthology.orchestra.run.smithi177:> dd if=/scratch_devs of=/dev/stdout 2024-05-06T01:53:26.491 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-05-06T01:53:26.491 DEBUG:teuthology.orchestra.run.smithi177:> stat /dev/vg_nvme/lv_1 2024-05-06T01:53:26.547 INFO:teuthology.orchestra.run.smithi177.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-05-06T01:53:26.547 INFO:teuthology.orchestra.run.smithi177.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-06T01:53:26.547 INFO:teuthology.orchestra.run.smithi177.stdout:Device: 5h/5d Inode: 663 Links: 1 2024-05-06T01:53:26.547 INFO:teuthology.orchestra.run.smithi177.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-06T01:53:26.547 INFO:teuthology.orchestra.run.smithi177.stdout:Context: system_u:object_r:device_t:s0 2024-05-06T01:53:26.547 INFO:teuthology.orchestra.run.smithi177.stdout:Access: 2024-05-06 01:53:20.249583783 +0000 2024-05-06T01:53:26.547 INFO:teuthology.orchestra.run.smithi177.stdout:Modify: 2024-05-06 01:47:23.491517115 +0000 2024-05-06T01:53:26.547 INFO:teuthology.orchestra.run.smithi177.stdout:Change: 2024-05-06 01:47:23.491517115 +0000 2024-05-06T01:53:26.547 INFO:teuthology.orchestra.run.smithi177.stdout: Birth: 2024-05-06 01:47:23.491517115 +0000 2024-05-06T01:53:26.547 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-05-06T01:53:26.610 INFO:teuthology.orchestra.run.smithi177.stderr:1+0 records in 2024-05-06T01:53:26.610 INFO:teuthology.orchestra.run.smithi177.stderr:1+0 records out 2024-05-06T01:53:26.610 INFO:teuthology.orchestra.run.smithi177.stderr:512 bytes copied, 0.000268235 s, 1.9 MB/s 2024-05-06T01:53:26.611 DEBUG:teuthology.orchestra.run.smithi177:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-05-06T01:53:26.667 DEBUG:teuthology.orchestra.run.smithi177:> stat /dev/vg_nvme/lv_2 2024-05-06T01:53:26.721 INFO:teuthology.orchestra.run.smithi177.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-05-06T01:53:26.721 INFO:teuthology.orchestra.run.smithi177.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-06T01:53:26.721 INFO:teuthology.orchestra.run.smithi177.stdout:Device: 5h/5d Inode: 685 Links: 1 2024-05-06T01:53:26.721 INFO:teuthology.orchestra.run.smithi177.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-06T01:53:26.721 INFO:teuthology.orchestra.run.smithi177.stdout:Context: system_u:object_r:device_t:s0 2024-05-06T01:53:26.721 INFO:teuthology.orchestra.run.smithi177.stdout:Access: 2024-05-06 01:53:20.249583783 +0000 2024-05-06T01:53:26.721 INFO:teuthology.orchestra.run.smithi177.stdout:Modify: 2024-05-06 01:47:23.983503156 +0000 2024-05-06T01:53:26.721 INFO:teuthology.orchestra.run.smithi177.stdout:Change: 2024-05-06 01:47:23.983503156 +0000 2024-05-06T01:53:26.721 INFO:teuthology.orchestra.run.smithi177.stdout: Birth: 2024-05-06 01:47:23.983503156 +0000 2024-05-06T01:53:26.722 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-05-06T01:53:26.782 INFO:teuthology.orchestra.run.smithi177.stderr:1+0 records in 2024-05-06T01:53:26.782 INFO:teuthology.orchestra.run.smithi177.stderr:1+0 records out 2024-05-06T01:53:26.783 INFO:teuthology.orchestra.run.smithi177.stderr:512 bytes copied, 0.000190604 s, 2.7 MB/s 2024-05-06T01:53:26.784 DEBUG:teuthology.orchestra.run.smithi177:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-05-06T01:53:26.839 DEBUG:teuthology.orchestra.run.smithi177:> stat /dev/vg_nvme/lv_3 2024-05-06T01:53:26.895 INFO:teuthology.orchestra.run.smithi177.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-05-06T01:53:26.895 INFO:teuthology.orchestra.run.smithi177.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-06T01:53:26.895 INFO:teuthology.orchestra.run.smithi177.stdout:Device: 5h/5d Inode: 702 Links: 1 2024-05-06T01:53:26.895 INFO:teuthology.orchestra.run.smithi177.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-06T01:53:26.895 INFO:teuthology.orchestra.run.smithi177.stdout:Context: system_u:object_r:device_t:s0 2024-05-06T01:53:26.895 INFO:teuthology.orchestra.run.smithi177.stdout:Access: 2024-05-06 01:53:20.249583783 +0000 2024-05-06T01:53:26.895 INFO:teuthology.orchestra.run.smithi177.stdout:Modify: 2024-05-06 01:47:24.330493311 +0000 2024-05-06T01:53:26.895 INFO:teuthology.orchestra.run.smithi177.stdout:Change: 2024-05-06 01:47:24.330493311 +0000 2024-05-06T01:53:26.896 INFO:teuthology.orchestra.run.smithi177.stdout: Birth: 2024-05-06 01:47:24.330493311 +0000 2024-05-06T01:53:26.896 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-05-06T01:53:27.105 INFO:teuthology.orchestra.run.smithi177.stderr:1+0 records in 2024-05-06T01:53:27.105 INFO:teuthology.orchestra.run.smithi177.stderr:1+0 records out 2024-05-06T01:53:27.105 INFO:teuthology.orchestra.run.smithi177.stderr:512 bytes copied, 0.000177875 s, 2.9 MB/s 2024-05-06T01:53:27.106 DEBUG:teuthology.orchestra.run.smithi177:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-05-06T01:53:27.121 DEBUG:teuthology.orchestra.run.smithi177:> stat /dev/vg_nvme/lv_4 2024-05-06T01:53:27.181 INFO:teuthology.orchestra.run.smithi177.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-05-06T01:53:27.181 INFO:teuthology.orchestra.run.smithi177.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-06T01:53:27.181 INFO:teuthology.orchestra.run.smithi177.stdout:Device: 5h/5d Inode: 722 Links: 1 2024-05-06T01:53:27.181 INFO:teuthology.orchestra.run.smithi177.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-06T01:53:27.181 INFO:teuthology.orchestra.run.smithi177.stdout:Context: system_u:object_r:device_t:s0 2024-05-06T01:53:27.181 INFO:teuthology.orchestra.run.smithi177.stdout:Access: 2024-05-06 01:53:27.063392864 +0000 2024-05-06T01:53:27.181 INFO:teuthology.orchestra.run.smithi177.stdout:Modify: 2024-05-06 01:47:24.674483551 +0000 2024-05-06T01:53:27.181 INFO:teuthology.orchestra.run.smithi177.stdout:Change: 2024-05-06 01:47:24.674483551 +0000 2024-05-06T01:53:27.182 INFO:teuthology.orchestra.run.smithi177.stdout: Birth: 2024-05-06 01:47:24.674483551 +0000 2024-05-06T01:53:27.182 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-05-06T01:53:27.285 INFO:teuthology.orchestra.run.smithi177.stderr:1+0 records in 2024-05-06T01:53:27.285 INFO:teuthology.orchestra.run.smithi177.stderr:1+0 records out 2024-05-06T01:53:27.285 INFO:teuthology.orchestra.run.smithi177.stderr:512 bytes copied, 0.000182924 s, 2.8 MB/s 2024-05-06T01:53:27.286 DEBUG:teuthology.orchestra.run.smithi177:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-05-06T01:53:27.301 INFO:tasks.cephadm:Deploying osd.0 on smithi055 with /dev/vg_nvme/lv_4... 2024-05-06T01:53:27.301 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe81839c-0b4a-11ef-bc97-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-05-06T01:53:27.508 INFO:journalctl@ceph.mgr.b.smithi177.stdout:May 06 01:53:27 smithi177 systemd[1]: Starting Ceph mgr.b for fe81839c-0b4a-11ef-bc97-c7b262605968... 2024-05-06T01:53:27.597 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/fe81839c-0b4a-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T01:53:27.773 INFO:journalctl@ceph.mgr.b.smithi177.stdout:May 06 01:53:27 smithi177 podman[32471]: 2024-05-06 01:53:27.511326422 +0000 UTC m=+0.097012507 container create 2fe7244fa8d77bd712d40ed6e7dfc03b2077ced94fd73c2b347856aa2d8edbd9 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-b, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240430, org.label-schema.schema-version=1.0, ceph=True, GIT_CLEAN=True, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image) 2024-05-06T01:53:27.774 INFO:journalctl@ceph.mgr.b.smithi177.stdout:May 06 01:53:27 smithi177 podman[32471]: 2024-05-06 01:53:27.432248684 +0000 UTC m=+0.017934788 image pull 9f32bee02a8590592410ec0c77c02d76af1e98ec0f409b9b383ddc49778de711 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a 2024-05-06T01:53:27.774 INFO:journalctl@ceph.mgr.b.smithi177.stdout:May 06 01:53:27 smithi177 podman[32471]: 2024-05-06 01:53:27.713625351 +0000 UTC m=+0.299311437 container init 2fe7244fa8d77bd712d40ed6e7dfc03b2077ced94fd73c2b347856aa2d8edbd9 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-b, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, GIT_CLEAN=True, io.buildah.version=1.33.5, ceph=True, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2, org.label-schema.build-date=20240430, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-05-06T01:53:27.774 INFO:journalctl@ceph.mgr.b.smithi177.stdout:May 06 01:53:27 smithi177 podman[32471]: 2024-05-06 01:53:27.719401936 +0000 UTC m=+0.305088023 container start 2fe7244fa8d77bd712d40ed6e7dfc03b2077ced94fd73c2b347856aa2d8edbd9 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-b, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, org.label-schema.build-date=20240430) 2024-05-06T01:53:27.774 INFO:journalctl@ceph.mgr.b.smithi177.stdout:May 06 01:53:27 smithi177 ceph-mgr[32509]: -- 172.21.15.177:0/1612894118 <== mon.1 v2:172.21.15.177:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x56409249a5a0 con 0x56409246e800 2024-05-06T01:53:28.071 INFO:journalctl@ceph.mgr.b.smithi177.stdout:May 06 01:53:27 smithi177 bash[32471]: 2fe7244fa8d77bd712d40ed6e7dfc03b2077ced94fd73c2b347856aa2d8edbd9 2024-05-06T01:53:28.071 INFO:journalctl@ceph.mgr.b.smithi177.stdout:May 06 01:53:27 smithi177 systemd[1]: Started Ceph mgr.b for fe81839c-0b4a-11ef-bc97-c7b262605968. 2024-05-06T01:53:28.071 INFO:journalctl@ceph.mgr.b.smithi177.stdout:May 06 01:53:27 smithi177 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-b[32486]: 2024-05-06T01:53:27.887+0000 7f1f78d05200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-05-06T01:53:28.071 INFO:journalctl@ceph.mgr.b.smithi177.stdout:May 06 01:53:28 smithi177 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-b[32486]: 2024-05-06T01:53:28.073+0000 7f1f78d05200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-05-06T01:53:28.484 INFO:journalctl@ceph.mgr.b.smithi177.stdout:May 06 01:53:28 smithi177 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-b[32486]: 2024-05-06T01:53:28.177+0000 7f1f78d05200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-05-06T01:53:28.713 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:28 smithi055 ceph-mon[28802]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T01:53:28.713 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:28 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:28.713 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:28 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:28.713 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:28 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:28.713 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:28 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:28.713 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:28 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:28.713 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:28 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:28.714 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:28 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:28.714 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:28 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T01:53:28.714 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:28 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T01:53:28.714 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:28 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T01:53:28.714 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:28 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:28.714 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:28 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-06T01:53:28.714 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:28 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-06T01:53:28.714 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:28 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T01:53:28.773 INFO:journalctl@ceph.mgr.b.smithi177.stdout:May 06 01:53:28 smithi177 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-b[32486]: 2024-05-06T01:53:28.487+0000 7f1f78d05200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-05-06T01:53:28.773 INFO:journalctl@ceph.mgr.b.smithi177.stdout:May 06 01:53:28 smithi177 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-b[32486]: 2024-05-06T01:53:28.574+0000 7f1f78d05200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-05-06T01:53:28.773 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:28 smithi177 ceph-mon[30339]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T01:53:28.773 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:28 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:28.773 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:28 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:28.774 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:28 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:28.774 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:28 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:28.774 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:28 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:28.774 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:28 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:28.774 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:28 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:28.774 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:28 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T01:53:28.774 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:28 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T01:53:28.774 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:28 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T01:53:28.774 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:28 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:28.774 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:28 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-06T01:53:28.774 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:28 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-06T01:53:28.774 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:28 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T01:53:29.599 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:29 smithi055 ceph-mon[28802]: Metadata not up to date on all hosts. Skipping non agent specs 2024-05-06T01:53:29.599 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:29 smithi055 ceph-mon[28802]: Reconfiguring mgr.a (unknown last config time)... 2024-05-06T01:53:29.599 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:29 smithi055 ceph-mon[28802]: Reconfiguring daemon mgr.a on smithi055 2024-05-06T01:53:29.676 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:29 smithi177 ceph-mon[30339]: Metadata not up to date on all hosts. Skipping non agent specs 2024-05-06T01:53:29.677 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:29 smithi177 ceph-mon[30339]: Reconfiguring mgr.a (unknown last config time)... 2024-05-06T01:53:29.677 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:29 smithi177 ceph-mon[30339]: Reconfiguring daemon mgr.a on smithi055 2024-05-06T01:53:29.967 INFO:journalctl@ceph.mgr.b.smithi177.stdout:May 06 01:53:29 smithi177 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-b[32486]: 2024-05-06T01:53:29.802+0000 7f1f78d05200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-05-06T01:53:29.967 INFO:journalctl@ceph.mgr.b.smithi177.stdout:May 06 01:53:29 smithi177 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-b[32486]: 2024-05-06T01:53:29.970+0000 7f1f78d05200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-05-06T01:53:30.250 INFO:journalctl@ceph.mgr.b.smithi177.stdout:May 06 01:53:30 smithi177 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-b[32486]: 2024-05-06T01:53:30.145+0000 7f1f78d05200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-05-06T01:53:30.522 INFO:journalctl@ceph.mgr.b.smithi177.stdout:May 06 01:53:30 smithi177 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-b[32486]: 2024-05-06T01:53:30.461+0000 7f1f78d05200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-05-06T01:53:30.773 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:30 smithi177 ceph-mon[30339]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T01:53:30.773 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:30 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:30.773 INFO:journalctl@ceph.mgr.b.smithi177.stdout:May 06 01:53:30 smithi177 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-b[32486]: 2024-05-06T01:53:30.560+0000 7f1f78d05200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-05-06T01:53:30.849 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:30 smithi055 ceph-mon[28802]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T01:53:30.849 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:30 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:30.887 INFO:teuthology.orchestra.run.smithi055.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-05-06T01:53:30.887 INFO:teuthology.orchestra.run.smithi055.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-05-06T01:53:30.887 INFO:teuthology.orchestra.run.smithi055.stderr: stderr: 10+0 records in 2024-05-06T01:53:30.888 INFO:teuthology.orchestra.run.smithi055.stderr:10+0 records out 2024-05-06T01:53:30.888 INFO:teuthology.orchestra.run.smithi055.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0121233 s, 865 MB/s 2024-05-06T01:53:30.888 INFO:teuthology.orchestra.run.smithi055.stderr: stderr: 2024-05-06T01:53:30.888 INFO:teuthology.orchestra.run.smithi055.stderr:--> Zapping successful for: 2024-05-06T01:53:31.087 INFO:journalctl@ceph.mgr.b.smithi177.stdout:May 06 01:53:30 smithi177 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-b[32486]: 2024-05-06T01:53:30.802+0000 7f1f78d05200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-05-06T01:53:31.087 INFO:journalctl@ceph.mgr.b.smithi177.stdout:May 06 01:53:31 smithi177 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-b[32486]: 2024-05-06T01:53:31.006+0000 7f1f78d05200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-05-06T01:53:31.511 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe81839c-0b4a-11ef-bc97-c7b262605968 -- ceph orch daemon add osd smithi055:vg_nvme/lv_4 2024-05-06T01:53:31.755 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/fe81839c-0b4a-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T01:53:31.762 INFO:journalctl@ceph.mgr.b.smithi177.stdout:May 06 01:53:31 smithi177 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-b[32486]: 2024-05-06T01:53:31.641+0000 7f1f78d05200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-05-06T01:53:32.023 INFO:journalctl@ceph.mgr.b.smithi177.stdout:May 06 01:53:31 smithi177 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-b[32486]: 2024-05-06T01:53:31.875+0000 7f1f78d05200 -1 mgr[py] Module smb has missing NOTIFY_TYPES member 2024-05-06T01:53:32.023 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:31 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:32.023 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:31 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:32.023 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:31 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T01:53:32.023 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:31 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T01:53:32.023 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:31 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T01:53:32.023 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:31 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:32.024 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:31 smithi177 ceph-mon[30339]: Metadata not up to date on all hosts. Skipping non agent specs 2024-05-06T01:53:32.024 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:31 smithi177 ceph-mon[30339]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T01:53:32.024 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:31 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:32.024 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:31 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:32.024 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:31 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:32.024 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:31 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T01:53:32.024 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:31 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T01:53:32.024 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:31 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T01:53:32.024 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:31 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:32.227 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:31 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:32.227 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:31 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:32.227 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:31 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T01:53:32.227 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:31 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T01:53:32.227 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:31 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T01:53:32.227 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:31 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:32.227 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:31 smithi055 ceph-mon[28802]: Metadata not up to date on all hosts. Skipping non agent specs 2024-05-06T01:53:32.228 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:31 smithi055 ceph-mon[28802]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T01:53:32.228 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:31 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:32.228 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:31 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:32.228 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:31 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:32.228 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:31 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T01:53:32.228 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:31 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T01:53:32.228 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:31 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T01:53:32.228 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:31 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:32.773 INFO:journalctl@ceph.mgr.b.smithi177.stdout:May 06 01:53:32 smithi177 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-b[32486]: 2024-05-06T01:53:32.331+0000 7f1f78d05200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-05-06T01:53:32.773 INFO:journalctl@ceph.mgr.b.smithi177.stdout:May 06 01:53:32 smithi177 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-b[32486]: 2024-05-06T01:53:32.425+0000 7f1f78d05200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-05-06T01:53:33.138 INFO:journalctl@ceph.mgr.b.smithi177.stdout:May 06 01:53:32 smithi177 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-b[32486]: 2024-05-06T01:53:32.794+0000 7f1f78d05200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-05-06T01:53:33.139 INFO:journalctl@ceph.mgr.b.smithi177.stdout:May 06 01:53:33 smithi177 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-b[32486]: 2024-05-06T01:53:33.141+0000 7f1f78d05200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-05-06T01:53:33.468 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:33 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:33.468 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:33 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:33.468 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:33 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:33.469 INFO:journalctl@ceph.mgr.b.smithi177.stdout:May 06 01:53:33 smithi177 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-b[32486]: 2024-05-06T01:53:33.232+0000 7f1f78d05200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-05-06T01:53:33.599 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:33 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:33.599 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:33 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:33.599 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:33 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:33.773 INFO:journalctl@ceph.mgr.b.smithi177.stdout:May 06 01:53:33 smithi177 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-b[32486]: 2024-05-06T01:53:33.471+0000 7f1f78d05200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-05-06T01:53:33.773 INFO:journalctl@ceph.mgr.b.smithi177.stdout:May 06 01:53:33 smithi177 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-b[32486]: 2024-05-06T01:53:33.601+0000 7f1f78d05200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-05-06T01:53:34.211 INFO:journalctl@ceph.mgr.b.smithi177.stdout:May 06 01:53:33 smithi177 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-b[32486]: 2024-05-06T01:53:33.904+0000 7f1f78d05200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-05-06T01:53:34.211 INFO:journalctl@ceph.mgr.b.smithi177.stdout:May 06 01:53:34 smithi177 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-b[32486]: 2024-05-06T01:53:34.016+0000 7f1f78d05200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-05-06T01:53:34.212 INFO:journalctl@ceph.mgr.b.smithi177.stdout:May 06 01:53:34 smithi177 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-b[32486]: 2024-05-06T01:53:34.106+0000 7f1f78d05200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-05-06T01:53:34.523 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:34 smithi177 ceph-mon[30339]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T01:53:34.523 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:34 smithi177 ceph-mon[30339]: from='client.14204 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi055:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T01:53:34.523 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:34 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T01:53:34.523 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:34 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T01:53:34.523 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:34 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T01:53:34.536 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:34 smithi055 ceph-mon[28802]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T01:53:34.536 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:34 smithi055 ceph-mon[28802]: from='client.14204 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi055:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T01:53:34.536 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:34 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T01:53:34.536 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:34 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T01:53:34.536 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:34 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T01:53:35.023 INFO:journalctl@ceph.mgr.b.smithi177.stdout:May 06 01:53:34 smithi177 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-b[32486]: 2024-05-06T01:53:34.695+0000 7f1f78d05200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-05-06T01:53:35.023 INFO:journalctl@ceph.mgr.b.smithi177.stdout:May 06 01:53:34 smithi177 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-b[32486]: 2024-05-06T01:53:34.908+0000 7f1f78d05200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-05-06T01:53:35.349 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:35 smithi055 ceph-mon[28802]: Standby manager daemon b started 2024-05-06T01:53:35.349 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:35 smithi055 ceph-mon[28802]: from='mgr.? 172.21.15.177:0/781220429' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-06T01:53:35.349 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:35 smithi055 ceph-mon[28802]: from='mgr.? 172.21.15.177:0/781220429' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-06T01:53:35.349 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:35 smithi055 ceph-mon[28802]: from='mgr.? 172.21.15.177:0/781220429' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-06T01:53:35.349 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:35 smithi055 ceph-mon[28802]: from='mgr.? 172.21.15.177:0/781220429' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-06T01:53:35.523 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:35 smithi177 ceph-mon[30339]: Standby manager daemon b started 2024-05-06T01:53:35.523 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:35 smithi177 ceph-mon[30339]: from='mgr.? 172.21.15.177:0/781220429' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-06T01:53:35.523 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:35 smithi177 ceph-mon[30339]: from='mgr.? 172.21.15.177:0/781220429' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-06T01:53:35.523 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:35 smithi177 ceph-mon[30339]: from='mgr.? 172.21.15.177:0/781220429' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-06T01:53:35.523 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:35 smithi177 ceph-mon[30339]: from='mgr.? 172.21.15.177:0/781220429' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-06T01:53:36.525 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:36 smithi177 ceph-mon[30339]: mgrmap e14: a(active, since 59s), standbys: b 2024-05-06T01:53:36.525 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:36 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-06T01:53:36.525 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:36 smithi177 ceph-mon[30339]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T01:53:36.599 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:36 smithi055 ceph-mon[28802]: mgrmap e14: a(active, since 59s), standbys: b 2024-05-06T01:53:36.599 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:36 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-06T01:53:36.599 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:36 smithi055 ceph-mon[28802]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T01:53:37.523 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:37 smithi177 ceph-mon[30339]: from='client.? 172.21.15.55:0/2033473050' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "495d1b52-55db-4ed1-8e84-0e54245a108b"}]: dispatch 2024-05-06T01:53:37.523 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:37 smithi177 ceph-mon[30339]: from='client.? 172.21.15.55:0/2033473050' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "495d1b52-55db-4ed1-8e84-0e54245a108b"}]': finished 2024-05-06T01:53:37.523 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:37 smithi177 ceph-mon[30339]: osdmap e5: 1 total, 0 up, 1 in 2024-05-06T01:53:37.523 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:37 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T01:53:37.523 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:37 smithi177 ceph-mon[30339]: from='client.? 172.21.15.55:0/656003621' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T01:53:37.599 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:37 smithi055 ceph-mon[28802]: from='client.? 172.21.15.55:0/2033473050' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "495d1b52-55db-4ed1-8e84-0e54245a108b"}]: dispatch 2024-05-06T01:53:37.599 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:37 smithi055 ceph-mon[28802]: from='client.? 172.21.15.55:0/2033473050' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "495d1b52-55db-4ed1-8e84-0e54245a108b"}]': finished 2024-05-06T01:53:37.599 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:37 smithi055 ceph-mon[28802]: osdmap e5: 1 total, 0 up, 1 in 2024-05-06T01:53:37.599 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:37 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T01:53:37.599 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:37 smithi055 ceph-mon[28802]: from='client.? 172.21.15.55:0/656003621' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T01:53:38.523 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:38 smithi177 ceph-mon[30339]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T01:53:38.599 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:38 smithi055 ceph-mon[28802]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T01:53:40.567 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:40 smithi055 ceph-mon[28802]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T01:53:40.773 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:40 smithi177 ceph-mon[30339]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T01:53:42.434 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:42 smithi055 ceph-mon[28802]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T01:53:42.773 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:42 smithi177 ceph-mon[30339]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T01:53:43.599 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:43 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-06T01:53:43.599 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:43 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T01:53:43.599 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:43 smithi055 ceph-mon[28802]: Deploying daemon osd.0 on smithi055 2024-05-06T01:53:43.773 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:43 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-06T01:53:43.773 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:43 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T01:53:43.773 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:43 smithi177 ceph-mon[30339]: Deploying daemon osd.0 on smithi055 2024-05-06T01:53:44.586 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:44 smithi055 ceph-mon[28802]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T01:53:44.773 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:44 smithi177 ceph-mon[30339]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T01:53:46.577 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:46 smithi055 ceph-mon[28802]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T01:53:46.589 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:46 smithi177 ceph-mon[30339]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T01:53:48.756 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:48 smithi055 ceph-mon[28802]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T01:53:48.756 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:48 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:48.756 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:48 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:48.757 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:48 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:48.757 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:48 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:48.757 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:48 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:48.757 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:48 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:48.757 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:48 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T01:53:48.757 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:48 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T01:53:48.757 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:48 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T01:53:48.757 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:48 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:48.757 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:48 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-06T01:53:48.757 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:48 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T01:53:49.023 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:48 smithi177 ceph-mon[30339]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T01:53:49.023 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:48 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:49.023 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:48 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:49.023 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:48 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:49.024 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:48 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:49.024 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:48 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:49.024 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:48 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:49.024 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:48 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T01:53:49.024 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:48 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T01:53:49.024 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:48 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T01:53:49.024 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:48 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:49.024 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:48 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-06T01:53:49.024 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:48 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T01:53:49.890 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:49 smithi055 ceph-mon[28802]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T01:53:49.890 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:49 smithi055 ceph-mon[28802]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T01:53:49.890 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:49 smithi055 ceph-mon[28802]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T01:53:49.890 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:49 smithi055 ceph-mon[28802]: Reconfiguring osd.0 (unknown last config time)... 2024-05-06T01:53:49.890 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:49 smithi055 ceph-mon[28802]: Reconfiguring daemon osd.0 on smithi055 2024-05-06T01:53:49.890 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:49 smithi055 ceph-mon[28802]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-05-06T01:53:49.890 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:49 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:49.890 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:49 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:50.023 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:49 smithi177 ceph-mon[30339]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T01:53:50.023 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:49 smithi177 ceph-mon[30339]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T01:53:50.023 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:49 smithi177 ceph-mon[30339]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T01:53:50.023 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:49 smithi177 ceph-mon[30339]: Reconfiguring osd.0 (unknown last config time)... 2024-05-06T01:53:50.023 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:49 smithi177 ceph-mon[30339]: Reconfiguring daemon osd.0 on smithi055 2024-05-06T01:53:50.023 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:49 smithi177 ceph-mon[30339]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-05-06T01:53:50.023 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:49 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:50.023 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:49 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:51.112 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:50 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:51.112 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:50 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:51.112 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:50 smithi177 ceph-mon[30339]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T01:53:51.113 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:50 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:51.349 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:50 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:51.349 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:50 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:51.349 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:50 smithi055 ceph-mon[28802]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T01:53:51.349 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:50 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:52.038 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:51 smithi055 ceph-mon[28802]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-05-06T01:53:52.039 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:51 smithi055 ceph-mon[28802]: Cluster is now healthy 2024-05-06T01:53:52.243 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:51 smithi177 ceph-mon[30339]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-05-06T01:53:52.243 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:51 smithi177 ceph-mon[30339]: Cluster is now healthy 2024-05-06T01:53:53.099 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:52 smithi055 ceph-mon[28802]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T01:53:53.099 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:52 smithi055 ceph-mon[28802]: from='osd.0 [v2:172.21.15.55:6802/2938519273,v1:172.21.15.55:6803/2938519273]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-05-06T01:53:53.273 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:52 smithi177 ceph-mon[30339]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T01:53:53.273 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:52 smithi177 ceph-mon[30339]: from='osd.0 [v2:172.21.15.55:6802/2938519273,v1:172.21.15.55:6803/2938519273]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-05-06T01:53:53.556 INFO:teuthology.orchestra.run.smithi055.stdout:Created osd(s) 0 on host 'smithi055' 2024-05-06T01:53:54.199 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:53 smithi055 ceph-mon[28802]: from='osd.0 [v2:172.21.15.55:6802/2938519273,v1:172.21.15.55:6803/2938519273]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-05-06T01:53:54.199 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:53 smithi055 ceph-mon[28802]: osdmap e6: 1 total, 0 up, 1 in 2024-05-06T01:53:54.199 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:53 smithi055 ceph-mon[28802]: from='osd.0 [v2:172.21.15.55:6802/2938519273,v1:172.21.15.55:6803/2938519273]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi055", "root=default"]}]: dispatch 2024-05-06T01:53:54.199 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:53 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T01:53:54.199 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:53 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:54.199 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:53 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:54.273 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:53 smithi177 ceph-mon[30339]: from='osd.0 [v2:172.21.15.55:6802/2938519273,v1:172.21.15.55:6803/2938519273]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-05-06T01:53:54.273 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:53 smithi177 ceph-mon[30339]: osdmap e6: 1 total, 0 up, 1 in 2024-05-06T01:53:54.273 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:53 smithi177 ceph-mon[30339]: from='osd.0 [v2:172.21.15.55:6802/2938519273,v1:172.21.15.55:6803/2938519273]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi055", "root=default"]}]: dispatch 2024-05-06T01:53:54.273 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:53 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T01:53:54.273 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:53 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:54.273 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:53 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:54.795 DEBUG:teuthology.orchestra.run.smithi055:osd.0> sudo journalctl -f -n 0 -u ceph-fe81839c-0b4a-11ef-bc97-c7b262605968@osd.0.service 2024-05-06T01:53:54.798 INFO:tasks.cephadm:Deploying osd.1 on smithi177 with /dev/vg_nvme/lv_4... 2024-05-06T01:53:54.798 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe81839c-0b4a-11ef-bc97-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-05-06T01:53:55.044 INFO:teuthology.orchestra.run.smithi177.stderr:Inferring config /var/lib/ceph/fe81839c-0b4a-11ef-bc97-c7b262605968/mon.b/config 2024-05-06T01:53:55.099 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:54 smithi055 ceph-mon[28802]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T01:53:55.099 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:54 smithi055 ceph-mon[28802]: from='osd.0 [v2:172.21.15.55:6802/2938519273,v1:172.21.15.55:6803/2938519273]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi055", "root=default"]}]': finished 2024-05-06T01:53:55.100 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:54 smithi055 ceph-mon[28802]: osdmap e7: 1 total, 0 up, 1 in 2024-05-06T01:53:55.100 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:54 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T01:53:55.100 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:54 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T01:53:55.100 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:54 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T01:53:55.166 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:54 smithi177 ceph-mon[30339]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T01:53:55.166 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:54 smithi177 ceph-mon[30339]: from='osd.0 [v2:172.21.15.55:6802/2938519273,v1:172.21.15.55:6803/2938519273]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi055", "root=default"]}]': finished 2024-05-06T01:53:55.166 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:54 smithi177 ceph-mon[30339]: osdmap e7: 1 total, 0 up, 1 in 2024-05-06T01:53:55.166 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:54 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T01:53:55.166 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:54 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T01:53:55.166 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:54 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T01:53:56.023 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:55 smithi177 ceph-mon[30339]: purged_snaps scrub starts 2024-05-06T01:53:56.023 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:55 smithi177 ceph-mon[30339]: purged_snaps scrub ok 2024-05-06T01:53:56.023 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:55 smithi177 ceph-mon[30339]: osd.0 [v2:172.21.15.55:6802/2938519273,v1:172.21.15.55:6803/2938519273] boot 2024-05-06T01:53:56.023 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:55 smithi177 ceph-mon[30339]: osdmap e8: 1 total, 1 up, 1 in 2024-05-06T01:53:56.023 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:55 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T01:53:56.024 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:55 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:56.024 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:55 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:56.024 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:55 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T01:53:56.024 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:55 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-06T01:53:56.024 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:55 smithi177 ceph-mon[30339]: Adjusting osd_memory_target on smithi055 to 16069M 2024-05-06T01:53:56.024 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:55 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:56.024 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:55 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T01:53:56.024 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:55 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T01:53:56.024 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:55 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:56.349 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:55 smithi055 ceph-mon[28802]: purged_snaps scrub starts 2024-05-06T01:53:56.349 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:55 smithi055 ceph-mon[28802]: purged_snaps scrub ok 2024-05-06T01:53:56.349 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:55 smithi055 ceph-mon[28802]: osd.0 [v2:172.21.15.55:6802/2938519273,v1:172.21.15.55:6803/2938519273] boot 2024-05-06T01:53:56.349 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:55 smithi055 ceph-mon[28802]: osdmap e8: 1 total, 1 up, 1 in 2024-05-06T01:53:56.349 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:55 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T01:53:56.350 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:55 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:56.350 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:55 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:56.350 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:55 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T01:53:56.350 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:55 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-06T01:53:56.350 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:55 smithi055 ceph-mon[28802]: Adjusting osd_memory_target on smithi055 to 16069M 2024-05-06T01:53:56.350 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:55 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:56.350 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:55 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T01:53:56.350 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:55 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T01:53:56.350 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:55 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:53:56.794 INFO:teuthology.orchestra.run.smithi177.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-05-06T01:53:56.794 INFO:teuthology.orchestra.run.smithi177.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-05-06T01:53:56.794 INFO:teuthology.orchestra.run.smithi177.stderr: stderr: 10+0 records in 2024-05-06T01:53:56.794 INFO:teuthology.orchestra.run.smithi177.stderr:10+0 records out 2024-05-06T01:53:56.794 INFO:teuthology.orchestra.run.smithi177.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0111916 s, 937 MB/s 2024-05-06T01:53:56.794 INFO:teuthology.orchestra.run.smithi177.stderr:--> Zapping successful for: 2024-05-06T01:53:57.383 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe81839c-0b4a-11ef-bc97-c7b262605968 -- ceph orch daemon add osd smithi177:vg_nvme/lv_4 2024-05-06T01:53:57.616 INFO:teuthology.orchestra.run.smithi177.stderr:Inferring config /var/lib/ceph/fe81839c-0b4a-11ef-bc97-c7b262605968/mon.b/config 2024-05-06T01:53:57.730 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:57 smithi177 ceph-mon[30339]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T01:53:57.730 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:57 smithi177 ceph-mon[30339]: osdmap e9: 1 total, 1 up, 1 in 2024-05-06T01:53:57.849 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:57 smithi055 ceph-mon[28802]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T01:53:57.849 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:57 smithi055 ceph-mon[28802]: osdmap e9: 1 total, 1 up, 1 in 2024-05-06T01:53:59.773 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:59 smithi177 ceph-mon[30339]: pgmap v43: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T01:53:59.773 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:59 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T01:53:59.773 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:59 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T01:53:59.773 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:53:59 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T01:53:59.849 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:59 smithi055 ceph-mon[28802]: pgmap v43: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T01:53:59.849 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:59 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T01:53:59.849 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:59 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T01:53:59.849 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:53:59 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T01:54:00.523 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:00 smithi177 ceph-mon[30339]: from='client.24117 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi177:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T01:54:00.773 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:00 smithi055 ceph-mon[28802]: from='client.24117 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi177:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T01:54:01.773 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:01 smithi177 ceph-mon[30339]: pgmap v44: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T01:54:01.849 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:01 smithi055 ceph-mon[28802]: pgmap v44: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T01:54:02.773 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:02 smithi177 ceph-mon[30339]: from='client.? 172.21.15.177:0/2917505400' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "632dbffc-e66a-4703-82d9-8c2fe3dd1e60"}]: dispatch 2024-05-06T01:54:02.773 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:02 smithi177 ceph-mon[30339]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "632dbffc-e66a-4703-82d9-8c2fe3dd1e60"}]: dispatch 2024-05-06T01:54:02.773 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:02 smithi177 ceph-mon[30339]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "632dbffc-e66a-4703-82d9-8c2fe3dd1e60"}]': finished 2024-05-06T01:54:02.773 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:02 smithi177 ceph-mon[30339]: osdmap e10: 2 total, 1 up, 2 in 2024-05-06T01:54:02.774 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:02 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T01:54:02.849 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:02 smithi055 ceph-mon[28802]: from='client.? 172.21.15.177:0/2917505400' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "632dbffc-e66a-4703-82d9-8c2fe3dd1e60"}]: dispatch 2024-05-06T01:54:02.849 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:02 smithi055 ceph-mon[28802]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "632dbffc-e66a-4703-82d9-8c2fe3dd1e60"}]: dispatch 2024-05-06T01:54:02.849 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:02 smithi055 ceph-mon[28802]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "632dbffc-e66a-4703-82d9-8c2fe3dd1e60"}]': finished 2024-05-06T01:54:02.849 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:02 smithi055 ceph-mon[28802]: osdmap e10: 2 total, 1 up, 2 in 2024-05-06T01:54:02.849 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:02 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T01:54:03.773 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:03 smithi177 ceph-mon[30339]: pgmap v45: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T01:54:03.773 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:03 smithi177 ceph-mon[30339]: from='client.? 172.21.15.177:0/2619654888' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T01:54:03.849 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:03 smithi055 ceph-mon[28802]: pgmap v45: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T01:54:03.849 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:03 smithi055 ceph-mon[28802]: from='client.? 172.21.15.177:0/2619654888' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T01:54:05.773 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:05 smithi177 ceph-mon[30339]: pgmap v47: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T01:54:05.849 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:05 smithi055 ceph-mon[28802]: pgmap v47: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T01:54:07.523 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:07 smithi177 ceph-mon[30339]: pgmap v48: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T01:54:07.665 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:07 smithi055 ceph-mon[28802]: pgmap v48: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T01:54:09.383 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:09 smithi177 ceph-mon[30339]: pgmap v49: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T01:54:09.383 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:09 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:54:09.383 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:09 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:54:09.384 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:09 smithi177 ceph-mon[30339]: pgmap v50: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T01:54:09.384 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:09 smithi177 ceph-mon[30339]: Detected new or changed devices on smithi055 2024-05-06T01:54:09.384 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:09 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:54:09.384 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:09 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T01:54:09.384 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:09 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T01:54:09.384 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:09 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T01:54:09.384 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:09 smithi177 ceph-mon[30339]: pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T01:54:09.384 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:09 smithi177 ceph-mon[30339]: pgmap v52: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T01:54:09.384 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:09 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:54:09.384 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:09 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:54:09.384 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:09 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:54:09.384 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:09 smithi177 ceph-mon[30339]: pgmap v53: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T01:54:09.384 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:09 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:54:09.384 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:09 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T01:54:09.384 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:09 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T01:54:09.384 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:09 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T01:54:09.385 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:09 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:54:09.385 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:09 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-06T01:54:09.385 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:09 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T01:54:09.385 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:09 smithi177 ceph-mon[30339]: Deploying daemon osd.1 on smithi177 2024-05-06T01:54:09.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:09 smithi055 ceph-mon[28802]: pgmap v49: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T01:54:09.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:09 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:54:09.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:09 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:54:09.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:09 smithi055 ceph-mon[28802]: pgmap v50: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T01:54:09.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:09 smithi055 ceph-mon[28802]: Detected new or changed devices on smithi055 2024-05-06T01:54:09.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:09 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:54:09.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:09 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T01:54:09.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:09 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T01:54:09.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:09 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T01:54:09.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:09 smithi055 ceph-mon[28802]: pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T01:54:09.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:09 smithi055 ceph-mon[28802]: pgmap v52: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T01:54:09.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:09 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:54:09.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:09 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:54:09.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:09 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:54:09.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:09 smithi055 ceph-mon[28802]: pgmap v53: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T01:54:09.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:09 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:54:09.520 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:09 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T01:54:09.520 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:09 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T01:54:09.520 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:09 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T01:54:09.520 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:09 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:54:09.520 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:09 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-06T01:54:09.520 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:09 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T01:54:09.520 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:09 smithi055 ceph-mon[28802]: Deploying daemon osd.1 on smithi177 2024-05-06T01:54:11.273 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:10 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:54:11.273 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:10 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:54:11.273 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:10 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:54:11.273 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:10 smithi177 ceph-mon[30339]: pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T01:54:11.349 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:10 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:54:11.349 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:10 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:54:11.349 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:10 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:54:11.349 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:10 smithi055 ceph-mon[28802]: pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T01:54:13.523 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:13 smithi177 ceph-mon[30339]: pgmap v55: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T01:54:13.849 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:13 smithi055 ceph-mon[28802]: pgmap v55: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T01:54:16.023 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:15 smithi177 ceph-mon[30339]: pgmap v56: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T01:54:16.023 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:15 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:54:16.023 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:15 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:54:16.023 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:15 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T01:54:16.024 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:15 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T01:54:16.024 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:15 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T01:54:16.024 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:15 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:54:16.099 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:15 smithi055 ceph-mon[28802]: pgmap v56: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T01:54:16.099 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:15 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:54:16.099 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:15 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:54:16.099 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:15 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T01:54:16.099 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:15 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T01:54:16.099 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:15 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T01:54:16.099 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:15 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:54:17.773 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:17 smithi177 ceph-mon[30339]: pgmap v57: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T01:54:18.099 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:17 smithi055 ceph-mon[28802]: pgmap v57: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T01:54:18.362 INFO:teuthology.orchestra.run.smithi177.stdout:Created osd(s) 1 on host 'smithi177' 2024-05-06T01:54:18.972 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:18 smithi177 ceph-mon[30339]: from='osd.1 [v2:172.21.15.177:6800/2665441281,v1:172.21.15.177:6801/2665441281]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-06T01:54:18.972 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:18 smithi177 ceph-mon[30339]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-06T01:54:18.973 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:18 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:54:18.973 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:18 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:54:18.973 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:18 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T01:54:18.973 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:18 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-05-06T01:54:18.973 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:18 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:54:18.973 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:18 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T01:54:18.973 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:18 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T01:54:18.973 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:18 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:54:18.974 DEBUG:teuthology.orchestra.run.smithi177:osd.1> sudo journalctl -f -n 0 -u ceph-fe81839c-0b4a-11ef-bc97-c7b262605968@osd.1.service 2024-05-06T01:54:18.977 INFO:tasks.cephadm:Waiting for 2 OSDs to come up... 2024-05-06T01:54:18.977 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe81839c-0b4a-11ef-bc97-c7b262605968 -- ceph osd stat -f json 2024-05-06T01:54:19.000 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:18 smithi055 ceph-mon[28802]: from='osd.1 [v2:172.21.15.177:6800/2665441281,v1:172.21.15.177:6801/2665441281]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-06T01:54:19.000 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:18 smithi055 ceph-mon[28802]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-06T01:54:19.000 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:18 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:54:19.000 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:18 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:54:19.000 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:18 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T01:54:19.001 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:18 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-05-06T01:54:19.001 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:18 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:54:19.001 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:18 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T01:54:19.001 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:18 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T01:54:19.001 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:18 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:54:19.254 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/fe81839c-0b4a-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T01:54:20.016 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:19 smithi055 ceph-mon[28802]: pgmap v58: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T01:54:20.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:19 smithi055 ceph-mon[28802]: Adjusting osd_memory_target on smithi177 to 16064M 2024-05-06T01:54:20.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:19 smithi055 ceph-mon[28802]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-05-06T01:54:20.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:19 smithi055 ceph-mon[28802]: osdmap e11: 2 total, 1 up, 2 in 2024-05-06T01:54:20.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:19 smithi055 ceph-mon[28802]: from='osd.1 [v2:172.21.15.177:6800/2665441281,v1:172.21.15.177:6801/2665441281]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]: dispatch 2024-05-06T01:54:20.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:19 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T01:54:20.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:19 smithi055 ceph-mon[28802]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]: dispatch 2024-05-06T01:54:20.023 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:19 smithi177 ceph-mon[30339]: pgmap v58: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T01:54:20.023 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:19 smithi177 ceph-mon[30339]: Adjusting osd_memory_target on smithi177 to 16064M 2024-05-06T01:54:20.024 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:19 smithi177 ceph-mon[30339]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-05-06T01:54:20.024 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:19 smithi177 ceph-mon[30339]: osdmap e11: 2 total, 1 up, 2 in 2024-05-06T01:54:20.024 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:19 smithi177 ceph-mon[30339]: from='osd.1 [v2:172.21.15.177:6800/2665441281,v1:172.21.15.177:6801/2665441281]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]: dispatch 2024-05-06T01:54:20.024 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:19 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T01:54:20.024 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:19 smithi177 ceph-mon[30339]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]: dispatch 2024-05-06T01:54:20.024 INFO:journalctl@ceph.osd.1.smithi177.stdout:May 06 01:54:19 smithi177 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-osd-1[36175]: 2024-05-06T01:54:19.736+0000 7f324180c700 -1 osd.1 0 waiting for initial osdmap 2024-05-06T01:54:20.024 INFO:journalctl@ceph.osd.1.smithi177.stdout:May 06 01:54:19 smithi177 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-osd-1[36175]: 2024-05-06T01:54:19.741+0000 7f323d5ff700 -1 osd.1 12 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-05-06T01:54:20.849 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:20 smithi055 ceph-mon[28802]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]': finished 2024-05-06T01:54:20.849 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:20 smithi055 ceph-mon[28802]: osdmap e12: 2 total, 1 up, 2 in 2024-05-06T01:54:20.849 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:20 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T01:54:20.849 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:20 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T01:54:21.022 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-05-06T01:54:21.023 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:20 smithi177 ceph-mon[30339]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]': finished 2024-05-06T01:54:21.023 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:20 smithi177 ceph-mon[30339]: osdmap e12: 2 total, 1 up, 2 in 2024-05-06T01:54:21.023 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:20 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T01:54:21.023 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:20 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T01:54:21.638 INFO:teuthology.orchestra.run.smithi055.stdout:{"epoch":13,"num_osds":2,"num_up_osds":2,"osd_up_since":1714960460,"num_in_osds":2,"osd_in_since":1714960441,"num_remapped_pgs":0} 2024-05-06T01:54:21.639 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell --fsid fe81839c-0b4a-11ef-bc97-c7b262605968 -- ceph osd dump --format=json 2024-05-06T01:54:21.927 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/fe81839c-0b4a-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T01:54:22.026 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:21 smithi177 ceph-mon[30339]: purged_snaps scrub starts 2024-05-06T01:54:22.026 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:21 smithi177 ceph-mon[30339]: purged_snaps scrub ok 2024-05-06T01:54:22.026 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:21 smithi177 ceph-mon[30339]: pgmap v61: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T01:54:22.027 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:21 smithi177 ceph-mon[30339]: osd.1 [v2:172.21.15.177:6800/2665441281,v1:172.21.15.177:6801/2665441281] boot 2024-05-06T01:54:22.027 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:21 smithi177 ceph-mon[30339]: osdmap e13: 2 total, 2 up, 2 in 2024-05-06T01:54:22.027 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:21 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T01:54:22.027 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:21 smithi177 ceph-mon[30339]: from='client.? 172.21.15.55:0/3124118013' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-06T01:54:22.050 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:21 smithi055 ceph-mon[28802]: purged_snaps scrub starts 2024-05-06T01:54:22.050 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:21 smithi055 ceph-mon[28802]: purged_snaps scrub ok 2024-05-06T01:54:22.050 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:21 smithi055 ceph-mon[28802]: pgmap v61: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T01:54:22.050 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:21 smithi055 ceph-mon[28802]: osd.1 [v2:172.21.15.177:6800/2665441281,v1:172.21.15.177:6801/2665441281] boot 2024-05-06T01:54:22.050 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:21 smithi055 ceph-mon[28802]: osdmap e13: 2 total, 2 up, 2 in 2024-05-06T01:54:22.050 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:21 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T01:54:22.050 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:21 smithi055 ceph-mon[28802]: from='client.? 172.21.15.55:0/3124118013' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-06T01:54:23.023 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:22 smithi177 ceph-mon[30339]: osdmap e14: 2 total, 2 up, 2 in 2024-05-06T01:54:23.033 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:22 smithi055 ceph-mon[28802]: osdmap e14: 2 total, 2 up, 2 in 2024-05-06T01:54:23.769 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-05-06T01:54:23.769 INFO:teuthology.orchestra.run.smithi055.stdout:{"epoch":14,"fsid":"fe81839c-0b4a-11ef-bc97-c7b262605968","created":"2024-05-06T01:51:28.843308+0000","modified":"2024-05-06T01:54:21.744589+0000","last_up_change":"2024-05-06T01:54:20.736563+0000","last_in_change":"2024-05-06T01:54:01.996640+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":"495d1b52-55db-4ed1-8e84-0e54245a108b","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.55:6802","nonce":2938519273},{"type":"v1","addr":"172.21.15.55:6803","nonce":2938519273}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6804","nonce":2938519273},{"type":"v1","addr":"172.21.15.55:6805","nonce":2938519273}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6808","nonce":2938519273},{"type":"v1","addr":"172.21.15.55:6809","nonce":2938519273}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6806","nonce":2938519273},{"type":"v1","addr":"172.21.15.55:6807","nonce":2938519273}]},"public_addr":"172.21.15.55:6803/2938519273","cluster_addr":"172.21.15.55:6805/2938519273","heartbeat_back_addr":"172.21.15.55:6809/2938519273","heartbeat_front_addr":"172.21.15.55:6807/2938519273","state":["exists","up"]},{"osd":1,"uuid":"632dbffc-e66a-4703-82d9-8c2fe3dd1e60","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.177:6800","nonce":2665441281},{"type":"v1","addr":"172.21.15.177:6801","nonce":2665441281}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6802","nonce":2665441281},{"type":"v1","addr":"172.21.15.177:6803","nonce":2665441281}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6806","nonce":2665441281},{"type":"v1","addr":"172.21.15.177:6807","nonce":2665441281}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6804","nonce":2665441281},{"type":"v1","addr":"172.21.15.177:6805","nonce":2665441281}]},"public_addr":"172.21.15.177:6801/2665441281","cluster_addr":"172.21.15.177:6803/2665441281","heartbeat_back_addr":"172.21.15.177:6807/2665441281","heartbeat_front_addr":"172.21.15.177:6805/2665441281","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-06T01:53:53.741591+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-06T01:54:18.875901+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.55:0/1958023652":"2024-05-07T01:52:35.253100+0000","172.21.15.55:0/4286803375":"2024-05-07T01:52:35.253100+0000","172.21.15.55:0/2548715359":"2024-05-07T01:52:35.253100+0000","172.21.15.55:6801/2425661498":"2024-05-07T01:52:35.253100+0000","172.21.15.55:0/451612426":"2024-05-07T01:52:06.764207+0000","172.21.15.55:0/575475601":"2024-05-07T01:52:06.764207+0000","172.21.15.55:6800/2425661498":"2024-05-07T01:52:35.253100+0000","172.21.15.55:6800/1456112314":"2024-05-07T01:52:06.764207+0000","172.21.15.55:6801/1456112314":"2024-05-07T01:52:06.764207+0000","172.21.15.55:0/807445485":"2024-05-07T01:52:06.764207+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-05-06T01:54:24.023 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:23 smithi177 ceph-mon[30339]: pgmap v64: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:54:24.072 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:23 smithi055 ceph-mon[28802]: pgmap v64: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:54:24.381 INFO:tasks.cephadm.ceph_manager.ceph:[] 2024-05-06T01:54:24.382 INFO:tasks.cephadm:Setting up client nodes... 2024-05-06T01:54:24.382 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-05-06T01:54:24.382 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-05-06T01:54:24.382 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell --fsid fe81839c-0b4a-11ef-bc97-c7b262605968 -- ceph mgr dump --format=json 2024-05-06T01:54:24.627 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/fe81839c-0b4a-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T01:54:25.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:24 smithi055 ceph-mon[28802]: from='client.? 172.21.15.55:0/2476547669' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-06T01:54:25.023 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:24 smithi177 ceph-mon[30339]: from='client.? 172.21.15.55:0/2476547669' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-06T01:54:26.021 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:25 smithi055 ceph-mon[28802]: pgmap v65: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:54:26.023 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:25 smithi177 ceph-mon[30339]: pgmap v65: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:54:26.515 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-05-06T01:54:27.099 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:26 smithi055 ceph-mon[28802]: from='client.? 172.21.15.55:0/1179566891' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-05-06T01:54:27.169 INFO:teuthology.orchestra.run.smithi055.stdout:{"epoch":14,"flags":0,"active_gid":14152,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6800","nonce":575029936},{"type":"v1","addr":"172.21.15.55:6801","nonce":575029936}]},"active_addr":"172.21.15.55:6801/575029936","active_change":"2024-05-06T01:52:35.253211+0000","active_mgr_features":4540701547738038271,"available":true,"standbys":[{"gid":24105,"name":"b","mgr_features":4540701547738038271,"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"1","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:9.4.12","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.2.1","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MANAGED_BY_CLUSTERS":{"name":"MANAGED_BY_CLUSTERS","type":"str","level":"advanced","flags":0,"default_value":"[]","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","type":"str","level":"advanced","flags":0,"default_value":"{}","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"smb","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"update_orchestration":{"name":"update_orchestration","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically update orchestration when smb resources are changed","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}]}],"modules":["cephadm","dashboard","iostat","nfs","restful"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"1","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:9.4.12","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.2.1","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MANAGED_BY_CLUSTERS":{"name":"MANAGED_BY_CLUSTERS","type":"str","level":"advanced","flags":0,"default_value":"[]","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","type":"str","level":"advanced","flags":0,"default_value":"{}","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"smb","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"update_orchestration":{"name":"update_orchestration","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically update orchestration when smb resources are changed","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://172.21.15.55:8443/"},"always_on_modules":{"octopus":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"pacific":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"quincy":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"reef":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"squid":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"]},"last_failure_osd_epoch":3,"active_clients":[{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.55:0","nonce":3471334462}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.55:0","nonce":851139087}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.55:0","nonce":3025459575}]}]} 2024-05-06T01:54:27.177 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-05-06T01:54:27.178 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-05-06T01:54:27.178 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell --fsid fe81839c-0b4a-11ef-bc97-c7b262605968 -- ceph osd dump --format=json 2024-05-06T01:54:27.273 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:26 smithi177 ceph-mon[30339]: from='client.? 172.21.15.55:0/1179566891' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-05-06T01:54:27.443 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/fe81839c-0b4a-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T01:54:28.023 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:27 smithi177 ceph-mon[30339]: pgmap v66: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:54:28.023 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:27 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:54:28.023 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:27 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:54:28.023 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:27 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:54:28.099 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:27 smithi055 ceph-mon[28802]: pgmap v66: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:54:28.099 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:27 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:54:28.099 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:27 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:54:28.099 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:27 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:54:29.492 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-05-06T01:54:29.492 INFO:teuthology.orchestra.run.smithi055.stdout:{"epoch":14,"fsid":"fe81839c-0b4a-11ef-bc97-c7b262605968","created":"2024-05-06T01:51:28.843308+0000","modified":"2024-05-06T01:54:21.744589+0000","last_up_change":"2024-05-06T01:54:20.736563+0000","last_in_change":"2024-05-06T01:54:01.996640+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":"495d1b52-55db-4ed1-8e84-0e54245a108b","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.55:6802","nonce":2938519273},{"type":"v1","addr":"172.21.15.55:6803","nonce":2938519273}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6804","nonce":2938519273},{"type":"v1","addr":"172.21.15.55:6805","nonce":2938519273}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6808","nonce":2938519273},{"type":"v1","addr":"172.21.15.55:6809","nonce":2938519273}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6806","nonce":2938519273},{"type":"v1","addr":"172.21.15.55:6807","nonce":2938519273}]},"public_addr":"172.21.15.55:6803/2938519273","cluster_addr":"172.21.15.55:6805/2938519273","heartbeat_back_addr":"172.21.15.55:6809/2938519273","heartbeat_front_addr":"172.21.15.55:6807/2938519273","state":["exists","up"]},{"osd":1,"uuid":"632dbffc-e66a-4703-82d9-8c2fe3dd1e60","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.177:6800","nonce":2665441281},{"type":"v1","addr":"172.21.15.177:6801","nonce":2665441281}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6802","nonce":2665441281},{"type":"v1","addr":"172.21.15.177:6803","nonce":2665441281}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6806","nonce":2665441281},{"type":"v1","addr":"172.21.15.177:6807","nonce":2665441281}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6804","nonce":2665441281},{"type":"v1","addr":"172.21.15.177:6805","nonce":2665441281}]},"public_addr":"172.21.15.177:6801/2665441281","cluster_addr":"172.21.15.177:6803/2665441281","heartbeat_back_addr":"172.21.15.177:6807/2665441281","heartbeat_front_addr":"172.21.15.177:6805/2665441281","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-06T01:53:53.741591+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-06T01:54:18.875901+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.55:0/1958023652":"2024-05-07T01:52:35.253100+0000","172.21.15.55:0/4286803375":"2024-05-07T01:52:35.253100+0000","172.21.15.55:0/2548715359":"2024-05-07T01:52:35.253100+0000","172.21.15.55:6801/2425661498":"2024-05-07T01:52:35.253100+0000","172.21.15.55:0/451612426":"2024-05-07T01:52:06.764207+0000","172.21.15.55:0/575475601":"2024-05-07T01:52:06.764207+0000","172.21.15.55:6800/2425661498":"2024-05-07T01:52:35.253100+0000","172.21.15.55:6800/1456112314":"2024-05-07T01:52:06.764207+0000","172.21.15.55:6801/1456112314":"2024-05-07T01:52:06.764207+0000","172.21.15.55:0/807445485":"2024-05-07T01:52:06.764207+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-05-06T01:54:30.099 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:29 smithi055 ceph-mon[28802]: pgmap v67: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:54:30.099 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:29 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:54:30.099 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:29 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:54:30.099 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:29 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:54:30.099 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:29 smithi055 ceph-mon[28802]: from='client.? 172.21.15.55:0/1271841187' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-06T01:54:30.205 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-05-06T01:54:30.206 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell --fsid fe81839c-0b4a-11ef-bc97-c7b262605968 -- ceph osd dump --format=json 2024-05-06T01:54:30.273 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:29 smithi177 ceph-mon[30339]: pgmap v67: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:54:30.273 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:29 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:54:30.273 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:29 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:54:30.273 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:29 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:54:30.273 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:29 smithi177 ceph-mon[30339]: from='client.? 172.21.15.55:0/1271841187' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-06T01:54:30.959 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:30 smithi055 ceph-mon[28802]: Detected new or changed devices on smithi177 2024-05-06T01:54:31.179 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/fe81839c-0b4a-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T01:54:31.273 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:30 smithi177 ceph-mon[30339]: Detected new or changed devices on smithi177 2024-05-06T01:54:31.851 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:31 smithi055 ceph-mon[28802]: pgmap v68: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:54:32.273 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:31 smithi177 ceph-mon[30339]: pgmap v68: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:54:33.593 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-05-06T01:54:33.593 INFO:teuthology.orchestra.run.smithi055.stdout:{"epoch":14,"fsid":"fe81839c-0b4a-11ef-bc97-c7b262605968","created":"2024-05-06T01:51:28.843308+0000","modified":"2024-05-06T01:54:21.744589+0000","last_up_change":"2024-05-06T01:54:20.736563+0000","last_in_change":"2024-05-06T01:54:01.996640+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":"495d1b52-55db-4ed1-8e84-0e54245a108b","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.55:6802","nonce":2938519273},{"type":"v1","addr":"172.21.15.55:6803","nonce":2938519273}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6804","nonce":2938519273},{"type":"v1","addr":"172.21.15.55:6805","nonce":2938519273}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6808","nonce":2938519273},{"type":"v1","addr":"172.21.15.55:6809","nonce":2938519273}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6806","nonce":2938519273},{"type":"v1","addr":"172.21.15.55:6807","nonce":2938519273}]},"public_addr":"172.21.15.55:6803/2938519273","cluster_addr":"172.21.15.55:6805/2938519273","heartbeat_back_addr":"172.21.15.55:6809/2938519273","heartbeat_front_addr":"172.21.15.55:6807/2938519273","state":["exists","up"]},{"osd":1,"uuid":"632dbffc-e66a-4703-82d9-8c2fe3dd1e60","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.177:6800","nonce":2665441281},{"type":"v1","addr":"172.21.15.177:6801","nonce":2665441281}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6802","nonce":2665441281},{"type":"v1","addr":"172.21.15.177:6803","nonce":2665441281}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6806","nonce":2665441281},{"type":"v1","addr":"172.21.15.177:6807","nonce":2665441281}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6804","nonce":2665441281},{"type":"v1","addr":"172.21.15.177:6805","nonce":2665441281}]},"public_addr":"172.21.15.177:6801/2665441281","cluster_addr":"172.21.15.177:6803/2665441281","heartbeat_back_addr":"172.21.15.177:6807/2665441281","heartbeat_front_addr":"172.21.15.177:6805/2665441281","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-06T01:53:53.741591+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-06T01:54:18.875901+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.55:0/1958023652":"2024-05-07T01:52:35.253100+0000","172.21.15.55:0/4286803375":"2024-05-07T01:52:35.253100+0000","172.21.15.55:0/2548715359":"2024-05-07T01:52:35.253100+0000","172.21.15.55:6801/2425661498":"2024-05-07T01:52:35.253100+0000","172.21.15.55:0/451612426":"2024-05-07T01:52:06.764207+0000","172.21.15.55:0/575475601":"2024-05-07T01:52:06.764207+0000","172.21.15.55:6800/2425661498":"2024-05-07T01:52:35.253100+0000","172.21.15.55:6800/1456112314":"2024-05-07T01:52:06.764207+0000","172.21.15.55:6801/1456112314":"2024-05-07T01:52:06.764207+0000","172.21.15.55:0/807445485":"2024-05-07T01:52:06.764207+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-05-06T01:54:33.849 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:33 smithi055 ceph-mon[28802]: pgmap v69: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:54:33.849 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:33 smithi055 ceph-mon[28802]: from='client.? 172.21.15.55:0/1677714499' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-06T01:54:34.157 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:33 smithi177 ceph-mon[30339]: pgmap v69: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:54:34.157 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:33 smithi177 ceph-mon[30339]: from='client.? 172.21.15.55:0/1677714499' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-06T01:54:34.217 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell --fsid fe81839c-0b4a-11ef-bc97-c7b262605968 -- ceph tell osd.0 flush_pg_stats 2024-05-06T01:54:34.217 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell --fsid fe81839c-0b4a-11ef-bc97-c7b262605968 -- ceph tell osd.1 flush_pg_stats 2024-05-06T01:54:34.483 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/fe81839c-0b4a-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T01:54:34.483 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/fe81839c-0b4a-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T01:54:35.971 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:35 smithi055 ceph-mon[28802]: pgmap v70: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:54:36.023 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:35 smithi177 ceph-mon[30339]: pgmap v70: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:54:38.099 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:37 smithi055 ceph-mon[28802]: pgmap v71: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:54:38.271 INFO:teuthology.orchestra.run.smithi055.stdout:55834574855 2024-05-06T01:54:38.271 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell --fsid fe81839c-0b4a-11ef-bc97-c7b262605968 -- ceph osd last-stat-seq osd.1 2024-05-06T01:54:38.272 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:37 smithi177 ceph-mon[30339]: pgmap v71: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:54:38.614 INFO:teuthology.orchestra.run.smithi055.stdout:34359738380 2024-05-06T01:54:38.614 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell --fsid fe81839c-0b4a-11ef-bc97-c7b262605968 -- ceph osd last-stat-seq osd.0 2024-05-06T01:54:38.653 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/fe81839c-0b4a-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T01:54:39.335 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/fe81839c-0b4a-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T01:54:40.099 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:39 smithi055 ceph-mon[28802]: pgmap v72: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:54:40.273 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:39 smithi177 ceph-mon[30339]: pgmap v72: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:54:41.633 INFO:teuthology.orchestra.run.smithi055.stdout:55834574855 2024-05-06T01:54:41.840 INFO:teuthology.orchestra.run.smithi055.stdout:34359738380 2024-05-06T01:54:41.853 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:41 smithi055 ceph-mon[28802]: pgmap v73: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:54:41.853 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:41 smithi055 ceph-mon[28802]: from='client.? 172.21.15.55:0/312092873' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-05-06T01:54:41.853 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:41 smithi055 ceph-mon[28802]: from='client.? 172.21.15.55:0/3647919563' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-05-06T01:54:42.273 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:41 smithi177 ceph-mon[30339]: pgmap v73: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:54:42.273 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:41 smithi177 ceph-mon[30339]: from='client.? 172.21.15.55:0/312092873' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-05-06T01:54:42.273 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:41 smithi177 ceph-mon[30339]: from='client.? 172.21.15.55:0/3647919563' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-05-06T01:54:42.531 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738380 got 34359738380 for osd.0 2024-05-06T01:54:42.531 DEBUG:teuthology.parallel:result is None 2024-05-06T01:54:42.901 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574855 got 55834574855 for osd.1 2024-05-06T01:54:42.901 DEBUG:teuthology.parallel:result is None 2024-05-06T01:54:42.902 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-05-06T01:54:42.902 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell --fsid fe81839c-0b4a-11ef-bc97-c7b262605968 -- ceph pg dump --format=json 2024-05-06T01:54:43.153 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/fe81839c-0b4a-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T01:54:44.099 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:43 smithi055 ceph-mon[28802]: pgmap v74: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:54:44.273 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:43 smithi177 ceph-mon[30339]: pgmap v74: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:54:44.800 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-05-06T01:54:44.802 INFO:teuthology.orchestra.run.smithi055.stderr:dumped all 2024-05-06T01:54:45.393 INFO:teuthology.orchestra.run.smithi055.stdout:{"pg_ready":true,"pg_map":{"version":75,"stamp":"2024-05-06T01:54:44.334234+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":54284,"kb_used_data":240,"kb_used_omap":3,"kb_used_meta":54012,"kb_avail":187436020,"statfs":{"total":191990071296,"available":191934484480,"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":55834574856,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27140,"kb_used_data":120,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93718012,"statfs":{"total":95995035648,"available":95967244288,"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":34359738381,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27144,"kb_used_data":120,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93718008,"statfs":{"total":95995035648,"available":95967240192,"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-05-06T01:54:45.394 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell --fsid fe81839c-0b4a-11ef-bc97-c7b262605968 -- ceph pg dump --format=json 2024-05-06T01:54:45.636 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/fe81839c-0b4a-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T01:54:46.099 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:45 smithi055 ceph-mon[28802]: pgmap v75: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:54:46.099 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:45 smithi055 ceph-mon[28802]: from='client.14266 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T01:54:46.273 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:45 smithi177 ceph-mon[30339]: pgmap v75: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:54:46.273 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:45 smithi177 ceph-mon[30339]: from='client.14266 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T01:54:47.442 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-05-06T01:54:47.444 INFO:teuthology.orchestra.run.smithi055.stderr:dumped all 2024-05-06T01:54:48.062 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:47 smithi055 ceph-mon[28802]: pgmap v76: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:54:48.062 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:47 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:54:48.062 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:47 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:54:48.062 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:47 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:54:48.091 INFO:teuthology.orchestra.run.smithi055.stdout:{"pg_ready":true,"pg_map":{"version":76,"stamp":"2024-05-06T01:54:46.334588+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":54284,"kb_used_data":240,"kb_used_omap":3,"kb_used_meta":54012,"kb_avail":187436020,"statfs":{"total":191990071296,"available":191934484480,"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":55834574856,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27140,"kb_used_data":120,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93718012,"statfs":{"total":95995035648,"available":95967244288,"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":34359738382,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27144,"kb_used_data":120,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93718008,"statfs":{"total":95995035648,"available":95967240192,"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-05-06T01:54:48.092 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-05-06T01:54:48.092 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-05-06T01:54:48.092 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-05-06T01:54:48.092 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell --fsid fe81839c-0b4a-11ef-bc97-c7b262605968 -- ceph health --format=json 2024-05-06T01:54:48.263 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:47 smithi177 ceph-mon[30339]: pgmap v76: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:54:48.263 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:47 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:54:48.263 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:47 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:54:48.263 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:47 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:54:48.338 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/fe81839c-0b4a-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T01:54:49.099 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:48 smithi055 ceph-mon[28802]: from='client.14270 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T01:54:49.124 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:48 smithi177 ceph-mon[30339]: from='client.14270 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T01:54:50.187 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:49 smithi055 ceph-mon[28802]: pgmap v77: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:54:50.187 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:49 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:54:50.187 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:49 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:54:50.187 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:49 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:54:50.273 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:49 smithi177 ceph-mon[30339]: pgmap v77: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:54:50.273 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:49 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:54:50.273 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:49 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:54:50.273 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:49 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:54:50.697 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-05-06T01:54:50.697 INFO:teuthology.orchestra.run.smithi055.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-05-06T01:54:51.065 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:50 smithi055 ceph-mon[28802]: pgmap v78: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:54:51.065 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:50 smithi055 ceph-mon[28802]: from='client.? 172.21.15.55:0/2732590474' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T01:54:51.273 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:50 smithi177 ceph-mon[30339]: pgmap v78: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:54:51.273 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:50 smithi177 ceph-mon[30339]: from='client.? 172.21.15.55:0/2732590474' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T01:54:51.376 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-05-06T01:54:51.376 INFO:tasks.cephadm:Setup complete, yielding 2024-05-06T01:54:51.376 INFO:teuthology.run_tasks:Running task exec... 2024-05-06T01:54:51.386 INFO:teuthology.task.exec:Executing custom commands... 2024-05-06T01:54:51.387 INFO:teuthology.task.exec:Running commands on role host.a host ubuntu@smithi055.front.sepia.ceph.com 2024-05-06T01:54:51.387 DEBUG:teuthology.orchestra.run.smithi055:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'mkdir /etc/cephadm_testing' 2024-05-06T01:54:51.415 INFO:teuthology.task.exec:Running commands on role host.b host ubuntu@smithi177.front.sepia.ceph.com 2024-05-06T01:54:51.415 DEBUG:teuthology.orchestra.run.smithi177:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'mkdir /etc/cephadm_testing' 2024-05-06T01:54:51.451 INFO:teuthology.run_tasks:Running task cephadm.apply... 2024-05-06T01:54:51.465 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-05-06T01:54:51.465 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe81839c-0b4a-11ef-bc97-c7b262605968 -- ceph orch apply -i - 2024-05-06T01:54:51.942 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/fe81839c-0b4a-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T01:54:53.660 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:53 smithi055 ceph-mon[28802]: pgmap v79: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:54:53.734 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:53 smithi177 ceph-mon[30339]: pgmap v79: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:54:54.457 INFO:teuthology.orchestra.run.smithi055.stdout:Scheduled mon update... 2024-05-06T01:54:54.457 INFO:teuthology.orchestra.run.smithi055.stdout:Scheduled container.foo update... 2024-05-06T01:54:54.457 INFO:teuthology.orchestra.run.smithi055.stdout:Scheduled container.bar update... 2024-05-06T01:54:55.061 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-05-06T01:54:55.074 INFO:tasks.cephadm:Waiting for ceph service mon to start (timeout 300)... 2024-05-06T01:54:55.075 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe81839c-0b4a-11ef-bc97-c7b262605968 -- ceph orch ls -f json 2024-05-06T01:54:55.339 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/fe81839c-0b4a-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T01:54:55.523 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:55 smithi177 ceph-mon[30339]: pgmap v80: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:54:55.523 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:55 smithi177 ceph-mon[30339]: from='client.14278 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T01:54:55.524 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:55 smithi177 ceph-mon[30339]: Saving service mon spec with placement * 2024-05-06T01:54:55.524 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:55 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:54:55.524 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:55 smithi177 ceph-mon[30339]: Saving service container.foo spec with placement * 2024-05-06T01:54:55.524 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:55 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:54:55.524 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:55 smithi177 ceph-mon[30339]: Saving service container.bar spec with placement * 2024-05-06T01:54:55.524 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:55 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:54:55.524 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:55 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T01:54:55.524 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:55 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T01:54:55.524 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:55 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T01:54:55.524 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:55 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:54:55.525 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:55 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:54:55.525 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:55 smithi177 ceph-mon[30339]: Deploying daemon container.foo.smithi055 on smithi055 2024-05-06T01:54:55.598 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:55 smithi055 ceph-mon[28802]: pgmap v80: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:54:55.599 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:55 smithi055 ceph-mon[28802]: from='client.14278 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T01:54:55.599 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:55 smithi055 ceph-mon[28802]: Saving service mon spec with placement * 2024-05-06T01:54:55.599 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:55 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:54:55.599 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:55 smithi055 ceph-mon[28802]: Saving service container.foo spec with placement * 2024-05-06T01:54:55.599 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:55 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:54:55.599 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:55 smithi055 ceph-mon[28802]: Saving service container.bar spec with placement * 2024-05-06T01:54:55.599 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:55 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:54:55.599 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:55 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T01:54:55.599 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:55 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T01:54:55.599 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:55 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T01:54:55.599 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:55 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:54:55.599 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:55 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:54:55.599 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:55 smithi055 ceph-mon[28802]: Deploying daemon container.foo.smithi055 on smithi055 2024-05-06T01:54:57.201 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-05-06T01:54:57.201 INFO:teuthology.orchestra.run.smithi055.stdout:[{"events": ["2024-05-06T01:53:02.767402Z service:agent [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "agent", "service_type": "agent", "status": {"created": "2024-05-06T01:52:35.285696Z", "last_refresh": "2024-05-06T01:54:47.569780Z", "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-05-06T01:54:54.460552Z 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-05-06T01:54:54.457664Z", "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-05-06T01:54:54.457441Z 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-05-06T01:54:54.454537Z", "running": 0, "size": 2}}, {"events": ["2024-05-06T01:53:27.949631Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055=a", "smithi177=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-05-06T01:53:25.145180Z", "last_refresh": "2024-05-06T01:54:47.569725Z", "running": 2, "size": 2}}, {"events": ["2024-05-06T01:54:54.475660Z 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-05-06T01:54:54.450900Z", "last_refresh": "2024-05-06T01:54:47.569630Z", "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "9f32bee02a8590592410ec0c77c02d76af1e98ec0f409b9b383ddc49778de711", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a", "last_refresh": "2024-05-06T01:54:47.569858Z", "running": 2, "size": 2}, "unmanaged": true}] 2024-05-06T01:54:57.772 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:57 smithi177 ceph-mon[30339]: pgmap v81: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:54:57.849 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:57 smithi055 ceph-mon[28802]: pgmap v81: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:54:57.896 INFO:tasks.cephadm:mon has 2/2 2024-05-06T01:54:57.896 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-05-06T01:54:57.907 INFO:tasks.cephadm:Waiting for ceph service container.foo to start (timeout 300)... 2024-05-06T01:54:57.907 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe81839c-0b4a-11ef-bc97-c7b262605968 -- ceph orch ls -f json 2024-05-06T01:54:58.168 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/fe81839c-0b4a-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T01:54:58.580 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:58 smithi055 ceph-mon[28802]: from='client.14282 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T01:54:58.773 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:58 smithi177 ceph-mon[30339]: from='client.14282 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T01:54:59.773 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:54:59 smithi177 ceph-mon[30339]: pgmap v82: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:54:59.849 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:54:59 smithi055 ceph-mon[28802]: pgmap v82: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:55:01.540 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:01 smithi055 ceph-mon[28802]: pgmap v83: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:55:01.773 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:01 smithi177 ceph-mon[30339]: pgmap v83: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:55:02.064 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-05-06T01:55:02.064 INFO:teuthology.orchestra.run.smithi055.stdout:[{"events": ["2024-05-06T01:53:02.767402Z service:agent [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "agent", "service_type": "agent", "status": {"created": "2024-05-06T01:52:35.285696Z", "last_refresh": "2024-05-06T01:54:47.569780Z", "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-05-06T01:54:54.460552Z 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-05-06T01:54:54.457664Z", "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-05-06T01:54:54.457441Z 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-05-06T01:54:54.454537Z", "running": 0, "size": 2}}, {"events": ["2024-05-06T01:53:27.949631Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055=a", "smithi177=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-05-06T01:53:25.145180Z", "last_refresh": "2024-05-06T01:54:47.569725Z", "running": 2, "size": 2}}, {"events": ["2024-05-06T01:54:54.475660Z 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-05-06T01:54:54.450900Z", "last_refresh": "2024-05-06T01:54:47.569630Z", "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "9f32bee02a8590592410ec0c77c02d76af1e98ec0f409b9b383ddc49778de711", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a", "last_refresh": "2024-05-06T01:54:47.569858Z", "running": 2, "size": 2}, "unmanaged": true}] 2024-05-06T01:55:02.924 INFO:tasks.cephadm:container.foo has 0/2 2024-05-06T01:55:03.773 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:03 smithi177 ceph-mon[30339]: from='client.14286 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T01:55:03.774 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:03 smithi177 ceph-mon[30339]: pgmap v84: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:55:03.849 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:03 smithi055 ceph-mon[28802]: from='client.14286 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T01:55:03.849 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:03 smithi055 ceph-mon[28802]: pgmap v84: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:55:03.925 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe81839c-0b4a-11ef-bc97-c7b262605968 -- ceph orch ls -f json 2024-05-06T01:55:04.181 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/fe81839c-0b4a-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T01:55:04.729 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:04 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:55:04.729 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:04 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:55:04.730 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:04 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:55:04.730 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:04 smithi177 ceph-mon[30339]: Deploying daemon container.foo.smithi177 on smithi177 2024-05-06T01:55:04.849 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:04 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:55:04.849 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:04 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:55:04.849 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:04 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:55:04.849 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:04 smithi055 ceph-mon[28802]: Deploying daemon container.foo.smithi177 on smithi177 2024-05-06T01:55:05.849 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:05 smithi055 ceph-mon[28802]: pgmap v85: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:55:06.012 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-05-06T01:55:06.012 INFO:teuthology.orchestra.run.smithi055.stdout:[{"events": ["2024-05-06T01:53:02.767402Z service:agent [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "agent", "service_type": "agent", "status": {"created": "2024-05-06T01:52:35.285696Z", "last_refresh": "2024-05-06T01:54:47.569780Z", "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-05-06T01:54:54.460552Z 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-05-06T01:54:54.457664Z", "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-05-06T01:55:03.609253Z 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-05-06T01:54:54.454537Z", "running": 0, "size": 2}}, {"events": ["2024-05-06T01:53:27.949631Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055=a", "smithi177=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-05-06T01:53:25.145180Z", "last_refresh": "2024-05-06T01:54:47.569725Z", "running": 2, "size": 2}}, {"events": ["2024-05-06T01:54:54.475660Z 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-05-06T01:54:54.450900Z", "last_refresh": "2024-05-06T01:54:47.569630Z", "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "9f32bee02a8590592410ec0c77c02d76af1e98ec0f409b9b383ddc49778de711", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a", "last_refresh": "2024-05-06T01:54:47.569858Z", "running": 2, "size": 2}, "unmanaged": true}] 2024-05-06T01:55:06.023 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:05 smithi177 ceph-mon[30339]: pgmap v85: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:55:06.605 INFO:tasks.cephadm:container.foo has 0/2 2024-05-06T01:55:07.606 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe81839c-0b4a-11ef-bc97-c7b262605968 -- ceph orch ls -f json 2024-05-06T01:55:07.849 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:07 smithi055 ceph-mon[28802]: from='client.14290 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T01:55:07.849 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:07 smithi055 ceph-mon[28802]: pgmap v86: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:55:07.954 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/fe81839c-0b4a-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T01:55:08.023 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:07 smithi177 ceph-mon[30339]: from='client.14290 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T01:55:08.023 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:07 smithi177 ceph-mon[30339]: pgmap v86: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:55:09.023 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:08 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:55:09.023 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:08 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:55:09.023 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:08 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:55:09.100 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:08 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:55:09.101 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:08 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:55:09.101 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:08 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:55:09.893 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-05-06T01:55:09.893 INFO:teuthology.orchestra.run.smithi055.stdout:[{"events": ["2024-05-06T01:53:02.767402Z service:agent [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "agent", "service_type": "agent", "status": {"created": "2024-05-06T01:52:35.285696Z", "last_refresh": "2024-05-06T01:55:09.394123Z", "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-05-06T01:54:54.460552Z 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-05-06T01:54:54.457664Z", "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-05-06T01:55:03.609253Z 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-05-06T01:54:54.454537Z", "last_refresh": "2024-05-06T01:55:09.593100Z", "running": 1, "size": 2}}, {"events": ["2024-05-06T01:53:27.949631Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055=a", "smithi177=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-05-06T01:53:25.145180Z", "last_refresh": "2024-05-06T01:55:09.394331Z", "running": 2, "size": 2}}, {"events": ["2024-05-06T01:54:54.475660Z 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-05-06T01:54:54.450900Z", "last_refresh": "2024-05-06T01:55:09.394243Z", "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "9f32bee02a8590592410ec0c77c02d76af1e98ec0f409b9b383ddc49778de711", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a", "last_refresh": "2024-05-06T01:55:09.394412Z", "running": 2, "size": 2}, "unmanaged": true}] 2024-05-06T01:55:10.023 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:09 smithi177 ceph-mon[30339]: pgmap v87: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:55:10.024 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:09 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:55:10.024 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:09 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:55:10.024 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:09 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:55:10.024 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:09 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:55:10.024 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:09 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:55:10.024 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:09 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:55:10.099 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:09 smithi055 ceph-mon[28802]: pgmap v87: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:55:10.099 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:09 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:55:10.099 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:09 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:55:10.099 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:09 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:55:10.099 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:09 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:55:10.099 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:09 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:55:10.099 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:09 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:55:10.470 INFO:tasks.cephadm:container.foo has 1/2 2024-05-06T01:55:11.471 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe81839c-0b4a-11ef-bc97-c7b262605968 -- ceph orch ls -f json 2024-05-06T01:55:12.010 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:11 smithi055 ceph-mon[28802]: from='client.14294 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T01:55:12.010 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:11 smithi055 ceph-mon[28802]: pgmap v88: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:55:12.010 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:11 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:55:12.010 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:11 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:55:12.010 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:11 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:55:12.010 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:11 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:55:12.010 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:11 smithi055 ceph-mon[28802]: Deploying daemon container.bar.smithi177 on smithi177 2024-05-06T01:55:12.023 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:11 smithi177 ceph-mon[30339]: from='client.14294 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T01:55:12.023 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:11 smithi177 ceph-mon[30339]: pgmap v88: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:55:12.023 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:11 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:55:12.023 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:11 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:55:12.023 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:11 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:55:12.023 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:11 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:55:12.023 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:11 smithi177 ceph-mon[30339]: Deploying daemon container.bar.smithi177 on smithi177 2024-05-06T01:55:13.099 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:12 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:55:13.099 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:12 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:55:13.099 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:12 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:55:13.099 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:12 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:55:13.133 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:12 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:55:13.134 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:12 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:55:13.134 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:12 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:55:13.134 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:12 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:55:14.099 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:13 smithi055 ceph-mon[28802]: pgmap v89: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:55:14.099 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:13 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:55:14.099 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:13 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:55:14.099 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:13 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:55:14.273 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:13 smithi177 ceph-mon[30339]: pgmap v89: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:55:14.273 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:13 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:55:14.273 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:13 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:55:14.273 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:13 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:55:16.099 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:15 smithi055 ceph-mon[28802]: pgmap v90: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:55:16.099 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:15 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:55:16.197 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/fe81839c-0b4a-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T01:55:16.273 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:15 smithi177 ceph-mon[30339]: pgmap v90: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:55:16.273 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:15 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:55:17.960 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:17 smithi177 ceph-mon[30339]: pgmap v91: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:55:18.028 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:17 smithi055 ceph-mon[28802]: pgmap v91: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:55:18.910 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-05-06T01:55:18.910 INFO:teuthology.orchestra.run.smithi055.stdout:[{"events": ["2024-05-06T01:53:02.767402Z service:agent [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "agent", "service_type": "agent", "status": {"created": "2024-05-06T01:52:35.285696Z", "last_refresh": "2024-05-06T01:55:11.849630Z", "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-05-06T01:54:54.460552Z 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-05-06T01:54:54.457664Z", "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-05-06T01:55:10.698610Z 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-05-06T01:54:54.454537Z", "last_refresh": "2024-05-06T01:55:11.849799Z", "running": 2, "size": 2}}, {"events": ["2024-05-06T01:53:27.949631Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055=a", "smithi177=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-05-06T01:53:25.145180Z", "last_refresh": "2024-05-06T01:55:11.849574Z", "running": 2, "size": 2}}, {"events": ["2024-05-06T01:54:54.475660Z 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-05-06T01:54:54.450900Z", "last_refresh": "2024-05-06T01:55:11.849478Z", "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "9f32bee02a8590592410ec0c77c02d76af1e98ec0f409b9b383ddc49778de711", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a", "last_refresh": "2024-05-06T01:55:11.849709Z", "running": 2, "size": 2}, "unmanaged": true}] 2024-05-06T01:55:19.226 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:18 smithi055 ceph-mon[28802]: pgmap v92: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:55:19.273 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:18 smithi177 ceph-mon[30339]: pgmap v92: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:55:20.172 INFO:tasks.cephadm:container.foo has 2/2 2024-05-06T01:55:20.172 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-05-06T01:55:20.183 INFO:tasks.cephadm:Waiting for ceph service container.bar to start (timeout 300)... 2024-05-06T01:55:20.184 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe81839c-0b4a-11ef-bc97-c7b262605968 -- ceph orch ls -f json 2024-05-06T01:55:20.439 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/fe81839c-0b4a-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T01:55:20.775 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:20 smithi055 ceph-mon[28802]: from='client.14298 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T01:55:20.775 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:20 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:55:20.775 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:20 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:55:20.775 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:20 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:55:21.023 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:20 smithi177 ceph-mon[30339]: from='client.14298 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T01:55:21.023 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:20 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:55:21.023 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:20 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:55:21.023 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:20 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:55:21.793 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:21 smithi055 ceph-mon[28802]: pgmap v93: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:55:22.023 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:21 smithi177 ceph-mon[30339]: pgmap v93: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:55:22.226 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-05-06T01:55:22.226 INFO:teuthology.orchestra.run.smithi055.stdout:[{"events": ["2024-05-06T01:53:02.767402Z service:agent [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "agent", "service_type": "agent", "status": {"created": "2024-05-06T01:52:35.285696Z", "last_refresh": "2024-05-06T01:55:12.867349Z", "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-05-06T01:54:54.460552Z 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-05-06T01:54:54.457664Z", "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-05-06T01:55:10.698610Z 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-05-06T01:54:54.454537Z", "last_refresh": "2024-05-06T01:55:12.867699Z", "running": 2, "size": 2}}, {"events": ["2024-05-06T01:53:27.949631Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055=a", "smithi177=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-05-06T01:53:25.145180Z", "last_refresh": "2024-05-06T01:55:12.867538Z", "running": 2, "size": 2}}, {"events": ["2024-05-06T01:54:54.475660Z 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-05-06T01:54:54.450900Z", "last_refresh": "2024-05-06T01:55:12.867454Z", "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "9f32bee02a8590592410ec0c77c02d76af1e98ec0f409b9b383ddc49778de711", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a", "last_refresh": "2024-05-06T01:55:12.867619Z", "running": 2, "size": 2}, "unmanaged": true}] 2024-05-06T01:55:22.815 INFO:tasks.cephadm:container.bar has 0/2 2024-05-06T01:55:23.773 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:23 smithi177 ceph-mon[30339]: from='client.14302 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T01:55:23.773 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:23 smithi177 ceph-mon[30339]: pgmap v94: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:55:23.817 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe81839c-0b4a-11ef-bc97-c7b262605968 -- ceph orch ls -f json 2024-05-06T01:55:24.076 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/fe81839c-0b4a-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T01:55:24.099 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:23 smithi055 ceph-mon[28802]: from='client.14302 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T01:55:24.099 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:23 smithi055 ceph-mon[28802]: pgmap v94: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:55:25.894 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-05-06T01:55:25.895 INFO:teuthology.orchestra.run.smithi055.stdout:[{"events": ["2024-05-06T01:53:02.767402Z service:agent [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "agent", "service_type": "agent", "status": {"created": "2024-05-06T01:52:35.285696Z", "last_refresh": "2024-05-06T01:55:12.867349Z", "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-05-06T01:55:25.847446Z 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-05-06T01:54:54.457664Z", "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-05-06T01:55:10.698610Z 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-05-06T01:54:54.454537Z", "last_refresh": "2024-05-06T01:55:12.867699Z", "running": 2, "size": 2}}, {"events": ["2024-05-06T01:53:27.949631Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055=a", "smithi177=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-05-06T01:53:25.145180Z", "last_refresh": "2024-05-06T01:55:12.867538Z", "running": 2, "size": 2}}, {"events": ["2024-05-06T01:54:54.475660Z 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-05-06T01:54:54.450900Z", "last_refresh": "2024-05-06T01:55:12.867454Z", "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "9f32bee02a8590592410ec0c77c02d76af1e98ec0f409b9b383ddc49778de711", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a", "last_refresh": "2024-05-06T01:55:12.867619Z", "running": 2, "size": 2}, "unmanaged": true}] 2024-05-06T01:55:25.987 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:25 smithi177 ceph-mon[30339]: pgmap v95: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:55:26.099 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:25 smithi055 ceph-mon[28802]: pgmap v95: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:55:26.556 INFO:tasks.cephadm:container.bar has 0/2 2024-05-06T01:55:27.022 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:26 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:55:27.022 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:26 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:55:27.022 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:26 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:55:27.022 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:26 smithi177 ceph-mon[30339]: Deploying daemon container.bar.smithi055 on smithi055 2024-05-06T01:55:27.099 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:26 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:55:27.099 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:26 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:55:27.099 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:26 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:55:27.099 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:26 smithi055 ceph-mon[28802]: Deploying daemon container.bar.smithi055 on smithi055 2024-05-06T01:55:27.557 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe81839c-0b4a-11ef-bc97-c7b262605968 -- ceph orch ls -f json 2024-05-06T01:55:27.802 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/fe81839c-0b4a-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T01:55:28.099 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:27 smithi055 ceph-mon[28802]: from='client.14306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T01:55:28.099 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:27 smithi055 ceph-mon[28802]: pgmap v96: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:55:28.099 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:27 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:55:28.099 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:27 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:55:28.099 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:27 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:55:28.273 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:27 smithi177 ceph-mon[30339]: from='client.14306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T01:55:28.273 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:27 smithi177 ceph-mon[30339]: pgmap v96: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:55:28.274 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:27 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:55:28.274 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:27 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:55:28.274 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:27 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:55:29.966 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-05-06T01:55:29.966 INFO:teuthology.orchestra.run.smithi055.stdout:[{"events": ["2024-05-06T01:53:02.767402Z service:agent [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "agent", "service_type": "agent", "status": {"created": "2024-05-06T01:52:35.285696Z", "last_refresh": "2024-05-06T01:55:19.645785Z", "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-05-06T01:55:25.847446Z 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-05-06T01:54:54.457664Z", "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-05-06T01:55:10.698610Z 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-05-06T01:54:54.454537Z", "last_refresh": "2024-05-06T01:55:19.645968Z", "running": 2, "size": 2}}, {"events": ["2024-05-06T01:53:27.949631Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055=a", "smithi177=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-05-06T01:53:25.145180Z", "last_refresh": "2024-05-06T01:55:19.645730Z", "running": 2, "size": 2}}, {"events": ["2024-05-06T01:54:54.475660Z 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-05-06T01:54:54.450900Z", "last_refresh": "2024-05-06T01:55:19.645635Z", "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "9f32bee02a8590592410ec0c77c02d76af1e98ec0f409b9b383ddc49778de711", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a", "last_refresh": "2024-05-06T01:55:19.645865Z", "running": 2, "size": 2}, "unmanaged": true}] 2024-05-06T01:55:30.099 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:29 smithi055 ceph-mon[28802]: pgmap v97: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:55:30.273 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:29 smithi177 ceph-mon[30339]: pgmap v97: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:55:32.254 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:31 smithi055 ceph-mon[28802]: from='client.14310 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T01:55:32.254 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:31 smithi055 ceph-mon[28802]: pgmap v98: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:55:32.273 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:31 smithi177 ceph-mon[30339]: from='client.14310 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T01:55:32.273 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:31 smithi177 ceph-mon[30339]: pgmap v98: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:55:32.414 INFO:tasks.cephadm:container.bar has 0/2 2024-05-06T01:55:33.415 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe81839c-0b4a-11ef-bc97-c7b262605968 -- ceph orch ls -f json 2024-05-06T01:55:34.273 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:33 smithi177 ceph-mon[30339]: pgmap v99: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:55:34.273 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:33 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:55:34.273 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:33 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:55:34.273 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:33 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:55:34.349 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:33 smithi055 ceph-mon[28802]: pgmap v99: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:55:34.349 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:33 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:55:34.349 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:33 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:55:34.349 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:33 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:55:35.966 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:35 smithi055 ceph-mon[28802]: pgmap v100: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:55:36.273 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:35 smithi177 ceph-mon[30339]: pgmap v100: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:55:37.329 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/fe81839c-0b4a-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T01:55:38.122 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:37 smithi055 ceph-mon[28802]: pgmap v101: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:55:38.273 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:37 smithi177 ceph-mon[30339]: pgmap v101: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:55:40.014 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:39 smithi055 ceph-mon[28802]: pgmap v102: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:55:40.014 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:39 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:55:40.014 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:39 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:55:40.014 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:39 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:55:40.273 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:39 smithi177 ceph-mon[30339]: pgmap v102: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:55:40.273 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:39 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:55:40.273 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:39 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:55:40.273 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:39 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:55:41.179 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-05-06T01:55:41.179 INFO:teuthology.orchestra.run.smithi055.stdout:[{"events": ["2024-05-06T01:53:02.767402Z service:agent [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "agent", "service_type": "agent", "status": {"created": "2024-05-06T01:52:35.285696Z", "last_refresh": "2024-05-06T01:55:33.206691Z", "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-05-06T01:55:25.847446Z 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-05-06T01:54:54.457664Z", "last_refresh": "2024-05-06T01:55:33.207148Z", "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-05-06T01:55:10.698610Z 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-05-06T01:54:54.454537Z", "last_refresh": "2024-05-06T01:55:33.207043Z", "running": 2, "size": 2}}, {"events": ["2024-05-06T01:53:27.949631Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055=a", "smithi177=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-05-06T01:53:25.145180Z", "last_refresh": "2024-05-06T01:55:33.206876Z", "running": 2, "size": 2}}, {"events": ["2024-05-06T01:54:54.475660Z 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-05-06T01:54:54.450900Z", "last_refresh": "2024-05-06T01:55:33.206793Z", "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "9f32bee02a8590592410ec0c77c02d76af1e98ec0f409b9b383ddc49778de711", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a", "last_refresh": "2024-05-06T01:55:33.206964Z", "running": 2, "size": 2}, "unmanaged": true}] 2024-05-06T01:55:41.995 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:41 smithi055 ceph-mon[28802]: pgmap v103: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:55:41.995 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:41 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:55:41.995 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:41 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:55:41.995 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:41 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:55:41.995 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:41 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:55:41.995 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:41 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T01:55:41.995 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:41 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T01:55:41.995 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:41 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T01:55:41.995 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:41 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:55:42.023 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:41 smithi177 ceph-mon[30339]: pgmap v103: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:55:42.023 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:41 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:55:42.023 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:41 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:55:42.023 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:41 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:55:42.023 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:41 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:55:42.023 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:41 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T01:55:42.023 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:41 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T01:55:42.023 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:41 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T01:55:42.023 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:41 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:55:42.310 INFO:tasks.cephadm:container.bar has 1/2 2024-05-06T01:55:42.961 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:42 smithi055 ceph-mon[28802]: from='client.14314 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T01:55:42.961 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:42 smithi055 ceph-mon[28802]: Metadata not up to date on all hosts. Skipping non agent specs 2024-05-06T01:55:42.961 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:42 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T01:55:42.962 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:42 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T01:55:42.962 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:42 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T01:55:42.962 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:42 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:55:42.962 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:42 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:55:42.962 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:42 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:55:42.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:42 smithi177 ceph-mon[30339]: from='client.14314 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T01:55:42.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:42 smithi177 ceph-mon[30339]: Metadata not up to date on all hosts. Skipping non agent specs 2024-05-06T01:55:42.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:42 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T01:55:42.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:42 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T01:55:42.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:42 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T01:55:42.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:42 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:55:42.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:42 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:55:42.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:42 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:55:43.312 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe81839c-0b4a-11ef-bc97-c7b262605968 -- ceph orch ls -f json 2024-05-06T01:55:43.868 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:43 smithi055 ceph-mon[28802]: Redeploying mon.a, (container cli args changed) . . . 2024-05-06T01:55:43.869 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:43 smithi055 ceph-mon[28802]: Deploying daemon mon.a on smithi055 2024-05-06T01:55:43.869 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:43 smithi055 ceph-mon[28802]: pgmap v104: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:55:44.010 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:43 smithi177 ceph-mon[30339]: Redeploying mon.a, (container cli args changed) . . . 2024-05-06T01:55:44.010 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:43 smithi177 ceph-mon[30339]: Deploying daemon mon.a on smithi055 2024-05-06T01:55:44.010 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:43 smithi177 ceph-mon[30339]: pgmap v104: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:55:45.298 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/fe81839c-0b4a-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T01:55:45.977 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:45 smithi055 ceph-mon[28802]: pgmap v105: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:55:45.977 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:45 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:55:45.977 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:45 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:55:45.977 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:45 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:55:45.977 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:45 smithi055 ceph-mon[28802]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:55:46.251 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:46 smithi055 systemd[1]: Stopping Ceph mon.a for fe81839c-0b4a-11ef-bc97-c7b262605968... 2024-05-06T01:55:46.273 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:45 smithi177 ceph-mon[30339]: pgmap v105: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:55:46.273 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:45 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:55:46.274 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:45 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:55:46.274 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:45 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:55:46.274 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:45 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:55:46.849 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:46 smithi055 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mon-a[28779]: 2024-05-06T01:55:46.522+0000 7f0e22fd0700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-05-06T01:55:46.849 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:46 smithi055 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mon-a[28779]: 2024-05-06T01:55:46.522+0000 7f0e22fd0700 -1 mon.a@0(leader) e2 *** Got Signal Terminated *** 2024-05-06T01:55:46.849 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:46 smithi055 podman[50287]: 2024-05-06 01:55:46.637491554 +0000 UTC m=+0.240720378 container died 6757d3a74b851cbd08388bb07b2831fe71119bb06649c9743b84baee39180ab4 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004, name=ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mon-a, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.build-date=20240430, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, GIT_CLEAN=True) 2024-05-06T01:55:47.192 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:47 smithi055 podman[50287]: 2024-05-06 01:55:47.0201934 +0000 UTC m=+0.623422219 container cleanup 6757d3a74b851cbd08388bb07b2831fe71119bb06649c9743b84baee39180ab4 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004, name=ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mon-a, ceph=True, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, GIT_BRANCH=HEAD, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240430, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf) 2024-05-06T01:55:47.192 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:47 smithi055 bash[50287]: ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mon-a 2024-05-06T01:55:47.599 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:47 smithi055 podman[50323]: 2024-05-06 01:55:47.196216589 +0000 UTC m=+0.615122203 container remove 6757d3a74b851cbd08388bb07b2831fe71119bb06649c9743b84baee39180ab4 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004, name=ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mon-a, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240430, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, GIT_CLEAN=True, ceph=True, CEPH_POINT_RELEASE=, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, io.buildah.version=1.33.5) 2024-05-06T01:55:48.349 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:48 smithi055 systemd[1]: ceph-fe81839c-0b4a-11ef-bc97-c7b262605968@mon.a.service: Deactivated successfully. 2024-05-06T01:55:48.349 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:48 smithi055 systemd[1]: Stopped Ceph mon.a for fe81839c-0b4a-11ef-bc97-c7b262605968. 2024-05-06T01:55:48.349 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:48 smithi055 systemd[1]: ceph-fe81839c-0b4a-11ef-bc97-c7b262605968@mon.a.service: Consumed 4.414s CPU time. 2024-05-06T01:55:48.618 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:48 smithi055 systemd[1]: Starting Ceph mon.a for fe81839c-0b4a-11ef-bc97-c7b262605968... 2024-05-06T01:55:48.619 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:48 smithi055 podman[50607]: 2024-05-06 01:55:48.601602517 +0000 UTC m=+0.113845935 container create 63186f092c0861f6e59a478798bb30318b9b8e04ee87c647d525afb927aac545 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mon-a, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, org.label-schema.schema-version=1.0, GIT_CLEAN=True, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, org.label-schema.build-date=20240430, org.label-schema.name=CentOS Stream 8 Base Image) 2024-05-06T01:55:48.619 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:48 smithi055 podman[50607]: 2024-05-06 01:55:48.506316247 +0000 UTC m=+0.018559667 image pull 9f32bee02a8590592410ec0c77c02d76af1e98ec0f409b9b383ddc49778de711 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a 2024-05-06T01:55:48.619 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-05-06T01:55:48.619 INFO:teuthology.orchestra.run.smithi055.stdout:[{"events": ["2024-05-06T01:53:02.767402Z service:agent [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "agent", "service_type": "agent", "status": {"created": "2024-05-06T01:52:35.285696Z", "last_refresh": "2024-05-06T01:55:45.368733Z", "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-05-06T01:55:41.647956Z 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-05-06T01:54:54.457664Z", "last_refresh": "2024-05-06T01:55:45.369201Z", "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-05-06T01:55:10.698610Z 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-05-06T01:54:54.454537Z", "last_refresh": "2024-05-06T01:55:45.369094Z", "running": 2, "size": 2}}, {"events": ["2024-05-06T01:53:27.949631Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055=a", "smithi177=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-05-06T01:53:25.145180Z", "last_refresh": "2024-05-06T01:55:45.368930Z", "running": 2, "size": 2}}, {"events": ["2024-05-06T01:54:54.475660Z 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-05-06T01:54:54.450900Z", "last_refresh": "2024-05-06T01:55:45.368839Z", "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "9f32bee02a8590592410ec0c77c02d76af1e98ec0f409b9b383ddc49778de711", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a", "last_refresh": "2024-05-06T01:55:45.369015Z", "running": 2, "size": 2}, "unmanaged": true}] 2024-05-06T01:55:49.304 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 podman[50607]: 2024-05-06 01:55:49.01349326 +0000 UTC m=+0.525736677 container init 63186f092c0861f6e59a478798bb30318b9b8e04ee87c647d525afb927aac545 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mon-a, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, org.label-schema.build-date=20240430, ceph=True, CEPH_POINT_RELEASE=) 2024-05-06T01:55:49.304 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 podman[50607]: 2024-05-06 01:55:49.020084807 +0000 UTC m=+0.532328225 container start 63186f092c0861f6e59a478798bb30318b9b8e04ee87c647d525afb927aac545 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mon-a, ceph=True, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, org.label-schema.build-date=20240430, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-05-06T01:55:49.305 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: set uid:gid to 167:167 (ceph:ceph) 2024-05-06T01:55:49.305 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: ceph version 19.0.0-3516-ge08cbbf6 (e08cbbf6fd79a8dd2949f340bce25e28ea3db004) squid (dev), process ceph-mon, pid 7 2024-05-06T01:55:49.305 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: pidfile_write: ignore empty --pid-file 2024-05-06T01:55:49.305 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: load: jerasure load: lrc 2024-05-06T01:55:49.305 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: RocksDB version: 7.9.2 2024-05-06T01:55:49.305 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Git sha 0 2024-05-06T01:55:49.305 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Compile date 2024-05-03 20:59:59 2024-05-06T01:55:49.305 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: DB SUMMARY 2024-05-06T01:55:49.305 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: DB Session ID: JFIJMCQEWUJYQBBZMHO8 2024-05-06T01:55:49.305 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: CURRENT file: CURRENT 2024-05-06T01:55:49.305 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: IDENTITY file: IDENTITY 2024-05-06T01:55:49.305 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: MANIFEST file: MANIFEST-000015 size: 281 Bytes 2024-05-06T01:55:49.306 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 2, files: 000008.sst 000013.sst 2024-05-06T01:55:49.306 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000014.log size: 4678265 ; 2024-05-06T01:55:49.306 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.error_if_exists: 0 2024-05-06T01:55:49.306 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.create_if_missing: 0 2024-05-06T01:55:49.306 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.paranoid_checks: 1 2024-05-06T01:55:49.306 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.flush_verify_memtable_count: 1 2024-05-06T01:55:49.306 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-05-06T01:55:49.306 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-05-06T01:55:49.306 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.env: 0x55eb598abcc0 2024-05-06T01:55:49.306 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.fs: PosixFileSystem 2024-05-06T01:55:49.306 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.info_log: 0x55eb5a1a5da0 2024-05-06T01:55:49.306 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.max_file_opening_threads: 16 2024-05-06T01:55:49.307 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.statistics: (nil) 2024-05-06T01:55:49.307 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.use_fsync: 0 2024-05-06T01:55:49.307 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.max_log_file_size: 0 2024-05-06T01:55:49.307 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-05-06T01:55:49.307 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.log_file_time_to_roll: 0 2024-05-06T01:55:49.307 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.keep_log_file_num: 1000 2024-05-06T01:55:49.307 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.recycle_log_file_num: 0 2024-05-06T01:55:49.307 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.allow_fallocate: 1 2024-05-06T01:55:49.307 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.allow_mmap_reads: 0 2024-05-06T01:55:49.307 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.allow_mmap_writes: 0 2024-05-06T01:55:49.307 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.use_direct_reads: 0 2024-05-06T01:55:49.307 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-05-06T01:55:49.307 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.create_missing_column_families: 0 2024-05-06T01:55:49.307 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.db_log_dir: 2024-05-06T01:55:49.308 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.wal_dir: 2024-05-06T01:55:49.308 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.table_cache_numshardbits: 6 2024-05-06T01:55:49.308 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.WAL_ttl_seconds: 0 2024-05-06T01:55:49.308 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.WAL_size_limit_MB: 0 2024-05-06T01:55:49.308 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-05-06T01:55:49.308 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-05-06T01:55:49.308 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.is_fd_close_on_exec: 1 2024-05-06T01:55:49.308 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.advise_random_on_open: 1 2024-05-06T01:55:49.308 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.db_write_buffer_size: 0 2024-05-06T01:55:49.308 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.write_buffer_manager: 0x55eb5a1770e0 2024-05-06T01:55:49.308 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-05-06T01:55:49.308 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-05-06T01:55:49.308 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.use_adaptive_mutex: 0 2024-05-06T01:55:49.308 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.rate_limiter: (nil) 2024-05-06T01:55:49.308 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-05-06T01:55:49.308 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.wal_recovery_mode: 2 2024-05-06T01:55:49.308 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.enable_thread_tracking: 0 2024-05-06T01:55:49.309 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.enable_pipelined_write: 0 2024-05-06T01:55:49.309 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.unordered_write: 0 2024-05-06T01:55:49.309 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-05-06T01:55:49.309 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-05-06T01:55:49.309 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-05-06T01:55:49.309 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-05-06T01:55:49.309 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.row_cache: None 2024-05-06T01:55:49.310 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.wal_filter: None 2024-05-06T01:55:49.310 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-05-06T01:55:49.310 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.allow_ingest_behind: 0 2024-05-06T01:55:49.310 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.two_write_queues: 0 2024-05-06T01:55:49.310 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.manual_wal_flush: 0 2024-05-06T01:55:49.311 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.wal_compression: 0 2024-05-06T01:55:49.311 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.atomic_flush: 0 2024-05-06T01:55:49.311 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-05-06T01:55:49.311 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.persist_stats_to_disk: 0 2024-05-06T01:55:49.311 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.write_dbid_to_manifest: 0 2024-05-06T01:55:49.311 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.log_readahead_size: 0 2024-05-06T01:55:49.311 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-05-06T01:55:49.311 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.best_efforts_recovery: 0 2024-05-06T01:55:49.311 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-05-06T01:55:49.311 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-05-06T01:55:49.311 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.allow_data_in_errors: 0 2024-05-06T01:55:49.311 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.db_host_id: __hostname__ 2024-05-06T01:55:49.311 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.enforce_single_del_contracts: true 2024-05-06T01:55:49.312 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.max_background_jobs: 2 2024-05-06T01:55:49.312 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.max_background_compactions: -1 2024-05-06T01:55:49.312 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.max_subcompactions: 1 2024-05-06T01:55:49.312 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-05-06T01:55:49.312 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-05-06T01:55:49.312 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.delayed_write_rate : 16777216 2024-05-06T01:55:49.312 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.max_total_wal_size: 0 2024-05-06T01:55:49.312 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-05-06T01:55:49.312 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.stats_dump_period_sec: 600 2024-05-06T01:55:49.312 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.stats_persist_period_sec: 600 2024-05-06T01:55:49.312 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-05-06T01:55:49.312 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.max_open_files: -1 2024-05-06T01:55:49.312 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.bytes_per_sync: 0 2024-05-06T01:55:49.312 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.wal_bytes_per_sync: 0 2024-05-06T01:55:49.313 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.strict_bytes_per_sync: 0 2024-05-06T01:55:49.313 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.compaction_readahead_size: 0 2024-05-06T01:55:49.313 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.max_background_flushes: -1 2024-05-06T01:55:49.313 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Compression algorithms supported: 2024-05-06T01:55:49.313 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-05-06T01:55:49.313 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: kZSTD supported: 0 2024-05-06T01:55:49.313 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: kXpressCompression supported: 0 2024-05-06T01:55:49.313 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: kLZ4HCCompression supported: 1 2024-05-06T01:55:49.313 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: kZlibCompression supported: 1 2024-05-06T01:55:49.313 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: kSnappyCompression supported: 1 2024-05-06T01:55:49.313 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: kLZ4Compression supported: 1 2024-05-06T01:55:49.313 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: kBZip2Compression supported: 0 2024-05-06T01:55:49.313 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Fast CRC32 supported: Supported on x86 2024-05-06T01:55:49.313 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: DMutex implementation: pthread_mutex_t 2024-05-06T01:55:49.313 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000015 2024-05-06T01:55:49.314 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-05-06T01:55:49.314 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-05-06T01:55:49.314 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.merge_operator: 2024-05-06T01:55:49.314 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.compaction_filter: None 2024-05-06T01:55:49.314 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.compaction_filter_factory: None 2024-05-06T01:55:49.314 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.sst_partitioner_factory: None 2024-05-06T01:55:49.314 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.memtable_factory: SkipListFactory 2024-05-06T01:55:49.314 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.table_factory: BlockBasedTable 2024-05-06T01:55:49.314 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55eb5a1a5f60) 2024-05-06T01:55:49.314 INFO:journalctl@ceph.mon.a.smithi055.stdout: cache_index_and_filter_blocks: 1 2024-05-06T01:55:49.314 INFO:journalctl@ceph.mon.a.smithi055.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-05-06T01:55:49.314 INFO:journalctl@ceph.mon.a.smithi055.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-05-06T01:55:49.314 INFO:journalctl@ceph.mon.a.smithi055.stdout: pin_top_level_index_and_filter: 1 2024-05-06T01:55:49.314 INFO:journalctl@ceph.mon.a.smithi055.stdout: index_type: 0 2024-05-06T01:55:49.315 INFO:journalctl@ceph.mon.a.smithi055.stdout: data_block_index_type: 0 2024-05-06T01:55:49.315 INFO:journalctl@ceph.mon.a.smithi055.stdout: index_shortening: 1 2024-05-06T01:55:49.315 INFO:journalctl@ceph.mon.a.smithi055.stdout: data_block_hash_table_util_ratio: 0.750000 2024-05-06T01:55:49.315 INFO:journalctl@ceph.mon.a.smithi055.stdout: checksum: 4 2024-05-06T01:55:49.315 INFO:journalctl@ceph.mon.a.smithi055.stdout: no_block_cache: 0 2024-05-06T01:55:49.315 INFO:journalctl@ceph.mon.a.smithi055.stdout: block_cache: 0x55eb5a1a91f0 2024-05-06T01:55:49.315 INFO:journalctl@ceph.mon.a.smithi055.stdout: block_cache_name: BinnedLRUCache 2024-05-06T01:55:49.315 INFO:journalctl@ceph.mon.a.smithi055.stdout: block_cache_options: 2024-05-06T01:55:49.315 INFO:journalctl@ceph.mon.a.smithi055.stdout: capacity : 536870912 2024-05-06T01:55:49.315 INFO:journalctl@ceph.mon.a.smithi055.stdout: num_shard_bits : 4 2024-05-06T01:55:49.315 INFO:journalctl@ceph.mon.a.smithi055.stdout: strict_capacity_limit : 0 2024-05-06T01:55:49.315 INFO:journalctl@ceph.mon.a.smithi055.stdout: high_pri_pool_ratio: 0.000 2024-05-06T01:55:49.315 INFO:journalctl@ceph.mon.a.smithi055.stdout: block_cache_compressed: (nil) 2024-05-06T01:55:49.315 INFO:journalctl@ceph.mon.a.smithi055.stdout: persistent_cache: (nil) 2024-05-06T01:55:49.315 INFO:journalctl@ceph.mon.a.smithi055.stdout: block_size: 4096 2024-05-06T01:55:49.316 INFO:journalctl@ceph.mon.a.smithi055.stdout: block_size_deviation: 10 2024-05-06T01:55:49.316 INFO:journalctl@ceph.mon.a.smithi055.stdout: block_restart_interval: 16 2024-05-06T01:55:49.316 INFO:journalctl@ceph.mon.a.smithi055.stdout: index_block_restart_interval: 1 2024-05-06T01:55:49.316 INFO:journalctl@ceph.mon.a.smithi055.stdout: metadata_block_size: 4096 2024-05-06T01:55:49.316 INFO:journalctl@ceph.mon.a.smithi055.stdout: partition_filters: 0 2024-05-06T01:55:49.316 INFO:journalctl@ceph.mon.a.smithi055.stdout: use_delta_encoding: 1 2024-05-06T01:55:49.316 INFO:journalctl@ceph.mon.a.smithi055.stdout: filter_policy: bloomfilter 2024-05-06T01:55:49.316 INFO:journalctl@ceph.mon.a.smithi055.stdout: whole_key_filtering: 1 2024-05-06T01:55:49.316 INFO:journalctl@ceph.mon.a.smithi055.stdout: verify_compression: 0 2024-05-06T01:55:49.316 INFO:journalctl@ceph.mon.a.smithi055.stdout: read_amp_bytes_per_bit: 0 2024-05-06T01:55:49.316 INFO:journalctl@ceph.mon.a.smithi055.stdout: format_version: 5 2024-05-06T01:55:49.316 INFO:journalctl@ceph.mon.a.smithi055.stdout: enable_index_compression: 1 2024-05-06T01:55:49.316 INFO:journalctl@ceph.mon.a.smithi055.stdout: block_align: 0 2024-05-06T01:55:49.316 INFO:journalctl@ceph.mon.a.smithi055.stdout: max_auto_readahead_size: 262144 2024-05-06T01:55:49.316 INFO:journalctl@ceph.mon.a.smithi055.stdout: prepopulate_block_cache: 0 2024-05-06T01:55:49.316 INFO:journalctl@ceph.mon.a.smithi055.stdout: initial_auto_readahead_size: 8192 2024-05-06T01:55:49.317 INFO:journalctl@ceph.mon.a.smithi055.stdout: num_file_reads_for_auto_readahead: 2 2024-05-06T01:55:49.317 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.write_buffer_size: 33554432 2024-05-06T01:55:49.317 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.max_write_buffer_number: 2 2024-05-06T01:55:49.317 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.compression: NoCompression 2024-05-06T01:55:49.317 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.bottommost_compression: Disabled 2024-05-06T01:55:49.317 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.prefix_extractor: nullptr 2024-05-06T01:55:49.317 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-05-06T01:55:49.317 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.num_levels: 7 2024-05-06T01:55:49.317 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-05-06T01:55:49.317 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-05-06T01:55:49.317 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-05-06T01:55:49.317 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-05-06T01:55:49.317 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-05-06T01:55:49.317 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-05-06T01:55:49.317 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-05-06T01:55:49.318 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-05-06T01:55:49.318 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-05-06T01:55:49.318 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-05-06T01:55:49.318 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-05-06T01:55:49.318 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-05-06T01:55:49.318 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.compression_opts.window_bits: -14 2024-05-06T01:55:49.318 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.compression_opts.level: 32767 2024-05-06T01:55:49.318 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.compression_opts.strategy: 0 2024-05-06T01:55:49.318 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-05-06T01:55:49.318 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-05-06T01:55:49.318 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-05-06T01:55:49.318 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-05-06T01:55:49.318 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.compression_opts.enabled: false 2024-05-06T01:55:49.318 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-05-06T01:55:49.319 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-05-06T01:55:49.319 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-05-06T01:55:49.319 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-05-06T01:55:49.319 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.target_file_size_base: 67108864 2024-05-06T01:55:49.319 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.target_file_size_multiplier: 1 2024-05-06T01:55:49.319 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-05-06T01:55:49.319 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-05-06T01:55:49.319 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-05-06T01:55:49.319 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-05-06T01:55:49.319 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-05-06T01:55:49.319 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-05-06T01:55:49.319 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-05-06T01:55:49.319 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-05-06T01:55:49.319 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-05-06T01:55:49.320 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-05-06T01:55:49.320 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-05-06T01:55:49.320 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-05-06T01:55:49.320 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-05-06T01:55:49.320 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.arena_block_size: 1048576 2024-05-06T01:55:49.320 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-05-06T01:55:49.320 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-05-06T01:55:49.320 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.disable_auto_compactions: 0 2024-05-06T01:55:49.320 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-05-06T01:55:49.320 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-05-06T01:55:49.320 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-05-06T01:55:49.320 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-05-06T01:55:49.320 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-05-06T01:55:49.320 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-05-06T01:55:49.321 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-05-06T01:55:49.321 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-05-06T01:55:49.321 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-05-06T01:55:49.321 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-05-06T01:55:49.321 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-05-06T01:55:49.321 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.inplace_update_support: 0 2024-05-06T01:55:49.321 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.inplace_update_num_locks: 10000 2024-05-06T01:55:49.321 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-05-06T01:55:49.321 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-05-06T01:55:49.321 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.memtable_huge_page_size: 0 2024-05-06T01:55:49.321 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.bloom_locality: 0 2024-05-06T01:55:49.321 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.max_successive_merges: 0 2024-05-06T01:55:49.321 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.optimize_filters_for_hits: 0 2024-05-06T01:55:49.321 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.paranoid_file_checks: 0 2024-05-06T01:55:49.321 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.force_consistency_checks: 1 2024-05-06T01:55:49.322 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.report_bg_io_stats: 0 2024-05-06T01:55:49.322 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.ttl: 2592000 2024-05-06T01:55:49.322 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.periodic_compaction_seconds: 0 2024-05-06T01:55:49.322 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-05-06T01:55:49.322 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-05-06T01:55:49.322 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.enable_blob_files: false 2024-05-06T01:55:49.322 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.min_blob_size: 0 2024-05-06T01:55:49.322 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.blob_file_size: 268435456 2024-05-06T01:55:49.322 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.blob_compression_type: NoCompression 2024-05-06T01:55:49.322 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.enable_blob_garbage_collection: false 2024-05-06T01:55:49.322 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-05-06T01:55:49.322 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-05-06T01:55:49.322 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-05-06T01:55:49.322 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.blob_file_starting_level: 0 2024-05-06T01:55:49.323 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-05-06T01:55:49.323 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: 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 256, log_number is 10,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 10 2024-05-06T01:55:49.323 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 10 2024-05-06T01:55:49.323 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 43d57679-7d31-4cb0-821f-1b8111971a33 2024-05-06T01:55:49.323 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: EVENT_LOG_v1 {"time_micros": 1714960549050842, "job": 1, "event": "recovery_started", "wal_files": [14]} 2024-05-06T01:55:49.323 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #14 mode 2 2024-05-06T01:55:49.323 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: EVENT_LOG_v1 {"time_micros": 1714960549065042, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 18, "file_size": 4051657, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 261, "largest_seqno": 4346, "table_properties": {"data_size": 4037116, "index_size": 9079, "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": 38622, "raw_average_key_size": 21, "raw_value_size": 4003040, "raw_average_value_size": 2270, "num_data_blocks": 432, "num_entries": 1763, "num_filter_entries": 1763, "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": 1714960549, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "43d57679-7d31-4cb0-821f-1b8111971a33", "db_session_id": "JFIJMCQEWUJYQBBZMHO8", "orig_file_number": 18, "seqno_to_time_mapping": "N/A"}} 2024-05-06T01:55:49.323 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: EVENT_LOG_v1 {"time_micros": 1714960549065145, "job": 1, "event": "recovery_finished"} 2024-05-06T01:55:49.323 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: [db/version_set.cc:5047] Creating manifest 20 2024-05-06T01:55:49.323 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: 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-05-06T01:55:49.323 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55eb5a2c6000 2024-05-06T01:55:49.323 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: DB pointer 0x55eb5a2b2000 2024-05-06T01:55:49.323 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-05-06T01:55:49.324 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-05-06T01:55:49.324 INFO:journalctl@ceph.mon.a.smithi055.stdout: ** DB Stats ** 2024-05-06T01:55:49.324 INFO:journalctl@ceph.mon.a.smithi055.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-05-06T01:55:49.324 INFO:journalctl@ceph.mon.a.smithi055.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-05-06T01:55:49.324 INFO:journalctl@ceph.mon.a.smithi055.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-06T01:55:49.324 INFO:journalctl@ceph.mon.a.smithi055.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-06T01:55:49.324 INFO:journalctl@ceph.mon.a.smithi055.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-05-06T01:55:49.324 INFO:journalctl@ceph.mon.a.smithi055.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-06T01:55:49.324 INFO:journalctl@ceph.mon.a.smithi055.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-06T01:55:49.324 INFO:journalctl@ceph.mon.a.smithi055.stdout: 2024-05-06T01:55:49.324 INFO:journalctl@ceph.mon.a.smithi055.stdout: ** Compaction Stats [default] ** 2024-05-06T01:55:49.324 INFO:journalctl@ceph.mon.a.smithi055.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-05-06T01:55:49.324 INFO:journalctl@ceph.mon.a.smithi055.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-05-06T01:55:49.324 INFO:journalctl@ceph.mon.a.smithi055.stdout: L0 3/0 3.95 MB 0.8 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 673.5 0.01 0.00 1 0.006 0 0 0.0 0.0 2024-05-06T01:55:49.324 INFO:journalctl@ceph.mon.a.smithi055.stdout: Sum 3/0 3.95 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 673.5 0.01 0.00 1 0.006 0 0 0.0 0.0 2024-05-06T01:55:49.325 INFO:journalctl@ceph.mon.a.smithi055.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 673.5 0.01 0.00 1 0.006 0 0 0.0 0.0 2024-05-06T01:55:49.325 INFO:journalctl@ceph.mon.a.smithi055.stdout: 2024-05-06T01:55:49.325 INFO:journalctl@ceph.mon.a.smithi055.stdout: ** Compaction Stats [default] ** 2024-05-06T01:55:49.325 INFO:journalctl@ceph.mon.a.smithi055.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-05-06T01:55:49.325 INFO:journalctl@ceph.mon.a.smithi055.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-05-06T01:55:49.325 INFO:journalctl@ceph.mon.a.smithi055.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 673.5 0.01 0.00 1 0.006 0 0 0.0 0.0 2024-05-06T01:55:49.325 INFO:journalctl@ceph.mon.a.smithi055.stdout: 2024-05-06T01:55:49.325 INFO:journalctl@ceph.mon.a.smithi055.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-05-06T01:55:49.325 INFO:journalctl@ceph.mon.a.smithi055.stdout: 2024-05-06T01:55:49.325 INFO:journalctl@ceph.mon.a.smithi055.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-05-06T01:55:49.325 INFO:journalctl@ceph.mon.a.smithi055.stdout: Flush(GB): cumulative 0.004, interval 0.004 2024-05-06T01:55:49.325 INFO:journalctl@ceph.mon.a.smithi055.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-05-06T01:55:49.325 INFO:journalctl@ceph.mon.a.smithi055.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-05-06T01:55:49.325 INFO:journalctl@ceph.mon.a.smithi055.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-05-06T01:55:49.325 INFO:journalctl@ceph.mon.a.smithi055.stdout: AddFile(Keys): cumulative 0, interval 0 2024-05-06T01:55:49.326 INFO:journalctl@ceph.mon.a.smithi055.stdout: Cumulative compaction: 0.00 GB write, 184.98 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-06T01:55:49.326 INFO:journalctl@ceph.mon.a.smithi055.stdout: Interval compaction: 0.00 GB write, 184.98 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-06T01:55:49.326 INFO:journalctl@ceph.mon.a.smithi055.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-05-06T01:55:49.326 INFO:journalctl@ceph.mon.a.smithi055.stdout: Block cache BinnedLRUCache@0x55eb5a1a91f0#7 capacity: 512.00 MB usage: 14.80 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.1e-05 secs_since: 0 2024-05-06T01:55:49.326 INFO:journalctl@ceph.mon.a.smithi055.stdout: Block cache entry stats(count,size,portion): FilterBlock(3,5.30 KB,0.0010103%) IndexBlock(3,9.50 KB,0.00181198%) Misc(1,0.00 KB,0%) 2024-05-06T01:55:49.326 INFO:journalctl@ceph.mon.a.smithi055.stdout: 2024-05-06T01:55:49.326 INFO:journalctl@ceph.mon.a.smithi055.stdout: ** File Read Latency Histogram By Level [default] ** 2024-05-06T01:55:49.326 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: starting mon.a rank 0 at public addrs [v2:172.21.15.55:3300/0,v1:172.21.15.55:6789/0] at bind addrs [v2:172.21.15.55:3300/0,v1:172.21.15.55:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid fe81839c-0b4a-11ef-bc97-c7b262605968 2024-05-06T01:55:49.326 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: mon.a@-1(???) e2 preinit fsid fe81839c-0b4a-11ef-bc97-c7b262605968 2024-05-06T01:55:49.326 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: mon.a@-1(???).mds e1 new map 2024-05-06T01:55:49.326 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: mon.a@-1(???).mds e1 print_map 2024-05-06T01:55:49.326 INFO:journalctl@ceph.mon.a.smithi055.stdout: e1 2024-05-06T01:55:49.326 INFO:journalctl@ceph.mon.a.smithi055.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-05-06T01:55:49.326 INFO:journalctl@ceph.mon.a.smithi055.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2024-05-06T01:55:49.327 INFO:journalctl@ceph.mon.a.smithi055.stdout: legacy client fscid: -1 2024-05-06T01:55:49.327 INFO:journalctl@ceph.mon.a.smithi055.stdout: 2024-05-06T01:55:49.327 INFO:journalctl@ceph.mon.a.smithi055.stdout: No filesystems configured 2024-05-06T01:55:49.327 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: mon.a@-1(???).osd e14 crush map has features 3314932999778484224, adjusting msgr requires 2024-05-06T01:55:49.327 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: mon.a@-1(???).osd e14 crush map has features 288514050185494528, adjusting msgr requires 2024-05-06T01:55:49.327 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: mon.a@-1(???).osd e14 crush map has features 288514050185494528, adjusting msgr requires 2024-05-06T01:55:49.327 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: mon.a@-1(???).osd e14 crush map has features 288514050185494528, adjusting msgr requires 2024-05-06T01:55:49.327 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: mon.a@-1(???).paxosservice(auth 1..9) refresh upgraded, format 0 -> 3 2024-05-06T01:55:49.327 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 bash[50607]: 63186f092c0861f6e59a478798bb30318b9b8e04ee87c647d525afb927aac545 2024-05-06T01:55:49.327 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 systemd[1]: Started Ceph mon.a for fe81839c-0b4a-11ef-bc97-c7b262605968. 2024-05-06T01:55:49.671 INFO:tasks.cephadm:container.bar has 2/2 2024-05-06T01:55:49.671 INFO:teuthology.run_tasks:Running task exec... 2024-05-06T01:55:49.682 INFO:teuthology.task.exec:Executing custom commands... 2024-05-06T01:55:49.682 INFO:teuthology.task.exec:Running commands on role host.a host ubuntu@smithi055.front.sepia.ceph.com 2024-05-06T01:55:49.683 DEBUG:teuthology.orchestra.run.smithi055:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'set -ex 2024-05-06T01:55:49.683 DEBUG:teuthology.orchestra.run.smithi055:> FSID=$(/home/ubuntu/cephtest/cephadm shell -- ceph fsid) 2024-05-06T01:55:49.683 DEBUG:teuthology.orchestra.run.smithi055:> sleep 60 2024-05-06T01:55:49.683 DEBUG:teuthology.orchestra.run.smithi055:> # check extra container and entrypoint args written to mon unit run file 2024-05-06T01:55:49.683 DEBUG:teuthology.orchestra.run.smithi055:> grep "\-\-cpus=2" /var/lib/ceph/$FSID/mon.*/unit.run 2024-05-06T01:55:49.683 DEBUG:teuthology.orchestra.run.smithi055:> grep "\-\-debug_ms 10" /var/lib/ceph/$FSID/mon.*/unit.run 2024-05-06T01:55:49.683 DEBUG:teuthology.orchestra.run.smithi055:> # check that custom container properly wrote content to file. 2024-05-06T01:55:49.683 DEBUG:teuthology.orchestra.run.smithi055:> # This requires the custom config, extra container args, and 2024-05-06T01:55:49.683 DEBUG:teuthology.orchestra.run.smithi055:> # entrypoint args to all be working in order for this to have 2024-05-06T01:55:49.683 DEBUG:teuthology.orchestra.run.smithi055:> # been written. The container entrypoint was set up with custom_configs, 2024-05-06T01:55:49.683 DEBUG:teuthology.orchestra.run.smithi055:> # the content and where to write to with the entrypoint args, and the mounting 2024-05-06T01:55:49.683 DEBUG:teuthology.orchestra.run.smithi055:> # of the /etc/cephadm_testing dir with extra container args 2024-05-06T01:55:49.684 DEBUG:teuthology.orchestra.run.smithi055:> grep "testing_custom_containers" /etc/cephadm_testing/testing.txt 2024-05-06T01:55:49.684 DEBUG:teuthology.orchestra.run.smithi055:> # Verify that container bar'"'"'s init containers and primary container 2024-05-06T01:55:49.684 DEBUG:teuthology.orchestra.run.smithi055:> # ran successfully 2024-05-06T01:55:49.684 DEBUG:teuthology.orchestra.run.smithi055:> dir=$(find /var/lib/ceph/$FSID -maxdepth 1 -type d -name '"'"'container.bar.*'"'"') 2024-05-06T01:55:49.684 DEBUG:teuthology.orchestra.run.smithi055:> test -n "$dir" 2024-05-06T01:55:49.684 DEBUG:teuthology.orchestra.run.smithi055:> grep ok ${dir}/data/primary.txt 2024-05-06T01:55:49.684 DEBUG:teuthology.orchestra.run.smithi055:> grep from=centos ${dir}/data/from.txt 2024-05-06T01:55:49.684 DEBUG:teuthology.orchestra.run.smithi055:> test -s ${dir}/data/presized.dat 2024-05-06T01:55:49.684 DEBUG:teuthology.orchestra.run.smithi055:> ' 2024-05-06T01:55:49.714 INFO:teuthology.orchestra.run.smithi055.stderr:++ /home/ubuntu/cephtest/cephadm shell -- ceph fsid 2024-05-06T01:55:49.923 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T01:55:49.924 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T01:55:49.924 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: pgmap v107: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:55:49.924 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: from='client.24173 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T01:55:49.924 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: mon.a calling monitor election 2024-05-06T01:55:49.924 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-05-06T01:55:49.924 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: monmap epoch 2 2024-05-06T01:55:49.924 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: fsid fe81839c-0b4a-11ef-bc97-c7b262605968 2024-05-06T01:55:49.924 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: last_changed 2024-05-06T01:53:12.722211+0000 2024-05-06T01:55:49.924 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: created 2024-05-06T01:51:25.844394+0000 2024-05-06T01:55:49.924 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: min_mon_release 19 (squid) 2024-05-06T01:55:49.924 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: election_strategy: 1 2024-05-06T01:55:49.924 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: 0: [v2:172.21.15.55:3300/0,v1:172.21.15.55:6789/0] mon.a 2024-05-06T01:55:49.924 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: 1: [v2:172.21.15.177:3300/0,v1:172.21.15.177:6789/0] mon.b 2024-05-06T01:55:49.924 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: fsmap 2024-05-06T01:55:49.924 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: osdmap e14: 2 total, 2 up, 2 in 2024-05-06T01:55:49.925 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: mgrmap e14: a(active, since 3m), standbys: b 2024-05-06T01:55:49.925 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: overall HEALTH_OK 2024-05-06T01:55:49.925 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: from='mgr.14152 ' entity='' 2024-05-06T01:55:49.925 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: from='mgr.14152 ' entity='' 2024-05-06T01:55:49.925 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: from='mgr.14152 ' entity='mgr.a' 2024-05-06T01:55:49.925 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: from='mgr.14152 ' entity='mgr.a' 2024-05-06T01:55:49.925 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:49 smithi055 ceph-mon[50659]: from='mgr.14152 ' entity='mgr.a' 2024-05-06T01:55:50.023 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:49 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T01:55:50.023 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:49 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T01:55:50.023 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:49 smithi177 ceph-mon[30339]: pgmap v107: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:55:50.023 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:49 smithi177 ceph-mon[30339]: from='client.24173 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T01:55:50.023 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:49 smithi177 ceph-mon[30339]: mon.a calling monitor election 2024-05-06T01:55:50.023 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:49 smithi177 ceph-mon[30339]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-05-06T01:55:50.023 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:49 smithi177 ceph-mon[30339]: monmap epoch 2 2024-05-06T01:55:50.024 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:49 smithi177 ceph-mon[30339]: fsid fe81839c-0b4a-11ef-bc97-c7b262605968 2024-05-06T01:55:50.024 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:49 smithi177 ceph-mon[30339]: last_changed 2024-05-06T01:53:12.722211+0000 2024-05-06T01:55:50.024 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:49 smithi177 ceph-mon[30339]: created 2024-05-06T01:51:25.844394+0000 2024-05-06T01:55:50.024 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:49 smithi177 ceph-mon[30339]: min_mon_release 19 (squid) 2024-05-06T01:55:50.024 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:49 smithi177 ceph-mon[30339]: election_strategy: 1 2024-05-06T01:55:50.024 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:49 smithi177 ceph-mon[30339]: 0: [v2:172.21.15.55:3300/0,v1:172.21.15.55:6789/0] mon.a 2024-05-06T01:55:50.024 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:49 smithi177 ceph-mon[30339]: 1: [v2:172.21.15.177:3300/0,v1:172.21.15.177:6789/0] mon.b 2024-05-06T01:55:50.024 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:49 smithi177 ceph-mon[30339]: fsmap 2024-05-06T01:55:50.024 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:49 smithi177 ceph-mon[30339]: osdmap e14: 2 total, 2 up, 2 in 2024-05-06T01:55:50.024 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:49 smithi177 ceph-mon[30339]: mgrmap e14: a(active, since 3m), standbys: b 2024-05-06T01:55:50.024 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:49 smithi177 ceph-mon[30339]: overall HEALTH_OK 2024-05-06T01:55:50.024 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:49 smithi177 ceph-mon[30339]: from='mgr.14152 ' entity='' 2024-05-06T01:55:50.024 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:49 smithi177 ceph-mon[30339]: from='mgr.14152 ' entity='' 2024-05-06T01:55:50.024 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:49 smithi177 ceph-mon[30339]: from='mgr.14152 ' entity='mgr.a' 2024-05-06T01:55:50.024 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:49 smithi177 ceph-mon[30339]: from='mgr.14152 ' entity='mgr.a' 2024-05-06T01:55:50.025 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:49 smithi177 ceph-mon[30339]: from='mgr.14152 ' entity='mgr.a' 2024-05-06T01:55:50.278 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring fsid fe81839c-0b4a-11ef-bc97-c7b262605968 2024-05-06T01:55:50.348 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/fe81839c-0b4a-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T01:55:50.487 INFO:teuthology.orchestra.run.smithi055.stderr:Using ceph image with id '9f32bee02a85' and tag 'e08cbbf6fd79a8dd2949f340bce25e28ea3db004' created on 2024-05-03 22:23:04 +0000 UTC 2024-05-06T01:55:50.488 INFO:teuthology.orchestra.run.smithi055.stderr:quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a 2024-05-06T01:55:50.849 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:50 smithi055 ceph-mon[50659]: Redeploying mon.b, (container cli args changed) . . . 2024-05-06T01:55:50.849 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:50 smithi055 ceph-mon[50659]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T01:55:50.849 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:50 smithi055 ceph-mon[50659]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T01:55:50.849 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:50 smithi055 ceph-mon[50659]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T01:55:50.849 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:50 smithi055 ceph-mon[50659]: Deploying daemon mon.b on smithi177 2024-05-06T01:55:51.023 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:50 smithi177 ceph-mon[30339]: Redeploying mon.b, (container cli args changed) . . . 2024-05-06T01:55:51.023 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:50 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T01:55:51.023 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:50 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T01:55:51.023 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:50 smithi177 ceph-mon[30339]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T01:55:51.023 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:50 smithi177 ceph-mon[30339]: Deploying daemon mon.b on smithi177 2024-05-06T01:55:51.746 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:51 smithi177 systemd[1]: Stopping Ceph mon.b for fe81839c-0b4a-11ef-bc97-c7b262605968... 2024-05-06T01:55:52.023 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:51 smithi177 ceph-mon[30339]: pgmap v108: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:55:52.023 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:51 smithi177 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mon-b[30305]: 2024-05-06T01:55:51.793+0000 7f178620b700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.b -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-05-06T01:55:52.023 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:51 smithi177 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mon-b[30305]: 2024-05-06T01:55:51.793+0000 7f178620b700 -1 mon.b@1(peon) e2 *** Got Signal Terminated *** 2024-05-06T01:55:52.023 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:51 smithi177 podman[40390]: 2024-05-06 01:55:51.824602241 +0000 UTC m=+0.145510795 container died 09e1847ebcce7982cd9bad68063e14d770878d15612f8c4eeab15a6a27352c44 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mon-b, GIT_BRANCH=HEAD, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, CEPH_POINT_RELEASE=, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240430) 2024-05-06T01:55:52.099 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:51 smithi055 ceph-mon[50659]: pgmap v108: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:55:52.434 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:52 smithi177 podman[40390]: 2024-05-06 01:55:52.195455598 +0000 UTC m=+0.516364205 container cleanup 09e1847ebcce7982cd9bad68063e14d770878d15612f8c4eeab15a6a27352c44 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mon-b, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, GIT_BRANCH=HEAD, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, org.label-schema.schema-version=1.0, io.buildah.version=1.33.5, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, org.label-schema.build-date=20240430, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-05-06T01:55:52.434 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:52 smithi177 bash[40390]: ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mon-b 2024-05-06T01:55:52.739 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:52 smithi177 podman[40409]: 2024-05-06 01:55:52.438293052 +0000 UTC m=+0.611672639 container remove 09e1847ebcce7982cd9bad68063e14d770878d15612f8c4eeab15a6a27352c44 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mon-b, GIT_BRANCH=HEAD, io.buildah.version=1.33.5, org.label-schema.schema-version=1.0, ceph=True, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, org.label-schema.build-date=20240430, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, GIT_CLEAN=True) 2024-05-06T01:55:52.739 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:52 smithi177 systemd[1]: ceph-fe81839c-0b4a-11ef-bc97-c7b262605968@mon.b.service: Deactivated successfully. 2024-05-06T01:55:52.739 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:52 smithi177 systemd[1]: Stopped Ceph mon.b for fe81839c-0b4a-11ef-bc97-c7b262605968. 2024-05-06T01:55:52.739 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:52 smithi177 systemd[1]: ceph-fe81839c-0b4a-11ef-bc97-c7b262605968@mon.b.service: Consumed 2.596s CPU time. 2024-05-06T01:55:52.739 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:52 smithi177 systemd[1]: Starting Ceph mon.b for fe81839c-0b4a-11ef-bc97-c7b262605968... 2024-05-06T01:55:53.023 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:52 smithi177 podman[40543]: 2024-05-06 01:55:52.947496335 +0000 UTC m=+0.108255385 container create 049742f61894d81bfee42d096162673df1169caa23ef7dd95136cba07b305ac6 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mon-b, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240430, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, GIT_CLEAN=True) 2024-05-06T01:55:53.023 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:52 smithi177 podman[40543]: 2024-05-06 01:55:52.856671972 +0000 UTC m=+0.017431003 image pull 9f32bee02a8590592410ec0c77c02d76af1e98ec0f409b9b383ddc49778de711 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a 2024-05-06T01:55:53.523 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 podman[40543]: 2024-05-06 01:55:53.166656688 +0000 UTC m=+0.327415705 container init 049742f61894d81bfee42d096162673df1169caa23ef7dd95136cba07b305ac6 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mon-b, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.build-date=20240430, io.buildah.version=1.33.5) 2024-05-06T01:55:53.523 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 podman[40543]: 2024-05-06 01:55:53.172041564 +0000 UTC m=+0.332800573 container start 049742f61894d81bfee42d096162673df1169caa23ef7dd95136cba07b305ac6 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mon-b, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.build-date=20240430, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, io.buildah.version=1.33.5, GIT_CLEAN=True) 2024-05-06T01:55:53.523 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: set uid:gid to 167:167 (ceph:ceph) 2024-05-06T01:55:53.523 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: ceph version 19.0.0-3516-ge08cbbf6 (e08cbbf6fd79a8dd2949f340bce25e28ea3db004) squid (dev), process ceph-mon, pid 7 2024-05-06T01:55:53.523 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: pidfile_write: ignore empty --pid-file 2024-05-06T01:55:53.524 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: load: jerasure load: lrc 2024-05-06T01:55:53.524 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: RocksDB version: 7.9.2 2024-05-06T01:55:53.524 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Git sha 0 2024-05-06T01:55:53.524 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Compile date 2024-05-03 20:59:59 2024-05-06T01:55:53.524 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: DB SUMMARY 2024-05-06T01:55:53.524 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: DB Session ID: NVZ9S2D8XFI6LSMI7X3S 2024-05-06T01:55:53.524 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: CURRENT file: CURRENT 2024-05-06T01:55:53.524 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: IDENTITY file: IDENTITY 2024-05-06T01:55:53.524 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-05-06T01:55:53.524 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 1, files: 000008.sst 2024-05-06T01:55:53.524 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000009.log size: 6056738 ; 2024-05-06T01:55:53.524 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.error_if_exists: 0 2024-05-06T01:55:53.524 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.create_if_missing: 0 2024-05-06T01:55:53.525 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.paranoid_checks: 1 2024-05-06T01:55:53.525 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.flush_verify_memtable_count: 1 2024-05-06T01:55:53.525 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-05-06T01:55:53.525 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-05-06T01:55:53.525 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.env: 0x55d5b5a3bcc0 2024-05-06T01:55:53.525 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.fs: PosixFileSystem 2024-05-06T01:55:53.525 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.info_log: 0x55d5b63efda0 2024-05-06T01:55:53.525 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.max_file_opening_threads: 16 2024-05-06T01:55:53.526 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.statistics: (nil) 2024-05-06T01:55:53.526 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.use_fsync: 0 2024-05-06T01:55:53.526 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.max_log_file_size: 0 2024-05-06T01:55:53.527 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-05-06T01:55:53.527 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.log_file_time_to_roll: 0 2024-05-06T01:55:53.527 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.keep_log_file_num: 1000 2024-05-06T01:55:53.527 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.recycle_log_file_num: 0 2024-05-06T01:55:53.527 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.allow_fallocate: 1 2024-05-06T01:55:53.527 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.allow_mmap_reads: 0 2024-05-06T01:55:53.527 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.allow_mmap_writes: 0 2024-05-06T01:55:53.527 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.use_direct_reads: 0 2024-05-06T01:55:53.527 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-05-06T01:55:53.527 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.create_missing_column_families: 0 2024-05-06T01:55:53.527 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.db_log_dir: 2024-05-06T01:55:53.528 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.wal_dir: 2024-05-06T01:55:53.528 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.table_cache_numshardbits: 6 2024-05-06T01:55:53.528 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.WAL_ttl_seconds: 0 2024-05-06T01:55:53.528 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.WAL_size_limit_MB: 0 2024-05-06T01:55:53.528 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-05-06T01:55:53.528 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-05-06T01:55:53.528 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.is_fd_close_on_exec: 1 2024-05-06T01:55:53.528 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.advise_random_on_open: 1 2024-05-06T01:55:53.529 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.db_write_buffer_size: 0 2024-05-06T01:55:53.529 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.write_buffer_manager: 0x55d5b63c10e0 2024-05-06T01:55:53.529 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-05-06T01:55:53.529 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-05-06T01:55:53.529 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.use_adaptive_mutex: 0 2024-05-06T01:55:53.529 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.rate_limiter: (nil) 2024-05-06T01:55:53.529 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-05-06T01:55:53.529 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.wal_recovery_mode: 2 2024-05-06T01:55:53.529 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.enable_thread_tracking: 0 2024-05-06T01:55:53.529 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.enable_pipelined_write: 0 2024-05-06T01:55:53.529 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.unordered_write: 0 2024-05-06T01:55:53.529 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-05-06T01:55:53.529 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-05-06T01:55:53.530 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-05-06T01:55:53.530 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-05-06T01:55:53.530 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.row_cache: None 2024-05-06T01:55:53.530 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.wal_filter: None 2024-05-06T01:55:53.530 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-05-06T01:55:53.530 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.allow_ingest_behind: 0 2024-05-06T01:55:53.530 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.two_write_queues: 0 2024-05-06T01:55:53.530 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.manual_wal_flush: 0 2024-05-06T01:55:53.530 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.wal_compression: 0 2024-05-06T01:55:53.530 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.atomic_flush: 0 2024-05-06T01:55:53.530 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-05-06T01:55:53.530 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.persist_stats_to_disk: 0 2024-05-06T01:55:53.530 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.write_dbid_to_manifest: 0 2024-05-06T01:55:53.530 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.log_readahead_size: 0 2024-05-06T01:55:53.531 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-05-06T01:55:53.531 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.best_efforts_recovery: 0 2024-05-06T01:55:53.531 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-05-06T01:55:53.531 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-05-06T01:55:53.531 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.allow_data_in_errors: 0 2024-05-06T01:55:53.531 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.db_host_id: __hostname__ 2024-05-06T01:55:53.531 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.enforce_single_del_contracts: true 2024-05-06T01:55:53.531 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.max_background_jobs: 2 2024-05-06T01:55:53.531 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.max_background_compactions: -1 2024-05-06T01:55:53.531 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.max_subcompactions: 1 2024-05-06T01:55:53.531 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-05-06T01:55:53.531 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-05-06T01:55:53.531 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.delayed_write_rate : 16777216 2024-05-06T01:55:53.531 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.max_total_wal_size: 0 2024-05-06T01:55:53.531 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-05-06T01:55:53.532 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.stats_dump_period_sec: 600 2024-05-06T01:55:53.532 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.stats_persist_period_sec: 600 2024-05-06T01:55:53.532 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-05-06T01:55:53.532 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.max_open_files: -1 2024-05-06T01:55:53.532 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.bytes_per_sync: 0 2024-05-06T01:55:53.532 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.wal_bytes_per_sync: 0 2024-05-06T01:55:53.532 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.strict_bytes_per_sync: 0 2024-05-06T01:55:53.532 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.compaction_readahead_size: 0 2024-05-06T01:55:53.532 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.max_background_flushes: -1 2024-05-06T01:55:53.532 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Compression algorithms supported: 2024-05-06T01:55:53.532 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-05-06T01:55:53.532 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: kZSTD supported: 0 2024-05-06T01:55:53.532 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: kXpressCompression supported: 0 2024-05-06T01:55:53.532 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: kLZ4HCCompression supported: 1 2024-05-06T01:55:53.533 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: kZlibCompression supported: 1 2024-05-06T01:55:53.533 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: kSnappyCompression supported: 1 2024-05-06T01:55:53.533 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: kLZ4Compression supported: 1 2024-05-06T01:55:53.533 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: kBZip2Compression supported: 0 2024-05-06T01:55:53.533 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Fast CRC32 supported: Supported on x86 2024-05-06T01:55:53.533 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: DMutex implementation: pthread_mutex_t 2024-05-06T01:55:53.533 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000010 2024-05-06T01:55:53.533 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-05-06T01:55:53.533 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-05-06T01:55:53.533 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.merge_operator: 2024-05-06T01:55:53.533 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.compaction_filter: None 2024-05-06T01:55:53.533 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.compaction_filter_factory: None 2024-05-06T01:55:53.533 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.sst_partitioner_factory: None 2024-05-06T01:55:53.533 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.memtable_factory: SkipListFactory 2024-05-06T01:55:53.534 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.table_factory: BlockBasedTable 2024-05-06T01:55:53.534 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55d5b63eff60) 2024-05-06T01:55:53.534 INFO:journalctl@ceph.mon.b.smithi177.stdout: cache_index_and_filter_blocks: 1 2024-05-06T01:55:53.534 INFO:journalctl@ceph.mon.b.smithi177.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-05-06T01:55:53.534 INFO:journalctl@ceph.mon.b.smithi177.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-05-06T01:55:53.534 INFO:journalctl@ceph.mon.b.smithi177.stdout: pin_top_level_index_and_filter: 1 2024-05-06T01:55:53.534 INFO:journalctl@ceph.mon.b.smithi177.stdout: index_type: 0 2024-05-06T01:55:53.534 INFO:journalctl@ceph.mon.b.smithi177.stdout: data_block_index_type: 0 2024-05-06T01:55:53.534 INFO:journalctl@ceph.mon.b.smithi177.stdout: index_shortening: 1 2024-05-06T01:55:53.534 INFO:journalctl@ceph.mon.b.smithi177.stdout: data_block_hash_table_util_ratio: 0.750000 2024-05-06T01:55:53.534 INFO:journalctl@ceph.mon.b.smithi177.stdout: checksum: 4 2024-05-06T01:55:53.534 INFO:journalctl@ceph.mon.b.smithi177.stdout: no_block_cache: 0 2024-05-06T01:55:53.534 INFO:journalctl@ceph.mon.b.smithi177.stdout: block_cache: 0x55d5b63f31f0 2024-05-06T01:55:53.534 INFO:journalctl@ceph.mon.b.smithi177.stdout: block_cache_name: BinnedLRUCache 2024-05-06T01:55:53.535 INFO:journalctl@ceph.mon.b.smithi177.stdout: block_cache_options: 2024-05-06T01:55:53.535 INFO:journalctl@ceph.mon.b.smithi177.stdout: capacity : 536870912 2024-05-06T01:55:53.535 INFO:journalctl@ceph.mon.b.smithi177.stdout: num_shard_bits : 4 2024-05-06T01:55:53.535 INFO:journalctl@ceph.mon.b.smithi177.stdout: strict_capacity_limit : 0 2024-05-06T01:55:53.535 INFO:journalctl@ceph.mon.b.smithi177.stdout: high_pri_pool_ratio: 0.000 2024-05-06T01:55:53.535 INFO:journalctl@ceph.mon.b.smithi177.stdout: block_cache_compressed: (nil) 2024-05-06T01:55:53.535 INFO:journalctl@ceph.mon.b.smithi177.stdout: persistent_cache: (nil) 2024-05-06T01:55:53.535 INFO:journalctl@ceph.mon.b.smithi177.stdout: block_size: 4096 2024-05-06T01:55:53.535 INFO:journalctl@ceph.mon.b.smithi177.stdout: block_size_deviation: 10 2024-05-06T01:55:53.535 INFO:journalctl@ceph.mon.b.smithi177.stdout: block_restart_interval: 16 2024-05-06T01:55:53.536 INFO:journalctl@ceph.mon.b.smithi177.stdout: index_block_restart_interval: 1 2024-05-06T01:55:53.536 INFO:journalctl@ceph.mon.b.smithi177.stdout: metadata_block_size: 4096 2024-05-06T01:55:53.536 INFO:journalctl@ceph.mon.b.smithi177.stdout: partition_filters: 0 2024-05-06T01:55:53.536 INFO:journalctl@ceph.mon.b.smithi177.stdout: use_delta_encoding: 1 2024-05-06T01:55:53.536 INFO:journalctl@ceph.mon.b.smithi177.stdout: filter_policy: bloomfilter 2024-05-06T01:55:53.536 INFO:journalctl@ceph.mon.b.smithi177.stdout: whole_key_filtering: 1 2024-05-06T01:55:53.536 INFO:journalctl@ceph.mon.b.smithi177.stdout: verify_compression: 0 2024-05-06T01:55:53.536 INFO:journalctl@ceph.mon.b.smithi177.stdout: read_amp_bytes_per_bit: 0 2024-05-06T01:55:53.536 INFO:journalctl@ceph.mon.b.smithi177.stdout: format_version: 5 2024-05-06T01:55:53.536 INFO:journalctl@ceph.mon.b.smithi177.stdout: enable_index_compression: 1 2024-05-06T01:55:53.536 INFO:journalctl@ceph.mon.b.smithi177.stdout: block_align: 0 2024-05-06T01:55:53.536 INFO:journalctl@ceph.mon.b.smithi177.stdout: max_auto_readahead_size: 262144 2024-05-06T01:55:53.536 INFO:journalctl@ceph.mon.b.smithi177.stdout: prepopulate_block_cache: 0 2024-05-06T01:55:53.536 INFO:journalctl@ceph.mon.b.smithi177.stdout: initial_auto_readahead_size: 8192 2024-05-06T01:55:53.537 INFO:journalctl@ceph.mon.b.smithi177.stdout: num_file_reads_for_auto_readahead: 2 2024-05-06T01:55:53.537 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.write_buffer_size: 33554432 2024-05-06T01:55:53.537 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.max_write_buffer_number: 2 2024-05-06T01:55:53.537 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.compression: NoCompression 2024-05-06T01:55:53.537 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.bottommost_compression: Disabled 2024-05-06T01:55:53.537 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.prefix_extractor: nullptr 2024-05-06T01:55:53.537 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-05-06T01:55:53.537 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.num_levels: 7 2024-05-06T01:55:53.537 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-05-06T01:55:53.537 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-05-06T01:55:53.537 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-05-06T01:55:53.537 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-05-06T01:55:53.537 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-05-06T01:55:53.537 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-05-06T01:55:53.537 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-05-06T01:55:53.538 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-05-06T01:55:53.538 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-05-06T01:55:53.538 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-05-06T01:55:53.538 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-05-06T01:55:53.538 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-05-06T01:55:53.538 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.compression_opts.window_bits: -14 2024-05-06T01:55:53.538 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.compression_opts.level: 32767 2024-05-06T01:55:53.538 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.compression_opts.strategy: 0 2024-05-06T01:55:53.538 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-05-06T01:55:53.538 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-05-06T01:55:53.538 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-05-06T01:55:53.538 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-05-06T01:55:53.538 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.compression_opts.enabled: false 2024-05-06T01:55:53.540 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-05-06T01:55:53.540 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-05-06T01:55:53.540 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-05-06T01:55:53.540 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-05-06T01:55:53.540 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.target_file_size_base: 67108864 2024-05-06T01:55:53.540 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.target_file_size_multiplier: 1 2024-05-06T01:55:53.540 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-05-06T01:55:53.540 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-05-06T01:55:53.540 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-05-06T01:55:53.540 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-05-06T01:55:53.540 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-05-06T01:55:53.541 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-05-06T01:55:53.541 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-05-06T01:55:53.541 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-05-06T01:55:53.541 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-05-06T01:55:53.541 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-05-06T01:55:53.541 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-05-06T01:55:53.541 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-05-06T01:55:53.541 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-05-06T01:55:53.541 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.arena_block_size: 1048576 2024-05-06T01:55:53.541 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-05-06T01:55:53.541 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-05-06T01:55:53.541 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.disable_auto_compactions: 0 2024-05-06T01:55:53.541 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-05-06T01:55:53.541 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-05-06T01:55:53.542 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-05-06T01:55:53.542 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-05-06T01:55:53.542 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-05-06T01:55:53.542 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-05-06T01:55:53.542 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-05-06T01:55:53.542 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-05-06T01:55:53.542 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-05-06T01:55:53.542 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-05-06T01:55:53.542 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-05-06T01:55:53.542 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.inplace_update_support: 0 2024-05-06T01:55:53.542 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.inplace_update_num_locks: 10000 2024-05-06T01:55:53.542 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-05-06T01:55:53.542 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-05-06T01:55:53.543 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.memtable_huge_page_size: 0 2024-05-06T01:55:53.543 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.bloom_locality: 0 2024-05-06T01:55:53.543 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.max_successive_merges: 0 2024-05-06T01:55:53.543 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.optimize_filters_for_hits: 0 2024-05-06T01:55:53.543 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.paranoid_file_checks: 0 2024-05-06T01:55:53.543 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.force_consistency_checks: 1 2024-05-06T01:55:53.543 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.report_bg_io_stats: 0 2024-05-06T01:55:53.543 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.ttl: 2592000 2024-05-06T01:55:53.543 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.periodic_compaction_seconds: 0 2024-05-06T01:55:53.543 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-05-06T01:55:53.543 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-05-06T01:55:53.543 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.enable_blob_files: false 2024-05-06T01:55:53.543 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.min_blob_size: 0 2024-05-06T01:55:53.543 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.blob_file_size: 268435456 2024-05-06T01:55:53.544 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.blob_compression_type: NoCompression 2024-05-06T01:55:53.544 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.enable_blob_garbage_collection: false 2024-05-06T01:55:53.544 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-05-06T01:55:53.544 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-05-06T01:55:53.544 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-05-06T01:55:53.544 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.blob_file_starting_level: 0 2024-05-06T01:55:53.544 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-05-06T01:55:53.544 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: 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-05-06T01:55:53.544 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-05-06T01:55:53.544 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 948a607c-2a9a-42b0-829b-d9ae0442ccd0 2024-05-06T01:55:53.544 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: EVENT_LOG_v1 {"time_micros": 1714960553201174, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-05-06T01:55:53.544 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-05-06T01:55:53.544 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: EVENT_LOG_v1 {"time_micros": 1714960553218404, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 4211351, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 6, "largest_seqno": 4289, "table_properties": {"data_size": 4195643, "index_size": 9606, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 5061, "raw_key_size": 49257, "raw_average_key_size": 24, "raw_value_size": 4155427, "raw_average_value_size": 2072, "num_data_blocks": 454, "num_entries": 2005, "num_filter_entries": 2005, "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": 1714960553, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "948a607c-2a9a-42b0-829b-d9ae0442ccd0", "db_session_id": "NVZ9S2D8XFI6LSMI7X3S", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-05-06T01:55:53.545 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: EVENT_LOG_v1 {"time_micros": 1714960553218507, "job": 1, "event": "recovery_finished"} 2024-05-06T01:55:53.545 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-05-06T01:55:53.545 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: 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-05-06T01:55:53.545 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55d5b6510000 2024-05-06T01:55:53.545 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: DB pointer 0x55d5b64fc000 2024-05-06T01:55:53.545 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-05-06T01:55:53.545 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-05-06T01:55:53.545 INFO:journalctl@ceph.mon.b.smithi177.stdout: ** DB Stats ** 2024-05-06T01:55:53.545 INFO:journalctl@ceph.mon.b.smithi177.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-05-06T01:55:53.545 INFO:journalctl@ceph.mon.b.smithi177.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-05-06T01:55:53.545 INFO:journalctl@ceph.mon.b.smithi177.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-06T01:55:53.545 INFO:journalctl@ceph.mon.b.smithi177.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-06T01:55:53.545 INFO:journalctl@ceph.mon.b.smithi177.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-05-06T01:55:53.545 INFO:journalctl@ceph.mon.b.smithi177.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-06T01:55:53.546 INFO:journalctl@ceph.mon.b.smithi177.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-06T01:55:53.546 INFO:journalctl@ceph.mon.b.smithi177.stdout: 2024-05-06T01:55:53.546 INFO:journalctl@ceph.mon.b.smithi177.stdout: ** Compaction Stats [default] ** 2024-05-06T01:55:53.546 INFO:journalctl@ceph.mon.b.smithi177.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-05-06T01:55:53.546 INFO:journalctl@ceph.mon.b.smithi177.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-05-06T01:55:53.546 INFO:journalctl@ceph.mon.b.smithi177.stdout: L0 2/0 4.02 MB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 541.0 0.01 0.00 1 0.007 0 0 0.0 0.0 2024-05-06T01:55:53.546 INFO:journalctl@ceph.mon.b.smithi177.stdout: Sum 2/0 4.02 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 541.0 0.01 0.00 1 0.007 0 0 0.0 0.0 2024-05-06T01:55:53.546 INFO:journalctl@ceph.mon.b.smithi177.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 541.0 0.01 0.00 1 0.007 0 0 0.0 0.0 2024-05-06T01:55:53.546 INFO:journalctl@ceph.mon.b.smithi177.stdout: 2024-05-06T01:55:53.546 INFO:journalctl@ceph.mon.b.smithi177.stdout: ** Compaction Stats [default] ** 2024-05-06T01:55:53.546 INFO:journalctl@ceph.mon.b.smithi177.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-05-06T01:55:53.546 INFO:journalctl@ceph.mon.b.smithi177.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-05-06T01:55:53.546 INFO:journalctl@ceph.mon.b.smithi177.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 541.0 0.01 0.00 1 0.007 0 0 0.0 0.0 2024-05-06T01:55:53.547 INFO:journalctl@ceph.mon.b.smithi177.stdout: 2024-05-06T01:55:53.547 INFO:journalctl@ceph.mon.b.smithi177.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-05-06T01:55:53.547 INFO:journalctl@ceph.mon.b.smithi177.stdout: 2024-05-06T01:55:53.547 INFO:journalctl@ceph.mon.b.smithi177.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-05-06T01:55:53.547 INFO:journalctl@ceph.mon.b.smithi177.stdout: Flush(GB): cumulative 0.004, interval 0.004 2024-05-06T01:55:53.547 INFO:journalctl@ceph.mon.b.smithi177.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-05-06T01:55:53.547 INFO:journalctl@ceph.mon.b.smithi177.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-05-06T01:55:53.547 INFO:journalctl@ceph.mon.b.smithi177.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-05-06T01:55:53.547 INFO:journalctl@ceph.mon.b.smithi177.stdout: AddFile(Keys): cumulative 0, interval 0 2024-05-06T01:55:53.547 INFO:journalctl@ceph.mon.b.smithi177.stdout: Cumulative compaction: 0.00 GB write, 181.81 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-06T01:55:53.547 INFO:journalctl@ceph.mon.b.smithi177.stdout: Interval compaction: 0.00 GB write, 181.81 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-06T01:55:53.547 INFO:journalctl@ceph.mon.b.smithi177.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-05-06T01:55:53.547 INFO:journalctl@ceph.mon.b.smithi177.stdout: Block cache BinnedLRUCache@0x55d5b63f31f0#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-05-06T01:55:53.547 INFO:journalctl@ceph.mon.b.smithi177.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-05-06T01:55:53.547 INFO:journalctl@ceph.mon.b.smithi177.stdout: 2024-05-06T01:55:53.548 INFO:journalctl@ceph.mon.b.smithi177.stdout: ** File Read Latency Histogram By Level [default] ** 2024-05-06T01:55:53.548 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: starting mon.b rank 1 at public addrs [v2:172.21.15.177:3300/0,v1:172.21.15.177:6789/0] at bind addrs [v2:172.21.15.177:3300/0,v1:172.21.15.177:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid fe81839c-0b4a-11ef-bc97-c7b262605968 2024-05-06T01:55:53.548 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: mon.b@-1(???) e2 preinit fsid fe81839c-0b4a-11ef-bc97-c7b262605968 2024-05-06T01:55:53.548 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: mon.b@-1(???).mds e1 new map 2024-05-06T01:55:53.548 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: mon.b@-1(???).mds e1 print_map 2024-05-06T01:55:53.548 INFO:journalctl@ceph.mon.b.smithi177.stdout: e1 2024-05-06T01:55:53.548 INFO:journalctl@ceph.mon.b.smithi177.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-05-06T01:55:53.548 INFO:journalctl@ceph.mon.b.smithi177.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2024-05-06T01:55:53.548 INFO:journalctl@ceph.mon.b.smithi177.stdout: legacy client fscid: -1 2024-05-06T01:55:53.548 INFO:journalctl@ceph.mon.b.smithi177.stdout: 2024-05-06T01:55:53.548 INFO:journalctl@ceph.mon.b.smithi177.stdout: No filesystems configured 2024-05-06T01:55:53.548 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: mon.b@-1(???).osd e14 crush map has features 3314932999778484224, adjusting msgr requires 2024-05-06T01:55:53.548 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: mon.b@-1(???).osd e14 crush map has features 288514050185494528, adjusting msgr requires 2024-05-06T01:55:53.548 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: mon.b@-1(???).osd e14 crush map has features 288514050185494528, adjusting msgr requires 2024-05-06T01:55:53.548 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: mon.b@-1(???).osd e14 crush map has features 288514050185494528, adjusting msgr requires 2024-05-06T01:55:53.549 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 ceph-mon[40581]: mon.b@-1(???).paxosservice(auth 1..10) refresh upgraded, format 0 -> 3 2024-05-06T01:55:53.549 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 bash[40543]: 049742f61894d81bfee42d096162673df1169caa23ef7dd95136cba07b305ac6 2024-05-06T01:55:53.549 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:53 smithi177 systemd[1]: Started Ceph mon.b for fe81839c-0b4a-11ef-bc97-c7b262605968. 2024-05-06T01:55:53.751 INFO:teuthology.orchestra.run.smithi055.stderr:+ FSID=fe81839c-0b4a-11ef-bc97-c7b262605968 2024-05-06T01:55:53.751 INFO:teuthology.orchestra.run.smithi055.stderr:+ sleep 60 2024-05-06T01:55:54.599 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:54 smithi055 ceph-mon[50659]: pgmap v109: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:55:54.599 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:54 smithi055 ceph-mon[50659]: from='client.? 172.21.15.55:0/3971228251' entity='client.admin' cmd=[{"prefix": "fsid"}]: dispatch 2024-05-06T01:55:54.599 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:54 smithi055 ceph-mon[50659]: mon.b calling monitor election 2024-05-06T01:55:54.599 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:54 smithi055 ceph-mon[50659]: mon.a calling monitor election 2024-05-06T01:55:54.599 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:54 smithi055 ceph-mon[50659]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-05-06T01:55:54.600 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:54 smithi055 ceph-mon[50659]: monmap epoch 2 2024-05-06T01:55:54.600 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:54 smithi055 ceph-mon[50659]: fsid fe81839c-0b4a-11ef-bc97-c7b262605968 2024-05-06T01:55:54.600 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:54 smithi055 ceph-mon[50659]: last_changed 2024-05-06T01:53:12.722211+0000 2024-05-06T01:55:54.600 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:54 smithi055 ceph-mon[50659]: created 2024-05-06T01:51:25.844394+0000 2024-05-06T01:55:54.600 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:54 smithi055 ceph-mon[50659]: min_mon_release 19 (squid) 2024-05-06T01:55:54.600 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:54 smithi055 ceph-mon[50659]: election_strategy: 1 2024-05-06T01:55:54.600 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:54 smithi055 ceph-mon[50659]: 0: [v2:172.21.15.55:3300/0,v1:172.21.15.55:6789/0] mon.a 2024-05-06T01:55:54.600 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:54 smithi055 ceph-mon[50659]: 1: [v2:172.21.15.177:3300/0,v1:172.21.15.177:6789/0] mon.b 2024-05-06T01:55:54.600 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:54 smithi055 ceph-mon[50659]: fsmap 2024-05-06T01:55:54.600 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:54 smithi055 ceph-mon[50659]: osdmap e14: 2 total, 2 up, 2 in 2024-05-06T01:55:54.600 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:54 smithi055 ceph-mon[50659]: mgrmap e14: a(active, since 3m), standbys: b 2024-05-06T01:55:54.600 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:54 smithi055 ceph-mon[50659]: overall HEALTH_OK 2024-05-06T01:55:54.600 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:54 smithi055 ceph-mon[50659]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:55:54.600 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:54 smithi055 ceph-mon[50659]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:55:54.600 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:54 smithi055 ceph-mon[50659]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:55:54.601 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:54 smithi055 ceph-mon[50659]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:55:54.601 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:54 smithi055 ceph-mon[50659]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:55:54.601 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:54 smithi055 ceph-mon[50659]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T01:55:54.601 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:54 smithi055 ceph-mon[50659]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T01:55:54.601 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:54 smithi055 ceph-mon[50659]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T01:55:54.601 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:54 smithi055 ceph-mon[50659]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:55:54.601 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:54 smithi055 ceph-mon[50659]: Redeploying mon.a, (container cli args changed) . . . 2024-05-06T01:55:54.601 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:54 smithi055 ceph-mon[50659]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T01:55:54.601 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:54 smithi055 ceph-mon[50659]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T01:55:54.601 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:54 smithi055 ceph-mon[50659]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T01:55:54.601 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:54 smithi055 ceph-mon[50659]: Deploying daemon mon.a on smithi055 2024-05-06T01:55:54.773 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:54 smithi177 ceph-mon[40581]: pgmap v109: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:55:54.773 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:54 smithi177 ceph-mon[40581]: from='client.? 172.21.15.55:0/3971228251' entity='client.admin' cmd=[{"prefix": "fsid"}]: dispatch 2024-05-06T01:55:54.773 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:54 smithi177 ceph-mon[40581]: mon.b calling monitor election 2024-05-06T01:55:54.773 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:54 smithi177 ceph-mon[40581]: mon.a calling monitor election 2024-05-06T01:55:54.773 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:54 smithi177 ceph-mon[40581]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-05-06T01:55:54.773 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:54 smithi177 ceph-mon[40581]: monmap epoch 2 2024-05-06T01:55:54.774 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:54 smithi177 ceph-mon[40581]: fsid fe81839c-0b4a-11ef-bc97-c7b262605968 2024-05-06T01:55:54.774 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:54 smithi177 ceph-mon[40581]: last_changed 2024-05-06T01:53:12.722211+0000 2024-05-06T01:55:54.774 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:54 smithi177 ceph-mon[40581]: created 2024-05-06T01:51:25.844394+0000 2024-05-06T01:55:54.774 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:54 smithi177 ceph-mon[40581]: min_mon_release 19 (squid) 2024-05-06T01:55:54.774 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:54 smithi177 ceph-mon[40581]: election_strategy: 1 2024-05-06T01:55:54.774 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:54 smithi177 ceph-mon[40581]: 0: [v2:172.21.15.55:3300/0,v1:172.21.15.55:6789/0] mon.a 2024-05-06T01:55:54.774 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:54 smithi177 ceph-mon[40581]: 1: [v2:172.21.15.177:3300/0,v1:172.21.15.177:6789/0] mon.b 2024-05-06T01:55:54.774 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:54 smithi177 ceph-mon[40581]: fsmap 2024-05-06T01:55:54.774 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:54 smithi177 ceph-mon[40581]: osdmap e14: 2 total, 2 up, 2 in 2024-05-06T01:55:54.774 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:54 smithi177 ceph-mon[40581]: mgrmap e14: a(active, since 3m), standbys: b 2024-05-06T01:55:54.774 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:54 smithi177 ceph-mon[40581]: overall HEALTH_OK 2024-05-06T01:55:54.774 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:54 smithi177 ceph-mon[40581]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:55:54.774 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:54 smithi177 ceph-mon[40581]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:55:54.774 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:54 smithi177 ceph-mon[40581]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:55:54.775 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:54 smithi177 ceph-mon[40581]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:55:54.775 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:54 smithi177 ceph-mon[40581]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:55:54.775 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:54 smithi177 ceph-mon[40581]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T01:55:54.775 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:54 smithi177 ceph-mon[40581]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T01:55:54.775 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:54 smithi177 ceph-mon[40581]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T01:55:54.775 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:54 smithi177 ceph-mon[40581]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:55:54.775 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:54 smithi177 ceph-mon[40581]: Redeploying mon.a, (container cli args changed) . . . 2024-05-06T01:55:54.775 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:54 smithi177 ceph-mon[40581]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T01:55:54.775 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:54 smithi177 ceph-mon[40581]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T01:55:54.775 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:54 smithi177 ceph-mon[40581]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T01:55:54.775 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:54 smithi177 ceph-mon[40581]: Deploying daemon mon.a on smithi055 2024-05-06T01:55:55.539 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:55 smithi055 systemd[1]: Stopping Ceph mon.a for fe81839c-0b4a-11ef-bc97-c7b262605968... 2024-05-06T01:55:55.539 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:55 smithi055 ceph-mon[50659]: pgmap v110: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:55:55.773 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:55 smithi177 ceph-mon[40581]: pgmap v110: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:55:55.818 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:55 smithi055 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mon-a[50636]: 2024-05-06T01:55:55.541+0000 7f597ddd3700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-05-06T01:55:55.819 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:55 smithi055 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mon-a[50636]: 2024-05-06T01:55:55.541+0000 7f597ddd3700 -1 mon.a@0(leader) e2 *** Got Signal Terminated *** 2024-05-06T01:55:55.819 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:55 smithi055 podman[51377]: 2024-05-06 01:55:55.56246392 +0000 UTC m=+0.137656041 container died 63186f092c0861f6e59a478798bb30318b9b8e04ee87c647d525afb927aac545 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mon-a, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, ceph=True, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, org.label-schema.license=GPLv2, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240430) 2024-05-06T01:55:56.099 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:55 smithi055 podman[51377]: 2024-05-06 01:55:55.963271587 +0000 UTC m=+0.538463686 container cleanup 63186f092c0861f6e59a478798bb30318b9b8e04ee87c647d525afb927aac545 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mon-a, GIT_BRANCH=HEAD, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, ceph=True, io.buildah.version=1.33.5, CEPH_POINT_RELEASE=, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240430, org.label-schema.schema-version=1.0) 2024-05-06T01:55:56.099 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:55 smithi055 bash[51377]: ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mon-a 2024-05-06T01:55:56.533 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:56 smithi055 podman[51394]: 2024-05-06 01:55:56.206238031 +0000 UTC m=+0.641649489 container remove 63186f092c0861f6e59a478798bb30318b9b8e04ee87c647d525afb927aac545 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mon-a, ceph=True, org.label-schema.build-date=20240430, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_CLEAN=True, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux ) 2024-05-06T01:55:56.533 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:56 smithi055 systemd[1]: ceph-fe81839c-0b4a-11ef-bc97-c7b262605968@mon.a.service: Deactivated successfully. 2024-05-06T01:55:56.533 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:56 smithi055 systemd[1]: Stopped Ceph mon.a for fe81839c-0b4a-11ef-bc97-c7b262605968. 2024-05-06T01:55:56.849 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:56 smithi055 systemd[1]: Starting Ceph mon.a for fe81839c-0b4a-11ef-bc97-c7b262605968... 2024-05-06T01:55:56.849 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:56 smithi055 podman[51532]: 2024-05-06 01:55:56.74020789 +0000 UTC m=+0.100612803 container create 71f110101e7e915135e7c0b2eae51d6051ae387818bed0179b6313ecf418bca9 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mon-a, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240430, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, io.buildah.version=1.33.5, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf) 2024-05-06T01:55:56.849 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:56 smithi055 podman[51532]: 2024-05-06 01:55:56.658327808 +0000 UTC m=+0.018732720 image pull 9f32bee02a8590592410ec0c77c02d76af1e98ec0f409b9b383ddc49778de711 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a 2024-05-06T01:55:57.349 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:56 smithi055 podman[51532]: 2024-05-06 01:55:56.96811127 +0000 UTC m=+0.328516182 container init 71f110101e7e915135e7c0b2eae51d6051ae387818bed0179b6313ecf418bca9 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mon-a, org.label-schema.license=GPLv2, org.label-schema.build-date=20240430, GIT_CLEAN=True, io.buildah.version=1.33.5, ceph=True, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0) 2024-05-06T01:55:57.350 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:56 smithi055 podman[51532]: 2024-05-06 01:55:56.973409051 +0000 UTC m=+0.333813967 container start 71f110101e7e915135e7c0b2eae51d6051ae387818bed0179b6313ecf418bca9 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mon-a, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, GIT_BRANCH=HEAD, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, CEPH_POINT_RELEASE=, io.buildah.version=1.33.5, org.label-schema.build-date=20240430, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b) 2024-05-06T01:55:57.350 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:56 smithi055 ceph-mon[51570]: set uid:gid to 167:167 (ceph:ceph) 2024-05-06T01:55:57.350 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:56 smithi055 ceph-mon[51570]: ceph version 19.0.0-3516-ge08cbbf6 (e08cbbf6fd79a8dd2949f340bce25e28ea3db004) squid (dev), process ceph-mon, pid 7 2024-05-06T01:55:57.350 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:56 smithi055 ceph-mon[51570]: pidfile_write: ignore empty --pid-file 2024-05-06T01:55:57.350 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: load: jerasure load: lrc 2024-05-06T01:55:57.350 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: RocksDB version: 7.9.2 2024-05-06T01:55:57.350 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Git sha 0 2024-05-06T01:55:57.350 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Compile date 2024-05-03 20:59:59 2024-05-06T01:55:57.350 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: DB SUMMARY 2024-05-06T01:55:57.350 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: DB Session ID: ZJORX4T76B5KDMIFGFHN 2024-05-06T01:55:57.350 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: CURRENT file: CURRENT 2024-05-06T01:55:57.351 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: IDENTITY file: IDENTITY 2024-05-06T01:55:57.351 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: MANIFEST file: MANIFEST-000020 size: 373 Bytes 2024-05-06T01:55:57.351 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 3, files: 000008.sst 000013.sst 000018.sst 2024-05-06T01:55:57.351 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000019.log size: 233918 ; 2024-05-06T01:55:57.351 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.error_if_exists: 0 2024-05-06T01:55:57.351 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.create_if_missing: 0 2024-05-06T01:55:57.351 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.paranoid_checks: 1 2024-05-06T01:55:57.351 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.flush_verify_memtable_count: 1 2024-05-06T01:55:57.351 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-05-06T01:55:57.351 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-05-06T01:55:57.351 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.env: 0x561e15cd4cc0 2024-05-06T01:55:57.351 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.fs: PosixFileSystem 2024-05-06T01:55:57.351 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.info_log: 0x561e17f8bda0 2024-05-06T01:55:57.352 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.max_file_opening_threads: 16 2024-05-06T01:55:57.352 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.statistics: (nil) 2024-05-06T01:55:57.352 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.use_fsync: 0 2024-05-06T01:55:57.352 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.max_log_file_size: 0 2024-05-06T01:55:57.352 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-05-06T01:55:57.352 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.log_file_time_to_roll: 0 2024-05-06T01:55:57.353 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.keep_log_file_num: 1000 2024-05-06T01:55:57.353 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.recycle_log_file_num: 0 2024-05-06T01:55:57.353 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.allow_fallocate: 1 2024-05-06T01:55:57.353 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.allow_mmap_reads: 0 2024-05-06T01:55:57.353 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.allow_mmap_writes: 0 2024-05-06T01:55:57.353 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.use_direct_reads: 0 2024-05-06T01:55:57.353 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-05-06T01:55:57.353 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.create_missing_column_families: 0 2024-05-06T01:55:57.353 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.db_log_dir: 2024-05-06T01:55:57.353 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.wal_dir: 2024-05-06T01:55:57.353 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.table_cache_numshardbits: 6 2024-05-06T01:55:57.353 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.WAL_ttl_seconds: 0 2024-05-06T01:55:57.353 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.WAL_size_limit_MB: 0 2024-05-06T01:55:57.353 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-05-06T01:55:57.353 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-05-06T01:55:57.354 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.is_fd_close_on_exec: 1 2024-05-06T01:55:57.354 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.advise_random_on_open: 1 2024-05-06T01:55:57.354 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.db_write_buffer_size: 0 2024-05-06T01:55:57.354 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.write_buffer_manager: 0x561e17f5d0e0 2024-05-06T01:55:57.354 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-05-06T01:55:57.354 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-05-06T01:55:57.354 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.use_adaptive_mutex: 0 2024-05-06T01:55:57.354 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.rate_limiter: (nil) 2024-05-06T01:55:57.354 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-05-06T01:55:57.354 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.wal_recovery_mode: 2 2024-05-06T01:55:57.354 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.enable_thread_tracking: 0 2024-05-06T01:55:57.354 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.enable_pipelined_write: 0 2024-05-06T01:55:57.354 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.unordered_write: 0 2024-05-06T01:55:57.354 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-05-06T01:55:57.354 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-05-06T01:55:57.355 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-05-06T01:55:57.355 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-05-06T01:55:57.355 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.row_cache: None 2024-05-06T01:55:57.355 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.wal_filter: None 2024-05-06T01:55:57.355 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-05-06T01:55:57.355 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.allow_ingest_behind: 0 2024-05-06T01:55:57.355 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.two_write_queues: 0 2024-05-06T01:55:57.355 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.manual_wal_flush: 0 2024-05-06T01:55:57.355 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.wal_compression: 0 2024-05-06T01:55:57.355 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.atomic_flush: 0 2024-05-06T01:55:57.355 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-05-06T01:55:57.355 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.persist_stats_to_disk: 0 2024-05-06T01:55:57.355 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.write_dbid_to_manifest: 0 2024-05-06T01:55:57.356 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.log_readahead_size: 0 2024-05-06T01:55:57.356 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-05-06T01:55:57.356 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.best_efforts_recovery: 0 2024-05-06T01:55:57.356 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-05-06T01:55:57.356 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-05-06T01:55:57.356 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.allow_data_in_errors: 0 2024-05-06T01:55:57.356 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.db_host_id: __hostname__ 2024-05-06T01:55:57.356 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.enforce_single_del_contracts: true 2024-05-06T01:55:57.356 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.max_background_jobs: 2 2024-05-06T01:55:57.356 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.max_background_compactions: -1 2024-05-06T01:55:57.356 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.max_subcompactions: 1 2024-05-06T01:55:57.356 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-05-06T01:55:57.356 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-05-06T01:55:57.356 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.delayed_write_rate : 16777216 2024-05-06T01:55:57.357 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.max_total_wal_size: 0 2024-05-06T01:55:57.357 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-05-06T01:55:57.357 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.stats_dump_period_sec: 600 2024-05-06T01:55:57.357 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.stats_persist_period_sec: 600 2024-05-06T01:55:57.357 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-05-06T01:55:57.357 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.max_open_files: -1 2024-05-06T01:55:57.357 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.bytes_per_sync: 0 2024-05-06T01:55:57.357 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.wal_bytes_per_sync: 0 2024-05-06T01:55:57.357 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.strict_bytes_per_sync: 0 2024-05-06T01:55:57.357 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.compaction_readahead_size: 0 2024-05-06T01:55:57.357 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.max_background_flushes: -1 2024-05-06T01:55:57.357 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Compression algorithms supported: 2024-05-06T01:55:57.357 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-05-06T01:55:57.357 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: kZSTD supported: 0 2024-05-06T01:55:57.357 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: kXpressCompression supported: 0 2024-05-06T01:55:57.358 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: kLZ4HCCompression supported: 1 2024-05-06T01:55:57.358 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: kZlibCompression supported: 1 2024-05-06T01:55:57.358 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: kSnappyCompression supported: 1 2024-05-06T01:55:57.358 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: kLZ4Compression supported: 1 2024-05-06T01:55:57.358 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: kBZip2Compression supported: 0 2024-05-06T01:55:57.358 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Fast CRC32 supported: Supported on x86 2024-05-06T01:55:57.358 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: DMutex implementation: pthread_mutex_t 2024-05-06T01:55:57.358 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000020 2024-05-06T01:55:57.358 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-05-06T01:55:57.358 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-05-06T01:55:57.358 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.merge_operator: 2024-05-06T01:55:57.358 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.compaction_filter: None 2024-05-06T01:55:57.358 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.compaction_filter_factory: None 2024-05-06T01:55:57.358 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.sst_partitioner_factory: None 2024-05-06T01:55:57.358 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.memtable_factory: SkipListFactory 2024-05-06T01:55:57.359 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.table_factory: BlockBasedTable 2024-05-06T01:55:57.359 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x561e17f8bf60) 2024-05-06T01:55:57.359 INFO:journalctl@ceph.mon.a.smithi055.stdout: cache_index_and_filter_blocks: 1 2024-05-06T01:55:57.359 INFO:journalctl@ceph.mon.a.smithi055.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-05-06T01:55:57.359 INFO:journalctl@ceph.mon.a.smithi055.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-05-06T01:55:57.359 INFO:journalctl@ceph.mon.a.smithi055.stdout: pin_top_level_index_and_filter: 1 2024-05-06T01:55:57.359 INFO:journalctl@ceph.mon.a.smithi055.stdout: index_type: 0 2024-05-06T01:55:57.359 INFO:journalctl@ceph.mon.a.smithi055.stdout: data_block_index_type: 0 2024-05-06T01:55:57.359 INFO:journalctl@ceph.mon.a.smithi055.stdout: index_shortening: 1 2024-05-06T01:55:57.359 INFO:journalctl@ceph.mon.a.smithi055.stdout: data_block_hash_table_util_ratio: 0.750000 2024-05-06T01:55:57.359 INFO:journalctl@ceph.mon.a.smithi055.stdout: checksum: 4 2024-05-06T01:55:57.359 INFO:journalctl@ceph.mon.a.smithi055.stdout: no_block_cache: 0 2024-05-06T01:55:57.359 INFO:journalctl@ceph.mon.a.smithi055.stdout: block_cache: 0x561e17f8f1f0 2024-05-06T01:55:57.360 INFO:journalctl@ceph.mon.a.smithi055.stdout: block_cache_name: BinnedLRUCache 2024-05-06T01:55:57.360 INFO:journalctl@ceph.mon.a.smithi055.stdout: block_cache_options: 2024-05-06T01:55:57.360 INFO:journalctl@ceph.mon.a.smithi055.stdout: capacity : 536870912 2024-05-06T01:55:57.360 INFO:journalctl@ceph.mon.a.smithi055.stdout: num_shard_bits : 4 2024-05-06T01:55:57.360 INFO:journalctl@ceph.mon.a.smithi055.stdout: strict_capacity_limit : 0 2024-05-06T01:55:57.360 INFO:journalctl@ceph.mon.a.smithi055.stdout: high_pri_pool_ratio: 0.000 2024-05-06T01:55:57.360 INFO:journalctl@ceph.mon.a.smithi055.stdout: block_cache_compressed: (nil) 2024-05-06T01:55:57.360 INFO:journalctl@ceph.mon.a.smithi055.stdout: persistent_cache: (nil) 2024-05-06T01:55:57.360 INFO:journalctl@ceph.mon.a.smithi055.stdout: block_size: 4096 2024-05-06T01:55:57.360 INFO:journalctl@ceph.mon.a.smithi055.stdout: block_size_deviation: 10 2024-05-06T01:55:57.360 INFO:journalctl@ceph.mon.a.smithi055.stdout: block_restart_interval: 16 2024-05-06T01:55:57.360 INFO:journalctl@ceph.mon.a.smithi055.stdout: index_block_restart_interval: 1 2024-05-06T01:55:57.360 INFO:journalctl@ceph.mon.a.smithi055.stdout: metadata_block_size: 4096 2024-05-06T01:55:57.360 INFO:journalctl@ceph.mon.a.smithi055.stdout: partition_filters: 0 2024-05-06T01:55:57.361 INFO:journalctl@ceph.mon.a.smithi055.stdout: use_delta_encoding: 1 2024-05-06T01:55:57.361 INFO:journalctl@ceph.mon.a.smithi055.stdout: filter_policy: bloomfilter 2024-05-06T01:55:57.361 INFO:journalctl@ceph.mon.a.smithi055.stdout: whole_key_filtering: 1 2024-05-06T01:55:57.361 INFO:journalctl@ceph.mon.a.smithi055.stdout: verify_compression: 0 2024-05-06T01:55:57.361 INFO:journalctl@ceph.mon.a.smithi055.stdout: read_amp_bytes_per_bit: 0 2024-05-06T01:55:57.361 INFO:journalctl@ceph.mon.a.smithi055.stdout: format_version: 5 2024-05-06T01:55:57.361 INFO:journalctl@ceph.mon.a.smithi055.stdout: enable_index_compression: 1 2024-05-06T01:55:57.361 INFO:journalctl@ceph.mon.a.smithi055.stdout: block_align: 0 2024-05-06T01:55:57.361 INFO:journalctl@ceph.mon.a.smithi055.stdout: max_auto_readahead_size: 262144 2024-05-06T01:55:57.361 INFO:journalctl@ceph.mon.a.smithi055.stdout: prepopulate_block_cache: 0 2024-05-06T01:55:57.361 INFO:journalctl@ceph.mon.a.smithi055.stdout: initial_auto_readahead_size: 8192 2024-05-06T01:55:57.361 INFO:journalctl@ceph.mon.a.smithi055.stdout: num_file_reads_for_auto_readahead: 2 2024-05-06T01:55:57.361 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.write_buffer_size: 33554432 2024-05-06T01:55:57.361 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.max_write_buffer_number: 2 2024-05-06T01:55:57.361 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.compression: NoCompression 2024-05-06T01:55:57.362 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.bottommost_compression: Disabled 2024-05-06T01:55:57.362 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.prefix_extractor: nullptr 2024-05-06T01:55:57.362 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-05-06T01:55:57.362 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.num_levels: 7 2024-05-06T01:55:57.362 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-05-06T01:55:57.362 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-05-06T01:55:57.362 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-05-06T01:55:57.362 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-05-06T01:55:57.362 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-05-06T01:55:57.362 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-05-06T01:55:57.362 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-05-06T01:55:57.362 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-05-06T01:55:57.362 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-05-06T01:55:57.362 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-05-06T01:55:57.362 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-05-06T01:55:57.363 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-05-06T01:55:57.363 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.compression_opts.window_bits: -14 2024-05-06T01:55:57.363 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.compression_opts.level: 32767 2024-05-06T01:55:57.363 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.compression_opts.strategy: 0 2024-05-06T01:55:57.363 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-05-06T01:55:57.363 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-05-06T01:55:57.363 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-05-06T01:55:57.363 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-05-06T01:55:57.363 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.compression_opts.enabled: false 2024-05-06T01:55:57.363 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-05-06T01:55:57.363 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-05-06T01:55:57.363 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-05-06T01:55:57.363 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-05-06T01:55:57.364 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.target_file_size_base: 67108864 2024-05-06T01:55:57.364 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.target_file_size_multiplier: 1 2024-05-06T01:55:57.364 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-05-06T01:55:57.364 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-05-06T01:55:57.364 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-05-06T01:55:57.364 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-05-06T01:55:57.364 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-05-06T01:55:57.364 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-05-06T01:55:57.364 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-05-06T01:55:57.364 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-05-06T01:55:57.364 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-05-06T01:55:57.364 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-05-06T01:55:57.364 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-05-06T01:55:57.364 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-05-06T01:55:57.365 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-05-06T01:55:57.365 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.arena_block_size: 1048576 2024-05-06T01:55:57.365 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-05-06T01:55:57.365 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-05-06T01:55:57.365 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.disable_auto_compactions: 0 2024-05-06T01:55:57.365 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-05-06T01:55:57.365 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-05-06T01:55:57.365 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-05-06T01:55:57.365 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-05-06T01:55:57.365 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-05-06T01:55:57.365 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-05-06T01:55:57.365 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-05-06T01:55:57.365 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-05-06T01:55:57.365 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-05-06T01:55:57.365 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-05-06T01:55:57.365 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-05-06T01:55:57.366 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.inplace_update_support: 0 2024-05-06T01:55:57.366 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.inplace_update_num_locks: 10000 2024-05-06T01:55:57.366 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-05-06T01:55:57.366 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-05-06T01:55:57.366 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.memtable_huge_page_size: 0 2024-05-06T01:55:57.366 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.bloom_locality: 0 2024-05-06T01:55:57.366 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.max_successive_merges: 0 2024-05-06T01:55:57.366 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.optimize_filters_for_hits: 0 2024-05-06T01:55:57.366 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.paranoid_file_checks: 0 2024-05-06T01:55:57.366 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.force_consistency_checks: 1 2024-05-06T01:55:57.366 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.report_bg_io_stats: 0 2024-05-06T01:55:57.366 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.ttl: 2592000 2024-05-06T01:55:57.366 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.periodic_compaction_seconds: 0 2024-05-06T01:55:57.367 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-05-06T01:55:57.367 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-05-06T01:55:57.367 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.enable_blob_files: false 2024-05-06T01:55:57.367 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.min_blob_size: 0 2024-05-06T01:55:57.367 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.blob_file_size: 268435456 2024-05-06T01:55:57.367 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.blob_compression_type: NoCompression 2024-05-06T01:55:57.367 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.enable_blob_garbage_collection: false 2024-05-06T01:55:57.368 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-05-06T01:55:57.368 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-05-06T01:55:57.368 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-05-06T01:55:57.368 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.blob_file_starting_level: 0 2024-05-06T01:55:57.368 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-05-06T01:55:57.368 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: 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 4346, log_number is 15,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 15 2024-05-06T01:55:57.368 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 15 2024-05-06T01:55:57.368 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 43d57679-7d31-4cb0-821f-1b8111971a33 2024-05-06T01:55:57.368 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: EVENT_LOG_v1 {"time_micros": 1714960557003083, "job": 1, "event": "recovery_started", "wal_files": [19]} 2024-05-06T01:55:57.368 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #19 mode 2 2024-05-06T01:55:57.368 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: EVENT_LOG_v1 {"time_micros": 1714960557004539, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 23, "file_size": 204175, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 4352, "largest_seqno": 4562, "table_properties": {"data_size": 202101, "index_size": 716, "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": 3050, "raw_average_key_size": 25, "raw_value_size": 199412, "raw_average_value_size": 1648, "num_data_blocks": 31, "num_entries": 121, "num_filter_entries": 121, "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": 1714960557, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "43d57679-7d31-4cb0-821f-1b8111971a33", "db_session_id": "ZJORX4T76B5KDMIFGFHN", "orig_file_number": 23, "seqno_to_time_mapping": "N/A"}} 2024-05-06T01:55:57.368 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: EVENT_LOG_v1 {"time_micros": 1714960557004626, "job": 1, "event": "recovery_finished"} 2024-05-06T01:55:57.369 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: [db/version_set.cc:5047] Creating manifest 25 2024-05-06T01:55:57.369 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: 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-05-06T01:55:57.369 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x561e180ac000 2024-05-06T01:55:57.369 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: DB pointer 0x561e18098000 2024-05-06T01:55:57.369 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: [db/compaction/compaction_job.cc:1995] [default] [JOB 3] Compacting 4@0 files to L6, score 1.00 2024-05-06T01:55:57.369 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: [db/compaction/compaction_job.cc:2001] [default]: Compaction start summary: Base version 2 Base level 0, inputs: [23(199KB) 18(3956KB) 13(83KB) 8(1905B)] 2024-05-06T01:55:57.369 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: EVENT_LOG_v1 {"time_micros": 1714960557008193, "job": 3, "event": "compaction_started", "compaction_reason": "LevelL0FilesNum", "files_L0": [23, 18, 13, 8], "score": 1, "input_data_size": 4343031, "oldest_snapshot_seqno": -1} 2024-05-06T01:55:57.369 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-05-06T01:55:57.369 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-05-06T01:55:57.369 INFO:journalctl@ceph.mon.a.smithi055.stdout: ** DB Stats ** 2024-05-06T01:55:57.369 INFO:journalctl@ceph.mon.a.smithi055.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-05-06T01:55:57.369 INFO:journalctl@ceph.mon.a.smithi055.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-05-06T01:55:57.369 INFO:journalctl@ceph.mon.a.smithi055.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-06T01:55:57.369 INFO:journalctl@ceph.mon.a.smithi055.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-06T01:55:57.369 INFO:journalctl@ceph.mon.a.smithi055.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-05-06T01:55:57.370 INFO:journalctl@ceph.mon.a.smithi055.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-06T01:55:57.370 INFO:journalctl@ceph.mon.a.smithi055.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-06T01:55:57.370 INFO:journalctl@ceph.mon.a.smithi055.stdout: 2024-05-06T01:55:57.370 INFO:journalctl@ceph.mon.a.smithi055.stdout: ** Compaction Stats [default] ** 2024-05-06T01:55:57.370 INFO:journalctl@ceph.mon.a.smithi055.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-05-06T01:55:57.370 INFO:journalctl@ceph.mon.a.smithi055.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-05-06T01:55:57.370 INFO:journalctl@ceph.mon.a.smithi055.stdout: L0 4/4 4.14 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 203.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-06T01:55:57.370 INFO:journalctl@ceph.mon.a.smithi055.stdout: Sum 4/4 4.14 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 203.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-06T01:55:57.370 INFO:journalctl@ceph.mon.a.smithi055.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 203.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-06T01:55:57.370 INFO:journalctl@ceph.mon.a.smithi055.stdout: 2024-05-06T01:55:57.370 INFO:journalctl@ceph.mon.a.smithi055.stdout: ** Compaction Stats [default] ** 2024-05-06T01:55:57.370 INFO:journalctl@ceph.mon.a.smithi055.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-05-06T01:55:57.370 INFO:journalctl@ceph.mon.a.smithi055.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-05-06T01:55:57.370 INFO:journalctl@ceph.mon.a.smithi055.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 203.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-06T01:55:57.371 INFO:journalctl@ceph.mon.a.smithi055.stdout: 2024-05-06T01:55:57.371 INFO:journalctl@ceph.mon.a.smithi055.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-05-06T01:55:57.371 INFO:journalctl@ceph.mon.a.smithi055.stdout: 2024-05-06T01:55:57.371 INFO:journalctl@ceph.mon.a.smithi055.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-05-06T01:55:57.371 INFO:journalctl@ceph.mon.a.smithi055.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-05-06T01:55:57.371 INFO:journalctl@ceph.mon.a.smithi055.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-05-06T01:55:57.371 INFO:journalctl@ceph.mon.a.smithi055.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-05-06T01:55:57.371 INFO:journalctl@ceph.mon.a.smithi055.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-05-06T01:55:57.371 INFO:journalctl@ceph.mon.a.smithi055.stdout: AddFile(Keys): cumulative 0, interval 0 2024-05-06T01:55:57.371 INFO:journalctl@ceph.mon.a.smithi055.stdout: Cumulative compaction: 0.00 GB write, 32.96 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-06T01:55:57.372 INFO:journalctl@ceph.mon.a.smithi055.stdout: Interval compaction: 0.00 GB write, 32.96 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-06T01:55:57.372 INFO:journalctl@ceph.mon.a.smithi055.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-05-06T01:55:57.372 INFO:journalctl@ceph.mon.a.smithi055.stdout: Block cache BinnedLRUCache@0x561e17f8f1f0#7 capacity: 512.00 MB usage: 16.00 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 8e-06 secs_since: 0 2024-05-06T01:55:57.372 INFO:journalctl@ceph.mon.a.smithi055.stdout: Block cache entry stats(count,size,portion): FilterBlock(4,5.67 KB,0.00108182%) IndexBlock(4,10.33 KB,0.00196993%) Misc(1,0.00 KB,0%) 2024-05-06T01:55:57.372 INFO:journalctl@ceph.mon.a.smithi055.stdout: 2024-05-06T01:55:57.372 INFO:journalctl@ceph.mon.a.smithi055.stdout: ** File Read Latency Histogram By Level [default] ** 2024-05-06T01:55:57.372 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: starting mon.a rank 0 at public addrs [v2:172.21.15.55:3300/0,v1:172.21.15.55:6789/0] at bind addrs [v2:172.21.15.55:3300/0,v1:172.21.15.55:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid fe81839c-0b4a-11ef-bc97-c7b262605968 2024-05-06T01:55:57.372 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: mon.a@-1(???) e2 preinit fsid fe81839c-0b4a-11ef-bc97-c7b262605968 2024-05-06T01:55:57.372 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: mon.a@-1(???).mds e1 new map 2024-05-06T01:55:57.372 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: mon.a@-1(???).mds e1 print_map 2024-05-06T01:55:57.372 INFO:journalctl@ceph.mon.a.smithi055.stdout: e1 2024-05-06T01:55:57.372 INFO:journalctl@ceph.mon.a.smithi055.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-05-06T01:55:57.372 INFO:journalctl@ceph.mon.a.smithi055.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2024-05-06T01:55:57.372 INFO:journalctl@ceph.mon.a.smithi055.stdout: legacy client fscid: -1 2024-05-06T01:55:57.373 INFO:journalctl@ceph.mon.a.smithi055.stdout: 2024-05-06T01:55:57.373 INFO:journalctl@ceph.mon.a.smithi055.stdout: No filesystems configured 2024-05-06T01:55:57.373 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: mon.a@-1(???).osd e14 crush map has features 3314932999778484224, adjusting msgr requires 2024-05-06T01:55:57.373 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: mon.a@-1(???).osd e14 crush map has features 288514050185494528, adjusting msgr requires 2024-05-06T01:55:57.373 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: mon.a@-1(???).osd e14 crush map has features 288514050185494528, adjusting msgr requires 2024-05-06T01:55:57.373 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: mon.a@-1(???).osd e14 crush map has features 288514050185494528, adjusting msgr requires 2024-05-06T01:55:57.373 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 ceph-mon[51570]: mon.a@-1(???).paxosservice(auth 1..10) refresh upgraded, format 0 -> 3 2024-05-06T01:55:57.373 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 bash[51532]: 71f110101e7e915135e7c0b2eae51d6051ae387818bed0179b6313ecf418bca9 2024-05-06T01:55:57.373 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:57 smithi055 systemd[1]: Started Ceph mon.a for fe81839c-0b4a-11ef-bc97-c7b262605968. 2024-05-06T01:55:58.681 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:58 smithi177 ceph-mon[40581]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T01:55:58.682 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:58 smithi177 ceph-mon[40581]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T01:55:58.682 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:58 smithi177 ceph-mon[40581]: pgmap v111: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:55:58.682 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:58 smithi177 ceph-mon[40581]: mon.a calling monitor election 2024-05-06T01:55:58.682 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:58 smithi177 ceph-mon[40581]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-05-06T01:55:58.682 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:58 smithi177 ceph-mon[40581]: monmap epoch 2 2024-05-06T01:55:58.682 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:58 smithi177 ceph-mon[40581]: fsid fe81839c-0b4a-11ef-bc97-c7b262605968 2024-05-06T01:55:58.682 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:58 smithi177 ceph-mon[40581]: last_changed 2024-05-06T01:53:12.722211+0000 2024-05-06T01:55:58.682 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:58 smithi177 ceph-mon[40581]: created 2024-05-06T01:51:25.844394+0000 2024-05-06T01:55:58.682 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:58 smithi177 ceph-mon[40581]: min_mon_release 19 (squid) 2024-05-06T01:55:58.682 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:58 smithi177 ceph-mon[40581]: election_strategy: 1 2024-05-06T01:55:58.682 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:58 smithi177 ceph-mon[40581]: 0: [v2:172.21.15.55:3300/0,v1:172.21.15.55:6789/0] mon.a 2024-05-06T01:55:58.683 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:58 smithi177 ceph-mon[40581]: 1: [v2:172.21.15.177:3300/0,v1:172.21.15.177:6789/0] mon.b 2024-05-06T01:55:58.683 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:58 smithi177 ceph-mon[40581]: fsmap 2024-05-06T01:55:58.683 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:58 smithi177 ceph-mon[40581]: osdmap e14: 2 total, 2 up, 2 in 2024-05-06T01:55:58.683 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:58 smithi177 ceph-mon[40581]: mgrmap e14: a(active, since 3m), standbys: b 2024-05-06T01:55:58.683 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:58 smithi177 ceph-mon[40581]: overall HEALTH_OK 2024-05-06T01:55:58.683 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:58 smithi177 ceph-mon[40581]: from='mgr.14152 ' entity='' 2024-05-06T01:55:58.683 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:58 smithi177 ceph-mon[40581]: from='mgr.14152 ' entity='mgr.a' 2024-05-06T01:55:58.683 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:58 smithi177 ceph-mon[40581]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T01:55:58.683 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:58 smithi177 ceph-mon[40581]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T01:55:58.683 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:58 smithi177 ceph-mon[40581]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T01:55:58.849 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:58 smithi055 ceph-mon[51570]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T01:55:58.849 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:58 smithi055 ceph-mon[51570]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T01:55:58.850 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:58 smithi055 ceph-mon[51570]: pgmap v111: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:55:58.850 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:58 smithi055 ceph-mon[51570]: mon.a calling monitor election 2024-05-06T01:55:58.850 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:58 smithi055 ceph-mon[51570]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-05-06T01:55:58.850 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:58 smithi055 ceph-mon[51570]: monmap epoch 2 2024-05-06T01:55:58.850 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:58 smithi055 ceph-mon[51570]: fsid fe81839c-0b4a-11ef-bc97-c7b262605968 2024-05-06T01:55:58.850 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:58 smithi055 ceph-mon[51570]: last_changed 2024-05-06T01:53:12.722211+0000 2024-05-06T01:55:58.850 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:58 smithi055 ceph-mon[51570]: created 2024-05-06T01:51:25.844394+0000 2024-05-06T01:55:58.850 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:58 smithi055 ceph-mon[51570]: min_mon_release 19 (squid) 2024-05-06T01:55:58.850 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:58 smithi055 ceph-mon[51570]: election_strategy: 1 2024-05-06T01:55:58.850 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:58 smithi055 ceph-mon[51570]: 0: [v2:172.21.15.55:3300/0,v1:172.21.15.55:6789/0] mon.a 2024-05-06T01:55:58.850 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:58 smithi055 ceph-mon[51570]: 1: [v2:172.21.15.177:3300/0,v1:172.21.15.177:6789/0] mon.b 2024-05-06T01:55:58.850 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:58 smithi055 ceph-mon[51570]: fsmap 2024-05-06T01:55:58.851 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:58 smithi055 ceph-mon[51570]: osdmap e14: 2 total, 2 up, 2 in 2024-05-06T01:55:58.851 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:58 smithi055 ceph-mon[51570]: mgrmap e14: a(active, since 3m), standbys: b 2024-05-06T01:55:58.851 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:58 smithi055 ceph-mon[51570]: overall HEALTH_OK 2024-05-06T01:55:58.851 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:58 smithi055 ceph-mon[51570]: from='mgr.14152 ' entity='' 2024-05-06T01:55:58.851 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:58 smithi055 ceph-mon[51570]: from='mgr.14152 ' entity='mgr.a' 2024-05-06T01:55:58.851 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:58 smithi055 ceph-mon[51570]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T01:55:58.851 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:58 smithi055 ceph-mon[51570]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T01:55:58.851 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:58 smithi055 ceph-mon[51570]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T01:55:59.579 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:59 smithi177 ceph-mon[40581]: pgmap v112: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:55:59.579 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:59 smithi177 ceph-mon[40581]: Redeploying mon.b, (entrypoint args changed) . . . 2024-05-06T01:55:59.579 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:55:59 smithi177 ceph-mon[40581]: Deploying daemon mon.b on smithi177 2024-05-06T01:55:59.849 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:59 smithi055 ceph-mon[51570]: pgmap v112: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:55:59.849 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:59 smithi055 ceph-mon[51570]: Redeploying mon.b, (entrypoint args changed) . . . 2024-05-06T01:55:59.849 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:55:59 smithi055 ceph-mon[51570]: Deploying daemon mon.b on smithi177 2024-05-06T01:56:00.773 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:00 smithi177 systemd[1]: Stopping Ceph mon.b for fe81839c-0b4a-11ef-bc97-c7b262605968... 2024-05-06T01:56:01.220 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:00 smithi177 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mon-b[40558]: 2024-05-06T01:56:00.825+0000 7fb524097700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.b -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-05-06T01:56:01.220 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:00 smithi177 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mon-b[40558]: 2024-05-06T01:56:00.825+0000 7fb524097700 -1 mon.b@1(peon) e2 *** Got Signal Terminated *** 2024-05-06T01:56:01.220 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:00 smithi177 podman[40923]: 2024-05-06 01:56:00.949512643 +0000 UTC m=+0.222087709 container died 049742f61894d81bfee42d096162673df1169caa23ef7dd95136cba07b305ac6 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mon-b, org.label-schema.build-date=20240430, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b) 2024-05-06T01:56:01.523 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:01 smithi177 podman[40923]: 2024-05-06 01:56:01.323345804 +0000 UTC m=+0.595920909 container cleanup 049742f61894d81bfee42d096162673df1169caa23ef7dd95136cba07b305ac6 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mon-b, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240430, ceph=True, org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, org.label-schema.vendor=CentOS) 2024-05-06T01:56:01.523 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:01 smithi177 bash[40923]: ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mon-b 2024-05-06T01:56:01.877 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:01 smithi177 podman[40942]: 2024-05-06 01:56:01.566056882 +0000 UTC m=+0.611646612 container remove 049742f61894d81bfee42d096162673df1169caa23ef7dd95136cba07b305ac6 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mon-b, org.label-schema.build-date=20240430, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.license=GPLv2) 2024-05-06T01:56:01.877 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:01 smithi177 systemd[1]: ceph-fe81839c-0b4a-11ef-bc97-c7b262605968@mon.b.service: Deactivated successfully. 2024-05-06T01:56:01.877 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:01 smithi177 systemd[1]: Stopped Ceph mon.b for fe81839c-0b4a-11ef-bc97-c7b262605968. 2024-05-06T01:56:02.206 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:01 smithi177 systemd[1]: Starting Ceph mon.b for fe81839c-0b4a-11ef-bc97-c7b262605968... 2024-05-06T01:56:02.206 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 podman[41076]: 2024-05-06 01:56:02.091799802 +0000 UTC m=+0.112801953 container create 41a95ec9cc652fcd9e71bc67c20527c51571dc1cb319f1bec11d563c2b4884a0 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mon-b, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, org.label-schema.build-date=20240430, org.label-schema.schema-version=1.0, io.buildah.version=1.33.5, ceph=True) 2024-05-06T01:56:02.206 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 podman[41076]: 2024-05-06 01:56:01.99769751 +0000 UTC m=+0.018699675 image pull 9f32bee02a8590592410ec0c77c02d76af1e98ec0f409b9b383ddc49778de711 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a 2024-05-06T01:56:02.615 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 podman[41076]: 2024-05-06 01:56:02.303049074 +0000 UTC m=+0.324051226 container init 41a95ec9cc652fcd9e71bc67c20527c51571dc1cb319f1bec11d563c2b4884a0 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mon-b, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240430, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, io.buildah.version=1.33.5, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b) 2024-05-06T01:56:02.615 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 podman[41076]: 2024-05-06 01:56:02.308866971 +0000 UTC m=+0.329869125 container start 41a95ec9cc652fcd9e71bc67c20527c51571dc1cb319f1bec11d563c2b4884a0 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mon-b, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, GIT_CLEAN=True, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.build-date=20240430, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b) 2024-05-06T01:56:02.615 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: set uid:gid to 167:167 (ceph:ceph) 2024-05-06T01:56:02.615 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: ceph version 19.0.0-3516-ge08cbbf6 (e08cbbf6fd79a8dd2949f340bce25e28ea3db004) squid (dev), process ceph-mon, pid 7 2024-05-06T01:56:02.615 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: pidfile_write: ignore empty --pid-file 2024-05-06T01:56:02.615 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: load: jerasure load: lrc 2024-05-06T01:56:02.615 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: RocksDB version: 7.9.2 2024-05-06T01:56:02.616 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Git sha 0 2024-05-06T01:56:02.616 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Compile date 2024-05-03 20:59:59 2024-05-06T01:56:02.616 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: DB SUMMARY 2024-05-06T01:56:02.616 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: DB Session ID: LKXSAKGQFOCF75OQRQ8R 2024-05-06T01:56:02.616 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: CURRENT file: CURRENT 2024-05-06T01:56:02.616 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: IDENTITY file: IDENTITY 2024-05-06T01:56:02.616 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: MANIFEST file: MANIFEST-000015 size: 282 Bytes 2024-05-06T01:56:02.616 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 2, files: 000008.sst 000013.sst 2024-05-06T01:56:02.616 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000014.log size: 277890 ; 2024-05-06T01:56:02.616 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.error_if_exists: 0 2024-05-06T01:56:02.616 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.create_if_missing: 0 2024-05-06T01:56:02.616 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.paranoid_checks: 1 2024-05-06T01:56:02.616 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.flush_verify_memtable_count: 1 2024-05-06T01:56:02.617 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-05-06T01:56:02.617 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-05-06T01:56:02.617 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.env: 0x5648239bbcc0 2024-05-06T01:56:02.617 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.fs: PosixFileSystem 2024-05-06T01:56:02.617 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.info_log: 0x564825219da0 2024-05-06T01:56:02.618 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.max_file_opening_threads: 16 2024-05-06T01:56:02.618 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.statistics: (nil) 2024-05-06T01:56:02.618 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.use_fsync: 0 2024-05-06T01:56:02.618 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.max_log_file_size: 0 2024-05-06T01:56:02.618 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-05-06T01:56:02.619 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.log_file_time_to_roll: 0 2024-05-06T01:56:02.619 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.keep_log_file_num: 1000 2024-05-06T01:56:02.619 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.recycle_log_file_num: 0 2024-05-06T01:56:02.619 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.allow_fallocate: 1 2024-05-06T01:56:02.619 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.allow_mmap_reads: 0 2024-05-06T01:56:02.619 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.allow_mmap_writes: 0 2024-05-06T01:56:02.620 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.use_direct_reads: 0 2024-05-06T01:56:02.620 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-05-06T01:56:02.620 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.create_missing_column_families: 0 2024-05-06T01:56:02.620 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.db_log_dir: 2024-05-06T01:56:02.620 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.wal_dir: 2024-05-06T01:56:02.620 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.table_cache_numshardbits: 6 2024-05-06T01:56:02.620 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.WAL_ttl_seconds: 0 2024-05-06T01:56:02.620 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.WAL_size_limit_MB: 0 2024-05-06T01:56:02.620 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-05-06T01:56:02.620 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-05-06T01:56:02.620 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.is_fd_close_on_exec: 1 2024-05-06T01:56:02.621 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.advise_random_on_open: 1 2024-05-06T01:56:02.621 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.db_write_buffer_size: 0 2024-05-06T01:56:02.621 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.write_buffer_manager: 0x5648251eb0e0 2024-05-06T01:56:02.621 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-05-06T01:56:02.621 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-05-06T01:56:02.621 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.use_adaptive_mutex: 0 2024-05-06T01:56:02.621 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.rate_limiter: (nil) 2024-05-06T01:56:02.621 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-05-06T01:56:02.621 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.wal_recovery_mode: 2 2024-05-06T01:56:02.621 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.enable_thread_tracking: 0 2024-05-06T01:56:02.621 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.enable_pipelined_write: 0 2024-05-06T01:56:02.621 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.unordered_write: 0 2024-05-06T01:56:02.621 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-05-06T01:56:02.622 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-05-06T01:56:02.622 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-05-06T01:56:02.622 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-05-06T01:56:02.622 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.row_cache: None 2024-05-06T01:56:02.622 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.wal_filter: None 2024-05-06T01:56:02.622 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-05-06T01:56:02.622 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.allow_ingest_behind: 0 2024-05-06T01:56:02.622 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.two_write_queues: 0 2024-05-06T01:56:02.622 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.manual_wal_flush: 0 2024-05-06T01:56:02.622 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.wal_compression: 0 2024-05-06T01:56:02.622 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.atomic_flush: 0 2024-05-06T01:56:02.622 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-05-06T01:56:02.622 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.persist_stats_to_disk: 0 2024-05-06T01:56:02.622 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.write_dbid_to_manifest: 0 2024-05-06T01:56:02.623 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.log_readahead_size: 0 2024-05-06T01:56:02.623 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-05-06T01:56:02.623 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.best_efforts_recovery: 0 2024-05-06T01:56:02.623 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-05-06T01:56:02.623 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-05-06T01:56:02.623 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.allow_data_in_errors: 0 2024-05-06T01:56:02.623 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.db_host_id: __hostname__ 2024-05-06T01:56:02.623 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.enforce_single_del_contracts: true 2024-05-06T01:56:02.623 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.max_background_jobs: 2 2024-05-06T01:56:02.623 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.max_background_compactions: -1 2024-05-06T01:56:02.623 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.max_subcompactions: 1 2024-05-06T01:56:02.624 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-05-06T01:56:02.624 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-05-06T01:56:02.624 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.delayed_write_rate : 16777216 2024-05-06T01:56:02.624 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.max_total_wal_size: 0 2024-05-06T01:56:02.624 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-05-06T01:56:02.624 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.stats_dump_period_sec: 600 2024-05-06T01:56:02.624 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.stats_persist_period_sec: 600 2024-05-06T01:56:02.624 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-05-06T01:56:02.624 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.max_open_files: -1 2024-05-06T01:56:02.625 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.bytes_per_sync: 0 2024-05-06T01:56:02.625 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.wal_bytes_per_sync: 0 2024-05-06T01:56:02.625 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.strict_bytes_per_sync: 0 2024-05-06T01:56:02.625 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.compaction_readahead_size: 0 2024-05-06T01:56:02.625 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.max_background_flushes: -1 2024-05-06T01:56:02.625 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Compression algorithms supported: 2024-05-06T01:56:02.625 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-05-06T01:56:02.625 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: kZSTD supported: 0 2024-05-06T01:56:02.625 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: kXpressCompression supported: 0 2024-05-06T01:56:02.625 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: kLZ4HCCompression supported: 1 2024-05-06T01:56:02.625 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: kZlibCompression supported: 1 2024-05-06T01:56:02.625 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: kSnappyCompression supported: 1 2024-05-06T01:56:02.625 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: kLZ4Compression supported: 1 2024-05-06T01:56:02.625 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: kBZip2Compression supported: 0 2024-05-06T01:56:02.625 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Fast CRC32 supported: Supported on x86 2024-05-06T01:56:02.626 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: DMutex implementation: pthread_mutex_t 2024-05-06T01:56:02.626 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000015 2024-05-06T01:56:02.626 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-05-06T01:56:02.626 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-05-06T01:56:02.626 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.merge_operator: 2024-05-06T01:56:02.626 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.compaction_filter: None 2024-05-06T01:56:02.626 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.compaction_filter_factory: None 2024-05-06T01:56:02.626 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.sst_partitioner_factory: None 2024-05-06T01:56:02.626 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.memtable_factory: SkipListFactory 2024-05-06T01:56:02.626 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.table_factory: BlockBasedTable 2024-05-06T01:56:02.626 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x564825219f60) 2024-05-06T01:56:02.626 INFO:journalctl@ceph.mon.b.smithi177.stdout: cache_index_and_filter_blocks: 1 2024-05-06T01:56:02.627 INFO:journalctl@ceph.mon.b.smithi177.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-05-06T01:56:02.627 INFO:journalctl@ceph.mon.b.smithi177.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-05-06T01:56:02.627 INFO:journalctl@ceph.mon.b.smithi177.stdout: pin_top_level_index_and_filter: 1 2024-05-06T01:56:02.627 INFO:journalctl@ceph.mon.b.smithi177.stdout: index_type: 0 2024-05-06T01:56:02.627 INFO:journalctl@ceph.mon.b.smithi177.stdout: data_block_index_type: 0 2024-05-06T01:56:02.627 INFO:journalctl@ceph.mon.b.smithi177.stdout: index_shortening: 1 2024-05-06T01:56:02.627 INFO:journalctl@ceph.mon.b.smithi177.stdout: data_block_hash_table_util_ratio: 0.750000 2024-05-06T01:56:02.627 INFO:journalctl@ceph.mon.b.smithi177.stdout: checksum: 4 2024-05-06T01:56:02.627 INFO:journalctl@ceph.mon.b.smithi177.stdout: no_block_cache: 0 2024-05-06T01:56:02.627 INFO:journalctl@ceph.mon.b.smithi177.stdout: block_cache: 0x56482521d1f0 2024-05-06T01:56:02.627 INFO:journalctl@ceph.mon.b.smithi177.stdout: block_cache_name: BinnedLRUCache 2024-05-06T01:56:02.627 INFO:journalctl@ceph.mon.b.smithi177.stdout: block_cache_options: 2024-05-06T01:56:02.627 INFO:journalctl@ceph.mon.b.smithi177.stdout: capacity : 536870912 2024-05-06T01:56:02.627 INFO:journalctl@ceph.mon.b.smithi177.stdout: num_shard_bits : 4 2024-05-06T01:56:02.627 INFO:journalctl@ceph.mon.b.smithi177.stdout: strict_capacity_limit : 0 2024-05-06T01:56:02.628 INFO:journalctl@ceph.mon.b.smithi177.stdout: high_pri_pool_ratio: 0.000 2024-05-06T01:56:02.628 INFO:journalctl@ceph.mon.b.smithi177.stdout: block_cache_compressed: (nil) 2024-05-06T01:56:02.628 INFO:journalctl@ceph.mon.b.smithi177.stdout: persistent_cache: (nil) 2024-05-06T01:56:02.628 INFO:journalctl@ceph.mon.b.smithi177.stdout: block_size: 4096 2024-05-06T01:56:02.628 INFO:journalctl@ceph.mon.b.smithi177.stdout: block_size_deviation: 10 2024-05-06T01:56:02.628 INFO:journalctl@ceph.mon.b.smithi177.stdout: block_restart_interval: 16 2024-05-06T01:56:02.628 INFO:journalctl@ceph.mon.b.smithi177.stdout: index_block_restart_interval: 1 2024-05-06T01:56:02.628 INFO:journalctl@ceph.mon.b.smithi177.stdout: metadata_block_size: 4096 2024-05-06T01:56:02.628 INFO:journalctl@ceph.mon.b.smithi177.stdout: partition_filters: 0 2024-05-06T01:56:02.628 INFO:journalctl@ceph.mon.b.smithi177.stdout: use_delta_encoding: 1 2024-05-06T01:56:02.628 INFO:journalctl@ceph.mon.b.smithi177.stdout: filter_policy: bloomfilter 2024-05-06T01:56:02.628 INFO:journalctl@ceph.mon.b.smithi177.stdout: whole_key_filtering: 1 2024-05-06T01:56:02.628 INFO:journalctl@ceph.mon.b.smithi177.stdout: verify_compression: 0 2024-05-06T01:56:02.628 INFO:journalctl@ceph.mon.b.smithi177.stdout: read_amp_bytes_per_bit: 0 2024-05-06T01:56:02.628 INFO:journalctl@ceph.mon.b.smithi177.stdout: format_version: 5 2024-05-06T01:56:02.629 INFO:journalctl@ceph.mon.b.smithi177.stdout: enable_index_compression: 1 2024-05-06T01:56:02.629 INFO:journalctl@ceph.mon.b.smithi177.stdout: block_align: 0 2024-05-06T01:56:02.629 INFO:journalctl@ceph.mon.b.smithi177.stdout: max_auto_readahead_size: 262144 2024-05-06T01:56:02.629 INFO:journalctl@ceph.mon.b.smithi177.stdout: prepopulate_block_cache: 0 2024-05-06T01:56:02.629 INFO:journalctl@ceph.mon.b.smithi177.stdout: initial_auto_readahead_size: 8192 2024-05-06T01:56:02.629 INFO:journalctl@ceph.mon.b.smithi177.stdout: num_file_reads_for_auto_readahead: 2 2024-05-06T01:56:02.629 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.write_buffer_size: 33554432 2024-05-06T01:56:02.629 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.max_write_buffer_number: 2 2024-05-06T01:56:02.629 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.compression: NoCompression 2024-05-06T01:56:02.629 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.bottommost_compression: Disabled 2024-05-06T01:56:02.629 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.prefix_extractor: nullptr 2024-05-06T01:56:02.629 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-05-06T01:56:02.629 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.num_levels: 7 2024-05-06T01:56:02.629 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-05-06T01:56:02.630 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-05-06T01:56:02.630 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-05-06T01:56:02.630 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-05-06T01:56:02.630 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-05-06T01:56:02.630 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-05-06T01:56:02.630 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-05-06T01:56:02.630 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-05-06T01:56:02.630 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-05-06T01:56:02.631 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-05-06T01:56:02.631 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-05-06T01:56:02.631 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-05-06T01:56:02.631 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.compression_opts.window_bits: -14 2024-05-06T01:56:02.631 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.compression_opts.level: 32767 2024-05-06T01:56:02.631 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.compression_opts.strategy: 0 2024-05-06T01:56:02.632 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-05-06T01:56:02.632 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-05-06T01:56:02.632 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-05-06T01:56:02.632 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-05-06T01:56:02.632 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.compression_opts.enabled: false 2024-05-06T01:56:02.632 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-05-06T01:56:02.633 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-05-06T01:56:02.633 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-05-06T01:56:02.633 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-05-06T01:56:02.633 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.target_file_size_base: 67108864 2024-05-06T01:56:02.633 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.target_file_size_multiplier: 1 2024-05-06T01:56:02.633 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-05-06T01:56:02.634 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-05-06T01:56:02.634 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-05-06T01:56:02.634 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-05-06T01:56:02.634 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-05-06T01:56:02.634 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-05-06T01:56:02.634 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-05-06T01:56:02.635 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-05-06T01:56:02.635 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-05-06T01:56:02.635 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-05-06T01:56:02.635 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-05-06T01:56:02.635 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-05-06T01:56:02.636 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-05-06T01:56:02.636 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.arena_block_size: 1048576 2024-05-06T01:56:02.636 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-05-06T01:56:02.636 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-05-06T01:56:02.636 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.disable_auto_compactions: 0 2024-05-06T01:56:02.636 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-05-06T01:56:02.637 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-05-06T01:56:02.637 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-05-06T01:56:02.637 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-05-06T01:56:02.637 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-05-06T01:56:02.637 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-05-06T01:56:02.637 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-05-06T01:56:02.638 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-05-06T01:56:02.638 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-05-06T01:56:02.638 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-05-06T01:56:02.638 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-05-06T01:56:02.638 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.inplace_update_support: 0 2024-05-06T01:56:02.638 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.inplace_update_num_locks: 10000 2024-05-06T01:56:02.639 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-05-06T01:56:02.639 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-05-06T01:56:02.639 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.memtable_huge_page_size: 0 2024-05-06T01:56:02.639 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.bloom_locality: 0 2024-05-06T01:56:02.639 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.max_successive_merges: 0 2024-05-06T01:56:02.639 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.optimize_filters_for_hits: 0 2024-05-06T01:56:02.640 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.paranoid_file_checks: 0 2024-05-06T01:56:02.640 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.force_consistency_checks: 1 2024-05-06T01:56:02.640 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.report_bg_io_stats: 0 2024-05-06T01:56:02.640 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.ttl: 2592000 2024-05-06T01:56:02.640 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.periodic_compaction_seconds: 0 2024-05-06T01:56:02.640 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-05-06T01:56:02.640 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-05-06T01:56:02.640 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.enable_blob_files: false 2024-05-06T01:56:02.640 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.min_blob_size: 0 2024-05-06T01:56:02.641 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.blob_file_size: 268435456 2024-05-06T01:56:02.641 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.blob_compression_type: NoCompression 2024-05-06T01:56:02.641 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.enable_blob_garbage_collection: false 2024-05-06T01:56:02.641 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-05-06T01:56:02.641 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-05-06T01:56:02.641 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-05-06T01:56:02.641 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.blob_file_starting_level: 0 2024-05-06T01:56:02.641 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-05-06T01:56:02.641 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: 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 4289, log_number is 10,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 10 2024-05-06T01:56:02.641 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 10 2024-05-06T01:56:02.642 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 948a607c-2a9a-42b0-829b-d9ae0442ccd0 2024-05-06T01:56:02.642 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: EVENT_LOG_v1 {"time_micros": 1714960562339360, "job": 1, "event": "recovery_started", "wal_files": [14]} 2024-05-06T01:56:02.642 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #14 mode 2 2024-05-06T01:56:02.642 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: EVENT_LOG_v1 {"time_micros": 1714960562341296, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 18, "file_size": 170865, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 4301, "largest_seqno": 4493, "table_properties": {"data_size": 168912, "index_size": 595, "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": 2855, "raw_average_key_size": 25, "raw_value_size": 166488, "raw_average_value_size": 1499, "num_data_blocks": 27, "num_entries": 111, "num_filter_entries": 111, "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": 1714960562, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "948a607c-2a9a-42b0-829b-d9ae0442ccd0", "db_session_id": "LKXSAKGQFOCF75OQRQ8R", "orig_file_number": 18, "seqno_to_time_mapping": "N/A"}} 2024-05-06T01:56:02.642 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: EVENT_LOG_v1 {"time_micros": 1714960562341416, "job": 1, "event": "recovery_finished"} 2024-05-06T01:56:02.642 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: [db/version_set.cc:5047] Creating manifest 20 2024-05-06T01:56:02.642 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: 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-05-06T01:56:02.642 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x56482533a000 2024-05-06T01:56:02.642 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: DB pointer 0x564825326000 2024-05-06T01:56:02.643 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-05-06T01:56:02.643 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-05-06T01:56:02.643 INFO:journalctl@ceph.mon.b.smithi177.stdout: ** DB Stats ** 2024-05-06T01:56:02.643 INFO:journalctl@ceph.mon.b.smithi177.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-05-06T01:56:02.643 INFO:journalctl@ceph.mon.b.smithi177.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-05-06T01:56:02.643 INFO:journalctl@ceph.mon.b.smithi177.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-06T01:56:02.643 INFO:journalctl@ceph.mon.b.smithi177.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-06T01:56:02.643 INFO:journalctl@ceph.mon.b.smithi177.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-05-06T01:56:02.643 INFO:journalctl@ceph.mon.b.smithi177.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-06T01:56:02.643 INFO:journalctl@ceph.mon.b.smithi177.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-06T01:56:02.643 INFO:journalctl@ceph.mon.b.smithi177.stdout: 2024-05-06T01:56:02.643 INFO:journalctl@ceph.mon.b.smithi177.stdout: ** Compaction Stats [default] ** 2024-05-06T01:56:02.643 INFO:journalctl@ceph.mon.b.smithi177.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-05-06T01:56:02.643 INFO:journalctl@ceph.mon.b.smithi177.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-05-06T01:56:02.644 INFO:journalctl@ceph.mon.b.smithi177.stdout: L0 3/0 4.18 MB 0.8 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 142.3 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-06T01:56:02.644 INFO:journalctl@ceph.mon.b.smithi177.stdout: Sum 3/0 4.18 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 142.3 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-06T01:56:02.644 INFO:journalctl@ceph.mon.b.smithi177.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 142.3 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-06T01:56:02.644 INFO:journalctl@ceph.mon.b.smithi177.stdout: 2024-05-06T01:56:02.644 INFO:journalctl@ceph.mon.b.smithi177.stdout: ** Compaction Stats [default] ** 2024-05-06T01:56:02.644 INFO:journalctl@ceph.mon.b.smithi177.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-05-06T01:56:02.644 INFO:journalctl@ceph.mon.b.smithi177.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-05-06T01:56:02.644 INFO:journalctl@ceph.mon.b.smithi177.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 142.3 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-06T01:56:02.644 INFO:journalctl@ceph.mon.b.smithi177.stdout: 2024-05-06T01:56:02.644 INFO:journalctl@ceph.mon.b.smithi177.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-05-06T01:56:02.644 INFO:journalctl@ceph.mon.b.smithi177.stdout: 2024-05-06T01:56:02.644 INFO:journalctl@ceph.mon.b.smithi177.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-05-06T01:56:02.644 INFO:journalctl@ceph.mon.b.smithi177.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-05-06T01:56:02.644 INFO:journalctl@ceph.mon.b.smithi177.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-05-06T01:56:02.644 INFO:journalctl@ceph.mon.b.smithi177.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-05-06T01:56:02.645 INFO:journalctl@ceph.mon.b.smithi177.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-05-06T01:56:02.645 INFO:journalctl@ceph.mon.b.smithi177.stdout: AddFile(Keys): cumulative 0, interval 0 2024-05-06T01:56:02.645 INFO:journalctl@ceph.mon.b.smithi177.stdout: Cumulative compaction: 0.00 GB write, 34.50 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-06T01:56:02.645 INFO:journalctl@ceph.mon.b.smithi177.stdout: Interval compaction: 0.00 GB write, 34.50 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-06T01:56:02.645 INFO:journalctl@ceph.mon.b.smithi177.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-05-06T01:56:02.645 INFO:journalctl@ceph.mon.b.smithi177.stdout: Block cache BinnedLRUCache@0x56482521d1f0#7 capacity: 512.00 MB usage: 16.41 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1e-05 secs_since: 0 2024-05-06T01:56:02.645 INFO:journalctl@ceph.mon.b.smithi177.stdout: Block cache entry stats(count,size,portion): FilterBlock(3,5.52 KB,0.00105202%) IndexBlock(3,10.89 KB,0.00207722%) Misc(1,0.00 KB,0%) 2024-05-06T01:56:02.645 INFO:journalctl@ceph.mon.b.smithi177.stdout: 2024-05-06T01:56:02.645 INFO:journalctl@ceph.mon.b.smithi177.stdout: ** File Read Latency Histogram By Level [default] ** 2024-05-06T01:56:02.645 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: CompressorRegistry(0x5648252b5488) _refresh_config ms_osd_compression_mode 0 ms_osd_compression_methods [1] ms_osd_compress_above_min_size 1024 ms_compress_secure 0 2024-05-06T01:56:02.645 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: Event(0x5648251fc748 nevent=5000 time_id=1).set_owner center_id=0 owner=139893054068480 2024-05-06T01:56:02.645 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: stack operator() starting 2024-05-06T01:56:02.645 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: Event(0x5648251fc988 nevent=5000 time_id=1).set_owner center_id=1 owner=139893062461184 2024-05-06T01:56:02.645 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: Event(0x5648251fd4c8 nevent=5000 time_id=1).set_owner center_id=2 owner=139893154780928 2024-05-06T01:56:02.645 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: stack operator() starting 2024-05-06T01:56:02.645 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: stack operator() starting 2024-05-06T01:56:02.646 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: starting mon.b rank 1 at public addrs [v2:172.21.15.177:3300/0,v1:172.21.15.177:6789/0] at bind addrs [v2:172.21.15.177:3300/0,v1:172.21.15.177:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid fe81839c-0b4a-11ef-bc97-c7b262605968 2024-05-06T01:56:02.646 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: CompressorRegistry(0x5648252b4b88) _refresh_config ms_osd_compression_mode 0 ms_osd_compression_methods [1] ms_osd_compress_above_min_size 1024 ms_compress_secure 0 2024-05-06T01:56:02.646 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: mon.b@-1(???) e2 preinit fsid fe81839c-0b4a-11ef-bc97-c7b262605968 2024-05-06T01:56:02.646 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: mon.b@-1(???).mds e1 new map 2024-05-06T01:56:02.646 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: mon.b@-1(???).mds e1 print_map 2024-05-06T01:56:02.646 INFO:journalctl@ceph.mon.b.smithi177.stdout: e1 2024-05-06T01:56:02.646 INFO:journalctl@ceph.mon.b.smithi177.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-05-06T01:56:02.646 INFO:journalctl@ceph.mon.b.smithi177.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2024-05-06T01:56:02.646 INFO:journalctl@ceph.mon.b.smithi177.stdout: legacy client fscid: -1 2024-05-06T01:56:02.646 INFO:journalctl@ceph.mon.b.smithi177.stdout: 2024-05-06T01:56:02.646 INFO:journalctl@ceph.mon.b.smithi177.stdout: No filesystems configured 2024-05-06T01:56:02.646 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: mon.b@-1(???).osd e14 crush map has features 3314932999778484224, adjusting msgr requires 2024-05-06T01:56:02.646 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: mon.b@-1(???).osd e14 crush map has features 288514050185494528, adjusting msgr requires 2024-05-06T01:56:02.646 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: mon.b@-1(???).osd e14 crush map has features 288514050185494528, adjusting msgr requires 2024-05-06T01:56:02.647 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: mon.b@-1(???).osd e14 crush map has features 288514050185494528, adjusting msgr requires 2024-05-06T01:56:02.647 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: mon.b@-1(???).paxosservice(auth 1..11) refresh upgraded, format 0 -> 3 2024-05-06T01:56:02.647 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 bash[41076]: 41a95ec9cc652fcd9e71bc67c20527c51571dc1cb319f1bec11d563c2b4884a0 2024-05-06T01:56:02.647 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 systemd[1]: Started Ceph mon.b for fe81839c-0b4a-11ef-bc97-c7b262605968. 2024-05-06T01:56:02.867 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T01:56:02.868 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:02 smithi177 ceph-mon[41128]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T01:56:03.099 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:02 smithi055 ceph-mon[51570]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T01:56:03.099 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:02 smithi055 ceph-mon[51570]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T01:56:03.909 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:03 smithi055 ceph-mon[51570]: pgmap v114: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:56:03.909 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:03 smithi055 ceph-mon[51570]: mon.b calling monitor election 2024-05-06T01:56:03.909 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:03 smithi055 ceph-mon[51570]: mon.a calling monitor election 2024-05-06T01:56:03.909 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:03 smithi055 ceph-mon[51570]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-05-06T01:56:03.909 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:03 smithi055 ceph-mon[51570]: monmap epoch 2 2024-05-06T01:56:03.910 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:03 smithi055 ceph-mon[51570]: fsid fe81839c-0b4a-11ef-bc97-c7b262605968 2024-05-06T01:56:03.910 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:03 smithi055 ceph-mon[51570]: last_changed 2024-05-06T01:53:12.722211+0000 2024-05-06T01:56:03.910 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:03 smithi055 ceph-mon[51570]: created 2024-05-06T01:51:25.844394+0000 2024-05-06T01:56:03.910 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:03 smithi055 ceph-mon[51570]: min_mon_release 19 (squid) 2024-05-06T01:56:03.910 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:03 smithi055 ceph-mon[51570]: election_strategy: 1 2024-05-06T01:56:03.910 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:03 smithi055 ceph-mon[51570]: 0: [v2:172.21.15.55:3300/0,v1:172.21.15.55:6789/0] mon.a 2024-05-06T01:56:03.910 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:03 smithi055 ceph-mon[51570]: 1: [v2:172.21.15.177:3300/0,v1:172.21.15.177:6789/0] mon.b 2024-05-06T01:56:03.910 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:03 smithi055 ceph-mon[51570]: fsmap 2024-05-06T01:56:03.910 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:03 smithi055 ceph-mon[51570]: osdmap e14: 2 total, 2 up, 2 in 2024-05-06T01:56:03.910 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:03 smithi055 ceph-mon[51570]: mgrmap e14: a(active, since 3m), standbys: b 2024-05-06T01:56:03.910 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:03 smithi055 ceph-mon[51570]: overall HEALTH_OK 2024-05-06T01:56:03.910 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:03 smithi055 ceph-mon[51570]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:56:03.910 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:03 smithi055 ceph-mon[51570]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:56:03.910 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:03 smithi055 ceph-mon[51570]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T01:56:03.911 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:03 smithi055 ceph-mon[51570]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T01:56:03.911 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:03 smithi055 ceph-mon[51570]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T01:56:03.911 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:03 smithi055 ceph-mon[51570]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:56:03.911 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:03 smithi055 ceph-mon[51570]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T01:56:03.911 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:03 smithi055 ceph-mon[51570]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T01:56:03.911 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:03 smithi055 ceph-mon[51570]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T01:56:03.924 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:03 smithi177 ceph-mon[41128]: pgmap v114: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:56:03.924 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:03 smithi177 ceph-mon[41128]: mon.b calling monitor election 2024-05-06T01:56:03.924 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:03 smithi177 ceph-mon[41128]: mon.a calling monitor election 2024-05-06T01:56:03.925 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:03 smithi177 ceph-mon[41128]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-05-06T01:56:03.925 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:03 smithi177 ceph-mon[41128]: monmap epoch 2 2024-05-06T01:56:03.925 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:03 smithi177 ceph-mon[41128]: fsid fe81839c-0b4a-11ef-bc97-c7b262605968 2024-05-06T01:56:03.925 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:03 smithi177 ceph-mon[41128]: last_changed 2024-05-06T01:53:12.722211+0000 2024-05-06T01:56:03.925 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:03 smithi177 ceph-mon[41128]: created 2024-05-06T01:51:25.844394+0000 2024-05-06T01:56:03.925 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:03 smithi177 ceph-mon[41128]: min_mon_release 19 (squid) 2024-05-06T01:56:03.925 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:03 smithi177 ceph-mon[41128]: election_strategy: 1 2024-05-06T01:56:03.925 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:03 smithi177 ceph-mon[41128]: 0: [v2:172.21.15.55:3300/0,v1:172.21.15.55:6789/0] mon.a 2024-05-06T01:56:03.925 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:03 smithi177 ceph-mon[41128]: 1: [v2:172.21.15.177:3300/0,v1:172.21.15.177:6789/0] mon.b 2024-05-06T01:56:03.925 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:03 smithi177 ceph-mon[41128]: fsmap 2024-05-06T01:56:03.925 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:03 smithi177 ceph-mon[41128]: osdmap e14: 2 total, 2 up, 2 in 2024-05-06T01:56:03.925 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:03 smithi177 ceph-mon[41128]: mgrmap e14: a(active, since 3m), standbys: b 2024-05-06T01:56:03.926 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:03 smithi177 ceph-mon[41128]: overall HEALTH_OK 2024-05-06T01:56:03.926 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:03 smithi177 ceph-mon[41128]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:56:03.926 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:03 smithi177 ceph-mon[41128]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:56:03.926 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:03 smithi177 ceph-mon[41128]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T01:56:03.926 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:03 smithi177 ceph-mon[41128]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T01:56:03.926 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:03 smithi177 ceph-mon[41128]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T01:56:03.926 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:03 smithi177 ceph-mon[41128]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' 2024-05-06T01:56:03.926 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:03 smithi177 ceph-mon[41128]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T01:56:03.926 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:03 smithi177 ceph-mon[41128]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T01:56:03.926 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:03 smithi177 ceph-mon[41128]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T01:56:04.955 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:04 smithi055 ceph-mon[51570]: Redeploying mon.a, (entrypoint args changed) . . . 2024-05-06T01:56:04.955 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:04 smithi055 ceph-mon[51570]: Deploying daemon mon.a on smithi055 2024-05-06T01:56:05.264 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:04 smithi055 systemd[1]: Stopping Ceph mon.a for fe81839c-0b4a-11ef-bc97-c7b262605968... 2024-05-06T01:56:05.272 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:04 smithi177 ceph-mon[41128]: Redeploying mon.a, (entrypoint args changed) . . . 2024-05-06T01:56:05.273 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:04 smithi177 ceph-mon[41128]: Deploying daemon mon.a on smithi055 2024-05-06T01:56:05.971 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:05 smithi055 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mon-a[51547]: 2024-05-06T01:56:05.666+0000 7fc35ee1a700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-05-06T01:56:05.972 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:05 smithi055 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mon-a[51547]: 2024-05-06T01:56:05.666+0000 7fc35ee1a700 -1 mon.a@0(leader) e2 *** Got Signal Terminated *** 2024-05-06T01:56:06.349 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:05 smithi055 podman[52008]: 2024-05-06 01:56:05.975464862 +0000 UTC m=+0.426503795 container died 71f110101e7e915135e7c0b2eae51d6051ae387818bed0179b6313ecf418bca9 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mon-a, io.buildah.version=1.33.5, GIT_CLEAN=True, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240430, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, ceph=True, org.label-schema.license=GPLv2, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS) 2024-05-06T01:56:06.605 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:06 smithi055 podman[52008]: 2024-05-06 01:56:06.424101339 +0000 UTC m=+0.875140265 container cleanup 71f110101e7e915135e7c0b2eae51d6051ae387818bed0179b6313ecf418bca9 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mon-a, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, org.label-schema.build-date=20240430, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5) 2024-05-06T01:56:06.605 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:06 smithi055 bash[52008]: ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mon-a 2024-05-06T01:56:07.099 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:06 smithi055 podman[52076]: 2024-05-06 01:56:06.608994373 +0000 UTC m=+0.688908332 container remove 71f110101e7e915135e7c0b2eae51d6051ae387818bed0179b6313ecf418bca9 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mon-a, io.buildah.version=1.33.5, GIT_CLEAN=True, org.label-schema.build-date=20240430, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.vendor=CentOS, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf) 2024-05-06T01:56:07.849 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:07 smithi055 systemd[1]: ceph-fe81839c-0b4a-11ef-bc97-c7b262605968@mon.a.service: Deactivated successfully. 2024-05-06T01:56:07.849 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:07 smithi055 systemd[1]: Stopped Ceph mon.a for fe81839c-0b4a-11ef-bc97-c7b262605968. 2024-05-06T01:56:07.849 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:07 smithi055 systemd[1]: ceph-fe81839c-0b4a-11ef-bc97-c7b262605968@mon.a.service: Consumed 1.143s CPU time. 2024-05-06T01:56:07.849 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:07 smithi055 systemd[1]: Starting Ceph mon.a for fe81839c-0b4a-11ef-bc97-c7b262605968... 2024-05-06T01:56:08.167 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:07 smithi055 podman[52342]: 2024-05-06 01:56:07.812789799 +0000 UTC m=+0.019282483 image pull 9f32bee02a8590592410ec0c77c02d76af1e98ec0f409b9b383ddc49778de711 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a 2024-05-06T01:56:08.167 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:07 smithi055 podman[52342]: 2024-05-06 01:56:07.938789801 +0000 UTC m=+0.145282473 container create 3c8c2fcbf6d4bf240a8bac29eeaa8ab84799a2d359487e8f773b22ba47c841c1 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mon-a, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.build-date=20240430, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, ceph=True, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=) 2024-05-06T01:56:08.167 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 podman[52342]: 2024-05-06 01:56:08.141174477 +0000 UTC m=+0.347667150 container init 3c8c2fcbf6d4bf240a8bac29eeaa8ab84799a2d359487e8f773b22ba47c841c1 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mon-a, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, ceph=True, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240430, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, org.label-schema.schema-version=1.0) 2024-05-06T01:56:08.167 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 podman[52342]: 2024-05-06 01:56:08.146741839 +0000 UTC m=+0.353234512 container start 3c8c2fcbf6d4bf240a8bac29eeaa8ab84799a2d359487e8f773b22ba47c841c1 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mon-a, org.label-schema.build-date=20240430, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, ceph=True, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, CEPH_POINT_RELEASE=, io.buildah.version=1.33.5, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, org.label-schema.vendor=CentOS) 2024-05-06T01:56:08.476 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: set uid:gid to 167:167 (ceph:ceph) 2024-05-06T01:56:08.476 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: ceph version 19.0.0-3516-ge08cbbf6 (e08cbbf6fd79a8dd2949f340bce25e28ea3db004) squid (dev), process ceph-mon, pid 7 2024-05-06T01:56:08.476 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: pidfile_write: ignore empty --pid-file 2024-05-06T01:56:08.476 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: load: jerasure load: lrc 2024-05-06T01:56:08.476 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: RocksDB version: 7.9.2 2024-05-06T01:56:08.476 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Git sha 0 2024-05-06T01:56:08.476 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Compile date 2024-05-03 20:59:59 2024-05-06T01:56:08.476 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: DB SUMMARY 2024-05-06T01:56:08.476 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: DB Session ID: S5LHLQADO8N78D6DGS56 2024-05-06T01:56:08.476 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: CURRENT file: CURRENT 2024-05-06T01:56:08.477 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: IDENTITY file: IDENTITY 2024-05-06T01:56:08.477 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: MANIFEST file: MANIFEST-000025 size: 581 Bytes 2024-05-06T01:56:08.477 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000028.sst 2024-05-06T01:56:08.477 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000024.log size: 176054 ; 2024-05-06T01:56:08.477 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.error_if_exists: 0 2024-05-06T01:56:08.477 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.create_if_missing: 0 2024-05-06T01:56:08.477 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.paranoid_checks: 1 2024-05-06T01:56:08.477 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.flush_verify_memtable_count: 1 2024-05-06T01:56:08.477 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-05-06T01:56:08.477 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-05-06T01:56:08.477 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.env: 0x56197f30ccc0 2024-05-06T01:56:08.477 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.fs: PosixFileSystem 2024-05-06T01:56:08.477 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.info_log: 0x5619815ddda0 2024-05-06T01:56:08.477 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.max_file_opening_threads: 16 2024-05-06T01:56:08.478 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.statistics: (nil) 2024-05-06T01:56:08.478 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.use_fsync: 0 2024-05-06T01:56:08.478 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.max_log_file_size: 0 2024-05-06T01:56:08.478 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-05-06T01:56:08.478 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.log_file_time_to_roll: 0 2024-05-06T01:56:08.478 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.keep_log_file_num: 1000 2024-05-06T01:56:08.478 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.recycle_log_file_num: 0 2024-05-06T01:56:08.478 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.allow_fallocate: 1 2024-05-06T01:56:08.478 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.allow_mmap_reads: 0 2024-05-06T01:56:08.478 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.allow_mmap_writes: 0 2024-05-06T01:56:08.478 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.use_direct_reads: 0 2024-05-06T01:56:08.478 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-05-06T01:56:08.478 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.create_missing_column_families: 0 2024-05-06T01:56:08.478 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.db_log_dir: 2024-05-06T01:56:08.479 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.wal_dir: 2024-05-06T01:56:08.479 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.table_cache_numshardbits: 6 2024-05-06T01:56:08.480 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.WAL_ttl_seconds: 0 2024-05-06T01:56:08.480 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.WAL_size_limit_MB: 0 2024-05-06T01:56:08.480 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-05-06T01:56:08.480 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-05-06T01:56:08.480 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.is_fd_close_on_exec: 1 2024-05-06T01:56:08.480 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.advise_random_on_open: 1 2024-05-06T01:56:08.480 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.db_write_buffer_size: 0 2024-05-06T01:56:08.480 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.write_buffer_manager: 0x5619815af0e0 2024-05-06T01:56:08.480 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-05-06T01:56:08.481 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-05-06T01:56:08.481 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.use_adaptive_mutex: 0 2024-05-06T01:56:08.481 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.rate_limiter: (nil) 2024-05-06T01:56:08.481 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-05-06T01:56:08.481 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.wal_recovery_mode: 2 2024-05-06T01:56:08.481 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.enable_thread_tracking: 0 2024-05-06T01:56:08.481 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.enable_pipelined_write: 0 2024-05-06T01:56:08.481 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.unordered_write: 0 2024-05-06T01:56:08.481 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-05-06T01:56:08.481 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-05-06T01:56:08.481 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-05-06T01:56:08.481 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-05-06T01:56:08.481 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.row_cache: None 2024-05-06T01:56:08.481 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.wal_filter: None 2024-05-06T01:56:08.481 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-05-06T01:56:08.482 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.allow_ingest_behind: 0 2024-05-06T01:56:08.482 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.two_write_queues: 0 2024-05-06T01:56:08.482 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.manual_wal_flush: 0 2024-05-06T01:56:08.482 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.wal_compression: 0 2024-05-06T01:56:08.482 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.atomic_flush: 0 2024-05-06T01:56:08.482 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-05-06T01:56:08.482 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.persist_stats_to_disk: 0 2024-05-06T01:56:08.482 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.write_dbid_to_manifest: 0 2024-05-06T01:56:08.482 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.log_readahead_size: 0 2024-05-06T01:56:08.482 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-05-06T01:56:08.482 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.best_efforts_recovery: 0 2024-05-06T01:56:08.482 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-05-06T01:56:08.482 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-05-06T01:56:08.483 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.allow_data_in_errors: 0 2024-05-06T01:56:08.483 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.db_host_id: __hostname__ 2024-05-06T01:56:08.483 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.enforce_single_del_contracts: true 2024-05-06T01:56:08.483 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.max_background_jobs: 2 2024-05-06T01:56:08.483 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.max_background_compactions: -1 2024-05-06T01:56:08.483 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.max_subcompactions: 1 2024-05-06T01:56:08.483 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-05-06T01:56:08.483 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-05-06T01:56:08.483 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.delayed_write_rate : 16777216 2024-05-06T01:56:08.483 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.max_total_wal_size: 0 2024-05-06T01:56:08.483 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-05-06T01:56:08.483 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.stats_dump_period_sec: 600 2024-05-06T01:56:08.483 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.stats_persist_period_sec: 600 2024-05-06T01:56:08.483 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-05-06T01:56:08.483 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.max_open_files: -1 2024-05-06T01:56:08.484 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.bytes_per_sync: 0 2024-05-06T01:56:08.484 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.wal_bytes_per_sync: 0 2024-05-06T01:56:08.484 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.strict_bytes_per_sync: 0 2024-05-06T01:56:08.484 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.compaction_readahead_size: 0 2024-05-06T01:56:08.484 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.max_background_flushes: -1 2024-05-06T01:56:08.484 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Compression algorithms supported: 2024-05-06T01:56:08.484 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-05-06T01:56:08.484 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: kZSTD supported: 0 2024-05-06T01:56:08.484 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: kXpressCompression supported: 0 2024-05-06T01:56:08.484 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: kLZ4HCCompression supported: 1 2024-05-06T01:56:08.484 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: kZlibCompression supported: 1 2024-05-06T01:56:08.484 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: kSnappyCompression supported: 1 2024-05-06T01:56:08.484 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: kLZ4Compression supported: 1 2024-05-06T01:56:08.485 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: kBZip2Compression supported: 0 2024-05-06T01:56:08.485 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Fast CRC32 supported: Supported on x86 2024-05-06T01:56:08.485 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: DMutex implementation: pthread_mutex_t 2024-05-06T01:56:08.485 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000025 2024-05-06T01:56:08.485 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-05-06T01:56:08.485 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-05-06T01:56:08.485 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.merge_operator: 2024-05-06T01:56:08.485 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.compaction_filter: None 2024-05-06T01:56:08.485 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.compaction_filter_factory: None 2024-05-06T01:56:08.485 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.sst_partitioner_factory: None 2024-05-06T01:56:08.485 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.memtable_factory: SkipListFactory 2024-05-06T01:56:08.485 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.table_factory: BlockBasedTable 2024-05-06T01:56:08.485 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5619815ddf60) 2024-05-06T01:56:08.485 INFO:journalctl@ceph.mon.a.smithi055.stdout: cache_index_and_filter_blocks: 1 2024-05-06T01:56:08.485 INFO:journalctl@ceph.mon.a.smithi055.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-05-06T01:56:08.486 INFO:journalctl@ceph.mon.a.smithi055.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-05-06T01:56:08.486 INFO:journalctl@ceph.mon.a.smithi055.stdout: pin_top_level_index_and_filter: 1 2024-05-06T01:56:08.486 INFO:journalctl@ceph.mon.a.smithi055.stdout: index_type: 0 2024-05-06T01:56:08.486 INFO:journalctl@ceph.mon.a.smithi055.stdout: data_block_index_type: 0 2024-05-06T01:56:08.486 INFO:journalctl@ceph.mon.a.smithi055.stdout: index_shortening: 1 2024-05-06T01:56:08.486 INFO:journalctl@ceph.mon.a.smithi055.stdout: data_block_hash_table_util_ratio: 0.750000 2024-05-06T01:56:08.486 INFO:journalctl@ceph.mon.a.smithi055.stdout: checksum: 4 2024-05-06T01:56:08.486 INFO:journalctl@ceph.mon.a.smithi055.stdout: no_block_cache: 0 2024-05-06T01:56:08.486 INFO:journalctl@ceph.mon.a.smithi055.stdout: block_cache: 0x5619815e11f0 2024-05-06T01:56:08.486 INFO:journalctl@ceph.mon.a.smithi055.stdout: block_cache_name: BinnedLRUCache 2024-05-06T01:56:08.486 INFO:journalctl@ceph.mon.a.smithi055.stdout: block_cache_options: 2024-05-06T01:56:08.486 INFO:journalctl@ceph.mon.a.smithi055.stdout: capacity : 536870912 2024-05-06T01:56:08.486 INFO:journalctl@ceph.mon.a.smithi055.stdout: num_shard_bits : 4 2024-05-06T01:56:08.487 INFO:journalctl@ceph.mon.a.smithi055.stdout: strict_capacity_limit : 0 2024-05-06T01:56:08.487 INFO:journalctl@ceph.mon.a.smithi055.stdout: high_pri_pool_ratio: 0.000 2024-05-06T01:56:08.487 INFO:journalctl@ceph.mon.a.smithi055.stdout: block_cache_compressed: (nil) 2024-05-06T01:56:08.487 INFO:journalctl@ceph.mon.a.smithi055.stdout: persistent_cache: (nil) 2024-05-06T01:56:08.487 INFO:journalctl@ceph.mon.a.smithi055.stdout: block_size: 4096 2024-05-06T01:56:08.487 INFO:journalctl@ceph.mon.a.smithi055.stdout: block_size_deviation: 10 2024-05-06T01:56:08.487 INFO:journalctl@ceph.mon.a.smithi055.stdout: block_restart_interval: 16 2024-05-06T01:56:08.487 INFO:journalctl@ceph.mon.a.smithi055.stdout: index_block_restart_interval: 1 2024-05-06T01:56:08.487 INFO:journalctl@ceph.mon.a.smithi055.stdout: metadata_block_size: 4096 2024-05-06T01:56:08.487 INFO:journalctl@ceph.mon.a.smithi055.stdout: partition_filters: 0 2024-05-06T01:56:08.487 INFO:journalctl@ceph.mon.a.smithi055.stdout: use_delta_encoding: 1 2024-05-06T01:56:08.487 INFO:journalctl@ceph.mon.a.smithi055.stdout: filter_policy: bloomfilter 2024-05-06T01:56:08.487 INFO:journalctl@ceph.mon.a.smithi055.stdout: whole_key_filtering: 1 2024-05-06T01:56:08.487 INFO:journalctl@ceph.mon.a.smithi055.stdout: verify_compression: 0 2024-05-06T01:56:08.488 INFO:journalctl@ceph.mon.a.smithi055.stdout: read_amp_bytes_per_bit: 0 2024-05-06T01:56:08.488 INFO:journalctl@ceph.mon.a.smithi055.stdout: format_version: 5 2024-05-06T01:56:08.488 INFO:journalctl@ceph.mon.a.smithi055.stdout: enable_index_compression: 1 2024-05-06T01:56:08.488 INFO:journalctl@ceph.mon.a.smithi055.stdout: block_align: 0 2024-05-06T01:56:08.488 INFO:journalctl@ceph.mon.a.smithi055.stdout: max_auto_readahead_size: 262144 2024-05-06T01:56:08.488 INFO:journalctl@ceph.mon.a.smithi055.stdout: prepopulate_block_cache: 0 2024-05-06T01:56:08.488 INFO:journalctl@ceph.mon.a.smithi055.stdout: initial_auto_readahead_size: 8192 2024-05-06T01:56:08.488 INFO:journalctl@ceph.mon.a.smithi055.stdout: num_file_reads_for_auto_readahead: 2 2024-05-06T01:56:08.488 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.write_buffer_size: 33554432 2024-05-06T01:56:08.488 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.max_write_buffer_number: 2 2024-05-06T01:56:08.488 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.compression: NoCompression 2024-05-06T01:56:08.488 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.bottommost_compression: Disabled 2024-05-06T01:56:08.488 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.prefix_extractor: nullptr 2024-05-06T01:56:08.488 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-05-06T01:56:08.488 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.num_levels: 7 2024-05-06T01:56:08.489 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-05-06T01:56:08.489 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-05-06T01:56:08.489 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-05-06T01:56:08.489 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-05-06T01:56:08.489 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-05-06T01:56:08.489 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-05-06T01:56:08.489 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-05-06T01:56:08.489 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-05-06T01:56:08.489 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-05-06T01:56:08.489 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-05-06T01:56:08.489 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-05-06T01:56:08.489 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-05-06T01:56:08.489 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.compression_opts.window_bits: -14 2024-05-06T01:56:08.489 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.compression_opts.level: 32767 2024-05-06T01:56:08.489 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.compression_opts.strategy: 0 2024-05-06T01:56:08.490 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-05-06T01:56:08.490 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-05-06T01:56:08.490 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-05-06T01:56:08.490 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-05-06T01:56:08.490 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.compression_opts.enabled: false 2024-05-06T01:56:08.490 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-05-06T01:56:08.490 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-05-06T01:56:08.490 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-05-06T01:56:08.490 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-05-06T01:56:08.490 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.target_file_size_base: 67108864 2024-05-06T01:56:08.490 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.target_file_size_multiplier: 1 2024-05-06T01:56:08.490 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-05-06T01:56:08.490 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-05-06T01:56:08.490 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-05-06T01:56:08.491 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-05-06T01:56:08.491 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-05-06T01:56:08.491 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-05-06T01:56:08.491 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-05-06T01:56:08.491 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-05-06T01:56:08.491 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-05-06T01:56:08.491 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-05-06T01:56:08.491 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-05-06T01:56:08.491 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-05-06T01:56:08.491 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-05-06T01:56:08.491 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.arena_block_size: 1048576 2024-05-06T01:56:08.491 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-05-06T01:56:08.491 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-05-06T01:56:08.491 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.disable_auto_compactions: 0 2024-05-06T01:56:08.491 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-05-06T01:56:08.492 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-05-06T01:56:08.492 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-05-06T01:56:08.492 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-05-06T01:56:08.492 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-05-06T01:56:08.492 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-05-06T01:56:08.492 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-05-06T01:56:08.492 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-05-06T01:56:08.492 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-05-06T01:56:08.492 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-05-06T01:56:08.492 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-05-06T01:56:08.492 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.inplace_update_support: 0 2024-05-06T01:56:08.492 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.inplace_update_num_locks: 10000 2024-05-06T01:56:08.492 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-05-06T01:56:08.492 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-05-06T01:56:08.493 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.memtable_huge_page_size: 0 2024-05-06T01:56:08.493 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.bloom_locality: 0 2024-05-06T01:56:08.493 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.max_successive_merges: 0 2024-05-06T01:56:08.493 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.optimize_filters_for_hits: 0 2024-05-06T01:56:08.493 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.paranoid_file_checks: 0 2024-05-06T01:56:08.493 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.force_consistency_checks: 1 2024-05-06T01:56:08.493 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.report_bg_io_stats: 0 2024-05-06T01:56:08.493 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.ttl: 2592000 2024-05-06T01:56:08.493 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.periodic_compaction_seconds: 0 2024-05-06T01:56:08.493 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-05-06T01:56:08.493 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-05-06T01:56:08.493 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.enable_blob_files: false 2024-05-06T01:56:08.493 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.min_blob_size: 0 2024-05-06T01:56:08.493 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.blob_file_size: 268435456 2024-05-06T01:56:08.493 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.blob_compression_type: NoCompression 2024-05-06T01:56:08.494 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.enable_blob_garbage_collection: false 2024-05-06T01:56:08.494 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-05-06T01:56:08.494 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-05-06T01:56:08.494 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-05-06T01:56:08.494 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.blob_file_starting_level: 0 2024-05-06T01:56:08.494 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-05-06T01:56:08.494 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-05-06T01:56:08.494 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: 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 4562, log_number is 20,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 20 2024-05-06T01:56:08.494 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 20 2024-05-06T01:56:08.494 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 43d57679-7d31-4cb0-821f-1b8111971a33 2024-05-06T01:56:08.494 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: EVENT_LOG_v1 {"time_micros": 1714960568177286, "job": 1, "event": "recovery_started", "wal_files": [24]} 2024-05-06T01:56:08.494 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #24 mode 2 2024-05-06T01:56:08.494 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: EVENT_LOG_v1 {"time_micros": 1714960568178616, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 31, "file_size": 162815, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 4568, "largest_seqno": 4750, "table_properties": {"data_size": 160905, "index_size": 552, "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": 2770, "raw_average_key_size": 25, "raw_value_size": 158577, "raw_average_value_size": 1468, "num_data_blocks": 23, "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": 1714960568, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "43d57679-7d31-4cb0-821f-1b8111971a33", "db_session_id": "S5LHLQADO8N78D6DGS56", "orig_file_number": 31, "seqno_to_time_mapping": "N/A"}} 2024-05-06T01:56:08.495 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: EVENT_LOG_v1 {"time_micros": 1714960568178704, "job": 1, "event": "recovery_finished"} 2024-05-06T01:56:08.495 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: [db/version_set.cc:5047] Creating manifest 33 2024-05-06T01:56:08.495 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-05-06T01:56:08.495 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: 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-05-06T01:56:08.495 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5619816fe000 2024-05-06T01:56:08.495 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: DB pointer 0x5619816ea000 2024-05-06T01:56:08.495 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-05-06T01:56:08.495 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-05-06T01:56:08.495 INFO:journalctl@ceph.mon.a.smithi055.stdout: ** DB Stats ** 2024-05-06T01:56:08.495 INFO:journalctl@ceph.mon.a.smithi055.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-05-06T01:56:08.495 INFO:journalctl@ceph.mon.a.smithi055.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-05-06T01:56:08.495 INFO:journalctl@ceph.mon.a.smithi055.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-06T01:56:08.495 INFO:journalctl@ceph.mon.a.smithi055.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-06T01:56:08.495 INFO:journalctl@ceph.mon.a.smithi055.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-05-06T01:56:08.496 INFO:journalctl@ceph.mon.a.smithi055.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-06T01:56:08.496 INFO:journalctl@ceph.mon.a.smithi055.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-06T01:56:08.496 INFO:journalctl@ceph.mon.a.smithi055.stdout: 2024-05-06T01:56:08.496 INFO:journalctl@ceph.mon.a.smithi055.stdout: ** Compaction Stats [default] ** 2024-05-06T01:56:08.496 INFO:journalctl@ceph.mon.a.smithi055.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-05-06T01:56:08.496 INFO:journalctl@ceph.mon.a.smithi055.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-05-06T01:56:08.496 INFO:journalctl@ceph.mon.a.smithi055.stdout: L0 1/0 159.00 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 177.3 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-06T01:56:08.496 INFO:journalctl@ceph.mon.a.smithi055.stdout: L6 1/0 4.11 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-05-06T01:56:08.496 INFO:journalctl@ceph.mon.a.smithi055.stdout: Sum 2/0 4.26 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 177.3 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-06T01:56:08.496 INFO:journalctl@ceph.mon.a.smithi055.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 177.3 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-06T01:56:08.496 INFO:journalctl@ceph.mon.a.smithi055.stdout: 2024-05-06T01:56:08.496 INFO:journalctl@ceph.mon.a.smithi055.stdout: ** Compaction Stats [default] ** 2024-05-06T01:56:08.496 INFO:journalctl@ceph.mon.a.smithi055.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-05-06T01:56:08.497 INFO:journalctl@ceph.mon.a.smithi055.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-05-06T01:56:08.497 INFO:journalctl@ceph.mon.a.smithi055.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 177.3 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-06T01:56:08.497 INFO:journalctl@ceph.mon.a.smithi055.stdout: 2024-05-06T01:56:08.497 INFO:journalctl@ceph.mon.a.smithi055.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-05-06T01:56:08.497 INFO:journalctl@ceph.mon.a.smithi055.stdout: 2024-05-06T01:56:08.497 INFO:journalctl@ceph.mon.a.smithi055.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-05-06T01:56:08.497 INFO:journalctl@ceph.mon.a.smithi055.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-05-06T01:56:08.497 INFO:journalctl@ceph.mon.a.smithi055.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-05-06T01:56:08.497 INFO:journalctl@ceph.mon.a.smithi055.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-05-06T01:56:08.497 INFO:journalctl@ceph.mon.a.smithi055.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-05-06T01:56:08.497 INFO:journalctl@ceph.mon.a.smithi055.stdout: AddFile(Keys): cumulative 0, interval 0 2024-05-06T01:56:08.497 INFO:journalctl@ceph.mon.a.smithi055.stdout: Cumulative compaction: 0.00 GB write, 43.04 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-06T01:56:08.497 INFO:journalctl@ceph.mon.a.smithi055.stdout: Interval compaction: 0.00 GB write, 43.04 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-06T01:56:08.497 INFO:journalctl@ceph.mon.a.smithi055.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-05-06T01:56:08.498 INFO:journalctl@ceph.mon.a.smithi055.stdout: Block cache BinnedLRUCache@0x5619815e11f0#7 capacity: 512.00 MB usage: 1.02 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 9e-06 secs_since: 0 2024-05-06T01:56:08.498 INFO:journalctl@ceph.mon.a.smithi055.stdout: Block cache entry stats(count,size,portion): FilterBlock(1,0.38 KB,7.15256e-05%) IndexBlock(1,0.64 KB,0.00012219%) Misc(1,0.00 KB,0%) 2024-05-06T01:56:08.498 INFO:journalctl@ceph.mon.a.smithi055.stdout: 2024-05-06T01:56:08.498 INFO:journalctl@ceph.mon.a.smithi055.stdout: ** File Read Latency Histogram By Level [default] ** 2024-05-06T01:56:08.498 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: CompressorRegistry(0x561981678288) _refresh_config ms_osd_compression_mode 0 ms_osd_compression_methods [1] ms_osd_compress_above_min_size 1024 ms_compress_secure 0 2024-05-06T01:56:08.498 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: Event(0x5619815c0748 nevent=5000 time_id=1).set_owner center_id=0 owner=140276759987968 2024-05-06T01:56:08.498 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: stack operator() starting 2024-05-06T01:56:08.498 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: Event(0x5619815c0988 nevent=5000 time_id=1).set_owner center_id=1 owner=140276768380672 2024-05-06T01:56:08.498 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: stack operator() starting 2024-05-06T01:56:08.498 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: Event(0x5619815c14c8 nevent=5000 time_id=1).set_owner center_id=2 owner=140276860700416 2024-05-06T01:56:08.498 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: stack operator() starting 2024-05-06T01:56:08.498 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: starting mon.a rank 0 at public addrs [v2:172.21.15.55:3300/0,v1:172.21.15.55:6789/0] at bind addrs [v2:172.21.15.55:3300/0,v1:172.21.15.55:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid fe81839c-0b4a-11ef-bc97-c7b262605968 2024-05-06T01:56:08.498 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: CompressorRegistry(0x561981678b88) _refresh_config ms_osd_compression_mode 0 ms_osd_compression_methods [1] ms_osd_compress_above_min_size 1024 ms_compress_secure 0 2024-05-06T01:56:08.498 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: mon.a@-1(???) e2 preinit fsid fe81839c-0b4a-11ef-bc97-c7b262605968 2024-05-06T01:56:08.499 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: mon.a@-1(???).mds e1 new map 2024-05-06T01:56:08.499 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: mon.a@-1(???).mds e1 print_map 2024-05-06T01:56:08.499 INFO:journalctl@ceph.mon.a.smithi055.stdout: e1 2024-05-06T01:56:08.499 INFO:journalctl@ceph.mon.a.smithi055.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-05-06T01:56:08.499 INFO:journalctl@ceph.mon.a.smithi055.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2024-05-06T01:56:08.499 INFO:journalctl@ceph.mon.a.smithi055.stdout: legacy client fscid: -1 2024-05-06T01:56:08.499 INFO:journalctl@ceph.mon.a.smithi055.stdout: 2024-05-06T01:56:08.499 INFO:journalctl@ceph.mon.a.smithi055.stdout: No filesystems configured 2024-05-06T01:56:08.499 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: mon.a@-1(???).osd e14 crush map has features 3314932999778484224, adjusting msgr requires 2024-05-06T01:56:08.499 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: mon.a@-1(???).osd e14 crush map has features 288514050185494528, adjusting msgr requires 2024-05-06T01:56:08.499 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: mon.a@-1(???).osd e14 crush map has features 288514050185494528, adjusting msgr requires 2024-05-06T01:56:08.499 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: mon.a@-1(???).osd e14 crush map has features 288514050185494528, adjusting msgr requires 2024-05-06T01:56:08.499 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 ceph-mon[52407]: mon.a@-1(???).paxosservice(auth 1..11) refresh upgraded, format 0 -> 3 2024-05-06T01:56:08.499 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 bash[52342]: 3c8c2fcbf6d4bf240a8bac29eeaa8ab84799a2d359487e8f773b22ba47c841c1 2024-05-06T01:56:08.500 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:08 smithi055 systemd[1]: Started Ceph mon.a for fe81839c-0b4a-11ef-bc97-c7b262605968. 2024-05-06T01:56:14.773 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:14 smithi177 ceph-mon[41128]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T01:56:14.773 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:14 smithi177 ceph-mon[41128]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T01:56:14.773 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:14 smithi177 ceph-mon[41128]: pgmap v116: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:56:14.774 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:14 smithi177 ceph-mon[41128]: pgmap v117: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:56:14.774 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:14 smithi177 ceph-mon[41128]: pgmap v118: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:56:14.774 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:14 smithi177 ceph-mon[41128]: pgmap v119: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:56:14.774 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:14 smithi177 ceph-mon[41128]: mon.a calling monitor election 2024-05-06T01:56:14.774 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:14 smithi177 ceph-mon[41128]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-05-06T01:56:14.774 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:14 smithi177 ceph-mon[41128]: monmap epoch 2 2024-05-06T01:56:14.774 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:14 smithi177 ceph-mon[41128]: fsid fe81839c-0b4a-11ef-bc97-c7b262605968 2024-05-06T01:56:14.774 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:14 smithi177 ceph-mon[41128]: last_changed 2024-05-06T01:53:12.722211+0000 2024-05-06T01:56:14.774 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:14 smithi177 ceph-mon[41128]: created 2024-05-06T01:51:25.844394+0000 2024-05-06T01:56:14.774 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:14 smithi177 ceph-mon[41128]: min_mon_release 19 (squid) 2024-05-06T01:56:14.774 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:14 smithi177 ceph-mon[41128]: election_strategy: 1 2024-05-06T01:56:14.774 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:14 smithi177 ceph-mon[41128]: 0: [v2:172.21.15.55:3300/0,v1:172.21.15.55:6789/0] mon.a 2024-05-06T01:56:14.774 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:14 smithi177 ceph-mon[41128]: 1: [v2:172.21.15.177:3300/0,v1:172.21.15.177:6789/0] mon.b 2024-05-06T01:56:14.775 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:14 smithi177 ceph-mon[41128]: fsmap 2024-05-06T01:56:14.775 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:14 smithi177 ceph-mon[41128]: osdmap e14: 2 total, 2 up, 2 in 2024-05-06T01:56:14.775 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:14 smithi177 ceph-mon[41128]: mgrmap e14: a(active, since 3m), standbys: b 2024-05-06T01:56:14.775 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:14 smithi177 ceph-mon[41128]: overall HEALTH_OK 2024-05-06T01:56:14.775 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:14 smithi177 ceph-mon[41128]: from='mgr.14152 ' entity='' 2024-05-06T01:56:14.775 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:14 smithi177 ceph-mon[41128]: from='mgr.14152 ' entity='' 2024-05-06T01:56:14.775 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:14 smithi177 ceph-mon[41128]: from='mgr.14152 ' entity='mgr.a' 2024-05-06T01:56:14.775 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:14 smithi177 ceph-mon[41128]: from='mgr.14152 ' entity='mgr.a' 2024-05-06T01:56:14.775 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:14 smithi177 ceph-mon[41128]: from='mgr.14152 ' entity='mgr.a' 2024-05-06T01:56:14.849 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:14 smithi055 ceph-mon[52407]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T01:56:14.849 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:14 smithi055 ceph-mon[52407]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T01:56:14.849 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:14 smithi055 ceph-mon[52407]: pgmap v116: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:56:14.850 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:14 smithi055 ceph-mon[52407]: pgmap v117: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:56:14.850 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:14 smithi055 ceph-mon[52407]: pgmap v118: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:56:14.850 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:14 smithi055 ceph-mon[52407]: pgmap v119: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:56:14.850 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:14 smithi055 ceph-mon[52407]: mon.a calling monitor election 2024-05-06T01:56:14.850 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:14 smithi055 ceph-mon[52407]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-05-06T01:56:14.850 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:14 smithi055 ceph-mon[52407]: monmap epoch 2 2024-05-06T01:56:14.850 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:14 smithi055 ceph-mon[52407]: fsid fe81839c-0b4a-11ef-bc97-c7b262605968 2024-05-06T01:56:14.850 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:14 smithi055 ceph-mon[52407]: last_changed 2024-05-06T01:53:12.722211+0000 2024-05-06T01:56:14.850 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:14 smithi055 ceph-mon[52407]: created 2024-05-06T01:51:25.844394+0000 2024-05-06T01:56:14.850 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:14 smithi055 ceph-mon[52407]: min_mon_release 19 (squid) 2024-05-06T01:56:14.850 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:14 smithi055 ceph-mon[52407]: election_strategy: 1 2024-05-06T01:56:14.850 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:14 smithi055 ceph-mon[52407]: 0: [v2:172.21.15.55:3300/0,v1:172.21.15.55:6789/0] mon.a 2024-05-06T01:56:14.851 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:14 smithi055 ceph-mon[52407]: 1: [v2:172.21.15.177:3300/0,v1:172.21.15.177:6789/0] mon.b 2024-05-06T01:56:14.851 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:14 smithi055 ceph-mon[52407]: fsmap 2024-05-06T01:56:14.851 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:14 smithi055 ceph-mon[52407]: osdmap e14: 2 total, 2 up, 2 in 2024-05-06T01:56:14.851 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:14 smithi055 ceph-mon[52407]: mgrmap e14: a(active, since 3m), standbys: b 2024-05-06T01:56:14.851 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:14 smithi055 ceph-mon[52407]: overall HEALTH_OK 2024-05-06T01:56:14.851 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:14 smithi055 ceph-mon[52407]: from='mgr.14152 ' entity='' 2024-05-06T01:56:14.851 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:14 smithi055 ceph-mon[52407]: from='mgr.14152 ' entity='' 2024-05-06T01:56:14.851 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:14 smithi055 ceph-mon[52407]: from='mgr.14152 ' entity='mgr.a' 2024-05-06T01:56:14.851 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:14 smithi055 ceph-mon[52407]: from='mgr.14152 ' entity='mgr.a' 2024-05-06T01:56:14.851 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:14 smithi055 ceph-mon[52407]: from='mgr.14152 ' entity='mgr.a' 2024-05-06T01:56:15.773 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:15 smithi177 ceph-mon[41128]: pgmap v120: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:56:15.773 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:15 smithi177 ceph-mon[41128]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T01:56:15.773 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:15 smithi177 ceph-mon[41128]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T01:56:15.773 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:15 smithi177 ceph-mon[41128]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T01:56:15.773 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:15 smithi177 ceph-mon[41128]: from='mgr.14152 ' entity='mgr.a' 2024-05-06T01:56:15.849 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:15 smithi055 ceph-mon[52407]: pgmap v120: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:56:15.849 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:15 smithi055 ceph-mon[52407]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T01:56:15.849 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:15 smithi055 ceph-mon[52407]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T01:56:15.849 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:15 smithi055 ceph-mon[52407]: from='mgr.14152 172.21.15.55:0/2270842974' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T01:56:15.849 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:15 smithi055 ceph-mon[52407]: from='mgr.14152 ' entity='mgr.a' 2024-05-06T01:56:17.773 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:17 smithi177 ceph-mon[41128]: pgmap v121: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:56:17.849 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:17 smithi055 ceph-mon[52407]: pgmap v121: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:56:19.761 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:19 smithi177 ceph-mon[41128]: pgmap v122: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:56:19.849 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:19 smithi055 ceph-mon[52407]: pgmap v122: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:56:21.577 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:21 smithi177 ceph-mon[41128]: pgmap v123: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:56:21.849 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:21 smithi055 ceph-mon[52407]: pgmap v123: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:56:23.770 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:23 smithi177 ceph-mon[41128]: pgmap v124: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:56:23.843 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:23 smithi055 ceph-mon[52407]: pgmap v124: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:56:25.340 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:25 smithi055 ceph-mon[52407]: from='mgr.14152 ' entity='mgr.a' 2024-05-06T01:56:25.340 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:25 smithi055 ceph-mon[52407]: from='mgr.14152 ' entity='mgr.a' 2024-05-06T01:56:25.340 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:25 smithi055 ceph-mon[52407]: from='mgr.14152 ' entity='mgr.a' 2024-05-06T01:56:25.341 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:25 smithi055 ceph-mon[52407]: pgmap v125: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:56:25.523 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:25 smithi177 ceph-mon[41128]: from='mgr.14152 ' entity='mgr.a' 2024-05-06T01:56:25.523 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:25 smithi177 ceph-mon[41128]: from='mgr.14152 ' entity='mgr.a' 2024-05-06T01:56:25.523 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:25 smithi177 ceph-mon[41128]: from='mgr.14152 ' entity='mgr.a' 2024-05-06T01:56:25.523 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:25 smithi177 ceph-mon[41128]: pgmap v125: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:56:27.023 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:26 smithi177 ceph-mon[41128]: from='mgr.14152 ' entity='mgr.a' 2024-05-06T01:56:27.023 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:26 smithi177 ceph-mon[41128]: from='mgr.14152 ' entity='mgr.a' 2024-05-06T01:56:27.023 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:26 smithi177 ceph-mon[41128]: from='mgr.14152 ' entity='mgr.a' 2024-05-06T01:56:27.099 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:26 smithi055 ceph-mon[52407]: from='mgr.14152 ' entity='mgr.a' 2024-05-06T01:56:27.099 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:26 smithi055 ceph-mon[52407]: from='mgr.14152 ' entity='mgr.a' 2024-05-06T01:56:27.099 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:26 smithi055 ceph-mon[52407]: from='mgr.14152 ' entity='mgr.a' 2024-05-06T01:56:28.099 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:27 smithi055 ceph-mon[52407]: pgmap v126: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:56:28.273 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:27 smithi177 ceph-mon[41128]: pgmap v126: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:56:30.099 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:29 smithi055 ceph-mon[52407]: pgmap v127: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:56:30.273 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:29 smithi177 ceph-mon[41128]: pgmap v127: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:56:32.099 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:31 smithi055 ceph-mon[52407]: pgmap v128: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:56:32.273 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:31 smithi177 ceph-mon[41128]: pgmap v128: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:56:34.099 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:33 smithi055 ceph-mon[52407]: pgmap v129: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:56:34.273 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:33 smithi177 ceph-mon[41128]: pgmap v129: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:56:36.099 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:35 smithi055 ceph-mon[52407]: pgmap v130: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:56:36.273 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:35 smithi177 ceph-mon[41128]: pgmap v130: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:56:38.099 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:37 smithi055 ceph-mon[52407]: pgmap v131: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:56:38.273 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:37 smithi177 ceph-mon[41128]: pgmap v131: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:56:40.099 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:39 smithi055 ceph-mon[52407]: pgmap v132: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:56:40.273 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:39 smithi177 ceph-mon[41128]: pgmap v132: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:56:42.010 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:41 smithi177 ceph-mon[41128]: pgmap v133: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:56:42.062 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:41 smithi055 ceph-mon[52407]: pgmap v133: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:56:43.023 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:42 smithi177 ceph-mon[41128]: from='mgr.14152 ' entity='mgr.a' 2024-05-06T01:56:43.023 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:42 smithi177 ceph-mon[41128]: from='mgr.14152 ' entity='mgr.a' 2024-05-06T01:56:43.023 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:42 smithi177 ceph-mon[41128]: from='mgr.14152 ' entity='mgr.a' 2024-05-06T01:56:43.023 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:42 smithi177 ceph-mon[41128]: pgmap v134: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:56:43.099 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:42 smithi055 ceph-mon[52407]: from='mgr.14152 ' entity='mgr.a' 2024-05-06T01:56:43.099 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:42 smithi055 ceph-mon[52407]: from='mgr.14152 ' entity='mgr.a' 2024-05-06T01:56:43.099 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:42 smithi055 ceph-mon[52407]: from='mgr.14152 ' entity='mgr.a' 2024-05-06T01:56:43.099 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:42 smithi055 ceph-mon[52407]: pgmap v134: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:56:45.523 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:45 smithi177 ceph-mon[41128]: from='mgr.14152 ' entity='mgr.a' 2024-05-06T01:56:45.523 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:45 smithi177 ceph-mon[41128]: from='mgr.14152 ' entity='mgr.a' 2024-05-06T01:56:45.523 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:45 smithi177 ceph-mon[41128]: from='mgr.14152 ' entity='mgr.a' 2024-05-06T01:56:45.523 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:45 smithi177 ceph-mon[41128]: pgmap v135: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:56:45.599 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:45 smithi055 ceph-mon[52407]: from='mgr.14152 ' entity='mgr.a' 2024-05-06T01:56:45.599 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:45 smithi055 ceph-mon[52407]: from='mgr.14152 ' entity='mgr.a' 2024-05-06T01:56:45.599 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:45 smithi055 ceph-mon[52407]: from='mgr.14152 ' entity='mgr.a' 2024-05-06T01:56:45.599 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:45 smithi055 ceph-mon[52407]: pgmap v135: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:56:47.773 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:47 smithi177 ceph-mon[41128]: pgmap v136: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:56:47.849 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:47 smithi055 ceph-mon[52407]: pgmap v136: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:56:49.772 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:49 smithi177 ceph-mon[41128]: pgmap v137: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:56:49.849 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:49 smithi055 ceph-mon[52407]: pgmap v137: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:56:51.773 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:51 smithi177 ceph-mon[41128]: pgmap v138: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:56:51.849 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:51 smithi055 ceph-mon[52407]: pgmap v138: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:56:53.753 INFO:teuthology.orchestra.run.smithi055.stderr:+ grep '\-\-cpus=2' /var/lib/ceph/fe81839c-0b4a-11ef-bc97-c7b262605968/mon.a/unit.run 2024-05-06T01:56:53.755 INFO:teuthology.orchestra.run.smithi055.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-fe81839c-0b4a-11ef-bc97-c7b262605968-mon-a --pids-limit=-1 -d --log-driver journald --conmon-pidfile /run/ceph-fe81839c-0b4a-11ef-bc97-c7b262605968@mon.a.service-pid --cidfile /run/ceph-fe81839c-0b4a-11ef-bc97-c7b262605968@mon.a.service-cid --cgroups=split --cpus=2 -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a -e NODE_NAME=smithi055 -e TCMALLOC_MAX_TOTAL_THREAD_CACHE_BYTES=134217728 -v /var/run/ceph/fe81839c-0b4a-11ef-bc97-c7b262605968:/var/run/ceph:z -v /var/log/ceph/fe81839c-0b4a-11ef-bc97-c7b262605968:/var/log/ceph:z -v /var/lib/ceph/fe81839c-0b4a-11ef-bc97-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/fe81839c-0b4a-11ef-bc97-c7b262605968/mon.a:/var/lib/ceph/mon/ceph-a:z -v /var/lib/ceph/fe81839c-0b4a-11ef-bc97-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:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a -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-05-06T01:56:53.755 INFO:teuthology.orchestra.run.smithi055.stderr:+ grep '\-\-debug_ms 10' /var/lib/ceph/fe81839c-0b4a-11ef-bc97-c7b262605968/mon.a/unit.run 2024-05-06T01:56:53.756 INFO:teuthology.orchestra.run.smithi055.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-fe81839c-0b4a-11ef-bc97-c7b262605968-mon-a --pids-limit=-1 -d --log-driver journald --conmon-pidfile /run/ceph-fe81839c-0b4a-11ef-bc97-c7b262605968@mon.a.service-pid --cidfile /run/ceph-fe81839c-0b4a-11ef-bc97-c7b262605968@mon.a.service-cid --cgroups=split --cpus=2 -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a -e NODE_NAME=smithi055 -e TCMALLOC_MAX_TOTAL_THREAD_CACHE_BYTES=134217728 -v /var/run/ceph/fe81839c-0b4a-11ef-bc97-c7b262605968:/var/run/ceph:z -v /var/log/ceph/fe81839c-0b4a-11ef-bc97-c7b262605968:/var/log/ceph:z -v /var/lib/ceph/fe81839c-0b4a-11ef-bc97-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/fe81839c-0b4a-11ef-bc97-c7b262605968/mon.a:/var/lib/ceph/mon/ceph-a:z -v /var/lib/ceph/fe81839c-0b4a-11ef-bc97-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:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a -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-05-06T01:56:53.756 INFO:teuthology.orchestra.run.smithi055.stderr:+ grep testing_custom_containers /etc/cephadm_testing/testing.txt 2024-05-06T01:56:53.757 INFO:teuthology.orchestra.run.smithi055.stdout:testing_custom_containers 2024-05-06T01:56:53.758 INFO:teuthology.orchestra.run.smithi055.stderr:++ find /var/lib/ceph/fe81839c-0b4a-11ef-bc97-c7b262605968 -maxdepth 1 -type d -name 'container.bar.*' 2024-05-06T01:56:53.759 INFO:teuthology.orchestra.run.smithi055.stderr:+ dir=/var/lib/ceph/fe81839c-0b4a-11ef-bc97-c7b262605968/container.bar.smithi055 2024-05-06T01:56:53.759 INFO:teuthology.orchestra.run.smithi055.stderr:+ test -n /var/lib/ceph/fe81839c-0b4a-11ef-bc97-c7b262605968/container.bar.smithi055 2024-05-06T01:56:53.759 INFO:teuthology.orchestra.run.smithi055.stderr:+ grep ok /var/lib/ceph/fe81839c-0b4a-11ef-bc97-c7b262605968/container.bar.smithi055/data/primary.txt 2024-05-06T01:56:53.760 INFO:teuthology.orchestra.run.smithi055.stdout:ok 2024-05-06T01:56:53.760 INFO:teuthology.orchestra.run.smithi055.stderr:+ grep from=centos /var/lib/ceph/fe81839c-0b4a-11ef-bc97-c7b262605968/container.bar.smithi055/data/from.txt 2024-05-06T01:56:53.761 INFO:teuthology.orchestra.run.smithi055.stdout:from=centos 2024-05-06T01:56:53.761 INFO:teuthology.orchestra.run.smithi055.stderr:+ test -s /var/lib/ceph/fe81839c-0b4a-11ef-bc97-c7b262605968/container.bar.smithi055/data/presized.dat 2024-05-06T01:56:53.763 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:53 smithi055 ceph-mon[52407]: pgmap v139: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:56:53.764 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-05-06T01:56:53.776 INFO:tasks.cephadm:Teardown begin 2024-05-06T01:56:53.776 DEBUG:teuthology.orchestra.run.smithi055:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-06T01:56:53.777 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:53 smithi177 ceph-mon[41128]: pgmap v139: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T01:56:53.809 DEBUG:teuthology.orchestra.run.smithi177:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-06T01:56:53.843 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-05-06T01:56:53.844 DEBUG:teuthology.orchestra.run.smithi055:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-05-06T01:56:53.867 DEBUG:teuthology.orchestra.run.smithi177:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-05-06T01:56:53.900 INFO:tasks.cephadm:Stopping all daemons... 2024-05-06T01:56:53.900 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-05-06T01:56:53.901 DEBUG:teuthology.orchestra.run.smithi055:> sudo systemctl stop ceph-fe81839c-0b4a-11ef-bc97-c7b262605968@mon.a 2024-05-06T01:56:54.099 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:53 smithi055 systemd[1]: Stopping Ceph mon.a for fe81839c-0b4a-11ef-bc97-c7b262605968... 2024-05-06T01:56:54.599 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:54 smithi055 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mon-a[52384]: 2024-05-06T01:56:54.206+0000 7f94c1f3f700 -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-05-06T01:56:54.599 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:54 smithi055 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mon-a[52384]: 2024-05-06T01:56:54.206+0000 7f94c1f3f700 -1 mon.a@0(leader) e2 *** Got Signal Terminated *** 2024-05-06T01:56:54.599 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:54 smithi055 podman[53393]: 2024-05-06 01:56:54.319318594 +0000 UTC m=+0.211609998 container died 3c8c2fcbf6d4bf240a8bac29eeaa8ab84799a2d359487e8f773b22ba47c841c1 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mon-a, org.label-schema.vendor=CentOS, GIT_CLEAN=True, ceph=True, org.label-schema.build-date=20240430, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2) 2024-05-06T01:56:54.962 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:54 smithi055 podman[53393]: 2024-05-06 01:56:54.789145924 +0000 UTC m=+0.681437367 container cleanup 3c8c2fcbf6d4bf240a8bac29eeaa8ab84799a2d359487e8f773b22ba47c841c1 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mon-a, GIT_BRANCH=HEAD, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240430, org.label-schema.schema-version=1.0, io.buildah.version=1.33.5, GIT_CLEAN=True, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf) 2024-05-06T01:56:54.962 INFO:journalctl@ceph.mon.a.smithi055.stdout:May 06 01:56:54 smithi055 bash[53393]: ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mon-a 2024-05-06T01:56:55.179 DEBUG:teuthology.orchestra.run.smithi055:> sudo pkill -f 'journalctl -f -n 0 -u ceph-fe81839c-0b4a-11ef-bc97-c7b262605968@mon.a.service' 2024-05-06T01:56:55.223 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-06T01:56:55.223 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-05-06T01:56:55.224 INFO:tasks.cephadm.mon.b:Stopping mon.b... 2024-05-06T01:56:55.224 DEBUG:teuthology.orchestra.run.smithi177:> sudo systemctl stop ceph-fe81839c-0b4a-11ef-bc97-c7b262605968@mon.b 2024-05-06T01:56:55.523 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:55 smithi177 systemd[1]: Stopping Ceph mon.b for fe81839c-0b4a-11ef-bc97-c7b262605968... 2024-05-06T01:56:55.864 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:55 smithi177 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mon-b[41105]: 2024-05-06T01:56:55.536+0000 7f3b6b4c4700 -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-05-06T01:56:55.865 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:55 smithi177 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mon-b[41105]: 2024-05-06T01:56:55.536+0000 7f3b6b4c4700 -1 mon.b@1(peon) e2 *** Got Signal Terminated *** 2024-05-06T01:56:55.865 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:55 smithi177 podman[42203]: 2024-05-06 01:56:55.598556004 +0000 UTC m=+0.175201548 container died 41a95ec9cc652fcd9e71bc67c20527c51571dc1cb319f1bec11d563c2b4884a0 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mon-b, org.label-schema.schema-version=1.0, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, GIT_CLEAN=True, org.label-schema.build-date=20240430, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, org.label-schema.vendor=CentOS, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True) 2024-05-06T01:56:56.239 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:55 smithi177 podman[42203]: 2024-05-06 01:56:55.967429674 +0000 UTC m=+0.544075218 container cleanup 41a95ec9cc652fcd9e71bc67c20527c51571dc1cb319f1bec11d563c2b4884a0 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mon-b, ceph=True, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240430, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf) 2024-05-06T01:56:56.239 INFO:journalctl@ceph.mon.b.smithi177.stdout:May 06 01:56:55 smithi177 bash[42203]: ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mon-b 2024-05-06T01:56:56.356 DEBUG:teuthology.orchestra.run.smithi177:> sudo pkill -f 'journalctl -f -n 0 -u ceph-fe81839c-0b4a-11ef-bc97-c7b262605968@mon.b.service' 2024-05-06T01:56:56.410 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-06T01:56:56.410 INFO:tasks.cephadm.mon.b:Stopped mon.b 2024-05-06T01:56:56.410 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2024-05-06T01:56:56.411 DEBUG:teuthology.orchestra.run.smithi055:> sudo systemctl stop ceph-fe81839c-0b4a-11ef-bc97-c7b262605968@mgr.a 2024-05-06T01:56:56.718 INFO:journalctl@ceph.mgr.a.smithi055.stdout:May 06 01:56:56 smithi055 systemd[1]: Stopping Ceph mgr.a for fe81839c-0b4a-11ef-bc97-c7b262605968... 2024-05-06T01:56:57.024 INFO:journalctl@ceph.mgr.a.smithi055.stdout:May 06 01:56:56 smithi055 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-a[29062]: 2024-05-06T01:56:56.720+0000 7f362bd12700 -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-05-06T01:56:57.024 INFO:journalctl@ceph.mgr.a.smithi055.stdout:May 06 01:56:56 smithi055 podman[53523]: 2024-05-06 01:56:56.752362903 +0000 UTC m=+0.135396091 container died 79d59fb427303f91d092c1da18712b76ab140fa33268fc34c9f6dd2f2c14be86 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004, name=ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-a, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, org.label-schema.build-date=20240430, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, ceph=True, io.buildah.version=1.33.5, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , GIT_CLEAN=True) 2024-05-06T01:56:57.349 INFO:journalctl@ceph.mgr.a.smithi055.stdout:May 06 01:56:57 smithi055 podman[53523]: 2024-05-06 01:56:57.210409338 +0000 UTC m=+0.593442533 container cleanup 79d59fb427303f91d092c1da18712b76ab140fa33268fc34c9f6dd2f2c14be86 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004, name=ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-a, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240430, org.label-schema.schema-version=1.0, ceph=True, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, CEPH_POINT_RELEASE=, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS) 2024-05-06T01:56:57.349 INFO:journalctl@ceph.mgr.a.smithi055.stdout:May 06 01:56:57 smithi055 bash[53523]: ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-a 2024-05-06T01:56:57.645 DEBUG:teuthology.orchestra.run.smithi055:> sudo pkill -f 'journalctl -f -n 0 -u ceph-fe81839c-0b4a-11ef-bc97-c7b262605968@mgr.a.service' 2024-05-06T01:56:57.679 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-06T01:56:57.679 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2024-05-06T01:56:57.679 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2024-05-06T01:56:57.680 DEBUG:teuthology.orchestra.run.smithi177:> sudo systemctl stop ceph-fe81839c-0b4a-11ef-bc97-c7b262605968@mgr.b 2024-05-06T01:56:58.000 INFO:journalctl@ceph.mgr.b.smithi177.stdout:May 06 01:56:57 smithi177 systemd[1]: Stopping Ceph mgr.b for fe81839c-0b4a-11ef-bc97-c7b262605968... 2024-05-06T01:56:58.260 INFO:journalctl@ceph.mgr.b.smithi177.stdout:May 06 01:56:58 smithi177 podman[42333]: 2024-05-06 01:56:58.003824335 +0000 UTC m=+0.134043309 container died 2fe7244fa8d77bd712d40ed6e7dfc03b2077ced94fd73c2b347856aa2d8edbd9 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-b, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, org.label-schema.build-date=20240430, GIT_CLEAN=True, org.label-schema.license=GPLv2, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, ceph=True) 2024-05-06T01:56:58.523 INFO:journalctl@ceph.mgr.b.smithi177.stdout:May 06 01:56:58 smithi177 podman[42333]: 2024-05-06 01:56:58.479931938 +0000 UTC m=+0.610150919 container cleanup 2fe7244fa8d77bd712d40ed6e7dfc03b2077ced94fd73c2b347856aa2d8edbd9 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-b, GIT_CLEAN=True, ceph=True, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, CEPH_POINT_RELEASE=, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5, org.label-schema.build-date=20240430, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD) 2024-05-06T01:56:58.523 INFO:journalctl@ceph.mgr.b.smithi177.stdout:May 06 01:56:58 smithi177 bash[42333]: ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-mgr-b 2024-05-06T01:56:58.837 DEBUG:teuthology.orchestra.run.smithi177:> sudo pkill -f 'journalctl -f -n 0 -u ceph-fe81839c-0b4a-11ef-bc97-c7b262605968@mgr.b.service' 2024-05-06T01:56:58.870 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-06T01:56:58.870 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2024-05-06T01:56:58.870 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-05-06T01:56:58.870 DEBUG:teuthology.orchestra.run.smithi055:> sudo systemctl stop ceph-fe81839c-0b4a-11ef-bc97-c7b262605968@osd.0 2024-05-06T01:56:59.164 INFO:journalctl@ceph.osd.0.smithi055.stdout:May 06 01:56:58 smithi055 systemd[1]: Stopping Ceph osd.0 for fe81839c-0b4a-11ef-bc97-c7b262605968... 2024-05-06T01:56:59.599 INFO:journalctl@ceph.osd.0.smithi055.stdout:May 06 01:56:59 smithi055 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-osd-0[40754]: 2024-05-06T01:56:59.167+0000 7fef97b01700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-05-06T01:56:59.599 INFO:journalctl@ceph.osd.0.smithi055.stdout:May 06 01:56:59 smithi055 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-osd-0[40754]: 2024-05-06T01:56:59.167+0000 7fef97b01700 -1 osd.0 14 *** Got signal Terminated *** 2024-05-06T01:56:59.599 INFO:journalctl@ceph.osd.0.smithi055.stdout:May 06 01:56:59 smithi055 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-osd-0[40754]: 2024-05-06T01:56:59.167+0000 7fef97b01700 -1 osd.0 14 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-05-06T01:57:04.861 INFO:journalctl@ceph.osd.0.smithi055.stdout:May 06 01:57:04 smithi055 podman[53653]: 2024-05-06 01:57:04.60427277 +0000 UTC m=+5.537274994 container died 85a142494847e174c562a7a495c90ba403fbca234fadfa48e318dbfbfb06480c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-osd-0, GIT_CLEAN=True, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, io.buildah.version=1.33.5, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.build-date=20240430, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD) 2024-05-06T01:57:05.177 INFO:journalctl@ceph.osd.0.smithi055.stdout:May 06 01:57:04 smithi055 podman[53653]: 2024-05-06 01:57:04.95451484 +0000 UTC m=+5.887517064 container cleanup 85a142494847e174c562a7a495c90ba403fbca234fadfa48e318dbfbfb06480c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-osd-0, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, GIT_BRANCH=HEAD, ceph=True, org.label-schema.license=GPLv2, org.label-schema.build-date=20240430, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf) 2024-05-06T01:57:05.177 INFO:journalctl@ceph.osd.0.smithi055.stdout:May 06 01:57:04 smithi055 bash[53653]: ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-osd-0 2024-05-06T01:57:05.599 INFO:journalctl@ceph.osd.0.smithi055.stdout:May 06 01:57:05 smithi055 podman[54160]: 2024-05-06 01:57:05.180798149 +0000 UTC m=+0.567651311 container remove 85a142494847e174c562a7a495c90ba403fbca234fadfa48e318dbfbfb06480c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-osd-0, org.label-schema.schema-version=1.0, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240430, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b) 2024-05-06T01:57:05.905 INFO:journalctl@ceph.osd.0.smithi055.stdout:May 06 01:57:05 smithi055 podman[54257]: 2024-05-06 01:57:05.540563184 +0000 UTC m=+0.018373361 image pull 9f32bee02a8590592410ec0c77c02d76af1e98ec0f409b9b383ddc49778de711 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a 2024-05-06T01:57:05.905 INFO:journalctl@ceph.osd.0.smithi055.stdout:May 06 01:57:05 smithi055 podman[54257]: 2024-05-06 01:57:05.648213853 +0000 UTC m=+0.126024020 container create d327415c8758a749a10f86febcccb21cc9e37c3b18a84ec069d44d472ad59450 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-osd-0-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240430, org.label-schema.schema-version=1.0, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, maintainer=Guillaume Abrioux , io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True) 2024-05-06T01:57:05.905 INFO:journalctl@ceph.osd.0.smithi055.stdout:May 06 01:57:05 smithi055 podman[54257]: 2024-05-06 01:57:05.825894369 +0000 UTC m=+0.303704540 container init d327415c8758a749a10f86febcccb21cc9e37c3b18a84ec069d44d472ad59450 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-osd-0-deactivate, org.label-schema.build-date=20240430, GIT_CLEAN=True, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, io.buildah.version=1.33.5, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-05-06T01:57:05.905 INFO:journalctl@ceph.osd.0.smithi055.stdout:May 06 01:57:05 smithi055 podman[54257]: 2024-05-06 01:57:05.831401326 +0000 UTC m=+0.309211504 container start d327415c8758a749a10f86febcccb21cc9e37c3b18a84ec069d44d472ad59450 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-osd-0-deactivate, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , io.buildah.version=1.33.5, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240430, GIT_BRANCH=HEAD, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, ceph=True, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0) 2024-05-06T01:57:05.906 INFO:journalctl@ceph.osd.0.smithi055.stdout:May 06 01:57:05 smithi055 podman[54257]: 2024-05-06 01:57:05.908979721 +0000 UTC m=+0.386789889 container attach d327415c8758a749a10f86febcccb21cc9e37c3b18a84ec069d44d472ad59450 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-osd-0-deactivate, ceph=True, org.label-schema.vendor=CentOS, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, maintainer=Guillaume Abrioux , GIT_CLEAN=True, CEPH_POINT_RELEASE=, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240430, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, io.buildah.version=1.33.5) 2024-05-06T01:57:06.349 INFO:journalctl@ceph.osd.0.smithi055.stdout:May 06 01:57:06 smithi055 podman[54257]: 2024-05-06 01:57:06.135192947 +0000 UTC m=+0.613003114 container died d327415c8758a749a10f86febcccb21cc9e37c3b18a84ec069d44d472ad59450 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-osd-0-deactivate, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240430, org.label-schema.schema-version=1.0) 2024-05-06T01:57:06.694 INFO:journalctl@ceph.osd.0.smithi055.stdout:May 06 01:57:06 smithi055 podman[54304]: 2024-05-06 01:57:06.695642421 +0000 UTC m=+0.554906281 container remove d327415c8758a749a10f86febcccb21cc9e37c3b18a84ec069d44d472ad59450 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-osd-0-deactivate, io.buildah.version=1.33.5, org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240430, org.label-schema.license=GPLv2) 2024-05-06T01:57:06.719 DEBUG:teuthology.orchestra.run.smithi055:> sudo pkill -f 'journalctl -f -n 0 -u ceph-fe81839c-0b4a-11ef-bc97-c7b262605968@osd.0.service' 2024-05-06T01:57:06.759 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-06T01:57:06.760 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-05-06T01:57:06.760 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-05-06T01:57:06.760 DEBUG:teuthology.orchestra.run.smithi177:> sudo systemctl stop ceph-fe81839c-0b4a-11ef-bc97-c7b262605968@osd.1 2024-05-06T01:57:07.067 INFO:journalctl@ceph.osd.1.smithi177.stdout:May 06 01:57:06 smithi177 systemd[1]: Stopping Ceph osd.1 for fe81839c-0b4a-11ef-bc97-c7b262605968... 2024-05-06T01:57:07.523 INFO:journalctl@ceph.osd.1.smithi177.stdout:May 06 01:57:07 smithi177 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-osd-1[36175]: 2024-05-06T01:57:07.069+0000 7f324280e700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-05-06T01:57:07.523 INFO:journalctl@ceph.osd.1.smithi177.stdout:May 06 01:57:07 smithi177 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-osd-1[36175]: 2024-05-06T01:57:07.069+0000 7f324280e700 -1 osd.1 14 *** Got signal Terminated *** 2024-05-06T01:57:07.523 INFO:journalctl@ceph.osd.1.smithi177.stdout:May 06 01:57:07 smithi177 ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-osd-1[36175]: 2024-05-06T01:57:07.069+0000 7f324280e700 -1 osd.1 14 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-05-06T01:57:12.748 INFO:journalctl@ceph.osd.1.smithi177.stdout:May 06 01:57:12 smithi177 podman[42982]: 2024-05-06 01:57:12.440173239 +0000 UTC m=+5.480325999 container died 6ad8936ac507afb47abe3c30583837da787780baa4cf7f575168120c7f7ebaa1 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-osd-1, org.label-schema.build-date=20240430, org.label-schema.license=GPLv2, ceph=True, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, GIT_CLEAN=True) 2024-05-06T01:57:13.023 INFO:journalctl@ceph.osd.1.smithi177.stdout:May 06 01:57:12 smithi177 podman[42982]: 2024-05-06 01:57:12.833499939 +0000 UTC m=+5.873652702 container cleanup 6ad8936ac507afb47abe3c30583837da787780baa4cf7f575168120c7f7ebaa1 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-osd-1, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.build-date=20240430, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, ceph=True, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b) 2024-05-06T01:57:13.023 INFO:journalctl@ceph.osd.1.smithi177.stdout:May 06 01:57:12 smithi177 bash[42982]: ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-osd-1 2024-05-06T01:57:13.397 INFO:journalctl@ceph.osd.1.smithi177.stdout:May 06 01:57:13 smithi177 podman[43005]: 2024-05-06 01:57:13.078307386 +0000 UTC m=+0.630160409 container remove 6ad8936ac507afb47abe3c30583837da787780baa4cf7f575168120c7f7ebaa1 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-osd-1, org.label-schema.build-date=20240430, org.label-schema.schema-version=1.0, ceph=True, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, maintainer=Guillaume Abrioux , GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2) 2024-05-06T01:57:13.694 INFO:journalctl@ceph.osd.1.smithi177.stdout:May 06 01:57:13 smithi177 podman[43102]: 2024-05-06 01:57:13.303246602 +0000 UTC m=+0.017818178 image pull 9f32bee02a8590592410ec0c77c02d76af1e98ec0f409b9b383ddc49778de711 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a 2024-05-06T01:57:13.694 INFO:journalctl@ceph.osd.1.smithi177.stdout:May 06 01:57:13 smithi177 podman[43102]: 2024-05-06 01:57:13.404176866 +0000 UTC m=+0.118748486 container create f20a15a7f74c23db952672c7cb7f07fc2d1cb31215f9793b4eaf7ac3675fa957 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-osd-1-deactivate, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, org.label-schema.build-date=20240430, ceph=True, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2) 2024-05-06T01:57:13.695 INFO:journalctl@ceph.osd.1.smithi177.stdout:May 06 01:57:13 smithi177 podman[43102]: 2024-05-06 01:57:13.606984771 +0000 UTC m=+0.321556346 container init f20a15a7f74c23db952672c7cb7f07fc2d1cb31215f9793b4eaf7ac3675fa957 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-osd-1-deactivate, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, ceph=True, io.buildah.version=1.33.5, CEPH_POINT_RELEASE=, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240430, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2) 2024-05-06T01:57:13.695 INFO:journalctl@ceph.osd.1.smithi177.stdout:May 06 01:57:13 smithi177 podman[43102]: 2024-05-06 01:57:13.612620103 +0000 UTC m=+0.327191679 container start f20a15a7f74c23db952672c7cb7f07fc2d1cb31215f9793b4eaf7ac3675fa957 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-osd-1-deactivate, org.label-schema.vendor=CentOS, io.buildah.version=1.33.5, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , ceph=True, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, org.label-schema.build-date=20240430, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, org.label-schema.license=GPLv2) 2024-05-06T01:57:13.695 INFO:journalctl@ceph.osd.1.smithi177.stdout:May 06 01:57:13 smithi177 podman[43102]: 2024-05-06 01:57:13.698261441 +0000 UTC m=+0.412833031 container attach f20a15a7f74c23db952672c7cb7f07fc2d1cb31215f9793b4eaf7ac3675fa957 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-osd-1-deactivate, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, org.label-schema.build-date=20240430, GIT_BRANCH=HEAD, ceph=True, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b) 2024-05-06T01:57:14.023 INFO:journalctl@ceph.osd.1.smithi177.stdout:May 06 01:57:13 smithi177 podman[43102]: 2024-05-06 01:57:13.90713131 +0000 UTC m=+0.621702901 container died f20a15a7f74c23db952672c7cb7f07fc2d1cb31215f9793b4eaf7ac3675fa957 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-osd-1-deactivate, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, GIT_BRANCH=HEAD, io.buildah.version=1.33.5, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, org.label-schema.build-date=20240430, org.label-schema.vendor=CentOS, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2) 2024-05-06T01:57:14.505 INFO:journalctl@ceph.osd.1.smithi177.stdout:May 06 01:57:14 smithi177 podman[43148]: 2024-05-06 01:57:14.495667492 +0000 UTC m=+0.583419910 container remove f20a15a7f74c23db952672c7cb7f07fc2d1cb31215f9793b4eaf7ac3675fa957 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-fe81839c-0b4a-11ef-bc97-c7b262605968-osd-1-deactivate, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_BRANCH=HEAD, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240430) 2024-05-06T01:57:14.510 DEBUG:teuthology.orchestra.run.smithi177:> sudo pkill -f 'journalctl -f -n 0 -u ceph-fe81839c-0b4a-11ef-bc97-c7b262605968@osd.1.service' 2024-05-06T01:57:14.545 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-06T01:57:14.545 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-05-06T01:57:14.545 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid fe81839c-0b4a-11ef-bc97-c7b262605968 --force --keep-logs 2024-05-06T01:57:14.745 INFO:teuthology.orchestra.run.smithi055.stdout:Deleting cluster with fsid: fe81839c-0b4a-11ef-bc97-c7b262605968 2024-05-06T01:57:19.730 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid fe81839c-0b4a-11ef-bc97-c7b262605968 --force --keep-logs 2024-05-06T01:57:19.918 INFO:teuthology.orchestra.run.smithi177.stdout:Deleting cluster with fsid: fe81839c-0b4a-11ef-bc97-c7b262605968 2024-05-06T01:57:24.699 DEBUG:teuthology.orchestra.run.smithi055:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-06T01:57:24.732 DEBUG:teuthology.orchestra.run.smithi177:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-06T01:57:24.758 INFO:tasks.cephadm:Archiving crash dumps... 2024-05-06T01:57:24.760 DEBUG:teuthology.misc:Transferring archived files from smithi055:/var/lib/ceph/fe81839c-0b4a-11ef-bc97-c7b262605968/crash to /home/teuthworker/archive/yuriw-2024-05-03_23:44:50-rados-wip-yuriw-testing-20240503.181540-main-distro-default-smithi/7690006/remote/smithi055/crash 2024-05-06T01:57:24.761 DEBUG:teuthology.orchestra.run.smithi055:> sudo tar c -f - -C /var/lib/ceph/fe81839c-0b4a-11ef-bc97-c7b262605968/crash -- . 2024-05-06T01:57:24.816 INFO:teuthology.orchestra.run.smithi055.stderr:tar: /var/lib/ceph/fe81839c-0b4a-11ef-bc97-c7b262605968/crash: Cannot open: No such file or directory 2024-05-06T01:57:24.816 INFO:teuthology.orchestra.run.smithi055.stderr:tar: Error is not recoverable: exiting now 2024-05-06T01:57:24.818 DEBUG:teuthology.misc:Transferring archived files from smithi177:/var/lib/ceph/fe81839c-0b4a-11ef-bc97-c7b262605968/crash to /home/teuthworker/archive/yuriw-2024-05-03_23:44:50-rados-wip-yuriw-testing-20240503.181540-main-distro-default-smithi/7690006/remote/smithi177/crash 2024-05-06T01:57:24.819 DEBUG:teuthology.orchestra.run.smithi177:> sudo tar c -f - -C /var/lib/ceph/fe81839c-0b4a-11ef-bc97-c7b262605968/crash -- . 2024-05-06T01:57:24.857 INFO:teuthology.orchestra.run.smithi177.stderr:tar: /var/lib/ceph/fe81839c-0b4a-11ef-bc97-c7b262605968/crash: Cannot open: No such file or directory 2024-05-06T01:57:24.857 INFO:teuthology.orchestra.run.smithi177.stderr:tar: Error is not recoverable: exiting now 2024-05-06T01:57:24.858 INFO:tasks.cephadm:Checking cluster log for badness... 2024-05-06T01:57:24.858 DEBUG:teuthology.orchestra.run.smithi055:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/fe81839c-0b4a-11ef-bc97-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-05-06T01:57:24.887 INFO:teuthology.orchestra.run.smithi055.stdout:2024-05-06T01:53:49.056879+0000 mon.a (mon.0) 303 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-05-06T01:57:24.887 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2024-05-06T01:57:24.888 DEBUG:teuthology.orchestra.run.smithi055:> sudo egrep '\[SEC\]' /var/log/ceph/fe81839c-0b4a-11ef-bc97-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-05-06T01:57:24.956 DEBUG:teuthology.orchestra.run.smithi055:> sudo egrep '\[ERR\]' /var/log/ceph/fe81839c-0b4a-11ef-bc97-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-05-06T01:57:25.024 DEBUG:teuthology.orchestra.run.smithi055:> sudo egrep '\[WRN\]' /var/log/ceph/fe81839c-0b4a-11ef-bc97-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-05-06T01:57:25.092 INFO:teuthology.orchestra.run.smithi055.stdout:2024-05-06T01:53:49.056879+0000 mon.a (mon.0) 303 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-05-06T01:57:25.092 INFO:tasks.cephadm:Compressing logs... 2024-05-06T01:57:25.093 DEBUG:teuthology.orchestra.run.smithi055:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-05-06T01:57:25.135 DEBUG:teuthology.orchestra.run.smithi177:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-05-06T01:57:25.157 INFO:teuthology.orchestra.run.smithi055.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/fe81839c-0b4a-11ef-bc97-c7b262605968/ceph.log 2024-05-06T01:57:25.157 INFO:teuthology.orchestra.run.smithi055.stderr:: No such file or directory 2024-05-06T01:57:25.157 INFO:teuthology.orchestra.run.smithi055.stderr:gzip -5 --verbose -- /var/log/ceph/fe81839c-0b4a-11ef-bc97-c7b262605968/ceph.audit.log 2024-05-06T01:57:25.159 INFO:teuthology.orchestra.run.smithi055.stderr:gzip -5 --verbose -- /var/log/ceph/fe81839c-0b4a-11ef-bc97-c7b262605968/ceph-osd.0.log 2024-05-06T01:57:25.159 INFO:teuthology.orchestra.run.smithi055.stderr:/var/log/ceph/fe81839c-0b4a-11ef-bc97-c7b262605968/ceph.log: /var/log/ceph/fe81839c-0b4a-11ef-bc97-c7b262605968/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/fe81839c-0b4a-11ef-bc97-c7b262605968/ceph-mon.a.log 2024-05-06T01:57:25.159 INFO:teuthology.orchestra.run.smithi055.stderr:/var/log/ceph/fe81839c-0b4a-11ef-bc97-c7b262605968/ceph-osd.0.log: 86.9% -- replaced with /var/log/ceph/fe81839c-0b4a-11ef-bc97-c7b262605968/ceph.log.gz 2024-05-06T01:57:25.159 INFO:teuthology.orchestra.run.smithi055.stderr:gzip -5 --verbose -- /var/log/ceph/fe81839c-0b4a-11ef-bc97-c7b262605968/ceph.cephadm.log 2024-05-06T01:57:25.159 INFO:teuthology.orchestra.run.smithi055.stderr:gzip -5 --verbose -- /var/log/ceph/fe81839c-0b4a-11ef-bc97-c7b262605968/ceph-mgr.a.log 2024-05-06T01:57:25.159 INFO:teuthology.orchestra.run.smithi055.stderr:/var/log/ceph/fe81839c-0b4a-11ef-bc97-c7b262605968/ceph-mon.a.log: /var/log/ceph/fe81839c-0b4a-11ef-bc97-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/fe81839c-0b4a-11ef-bc97-c7b262605968/ceph-volume.log 2024-05-06T01:57:25.159 INFO:teuthology.orchestra.run.smithi055.stderr: 81.9% -- replaced with /var/log/ceph/fe81839c-0b4a-11ef-bc97-c7b262605968/ceph.cephadm.log.gz 2024-05-06T01:57:25.159 INFO:teuthology.orchestra.run.smithi055.stderr:/var/log/ceph/fe81839c-0b4a-11ef-bc97-c7b262605968/ceph-mgr.a.log: gzip -5 --verbose 90.0% -- /var/log/ceph/cephadm.log -- replaced with /var/log/ceph/fe81839c-0b4a-11ef-bc97-c7b262605968/ceph.audit.log.gz 2024-05-06T01:57:25.159 INFO:teuthology.orchestra.run.smithi055.stderr: 2024-05-06T01:57:25.161 INFO:teuthology.orchestra.run.smithi177.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/fe81839c-0b4a-11ef-bc97-c7b262605968/ceph.log 2024-05-06T01:57:25.161 INFO:teuthology.orchestra.run.smithi177.stderr:: No such file or directory 2024-05-06T01:57:25.161 INFO:teuthology.orchestra.run.smithi177.stderr:gzip -5 --verbose -- /var/log/ceph/fe81839c-0b4a-11ef-bc97-c7b262605968/ceph.audit.log 2024-05-06T01:57:25.161 INFO:teuthology.orchestra.run.smithi177.stderr:/var/log/ceph/fe81839c-0b4a-11ef-bc97-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/fe81839c-0b4a-11ef-bc97-c7b262605968/ceph-osd.1.log 2024-05-06T01:57:25.161 INFO:teuthology.orchestra.run.smithi177.stderr:/var/log/ceph/fe81839c-0b4a-11ef-bc97-c7b262605968/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/fe81839c-0b4a-11ef-bc97-c7b262605968/ceph.cephadm.log 2024-05-06T01:57:25.161 INFO:teuthology.orchestra.run.smithi177.stderr: 86.9% -- replaced with /var/log/ceph/fe81839c-0b4a-11ef-bc97-c7b262605968/ceph.log.gz 2024-05-06T01:57:25.163 INFO:teuthology.orchestra.run.smithi177.stderr:/var/log/ceph/fe81839c-0b4a-11ef-bc97-c7b262605968/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/fe81839c-0b4a-11ef-bc97-c7b262605968/ceph-mgr.b.log 2024-05-06T01:57:25.164 INFO:teuthology.orchestra.run.smithi177.stderr:/var/log/ceph/fe81839c-0b4a-11ef-bc97-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/fe81839c-0b4a-11ef-bc97-c7b262605968/ceph-volume.log 2024-05-06T01:57:25.164 INFO:teuthology.orchestra.run.smithi177.stderr: 90.4% -- replaced with /var/log/ceph/fe81839c-0b4a-11ef-bc97-c7b262605968/ceph.audit.log.gz 2024-05-06T01:57:25.164 INFO:teuthology.orchestra.run.smithi177.stderr: 80.9% -- replaced with /var/log/ceph/fe81839c-0b4a-11ef-bc97-c7b262605968/ceph.cephadm.log.gz 2024-05-06T01:57:25.164 INFO:teuthology.orchestra.run.smithi177.stderr:/var/log/ceph/fe81839c-0b4a-11ef-bc97-c7b262605968/ceph-mgr.b.log: gzip -5 --verbose -- /var/log/ceph/fe81839c-0b4a-11ef-bc97-c7b262605968/ceph-mon.b.log 2024-05-06T01:57:25.164 INFO:teuthology.orchestra.run.smithi177.stderr:/var/log/ceph/fe81839c-0b4a-11ef-bc97-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-05-06T01:57:25.164 INFO:teuthology.orchestra.run.smithi177.stderr:/var/log/ceph/fe81839c-0b4a-11ef-bc97-c7b262605968/ceph-mon.b.log: /var/log/ceph/cephadm.log: 83.4% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-06T01:57:25.164 INFO:teuthology.orchestra.run.smithi177.stderr: 91.0% -- replaced with /var/log/ceph/fe81839c-0b4a-11ef-bc97-c7b262605968/ceph-mgr.b.log.gz 2024-05-06T01:57:25.164 INFO:teuthology.orchestra.run.smithi055.stderr:/var/log/ceph/fe81839c-0b4a-11ef-bc97-c7b262605968/ceph-volume.log: /var/log/ceph/cephadm.log: 86.5% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-06T01:57:25.169 INFO:teuthology.orchestra.run.smithi055.stderr: 91.5% -- replaced with /var/log/ceph/fe81839c-0b4a-11ef-bc97-c7b262605968/ceph-volume.log.gz 2024-05-06T01:57:25.170 INFO:teuthology.orchestra.run.smithi177.stderr: 91.5% -- replaced with /var/log/ceph/fe81839c-0b4a-11ef-bc97-c7b262605968/ceph-volume.log.gz 2024-05-06T01:57:25.173 INFO:teuthology.orchestra.run.smithi177.stderr: 93.9% -- replaced with /var/log/ceph/fe81839c-0b4a-11ef-bc97-c7b262605968/ceph-osd.1.log.gz 2024-05-06T01:57:25.174 INFO:teuthology.orchestra.run.smithi055.stderr: 93.8% -- replaced with /var/log/ceph/fe81839c-0b4a-11ef-bc97-c7b262605968/ceph-osd.0.log.gz 2024-05-06T01:57:25.220 INFO:teuthology.orchestra.run.smithi055.stderr: 87.9% -- replaced with /var/log/ceph/fe81839c-0b4a-11ef-bc97-c7b262605968/ceph-mgr.a.log.gz 2024-05-06T01:57:25.231 INFO:teuthology.orchestra.run.smithi177.stderr: 93.1% -- replaced with /var/log/ceph/fe81839c-0b4a-11ef-bc97-c7b262605968/ceph-mon.b.log.gz 2024-05-06T01:57:25.233 INFO:teuthology.orchestra.run.smithi177.stderr: 2024-05-06T01:57:25.233 INFO:teuthology.orchestra.run.smithi177.stderr:real 0m0.084s 2024-05-06T01:57:25.233 INFO:teuthology.orchestra.run.smithi177.stderr:user 0m0.108s 2024-05-06T01:57:25.233 INFO:teuthology.orchestra.run.smithi177.stderr:sys 0m0.018s 2024-05-06T01:57:25.317 INFO:teuthology.orchestra.run.smithi055.stderr: 91.6% -- replaced with /var/log/ceph/fe81839c-0b4a-11ef-bc97-c7b262605968/ceph-mon.a.log.gz 2024-05-06T01:57:25.320 INFO:teuthology.orchestra.run.smithi055.stderr: 2024-05-06T01:57:25.320 INFO:teuthology.orchestra.run.smithi055.stderr:real 0m0.172s 2024-05-06T01:57:25.320 INFO:teuthology.orchestra.run.smithi055.stderr:user 0m0.250s 2024-05-06T01:57:25.320 INFO:teuthology.orchestra.run.smithi055.stderr:sys 0m0.028s 2024-05-06T01:57:25.321 INFO:tasks.cephadm:Archiving logs... 2024-05-06T01:57:25.321 DEBUG:teuthology.misc:Transferring archived files from smithi055:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-05-03_23:44:50-rados-wip-yuriw-testing-20240503.181540-main-distro-default-smithi/7690006/remote/smithi055/log 2024-05-06T01:57:25.322 DEBUG:teuthology.orchestra.run.smithi055:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-06T01:57:25.441 DEBUG:teuthology.misc:Transferring archived files from smithi177:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-05-03_23:44:50-rados-wip-yuriw-testing-20240503.181540-main-distro-default-smithi/7690006/remote/smithi177/log 2024-05-06T01:57:25.442 DEBUG:teuthology.orchestra.run.smithi177:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-06T01:57:25.485 INFO:tasks.cephadm:Removing cluster... 2024-05-06T01:57:25.485 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid fe81839c-0b4a-11ef-bc97-c7b262605968 --force 2024-05-06T01:57:25.670 INFO:teuthology.orchestra.run.smithi055.stdout:Deleting cluster with fsid: fe81839c-0b4a-11ef-bc97-c7b262605968 2024-05-06T01:57:25.933 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid fe81839c-0b4a-11ef-bc97-c7b262605968 --force 2024-05-06T01:57:26.125 INFO:teuthology.orchestra.run.smithi177.stdout:Deleting cluster with fsid: fe81839c-0b4a-11ef-bc97-c7b262605968 2024-05-06T01:57:26.380 INFO:tasks.cephadm:Removing cephadm ... 2024-05-06T01:57:26.381 DEBUG:teuthology.orchestra.run.smithi055:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-06T01:57:26.397 DEBUG:teuthology.orchestra.run.smithi177:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-06T01:57:26.412 INFO:tasks.cephadm:Teardown complete 2024-05-06T01:57:26.412 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-05-06T01:57:26.422 INFO:teuthology.task.install.util:Removing shipped files: /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer... 2024-05-06T01:57:26.422 DEBUG:teuthology.orchestra.run.smithi055:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-05-06T01:57:26.439 DEBUG:teuthology.orchestra.run.smithi177:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-05-06T01:57:26.529 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-05-06T01:57:26.540 INFO:teuthology.task.clock:Checking final clock skew... 2024-05-06T01:57:26.541 DEBUG:teuthology.orchestra.run.smithi055:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-06T01:57:26.543 DEBUG:teuthology.orchestra.run.smithi177:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-06T01:57:26.555 INFO:teuthology.orchestra.run.smithi055.stderr:bash: line 1: ntpq: command not found 2024-05-06T01:57:26.557 INFO:teuthology.orchestra.run.smithi177.stderr:bash: line 1: ntpq: command not found 2024-05-06T01:57:26.560 INFO:teuthology.orchestra.run.smithi055.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-06T01:57:26.560 INFO:teuthology.orchestra.run.smithi055.stdout:=============================================================================== 2024-05-06T01:57:26.560 INFO:teuthology.orchestra.run.smithi055.stdout:^* hv01.front.sepia.ceph.com 3 6 377 56 -470us[ -485us] +/- 68ms 2024-05-06T01:57:26.560 INFO:teuthology.orchestra.run.smithi055.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 57 -44us[ -59us] +/- 83ms 2024-05-06T01:57:26.560 INFO:teuthology.orchestra.run.smithi055.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 55 +589us[ +589us] +/- 77ms 2024-05-06T01:57:26.560 INFO:teuthology.orchestra.run.smithi055.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-05-06T01:57:26.562 INFO:teuthology.orchestra.run.smithi177.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-06T01:57:26.562 INFO:teuthology.orchestra.run.smithi177.stdout:=============================================================================== 2024-05-06T01:57:26.562 INFO:teuthology.orchestra.run.smithi177.stdout:^* hv01.front.sepia.ceph.com 3 6 377 55 -460us[ -451us] +/- 68ms 2024-05-06T01:57:26.562 INFO:teuthology.orchestra.run.smithi177.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 55 -19us[ -19us] +/- 84ms 2024-05-06T01:57:26.562 INFO:teuthology.orchestra.run.smithi177.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 56 +591us[ +600us] +/- 77ms 2024-05-06T01:57:26.562 INFO:teuthology.orchestra.run.smithi177.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-05-06T01:57:26.562 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-05-06T01:57:26.573 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-05-06T01:57:26.573 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-05-06T01:57:26.584 DEBUG:teuthology.orchestra.run.smithi055:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-05-06T01:57:26.671 DEBUG:teuthology.orchestra.run.smithi177:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-05-06T01:57:26.732 DEBUG:teuthology.orchestra.run.smithi055:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-05-06T01:57:26.759 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-06T01:57:26.759 DEBUG:teuthology.orchestra.run.smithi177:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-05-06T01:57:26.785 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-06T01:57:26.786 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-05-06T01:57:26.796 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-05-06T01:57:26.809 INFO:teuthology.task.internal:Duration was 813.246966 seconds 2024-05-06T01:57:26.809 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-05-06T01:57:26.820 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-05-06T01:57:26.821 DEBUG:teuthology.orchestra.run.smithi055:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-06T01:57:26.823 DEBUG:teuthology.orchestra.run.smithi177:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-06T01:57:26.858 INFO:teuthology.orchestra.run.smithi055.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-06T01:57:26.861 INFO:teuthology.orchestra.run.smithi177.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-06T01:57:27.313 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-05-06T01:57:27.313 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi055.front.sepia.ceph.com 2024-05-06T01:57:27.313 DEBUG:teuthology.orchestra.run.smithi055:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-05-06T01:57:27.334 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi177.front.sepia.ceph.com 2024-05-06T01:57:27.334 DEBUG:teuthology.orchestra.run.smithi177:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-05-06T01:57:27.380 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-05-06T01:57:27.380 DEBUG:teuthology.orchestra.run.smithi055:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-06T01:57:27.383 DEBUG:teuthology.orchestra.run.smithi177:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-06T01:57:27.444 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-05-06T01:57:27.445 DEBUG:teuthology.orchestra.run.smithi055:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-06T01:57:27.449 DEBUG:teuthology.orchestra.run.smithi177:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-06T01:57:27.633 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-05-06T01:57:27.644 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-05-06T01:57:27.645 DEBUG:teuthology.orchestra.run.smithi055:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-06T01:57:27.669 DEBUG:teuthology.orchestra.run.smithi177:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-06T01:57:27.692 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-05-06T01:57:27.703 DEBUG:teuthology.orchestra.run.smithi055:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-05-06T01:57:27.711 DEBUG:teuthology.orchestra.run.smithi177:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-05-06T01:57:27.731 INFO:teuthology.orchestra.run.smithi055.stdout:kernel.core_pattern = core 2024-05-06T01:57:27.754 INFO:teuthology.orchestra.run.smithi177.stdout:kernel.core_pattern = core 2024-05-06T01:57:27.773 DEBUG:teuthology.orchestra.run.smithi055:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-06T01:57:27.818 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-06T01:57:27.819 DEBUG:teuthology.orchestra.run.smithi177:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-06T01:57:27.833 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-06T01:57:27.833 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-05-06T01:57:27.844 INFO:teuthology.task.internal:Transferring archived files... 2024-05-06T01:57:27.844 DEBUG:teuthology.misc:Transferring archived files from smithi055:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-05-03_23:44:50-rados-wip-yuriw-testing-20240503.181540-main-distro-default-smithi/7690006/remote/smithi055 2024-05-06T01:57:27.844 DEBUG:teuthology.orchestra.run.smithi055:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-06T01:57:27.896 DEBUG:teuthology.misc:Transferring archived files from smithi177:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-05-03_23:44:50-rados-wip-yuriw-testing-20240503.181540-main-distro-default-smithi/7690006/remote/smithi177 2024-05-06T01:57:27.896 DEBUG:teuthology.orchestra.run.smithi177:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-06T01:57:27.929 INFO:teuthology.task.internal:Removing archive directory... 2024-05-06T01:57:27.929 DEBUG:teuthology.orchestra.run.smithi055:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-06T01:57:27.932 DEBUG:teuthology.orchestra.run.smithi177:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-06T01:57:27.978 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-05-06T01:57:27.991 INFO:teuthology.task.internal:Not uploading archives. 2024-05-06T01:57:27.991 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-05-06T01:57:28.002 INFO:teuthology.task.internal:Tidying up after the test... 2024-05-06T01:57:28.002 DEBUG:teuthology.orchestra.run.smithi055:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-06T01:57:28.004 DEBUG:teuthology.orchestra.run.smithi177:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-06T01:57:28.017 INFO:teuthology.orchestra.run.smithi055.stdout: 262213 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 6 01:57 /home/ubuntu/cephtest 2024-05-06T01:57:28.032 INFO:teuthology.orchestra.run.smithi177.stdout: 262213 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 6 01:57 /home/ubuntu/cephtest 2024-05-06T01:57:28.034 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-05-06T01:57:28.045 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-05-06T01:57:28.077 INFO:teuthology.nuke:Checking targets against current locks 2024-05-06T01:57:28.104 DEBUG:teuthology.nuke:shortname: smithi055 2024-05-06T01:57:28.104 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-06T01:57:28.122 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi055.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-05-03_23:44:50-rados-wip-yuriw-testing-20240503.181540-main-distro-default-smithi/7690006', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-06 01:38:20.124598', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBD5A21kFlvQWQMg8DbUl2tSz1Al3XFY4iRLe3axd+gvCVgddVJAg/DC7CMvtoHFoEl3vwPRY+sZF5TDRxvD3poo='} 2024-05-06T01:57:28.126 DEBUG:teuthology.nuke:shortname: smithi177 2024-05-06T01:57:28.127 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-06T01:57:28.144 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi177.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-05-03_23:44:50-rados-wip-yuriw-testing-20240503.181540-main-distro-default-smithi/7690006', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-06 01:38:20.126402', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDOr4Ga8Cvai6noT6XGu64myvOPcTrp5JdOzmWYYhTewXaXzkEsgwqr7s29NUFQnvWSz9mU8DME28V9WZg/ZabU='} 2024-05-06T01:57:28.160 INFO:teuthology.orchestra.console.smithi055:Power off 2024-05-06T01:57:28.160 DEBUG:teuthology.orchestra.console.smithi055:pexpect command: ipmitool -H smithi055.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-05-06T01:57:28.189 DEBUG:teuthology.orchestra.console.smithi055:power off output: Chassis Power Control: Down/Off 2024-05-06T01:57:28.189 DEBUG:teuthology.orchestra.console.smithi055:pexpect command: ipmitool -H smithi055.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-06T01:57:28.204 INFO:teuthology.orchestra.console.smithi177:Power off 2024-05-06T01:57:28.205 DEBUG:teuthology.orchestra.console.smithi177:pexpect command: ipmitool -H smithi177.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-05-06T01:57:28.214 DEBUG:teuthology.orchestra.console.smithi055:check power output: Chassis Power is on 2024-05-06T01:57:28.229 DEBUG:teuthology.orchestra.console.smithi177:power off output: Chassis Power Control: Down/Off 2024-05-06T01:57:28.229 DEBUG:teuthology.orchestra.console.smithi177:pexpect command: ipmitool -H smithi177.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-06T01:57:28.251 DEBUG:teuthology.orchestra.console.smithi177:check power output: Chassis Power is on 2024-05-06T01:57:32.214 DEBUG:teuthology.orchestra.console.smithi055:pexpect command: ipmitool -H smithi055.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-06T01:57:32.253 DEBUG:teuthology.orchestra.console.smithi177:pexpect command: ipmitool -H smithi177.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-06T01:57:32.323 DEBUG:teuthology.orchestra.console.smithi055:check power output: Chassis Power is on 2024-05-06T01:57:32.361 DEBUG:teuthology.orchestra.console.smithi177:check power output: Chassis Power is on 2024-05-06T01:57:36.328 DEBUG:teuthology.orchestra.console.smithi055:pexpect command: ipmitool -H smithi055.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-06T01:57:36.363 DEBUG:teuthology.orchestra.console.smithi177:pexpect command: ipmitool -H smithi177.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-06T01:57:36.438 DEBUG:teuthology.orchestra.console.smithi055:check power output: Chassis Power is off 2024-05-06T01:57:36.475 DEBUG:teuthology.orchestra.console.smithi177:check power output: Chassis Power is on 2024-05-06T01:57:36.540 INFO:teuthology.orchestra.console.smithi055:Power off completed 2024-05-06T01:57:40.480 DEBUG:teuthology.orchestra.console.smithi177:pexpect command: ipmitool -H smithi177.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-06T01:57:40.590 DEBUG:teuthology.orchestra.console.smithi177:check power output: Chassis Power is off 2024-05-06T01:57:40.691 INFO:teuthology.orchestra.console.smithi177:Power off completed 2024-05-06T01:57:40.795 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: 813.2469658851624 failure_reason: '"2024-05-06T01:53:49.056879+0000 mon.a (mon.0) 303 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON)" in cluster log' flavor: default owner: scheduled_yuriw@teuthology success: false 2024-05-06T01:57:40.795 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-05-06T01:57:40.877 INFO:teuthology.run:FAIL