2024-05-09T03:27:49.977 INFO:root:teuthology version: 0.0.1.dev271+g1ae7ad8 2024-05-09T03:27:49.977 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/adking-2024-05-09_03:09:40-orch:cephadm-wip-adk-testing-2024-05-08-1927-distro-default-smithi/7699480 --description orch:cephadm/workunits/{0-distro/ubuntu_22.04 agent/off mon_election/classic task/test_extra_daemon_features} --owner scheduled_adking@teuthology --name adking-2024-05-09_03:09:40-orch:cephadm-wip-adk-testing-2024-05-08-1927-distro-default-smithi --verbose -- /home/teuthworker/archive/adking-2024-05-09_03:09:40-orch:cephadm-wip-adk-testing-2024-05-08-1927-distro-default-smithi/7699480/orig.config.yaml 2024-05-09T03:27:50.014 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-05-09T03:27:50.099 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/adking-2024-05-09_03:09:40-orch:cephadm-wip-adk-testing-2024-05-08-1927-distro-default-smithi/7699480 branch: wip-adk-testing-2024-05-08-1927 description: orch:cephadm/workunits/{0-distro/ubuntu_22.04 agent/off mon_election/classic task/test_extra_daemon_features} email: adking@redhat.com first_in_suite: false job_id: '7699480' kernel: kdb: 1 sha1: distro ktype: distro last_in_suite: false machine_type: smithi name: adking-2024-05-09_03:09:40-orch:cephadm-wip-adk-testing-2024-05-08-1927-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: ubuntu os_version: '22.04' overrides: admin_socket: branch: wip-adk-testing-2024-05-08-1927 ceph: conf: global: mon election default strategy: 1 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: false mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) log-only-match: - CEPHADM_ sha1: c66c553a84eb9faa0029f5f0bb8284e3a826ac85 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: c66c553a84eb9faa0029f5f0bb8284e3a826ac85 workunit: branch: wip-adk-testing-2024-05-08-1927 sha1: c66c553a84eb9faa0029f5f0bb8284e3a826ac85 owner: scheduled_adking@teuthology priority: 80 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - mon.a - mgr.a - osd.0 - - host.b - mon.b - mgr.b - osd.1 seed: 4873 sha1: c66c553a84eb9faa0029f5f0bb8284e3a826ac85 sleep_before_teardown: 0 subset: 1/20 suite: orch:cephadm suite_branch: wip-adk-testing-2024-05-08-1927 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_c66c553a84eb9faa0029f5f0bb8284e3a826ac85/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: c66c553a84eb9faa0029f5f0bb8284e3a826ac85 targets: smithi060.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBH61bzQ+UqK9SMeWlGAhCa/6gDfbokMZShjG481fK+ML75sq7ub1D8UjdmTxvn4cDFCUdEOBR5zHPfQ6NDVkCt4= smithi100.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKau8SKm3w8xciIEXVXbs2Jieu2QLcZ9bspXgBFfKU040Nf9dEkeirCxA8EuheuY8e6+X7STjxj+jvcKnCcLUek= tasks: - 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-09_03:09:40 tube: smithi user: adking verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-05-09T03:27:50.099 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_c66c553a84eb9faa0029f5f0bb8284e3a826ac85/qa; will attempt to use it 2024-05-09T03:27:50.099 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_c66c553a84eb9faa0029f5f0bb8284e3a826ac85/qa/tasks 2024-05-09T03:27:50.100 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-05-09T03:27:50.101 INFO:teuthology.task.internal:Checking packages... 2024-05-09T03:27:50.124 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash 'c66c553a84eb9faa0029f5f0bb8284e3a826ac85' 2024-05-09T03:27:50.125 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-05-09T03:27:50.125 INFO:teuthology.packaging:ref: None 2024-05-09T03:27:50.125 INFO:teuthology.packaging:tag: None 2024-05-09T03:27:50.125 INFO:teuthology.packaging:branch: wip-adk-testing-2024-05-08-1927 2024-05-09T03:27:50.125 INFO:teuthology.packaging:sha1: c66c553a84eb9faa0029f5f0bb8284e3a826ac85 2024-05-09T03:27:50.125 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&ref=wip-adk-testing-2024-05-08-1927 2024-05-09T03:27:50.267 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-3631-gc66c553a-1jammy 2024-05-09T03:27:50.268 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-05-09T03:27:50.275 INFO:teuthology.task.internal:no buildpackages task found 2024-05-09T03:27:50.275 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-05-09T03:27:50.390 INFO:teuthology.task.internal:Saving configuration 2024-05-09T03:27:50.405 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-05-09T03:27:50.440 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-09T03:27:50.462 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi060.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-05-09_03:09:40-orch:cephadm-wip-adk-testing-2024-05-08-1927-distro-default-smithi/7699480', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-09 03:20:43.308084', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIE8FUBcQDO0+17JxTbTmYPeoM4wJt1th+B9DvYYxFEAe'} 2024-05-09T03:27:50.480 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi100.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-05-09_03:09:40-orch:cephadm-wip-adk-testing-2024-05-08-1927-distro-default-smithi/7699480', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-09 03:20:43.309697', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGZAxw4LeOAmsSEe4xJLeVo5UEvWfj6Qsk5FrY12lub1'} 2024-05-09T03:27:50.480 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-05-09T03:27:50.579 INFO:teuthology.task.internal:roles: ubuntu@smithi060.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2024-05-09T03:27:50.579 INFO:teuthology.task.internal:roles: ubuntu@smithi100.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2024-05-09T03:27:50.579 INFO:teuthology.run_tasks:Running task console_log... 2024-05-09T03:27:50.719 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f98277b1430>, signals=[15]) 2024-05-09T03:27:50.720 INFO:teuthology.run_tasks:Running task internal.connect... 2024-05-09T03:27:50.725 INFO:teuthology.task.internal:Opening connections... 2024-05-09T03:27:50.725 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi060.front.sepia.ceph.com 2024-05-09T03:27:50.727 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi060.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-09T03:27:50.807 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi100.front.sepia.ceph.com 2024-05-09T03:27:50.808 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi100.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-09T03:27:50.885 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-05-09T03:27:50.890 DEBUG:teuthology.orchestra.run.smithi060:> uname -m 2024-05-09T03:27:50.895 INFO:teuthology.orchestra.run.smithi060.stdout:x86_64 2024-05-09T03:27:50.896 DEBUG:teuthology.orchestra.run.smithi060:> cat /etc/os-release 2024-05-09T03:27:50.943 INFO:teuthology.orchestra.run.smithi060.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-05-09T03:27:50.943 INFO:teuthology.orchestra.run.smithi060.stdout:NAME="Ubuntu" 2024-05-09T03:27:50.943 INFO:teuthology.orchestra.run.smithi060.stdout:VERSION_ID="22.04" 2024-05-09T03:27:50.943 INFO:teuthology.orchestra.run.smithi060.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-05-09T03:27:50.943 INFO:teuthology.orchestra.run.smithi060.stdout:VERSION_CODENAME=jammy 2024-05-09T03:27:50.943 INFO:teuthology.orchestra.run.smithi060.stdout:ID=ubuntu 2024-05-09T03:27:50.943 INFO:teuthology.orchestra.run.smithi060.stdout:ID_LIKE=debian 2024-05-09T03:27:50.943 INFO:teuthology.orchestra.run.smithi060.stdout:HOME_URL="https://www.ubuntu.com/" 2024-05-09T03:27:50.943 INFO:teuthology.orchestra.run.smithi060.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-05-09T03:27:50.943 INFO:teuthology.orchestra.run.smithi060.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-05-09T03:27:50.943 INFO:teuthology.orchestra.run.smithi060.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-05-09T03:27:50.943 INFO:teuthology.orchestra.run.smithi060.stdout:UBUNTU_CODENAME=jammy 2024-05-09T03:27:50.944 INFO:teuthology.lock.ops:Updating smithi060.front.sepia.ceph.com on lock server 2024-05-09T03:27:50.966 DEBUG:teuthology.orchestra.run.smithi100:> uname -m 2024-05-09T03:27:50.971 INFO:teuthology.orchestra.run.smithi100.stdout:x86_64 2024-05-09T03:27:50.972 DEBUG:teuthology.orchestra.run.smithi100:> cat /etc/os-release 2024-05-09T03:27:51.019 INFO:teuthology.orchestra.run.smithi100.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-05-09T03:27:51.019 INFO:teuthology.orchestra.run.smithi100.stdout:NAME="Ubuntu" 2024-05-09T03:27:51.019 INFO:teuthology.orchestra.run.smithi100.stdout:VERSION_ID="22.04" 2024-05-09T03:27:51.019 INFO:teuthology.orchestra.run.smithi100.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-05-09T03:27:51.019 INFO:teuthology.orchestra.run.smithi100.stdout:VERSION_CODENAME=jammy 2024-05-09T03:27:51.019 INFO:teuthology.orchestra.run.smithi100.stdout:ID=ubuntu 2024-05-09T03:27:51.019 INFO:teuthology.orchestra.run.smithi100.stdout:ID_LIKE=debian 2024-05-09T03:27:51.019 INFO:teuthology.orchestra.run.smithi100.stdout:HOME_URL="https://www.ubuntu.com/" 2024-05-09T03:27:51.020 INFO:teuthology.orchestra.run.smithi100.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-05-09T03:27:51.020 INFO:teuthology.orchestra.run.smithi100.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-05-09T03:27:51.020 INFO:teuthology.orchestra.run.smithi100.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-05-09T03:27:51.020 INFO:teuthology.orchestra.run.smithi100.stdout:UBUNTU_CODENAME=jammy 2024-05-09T03:27:51.020 INFO:teuthology.lock.ops:Updating smithi100.front.sepia.ceph.com on lock server 2024-05-09T03:27:51.041 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-05-09T03:27:51.049 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-05-09T03:27:51.124 INFO:teuthology.task.internal:Checking for old test directory... 2024-05-09T03:27:51.125 DEBUG:teuthology.orchestra.run.smithi060:> test '!' -e /home/ubuntu/cephtest 2024-05-09T03:27:51.127 DEBUG:teuthology.orchestra.run.smithi100:> test '!' -e /home/ubuntu/cephtest 2024-05-09T03:27:51.132 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-05-09T03:27:51.184 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-05-09T03:27:51.184 DEBUG:teuthology.orchestra.run.smithi060:> test -z $(ls -A /var/lib/ceph) 2024-05-09T03:27:51.186 DEBUG:teuthology.orchestra.run.smithi100:> test -z $(ls -A /var/lib/ceph) 2024-05-09T03:27:51.198 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-05-09T03:27:51.302 INFO:teuthology.run_tasks:Running task kernel... 2024-05-09T03:27:51.316 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-05-09T03:27:51.316 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-05-09T03:27:51.316 DEBUG:teuthology.orchestra.run.smithi060:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-09T03:27:51.316 DEBUG:teuthology.orchestra.run.smithi100:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-09T03:27:51.321 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-09T03:27:51.321 DEBUG:teuthology.orchestra.run.smithi060:> uname -r 2024-05-09T03:27:51.322 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-09T03:27:51.322 DEBUG:teuthology.orchestra.run.smithi100:> uname -r 2024-05-09T03:27:51.368 INFO:teuthology.orchestra.run.smithi060.stdout:5.15.0-56-generic 2024-05-09T03:27:51.368 INFO:teuthology.task.kernel:Running kernel on smithi060: 5.15.0-56-generic 2024-05-09T03:27:51.368 DEBUG:teuthology.orchestra.run.smithi060:> sudo apt-get clean 2024-05-09T03:27:51.371 INFO:teuthology.orchestra.run.smithi100.stdout:5.15.0-56-generic 2024-05-09T03:27:51.371 INFO:teuthology.task.kernel:Running kernel on smithi100: 5.15.0-56-generic 2024-05-09T03:27:51.371 DEBUG:teuthology.orchestra.run.smithi100:> sudo apt-get clean 2024-05-09T03:27:51.511 DEBUG:teuthology.orchestra.run.smithi060:> sudo apt-get update 2024-05-09T03:27:51.520 DEBUG:teuthology.orchestra.run.smithi100:> sudo apt-get update 2024-05-09T03:27:51.669 INFO:teuthology.orchestra.run.smithi100.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-09T03:27:51.678 INFO:teuthology.orchestra.run.smithi060.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-09T03:27:51.678 INFO:teuthology.orchestra.run.smithi060.stdout:Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-05-09T03:27:51.690 INFO:teuthology.orchestra.run.smithi060.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-05-09T03:27:51.710 INFO:teuthology.orchestra.run.smithi100.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-05-09T03:27:51.767 INFO:teuthology.orchestra.run.smithi100.stdout:Get:3 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-05-09T03:27:51.858 INFO:teuthology.orchestra.run.smithi060.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-05-09T03:27:51.858 INFO:teuthology.orchestra.run.smithi100.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-05-09T03:27:51.974 INFO:teuthology.orchestra.run.smithi100.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [624 kB] 2024-05-09T03:27:51.991 INFO:teuthology.orchestra.run.smithi060.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,421 kB] 2024-05-09T03:27:52.002 INFO:teuthology.orchestra.run.smithi060.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [624 kB] 2024-05-09T03:27:52.085 INFO:teuthology.orchestra.run.smithi100.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,638 kB] 2024-05-09T03:27:52.115 INFO:teuthology.orchestra.run.smithi060.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,638 kB] 2024-05-09T03:27:52.143 INFO:teuthology.orchestra.run.smithi100.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [307 kB] 2024-05-09T03:27:52.149 INFO:teuthology.orchestra.run.smithi100.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-05-09T03:27:52.149 INFO:teuthology.orchestra.run.smithi100.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,864 kB] 2024-05-09T03:27:52.179 INFO:teuthology.orchestra.run.smithi060.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [458 kB] 2024-05-09T03:27:52.182 INFO:teuthology.orchestra.run.smithi100.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-05-09T03:27:52.183 INFO:teuthology.orchestra.run.smithi100.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [316 kB] 2024-05-09T03:27:52.190 INFO:teuthology.orchestra.run.smithi100.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-05-09T03:27:52.190 INFO:teuthology.orchestra.run.smithi100.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [702 kB] 2024-05-09T03:27:52.190 INFO:teuthology.orchestra.run.smithi100.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,421 kB] 2024-05-09T03:27:52.194 INFO:teuthology.orchestra.run.smithi060.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [246 kB] 2024-05-09T03:27:52.195 INFO:teuthology.orchestra.run.smithi060.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [307 kB] 2024-05-09T03:27:52.203 INFO:teuthology.orchestra.run.smithi100.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,073 kB] 2024-05-09T03:27:52.204 INFO:teuthology.orchestra.run.smithi060.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-05-09T03:27:52.204 INFO:teuthology.orchestra.run.smithi060.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,807 kB] 2024-05-09T03:27:52.209 INFO:teuthology.orchestra.run.smithi060.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-05-09T03:27:52.209 INFO:teuthology.orchestra.run.smithi060.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-05-09T03:27:52.213 INFO:teuthology.orchestra.run.smithi060.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,864 kB] 2024-05-09T03:27:52.222 INFO:teuthology.orchestra.run.smithi100.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [245 kB] 2024-05-09T03:27:52.227 INFO:teuthology.orchestra.run.smithi100.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-05-09T03:27:52.259 INFO:teuthology.orchestra.run.smithi100.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,472 B] 2024-05-09T03:27:52.260 INFO:teuthology.orchestra.run.smithi100.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.7 kB] 2024-05-09T03:27:52.261 INFO:teuthology.orchestra.run.smithi060.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [36.5 kB] 2024-05-09T03:27:52.262 INFO:teuthology.orchestra.run.smithi060.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [307 kB] 2024-05-09T03:27:52.263 INFO:teuthology.orchestra.run.smithi100.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.4 kB] 2024-05-09T03:27:52.263 INFO:teuthology.orchestra.run.smithi100.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-05-09T03:27:52.264 INFO:teuthology.orchestra.run.smithi100.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-05-09T03:27:52.265 INFO:teuthology.orchestra.run.smithi100.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.3 kB] 2024-05-09T03:27:52.265 INFO:teuthology.orchestra.run.smithi100.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-05-09T03:27:52.267 INFO:teuthology.orchestra.run.smithi060.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [316 kB] 2024-05-09T03:27:52.272 INFO:teuthology.orchestra.run.smithi060.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-05-09T03:27:52.273 INFO:teuthology.orchestra.run.smithi100.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-05-09T03:27:52.273 INFO:teuthology.orchestra.run.smithi100.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [16.0 kB] 2024-05-09T03:27:52.273 INFO:teuthology.orchestra.run.smithi100.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [27.2 kB] 2024-05-09T03:27:52.310 INFO:teuthology.orchestra.run.smithi060.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [702 kB] 2024-05-09T03:27:52.310 INFO:teuthology.orchestra.run.smithi060.stdout:Get:21 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-05-09T03:27:52.310 INFO:teuthology.orchestra.run.smithi060.stdout:Get:22 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [849 kB] 2024-05-09T03:27:52.317 INFO:teuthology.orchestra.run.smithi100.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-05-09T03:27:52.318 INFO:teuthology.orchestra.run.smithi060.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,073 kB] 2024-05-09T03:27:52.318 INFO:teuthology.orchestra.run.smithi100.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-05-09T03:27:52.325 INFO:teuthology.orchestra.run.smithi060.stdout:Get:24 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [602 kB] 2024-05-09T03:27:52.329 INFO:teuthology.orchestra.run.smithi060.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [245 kB] 2024-05-09T03:27:52.332 INFO:teuthology.orchestra.run.smithi060.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-05-09T03:27:52.332 INFO:teuthology.orchestra.run.smithi060.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,472 B] 2024-05-09T03:27:52.332 INFO:teuthology.orchestra.run.smithi060.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.7 kB] 2024-05-09T03:27:52.333 INFO:teuthology.orchestra.run.smithi060.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.4 kB] 2024-05-09T03:27:52.333 INFO:teuthology.orchestra.run.smithi060.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-05-09T03:27:52.335 INFO:teuthology.orchestra.run.smithi060.stdout:Get:31 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB] 2024-05-09T03:27:52.338 INFO:teuthology.orchestra.run.smithi060.stdout:Get:32 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-05-09T03:27:52.339 INFO:teuthology.orchestra.run.smithi060.stdout:Get:33 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-05-09T03:27:52.339 INFO:teuthology.orchestra.run.smithi060.stdout:Get:34 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-05-09T03:27:52.340 INFO:teuthology.orchestra.run.smithi060.stdout:Get:35 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-05-09T03:27:52.340 INFO:teuthology.orchestra.run.smithi060.stdout:Get:36 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-05-09T03:27:52.343 INFO:teuthology.orchestra.run.smithi060.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.3 kB] 2024-05-09T03:27:52.344 INFO:teuthology.orchestra.run.smithi060.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-05-09T03:27:52.345 INFO:teuthology.orchestra.run.smithi060.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-05-09T03:27:52.366 INFO:teuthology.orchestra.run.smithi060.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-05-09T03:27:52.366 INFO:teuthology.orchestra.run.smithi060.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [16.0 kB] 2024-05-09T03:27:52.366 INFO:teuthology.orchestra.run.smithi060.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [27.2 kB] 2024-05-09T03:27:52.367 INFO:teuthology.orchestra.run.smithi060.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-05-09T03:27:52.367 INFO:teuthology.orchestra.run.smithi060.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-05-09T03:27:52.603 INFO:teuthology.orchestra.run.smithi100.stdout:Get:30 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [458 kB] 2024-05-09T03:27:52.620 INFO:teuthology.orchestra.run.smithi100.stdout:Get:31 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [246 kB] 2024-05-09T03:27:52.630 INFO:teuthology.orchestra.run.smithi100.stdout:Get:32 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-05-09T03:27:52.630 INFO:teuthology.orchestra.run.smithi100.stdout:Get:33 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [36.5 kB] 2024-05-09T03:27:52.632 INFO:teuthology.orchestra.run.smithi100.stdout:Get:34 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,807 kB] 2024-05-09T03:27:52.725 INFO:teuthology.orchestra.run.smithi100.stdout:Get:35 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [307 kB] 2024-05-09T03:27:52.736 INFO:teuthology.orchestra.run.smithi100.stdout:Get:36 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-05-09T03:27:52.736 INFO:teuthology.orchestra.run.smithi100.stdout:Get:37 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [602 kB] 2024-05-09T03:27:52.756 INFO:teuthology.orchestra.run.smithi100.stdout:Get:38 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [849 kB] 2024-05-09T03:27:52.942 INFO:teuthology.orchestra.run.smithi100.stdout:Get:39 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB] 2024-05-09T03:27:53.348 INFO:teuthology.orchestra.run.smithi100.stdout:Get:40 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-05-09T03:27:53.353 INFO:teuthology.orchestra.run.smithi100.stdout:Get:41 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-05-09T03:27:53.368 INFO:teuthology.orchestra.run.smithi100.stdout:Get:42 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-05-09T03:27:53.368 INFO:teuthology.orchestra.run.smithi100.stdout:Get:43 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-05-09T03:27:53.371 INFO:teuthology.orchestra.run.smithi100.stdout:Get:44 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-05-09T03:27:57.937 INFO:teuthology.orchestra.run.smithi100.stdout:Fetched 13.4 MB in 2s (6,727 kB/s) 2024-05-09T03:27:58.331 INFO:teuthology.orchestra.run.smithi060.stdout:Fetched 13.4 MB in 2s (6,489 kB/s) 2024-05-09T03:27:59.459 INFO:teuthology.orchestra.run.smithi100.stdout:Reading package lists... 2024-05-09T03:27:59.477 DEBUG:teuthology.orchestra.run.smithi100:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-05-09T03:27:59.540 INFO:teuthology.orchestra.run.smithi100.stdout:Reading package lists... 2024-05-09T03:27:59.741 INFO:teuthology.orchestra.run.smithi100.stdout:Building dependency tree... 2024-05-09T03:27:59.742 INFO:teuthology.orchestra.run.smithi100.stdout:Reading state information... 2024-05-09T03:27:59.766 INFO:teuthology.orchestra.run.smithi060.stdout:Reading package lists... 2024-05-09T03:27:59.784 DEBUG:teuthology.orchestra.run.smithi060:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-05-09T03:27:59.840 INFO:teuthology.orchestra.run.smithi060.stdout:Reading package lists... 2024-05-09T03:27:59.917 INFO:teuthology.orchestra.run.smithi100.stdout:The following packages were automatically installed and are no longer required: 2024-05-09T03:27:59.917 INFO:teuthology.orchestra.run.smithi100.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-09T03:27:59.917 INFO:teuthology.orchestra.run.smithi100.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-09T03:27:59.918 INFO:teuthology.orchestra.run.smithi100.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-09T03:27:59.918 INFO:teuthology.orchestra.run.smithi100.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-05-09T03:27:59.918 INFO:teuthology.orchestra.run.smithi100.stdout: python2.7-minimal 2024-05-09T03:27:59.918 INFO:teuthology.orchestra.run.smithi100.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-09T03:27:59.919 INFO:teuthology.orchestra.run.smithi100.stdout:The following additional packages will be installed: 2024-05-09T03:27:59.919 INFO:teuthology.orchestra.run.smithi100.stdout: linux-generic linux-headers-5.15.0-106 linux-headers-5.15.0-106-generic 2024-05-09T03:27:59.919 INFO:teuthology.orchestra.run.smithi100.stdout: linux-headers-generic linux-image-5.15.0-106-generic 2024-05-09T03:27:59.919 INFO:teuthology.orchestra.run.smithi100.stdout: linux-modules-5.15.0-106-generic linux-modules-extra-5.15.0-106-generic 2024-05-09T03:27:59.920 INFO:teuthology.orchestra.run.smithi100.stdout:Suggested packages: 2024-05-09T03:27:59.920 INFO:teuthology.orchestra.run.smithi100.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-05-09T03:27:59.921 INFO:teuthology.orchestra.run.smithi100.stdout:Recommended packages: 2024-05-09T03:27:59.921 INFO:teuthology.orchestra.run.smithi100.stdout: thermald 2024-05-09T03:27:59.969 INFO:teuthology.orchestra.run.smithi100.stdout:The following NEW packages will be installed: 2024-05-09T03:27:59.969 INFO:teuthology.orchestra.run.smithi100.stdout: linux-headers-5.15.0-106 linux-headers-5.15.0-106-generic 2024-05-09T03:27:59.969 INFO:teuthology.orchestra.run.smithi100.stdout: linux-image-5.15.0-106-generic linux-modules-5.15.0-106-generic 2024-05-09T03:27:59.969 INFO:teuthology.orchestra.run.smithi100.stdout: linux-modules-extra-5.15.0-106-generic 2024-05-09T03:27:59.971 INFO:teuthology.orchestra.run.smithi100.stdout:The following packages will be upgraded: 2024-05-09T03:27:59.971 INFO:teuthology.orchestra.run.smithi100.stdout: linux-generic linux-headers-generic linux-image-generic 2024-05-09T03:28:00.044 INFO:teuthology.orchestra.run.smithi060.stdout:Building dependency tree... 2024-05-09T03:28:00.044 INFO:teuthology.orchestra.run.smithi060.stdout:Reading state information... 2024-05-09T03:28:00.151 INFO:teuthology.orchestra.run.smithi100.stdout:3 upgraded, 5 newly installed, 0 to remove and 316 not upgraded. 2024-05-09T03:28:00.151 INFO:teuthology.orchestra.run.smithi100.stdout:Need to get 113 MB of archives. 2024-05-09T03:28:00.151 INFO:teuthology.orchestra.run.smithi100.stdout:After this operation, 583 MB of additional disk space will be used. 2024-05-09T03:28:00.151 INFO:teuthology.orchestra.run.smithi100.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-106-generic amd64 5.15.0-106.116 [22.7 MB] 2024-05-09T03:28:00.224 INFO:teuthology.orchestra.run.smithi060.stdout:The following packages were automatically installed and are no longer required: 2024-05-09T03:28:00.224 INFO:teuthology.orchestra.run.smithi060.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-09T03:28:00.224 INFO:teuthology.orchestra.run.smithi060.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-09T03:28:00.225 INFO:teuthology.orchestra.run.smithi060.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-09T03:28:00.225 INFO:teuthology.orchestra.run.smithi060.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-05-09T03:28:00.225 INFO:teuthology.orchestra.run.smithi060.stdout: python2.7-minimal 2024-05-09T03:28:00.225 INFO:teuthology.orchestra.run.smithi060.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-09T03:28:00.226 INFO:teuthology.orchestra.run.smithi060.stdout:The following additional packages will be installed: 2024-05-09T03:28:00.226 INFO:teuthology.orchestra.run.smithi060.stdout: linux-generic linux-headers-5.15.0-106 linux-headers-5.15.0-106-generic 2024-05-09T03:28:00.226 INFO:teuthology.orchestra.run.smithi060.stdout: linux-headers-generic linux-image-5.15.0-106-generic 2024-05-09T03:28:00.227 INFO:teuthology.orchestra.run.smithi060.stdout: linux-modules-5.15.0-106-generic linux-modules-extra-5.15.0-106-generic 2024-05-09T03:28:00.228 INFO:teuthology.orchestra.run.smithi060.stdout:Suggested packages: 2024-05-09T03:28:00.228 INFO:teuthology.orchestra.run.smithi060.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-05-09T03:28:00.228 INFO:teuthology.orchestra.run.smithi060.stdout:Recommended packages: 2024-05-09T03:28:00.228 INFO:teuthology.orchestra.run.smithi060.stdout: thermald 2024-05-09T03:28:00.275 INFO:teuthology.orchestra.run.smithi060.stdout:The following NEW packages will be installed: 2024-05-09T03:28:00.275 INFO:teuthology.orchestra.run.smithi060.stdout: linux-headers-5.15.0-106 linux-headers-5.15.0-106-generic 2024-05-09T03:28:00.275 INFO:teuthology.orchestra.run.smithi060.stdout: linux-image-5.15.0-106-generic linux-modules-5.15.0-106-generic 2024-05-09T03:28:00.276 INFO:teuthology.orchestra.run.smithi060.stdout: linux-modules-extra-5.15.0-106-generic 2024-05-09T03:28:00.277 INFO:teuthology.orchestra.run.smithi060.stdout:The following packages will be upgraded: 2024-05-09T03:28:00.277 INFO:teuthology.orchestra.run.smithi060.stdout: linux-generic linux-headers-generic linux-image-generic 2024-05-09T03:28:00.366 INFO:teuthology.orchestra.run.smithi060.stdout:3 upgraded, 5 newly installed, 0 to remove and 316 not upgraded. 2024-05-09T03:28:00.366 INFO:teuthology.orchestra.run.smithi060.stdout:Need to get 113 MB of archives. 2024-05-09T03:28:00.366 INFO:teuthology.orchestra.run.smithi060.stdout:After this operation, 583 MB of additional disk space will be used. 2024-05-09T03:28:00.366 INFO:teuthology.orchestra.run.smithi060.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-106-generic amd64 5.15.0-106.116 [22.7 MB] 2024-05-09T03:28:01.282 INFO:teuthology.orchestra.run.smithi060.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-106-generic amd64 5.15.0-106.116 [11.5 MB] 2024-05-09T03:28:01.484 INFO:teuthology.orchestra.run.smithi060.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-106-generic amd64 5.15.0-106.116 [63.9 MB] 2024-05-09T03:28:01.548 INFO:teuthology.orchestra.run.smithi100.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-106-generic amd64 5.15.0-106.116 [11.5 MB] 2024-05-09T03:28:01.899 INFO:teuthology.orchestra.run.smithi100.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-106-generic amd64 5.15.0-106.116 [63.9 MB] 2024-05-09T03:28:03.412 INFO:teuthology.orchestra.run.smithi060.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.106.106 [1,692 B] 2024-05-09T03:28:03.517 INFO:teuthology.orchestra.run.smithi060.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.106.106 [2,502 B] 2024-05-09T03:28:03.517 INFO:teuthology.orchestra.run.smithi060.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-106 all 5.15.0-106.116 [12.3 MB] 2024-05-09T03:28:03.856 INFO:teuthology.orchestra.run.smithi060.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-106-generic amd64 5.15.0-106.116 [2,876 kB] 2024-05-09T03:28:03.908 INFO:teuthology.orchestra.run.smithi060.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.106.106 [2,366 B] 2024-05-09T03:28:04.109 INFO:teuthology.orchestra.run.smithi100.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.106.106 [1,692 B] 2024-05-09T03:28:04.109 INFO:teuthology.orchestra.run.smithi100.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.106.106 [2,502 B] 2024-05-09T03:28:04.109 INFO:teuthology.orchestra.run.smithi100.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-106 all 5.15.0-106.116 [12.3 MB] 2024-05-09T03:28:04.342 INFO:teuthology.orchestra.run.smithi060.stdout:Fetched 113 MB in 4s (31.3 MB/s) 2024-05-09T03:28:04.534 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package linux-modules-5.15.0-106-generic. 2024-05-09T03:28:05.065 INFO:teuthology.orchestra.run.smithi100.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-106-generic amd64 5.15.0-106.116 [2,876 kB] 2024-05-09T03:28:05.199 INFO:teuthology.orchestra.run.smithi100.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.106.106 [2,366 B] 2024-05-09T03:28:05.584 INFO:teuthology.orchestra.run.smithi100.stdout:Fetched 113 MB in 5s (21.7 MB/s) 2024-05-09T03:28:05.751 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package linux-modules-5.15.0-106-generic. 2024-05-09T03:28:06.687 INFO:teuthology.orchestra.run.smithi060.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 129542 files and directories currently installed.) 2024-05-09T03:28:06.691 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../0-linux-modules-5.15.0-106-generic_5.15.0-106.116_amd64.deb ... 2024-05-09T03:28:06.807 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking linux-modules-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-09T03:28:07.873 INFO:teuthology.orchestra.run.smithi100.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 129542 files and directories currently installed.) 2024-05-09T03:28:07.878 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../0-linux-modules-5.15.0-106-generic_5.15.0-106.116_amd64.deb ... 2024-05-09T03:28:08.031 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking linux-modules-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-09T03:28:09.266 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package linux-image-5.15.0-106-generic. 2024-05-09T03:28:09.280 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../1-linux-image-5.15.0-106-generic_5.15.0-106.116_amd64.deb ... 2024-05-09T03:28:09.357 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking linux-image-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-09T03:28:09.828 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-106-generic. 2024-05-09T03:28:09.849 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-106-generic_5.15.0-106.116_amd64.deb ... 2024-05-09T03:28:09.903 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking linux-modules-extra-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-09T03:28:10.424 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package linux-image-5.15.0-106-generic. 2024-05-09T03:28:10.445 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../1-linux-image-5.15.0-106-generic_5.15.0-106.116_amd64.deb ... 2024-05-09T03:28:10.564 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking linux-image-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-09T03:28:11.068 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-106-generic. 2024-05-09T03:28:11.089 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-106-generic_5.15.0-106.116_amd64.deb ... 2024-05-09T03:28:11.126 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking linux-modules-extra-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-09T03:28:16.422 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../3-linux-generic_5.15.0.106.106_amd64.deb ... 2024-05-09T03:28:16.540 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking linux-generic (5.15.0.106.106) over (5.15.0.56.54) ... 2024-05-09T03:28:16.857 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.106.106_amd64.deb ... 2024-05-09T03:28:16.969 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking linux-image-generic (5.15.0.106.106) over (5.15.0.56.54) ... 2024-05-09T03:28:17.280 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package linux-headers-5.15.0-106. 2024-05-09T03:28:17.302 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../5-linux-headers-5.15.0-106_5.15.0-106.116_all.deb ... 2024-05-09T03:28:17.346 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking linux-headers-5.15.0-106 (5.15.0-106.116) ... 2024-05-09T03:28:18.311 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../3-linux-generic_5.15.0.106.106_amd64.deb ... 2024-05-09T03:28:18.411 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking linux-generic (5.15.0.106.106) over (5.15.0.56.54) ... 2024-05-09T03:28:18.769 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.106.106_amd64.deb ... 2024-05-09T03:28:18.923 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking linux-image-generic (5.15.0.106.106) over (5.15.0.56.54) ... 2024-05-09T03:28:19.251 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package linux-headers-5.15.0-106. 2024-05-09T03:28:19.273 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../5-linux-headers-5.15.0-106_5.15.0-106.116_all.deb ... 2024-05-09T03:28:19.334 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking linux-headers-5.15.0-106 (5.15.0-106.116) ... 2024-05-09T03:28:23.228 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package linux-headers-5.15.0-106-generic. 2024-05-09T03:28:23.266 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../6-linux-headers-5.15.0-106-generic_5.15.0-106.116_amd64.deb ... 2024-05-09T03:28:23.302 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking linux-headers-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-09T03:28:26.060 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package linux-headers-5.15.0-106-generic. 2024-05-09T03:28:26.097 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../6-linux-headers-5.15.0-106-generic_5.15.0-106.116_amd64.deb ... 2024-05-09T03:28:26.134 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking linux-headers-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-09T03:28:26.180 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.106.106_amd64.deb ... 2024-05-09T03:28:26.280 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking linux-headers-generic (5.15.0.106.106) over (5.15.0.56.54) ... 2024-05-09T03:28:26.605 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up linux-headers-5.15.0-106 (5.15.0-106.116) ... 2024-05-09T03:28:26.726 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up linux-headers-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-09T03:28:26.852 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up linux-headers-generic (5.15.0.106.106) ... 2024-05-09T03:28:26.981 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up linux-image-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-09T03:28:28.394 INFO:teuthology.orchestra.run.smithi060.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-05-09T03:28:28.395 INFO:teuthology.orchestra.run.smithi060.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-05-09T03:28:28.395 INFO:teuthology.orchestra.run.smithi060.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-106-generic 2024-05-09T03:28:28.395 INFO:teuthology.orchestra.run.smithi060.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-106-generic 2024-05-09T03:28:28.543 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up linux-modules-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-09T03:28:29.913 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.106.106_amd64.deb ... 2024-05-09T03:28:29.995 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up linux-modules-extra-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-09T03:28:30.038 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking linux-headers-generic (5.15.0.106.106) over (5.15.0.56.54) ... 2024-05-09T03:28:30.429 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up linux-headers-5.15.0-106 (5.15.0-106.116) ... 2024-05-09T03:28:30.576 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up linux-headers-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-09T03:28:30.702 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up linux-headers-generic (5.15.0.106.106) ... 2024-05-09T03:28:30.847 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up linux-image-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-09T03:28:31.413 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up linux-image-generic (5.15.0.106.106) ... 2024-05-09T03:28:31.539 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up linux-generic (5.15.0.106.106) ... 2024-05-09T03:28:31.665 INFO:teuthology.orchestra.run.smithi060.stdout:Processing triggers for linux-image-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-09T03:28:31.730 INFO:teuthology.orchestra.run.smithi060.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-05-09T03:28:31.730 INFO:teuthology.orchestra.run.smithi060.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-106-generic 2024-05-09T03:28:32.203 INFO:teuthology.orchestra.run.smithi100.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-05-09T03:28:32.203 INFO:teuthology.orchestra.run.smithi100.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-05-09T03:28:32.203 INFO:teuthology.orchestra.run.smithi100.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-106-generic 2024-05-09T03:28:32.203 INFO:teuthology.orchestra.run.smithi100.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-106-generic 2024-05-09T03:28:32.383 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up linux-modules-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-09T03:28:34.242 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up linux-modules-extra-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-09T03:28:35.694 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up linux-image-generic (5.15.0.106.106) ... 2024-05-09T03:28:35.794 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up linux-generic (5.15.0.106.106) ... 2024-05-09T03:28:35.929 INFO:teuthology.orchestra.run.smithi100.stdout:Processing triggers for linux-image-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-09T03:28:35.986 INFO:teuthology.orchestra.run.smithi100.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-05-09T03:28:35.986 INFO:teuthology.orchestra.run.smithi100.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-106-generic 2024-05-09T03:28:46.438 INFO:teuthology.orchestra.run.smithi060.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-05-09T03:28:46.439 INFO:teuthology.orchestra.run.smithi060.stdout:Sourcing file `/etc/default/grub' 2024-05-09T03:28:46.470 INFO:teuthology.orchestra.run.smithi060.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-05-09T03:28:46.483 INFO:teuthology.orchestra.run.smithi060.stdout:Generating grub configuration file ... 2024-05-09T03:28:46.759 INFO:teuthology.orchestra.run.smithi060.stdout:Found linux image: /boot/vmlinuz-5.15.0-106-generic 2024-05-09T03:28:46.784 INFO:teuthology.orchestra.run.smithi060.stdout:Found initrd image: /boot/initrd.img-5.15.0-106-generic 2024-05-09T03:28:47.081 INFO:teuthology.orchestra.run.smithi060.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-05-09T03:28:47.087 INFO:teuthology.orchestra.run.smithi060.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-05-09T03:28:47.163 INFO:teuthology.orchestra.run.smithi060.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-05-09T03:28:47.169 INFO:teuthology.orchestra.run.smithi060.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-05-09T03:28:47.341 INFO:teuthology.orchestra.run.smithi060.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-05-09T03:28:47.341 INFO:teuthology.orchestra.run.smithi060.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-05-09T03:28:47.341 INFO:teuthology.orchestra.run.smithi060.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-05-09T03:28:47.401 INFO:teuthology.orchestra.run.smithi060.stdout:done 2024-05-09T03:28:47.857 DEBUG:teuthology.orchestra.run.smithi060:> dpkg -s linux-image-generic 2024-05-09T03:28:47.879 INFO:teuthology.orchestra.run.smithi060.stdout:Package: linux-image-generic 2024-05-09T03:28:47.879 INFO:teuthology.orchestra.run.smithi060.stdout:Status: install ok installed 2024-05-09T03:28:47.879 INFO:teuthology.orchestra.run.smithi060.stdout:Priority: optional 2024-05-09T03:28:47.879 INFO:teuthology.orchestra.run.smithi060.stdout:Section: kernel 2024-05-09T03:28:47.879 INFO:teuthology.orchestra.run.smithi060.stdout:Installed-Size: 21 2024-05-09T03:28:47.879 INFO:teuthology.orchestra.run.smithi060.stdout:Maintainer: Ubuntu Kernel Team 2024-05-09T03:28:47.879 INFO:teuthology.orchestra.run.smithi060.stdout:Architecture: amd64 2024-05-09T03:28:47.879 INFO:teuthology.orchestra.run.smithi060.stdout:Source: linux-meta 2024-05-09T03:28:47.879 INFO:teuthology.orchestra.run.smithi060.stdout:Version: 5.15.0.106.106 2024-05-09T03:28:47.879 INFO:teuthology.orchestra.run.smithi060.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-106), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-05-09T03:28:47.880 INFO:teuthology.orchestra.run.smithi060.stdout:Depends: linux-image-5.15.0-106-generic, linux-modules-extra-5.15.0-106-generic, linux-firmware, intel-microcode, amd64-microcode 2024-05-09T03:28:47.880 INFO:teuthology.orchestra.run.smithi060.stdout:Recommends: thermald 2024-05-09T03:28:47.880 INFO:teuthology.orchestra.run.smithi060.stdout:Description: Generic Linux kernel image 2024-05-09T03:28:47.880 INFO:teuthology.orchestra.run.smithi060.stdout: This package will always depend on the latest generic kernel image 2024-05-09T03:28:47.880 INFO:teuthology.orchestra.run.smithi060.stdout: available. 2024-05-09T03:28:47.880 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-106-generic 2024-05-09T03:28:47.880 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-09T03:28:47.880 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-09T03:28:47.880 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-05-09T03:28:47.881 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi060.front.sepia.ceph.com, path=None, version=distro) 2024-05-09T03:28:47.881 DEBUG:teuthology.orchestra.run.smithi060:> sudo apt-get clean 2024-05-09T03:28:48.104 DEBUG:teuthology.orchestra.run.smithi060:> sudo apt-get update 2024-05-09T03:28:48.234 INFO:teuthology.orchestra.run.smithi060.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-05-09T03:28:48.348 INFO:teuthology.orchestra.run.smithi060.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-09T03:28:48.430 INFO:teuthology.orchestra.run.smithi060.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-05-09T03:28:48.511 INFO:teuthology.orchestra.run.smithi060.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-05-09T03:28:49.660 INFO:teuthology.orchestra.run.smithi060.stdout:Reading package lists... 2024-05-09T03:28:49.678 DEBUG:teuthology.orchestra.run.smithi060:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-05-09T03:28:49.740 INFO:teuthology.orchestra.run.smithi060.stdout:Reading package lists... 2024-05-09T03:28:49.948 INFO:teuthology.orchestra.run.smithi060.stdout:Building dependency tree... 2024-05-09T03:28:49.948 INFO:teuthology.orchestra.run.smithi060.stdout:Reading state information... 2024-05-09T03:28:50.137 INFO:teuthology.orchestra.run.smithi060.stdout:linux-image-generic is already the newest version (5.15.0.106.106). 2024-05-09T03:28:50.138 INFO:teuthology.orchestra.run.smithi060.stdout:The following packages were automatically installed and are no longer required: 2024-05-09T03:28:50.138 INFO:teuthology.orchestra.run.smithi060.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-09T03:28:50.138 INFO:teuthology.orchestra.run.smithi060.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-09T03:28:50.138 INFO:teuthology.orchestra.run.smithi060.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-09T03:28:50.138 INFO:teuthology.orchestra.run.smithi060.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-05-09T03:28:50.138 INFO:teuthology.orchestra.run.smithi060.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-05-09T03:28:50.139 INFO:teuthology.orchestra.run.smithi060.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-09T03:28:50.178 INFO:teuthology.orchestra.run.smithi060.stdout:0 upgraded, 0 newly installed, 0 to remove and 316 not upgraded. 2024-05-09T03:28:50.181 DEBUG:teuthology.orchestra.run.smithi060:> dpkg -s linux-image-generic 2024-05-09T03:28:50.197 INFO:teuthology.orchestra.run.smithi060.stdout:Package: linux-image-generic 2024-05-09T03:28:50.197 INFO:teuthology.orchestra.run.smithi060.stdout:Status: install ok installed 2024-05-09T03:28:50.197 INFO:teuthology.orchestra.run.smithi060.stdout:Priority: optional 2024-05-09T03:28:50.198 INFO:teuthology.orchestra.run.smithi060.stdout:Section: kernel 2024-05-09T03:28:50.198 INFO:teuthology.orchestra.run.smithi060.stdout:Installed-Size: 21 2024-05-09T03:28:50.198 INFO:teuthology.orchestra.run.smithi060.stdout:Maintainer: Ubuntu Kernel Team 2024-05-09T03:28:50.198 INFO:teuthology.orchestra.run.smithi060.stdout:Architecture: amd64 2024-05-09T03:28:50.198 INFO:teuthology.orchestra.run.smithi060.stdout:Source: linux-meta 2024-05-09T03:28:50.198 INFO:teuthology.orchestra.run.smithi060.stdout:Version: 5.15.0.106.106 2024-05-09T03:28:50.198 INFO:teuthology.orchestra.run.smithi060.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-106), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-05-09T03:28:50.198 INFO:teuthology.orchestra.run.smithi060.stdout:Depends: linux-image-5.15.0-106-generic, linux-modules-extra-5.15.0-106-generic, linux-firmware, intel-microcode, amd64-microcode 2024-05-09T03:28:50.198 INFO:teuthology.orchestra.run.smithi060.stdout:Recommends: thermald 2024-05-09T03:28:50.198 INFO:teuthology.orchestra.run.smithi060.stdout:Description: Generic Linux kernel image 2024-05-09T03:28:50.198 INFO:teuthology.orchestra.run.smithi060.stdout: This package will always depend on the latest generic kernel image 2024-05-09T03:28:50.199 INFO:teuthology.orchestra.run.smithi060.stdout: available. 2024-05-09T03:28:50.199 DEBUG:teuthology.orchestra.run.smithi060:> mktemp 2024-05-09T03:28:50.243 INFO:teuthology.orchestra.run.smithi060.stdout:/tmp/tmp.5Q9XIAVc0q 2024-05-09T03:28:50.244 DEBUG:teuthology.orchestra.run.smithi060:> sudo cp /boot/grub/grub.cfg /tmp/tmp.5Q9XIAVc0q 2024-05-09T03:28:50.300 DEBUG:teuthology.orchestra.run.smithi060:> sudo chmod 0666 /tmp/tmp.5Q9XIAVc0q 2024-05-09T03:28:50.421 DEBUG:teuthology.orchestra.remote:smithi060:/tmp/tmp.5Q9XIAVc0q is 10KB 2024-05-09T03:28:50.434 DEBUG:teuthology.orchestra.run.smithi060:> rm -fr /tmp/tmp.5Q9XIAVc0q 2024-05-09T03:28:50.440 DEBUG:teuthology.orchestra.run.smithi060:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-05-09T03:28:50.499 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-05-09T03:28:50.499 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-05-09T03:28:50.499 DEBUG:teuthology.orchestra.run.smithi060:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-05-09T03:28:50.574 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-106-generic 2024-05-09T03:28:50.574 DEBUG:teuthology.orchestra.run.smithi060:> sudo update-grub 2024-05-09T03:28:50.606 INFO:teuthology.orchestra.run.smithi100.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-05-09T03:28:50.606 INFO:teuthology.orchestra.run.smithi100.stdout:Sourcing file `/etc/default/grub' 2024-05-09T03:28:50.627 INFO:teuthology.orchestra.run.smithi100.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-05-09T03:28:50.651 INFO:teuthology.orchestra.run.smithi100.stdout:Generating grub configuration file ... 2024-05-09T03:28:50.969 INFO:teuthology.orchestra.run.smithi100.stdout:Found linux image: /boot/vmlinuz-5.15.0-106-generic 2024-05-09T03:28:50.987 INFO:teuthology.orchestra.run.smithi100.stdout:Found initrd image: /boot/initrd.img-5.15.0-106-generic 2024-05-09T03:28:51.346 INFO:teuthology.orchestra.run.smithi100.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-05-09T03:28:51.352 INFO:teuthology.orchestra.run.smithi100.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-05-09T03:28:51.417 INFO:teuthology.orchestra.run.smithi100.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-05-09T03:28:51.422 INFO:teuthology.orchestra.run.smithi100.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-05-09T03:28:51.605 INFO:teuthology.orchestra.run.smithi100.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-05-09T03:28:51.605 INFO:teuthology.orchestra.run.smithi100.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-05-09T03:28:51.606 INFO:teuthology.orchestra.run.smithi100.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-05-09T03:28:51.643 INFO:teuthology.orchestra.run.smithi100.stdout:done 2024-05-09T03:28:51.819 INFO:teuthology.orchestra.run.smithi060.stderr:Sourcing file `/etc/default/grub' 2024-05-09T03:28:51.820 INFO:teuthology.orchestra.run.smithi060.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-05-09T03:28:51.822 INFO:teuthology.orchestra.run.smithi060.stderr:Generating grub configuration file ... 2024-05-09T03:28:51.995 INFO:teuthology.orchestra.run.smithi060.stderr:Found linux image: /boot/vmlinuz-5.15.0-106-generic 2024-05-09T03:28:52.001 INFO:teuthology.orchestra.run.smithi060.stderr:Found initrd image: /boot/initrd.img-5.15.0-106-generic 2024-05-09T03:28:52.137 DEBUG:teuthology.orchestra.run.smithi100:> dpkg -s linux-image-generic 2024-05-09T03:28:52.158 INFO:teuthology.orchestra.run.smithi100.stdout:Package: linux-image-generic 2024-05-09T03:28:52.158 INFO:teuthology.orchestra.run.smithi100.stdout:Status: install ok installed 2024-05-09T03:28:52.158 INFO:teuthology.orchestra.run.smithi100.stdout:Priority: optional 2024-05-09T03:28:52.158 INFO:teuthology.orchestra.run.smithi100.stdout:Section: kernel 2024-05-09T03:28:52.158 INFO:teuthology.orchestra.run.smithi100.stdout:Installed-Size: 21 2024-05-09T03:28:52.158 INFO:teuthology.orchestra.run.smithi100.stdout:Maintainer: Ubuntu Kernel Team 2024-05-09T03:28:52.158 INFO:teuthology.orchestra.run.smithi100.stdout:Architecture: amd64 2024-05-09T03:28:52.158 INFO:teuthology.orchestra.run.smithi100.stdout:Source: linux-meta 2024-05-09T03:28:52.159 INFO:teuthology.orchestra.run.smithi100.stdout:Version: 5.15.0.106.106 2024-05-09T03:28:52.159 INFO:teuthology.orchestra.run.smithi100.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-106), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-05-09T03:28:52.159 INFO:teuthology.orchestra.run.smithi100.stdout:Depends: linux-image-5.15.0-106-generic, linux-modules-extra-5.15.0-106-generic, linux-firmware, intel-microcode, amd64-microcode 2024-05-09T03:28:52.159 INFO:teuthology.orchestra.run.smithi100.stdout:Recommends: thermald 2024-05-09T03:28:52.159 INFO:teuthology.orchestra.run.smithi100.stdout:Description: Generic Linux kernel image 2024-05-09T03:28:52.159 INFO:teuthology.orchestra.run.smithi100.stdout: This package will always depend on the latest generic kernel image 2024-05-09T03:28:52.159 INFO:teuthology.orchestra.run.smithi100.stdout: available. 2024-05-09T03:28:52.159 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-106-generic 2024-05-09T03:28:52.159 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-09T03:28:52.159 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-09T03:28:52.159 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-05-09T03:28:52.160 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi100.front.sepia.ceph.com, path=None, version=distro) 2024-05-09T03:28:52.160 DEBUG:teuthology.orchestra.run.smithi100:> sudo apt-get clean 2024-05-09T03:28:52.238 INFO:teuthology.orchestra.run.smithi060.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-05-09T03:28:52.244 INFO:teuthology.orchestra.run.smithi060.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-05-09T03:28:52.287 INFO:teuthology.orchestra.run.smithi060.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-05-09T03:28:52.292 INFO:teuthology.orchestra.run.smithi060.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-05-09T03:28:52.362 DEBUG:teuthology.orchestra.run.smithi100:> sudo apt-get update 2024-05-09T03:28:52.409 INFO:teuthology.orchestra.run.smithi060.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-05-09T03:28:52.409 INFO:teuthology.orchestra.run.smithi060.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-05-09T03:28:52.409 INFO:teuthology.orchestra.run.smithi060.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-05-09T03:28:52.426 INFO:teuthology.orchestra.run.smithi060.stderr:done 2024-05-09T03:28:52.445 DEBUG:teuthology.orchestra.run.smithi060:> sudo shutdown -r now 2024-05-09T03:28:52.616 INFO:teuthology.orchestra.run.smithi100.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-09T03:28:52.616 INFO:teuthology.orchestra.run.smithi100.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-05-09T03:28:52.682 INFO:teuthology.orchestra.run.smithi100.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-05-09T03:28:52.763 INFO:teuthology.orchestra.run.smithi100.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-05-09T03:28:54.014 INFO:teuthology.orchestra.run.smithi100.stdout:Reading package lists... 2024-05-09T03:28:54.032 DEBUG:teuthology.orchestra.run.smithi100:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-05-09T03:28:54.082 INFO:teuthology.orchestra.run.smithi100.stdout:Reading package lists... 2024-05-09T03:28:54.260 INFO:teuthology.orchestra.run.smithi100.stdout:Building dependency tree... 2024-05-09T03:28:54.270 INFO:teuthology.orchestra.run.smithi100.stdout:Reading state information... 2024-05-09T03:28:54.427 INFO:teuthology.orchestra.run.smithi100.stdout:linux-image-generic is already the newest version (5.15.0.106.106). 2024-05-09T03:28:54.427 INFO:teuthology.orchestra.run.smithi100.stdout:The following packages were automatically installed and are no longer required: 2024-05-09T03:28:54.427 INFO:teuthology.orchestra.run.smithi100.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-09T03:28:54.428 INFO:teuthology.orchestra.run.smithi100.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-09T03:28:54.428 INFO:teuthology.orchestra.run.smithi100.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-09T03:28:54.428 INFO:teuthology.orchestra.run.smithi100.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-05-09T03:28:54.428 INFO:teuthology.orchestra.run.smithi100.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-05-09T03:28:54.428 INFO:teuthology.orchestra.run.smithi100.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-09T03:28:54.466 INFO:teuthology.orchestra.run.smithi100.stdout:0 upgraded, 0 newly installed, 0 to remove and 316 not upgraded. 2024-05-09T03:28:54.468 DEBUG:teuthology.orchestra.run.smithi100:> dpkg -s linux-image-generic 2024-05-09T03:28:54.525 INFO:teuthology.orchestra.run.smithi100.stdout:Package: linux-image-generic 2024-05-09T03:28:54.525 INFO:teuthology.orchestra.run.smithi100.stdout:Status: install ok installed 2024-05-09T03:28:54.525 INFO:teuthology.orchestra.run.smithi100.stdout:Priority: optional 2024-05-09T03:28:54.525 INFO:teuthology.orchestra.run.smithi100.stdout:Section: kernel 2024-05-09T03:28:54.525 INFO:teuthology.orchestra.run.smithi100.stdout:Installed-Size: 21 2024-05-09T03:28:54.525 INFO:teuthology.orchestra.run.smithi100.stdout:Maintainer: Ubuntu Kernel Team 2024-05-09T03:28:54.525 INFO:teuthology.orchestra.run.smithi100.stdout:Architecture: amd64 2024-05-09T03:28:54.525 INFO:teuthology.orchestra.run.smithi100.stdout:Source: linux-meta 2024-05-09T03:28:54.526 INFO:teuthology.orchestra.run.smithi100.stdout:Version: 5.15.0.106.106 2024-05-09T03:28:54.526 INFO:teuthology.orchestra.run.smithi100.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-106), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-05-09T03:28:54.526 INFO:teuthology.orchestra.run.smithi100.stdout:Depends: linux-image-5.15.0-106-generic, linux-modules-extra-5.15.0-106-generic, linux-firmware, intel-microcode, amd64-microcode 2024-05-09T03:28:54.526 INFO:teuthology.orchestra.run.smithi100.stdout:Recommends: thermald 2024-05-09T03:28:54.526 INFO:teuthology.orchestra.run.smithi100.stdout:Description: Generic Linux kernel image 2024-05-09T03:28:54.526 INFO:teuthology.orchestra.run.smithi100.stdout: This package will always depend on the latest generic kernel image 2024-05-09T03:28:54.526 INFO:teuthology.orchestra.run.smithi100.stdout: available. 2024-05-09T03:28:54.526 DEBUG:teuthology.orchestra.run.smithi100:> mktemp 2024-05-09T03:28:54.570 INFO:teuthology.orchestra.run.smithi100.stdout:/tmp/tmp.zi4aZI8SzW 2024-05-09T03:28:54.570 DEBUG:teuthology.orchestra.run.smithi100:> sudo cp /boot/grub/grub.cfg /tmp/tmp.zi4aZI8SzW 2024-05-09T03:28:54.625 DEBUG:teuthology.orchestra.run.smithi100:> sudo chmod 0666 /tmp/tmp.zi4aZI8SzW 2024-05-09T03:28:54.742 DEBUG:teuthology.orchestra.remote:smithi100:/tmp/tmp.zi4aZI8SzW is 10KB 2024-05-09T03:28:54.755 DEBUG:teuthology.orchestra.run.smithi100:> rm -fr /tmp/tmp.zi4aZI8SzW 2024-05-09T03:28:54.761 DEBUG:teuthology.orchestra.run.smithi100:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-05-09T03:28:54.817 DEBUG:teuthology.orchestra.run.smithi100:> set -ex 2024-05-09T03:28:54.818 DEBUG:teuthology.orchestra.run.smithi100:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-05-09T03:28:54.818 DEBUG:teuthology.orchestra.run.smithi100:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-05-09T03:28:54.918 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-106-generic 2024-05-09T03:28:54.919 DEBUG:teuthology.orchestra.run.smithi100:> sudo update-grub 2024-05-09T03:28:56.331 INFO:teuthology.orchestra.run.smithi100.stderr:Sourcing file `/etc/default/grub' 2024-05-09T03:28:56.332 INFO:teuthology.orchestra.run.smithi100.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-05-09T03:28:56.339 INFO:teuthology.orchestra.run.smithi100.stderr:Generating grub configuration file ... 2024-05-09T03:28:56.558 INFO:teuthology.orchestra.run.smithi100.stderr:Found linux image: /boot/vmlinuz-5.15.0-106-generic 2024-05-09T03:28:56.565 INFO:teuthology.orchestra.run.smithi100.stderr:Found initrd image: /boot/initrd.img-5.15.0-106-generic 2024-05-09T03:28:56.850 INFO:teuthology.orchestra.run.smithi100.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-05-09T03:28:56.855 INFO:teuthology.orchestra.run.smithi100.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-05-09T03:28:56.895 INFO:teuthology.orchestra.run.smithi100.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-05-09T03:28:56.902 INFO:teuthology.orchestra.run.smithi100.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-05-09T03:28:57.019 INFO:teuthology.orchestra.run.smithi100.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-05-09T03:28:57.019 INFO:teuthology.orchestra.run.smithi100.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-05-09T03:28:57.019 INFO:teuthology.orchestra.run.smithi100.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-05-09T03:28:57.033 INFO:teuthology.orchestra.run.smithi100.stderr:done 2024-05-09T03:28:57.035 DEBUG:teuthology.orchestra.run.smithi100:> sudo shutdown -r now 2024-05-09T03:29:22.470 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-05-09T03:29:22.471 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi060.front.sepia.ceph.com' 2024-05-09T03:29:22.472 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi060.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-09T03:29:27.082 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-05-09T03:29:27.082 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi100.front.sepia.ceph.com' 2024-05-09T03:29:27.083 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi100.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-09T03:30:01.635 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.100 2024-05-09T03:30:10.645 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi100.front.sepia.ceph.com' 2024-05-09T03:30:10.646 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi100.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-09T03:30:13.726 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.100 2024-05-09T03:30:22.482 DEBUG:teuthology.orchestra.remote:timed out 2024-05-09T03:30:25.730 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi100.front.sepia.ceph.com' 2024-05-09T03:30:25.731 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi100.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-09T03:30:28.798 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.100 2024-05-09T03:30:31.486 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi060.front.sepia.ceph.com' 2024-05-09T03:30:31.487 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi060.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-09T03:30:39.294 DEBUG:teuthology.orchestra.run.smithi060:> true 2024-05-09T03:30:40.096 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi060.front.sepia.ceph.com' 2024-05-09T03:30:40.096 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-106-generic"... 2024-05-09T03:30:40.097 DEBUG:teuthology.orchestra.run.smithi060:> uname -r 2024-05-09T03:30:40.145 INFO:teuthology.orchestra.run.smithi060.stdout:5.15.0-106-generic 2024-05-09T03:30:40.146 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-106-generic vs 5.15.0-106-generic 2024-05-09T03:30:40.146 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-09T03:30:40.146 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-05-09T03:30:41.147 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-05-09T03:30:41.147 DEBUG:teuthology.orchestra.run.smithi060:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-09T03:30:41.274 INFO:teuthology.orchestra.run.smithi060.stdout:ttyS1 2024-05-09T03:30:41.327 DEBUG:teuthology.parallel:result is None 2024-05-09T03:30:43.800 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi100.front.sepia.ceph.com' 2024-05-09T03:30:43.800 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi100.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-09T03:30:43.802 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.100 2024-05-09T03:31:01.804 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi100.front.sepia.ceph.com' 2024-05-09T03:31:01.805 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi100.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-09T03:31:02.160 DEBUG:teuthology.orchestra.run.smithi100:> true 2024-05-09T03:31:02.760 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi100.front.sepia.ceph.com' 2024-05-09T03:31:02.760 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-106-generic"... 2024-05-09T03:31:02.760 DEBUG:teuthology.orchestra.run.smithi100:> uname -r 2024-05-09T03:31:02.807 INFO:teuthology.orchestra.run.smithi100.stdout:5.15.0-106-generic 2024-05-09T03:31:02.807 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-106-generic vs 5.15.0-106-generic 2024-05-09T03:31:02.807 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-09T03:31:02.807 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-05-09T03:31:03.808 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-05-09T03:31:03.808 DEBUG:teuthology.orchestra.run.smithi100:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-09T03:31:03.896 INFO:teuthology.orchestra.run.smithi100.stdout:ttyS1 2024-05-09T03:31:03.929 DEBUG:teuthology.parallel:result is None 2024-05-09T03:31:03.929 INFO:teuthology.run_tasks:Running task internal.base... 2024-05-09T03:31:03.936 INFO:teuthology.task.internal:Creating test directory... 2024-05-09T03:31:03.937 DEBUG:teuthology.orchestra.run.smithi060:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-09T03:31:03.939 DEBUG:teuthology.orchestra.run.smithi100:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-09T03:31:03.945 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-05-09T03:31:03.956 INFO:teuthology.run_tasks:Running task internal.archive... 2024-05-09T03:31:03.965 INFO:teuthology.task.internal:Creating archive directory... 2024-05-09T03:31:03.966 DEBUG:teuthology.orchestra.run.smithi060:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-09T03:31:03.987 DEBUG:teuthology.orchestra.run.smithi100:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-09T03:31:04.015 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-05-09T03:31:04.022 INFO:teuthology.task.internal:Enabling coredump saving... 2024-05-09T03:31:04.022 DEBUG:teuthology.orchestra.run.smithi060:> 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-09T03:31:04.054 DEBUG:teuthology.orchestra.run.smithi100:> 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-09T03:31:04.074 INFO:teuthology.orchestra.run.smithi100.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-09T03:31:04.082 INFO:teuthology.orchestra.run.smithi100.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-09T03:31:04.084 INFO:teuthology.orchestra.run.smithi060.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-09T03:31:04.093 INFO:teuthology.orchestra.run.smithi060.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-09T03:31:04.095 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-05-09T03:31:04.102 INFO:teuthology.task.internal:Configuring sudo... 2024-05-09T03:31:04.102 DEBUG:teuthology.orchestra.run.smithi060:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-09T03:31:04.139 DEBUG:teuthology.orchestra.run.smithi100:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-09T03:31:04.152 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-05-09T03:31:04.161 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-05-09T03:31:04.161 DEBUG:teuthology.orchestra.run.smithi060:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-09T03:31:04.197 DEBUG:teuthology.orchestra.run.smithi100:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-09T03:31:04.202 DEBUG:teuthology.orchestra.run.smithi060:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-09T03:31:04.249 DEBUG:teuthology.orchestra.run.smithi060:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-09T03:31:04.297 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-05-09T03:31:04.297 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-09T03:31:04.358 DEBUG:teuthology.orchestra.run.smithi100:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-09T03:31:04.364 DEBUG:teuthology.orchestra.run.smithi100:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-09T03:31:04.411 DEBUG:teuthology.orchestra.run.smithi100:> set -ex 2024-05-09T03:31:04.411 DEBUG:teuthology.orchestra.run.smithi100:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-09T03:31:04.484 DEBUG:teuthology.orchestra.run.smithi060:> sudo service rsyslog restart 2024-05-09T03:31:04.486 DEBUG:teuthology.orchestra.run.smithi100:> sudo service rsyslog restart 2024-05-09T03:31:04.555 INFO:teuthology.run_tasks:Running task internal.timer... 2024-05-09T03:31:04.562 INFO:teuthology.task.internal:Starting timer... 2024-05-09T03:31:04.562 INFO:teuthology.run_tasks:Running task pcp... 2024-05-09T03:31:04.573 INFO:teuthology.run_tasks:Running task selinux... 2024-05-09T03:31:04.582 DEBUG:teuthology.task.selinux:Excluding smithi060: OS 'ubuntu' does not support SELinux 2024-05-09T03:31:04.582 DEBUG:teuthology.task.selinux:Excluding smithi100: OS 'ubuntu' does not support SELinux 2024-05-09T03:31:04.582 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-05-09T03:31:04.582 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-05-09T03:31:04.582 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-05-09T03:31:04.583 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-05-09T03:31:04.592 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-05-09T03:31:04.610 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-09T03:31:04.611 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi060.front.sepia.ceph.com,smithi100.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-05-09T03:38:14.399 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi060.front.sepia.ceph.com'), Remote(name='ubuntu@smithi100.front.sepia.ceph.com')] 2024-05-09T03:38:14.400 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi060.front.sepia.ceph.com' 2024-05-09T03:38:14.401 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi060.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-09T03:38:14.483 DEBUG:teuthology.orchestra.run.smithi060:> true 2024-05-09T03:38:14.563 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi060.front.sepia.ceph.com' 2024-05-09T03:38:14.563 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi100.front.sepia.ceph.com' 2024-05-09T03:38:14.564 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi100.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-09T03:38:14.645 DEBUG:teuthology.orchestra.run.smithi100:> true 2024-05-09T03:38:14.722 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi100.front.sepia.ceph.com' 2024-05-09T03:38:14.722 INFO:teuthology.run_tasks:Running task clock... 2024-05-09T03:38:14.735 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-05-09T03:38:14.736 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-09T03:38:14.736 DEBUG:teuthology.orchestra.run.smithi060:> 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-09T03:38:14.739 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-09T03:38:14.739 DEBUG:teuthology.orchestra.run.smithi100:> 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-09T03:38:14.764 INFO:teuthology.orchestra.run.smithi060.stdout: 9 May 03:38:14 ntpd[17169]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-05-09T03:38:14.764 INFO:teuthology.orchestra.run.smithi060.stdout: 9 May 03:38:14 ntpd[17169]: Command line: ntpd -gq 2024-05-09T03:38:14.764 INFO:teuthology.orchestra.run.smithi060.stdout: 9 May 03:38:14 ntpd[17169]: ---------------------------------------------------- 2024-05-09T03:38:14.764 INFO:teuthology.orchestra.run.smithi060.stdout: 9 May 03:38:14 ntpd[17169]: ntp-4 is maintained by Network Time Foundation, 2024-05-09T03:38:14.764 INFO:teuthology.orchestra.run.smithi060.stdout: 9 May 03:38:14 ntpd[17169]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-05-09T03:38:14.764 INFO:teuthology.orchestra.run.smithi060.stdout: 9 May 03:38:14 ntpd[17169]: corporation. Support and training for ntp-4 are 2024-05-09T03:38:14.764 INFO:teuthology.orchestra.run.smithi060.stdout: 9 May 03:38:14 ntpd[17169]: available at https://www.nwtime.org/support 2024-05-09T03:38:14.764 INFO:teuthology.orchestra.run.smithi060.stdout: 9 May 03:38:14 ntpd[17169]: ---------------------------------------------------- 2024-05-09T03:38:14.765 INFO:teuthology.orchestra.run.smithi060.stdout: 9 May 03:38:14 ntpd[17169]: proto: precision = 0.068 usec (-24) 2024-05-09T03:38:14.765 INFO:teuthology.orchestra.run.smithi060.stdout: 9 May 03:38:14 ntpd[17169]: basedate set to 2022-02-04 2024-05-09T03:38:14.765 INFO:teuthology.orchestra.run.smithi060.stdout: 9 May 03:38:14 ntpd[17169]: gps base set to 2022-02-06 (week 2196) 2024-05-09T03:38:14.765 INFO:teuthology.orchestra.run.smithi060.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-05-09T03:38:14.766 INFO:teuthology.orchestra.run.smithi060.stdout: 9 May 03:38:14 ntpd[17169]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-05-09T03:38:14.766 INFO:teuthology.orchestra.run.smithi060.stdout: 9 May 03:38:14 ntpd[17169]: restrict ::: KOD does nothing without LIMITED. 2024-05-09T03:38:14.766 INFO:teuthology.orchestra.run.smithi060.stderr:restrict ::: KOD does nothing without LIMITED. 2024-05-09T03:38:14.767 INFO:teuthology.orchestra.run.smithi060.stdout: 9 May 03:38:14 ntpd[17169]: Listen and drop on 0 v6wildcard [::]:123 2024-05-09T03:38:14.767 INFO:teuthology.orchestra.run.smithi060.stdout: 9 May 03:38:14 ntpd[17169]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-05-09T03:38:14.767 INFO:teuthology.orchestra.run.smithi060.stdout: 9 May 03:38:14 ntpd[17169]: Listen normally on 2 lo 127.0.0.1:123 2024-05-09T03:38:14.767 INFO:teuthology.orchestra.run.smithi060.stdout: 9 May 03:38:14 ntpd[17169]: Listen normally on 3 ens1f0 172.21.15.60:123 2024-05-09T03:38:14.767 INFO:teuthology.orchestra.run.smithi060.stdout: 9 May 03:38:14 ntpd[17169]: Listen normally on 4 lo [::1]:123 2024-05-09T03:38:14.767 INFO:teuthology.orchestra.run.smithi060.stdout: 9 May 03:38:14 ntpd[17169]: Listen normally on 5 ens1f0 [fe80::ec4:7aff:febd:1560%4]:123 2024-05-09T03:38:14.767 INFO:teuthology.orchestra.run.smithi060.stdout: 9 May 03:38:14 ntpd[17169]: Listening on routing socket on fd #22 for interface updates 2024-05-09T03:38:14.795 INFO:teuthology.orchestra.run.smithi100.stdout: 9 May 03:38:14 ntpd[17246]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-05-09T03:38:14.796 INFO:teuthology.orchestra.run.smithi100.stdout: 9 May 03:38:14 ntpd[17246]: Command line: ntpd -gq 2024-05-09T03:38:14.796 INFO:teuthology.orchestra.run.smithi100.stdout: 9 May 03:38:14 ntpd[17246]: ---------------------------------------------------- 2024-05-09T03:38:14.796 INFO:teuthology.orchestra.run.smithi100.stdout: 9 May 03:38:14 ntpd[17246]: ntp-4 is maintained by Network Time Foundation, 2024-05-09T03:38:14.796 INFO:teuthology.orchestra.run.smithi100.stdout: 9 May 03:38:14 ntpd[17246]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-05-09T03:38:14.796 INFO:teuthology.orchestra.run.smithi100.stdout: 9 May 03:38:14 ntpd[17246]: corporation. Support and training for ntp-4 are 2024-05-09T03:38:14.796 INFO:teuthology.orchestra.run.smithi100.stdout: 9 May 03:38:14 ntpd[17246]: available at https://www.nwtime.org/support 2024-05-09T03:38:14.796 INFO:teuthology.orchestra.run.smithi100.stdout: 9 May 03:38:14 ntpd[17246]: ---------------------------------------------------- 2024-05-09T03:38:14.797 INFO:teuthology.orchestra.run.smithi100.stdout: 9 May 03:38:14 ntpd[17246]: proto: precision = 0.046 usec (-24) 2024-05-09T03:38:14.797 INFO:teuthology.orchestra.run.smithi100.stdout: 9 May 03:38:14 ntpd[17246]: basedate set to 2022-02-04 2024-05-09T03:38:14.797 INFO:teuthology.orchestra.run.smithi100.stdout: 9 May 03:38:14 ntpd[17246]: gps base set to 2022-02-06 (week 2196) 2024-05-09T03:38:14.797 INFO:teuthology.orchestra.run.smithi100.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-05-09T03:38:14.797 INFO:teuthology.orchestra.run.smithi100.stdout: 9 May 03:38:14 ntpd[17246]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-05-09T03:38:14.797 INFO:teuthology.orchestra.run.smithi100.stdout: 9 May 03:38:14 ntpd[17246]: restrict ::: KOD does nothing without LIMITED. 2024-05-09T03:38:14.798 INFO:teuthology.orchestra.run.smithi100.stderr:restrict ::: KOD does nothing without LIMITED. 2024-05-09T03:38:14.799 INFO:teuthology.orchestra.run.smithi100.stdout: 9 May 03:38:14 ntpd[17246]: Listen and drop on 0 v6wildcard [::]:123 2024-05-09T03:38:14.799 INFO:teuthology.orchestra.run.smithi100.stdout: 9 May 03:38:14 ntpd[17246]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-05-09T03:38:14.799 INFO:teuthology.orchestra.run.smithi100.stdout: 9 May 03:38:14 ntpd[17246]: Listen normally on 2 lo 127.0.0.1:123 2024-05-09T03:38:14.799 INFO:teuthology.orchestra.run.smithi100.stdout: 9 May 03:38:14 ntpd[17246]: Listen normally on 3 enp3s0f1 172.21.15.100:123 2024-05-09T03:38:14.799 INFO:teuthology.orchestra.run.smithi100.stdout: 9 May 03:38:14 ntpd[17246]: Listen normally on 4 lo [::1]:123 2024-05-09T03:38:14.799 INFO:teuthology.orchestra.run.smithi100.stdout: 9 May 03:38:14 ntpd[17246]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:d733%5]:123 2024-05-09T03:38:14.799 INFO:teuthology.orchestra.run.smithi100.stdout: 9 May 03:38:14 ntpd[17246]: Listening on routing socket on fd #22 for interface updates 2024-05-09T03:38:15.765 INFO:teuthology.orchestra.run.smithi060.stderr: 9 May 03:38:15 ntpd[17169]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-09T03:38:15.765 INFO:teuthology.orchestra.run.smithi060.stderr: 9 May 03:38:15 ntpd[17169]: can't open /var/log/ntpstats/rawstats.20240509: Permission denied 2024-05-09T03:38:15.765 INFO:teuthology.orchestra.run.smithi060.stderr: 9 May 03:38:15 ntpd[17169]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-09T03:38:15.765 INFO:teuthology.orchestra.run.smithi060.stderr: 9 May 03:38:15 ntpd[17169]: can't open /var/log/ntpstats/rawstats.20240509: Permission denied 2024-05-09T03:38:15.765 INFO:teuthology.orchestra.run.smithi060.stderr: 9 May 03:38:15 ntpd[17169]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-09T03:38:15.765 INFO:teuthology.orchestra.run.smithi060.stderr: 9 May 03:38:15 ntpd[17169]: can't open /var/log/ntpstats/peerstats.20240509: Permission denied 2024-05-09T03:38:15.797 INFO:teuthology.orchestra.run.smithi100.stderr: 9 May 03:38:15 ntpd[17246]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-09T03:38:15.797 INFO:teuthology.orchestra.run.smithi100.stderr: 9 May 03:38:15 ntpd[17246]: can't open /var/log/ntpstats/rawstats.20240509: Permission denied 2024-05-09T03:38:15.797 INFO:teuthology.orchestra.run.smithi100.stderr: 9 May 03:38:15 ntpd[17246]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-09T03:38:15.797 INFO:teuthology.orchestra.run.smithi100.stderr: 9 May 03:38:15 ntpd[17246]: can't open /var/log/ntpstats/rawstats.20240509: Permission denied 2024-05-09T03:38:15.797 INFO:teuthology.orchestra.run.smithi100.stderr: 9 May 03:38:15 ntpd[17246]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-09T03:38:15.797 INFO:teuthology.orchestra.run.smithi100.stderr: 9 May 03:38:15 ntpd[17246]: can't open /var/log/ntpstats/rawstats.20240509: Permission denied 2024-05-09T03:38:15.797 INFO:teuthology.orchestra.run.smithi100.stderr: 9 May 03:38:15 ntpd[17246]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-09T03:38:15.797 INFO:teuthology.orchestra.run.smithi100.stderr: 9 May 03:38:15 ntpd[17246]: can't open /var/log/ntpstats/rawstats.20240509: Permission denied 2024-05-09T03:38:15.797 INFO:teuthology.orchestra.run.smithi100.stderr: 9 May 03:38:15 ntpd[17246]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-09T03:38:15.797 INFO:teuthology.orchestra.run.smithi100.stderr: 9 May 03:38:15 ntpd[17246]: can't open /var/log/ntpstats/peerstats.20240509: Permission denied 2024-05-09T03:38:15.797 INFO:teuthology.orchestra.run.smithi100.stderr: 9 May 03:38:15 ntpd[17246]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-09T03:38:15.797 INFO:teuthology.orchestra.run.smithi100.stderr: 9 May 03:38:15 ntpd[17246]: can't open /var/log/ntpstats/rawstats.20240509: Permission denied 2024-05-09T03:38:15.797 INFO:teuthology.orchestra.run.smithi100.stderr: 9 May 03:38:15 ntpd[17246]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-09T03:38:15.798 INFO:teuthology.orchestra.run.smithi100.stderr: 9 May 03:38:15 ntpd[17246]: can't open /var/log/ntpstats/peerstats.20240509: Permission denied 2024-05-09T03:38:16.764 INFO:teuthology.orchestra.run.smithi060.stderr: 9 May 03:38:16 ntpd[17169]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-09T03:38:16.764 INFO:teuthology.orchestra.run.smithi060.stderr: 9 May 03:38:16 ntpd[17169]: can't open /var/log/ntpstats/rawstats.20240509: Permission denied 2024-05-09T03:38:16.796 INFO:teuthology.orchestra.run.smithi100.stderr: 9 May 03:38:16 ntpd[17246]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-09T03:38:16.796 INFO:teuthology.orchestra.run.smithi100.stderr: 9 May 03:38:16 ntpd[17246]: can't open /var/log/ntpstats/rawstats.20240509: Permission denied 2024-05-09T03:38:16.796 INFO:teuthology.orchestra.run.smithi100.stderr: 9 May 03:38:16 ntpd[17246]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-09T03:38:16.796 INFO:teuthology.orchestra.run.smithi100.stderr: 9 May 03:38:16 ntpd[17246]: can't open /var/log/ntpstats/rawstats.20240509: Permission denied 2024-05-09T03:38:16.797 INFO:teuthology.orchestra.run.smithi100.stderr: 9 May 03:38:16 ntpd[17246]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-09T03:38:16.797 INFO:teuthology.orchestra.run.smithi100.stderr: 9 May 03:38:16 ntpd[17246]: can't open /var/log/ntpstats/peerstats.20240509: Permission denied 2024-05-09T03:38:17.766 INFO:teuthology.orchestra.run.smithi060.stderr: 9 May 03:38:17 ntpd[17169]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-09T03:38:17.766 INFO:teuthology.orchestra.run.smithi060.stderr: 9 May 03:38:17 ntpd[17169]: can't open /var/log/ntpstats/rawstats.20240509: Permission denied 2024-05-09T03:38:17.766 INFO:teuthology.orchestra.run.smithi060.stderr: 9 May 03:38:17 ntpd[17169]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-09T03:38:17.766 INFO:teuthology.orchestra.run.smithi060.stderr: 9 May 03:38:17 ntpd[17169]: can't open /var/log/ntpstats/rawstats.20240509: Permission denied 2024-05-09T03:38:17.766 INFO:teuthology.orchestra.run.smithi060.stderr: 9 May 03:38:17 ntpd[17169]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-09T03:38:17.766 INFO:teuthology.orchestra.run.smithi060.stderr: 9 May 03:38:17 ntpd[17169]: can't open /var/log/ntpstats/rawstats.20240509: Permission denied 2024-05-09T03:38:17.766 INFO:teuthology.orchestra.run.smithi060.stderr: 9 May 03:38:17 ntpd[17169]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-09T03:38:17.767 INFO:teuthology.orchestra.run.smithi060.stderr: 9 May 03:38:17 ntpd[17169]: can't open /var/log/ntpstats/rawstats.20240509: Permission denied 2024-05-09T03:38:17.767 INFO:teuthology.orchestra.run.smithi060.stderr: 9 May 03:38:17 ntpd[17169]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-09T03:38:17.767 INFO:teuthology.orchestra.run.smithi060.stderr: 9 May 03:38:17 ntpd[17169]: can't open /var/log/ntpstats/peerstats.20240509: Permission denied 2024-05-09T03:38:17.767 INFO:teuthology.orchestra.run.smithi060.stderr: 9 May 03:38:17 ntpd[17169]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-09T03:38:17.767 INFO:teuthology.orchestra.run.smithi060.stderr: 9 May 03:38:17 ntpd[17169]: can't open /var/log/ntpstats/rawstats.20240509: Permission denied 2024-05-09T03:38:17.767 INFO:teuthology.orchestra.run.smithi060.stderr: 9 May 03:38:17 ntpd[17169]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-09T03:38:17.767 INFO:teuthology.orchestra.run.smithi060.stderr: 9 May 03:38:17 ntpd[17169]: can't open /var/log/ntpstats/peerstats.20240509: Permission denied 2024-05-09T03:38:17.767 INFO:teuthology.orchestra.run.smithi060.stderr: 9 May 03:38:17 ntpd[17169]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-09T03:38:17.767 INFO:teuthology.orchestra.run.smithi060.stderr: 9 May 03:38:17 ntpd[17169]: can't open /var/log/ntpstats/rawstats.20240509: Permission denied 2024-05-09T03:38:17.767 INFO:teuthology.orchestra.run.smithi060.stderr: 9 May 03:38:17 ntpd[17169]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-09T03:38:17.767 INFO:teuthology.orchestra.run.smithi060.stderr: 9 May 03:38:17 ntpd[17169]: can't open /var/log/ntpstats/peerstats.20240509: Permission denied 2024-05-09T03:38:17.797 INFO:teuthology.orchestra.run.smithi100.stderr: 9 May 03:38:17 ntpd[17246]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-09T03:38:17.797 INFO:teuthology.orchestra.run.smithi100.stderr: 9 May 03:38:17 ntpd[17246]: can't open /var/log/ntpstats/rawstats.20240509: Permission denied 2024-05-09T03:38:17.797 INFO:teuthology.orchestra.run.smithi100.stderr: 9 May 03:38:17 ntpd[17246]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-09T03:38:17.797 INFO:teuthology.orchestra.run.smithi100.stderr: 9 May 03:38:17 ntpd[17246]: can't open /var/log/ntpstats/rawstats.20240509: Permission denied 2024-05-09T03:38:17.797 INFO:teuthology.orchestra.run.smithi100.stderr: 9 May 03:38:17 ntpd[17246]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-09T03:38:17.797 INFO:teuthology.orchestra.run.smithi100.stderr: 9 May 03:38:17 ntpd[17246]: can't open /var/log/ntpstats/rawstats.20240509: Permission denied 2024-05-09T03:38:17.797 INFO:teuthology.orchestra.run.smithi100.stderr: 9 May 03:38:17 ntpd[17246]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-09T03:38:17.797 INFO:teuthology.orchestra.run.smithi100.stderr: 9 May 03:38:17 ntpd[17246]: can't open /var/log/ntpstats/peerstats.20240509: Permission denied 2024-05-09T03:38:17.797 INFO:teuthology.orchestra.run.smithi100.stderr: 9 May 03:38:17 ntpd[17246]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-09T03:38:17.797 INFO:teuthology.orchestra.run.smithi100.stderr: 9 May 03:38:17 ntpd[17246]: can't open /var/log/ntpstats/rawstats.20240509: Permission denied 2024-05-09T03:38:17.797 INFO:teuthology.orchestra.run.smithi100.stderr: 9 May 03:38:17 ntpd[17246]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-09T03:38:17.797 INFO:teuthology.orchestra.run.smithi100.stderr: 9 May 03:38:17 ntpd[17246]: can't open /var/log/ntpstats/peerstats.20240509: Permission denied 2024-05-09T03:38:18.796 INFO:teuthology.orchestra.run.smithi100.stderr: 9 May 03:38:18 ntpd[17246]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-09T03:38:18.796 INFO:teuthology.orchestra.run.smithi100.stderr: 9 May 03:38:18 ntpd[17246]: can't open /var/log/ntpstats/rawstats.20240509: Permission denied 2024-05-09T03:38:18.796 INFO:teuthology.orchestra.run.smithi100.stderr: 9 May 03:38:18 ntpd[17246]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-09T03:38:18.797 INFO:teuthology.orchestra.run.smithi100.stderr: 9 May 03:38:18 ntpd[17246]: can't open /var/log/ntpstats/rawstats.20240509: Permission denied 2024-05-09T03:38:18.797 INFO:teuthology.orchestra.run.smithi100.stderr: 9 May 03:38:18 ntpd[17246]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-09T03:38:18.797 INFO:teuthology.orchestra.run.smithi100.stderr: 9 May 03:38:18 ntpd[17246]: can't open /var/log/ntpstats/peerstats.20240509: Permission denied 2024-05-09T03:38:19.766 INFO:teuthology.orchestra.run.smithi060.stderr: 9 May 03:38:19 ntpd[17169]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-09T03:38:19.766 INFO:teuthology.orchestra.run.smithi060.stderr: 9 May 03:38:19 ntpd[17169]: can't open /var/log/ntpstats/rawstats.20240509: Permission denied 2024-05-09T03:38:19.766 INFO:teuthology.orchestra.run.smithi060.stderr: 9 May 03:38:19 ntpd[17169]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-09T03:38:19.766 INFO:teuthology.orchestra.run.smithi060.stderr: 9 May 03:38:19 ntpd[17169]: can't open /var/log/ntpstats/rawstats.20240509: Permission denied 2024-05-09T03:38:19.766 INFO:teuthology.orchestra.run.smithi060.stderr: 9 May 03:38:19 ntpd[17169]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-09T03:38:19.766 INFO:teuthology.orchestra.run.smithi060.stderr: 9 May 03:38:19 ntpd[17169]: can't open /var/log/ntpstats/rawstats.20240509: Permission denied 2024-05-09T03:38:19.767 INFO:teuthology.orchestra.run.smithi060.stderr: 9 May 03:38:19 ntpd[17169]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-09T03:38:19.767 INFO:teuthology.orchestra.run.smithi060.stderr: 9 May 03:38:19 ntpd[17169]: can't open /var/log/ntpstats/rawstats.20240509: Permission denied 2024-05-09T03:38:19.767 INFO:teuthology.orchestra.run.smithi060.stderr: 9 May 03:38:19 ntpd[17169]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-09T03:38:19.767 INFO:teuthology.orchestra.run.smithi060.stderr: 9 May 03:38:19 ntpd[17169]: can't open /var/log/ntpstats/peerstats.20240509: Permission denied 2024-05-09T03:38:19.767 INFO:teuthology.orchestra.run.smithi060.stderr: 9 May 03:38:19 ntpd[17169]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-09T03:38:19.767 INFO:teuthology.orchestra.run.smithi060.stderr: 9 May 03:38:19 ntpd[17169]: can't open /var/log/ntpstats/rawstats.20240509: Permission denied 2024-05-09T03:38:19.767 INFO:teuthology.orchestra.run.smithi060.stderr: 9 May 03:38:19 ntpd[17169]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-09T03:38:19.767 INFO:teuthology.orchestra.run.smithi060.stderr: 9 May 03:38:19 ntpd[17169]: can't open /var/log/ntpstats/peerstats.20240509: Permission denied 2024-05-09T03:38:19.767 INFO:teuthology.orchestra.run.smithi060.stderr: 9 May 03:38:19 ntpd[17169]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-09T03:38:19.767 INFO:teuthology.orchestra.run.smithi060.stderr: 9 May 03:38:19 ntpd[17169]: can't open /var/log/ntpstats/rawstats.20240509: Permission denied 2024-05-09T03:38:19.767 INFO:teuthology.orchestra.run.smithi060.stderr: 9 May 03:38:19 ntpd[17169]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-09T03:38:19.767 INFO:teuthology.orchestra.run.smithi060.stderr: 9 May 03:38:19 ntpd[17169]: can't open /var/log/ntpstats/peerstats.20240509: Permission denied 2024-05-09T03:38:19.797 INFO:teuthology.orchestra.run.smithi100.stderr: 9 May 03:38:19 ntpd[17246]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-09T03:38:19.797 INFO:teuthology.orchestra.run.smithi100.stderr: 9 May 03:38:19 ntpd[17246]: can't open /var/log/ntpstats/rawstats.20240509: Permission denied 2024-05-09T03:38:19.797 INFO:teuthology.orchestra.run.smithi100.stderr: 9 May 03:38:19 ntpd[17246]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-09T03:38:19.797 INFO:teuthology.orchestra.run.smithi100.stderr: 9 May 03:38:19 ntpd[17246]: can't open /var/log/ntpstats/rawstats.20240509: Permission denied 2024-05-09T03:38:19.797 INFO:teuthology.orchestra.run.smithi100.stderr: 9 May 03:38:19 ntpd[17246]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-09T03:38:19.797 INFO:teuthology.orchestra.run.smithi100.stderr: 9 May 03:38:19 ntpd[17246]: can't open /var/log/ntpstats/rawstats.20240509: Permission denied 2024-05-09T03:38:19.798 INFO:teuthology.orchestra.run.smithi100.stderr: 9 May 03:38:19 ntpd[17246]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-09T03:38:19.798 INFO:teuthology.orchestra.run.smithi100.stderr: 9 May 03:38:19 ntpd[17246]: can't open /var/log/ntpstats/peerstats.20240509: Permission denied 2024-05-09T03:38:19.798 INFO:teuthology.orchestra.run.smithi100.stderr: 9 May 03:38:19 ntpd[17246]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-09T03:38:19.798 INFO:teuthology.orchestra.run.smithi100.stderr: 9 May 03:38:19 ntpd[17246]: can't open /var/log/ntpstats/rawstats.20240509: Permission denied 2024-05-09T03:38:19.798 INFO:teuthology.orchestra.run.smithi100.stderr: 9 May 03:38:19 ntpd[17246]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-09T03:38:19.798 INFO:teuthology.orchestra.run.smithi100.stderr: 9 May 03:38:19 ntpd[17246]: can't open /var/log/ntpstats/peerstats.20240509: Permission denied 2024-05-09T03:38:20.796 INFO:teuthology.orchestra.run.smithi100.stderr: 9 May 03:38:20 ntpd[17246]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-09T03:38:20.796 INFO:teuthology.orchestra.run.smithi100.stderr: 9 May 03:38:20 ntpd[17246]: can't open /var/log/ntpstats/rawstats.20240509: Permission denied 2024-05-09T03:38:20.796 INFO:teuthology.orchestra.run.smithi100.stderr: 9 May 03:38:20 ntpd[17246]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-09T03:38:20.796 INFO:teuthology.orchestra.run.smithi100.stderr: 9 May 03:38:20 ntpd[17246]: can't open /var/log/ntpstats/rawstats.20240509: Permission denied 2024-05-09T03:38:20.796 INFO:teuthology.orchestra.run.smithi100.stderr: 9 May 03:38:20 ntpd[17246]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-09T03:38:20.797 INFO:teuthology.orchestra.run.smithi100.stderr: 9 May 03:38:20 ntpd[17246]: can't open /var/log/ntpstats/peerstats.20240509: Permission denied 2024-05-09T03:38:21.766 INFO:teuthology.orchestra.run.smithi060.stderr: 9 May 03:38:21 ntpd[17169]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-09T03:38:21.766 INFO:teuthology.orchestra.run.smithi060.stderr: 9 May 03:38:21 ntpd[17169]: can't open /var/log/ntpstats/rawstats.20240509: Permission denied 2024-05-09T03:38:21.766 INFO:teuthology.orchestra.run.smithi060.stderr: 9 May 03:38:21 ntpd[17169]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-09T03:38:21.766 INFO:teuthology.orchestra.run.smithi060.stderr: 9 May 03:38:21 ntpd[17169]: can't open /var/log/ntpstats/rawstats.20240509: Permission denied 2024-05-09T03:38:21.766 INFO:teuthology.orchestra.run.smithi060.stderr: 9 May 03:38:21 ntpd[17169]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-09T03:38:21.767 INFO:teuthology.orchestra.run.smithi060.stderr: 9 May 03:38:21 ntpd[17169]: can't open /var/log/ntpstats/rawstats.20240509: Permission denied 2024-05-09T03:38:21.767 INFO:teuthology.orchestra.run.smithi060.stderr: 9 May 03:38:21 ntpd[17169]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-09T03:38:21.767 INFO:teuthology.orchestra.run.smithi060.stderr: 9 May 03:38:21 ntpd[17169]: can't open /var/log/ntpstats/rawstats.20240509: Permission denied 2024-05-09T03:38:21.767 INFO:teuthology.orchestra.run.smithi060.stderr: 9 May 03:38:21 ntpd[17169]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-09T03:38:21.767 INFO:teuthology.orchestra.run.smithi060.stderr: 9 May 03:38:21 ntpd[17169]: can't open /var/log/ntpstats/peerstats.20240509: Permission denied 2024-05-09T03:38:21.767 INFO:teuthology.orchestra.run.smithi060.stderr: 9 May 03:38:21 ntpd[17169]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-09T03:38:21.767 INFO:teuthology.orchestra.run.smithi060.stderr: 9 May 03:38:21 ntpd[17169]: can't open /var/log/ntpstats/rawstats.20240509: Permission denied 2024-05-09T03:38:21.767 INFO:teuthology.orchestra.run.smithi060.stderr: 9 May 03:38:21 ntpd[17169]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-09T03:38:21.767 INFO:teuthology.orchestra.run.smithi060.stderr: 9 May 03:38:21 ntpd[17169]: can't open /var/log/ntpstats/peerstats.20240509: Permission denied 2024-05-09T03:38:21.767 INFO:teuthology.orchestra.run.smithi060.stderr: 9 May 03:38:21 ntpd[17169]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-09T03:38:21.767 INFO:teuthology.orchestra.run.smithi060.stderr: 9 May 03:38:21 ntpd[17169]: can't open /var/log/ntpstats/rawstats.20240509: Permission denied 2024-05-09T03:38:21.767 INFO:teuthology.orchestra.run.smithi060.stderr: 9 May 03:38:21 ntpd[17169]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-09T03:38:21.767 INFO:teuthology.orchestra.run.smithi060.stderr: 9 May 03:38:21 ntpd[17169]: can't open /var/log/ntpstats/peerstats.20240509: Permission denied 2024-05-09T03:38:21.768 INFO:teuthology.orchestra.run.smithi060.stdout: 9 May 03:38:21 ntpd[17169]: ntpd: time slew -0.005300 s 2024-05-09T03:38:21.768 INFO:teuthology.orchestra.run.smithi060.stdout:ntpd: time slew -0.005300s 2024-05-09T03:38:21.768 INFO:teuthology.orchestra.run.smithi060.stderr: 9 May 03:38:21 ntpd[17169]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-05-09T03:38:21.768 INFO:teuthology.orchestra.run.smithi060.stderr: 9 May 03:38:21 ntpd[17169]: can't open /var/log/ntpstats/loopstats.20240509: Permission denied 2024-05-09T03:38:21.796 INFO:teuthology.orchestra.run.smithi100.stderr: 9 May 03:38:21 ntpd[17246]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-09T03:38:21.796 INFO:teuthology.orchestra.run.smithi100.stderr: 9 May 03:38:21 ntpd[17246]: can't open /var/log/ntpstats/rawstats.20240509: Permission denied 2024-05-09T03:38:21.797 INFO:teuthology.orchestra.run.smithi100.stderr: 9 May 03:38:21 ntpd[17246]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-09T03:38:21.797 INFO:teuthology.orchestra.run.smithi100.stderr: 9 May 03:38:21 ntpd[17246]: can't open /var/log/ntpstats/rawstats.20240509: Permission denied 2024-05-09T03:38:21.797 INFO:teuthology.orchestra.run.smithi100.stderr: 9 May 03:38:21 ntpd[17246]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-09T03:38:21.797 INFO:teuthology.orchestra.run.smithi100.stderr: 9 May 03:38:21 ntpd[17246]: can't open /var/log/ntpstats/rawstats.20240509: Permission denied 2024-05-09T03:38:21.797 INFO:teuthology.orchestra.run.smithi100.stderr: 9 May 03:38:21 ntpd[17246]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-09T03:38:21.797 INFO:teuthology.orchestra.run.smithi100.stderr: 9 May 03:38:21 ntpd[17246]: can't open /var/log/ntpstats/peerstats.20240509: Permission denied 2024-05-09T03:38:21.797 INFO:teuthology.orchestra.run.smithi100.stdout: 9 May 03:38:21 ntpd[17246]: ntpd: time slew -0.001419 s 2024-05-09T03:38:21.797 INFO:teuthology.orchestra.run.smithi100.stdout:ntpd: time slew -0.001419s 2024-05-09T03:38:21.798 INFO:teuthology.orchestra.run.smithi100.stderr: 9 May 03:38:21 ntpd[17246]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-05-09T03:38:21.798 INFO:teuthology.orchestra.run.smithi100.stderr: 9 May 03:38:21 ntpd[17246]: can't open /var/log/ntpstats/loopstats.20240509: Permission denied 2024-05-09T03:38:21.816 INFO:teuthology.orchestra.run.smithi060.stdout: remote refid st t when poll reach delay offset jitter 2024-05-09T03:38:21.816 INFO:teuthology.orchestra.run.smithi060.stdout:============================================================================== 2024-05-09T03:38:21.817 INFO:teuthology.orchestra.run.smithi060.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-09T03:38:21.817 INFO:teuthology.orchestra.run.smithi060.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-09T03:38:21.817 INFO:teuthology.orchestra.run.smithi060.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-09T03:38:21.817 INFO:teuthology.orchestra.run.smithi060.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-09T03:38:21.849 INFO:teuthology.orchestra.run.smithi100.stdout: remote refid st t when poll reach delay offset jitter 2024-05-09T03:38:21.849 INFO:teuthology.orchestra.run.smithi100.stdout:============================================================================== 2024-05-09T03:38:21.849 INFO:teuthology.orchestra.run.smithi100.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-09T03:38:21.849 INFO:teuthology.orchestra.run.smithi100.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-09T03:38:21.849 INFO:teuthology.orchestra.run.smithi100.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-09T03:38:21.850 INFO:teuthology.orchestra.run.smithi100.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-09T03:38:21.851 INFO:teuthology.run_tasks:Running task install... 2024-05-09T03:38:21.861 DEBUG:teuthology.task.install:project ceph 2024-05-09T03:38:21.861 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'c66c553a84eb9faa0029f5f0bb8284e3a826ac85'}} 2024-05-09T03:38:21.861 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'c66c553a84eb9faa0029f5f0bb8284e3a826ac85'} 2024-05-09T03:38:21.861 INFO:teuthology.task.install:Using flavor: default 2024-05-09T03:38:21.867 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-09T03:38:21.867 INFO:teuthology.task.install:extra packages: [] 2024-05-09T03:38:21.868 DEBUG:teuthology.orchestra.run.smithi060:> sudo apt-key list | grep Ceph 2024-05-09T03:38:21.868 DEBUG:teuthology.orchestra.run.smithi100:> sudo apt-key list | grep Ceph 2024-05-09T03:38:21.931 INFO:teuthology.orchestra.run.smithi060.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-05-09T03:38:21.949 INFO:teuthology.orchestra.run.smithi100.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-05-09T03:38:21.961 INFO:teuthology.orchestra.run.smithi060.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-05-09T03:38:21.961 INFO:teuthology.orchestra.run.smithi060.stdout:uid [ unknown] Ceph.com (release key) 2024-05-09T03:38:21.962 INFO:teuthology.task.install.deb:Installing packages: 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 on remote deb x86_64 2024-05-09T03:38:21.962 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=c66c553a84eb9faa0029f5f0bb8284e3a826ac85 2024-05-09T03:38:21.977 INFO:teuthology.orchestra.run.smithi100.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-05-09T03:38:21.977 INFO:teuthology.orchestra.run.smithi100.stdout:uid [ unknown] Ceph.com (release key) 2024-05-09T03:38:21.977 INFO:teuthology.task.install.deb:Installing packages: 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 on remote deb x86_64 2024-05-09T03:38:21.977 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=c66c553a84eb9faa0029f5f0bb8284e3a826ac85 2024-05-09T03:38:22.108 INFO:teuthology.task.install.deb:Pulling from https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default/ 2024-05-09T03:38:22.108 INFO:teuthology.task.install.deb:Package version is 19.0.0-3631-gc66c553a-1jammy 2024-05-09T03:38:22.119 INFO:teuthology.task.install.deb:Pulling from https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default/ 2024-05-09T03:38:22.119 INFO:teuthology.task.install.deb:Package version is 19.0.0-3631-gc66c553a-1jammy 2024-05-09T03:38:22.221 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-05-09T03:38:22.222 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-05-09T03:38:22.236 DEBUG:teuthology.orchestra.run.smithi060:> sudo apt-get update 2024-05-09T03:38:22.285 DEBUG:teuthology.orchestra.run.smithi100:> set -ex 2024-05-09T03:38:22.285 DEBUG:teuthology.orchestra.run.smithi100:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-05-09T03:38:22.299 DEBUG:teuthology.orchestra.run.smithi100:> sudo apt-get update 2024-05-09T03:38:22.411 INFO:teuthology.orchestra.run.smithi060.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-09T03:38:22.424 INFO:teuthology.orchestra.run.smithi060.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-05-09T03:38:22.427 INFO:teuthology.orchestra.run.smithi060.stdout:Hit:3 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-05-09T03:38:22.443 INFO:teuthology.orchestra.run.smithi060.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-05-09T03:38:22.462 INFO:teuthology.orchestra.run.smithi060.stdout:Ign:5 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy InRelease 2024-05-09T03:38:22.484 INFO:teuthology.orchestra.run.smithi060.stdout:Get:6 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-05-09T03:38:22.506 INFO:teuthology.orchestra.run.smithi060.stdout:Ign:7 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy Release.gpg 2024-05-09T03:38:22.548 INFO:teuthology.orchestra.run.smithi060.stdout:Get:8 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.1 kB] 2024-05-09T03:38:22.576 INFO:teuthology.orchestra.run.smithi060.stdout:Get:9 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,393 B] 2024-05-09T03:38:22.601 INFO:teuthology.orchestra.run.smithi100.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-09T03:38:22.601 INFO:teuthology.orchestra.run.smithi100.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-05-09T03:38:22.602 INFO:teuthology.orchestra.run.smithi100.stdout:Ign:3 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy InRelease 2024-05-09T03:38:22.638 INFO:teuthology.orchestra.run.smithi100.stdout:Get:4 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-05-09T03:38:22.673 INFO:teuthology.orchestra.run.smithi100.stdout:Hit:5 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-05-09T03:38:22.674 INFO:teuthology.orchestra.run.smithi100.stdout:Ign:6 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy Release.gpg 2024-05-09T03:38:22.711 INFO:teuthology.orchestra.run.smithi100.stdout:Get:7 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.1 kB] 2024-05-09T03:38:22.754 INFO:teuthology.orchestra.run.smithi100.stdout:Get:8 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,393 B] 2024-05-09T03:38:22.754 INFO:teuthology.orchestra.run.smithi100.stdout:Hit:9 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-05-09T03:38:22.770 INFO:teuthology.orchestra.run.smithi060.stdout:Fetched 29.2 kB in 0s (82.7 kB/s) 2024-05-09T03:38:22.973 INFO:teuthology.orchestra.run.smithi100.stdout:Fetched 29.2 kB in 0s (59.6 kB/s) 2024-05-09T03:38:23.759 INFO:teuthology.orchestra.run.smithi060.stdout:Reading package lists... 2024-05-09T03:38:23.775 DEBUG:teuthology.orchestra.run.smithi060:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-3631-gc66c553a-1jammy cephadm=19.0.0-3631-gc66c553a-1jammy ceph-mds=19.0.0-3631-gc66c553a-1jammy ceph-mgr=19.0.0-3631-gc66c553a-1jammy ceph-common=19.0.0-3631-gc66c553a-1jammy ceph-fuse=19.0.0-3631-gc66c553a-1jammy ceph-test=19.0.0-3631-gc66c553a-1jammy ceph-volume=19.0.0-3631-gc66c553a-1jammy radosgw=19.0.0-3631-gc66c553a-1jammy python3-rados=19.0.0-3631-gc66c553a-1jammy python3-rgw=19.0.0-3631-gc66c553a-1jammy python3-cephfs=19.0.0-3631-gc66c553a-1jammy python3-rbd=19.0.0-3631-gc66c553a-1jammy libcephfs2=19.0.0-3631-gc66c553a-1jammy libcephfs-dev=19.0.0-3631-gc66c553a-1jammy librados2=19.0.0-3631-gc66c553a-1jammy librbd1=19.0.0-3631-gc66c553a-1jammy rbd-fuse=19.0.0-3631-gc66c553a-1jammy 2024-05-09T03:38:23.835 INFO:teuthology.orchestra.run.smithi060.stdout:Reading package lists... 2024-05-09T03:38:23.918 INFO:teuthology.orchestra.run.smithi100.stdout:Reading package lists... 2024-05-09T03:38:23.935 DEBUG:teuthology.orchestra.run.smithi100:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-3631-gc66c553a-1jammy cephadm=19.0.0-3631-gc66c553a-1jammy ceph-mds=19.0.0-3631-gc66c553a-1jammy ceph-mgr=19.0.0-3631-gc66c553a-1jammy ceph-common=19.0.0-3631-gc66c553a-1jammy ceph-fuse=19.0.0-3631-gc66c553a-1jammy ceph-test=19.0.0-3631-gc66c553a-1jammy ceph-volume=19.0.0-3631-gc66c553a-1jammy radosgw=19.0.0-3631-gc66c553a-1jammy python3-rados=19.0.0-3631-gc66c553a-1jammy python3-rgw=19.0.0-3631-gc66c553a-1jammy python3-cephfs=19.0.0-3631-gc66c553a-1jammy python3-rbd=19.0.0-3631-gc66c553a-1jammy libcephfs2=19.0.0-3631-gc66c553a-1jammy libcephfs-dev=19.0.0-3631-gc66c553a-1jammy librados2=19.0.0-3631-gc66c553a-1jammy librbd1=19.0.0-3631-gc66c553a-1jammy rbd-fuse=19.0.0-3631-gc66c553a-1jammy 2024-05-09T03:38:23.985 INFO:teuthology.orchestra.run.smithi100.stdout:Reading package lists... 2024-05-09T03:38:24.039 INFO:teuthology.orchestra.run.smithi060.stdout:Building dependency tree... 2024-05-09T03:38:24.039 INFO:teuthology.orchestra.run.smithi060.stdout:Reading state information... 2024-05-09T03:38:24.162 INFO:teuthology.orchestra.run.smithi100.stdout:Building dependency tree... 2024-05-09T03:38:24.163 INFO:teuthology.orchestra.run.smithi100.stdout:Reading state information... 2024-05-09T03:38:24.243 INFO:teuthology.orchestra.run.smithi060.stdout:The following packages were automatically installed and are no longer required: 2024-05-09T03:38:24.243 INFO:teuthology.orchestra.run.smithi060.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-09T03:38:24.243 INFO:teuthology.orchestra.run.smithi060.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-09T03:38:24.243 INFO:teuthology.orchestra.run.smithi060.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-09T03:38:24.244 INFO:teuthology.orchestra.run.smithi060.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-05-09T03:38:24.244 INFO:teuthology.orchestra.run.smithi060.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-05-09T03:38:24.244 INFO:teuthology.orchestra.run.smithi060.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-09T03:38:24.244 INFO:teuthology.orchestra.run.smithi060.stdout:The following additional packages will be installed: 2024-05-09T03:38:24.245 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-05-09T03:38:24.245 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-05-09T03:38:24.245 INFO:teuthology.orchestra.run.smithi060.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-05-09T03:38:24.245 INFO:teuthology.orchestra.run.smithi060.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-05-09T03:38:24.246 INFO:teuthology.orchestra.run.smithi060.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-05-09T03:38:24.246 INFO:teuthology.orchestra.run.smithi060.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-05-09T03:38:24.246 INFO:teuthology.orchestra.run.smithi060.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-05-09T03:38:24.246 INFO:teuthology.orchestra.run.smithi060.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-05-09T03:38:24.246 INFO:teuthology.orchestra.run.smithi060.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-05-09T03:38:24.246 INFO:teuthology.orchestra.run.smithi060.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-05-09T03:38:24.246 INFO:teuthology.orchestra.run.smithi060.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-05-09T03:38:24.246 INFO:teuthology.orchestra.run.smithi060.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-05-09T03:38:24.246 INFO:teuthology.orchestra.run.smithi060.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-05-09T03:38:24.247 INFO:teuthology.orchestra.run.smithi060.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-05-09T03:38:24.247 INFO:teuthology.orchestra.run.smithi060.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-05-09T03:38:24.247 INFO:teuthology.orchestra.run.smithi060.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-05-09T03:38:24.247 INFO:teuthology.orchestra.run.smithi060.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-05-09T03:38:24.247 INFO:teuthology.orchestra.run.smithi060.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-05-09T03:38:24.247 INFO:teuthology.orchestra.run.smithi060.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-05-09T03:38:24.247 INFO:teuthology.orchestra.run.smithi060.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-05-09T03:38:24.247 INFO:teuthology.orchestra.run.smithi060.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-05-09T03:38:24.247 INFO:teuthology.orchestra.run.smithi060.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-05-09T03:38:24.247 INFO:teuthology.orchestra.run.smithi060.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-05-09T03:38:24.247 INFO:teuthology.orchestra.run.smithi060.stdout: xmlstarlet zip 2024-05-09T03:38:24.248 INFO:teuthology.orchestra.run.smithi060.stdout:Suggested packages: 2024-05-09T03:38:24.248 INFO:teuthology.orchestra.run.smithi060.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-05-09T03:38:24.248 INFO:teuthology.orchestra.run.smithi060.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-05-09T03:38:24.248 INFO:teuthology.orchestra.run.smithi060.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-05-09T03:38:24.248 INFO:teuthology.orchestra.run.smithi060.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-05-09T03:38:24.248 INFO:teuthology.orchestra.run.smithi060.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-05-09T03:38:24.248 INFO:teuthology.orchestra.run.smithi060.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-05-09T03:38:24.248 INFO:teuthology.orchestra.run.smithi060.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-05-09T03:38:24.248 INFO:teuthology.orchestra.run.smithi060.stdout:Recommended packages: 2024-05-09T03:38:24.248 INFO:teuthology.orchestra.run.smithi060.stdout: btrfs-tools 2024-05-09T03:38:24.334 INFO:teuthology.orchestra.run.smithi100.stdout:The following packages were automatically installed and are no longer required: 2024-05-09T03:38:24.334 INFO:teuthology.orchestra.run.smithi100.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-09T03:38:24.334 INFO:teuthology.orchestra.run.smithi100.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-09T03:38:24.334 INFO:teuthology.orchestra.run.smithi100.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-09T03:38:24.334 INFO:teuthology.orchestra.run.smithi100.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-05-09T03:38:24.335 INFO:teuthology.orchestra.run.smithi100.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-05-09T03:38:24.335 INFO:teuthology.orchestra.run.smithi100.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-09T03:38:24.335 INFO:teuthology.orchestra.run.smithi100.stdout:The following additional packages will be installed: 2024-05-09T03:38:24.335 INFO:teuthology.orchestra.run.smithi100.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-05-09T03:38:24.335 INFO:teuthology.orchestra.run.smithi100.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-05-09T03:38:24.336 INFO:teuthology.orchestra.run.smithi100.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-05-09T03:38:24.336 INFO:teuthology.orchestra.run.smithi100.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-05-09T03:38:24.337 INFO:teuthology.orchestra.run.smithi100.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-05-09T03:38:24.337 INFO:teuthology.orchestra.run.smithi100.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-05-09T03:38:24.337 INFO:teuthology.orchestra.run.smithi100.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-05-09T03:38:24.337 INFO:teuthology.orchestra.run.smithi100.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-05-09T03:38:24.337 INFO:teuthology.orchestra.run.smithi100.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-05-09T03:38:24.337 INFO:teuthology.orchestra.run.smithi100.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-05-09T03:38:24.337 INFO:teuthology.orchestra.run.smithi100.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-05-09T03:38:24.337 INFO:teuthology.orchestra.run.smithi100.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-05-09T03:38:24.337 INFO:teuthology.orchestra.run.smithi100.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-05-09T03:38:24.337 INFO:teuthology.orchestra.run.smithi100.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-05-09T03:38:24.337 INFO:teuthology.orchestra.run.smithi100.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-05-09T03:38:24.337 INFO:teuthology.orchestra.run.smithi100.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-05-09T03:38:24.338 INFO:teuthology.orchestra.run.smithi100.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-05-09T03:38:24.338 INFO:teuthology.orchestra.run.smithi100.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-05-09T03:38:24.338 INFO:teuthology.orchestra.run.smithi100.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-05-09T03:38:24.338 INFO:teuthology.orchestra.run.smithi100.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-05-09T03:38:24.338 INFO:teuthology.orchestra.run.smithi100.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-05-09T03:38:24.338 INFO:teuthology.orchestra.run.smithi100.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-05-09T03:38:24.338 INFO:teuthology.orchestra.run.smithi100.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-05-09T03:38:24.338 INFO:teuthology.orchestra.run.smithi100.stdout: xmlstarlet zip 2024-05-09T03:38:24.338 INFO:teuthology.orchestra.run.smithi100.stdout:Suggested packages: 2024-05-09T03:38:24.338 INFO:teuthology.orchestra.run.smithi100.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-05-09T03:38:24.339 INFO:teuthology.orchestra.run.smithi100.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-05-09T03:38:24.339 INFO:teuthology.orchestra.run.smithi100.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-05-09T03:38:24.339 INFO:teuthology.orchestra.run.smithi100.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-05-09T03:38:24.339 INFO:teuthology.orchestra.run.smithi100.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-05-09T03:38:24.339 INFO:teuthology.orchestra.run.smithi100.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-05-09T03:38:24.339 INFO:teuthology.orchestra.run.smithi100.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-05-09T03:38:24.339 INFO:teuthology.orchestra.run.smithi100.stdout:Recommended packages: 2024-05-09T03:38:24.339 INFO:teuthology.orchestra.run.smithi100.stdout: btrfs-tools 2024-05-09T03:38:24.353 INFO:teuthology.orchestra.run.smithi060.stdout:The following NEW packages will be installed: 2024-05-09T03:38:24.353 INFO:teuthology.orchestra.run.smithi060.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-05-09T03:38:24.353 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-05-09T03:38:24.353 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-05-09T03:38:24.355 INFO:teuthology.orchestra.run.smithi060.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-05-09T03:38:24.355 INFO:teuthology.orchestra.run.smithi060.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-05-09T03:38:24.355 INFO:teuthology.orchestra.run.smithi060.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-05-09T03:38:24.355 INFO:teuthology.orchestra.run.smithi060.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-05-09T03:38:24.355 INFO:teuthology.orchestra.run.smithi060.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-05-09T03:38:24.355 INFO:teuthology.orchestra.run.smithi060.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-05-09T03:38:24.355 INFO:teuthology.orchestra.run.smithi060.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-05-09T03:38:24.355 INFO:teuthology.orchestra.run.smithi060.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-05-09T03:38:24.355 INFO:teuthology.orchestra.run.smithi060.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-05-09T03:38:24.356 INFO:teuthology.orchestra.run.smithi060.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-05-09T03:38:24.356 INFO:teuthology.orchestra.run.smithi060.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-05-09T03:38:24.356 INFO:teuthology.orchestra.run.smithi060.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-05-09T03:38:24.356 INFO:teuthology.orchestra.run.smithi060.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-05-09T03:38:24.356 INFO:teuthology.orchestra.run.smithi060.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-05-09T03:38:24.356 INFO:teuthology.orchestra.run.smithi060.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-05-09T03:38:24.356 INFO:teuthology.orchestra.run.smithi060.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-05-09T03:38:24.356 INFO:teuthology.orchestra.run.smithi060.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-05-09T03:38:24.356 INFO:teuthology.orchestra.run.smithi060.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-05-09T03:38:24.356 INFO:teuthology.orchestra.run.smithi060.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-05-09T03:38:24.356 INFO:teuthology.orchestra.run.smithi060.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-05-09T03:38:24.356 INFO:teuthology.orchestra.run.smithi060.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-05-09T03:38:24.356 INFO:teuthology.orchestra.run.smithi060.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-05-09T03:38:24.356 INFO:teuthology.orchestra.run.smithi060.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-05-09T03:38:24.421 INFO:teuthology.orchestra.run.smithi060.stdout:0 upgraded, 118 newly installed, 0 to remove and 303 not upgraded. 2024-05-09T03:38:24.421 INFO:teuthology.orchestra.run.smithi060.stdout:Need to get 181 MB of archives. 2024-05-09T03:38:24.421 INFO:teuthology.orchestra.run.smithi060.stdout:After this operation, 829 MB of additional disk space will be used. 2024-05-09T03:38:24.421 INFO:teuthology.orchestra.run.smithi060.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-05-09T03:38:24.437 INFO:teuthology.orchestra.run.smithi100.stdout:The following NEW packages will be installed: 2024-05-09T03:38:24.437 INFO:teuthology.orchestra.run.smithi100.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-05-09T03:38:24.437 INFO:teuthology.orchestra.run.smithi100.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-05-09T03:38:24.437 INFO:teuthology.orchestra.run.smithi100.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-05-09T03:38:24.437 INFO:teuthology.orchestra.run.smithi100.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-05-09T03:38:24.438 INFO:teuthology.orchestra.run.smithi100.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-05-09T03:38:24.438 INFO:teuthology.orchestra.run.smithi100.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-05-09T03:38:24.439 INFO:teuthology.orchestra.run.smithi100.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-05-09T03:38:24.439 INFO:teuthology.orchestra.run.smithi100.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-05-09T03:38:24.439 INFO:teuthology.orchestra.run.smithi100.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-05-09T03:38:24.439 INFO:teuthology.orchestra.run.smithi100.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-05-09T03:38:24.439 INFO:teuthology.orchestra.run.smithi100.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-05-09T03:38:24.439 INFO:teuthology.orchestra.run.smithi100.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-05-09T03:38:24.439 INFO:teuthology.orchestra.run.smithi100.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-05-09T03:38:24.439 INFO:teuthology.orchestra.run.smithi100.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-05-09T03:38:24.439 INFO:teuthology.orchestra.run.smithi100.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-05-09T03:38:24.439 INFO:teuthology.orchestra.run.smithi100.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-05-09T03:38:24.439 INFO:teuthology.orchestra.run.smithi100.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-05-09T03:38:24.440 INFO:teuthology.orchestra.run.smithi100.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-05-09T03:38:24.440 INFO:teuthology.orchestra.run.smithi100.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-05-09T03:38:24.440 INFO:teuthology.orchestra.run.smithi100.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-05-09T03:38:24.440 INFO:teuthology.orchestra.run.smithi100.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-05-09T03:38:24.440 INFO:teuthology.orchestra.run.smithi100.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-05-09T03:38:24.440 INFO:teuthology.orchestra.run.smithi100.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-05-09T03:38:24.440 INFO:teuthology.orchestra.run.smithi100.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-05-09T03:38:24.440 INFO:teuthology.orchestra.run.smithi100.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-05-09T03:38:24.440 INFO:teuthology.orchestra.run.smithi100.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-05-09T03:38:24.508 INFO:teuthology.orchestra.run.smithi100.stdout:0 upgraded, 118 newly installed, 0 to remove and 303 not upgraded. 2024-05-09T03:38:24.508 INFO:teuthology.orchestra.run.smithi100.stdout:Need to get 181 MB of archives. 2024-05-09T03:38:24.508 INFO:teuthology.orchestra.run.smithi100.stdout:After this operation, 829 MB of additional disk space will be used. 2024-05-09T03:38:24.508 INFO:teuthology.orchestra.run.smithi100.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-05-09T03:38:24.514 INFO:teuthology.orchestra.run.smithi060.stdout:Get:2 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-3631-gc66c553a-1jammy [3,558 kB] 2024-05-09T03:38:24.527 INFO:teuthology.orchestra.run.smithi060.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-05-09T03:38:24.530 INFO:teuthology.orchestra.run.smithi060.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-05-09T03:38:24.551 INFO:teuthology.orchestra.run.smithi060.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-05-09T03:38:24.614 INFO:teuthology.orchestra.run.smithi100.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-05-09T03:38:24.617 INFO:teuthology.orchestra.run.smithi100.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-05-09T03:38:24.617 INFO:teuthology.orchestra.run.smithi060.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-05-09T03:38:24.622 INFO:teuthology.orchestra.run.smithi060.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-05-09T03:38:24.635 INFO:teuthology.orchestra.run.smithi060.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-05-09T03:38:24.638 INFO:teuthology.orchestra.run.smithi100.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-05-09T03:38:24.639 INFO:teuthology.orchestra.run.smithi060.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-05-09T03:38:24.640 INFO:teuthology.orchestra.run.smithi060.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-05-09T03:38:24.640 INFO:teuthology.orchestra.run.smithi060.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-05-09T03:38:24.650 INFO:teuthology.orchestra.run.smithi060.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-05-09T03:38:24.652 INFO:teuthology.orchestra.run.smithi060.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-05-09T03:38:24.654 INFO:teuthology.orchestra.run.smithi060.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-05-09T03:38:24.656 INFO:teuthology.orchestra.run.smithi060.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-05-09T03:38:24.663 INFO:teuthology.orchestra.run.smithi060.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-05-09T03:38:24.665 INFO:teuthology.orchestra.run.smithi060.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-05-09T03:38:24.668 INFO:teuthology.orchestra.run.smithi060.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-05-09T03:38:24.672 INFO:teuthology.orchestra.run.smithi100.stdout:Get:5 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-3631-gc66c553a-1jammy [3,558 kB] 2024-05-09T03:38:24.683 INFO:teuthology.orchestra.run.smithi060.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-05-09T03:38:24.685 INFO:teuthology.orchestra.run.smithi060.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-05-09T03:38:24.685 INFO:teuthology.orchestra.run.smithi060.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-05-09T03:38:24.686 INFO:teuthology.orchestra.run.smithi060.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-05-09T03:38:24.686 INFO:teuthology.orchestra.run.smithi060.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-05-09T03:38:24.687 INFO:teuthology.orchestra.run.smithi060.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-05-09T03:38:24.687 INFO:teuthology.orchestra.run.smithi060.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-05-09T03:38:24.704 INFO:teuthology.orchestra.run.smithi060.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-05-09T03:38:24.705 INFO:teuthology.orchestra.run.smithi060.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-05-09T03:38:24.705 INFO:teuthology.orchestra.run.smithi060.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-05-09T03:38:24.705 INFO:teuthology.orchestra.run.smithi100.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-05-09T03:38:24.710 INFO:teuthology.orchestra.run.smithi100.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-05-09T03:38:24.723 INFO:teuthology.orchestra.run.smithi100.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-05-09T03:38:24.724 INFO:teuthology.orchestra.run.smithi060.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-05-09T03:38:24.726 INFO:teuthology.orchestra.run.smithi060.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-05-09T03:38:24.726 INFO:teuthology.orchestra.run.smithi060.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-05-09T03:38:24.726 INFO:teuthology.orchestra.run.smithi060.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-05-09T03:38:24.726 INFO:teuthology.orchestra.run.smithi060.stdout:Get:33 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-3631-gc66c553a-1jammy [3,224 kB] 2024-05-09T03:38:24.727 INFO:teuthology.orchestra.run.smithi060.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-05-09T03:38:24.727 INFO:teuthology.orchestra.run.smithi060.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-05-09T03:38:24.728 INFO:teuthology.orchestra.run.smithi060.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-05-09T03:38:24.728 INFO:teuthology.orchestra.run.smithi100.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-05-09T03:38:24.728 INFO:teuthology.orchestra.run.smithi100.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-05-09T03:38:24.729 INFO:teuthology.orchestra.run.smithi100.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-05-09T03:38:24.737 INFO:teuthology.orchestra.run.smithi100.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-05-09T03:38:24.740 INFO:teuthology.orchestra.run.smithi100.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-05-09T03:38:24.742 INFO:teuthology.orchestra.run.smithi100.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-05-09T03:38:24.743 INFO:teuthology.orchestra.run.smithi100.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-05-09T03:38:24.745 INFO:teuthology.orchestra.run.smithi060.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-05-09T03:38:24.746 INFO:teuthology.orchestra.run.smithi060.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-05-09T03:38:24.747 INFO:teuthology.orchestra.run.smithi060.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-05-09T03:38:24.751 INFO:teuthology.orchestra.run.smithi100.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-05-09T03:38:24.753 INFO:teuthology.orchestra.run.smithi100.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-05-09T03:38:24.755 INFO:teuthology.orchestra.run.smithi100.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-05-09T03:38:24.766 INFO:teuthology.orchestra.run.smithi060.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-05-09T03:38:24.766 INFO:teuthology.orchestra.run.smithi060.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-05-09T03:38:24.767 INFO:teuthology.orchestra.run.smithi060.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-05-09T03:38:24.767 INFO:teuthology.orchestra.run.smithi060.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-05-09T03:38:24.769 INFO:teuthology.orchestra.run.smithi060.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-05-09T03:38:24.771 INFO:teuthology.orchestra.run.smithi060.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-05-09T03:38:24.772 INFO:teuthology.orchestra.run.smithi060.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-05-09T03:38:24.772 INFO:teuthology.orchestra.run.smithi100.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-05-09T03:38:24.772 INFO:teuthology.orchestra.run.smithi100.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-05-09T03:38:24.772 INFO:teuthology.orchestra.run.smithi100.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-05-09T03:38:24.774 INFO:teuthology.orchestra.run.smithi100.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-05-09T03:38:24.774 INFO:teuthology.orchestra.run.smithi100.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-05-09T03:38:24.774 INFO:teuthology.orchestra.run.smithi100.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-05-09T03:38:24.775 INFO:teuthology.orchestra.run.smithi100.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-05-09T03:38:24.786 INFO:teuthology.orchestra.run.smithi060.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-05-09T03:38:24.787 INFO:teuthology.orchestra.run.smithi060.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-05-09T03:38:24.789 INFO:teuthology.orchestra.run.smithi060.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-05-09T03:38:24.792 INFO:teuthology.orchestra.run.smithi100.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-05-09T03:38:24.793 INFO:teuthology.orchestra.run.smithi100.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-05-09T03:38:24.793 INFO:teuthology.orchestra.run.smithi100.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-05-09T03:38:24.807 INFO:teuthology.orchestra.run.smithi060.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-05-09T03:38:24.807 INFO:teuthology.orchestra.run.smithi060.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-05-09T03:38:24.810 INFO:teuthology.orchestra.run.smithi060.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-05-09T03:38:24.821 INFO:teuthology.orchestra.run.smithi100.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-05-09T03:38:24.822 INFO:teuthology.orchestra.run.smithi100.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-05-09T03:38:24.823 INFO:teuthology.orchestra.run.smithi100.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-05-09T03:38:24.824 INFO:teuthology.orchestra.run.smithi100.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-05-09T03:38:24.826 INFO:teuthology.orchestra.run.smithi100.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-05-09T03:38:24.826 INFO:teuthology.orchestra.run.smithi100.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-05-09T03:38:24.827 INFO:teuthology.orchestra.run.smithi100.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-05-09T03:38:24.827 INFO:teuthology.orchestra.run.smithi060.stdout:Get:53 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-3631-gc66c553a-1jammy [712 kB] 2024-05-09T03:38:24.848 INFO:teuthology.orchestra.run.smithi100.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-05-09T03:38:24.849 INFO:teuthology.orchestra.run.smithi100.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-05-09T03:38:24.850 INFO:teuthology.orchestra.run.smithi100.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-05-09T03:38:24.854 INFO:teuthology.orchestra.run.smithi060.stdout:Get:54 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-3631-gc66c553a-1jammy [356 kB] 2024-05-09T03:38:24.865 INFO:teuthology.orchestra.run.smithi060.stdout:Get:55 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-3631-gc66c553a-1jammy [32.8 kB] 2024-05-09T03:38:24.866 INFO:teuthology.orchestra.run.smithi060.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-05-09T03:38:24.866 INFO:teuthology.orchestra.run.smithi060.stdout:Get:57 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-3631-gc66c553a-1jammy [180 kB] 2024-05-09T03:38:24.867 INFO:teuthology.orchestra.run.smithi060.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-05-09T03:38:24.869 INFO:teuthology.orchestra.run.smithi060.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-05-09T03:38:24.874 INFO:teuthology.orchestra.run.smithi100.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-05-09T03:38:24.875 INFO:teuthology.orchestra.run.smithi100.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-05-09T03:38:24.876 INFO:teuthology.orchestra.run.smithi100.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-05-09T03:38:24.877 INFO:teuthology.orchestra.run.smithi100.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-05-09T03:38:24.880 INFO:teuthology.orchestra.run.smithi100.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-05-09T03:38:24.880 INFO:teuthology.orchestra.run.smithi060.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-05-09T03:38:24.880 INFO:teuthology.orchestra.run.smithi060.stdout:Get:61 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-3631-gc66c553a-1jammy [67.5 kB] 2024-05-09T03:38:24.881 INFO:teuthology.orchestra.run.smithi060.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-05-09T03:38:24.881 INFO:teuthology.orchestra.run.smithi060.stdout:Get:63 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-3631-gc66c553a-1jammy [333 kB] 2024-05-09T03:38:24.883 INFO:teuthology.orchestra.run.smithi100.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-05-09T03:38:24.884 INFO:teuthology.orchestra.run.smithi100.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-05-09T03:38:24.888 INFO:teuthology.orchestra.run.smithi060.stdout:Get:64 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-3631-gc66c553a-1jammy [6,893 kB] 2024-05-09T03:38:24.896 INFO:teuthology.orchestra.run.smithi100.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-05-09T03:38:24.897 INFO:teuthology.orchestra.run.smithi100.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-05-09T03:38:24.899 INFO:teuthology.orchestra.run.smithi060.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-05-09T03:38:24.901 INFO:teuthology.orchestra.run.smithi060.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-05-09T03:38:24.902 INFO:teuthology.orchestra.run.smithi060.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-05-09T03:38:24.902 INFO:teuthology.orchestra.run.smithi100.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-05-09T03:38:24.917 INFO:teuthology.orchestra.run.smithi100.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-05-09T03:38:24.918 INFO:teuthology.orchestra.run.smithi100.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-05-09T03:38:24.918 INFO:teuthology.orchestra.run.smithi060.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-05-09T03:38:24.919 INFO:teuthology.orchestra.run.smithi060.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-05-09T03:38:24.919 INFO:teuthology.orchestra.run.smithi060.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-05-09T03:38:24.920 INFO:teuthology.orchestra.run.smithi060.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-05-09T03:38:24.921 INFO:teuthology.orchestra.run.smithi060.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-05-09T03:38:24.921 INFO:teuthology.orchestra.run.smithi060.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-05-09T03:38:24.922 INFO:teuthology.orchestra.run.smithi100.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-05-09T03:38:24.944 INFO:teuthology.orchestra.run.smithi060.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-05-09T03:38:24.945 INFO:teuthology.orchestra.run.smithi060.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-05-09T03:38:24.948 INFO:teuthology.orchestra.run.smithi060.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-05-09T03:38:24.965 INFO:teuthology.orchestra.run.smithi060.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-05-09T03:38:24.967 INFO:teuthology.orchestra.run.smithi060.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-05-09T03:38:24.967 INFO:teuthology.orchestra.run.smithi060.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-05-09T03:38:24.971 INFO:teuthology.orchestra.run.smithi060.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-05-09T03:38:24.973 INFO:teuthology.orchestra.run.smithi060.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-05-09T03:38:24.974 INFO:teuthology.orchestra.run.smithi060.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-05-09T03:38:24.975 INFO:teuthology.orchestra.run.smithi060.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-05-09T03:38:24.990 INFO:teuthology.orchestra.run.smithi060.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-05-09T03:38:24.994 INFO:teuthology.orchestra.run.smithi060.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-05-09T03:38:24.995 INFO:teuthology.orchestra.run.smithi060.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-05-09T03:38:24.995 INFO:teuthology.orchestra.run.smithi100.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-05-09T03:38:24.996 INFO:teuthology.orchestra.run.smithi100.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-05-09T03:38:24.998 INFO:teuthology.orchestra.run.smithi100.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-05-09T03:38:24.998 INFO:teuthology.orchestra.run.smithi100.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-05-09T03:38:24.999 INFO:teuthology.orchestra.run.smithi100.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-05-09T03:38:25.015 INFO:teuthology.orchestra.run.smithi060.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-05-09T03:38:25.015 INFO:teuthology.orchestra.run.smithi060.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-05-09T03:38:25.015 INFO:teuthology.orchestra.run.smithi060.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-05-09T03:38:25.017 INFO:teuthology.orchestra.run.smithi100.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-05-09T03:38:25.017 INFO:teuthology.orchestra.run.smithi060.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-05-09T03:38:25.018 INFO:teuthology.orchestra.run.smithi060.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-05-09T03:38:25.019 INFO:teuthology.orchestra.run.smithi100.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-05-09T03:38:25.019 INFO:teuthology.orchestra.run.smithi100.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-05-09T03:38:25.025 INFO:teuthology.orchestra.run.smithi060.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-05-09T03:38:25.025 INFO:teuthology.orchestra.run.smithi060.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-05-09T03:38:25.036 INFO:teuthology.orchestra.run.smithi100.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-05-09T03:38:25.036 INFO:teuthology.orchestra.run.smithi100.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-05-09T03:38:25.037 INFO:teuthology.orchestra.run.smithi060.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-05-09T03:38:25.039 INFO:teuthology.orchestra.run.smithi060.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-05-09T03:38:25.040 INFO:teuthology.orchestra.run.smithi060.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-05-09T03:38:25.057 INFO:teuthology.orchestra.run.smithi100.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-05-09T03:38:25.058 INFO:teuthology.orchestra.run.smithi100.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-05-09T03:38:25.058 INFO:teuthology.orchestra.run.smithi100.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-05-09T03:38:25.058 INFO:teuthology.orchestra.run.smithi100.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-05-09T03:38:25.059 INFO:teuthology.orchestra.run.smithi100.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-05-09T03:38:25.059 INFO:teuthology.orchestra.run.smithi100.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-05-09T03:38:25.063 INFO:teuthology.orchestra.run.smithi100.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-05-09T03:38:25.078 INFO:teuthology.orchestra.run.smithi100.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-05-09T03:38:25.079 INFO:teuthology.orchestra.run.smithi100.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-05-09T03:38:25.080 INFO:teuthology.orchestra.run.smithi100.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-05-09T03:38:25.098 INFO:teuthology.orchestra.run.smithi100.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-05-09T03:38:25.101 INFO:teuthology.orchestra.run.smithi100.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-05-09T03:38:25.102 INFO:teuthology.orchestra.run.smithi100.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-05-09T03:38:25.103 INFO:teuthology.orchestra.run.smithi100.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-05-09T03:38:25.107 INFO:teuthology.orchestra.run.smithi100.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-05-09T03:38:25.107 INFO:teuthology.orchestra.run.smithi100.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-05-09T03:38:25.111 INFO:teuthology.orchestra.run.smithi100.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-05-09T03:38:25.118 INFO:teuthology.orchestra.run.smithi100.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-05-09T03:38:25.119 INFO:teuthology.orchestra.run.smithi100.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-05-09T03:38:25.120 INFO:teuthology.orchestra.run.smithi100.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-05-09T03:38:25.139 INFO:teuthology.orchestra.run.smithi100.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-05-09T03:38:25.140 INFO:teuthology.orchestra.run.smithi100.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-05-09T03:38:25.142 INFO:teuthology.orchestra.run.smithi060.stdout:Get:97 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-3631-gc66c553a-1jammy [112 kB] 2024-05-09T03:38:25.145 INFO:teuthology.orchestra.run.smithi060.stdout:Get:98 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-3631-gc66c553a-1jammy [467 kB] 2024-05-09T03:38:25.147 INFO:teuthology.orchestra.run.smithi100.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-05-09T03:38:25.147 INFO:teuthology.orchestra.run.smithi100.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-05-09T03:38:25.147 INFO:teuthology.orchestra.run.smithi100.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-05-09T03:38:25.149 INFO:teuthology.orchestra.run.smithi100.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-05-09T03:38:25.150 INFO:teuthology.orchestra.run.smithi100.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-05-09T03:38:25.155 INFO:teuthology.orchestra.run.smithi060.stdout:Get:99 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-3631-gc66c553a-1jammy [25.8 MB] 2024-05-09T03:38:26.176 INFO:teuthology.orchestra.run.smithi060.stdout:Get:100 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-3631-gc66c553a-1jammy [5,096 kB] 2024-05-09T03:38:26.256 INFO:teuthology.orchestra.run.smithi060.stdout:Get:101 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-3631-gc66c553a-1jammy [244 kB] 2024-05-09T03:38:26.263 INFO:teuthology.orchestra.run.smithi060.stdout:Get:102 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-3631-gc66c553a-1jammy [124 kB] 2024-05-09T03:38:26.267 INFO:teuthology.orchestra.run.smithi060.stdout:Get:103 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-3631-gc66c553a-1jammy [1,544 kB] 2024-05-09T03:38:26.319 INFO:teuthology.orchestra.run.smithi060.stdout:Get:104 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-3631-gc66c553a-1jammy [6,260 kB] 2024-05-09T03:38:26.369 INFO:teuthology.orchestra.run.smithi100.stdout:Get:89 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-3631-gc66c553a-1jammy [3,224 kB] 2024-05-09T03:38:26.552 INFO:teuthology.orchestra.run.smithi060.stdout:Get:105 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-3631-gc66c553a-1jammy [22.8 MB] 2024-05-09T03:38:27.132 INFO:teuthology.orchestra.run.smithi100.stdout:Get:90 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-3631-gc66c553a-1jammy [712 kB] 2024-05-09T03:38:27.296 INFO:teuthology.orchestra.run.smithi100.stdout:Get:91 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-3631-gc66c553a-1jammy [356 kB] 2024-05-09T03:38:27.368 INFO:teuthology.orchestra.run.smithi100.stdout:Get:92 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-3631-gc66c553a-1jammy [32.8 kB] 2024-05-09T03:38:27.373 INFO:teuthology.orchestra.run.smithi100.stdout:Get:93 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-3631-gc66c553a-1jammy [180 kB] 2024-05-09T03:38:27.402 INFO:teuthology.orchestra.run.smithi100.stdout:Get:94 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-3631-gc66c553a-1jammy [67.5 kB] 2024-05-09T03:38:27.410 INFO:teuthology.orchestra.run.smithi100.stdout:Get:95 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-3631-gc66c553a-1jammy [333 kB] 2024-05-09T03:38:27.446 INFO:teuthology.orchestra.run.smithi100.stdout:Get:96 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-3631-gc66c553a-1jammy [6,893 kB] 2024-05-09T03:38:27.544 INFO:teuthology.orchestra.run.smithi060.stdout:Get:106 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-3631-gc66c553a-1jammy [14.1 kB] 2024-05-09T03:38:27.545 INFO:teuthology.orchestra.run.smithi060.stdout:Get:107 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-3631-gc66c553a-1jammy [870 kB] 2024-05-09T03:38:27.561 INFO:teuthology.orchestra.run.smithi060.stdout:Get:108 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-3631-gc66c553a-1jammy [2,442 kB] 2024-05-09T03:38:27.631 INFO:teuthology.orchestra.run.smithi060.stdout:Get:109 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-3631-gc66c553a-1jammy [793 kB] 2024-05-09T03:38:27.657 INFO:teuthology.orchestra.run.smithi060.stdout:Get:110 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-3631-gc66c553a-1jammy [150 kB] 2024-05-09T03:38:27.661 INFO:teuthology.orchestra.run.smithi060.stdout:Get:111 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-3631-gc66c553a-1jammy [2,257 kB] 2024-05-09T03:38:27.769 INFO:teuthology.orchestra.run.smithi060.stdout:Get:112 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-3631-gc66c553a-1jammy [8,625 kB] 2024-05-09T03:38:28.159 INFO:teuthology.orchestra.run.smithi060.stdout:Get:113 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-3631-gc66c553a-1jammy [14.2 kB] 2024-05-09T03:38:28.160 INFO:teuthology.orchestra.run.smithi060.stdout:Get:114 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-3631-gc66c553a-1jammy [51.7 MB] 2024-05-09T03:38:28.326 INFO:teuthology.orchestra.run.smithi100.stdout:Get:97 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-3631-gc66c553a-1jammy [112 kB] 2024-05-09T03:38:28.329 INFO:teuthology.orchestra.run.smithi100.stdout:Get:98 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-3631-gc66c553a-1jammy [467 kB] 2024-05-09T03:38:28.374 INFO:teuthology.orchestra.run.smithi100.stdout:Get:99 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-3631-gc66c553a-1jammy [25.8 MB] 2024-05-09T03:38:31.043 INFO:teuthology.orchestra.run.smithi100.stdout:Get:100 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-3631-gc66c553a-1jammy [5,096 kB] 2024-05-09T03:38:31.381 INFO:teuthology.orchestra.run.smithi100.stdout:Get:101 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-3631-gc66c553a-1jammy [244 kB] 2024-05-09T03:38:31.389 INFO:teuthology.orchestra.run.smithi100.stdout:Get:102 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-3631-gc66c553a-1jammy [124 kB] 2024-05-09T03:38:31.392 INFO:teuthology.orchestra.run.smithi100.stdout:Get:103 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-3631-gc66c553a-1jammy [1,544 kB] 2024-05-09T03:38:31.435 INFO:teuthology.orchestra.run.smithi060.stdout:Get:115 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-3631-gc66c553a-1jammy [124 kB] 2024-05-09T03:38:31.437 INFO:teuthology.orchestra.run.smithi060.stdout:Get:116 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-3631-gc66c553a-1jammy [38.9 kB] 2024-05-09T03:38:31.438 INFO:teuthology.orchestra.run.smithi060.stdout:Get:117 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-3631-gc66c553a-1jammy [13.6 MB] 2024-05-09T03:38:31.463 INFO:teuthology.orchestra.run.smithi100.stdout:Get:104 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-3631-gc66c553a-1jammy [6,260 kB] 2024-05-09T03:38:31.945 INFO:teuthology.orchestra.run.smithi100.stdout:Get:105 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-3631-gc66c553a-1jammy [22.8 MB] 2024-05-09T03:38:32.055 INFO:teuthology.orchestra.run.smithi060.stdout:Get:118 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-3631-gc66c553a-1jammy [91.2 kB] 2024-05-09T03:38:32.644 INFO:teuthology.orchestra.run.smithi060.stdout:Fetched 181 MB in 8s (23.6 MB/s) 2024-05-09T03:38:32.798 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-05-09T03:38:32.844 INFO:teuthology.orchestra.run.smithi100.stdout:Get:106 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-3631-gc66c553a-1jammy [14.1 kB] 2024-05-09T03:38:32.845 INFO:teuthology.orchestra.run.smithi100.stdout:Get:107 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-3631-gc66c553a-1jammy [870 kB] 2024-05-09T03:38:32.861 INFO:teuthology.orchestra.run.smithi100.stdout:Get:108 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-3631-gc66c553a-1jammy [2,442 kB] 2024-05-09T03:38:32.897 INFO:teuthology.orchestra.run.smithi060.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 165990 files and directories currently installed.) 2024-05-09T03:38:32.903 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-05-09T03:38:32.906 INFO:teuthology.orchestra.run.smithi100.stdout:Get:109 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-3631-gc66c553a-1jammy [793 kB] 2024-05-09T03:38:32.932 INFO:teuthology.orchestra.run.smithi100.stdout:Get:110 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-3631-gc66c553a-1jammy [150 kB] 2024-05-09T03:38:32.936 INFO:teuthology.orchestra.run.smithi100.stdout:Get:111 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-3631-gc66c553a-1jammy [2,257 kB] 2024-05-09T03:38:32.989 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-05-09T03:38:33.011 INFO:teuthology.orchestra.run.smithi100.stdout:Get:112 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-3631-gc66c553a-1jammy [8,625 kB] 2024-05-09T03:38:33.302 INFO:teuthology.orchestra.run.smithi100.stdout:Get:113 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-3631-gc66c553a-1jammy [14.2 kB] 2024-05-09T03:38:33.302 INFO:teuthology.orchestra.run.smithi100.stdout:Get:114 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-3631-gc66c553a-1jammy [51.7 MB] 2024-05-09T03:38:33.317 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-05-09T03:38:33.343 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-05-09T03:38:33.384 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-05-09T03:38:33.720 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-05-09T03:38:33.747 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-05-09T03:38:33.787 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-05-09T03:38:34.157 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-05-09T03:38:34.183 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-09T03:38:34.232 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-09T03:38:34.652 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-05-09T03:38:34.678 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-09T03:38:34.718 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-09T03:38:35.021 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-05-09T03:38:35.037 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-09T03:38:35.074 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-09T03:38:35.433 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-05-09T03:38:35.459 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-05-09T03:38:35.494 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-05-09T03:38:35.794 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package librados2. 2024-05-09T03:38:35.821 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../007-librados2_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:38:35.869 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking librados2 (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:38:36.290 INFO:teuthology.orchestra.run.smithi100.stdout:Get:115 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-3631-gc66c553a-1jammy [124 kB] 2024-05-09T03:38:36.292 INFO:teuthology.orchestra.run.smithi100.stdout:Get:116 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-3631-gc66c553a-1jammy [38.9 kB] 2024-05-09T03:38:36.294 INFO:teuthology.orchestra.run.smithi100.stdout:Get:117 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-3631-gc66c553a-1jammy [13.6 MB] 2024-05-09T03:38:36.314 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package librbd1. 2024-05-09T03:38:36.340 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../008-librbd1_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:38:36.380 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking librbd1 (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:38:36.833 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package libcephfs2. 2024-05-09T03:38:36.860 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:38:36.899 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking libcephfs2 (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:38:37.000 INFO:teuthology.orchestra.run.smithi100.stdout:Get:118 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-3631-gc66c553a-1jammy [91.2 kB] 2024-05-09T03:38:37.152 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-rados. 2024-05-09T03:38:37.168 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../010-python3-rados_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:38:37.202 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-rados (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:38:37.522 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-05-09T03:38:37.548 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-3631-gc66c553a-1jammy_all.deb ... 2024-05-09T03:38:37.562 INFO:teuthology.orchestra.run.smithi100.stdout:Fetched 181 MB in 13s (14.4 MB/s) 2024-05-09T03:38:37.588 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-ceph-argparse (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:38:37.700 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-05-09T03:38:37.799 INFO:teuthology.orchestra.run.smithi100.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 165990 files and directories currently installed.) 2024-05-09T03:38:37.804 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-05-09T03:38:37.840 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-cephfs. 2024-05-09T03:38:37.856 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:38:37.882 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-05-09T03:38:37.899 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-cephfs (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:38:38.202 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-05-09T03:38:38.210 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-ceph-common. 2024-05-09T03:38:38.229 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-05-09T03:38:38.237 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-3631-gc66c553a-1jammy_all.deb ... 2024-05-09T03:38:38.268 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-05-09T03:38:38.277 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-ceph-common (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:38:38.572 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-wcwidth. 2024-05-09T03:38:38.598 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-05-09T03:38:38.605 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-05-09T03:38:38.630 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-05-09T03:38:38.631 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-05-09T03:38:38.663 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-05-09T03:38:38.924 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-prettytable. 2024-05-09T03:38:38.951 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-05-09T03:38:39.024 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-05-09T03:38:39.117 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-05-09T03:38:39.144 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-09T03:38:39.192 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-09T03:38:39.302 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-rbd. 2024-05-09T03:38:39.328 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:38:39.368 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-rbd (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:38:39.578 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-05-09T03:38:39.593 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-09T03:38:39.628 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-09T03:38:39.722 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-05-09T03:38:39.748 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-05-09T03:38:39.788 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-05-09T03:38:39.948 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-05-09T03:38:39.974 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-09T03:38:40.014 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-09T03:38:40.032 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-05-09T03:38:40.048 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-05-09T03:38:40.090 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-05-09T03:38:40.376 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-05-09T03:38:40.394 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-05-09T03:38:40.402 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-05-09T03:38:40.420 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-05-09T03:38:40.442 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-05-09T03:38:40.460 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-05-09T03:38:40.762 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package librados2. 2024-05-09T03:38:40.788 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../007-librados2_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:38:40.828 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking librados2 (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:38:40.839 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package lua5.1. 2024-05-09T03:38:40.865 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-05-09T03:38:40.905 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-05-09T03:38:41.208 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package lua-any. 2024-05-09T03:38:41.224 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-05-09T03:38:41.258 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking lua-any (27ubuntu1) ... 2024-05-09T03:38:41.265 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package librbd1. 2024-05-09T03:38:41.291 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../008-librbd1_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:38:41.323 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking librbd1 (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:38:41.502 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package zip. 2024-05-09T03:38:41.529 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-05-09T03:38:41.569 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking zip (3.0-12build2) ... 2024-05-09T03:38:41.872 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package unzip. 2024-05-09T03:38:41.899 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-05-09T03:38:41.939 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-05-09T03:38:42.010 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package libcephfs2. 2024-05-09T03:38:42.036 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:38:42.076 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking libcephfs2 (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:38:42.309 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package luarocks. 2024-05-09T03:38:42.336 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-05-09T03:38:42.353 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-rados. 2024-05-09T03:38:42.368 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../010-python3-rados_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:38:42.376 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-05-09T03:38:42.411 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-rados (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:38:42.706 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-05-09T03:38:42.717 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package librgw2. 2024-05-09T03:38:42.721 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-3631-gc66c553a-1jammy_all.deb ... 2024-05-09T03:38:42.744 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../025-librgw2_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:38:42.756 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-ceph-argparse (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:38:42.783 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking librgw2 (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:38:42.975 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-cephfs. 2024-05-09T03:38:42.990 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:38:43.033 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-cephfs (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:38:43.344 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-ceph-common. 2024-05-09T03:38:43.371 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-3631-gc66c553a-1jammy_all.deb ... 2024-05-09T03:38:43.411 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-ceph-common (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:38:43.603 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-rgw. 2024-05-09T03:38:43.630 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:38:43.669 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-rgw (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:38:43.739 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-wcwidth. 2024-05-09T03:38:43.766 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-05-09T03:38:43.806 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-05-09T03:38:44.014 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package liboath0:amd64. 2024-05-09T03:38:44.042 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-05-09T03:38:44.081 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-05-09T03:38:44.125 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-prettytable. 2024-05-09T03:38:44.151 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-05-09T03:38:44.192 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-05-09T03:38:44.350 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package libradosstriper1. 2024-05-09T03:38:44.367 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:38:44.394 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-rbd. 2024-05-09T03:38:44.400 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking libradosstriper1 (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:38:44.409 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:38:44.444 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-rbd (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:38:44.821 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package ceph-common. 2024-05-09T03:38:44.831 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-05-09T03:38:44.848 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../029-ceph-common_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:38:44.857 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-05-09T03:38:44.887 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking ceph-common (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:38:44.897 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-05-09T03:38:45.175 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-05-09T03:38:45.201 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-05-09T03:38:45.241 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-05-09T03:38:45.553 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-05-09T03:38:45.579 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-05-09T03:38:45.627 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-05-09T03:38:45.914 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package lua5.1. 2024-05-09T03:38:45.940 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-05-09T03:38:45.981 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-05-09T03:38:46.275 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package lua-any. 2024-05-09T03:38:46.290 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-05-09T03:38:46.317 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package ceph-base. 2024-05-09T03:38:46.333 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking lua-any (27ubuntu1) ... 2024-05-09T03:38:46.345 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../030-ceph-base_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:38:46.394 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking ceph-base (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:38:46.578 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package zip. 2024-05-09T03:38:46.593 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-05-09T03:38:46.636 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking zip (3.0-12build2) ... 2024-05-09T03:38:46.999 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-05-09T03:38:47.026 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-05-09T03:38:47.065 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-05-09T03:38:47.081 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package unzip. 2024-05-09T03:38:47.107 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-05-09T03:38:47.147 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-05-09T03:38:47.368 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-cheroot. 2024-05-09T03:38:47.395 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-05-09T03:38:47.435 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-05-09T03:38:47.543 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package luarocks. 2024-05-09T03:38:47.569 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-05-09T03:38:47.609 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-05-09T03:38:47.763 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-05-09T03:38:47.790 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-05-09T03:38:47.829 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-05-09T03:38:47.976 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package librgw2. 2024-05-09T03:38:48.002 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../025-librgw2_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:38:48.042 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking librgw2 (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:38:48.091 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-jaraco.text. 2024-05-09T03:38:48.117 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-05-09T03:38:48.157 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-05-09T03:38:48.435 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-05-09T03:38:48.462 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-05-09T03:38:48.569 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-rgw. 2024-05-09T03:38:48.596 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:38:48.660 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-05-09T03:38:48.661 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-rgw (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:38:48.963 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-tempora. 2024-05-09T03:38:48.990 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-05-09T03:38:49.006 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package liboath0:amd64. 2024-05-09T03:38:49.030 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-05-09T03:38:49.032 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-05-09T03:38:49.072 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-05-09T03:38:49.350 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-portend. 2024-05-09T03:38:49.350 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package libradosstriper1. 2024-05-09T03:38:49.376 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:38:49.377 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-05-09T03:38:49.416 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-05-09T03:38:49.417 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking libradosstriper1 (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:38:49.678 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-05-09T03:38:49.705 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-05-09T03:38:49.744 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-05-09T03:38:49.837 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package ceph-common. 2024-05-09T03:38:49.863 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../029-ceph-common_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:38:49.903 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking ceph-common (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:38:50.047 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-cherrypy3. 2024-05-09T03:38:50.075 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-05-09T03:38:50.113 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-05-09T03:38:50.451 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-natsort. 2024-05-09T03:38:50.478 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-05-09T03:38:50.534 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-05-09T03:38:50.846 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-logutils. 2024-05-09T03:38:50.873 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-05-09T03:38:50.912 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-05-09T03:38:51.215 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-markupsafe. 2024-05-09T03:38:51.242 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package ceph-base. 2024-05-09T03:38:51.242 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-05-09T03:38:51.268 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../030-ceph-base_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:38:51.282 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-05-09T03:38:51.318 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking ceph-base (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:38:51.568 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-mako. 2024-05-09T03:38:51.595 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-05-09T03:38:51.634 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-05-09T03:38:51.871 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-05-09T03:38:51.897 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-05-09T03:38:51.940 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-05-09T03:38:51.963 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-simplegeneric. 2024-05-09T03:38:51.990 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-05-09T03:38:52.029 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-05-09T03:38:52.299 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-singledispatch. 2024-05-09T03:38:52.315 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-05-09T03:38:52.357 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-05-09T03:38:52.357 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-cheroot. 2024-05-09T03:38:52.383 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-05-09T03:38:52.423 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-05-09T03:38:52.668 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-webob. 2024-05-09T03:38:52.696 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-05-09T03:38:52.735 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-05-09T03:38:52.777 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-05-09T03:38:52.803 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-05-09T03:38:52.843 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-05-09T03:38:53.088 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-waitress. 2024-05-09T03:38:53.115 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-05-09T03:38:53.146 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-jaraco.text. 2024-05-09T03:38:53.158 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-05-09T03:38:53.172 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-05-09T03:38:53.212 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-05-09T03:38:53.466 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-tempita. 2024-05-09T03:38:53.493 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-05-09T03:38:53.524 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-05-09T03:38:53.533 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-05-09T03:38:53.550 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-05-09T03:38:53.590 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-05-09T03:38:53.836 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-paste. 2024-05-09T03:38:53.863 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-05-09T03:38:53.877 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-tempora. 2024-05-09T03:38:53.902 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-05-09T03:38:53.903 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-05-09T03:38:53.943 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-05-09T03:38:54.222 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-05-09T03:38:54.243 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-05-09T03:38:54.246 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-portend. 2024-05-09T03:38:54.272 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-05-09T03:38:54.280 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-05-09T03:38:54.312 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-05-09T03:38:54.600 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-pastedeploy. 2024-05-09T03:38:54.624 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-05-09T03:38:54.627 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-05-09T03:38:54.651 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-05-09T03:38:54.666 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-05-09T03:38:54.690 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-05-09T03:38:54.936 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-webtest. 2024-05-09T03:38:54.963 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-05-09T03:38:54.977 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-cherrypy3. 2024-05-09T03:38:54.994 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-05-09T03:38:55.003 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-05-09T03:38:55.043 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-05-09T03:38:55.298 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-pecan. 2024-05-09T03:38:55.324 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-05-09T03:38:55.364 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-05-09T03:38:55.388 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-natsort. 2024-05-09T03:38:55.415 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-05-09T03:38:55.455 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-05-09T03:38:55.745 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-certifi. 2024-05-09T03:38:55.767 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-logutils. 2024-05-09T03:38:55.772 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-05-09T03:38:55.793 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-05-09T03:38:55.811 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-05-09T03:38:55.833 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-05-09T03:38:56.136 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-markupsafe. 2024-05-09T03:38:56.147 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-idna. 2024-05-09T03:38:56.162 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-05-09T03:38:56.174 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-05-09T03:38:56.202 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-05-09T03:38:56.214 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-idna (3.3-1) ... 2024-05-09T03:38:56.467 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-urllib3. 2024-05-09T03:38:56.491 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-05-09T03:38:56.525 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-05-09T03:38:56.547 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-mako. 2024-05-09T03:38:56.573 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-05-09T03:38:56.613 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-05-09T03:38:56.786 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-requests. 2024-05-09T03:38:56.802 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-05-09T03:38:56.836 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-05-09T03:38:56.900 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-simplegeneric. 2024-05-09T03:38:56.926 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-05-09T03:38:56.966 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-05-09T03:38:57.123 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-werkzeug. 2024-05-09T03:38:57.150 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-05-09T03:38:57.189 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-05-09T03:38:57.211 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-singledispatch. 2024-05-09T03:38:57.237 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-05-09T03:38:57.278 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-05-09T03:38:57.484 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-05-09T03:38:57.500 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-3631-gc66c553a-1jammy_all.deb ... 2024-05-09T03:38:57.542 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking ceph-mgr-modules-core (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:38:57.572 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-webob. 2024-05-09T03:38:57.598 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-05-09T03:38:58.072 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-05-09T03:38:58.634 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-waitress. 2024-05-09T03:38:58.660 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-05-09T03:38:58.704 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-05-09T03:38:58.962 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-tempita. 2024-05-09T03:38:58.988 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-05-09T03:38:59.028 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-05-09T03:38:59.039 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-05-09T03:38:59.066 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:38:59.106 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:38:59.340 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-paste. 2024-05-09T03:38:59.366 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-05-09T03:38:59.401 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-bcrypt. 2024-05-09T03:38:59.406 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-05-09T03:38:59.428 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-05-09T03:38:59.467 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-05-09T03:38:59.712 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-openssl. 2024-05-09T03:38:59.717 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-05-09T03:38:59.739 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-05-09T03:38:59.744 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-05-09T03:38:59.778 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-05-09T03:38:59.784 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-05-09T03:39:00.045 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-pastedeploy. 2024-05-09T03:39:00.072 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-05-09T03:39:00.111 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-05-09T03:39:00.123 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package ceph-mgr. 2024-05-09T03:39:00.150 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:39:00.189 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking ceph-mgr (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:39:00.448 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-webtest. 2024-05-09T03:39:00.475 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-05-09T03:39:00.515 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-05-09T03:39:00.585 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package ceph-mon. 2024-05-09T03:39:00.612 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:39:00.651 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking ceph-mon (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:39:00.801 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-pecan. 2024-05-09T03:39:00.827 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-05-09T03:39:00.867 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-05-09T03:39:01.214 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-certifi. 2024-05-09T03:39:01.238 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package ceph-osd. 2024-05-09T03:39:01.240 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-05-09T03:39:01.266 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:39:01.280 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-05-09T03:39:01.304 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking ceph-osd (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:39:01.567 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-idna. 2024-05-09T03:39:01.593 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-05-09T03:39:01.633 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-idna (3.3-1) ... 2024-05-09T03:39:01.944 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-urllib3. 2024-05-09T03:39:01.971 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-05-09T03:39:02.011 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-05-09T03:39:02.449 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package ceph. 2024-05-09T03:39:02.465 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../066-ceph_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:39:02.499 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking ceph (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:39:02.506 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-requests. 2024-05-09T03:39:02.532 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-05-09T03:39:02.572 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-05-09T03:39:02.794 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package ceph-fuse. 2024-05-09T03:39:02.821 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:39:02.861 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking ceph-fuse (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:39:02.884 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-werkzeug. 2024-05-09T03:39:02.910 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-05-09T03:39:02.950 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-05-09T03:39:03.231 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package ceph-mds. 2024-05-09T03:39:03.236 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-05-09T03:39:03.257 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:39:03.262 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-3631-gc66c553a-1jammy_all.deb ... 2024-05-09T03:39:03.297 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking ceph-mds (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:39:03.303 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking ceph-mgr-modules-core (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:39:03.649 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-05-09T03:39:03.664 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:39:03.699 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:39:03.725 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package cephadm. 2024-05-09T03:39:03.752 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../069-cephadm_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:39:03.791 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking cephadm (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:39:03.969 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-bcrypt. 2024-05-09T03:39:03.995 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-05-09T03:39:04.035 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-05-09T03:39:04.069 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-asyncssh. 2024-05-09T03:39:04.085 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-05-09T03:39:04.119 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-05-09T03:39:04.313 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-openssl. 2024-05-09T03:39:04.339 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-05-09T03:39:04.379 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-05-09T03:39:04.422 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python-babel-localedata. 2024-05-09T03:39:04.438 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-05-09T03:39:04.480 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-05-09T03:39:04.733 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package ceph-mgr. 2024-05-09T03:39:04.759 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:39:04.799 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking ceph-mgr (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:39:05.194 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package ceph-mon. 2024-05-09T03:39:05.221 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:39:05.260 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking ceph-mon (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:39:05.536 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-babel. 2024-05-09T03:39:05.563 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-05-09T03:39:05.602 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-05-09T03:39:05.797 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package ceph-osd. 2024-05-09T03:39:05.824 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:39:05.863 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking ceph-osd (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:39:05.947 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-jinja2. 2024-05-09T03:39:05.974 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-05-09T03:39:06.013 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-05-09T03:39:06.366 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-05-09T03:39:06.394 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-3631-gc66c553a-1jammy_all.deb ... 2024-05-09T03:39:06.433 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking ceph-mgr-cephadm (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:39:06.778 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-repoze.lru. 2024-05-09T03:39:06.806 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-05-09T03:39:06.847 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-05-09T03:39:06.908 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package ceph. 2024-05-09T03:39:06.924 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../066-ceph_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:39:06.966 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking ceph (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:39:07.147 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-routes. 2024-05-09T03:39:07.175 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-05-09T03:39:07.214 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-05-09T03:39:07.286 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package ceph-fuse. 2024-05-09T03:39:07.313 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:39:07.352 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking ceph-fuse (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:39:07.551 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-05-09T03:39:07.578 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-3631-gc66c553a-1jammy_all.deb ... 2024-05-09T03:39:07.617 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking ceph-mgr-dashboard (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:39:07.672 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package ceph-mds. 2024-05-09T03:39:07.696 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:39:07.730 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking ceph-mds (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:39:08.142 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package cephadm. 2024-05-09T03:39:08.168 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../069-cephadm_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:39:08.208 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking cephadm (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:39:08.503 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-asyncssh. 2024-05-09T03:39:08.529 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-05-09T03:39:08.569 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-05-09T03:39:08.864 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-05-09T03:39:08.892 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-05-09T03:39:08.905 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python-babel-localedata. 2024-05-09T03:39:08.920 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-05-09T03:39:08.930 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-05-09T03:39:08.963 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-05-09T03:39:09.426 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-joblib. 2024-05-09T03:39:09.454 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-05-09T03:39:09.492 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-05-09T03:39:09.863 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-05-09T03:39:09.891 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-05-09T03:39:09.921 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-05-09T03:39:09.985 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-babel. 2024-05-09T03:39:10.012 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-05-09T03:39:10.051 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-05-09T03:39:10.199 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-sklearn. 2024-05-09T03:39:10.226 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-05-09T03:39:10.265 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-05-09T03:39:10.346 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-jinja2. 2024-05-09T03:39:10.373 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-05-09T03:39:10.412 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-05-09T03:39:10.726 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-05-09T03:39:10.753 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-3631-gc66c553a-1jammy_all.deb ... 2024-05-09T03:39:10.793 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking ceph-mgr-cephadm (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:39:10.974 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-05-09T03:39:10.990 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-3631-gc66c553a-1jammy_all.deb ... 2024-05-09T03:39:11.088 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-repoze.lru. 2024-05-09T03:39:11.103 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-05-09T03:39:11.118 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:39:11.146 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-05-09T03:39:11.449 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-routes. 2024-05-09T03:39:11.476 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-05-09T03:39:11.515 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-05-09T03:39:11.868 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-05-09T03:39:11.895 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-3631-gc66c553a-1jammy_all.deb ... 2024-05-09T03:39:11.935 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking ceph-mgr-dashboard (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:39:12.080 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-cachetools. 2024-05-09T03:39:12.107 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-05-09T03:39:12.146 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-05-09T03:39:12.391 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-pyasn1. 2024-05-09T03:39:12.407 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-05-09T03:39:12.449 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-05-09T03:39:12.753 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-05-09T03:39:12.780 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-05-09T03:39:12.819 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-05-09T03:39:13.106 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-rsa. 2024-05-09T03:39:13.133 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-05-09T03:39:13.163 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-rsa (4.8-1) ... 2024-05-09T03:39:13.282 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-05-09T03:39:13.309 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-05-09T03:39:13.348 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-05-09T03:39:13.476 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-google-auth. 2024-05-09T03:39:13.503 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-05-09T03:39:13.565 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-05-09T03:39:13.819 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-joblib. 2024-05-09T03:39:13.846 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-05-09T03:39:13.876 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-05-09T03:39:13.887 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-05-09T03:39:13.915 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-05-09T03:39:13.954 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-05-09T03:39:14.197 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-05-09T03:39:14.225 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-05-09T03:39:14.255 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-05-09T03:39:14.482 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-websocket. 2024-05-09T03:39:14.510 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-05-09T03:39:14.541 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-sklearn. 2024-05-09T03:39:14.548 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-05-09T03:39:14.568 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-05-09T03:39:14.607 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-05-09T03:39:14.836 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-kubernetes. 2024-05-09T03:39:14.863 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-05-09T03:39:14.894 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-05-09T03:39:15.300 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-05-09T03:39:15.327 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-3631-gc66c553a-1jammy_all.deb ... 2024-05-09T03:39:15.452 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:39:15.524 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-05-09T03:39:15.553 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-3631-gc66c553a-1jammy_all.deb ... 2024-05-09T03:39:15.591 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:39:15.894 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package libonig5:amd64. 2024-05-09T03:39:15.922 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-05-09T03:39:15.960 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-05-09T03:39:16.305 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package libjq1:amd64. 2024-05-09T03:39:16.333 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-05-09T03:39:16.371 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-05-09T03:39:16.430 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-cachetools. 2024-05-09T03:39:16.458 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-05-09T03:39:16.497 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-05-09T03:39:16.624 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package jq. 2024-05-09T03:39:16.640 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-05-09T03:39:16.682 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-05-09T03:39:16.800 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-pyasn1. 2024-05-09T03:39:16.827 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-05-09T03:39:16.866 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-05-09T03:39:16.918 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package socat. 2024-05-09T03:39:16.935 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-05-09T03:39:16.968 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-05-09T03:39:17.212 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-05-09T03:39:17.239 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-05-09T03:39:17.263 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package xmlstarlet. 2024-05-09T03:39:17.278 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-05-09T03:39:17.280 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-05-09T03:39:17.321 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-05-09T03:39:17.590 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-rsa. 2024-05-09T03:39:17.617 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-05-09T03:39:17.656 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-rsa (4.8-1) ... 2024-05-09T03:39:17.701 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package ceph-test. 2024-05-09T03:39:17.718 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../097-ceph-test_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:39:17.751 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking ceph-test (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:39:17.952 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-google-auth. 2024-05-09T03:39:17.978 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-05-09T03:39:18.018 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-05-09T03:39:18.330 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-05-09T03:39:18.357 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-05-09T03:39:18.396 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-05-09T03:39:18.709 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-websocket. 2024-05-09T03:39:18.734 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-05-09T03:39:18.774 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-05-09T03:39:19.069 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-kubernetes. 2024-05-09T03:39:19.096 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-05-09T03:39:19.135 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-05-09T03:39:19.991 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-05-09T03:39:20.007 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-3631-gc66c553a-1jammy_all.deb ... 2024-05-09T03:39:20.049 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:39:20.156 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package ceph-volume. 2024-05-09T03:39:20.183 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-3631-gc66c553a-1jammy_all.deb ... 2024-05-09T03:39:20.222 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking ceph-volume (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:39:20.335 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package libonig5:amd64. 2024-05-09T03:39:20.363 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-05-09T03:39:20.402 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-05-09T03:39:20.543 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package libcephfs-dev. 2024-05-09T03:39:20.571 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:39:20.609 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking libcephfs-dev (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:39:20.750 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package libjq1:amd64. 2024-05-09T03:39:20.774 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-05-09T03:39:20.813 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-05-09T03:39:20.887 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package lua-socket:amd64. 2024-05-09T03:39:20.915 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-05-09T03:39:20.945 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-05-09T03:39:21.074 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package jq. 2024-05-09T03:39:21.102 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-05-09T03:39:21.141 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-05-09T03:39:21.308 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package lua-sec:amd64. 2024-05-09T03:39:21.336 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-05-09T03:39:21.375 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-05-09T03:39:21.377 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package socat. 2024-05-09T03:39:21.393 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-05-09T03:39:21.427 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-05-09T03:39:21.738 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package xmlstarlet. 2024-05-09T03:39:21.746 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package nvme-cli. 2024-05-09T03:39:21.754 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-05-09T03:39:21.773 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-05-09T03:39:21.796 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-05-09T03:39:21.812 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-05-09T03:39:22.176 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package ceph-test. 2024-05-09T03:39:22.176 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package pkg-config. 2024-05-09T03:39:22.192 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../097-ceph-test_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:39:22.204 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-05-09T03:39:22.234 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking ceph-test (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:39:22.242 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-05-09T03:39:22.503 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-05-09T03:39:22.529 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-05-09T03:39:22.570 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-05-09T03:39:23.007 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-iniconfig. 2024-05-09T03:39:23.035 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-05-09T03:39:23.073 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-05-09T03:39:23.385 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-pastescript. 2024-05-09T03:39:23.413 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-05-09T03:39:23.451 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-05-09T03:39:23.780 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-pluggy. 2024-05-09T03:39:23.808 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-05-09T03:39:23.846 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-05-09T03:39:24.107 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-psutil. 2024-05-09T03:39:24.125 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-05-09T03:39:24.157 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-05-09T03:39:24.454 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-py. 2024-05-09T03:39:24.470 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-05-09T03:39:24.504 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-py (1.10.0-1) ... 2024-05-09T03:39:24.664 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package ceph-volume. 2024-05-09T03:39:24.691 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-3631-gc66c553a-1jammy_all.deb ... 2024-05-09T03:39:24.730 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking ceph-volume (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:39:24.774 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-pygments. 2024-05-09T03:39:24.787 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-05-09T03:39:24.832 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-05-09T03:39:25.034 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package libcephfs-dev. 2024-05-09T03:39:25.061 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:39:25.100 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking libcephfs-dev (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:39:25.261 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-pyinotify. 2024-05-09T03:39:25.278 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-05-09T03:39:25.319 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-05-09T03:39:25.403 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package lua-socket:amd64. 2024-05-09T03:39:25.427 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-05-09T03:39:25.461 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-05-09T03:39:25.631 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-toml. 2024-05-09T03:39:25.659 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-05-09T03:39:25.697 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-05-09T03:39:25.741 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package lua-sec:amd64. 2024-05-09T03:39:25.768 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-05-09T03:39:25.807 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-05-09T03:39:25.958 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-pytest. 2024-05-09T03:39:25.986 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-05-09T03:39:26.016 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-05-09T03:39:26.187 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package nvme-cli. 2024-05-09T03:39:26.214 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-05-09T03:39:26.253 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-05-09T03:39:26.370 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-simplejson. 2024-05-09T03:39:26.398 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-05-09T03:39:26.437 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-05-09T03:39:26.675 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package pkg-config. 2024-05-09T03:39:26.702 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-05-09T03:39:26.714 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-05-09T03:39:26.741 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-05-09T03:39:26.742 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-05-09T03:39:26.781 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-05-09T03:39:27.003 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-05-09T03:39:27.018 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-05-09T03:39:27.069 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-05-09T03:39:27.493 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package radosgw. 2024-05-09T03:39:27.506 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-iniconfig. 2024-05-09T03:39:27.522 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../116-radosgw_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:39:27.533 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-05-09T03:39:27.559 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking radosgw (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:39:27.572 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-05-09T03:39:27.833 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-pastescript. 2024-05-09T03:39:27.861 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-05-09T03:39:27.891 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-05-09T03:39:28.203 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-pluggy. 2024-05-09T03:39:28.231 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-05-09T03:39:28.270 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-05-09T03:39:28.405 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package rbd-fuse. 2024-05-09T03:39:28.433 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:39:28.471 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking rbd-fuse (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:39:28.598 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-psutil. 2024-05-09T03:39:28.625 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-05-09T03:39:28.664 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-05-09T03:39:28.776 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-05-09T03:39:29.001 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-py. 2024-05-09T03:39:29.028 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-05-09T03:39:29.034 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-05-09T03:39:29.075 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-py (1.10.0-1) ... 2024-05-09T03:39:29.161 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-05-09T03:39:29.379 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-pygments. 2024-05-09T03:39:29.407 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-05-09T03:39:29.427 INFO:teuthology.orchestra.run.smithi060.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-05-09T03:39:29.445 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-05-09T03:39:29.743 INFO:teuthology.orchestra.run.smithi060.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-05-09T03:39:29.916 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-pyinotify. 2024-05-09T03:39:29.944 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-05-09T03:39:29.982 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-05-09T03:39:30.205 INFO:teuthology.orchestra.run.smithi060.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-05-09T03:39:30.271 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up cephadm (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:39:30.294 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-toml. 2024-05-09T03:39:30.322 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-05-09T03:39:30.362 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-05-09T03:39:30.613 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-pytest. 2024-05-09T03:39:30.629 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-05-09T03:39:30.663 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-05-09T03:39:30.796 INFO:teuthology.orchestra.run.smithi060.stdout:Adding system user cephadm....done 2024-05-09T03:39:30.927 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-05-09T03:39:31.033 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-simplejson. 2024-05-09T03:39:31.061 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-05-09T03:39:31.100 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-05-09T03:39:31.203 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-05-09T03:39:31.378 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-05-09T03:39:31.405 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-05-09T03:39:31.444 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-05-09T03:39:31.454 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-05-09T03:39:31.572 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-05-09T03:39:31.815 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-05-09T03:39:32.075 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-05-09T03:39:32.201 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-py (1.10.0-1) ... 2024-05-09T03:39:32.206 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package radosgw. 2024-05-09T03:39:32.234 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../116-radosgw_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:39:32.273 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking radosgw (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:39:32.503 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-05-09T03:39:32.880 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-05-09T03:39:33.084 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package rbd-fuse. 2024-05-09T03:39:33.112 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:39:33.151 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking rbd-fuse (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:39:33.156 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-05-09T03:39:33.432 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-05-09T03:39:33.438 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-05-09T03:39:33.684 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-05-09T03:39:33.697 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-05-09T03:39:33.823 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-05-09T03:39:33.935 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-05-09T03:39:34.090 INFO:teuthology.orchestra.run.smithi100.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-05-09T03:39:34.186 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-05-09T03:39:34.423 INFO:teuthology.orchestra.run.smithi100.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-05-09T03:39:34.437 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-ceph-argparse (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:39:34.705 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-05-09T03:39:34.837 INFO:teuthology.orchestra.run.smithi100.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-05-09T03:39:34.942 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up cephadm (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:39:35.048 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-05-09T03:39:35.257 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-05-09T03:39:35.383 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-05-09T03:39:35.467 INFO:teuthology.orchestra.run.smithi100.stdout:Adding system user cephadm....done 2024-05-09T03:39:35.623 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-05-09T03:39:35.651 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-05-09T03:39:35.899 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-05-09T03:39:35.992 INFO:teuthology.orchestra.run.smithi060.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-05-09T03:39:36.023 INFO:teuthology.orchestra.run.smithi060.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-05-09T03:39:36.087 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-05-09T03:39:36.158 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-05-09T03:39:36.213 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-05-09T03:39:36.268 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-05-09T03:39:36.511 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-05-09T03:39:36.605 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-05-09T03:39:36.707 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-05-09T03:39:36.770 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-05-09T03:39:36.896 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-py (1.10.0-1) ... 2024-05-09T03:39:36.967 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-05-09T03:39:37.198 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-05-09T03:39:37.234 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-05-09T03:39:37.544 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up zip (3.0-12build2) ... 2024-05-09T03:39:37.550 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-05-09T03:39:37.670 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-05-09T03:39:37.785 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-05-09T03:39:38.053 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-05-09T03:39:38.321 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-05-09T03:39:38.389 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-05-09T03:39:38.590 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-05-09T03:39:38.648 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-05-09T03:39:38.758 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-05-09T03:39:38.884 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-05-09T03:39:39.134 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-05-09T03:39:39.185 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-05-09T03:39:39.433 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-ceph-argparse (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:39:39.578 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-05-09T03:39:39.675 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-05-09T03:39:39.793 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-05-09T03:39:39.837 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-05-09T03:39:39.919 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-05-09T03:39:40.045 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-05-09T03:39:40.239 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-05-09T03:39:40.305 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-05-09T03:39:40.524 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-05-09T03:39:40.704 INFO:teuthology.orchestra.run.smithi100.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-05-09T03:39:40.728 INFO:teuthology.orchestra.run.smithi100.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-05-09T03:39:40.783 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-05-09T03:39:40.884 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-05-09T03:39:40.934 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-05-09T03:39:41.193 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-05-09T03:39:41.244 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-05-09T03:39:41.328 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-ceph-common (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:39:41.370 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-05-09T03:39:41.637 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-idna (3.3-1) ... 2024-05-09T03:39:41.646 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-05-09T03:39:41.905 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-05-09T03:39:41.972 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-05-09T03:39:42.207 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up zip (3.0-12build2) ... 2024-05-09T03:39:42.308 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-05-09T03:39:42.943 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-05-09T03:39:43.194 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-05-09T03:39:43.211 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-05-09T03:39:43.320 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-05-09T03:39:43.446 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-05-09T03:39:43.463 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-09T03:39:43.597 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-toml (0.10.2-1) ... 2024-05-09T03:39:43.739 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-05-09T03:39:43.865 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-05-09T03:39:43.991 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-05-09T03:39:44.117 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-05-09T03:39:44.123 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-05-09T03:39:44.375 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-05-09T03:39:44.418 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-05-09T03:39:44.678 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-05-09T03:39:44.752 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-05-09T03:39:44.937 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-09T03:39:45.045 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-05-09T03:39:45.072 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-05-09T03:39:45.404 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-05-09T03:39:45.507 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-05-09T03:39:45.655 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-05-09T03:39:45.749 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-05-09T03:39:45.781 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-ceph-common (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:39:46.025 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-05-09T03:39:46.083 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-idna (3.3-1) ... 2024-05-09T03:39:46.285 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-05-09T03:39:46.392 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-05-09T03:39:46.544 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-05-09T03:39:46.837 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-05-09T03:39:46.963 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-05-09T03:39:47.247 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-05-09T03:39:47.349 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-05-09T03:39:47.581 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-05-09T03:39:47.633 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-05-09T03:39:47.825 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-09T03:39:47.942 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-toml (0.10.2-1) ... 2024-05-09T03:39:47.968 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-05-09T03:39:48.186 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-05-09T03:39:48.235 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-05-09T03:39:48.311 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-05-09T03:39:48.362 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-05-09T03:39:48.437 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-05-09T03:39:48.488 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-05-09T03:39:48.576 INFO:teuthology.orchestra.run.smithi060.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-05-09T03:39:48.739 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-05-09T03:39:48.798 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-05-09T03:39:48.924 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-05-09T03:39:48.998 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-05-09T03:39:49.249 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-09T03:39:49.350 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-05-09T03:39:49.575 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-05-09T03:39:49.618 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up lua-any (27ubuntu1) ... 2024-05-09T03:39:49.744 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-portend (3.0.0-1) ... 2024-05-09T03:39:49.860 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-05-09T03:39:50.012 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-09T03:39:50.119 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-05-09T03:39:50.138 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-05-09T03:39:50.387 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-05-09T03:39:50.473 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-05-09T03:39:50.647 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-05-09T03:39:50.757 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-05-09T03:39:50.898 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-05-09T03:39:51.025 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-05-09T03:39:51.149 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-05-09T03:39:51.150 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-rsa (4.8-1) ... 2024-05-09T03:39:51.250 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-05-09T03:39:51.452 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-05-09T03:39:51.518 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-05-09T03:39:51.644 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-05-09T03:39:51.728 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-05-09T03:39:51.937 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-05-09T03:39:52.082 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-05-09T03:39:52.238 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-05-09T03:39:52.483 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-05-09T03:39:52.489 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-05-09T03:39:52.598 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-05-09T03:39:52.699 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-05-09T03:39:52.772 INFO:teuthology.orchestra.run.smithi100.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-05-09T03:39:52.776 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-05-09T03:39:53.001 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-05-09T03:39:53.121 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-05-09T03:39:53.127 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-05-09T03:39:53.247 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up librados2 (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:39:53.365 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up libsqlite3-mod-ceph (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:39:53.466 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-05-09T03:39:53.513 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-05-09T03:39:53.772 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up lua-any (27ubuntu1) ... 2024-05-09T03:39:53.777 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up libcephfs2 (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:39:53.912 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up libradosstriper1 (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:39:53.914 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-portend (3.0.0-1) ... 2024-05-09T03:39:54.038 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-05-09T03:39:54.157 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-09T03:39:54.258 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-05-09T03:39:54.339 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up librbd1 (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:39:54.465 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up ceph-mgr-modules-core (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:39:54.559 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-05-09T03:39:54.591 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up ceph-fuse (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:39:54.811 INFO:teuthology.orchestra.run.smithi060.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-05-09T03:39:54.811 INFO:teuthology.orchestra.run.smithi060.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-05-09T03:39:54.861 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-05-09T03:39:55.137 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-05-09T03:39:55.271 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-rsa (4.8-1) ... 2024-05-09T03:39:55.318 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up libcephfs-dev (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:39:55.444 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-rados (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:39:55.539 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-05-09T03:39:55.570 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up librgw2 (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:39:55.671 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-05-09T03:39:55.790 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-05-09T03:39:56.121 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-05-09T03:39:56.506 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-05-09T03:39:56.790 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-05-09T03:39:56.916 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-rbd (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:39:57.034 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up rbd-fuse (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:39:57.110 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-05-09T03:39:57.160 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-rgw (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:39:57.244 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up librados2 (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:39:57.286 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-cephfs (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:39:57.370 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up libsqlite3-mod-ceph (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:39:57.412 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up ceph-common (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:39:57.513 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-05-09T03:39:57.849 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up libcephfs2 (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:39:57.950 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up libradosstriper1 (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:39:57.955 INFO:teuthology.orchestra.run.smithi060.stdout:Adding group ceph....done 2024-05-09T03:39:58.068 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-05-09T03:39:58.341 INFO:teuthology.orchestra.run.smithi060.stdout:Adding system user ceph....done 2024-05-09T03:39:58.353 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up librbd1 (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:39:58.479 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up ceph-mgr-modules-core (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:39:58.509 INFO:teuthology.orchestra.run.smithi060.stdout:Setting system user ceph properties....done 2024-05-09T03:39:58.521 INFO:teuthology.orchestra.run.smithi060.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-05-09T03:39:58.605 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up ceph-fuse (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:39:58.667 INFO:teuthology.orchestra.run.smithi060.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-05-09T03:39:58.835 INFO:teuthology.orchestra.run.smithi100.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-05-09T03:39:58.836 INFO:teuthology.orchestra.run.smithi100.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-05-09T03:39:59.014 INFO:teuthology.orchestra.run.smithi060.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-05-09T03:39:59.298 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up libcephfs-dev (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:39:59.399 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-rados (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:39:59.509 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up librgw2 (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:39:59.618 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-05-09T03:39:59.765 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up ceph-test (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:39:59.902 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up radosgw (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:40:00.432 INFO:teuthology.orchestra.run.smithi060.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-05-09T03:40:00.432 INFO:teuthology.orchestra.run.smithi060.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-05-09T03:40:00.797 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-rbd (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:40:00.923 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up rbd-fuse (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:40:01.024 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-rgw (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:40:01.125 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-cephfs (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:40:01.146 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up ceph-base (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:40:01.234 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up ceph-common (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:40:01.503 INFO:teuthology.orchestra.run.smithi060.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-05-09T03:40:01.794 INFO:teuthology.orchestra.run.smithi100.stdout:Adding group ceph....done 2024-05-09T03:40:02.015 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up ceph-mds (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:40:02.171 INFO:teuthology.orchestra.run.smithi100.stdout:Adding system user ceph....done 2024-05-09T03:40:02.258 INFO:teuthology.orchestra.run.smithi060.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-05-09T03:40:02.258 INFO:teuthology.orchestra.run.smithi060.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-05-09T03:40:02.288 INFO:teuthology.orchestra.run.smithi100.stdout:Setting system user ceph properties....done 2024-05-09T03:40:02.302 INFO:teuthology.orchestra.run.smithi100.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-05-09T03:40:02.444 INFO:teuthology.orchestra.run.smithi100.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-05-09T03:40:02.734 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up ceph-mgr (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:40:02.786 INFO:teuthology.orchestra.run.smithi100.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-05-09T03:40:02.964 INFO:teuthology.orchestra.run.smithi060.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-05-09T03:40:02.964 INFO:teuthology.orchestra.run.smithi060.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-05-09T03:40:03.252 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up ceph-test (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:40:03.378 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up radosgw (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:40:03.443 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up ceph-osd (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:40:03.748 INFO:teuthology.orchestra.run.smithi060.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-05-09T03:40:03.748 INFO:teuthology.orchestra.run.smithi060.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-05-09T03:40:03.825 INFO:teuthology.orchestra.run.smithi100.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-05-09T03:40:03.825 INFO:teuthology.orchestra.run.smithi100.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-05-09T03:40:04.228 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up ceph-mgr-k8sevents (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:40:04.280 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up ceph-base (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:40:04.354 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:40:04.514 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up ceph-mon (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:40:04.630 INFO:teuthology.orchestra.run.smithi100.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-05-09T03:40:04.733 INFO:teuthology.orchestra.run.smithi060.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-05-09T03:40:04.733 INFO:teuthology.orchestra.run.smithi060.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-05-09T03:40:05.090 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up ceph-mds (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:40:05.198 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up ceph-mgr-cephadm (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:40:05.302 INFO:teuthology.orchestra.run.smithi100.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-05-09T03:40:05.302 INFO:teuthology.orchestra.run.smithi100.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-05-09T03:40:05.433 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up ceph (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:40:05.534 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up ceph-mgr-dashboard (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:40:05.668 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up ceph-volume (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:40:05.767 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up ceph-mgr (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:40:05.977 INFO:teuthology.orchestra.run.smithi100.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-05-09T03:40:05.977 INFO:teuthology.orchestra.run.smithi100.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-05-09T03:40:06.152 INFO:teuthology.orchestra.run.smithi060.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-05-09T03:40:06.257 INFO:teuthology.orchestra.run.smithi060.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-05-09T03:40:06.409 INFO:teuthology.orchestra.run.smithi060.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-05-09T03:40:06.435 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up ceph-osd (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:40:06.713 INFO:teuthology.orchestra.run.smithi100.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-05-09T03:40:06.713 INFO:teuthology.orchestra.run.smithi100.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-05-09T03:40:07.162 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up ceph-mgr-k8sevents (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:40:07.288 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:40:07.439 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up ceph-mon (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:40:07.519 INFO:teuthology.orchestra.run.smithi060.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-05-09T03:40:07.650 INFO:teuthology.orchestra.run.smithi100.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-05-09T03:40:07.650 INFO:teuthology.orchestra.run.smithi100.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-05-09T03:40:08.082 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up ceph-mgr-cephadm (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:40:08.164 INFO:teuthology.orchestra.run.smithi060.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-05-09T03:40:08.171 DEBUG:teuthology.parallel:result is None 2024-05-09T03:40:08.199 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up ceph (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:40:08.317 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up ceph-mgr-dashboard (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:40:08.468 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up ceph-volume (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:40:08.813 INFO:teuthology.orchestra.run.smithi100.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-05-09T03:40:08.922 INFO:teuthology.orchestra.run.smithi100.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-05-09T03:40:09.074 INFO:teuthology.orchestra.run.smithi100.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-05-09T03:40:10.134 INFO:teuthology.orchestra.run.smithi100.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-05-09T03:40:10.801 INFO:teuthology.orchestra.run.smithi100.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-05-09T03:40:10.806 DEBUG:teuthology.parallel:result is None 2024-05-09T03:40:10.807 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=c66c553a84eb9faa0029f5f0bb8284e3a826ac85 2024-05-09T03:40:10.954 DEBUG:teuthology.orchestra.run.smithi060:> dpkg-query -W -f '${Version}' ceph 2024-05-09T03:40:10.974 INFO:teuthology.orchestra.run.smithi060.stdout:19.0.0-3631-gc66c553a-1jammy 2024-05-09T03:40:10.974 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3631-gc66c553a-1jammy 2024-05-09T03:40:10.974 INFO:teuthology.task.install:The correct ceph version 19.0.0-3631-gc66c553a-1jammy is installed. 2024-05-09T03:40:10.976 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=c66c553a84eb9faa0029f5f0bb8284e3a826ac85 2024-05-09T03:40:11.191 DEBUG:teuthology.orchestra.run.smithi100:> dpkg-query -W -f '${Version}' ceph 2024-05-09T03:40:11.211 INFO:teuthology.orchestra.run.smithi100.stdout:19.0.0-3631-gc66c553a-1jammy 2024-05-09T03:40:11.211 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3631-gc66c553a-1jammy 2024-05-09T03:40:11.211 INFO:teuthology.task.install:The correct ceph version 19.0.0-3631-gc66c553a-1jammy is installed. 2024-05-09T03:40:11.213 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-05-09T03:40:11.213 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-05-09T03:40:11.213 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-05-09T03:40:11.228 DEBUG:teuthology.orchestra.run.smithi100:> set -ex 2024-05-09T03:40:11.228 DEBUG:teuthology.orchestra.run.smithi100:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-05-09T03:40:11.267 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-05-09T03:40:11.267 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-05-09T03:40:11.268 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd of=/usr/bin/daemon-helper 2024-05-09T03:40:11.282 DEBUG:teuthology.orchestra.run.smithi060:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-05-09T03:40:11.338 DEBUG:teuthology.orchestra.run.smithi100:> set -ex 2024-05-09T03:40:11.338 DEBUG:teuthology.orchestra.run.smithi100:> sudo dd of=/usr/bin/daemon-helper 2024-05-09T03:40:11.352 DEBUG:teuthology.orchestra.run.smithi100:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-05-09T03:40:11.410 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-05-09T03:40:11.410 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-05-09T03:40:11.410 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd of=/usr/bin/adjust-ulimits 2024-05-09T03:40:11.424 DEBUG:teuthology.orchestra.run.smithi060:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-05-09T03:40:11.478 DEBUG:teuthology.orchestra.run.smithi100:> set -ex 2024-05-09T03:40:11.478 DEBUG:teuthology.orchestra.run.smithi100:> sudo dd of=/usr/bin/adjust-ulimits 2024-05-09T03:40:11.491 DEBUG:teuthology.orchestra.run.smithi100:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-05-09T03:40:11.549 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-05-09T03:40:11.549 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-05-09T03:40:11.549 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd of=/usr/bin/stdin-killer 2024-05-09T03:40:11.563 DEBUG:teuthology.orchestra.run.smithi060:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-05-09T03:40:11.618 DEBUG:teuthology.orchestra.run.smithi100:> set -ex 2024-05-09T03:40:11.618 DEBUG:teuthology.orchestra.run.smithi100:> sudo dd of=/usr/bin/stdin-killer 2024-05-09T03:40:11.631 DEBUG:teuthology.orchestra.run.smithi100:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-05-09T03:40:11.685 INFO:teuthology.run_tasks:Running task cephadm... 2024-05-09T03:40:11.783 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 1}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': False}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'log-only-match': ['CEPHADM_'], 'sha1': 'c66c553a84eb9faa0029f5f0bb8284e3a826ac85'} 2024-05-09T03:40:11.783 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c66c553a84eb9faa0029f5f0bb8284e3a826ac85 2024-05-09T03:40:11.784 INFO:tasks.cephadm:Cluster fsid is d6ec865c-0db5-11ef-bc97-c7b262605968 2024-05-09T03:40:11.784 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-05-09T03:40:11.784 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.60', 'mon.b': '172.21.15.100'} 2024-05-09T03:40:11.784 INFO:tasks.cephadm:First mon is mon.a on smithi060 2024-05-09T03:40:11.784 INFO:tasks.cephadm:First mgr is a 2024-05-09T03:40:11.784 INFO:tasks.cephadm:Normalizing hostnames... 2024-05-09T03:40:11.784 DEBUG:teuthology.orchestra.run.smithi060:> sudo hostname $(hostname -s) 2024-05-09T03:40:11.799 DEBUG:teuthology.orchestra.run.smithi100:> sudo hostname $(hostname -s) 2024-05-09T03:40:11.813 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-05-09T03:40:11.813 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=c66c553a84eb9faa0029f5f0bb8284e3a826ac85 2024-05-09T03:40:11.955 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': 'c66c553a84eb9faa0029f5f0bb8284e3a826ac85', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=jammy,DIST=jammy,MACHINE_SIZE=gigantic/79234/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-3631-gc66c553a', 'node_name': '172.21.2.13+braggi13', 'job_name': 'ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=jammy,DIST=jammy,MACHINE_SIZE=gigantic', 'package_manager_version': '19.0.0-3631-gc66c553a-1jammy'}, 'url': 'https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default/', 'distro_codename': 'jammy', 'modified': '2024-05-09 01:06:24.252774', 'distro_version': '22.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-adk-testing-2024-05-08-1927', 'chacra_url': 'https://3.chacra.ceph.com/repos/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}] 2024-05-09T03:40:12.099 INFO:tasks.util.chacra:got chacra host 3.chacra.ceph.com, ref wip-adk-testing-2024-05-08-1927, sha1 c66c553a84eb9faa0029f5f0bb8284e3a826ac85 from https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F22.04%2Fx86_64&flavor=default&sha1=c66c553a84eb9faa0029f5f0bb8284e3a826ac85 2024-05-09T03:40:12.101 INFO:tasks.cephadm:Discovered cachra url: https://3.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-05-09T03:40:12.101 INFO:tasks.cephadm:Downloading cephadm from url: https://3.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-05-09T03:40:12.101 DEBUG:teuthology.orchestra.run.smithi060:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-09T03:40:12.549 INFO:teuthology.orchestra.run.smithi060.stdout:-rw-rw-r-- 1 ubuntu ubuntu 790477 May 9 03:40 /home/ubuntu/cephtest/cephadm 2024-05-09T03:40:12.549 DEBUG:teuthology.orchestra.run.smithi100:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-09T03:40:13.121 INFO:teuthology.orchestra.run.smithi100.stdout:-rw-rw-r-- 1 ubuntu ubuntu 790477 May 9 03:40 /home/ubuntu/cephtest/cephadm 2024-05-09T03:40:13.121 DEBUG:teuthology.orchestra.run.smithi060:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-09T03:40:13.129 DEBUG:teuthology.orchestra.run.smithi100:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-09T03:40:13.146 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c66c553a84eb9faa0029f5f0bb8284e3a826ac85 on all hosts... 2024-05-09T03:40:13.146 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c66c553a84eb9faa0029f5f0bb8284e3a826ac85 pull 2024-05-09T03:40:13.171 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c66c553a84eb9faa0029f5f0bb8284e3a826ac85 pull 2024-05-09T03:40:13.341 INFO:teuthology.orchestra.run.smithi060.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c66c553a84eb9faa0029f5f0bb8284e3a826ac85... 2024-05-09T03:40:13.346 INFO:teuthology.orchestra.run.smithi100.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c66c553a84eb9faa0029f5f0bb8284e3a826ac85... 2024-05-09T03:43:00.235 INFO:teuthology.orchestra.run.smithi060.stdout:{ 2024-05-09T03:43:00.236 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph_version": "ceph version 19.0.0-3631-gc66c553a (c66c553a84eb9faa0029f5f0bb8284e3a826ac85) squid (dev)", 2024-05-09T03:43:00.236 INFO:teuthology.orchestra.run.smithi060.stdout: "image_id": "af4a4df59e0ae3833b4409b12cb7db15106e9e87264b888efc4bb545bee0fce2", 2024-05-09T03:43:00.236 INFO:teuthology.orchestra.run.smithi060.stdout: "repo_digests": [ 2024-05-09T03:43:00.236 INFO:teuthology.orchestra.run.smithi060.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:05de6593b88417234cfc69df4d6993be606178f15beb2e23381c5fdef15b9082" 2024-05-09T03:43:00.236 INFO:teuthology.orchestra.run.smithi060.stdout: ] 2024-05-09T03:43:00.236 INFO:teuthology.orchestra.run.smithi060.stdout:} 2024-05-09T03:43:12.212 INFO:teuthology.orchestra.run.smithi100.stdout:{ 2024-05-09T03:43:12.212 INFO:teuthology.orchestra.run.smithi100.stdout: "ceph_version": "ceph version 19.0.0-3631-gc66c553a (c66c553a84eb9faa0029f5f0bb8284e3a826ac85) squid (dev)", 2024-05-09T03:43:12.212 INFO:teuthology.orchestra.run.smithi100.stdout: "image_id": "af4a4df59e0ae3833b4409b12cb7db15106e9e87264b888efc4bb545bee0fce2", 2024-05-09T03:43:12.212 INFO:teuthology.orchestra.run.smithi100.stdout: "repo_digests": [ 2024-05-09T03:43:12.212 INFO:teuthology.orchestra.run.smithi100.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:05de6593b88417234cfc69df4d6993be606178f15beb2e23381c5fdef15b9082" 2024-05-09T03:43:12.212 INFO:teuthology.orchestra.run.smithi100.stdout: ] 2024-05-09T03:43:12.213 INFO:teuthology.orchestra.run.smithi100.stdout:} 2024-05-09T03:43:12.259 DEBUG:teuthology.orchestra.run.smithi060:> sudo mkdir -p /etc/ceph 2024-05-09T03:43:12.275 DEBUG:teuthology.orchestra.run.smithi100:> sudo mkdir -p /etc/ceph 2024-05-09T03:43:12.288 DEBUG:teuthology.orchestra.run.smithi060:> sudo chmod 777 /etc/ceph 2024-05-09T03:43:12.331 DEBUG:teuthology.orchestra.run.smithi100:> sudo chmod 777 /etc/ceph 2024-05-09T03:43:12.344 INFO:tasks.cephadm:Writing seed config... 2024-05-09T03:43:12.345 INFO:tasks.cephadm: override: [global] mon election default strategy = 1 2024-05-09T03:43:12.345 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-05-09T03:43:12.345 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-05-09T03:43:12.345 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = False 2024-05-09T03:43:12.345 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-05-09T03:43:12.345 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-05-09T03:43:12.345 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-05-09T03:43:12.346 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-05-09T03:43:12.346 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-05-09T03:43:12.346 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-05-09T03:43:12.346 DEBUG:teuthology.orchestra.run.smithi060:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-05-09T03:43:12.382 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 = d6ec865c-0db5-11ef-bc97-c7b262605968 mon election default strategy = 1 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 mgr/cephadm/use_agent = False [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-05-09T03:43:12.383 DEBUG:teuthology.orchestra.run.smithi060:mon.a> sudo journalctl -f -n 0 -u ceph-d6ec865c-0db5-11ef-bc97-c7b262605968@mon.a.service 2024-05-09T03:43:12.427 DEBUG:teuthology.orchestra.run.smithi060:mgr.a> sudo journalctl -f -n 0 -u ceph-d6ec865c-0db5-11ef-bc97-c7b262605968@mgr.a.service 2024-05-09T03:43:12.470 INFO:tasks.cephadm:Bootstrapping... 2024-05-09T03:43:12.471 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c66c553a84eb9faa0029f5f0bb8284e3a826ac85 -v bootstrap --fsid d6ec865c-0db5-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.60 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-05-09T03:43:12.692 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------------------------------------------------------------------- 2024-05-09T03:43:12.693 INFO:teuthology.orchestra.run.smithi060.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c66c553a84eb9faa0029f5f0bb8284e3a826ac85', '-v', 'bootstrap', '--fsid', 'd6ec865c-0db5-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.60', '--skip-admin-label'] 2024-05-09T03:43:12.693 INFO:teuthology.orchestra.run.smithi060.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-05-09T03:43:12.693 INFO:teuthology.orchestra.run.smithi060.stdout:Verifying podman|docker is present... 2024-05-09T03:43:12.694 INFO:teuthology.orchestra.run.smithi060.stdout:Verifying lvm2 is present... 2024-05-09T03:43:12.694 INFO:teuthology.orchestra.run.smithi060.stdout:Verifying time synchronization is in place... 2024-05-09T03:43:12.698 INFO:teuthology.orchestra.run.smithi060.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-05-09T03:43:12.698 INFO:teuthology.orchestra.run.smithi060.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-05-09T03:43:12.703 INFO:teuthology.orchestra.run.smithi060.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-05-09T03:43:12.703 INFO:teuthology.orchestra.run.smithi060.stdout:systemctl: stdout inactive 2024-05-09T03:43:12.707 INFO:teuthology.orchestra.run.smithi060.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-05-09T03:43:12.707 INFO:teuthology.orchestra.run.smithi060.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-05-09T03:43:12.711 INFO:teuthology.orchestra.run.smithi060.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-05-09T03:43:12.711 INFO:teuthology.orchestra.run.smithi060.stdout:systemctl: stdout inactive 2024-05-09T03:43:12.715 INFO:teuthology.orchestra.run.smithi060.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-05-09T03:43:12.715 INFO:teuthology.orchestra.run.smithi060.stdout:systemctl: stdout masked 2024-05-09T03:43:12.719 INFO:teuthology.orchestra.run.smithi060.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-05-09T03:43:12.719 INFO:teuthology.orchestra.run.smithi060.stdout:systemctl: stdout inactive 2024-05-09T03:43:12.722 INFO:teuthology.orchestra.run.smithi060.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-05-09T03:43:12.722 INFO:teuthology.orchestra.run.smithi060.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-05-09T03:43:12.726 INFO:teuthology.orchestra.run.smithi060.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-05-09T03:43:12.726 INFO:teuthology.orchestra.run.smithi060.stdout:systemctl: stdout inactive 2024-05-09T03:43:12.730 INFO:teuthology.orchestra.run.smithi060.stdout:systemctl: stdout enabled 2024-05-09T03:43:12.734 INFO:teuthology.orchestra.run.smithi060.stdout:systemctl: stdout active 2024-05-09T03:43:12.735 INFO:teuthology.orchestra.run.smithi060.stdout:Unit ntp.service is enabled and running 2024-05-09T03:43:12.735 INFO:teuthology.orchestra.run.smithi060.stdout:Repeating the final host check... 2024-05-09T03:43:12.735 INFO:teuthology.orchestra.run.smithi060.stdout:docker (/usr/bin/docker) is present 2024-05-09T03:43:12.735 INFO:teuthology.orchestra.run.smithi060.stdout:systemctl is present 2024-05-09T03:43:12.735 INFO:teuthology.orchestra.run.smithi060.stdout:lvcreate is present 2024-05-09T03:43:12.738 INFO:teuthology.orchestra.run.smithi060.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-05-09T03:43:12.738 INFO:teuthology.orchestra.run.smithi060.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-05-09T03:43:12.742 INFO:teuthology.orchestra.run.smithi060.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-05-09T03:43:12.742 INFO:teuthology.orchestra.run.smithi060.stdout:systemctl: stdout inactive 2024-05-09T03:43:12.746 INFO:teuthology.orchestra.run.smithi060.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-05-09T03:43:12.746 INFO:teuthology.orchestra.run.smithi060.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-05-09T03:43:12.749 INFO:teuthology.orchestra.run.smithi060.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-05-09T03:43:12.749 INFO:teuthology.orchestra.run.smithi060.stdout:systemctl: stdout inactive 2024-05-09T03:43:12.753 INFO:teuthology.orchestra.run.smithi060.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-05-09T03:43:12.753 INFO:teuthology.orchestra.run.smithi060.stdout:systemctl: stdout masked 2024-05-09T03:43:12.756 INFO:teuthology.orchestra.run.smithi060.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-05-09T03:43:12.756 INFO:teuthology.orchestra.run.smithi060.stdout:systemctl: stdout inactive 2024-05-09T03:43:12.760 INFO:teuthology.orchestra.run.smithi060.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-05-09T03:43:12.760 INFO:teuthology.orchestra.run.smithi060.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-05-09T03:43:12.764 INFO:teuthology.orchestra.run.smithi060.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-05-09T03:43:12.764 INFO:teuthology.orchestra.run.smithi060.stdout:systemctl: stdout inactive 2024-05-09T03:43:12.768 INFO:teuthology.orchestra.run.smithi060.stdout:systemctl: stdout enabled 2024-05-09T03:43:12.773 INFO:teuthology.orchestra.run.smithi060.stdout:systemctl: stdout active 2024-05-09T03:43:12.773 INFO:teuthology.orchestra.run.smithi060.stdout:Unit ntp.service is enabled and running 2024-05-09T03:43:12.773 INFO:teuthology.orchestra.run.smithi060.stdout:Host looks OK 2024-05-09T03:43:12.773 INFO:teuthology.orchestra.run.smithi060.stdout:Cluster fsid: d6ec865c-0db5-11ef-bc97-c7b262605968 2024-05-09T03:43:12.773 INFO:teuthology.orchestra.run.smithi060.stdout:Acquiring lock 139865236949840 on /run/cephadm/d6ec865c-0db5-11ef-bc97-c7b262605968.lock 2024-05-09T03:43:12.773 INFO:teuthology.orchestra.run.smithi060.stdout:Lock 139865236949840 acquired on /run/cephadm/d6ec865c-0db5-11ef-bc97-c7b262605968.lock 2024-05-09T03:43:12.773 INFO:teuthology.orchestra.run.smithi060.stdout:Verifying IP 172.21.15.60 port 3300 ... 2024-05-09T03:43:12.773 INFO:teuthology.orchestra.run.smithi060.stdout:Verifying IP 172.21.15.60 port 6789 ... 2024-05-09T03:43:12.773 INFO:teuthology.orchestra.run.smithi060.stdout:Base mon IP(s) is [172.21.15.60:3300, 172.21.15.60:6789], mon addrv is [v2:172.21.15.60:3300,v1:172.21.15.60:6789] 2024-05-09T03:43:12.776 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 2024-05-09T03:43:12.776 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/sbin/ip: stdout 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-05-09T03:43:12.776 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.60 2024-05-09T03:43:12.778 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-05-09T03:43:12.778 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2024-05-09T03:43:12.779 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1748sec hoplimit 64 pref medium 2024-05-09T03:43:12.780 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-05-09T03:43:12.781 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/sbin/ip: stdout inet6 ::1/128 scope host 2024-05-09T03:43:12.781 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-05-09T03:43:12.781 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/sbin/ip: stdout 4: ens1f0: mtu 1500 state UP qlen 1000 2024-05-09T03:43:12.781 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/sbin/ip: stdout inet6 fe80::ec4:7aff:febd:1560/64 scope link 2024-05-09T03:43:12.781 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-05-09T03:43:12.782 INFO:teuthology.orchestra.run.smithi060.stdout:Mon IP `172.21.15.60` is in CIDR network `172.21.0.0/20` 2024-05-09T03:43:12.782 INFO:teuthology.orchestra.run.smithi060.stdout:Mon IP `172.21.15.60` is in CIDR network `172.21.0.0/20` 2024-05-09T03:43:12.782 INFO:teuthology.orchestra.run.smithi060.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-05-09T03:43:12.782 INFO:teuthology.orchestra.run.smithi060.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-05-09T03:43:12.782 INFO:teuthology.orchestra.run.smithi060.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c66c553a84eb9faa0029f5f0bb8284e3a826ac85... 2024-05-09T03:43:13.041 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/docker: stdout c66c553a84eb9faa0029f5f0bb8284e3a826ac85: Pulling from ceph-ci/ceph 2024-05-09T03:43:13.041 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/docker: stdout Digest: sha256:05de6593b88417234cfc69df4d6993be606178f15beb2e23381c5fdef15b9082 2024-05-09T03:43:13.041 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/docker: stdout Status: Image is up to date for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c66c553a84eb9faa0029f5f0bb8284e3a826ac85 2024-05-09T03:43:13.041 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/docker: stdout quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c66c553a84eb9faa0029f5f0bb8284e3a826ac85 2024-05-09T03:43:14.414 INFO:teuthology.orchestra.run.smithi060.stdout:ceph: stdout ceph version 19.0.0-3631-gc66c553a (c66c553a84eb9faa0029f5f0bb8284e3a826ac85) squid (dev) 2024-05-09T03:43:14.414 INFO:teuthology.orchestra.run.smithi060.stdout:Ceph version: ceph version 19.0.0-3631-gc66c553a (c66c553a84eb9faa0029f5f0bb8284e3a826ac85) squid (dev) 2024-05-09T03:43:14.414 INFO:teuthology.orchestra.run.smithi060.stdout:Extracting ceph user uid/gid from container image... 2024-05-09T03:43:15.651 INFO:teuthology.orchestra.run.smithi060.stdout:stat: stdout 167 167 2024-05-09T03:43:15.651 INFO:teuthology.orchestra.run.smithi060.stdout:Creating initial keys... 2024-05-09T03:43:16.830 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-authtool: stdout AQBURjxmFzacFRAA6QnjmwVofDmQXinWNVchVg== 2024-05-09T03:43:18.069 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-authtool: stdout AQBVRjxmmSbAIBAAPU3xCyAD8VNOW1jTnRZnHg== 2024-05-09T03:43:19.333 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-authtool: stdout AQBWRjxmdNQhLxAAPal/DDUcwlT04IldH24RxA== 2024-05-09T03:43:19.334 INFO:teuthology.orchestra.run.smithi060.stdout:Creating initial monmap... 2024-05-09T03:43:20.612 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-05-09T03:43:20.613 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-05-09T03:43:20.613 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to d6ec865c-0db5-11ef-bc97-c7b262605968 2024-05-09T03:43:20.613 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-05-09T03:43:20.613 INFO:teuthology.orchestra.run.smithi060.stdout:monmaptool for a [v2:172.21.15.60:3300,v1:172.21.15.60:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-05-09T03:43:20.613 INFO:teuthology.orchestra.run.smithi060.stdout:setting min_mon_release = quincy 2024-05-09T03:43:20.613 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/monmaptool: set fsid to d6ec865c-0db5-11ef-bc97-c7b262605968 2024-05-09T03:43:20.613 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-05-09T03:43:20.613 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-05-09T03:43:20.613 INFO:teuthology.orchestra.run.smithi060.stdout:Creating mon... 2024-05-09T03:43:21.869 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.291+0000 7ffad9572c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-05-09T03:43:21.869 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.291+0000 7ffad9572c80 1 imported monmap: 2024-05-09T03:43:21.869 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr epoch 0 2024-05-09T03:43:21.869 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr fsid d6ec865c-0db5-11ef-bc97-c7b262605968 2024-05-09T03:43:21.869 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr last_changed 2024-05-09T03:43:20.084743+0000 2024-05-09T03:43:21.869 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr created 2024-05-09T03:43:20.084743+0000 2024-05-09T03:43:21.871 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr min_mon_release 17 (quincy) 2024-05-09T03:43:21.871 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr election_strategy: 1 2024-05-09T03:43:21.871 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] mon.a 2024-05-09T03:43:21.871 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr 2024-05-09T03:43:21.871 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.291+0000 7ffad9572c80 0 /usr/bin/ceph-mon: set fsid to d6ec865c-0db5-11ef-bc97-c7b262605968 2024-05-09T03:43:21.872 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: RocksDB version: 7.9.2 2024-05-09T03:43:21.872 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr 2024-05-09T03:43:21.872 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Git sha 0 2024-05-09T03:43:21.872 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Compile date 2024-05-08 23:53:35 2024-05-09T03:43:21.872 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: DB SUMMARY 2024-05-09T03:43:21.872 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr 2024-05-09T03:43:21.872 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: DB Session ID: BSTRZT62FF5S9LPG4RDW 2024-05-09T03:43:21.872 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr 2024-05-09T03:43:21.872 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2024-05-09T03:43:21.872 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr 2024-05-09T03:43:21.875 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2024-05-09T03:43:21.875 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr 2024-05-09T03:43:21.876 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.error_if_exists: 0 2024-05-09T03:43:21.876 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.create_if_missing: 1 2024-05-09T03:43:21.876 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.paranoid_checks: 1 2024-05-09T03:43:21.876 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-05-09T03:43:21.876 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-05-09T03:43:21.876 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-05-09T03:43:21.876 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.env: 0x55eddc465cc0 2024-05-09T03:43:21.876 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.fs: PosixFileSystem 2024-05-09T03:43:21.876 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.info_log: 0x55eddd0d9060 2024-05-09T03:43:21.876 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-05-09T03:43:21.876 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.statistics: (nil) 2024-05-09T03:43:21.876 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.use_fsync: 0 2024-05-09T03:43:21.876 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.max_log_file_size: 0 2024-05-09T03:43:21.876 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-05-09T03:43:21.877 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-05-09T03:43:21.877 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-05-09T03:43:21.877 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-05-09T03:43:21.877 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.allow_fallocate: 1 2024-05-09T03:43:21.877 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-05-09T03:43:21.877 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-05-09T03:43:21.877 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.use_direct_reads: 0 2024-05-09T03:43:21.877 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-05-09T03:43:21.877 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.create_missing_column_families: 0 2024-05-09T03:43:21.877 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.db_log_dir: 2024-05-09T03:43:21.877 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.wal_dir: 2024-05-09T03:43:21.883 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-05-09T03:43:21.883 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-05-09T03:43:21.884 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-05-09T03:43:21.884 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-05-09T03:43:21.884 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-05-09T03:43:21.884 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-05-09T03:43:21.884 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.advise_random_on_open: 1 2024-05-09T03:43:21.884 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-05-09T03:43:21.884 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.write_buffer_manager: 0x55eddd0a8aa0 2024-05-09T03:43:21.884 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-05-09T03:43:21.884 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-05-09T03:43:21.884 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-05-09T03:43:21.884 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.rate_limiter: (nil) 2024-05-09T03:43:21.884 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-05-09T03:43:21.884 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-05-09T03:43:21.885 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-05-09T03:43:21.885 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-05-09T03:43:21.885 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.unordered_write: 0 2024-05-09T03:43:21.885 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-05-09T03:43:21.885 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-05-09T03:43:21.885 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-05-09T03:43:21.885 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-05-09T03:43:21.885 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.row_cache: None 2024-05-09T03:43:21.885 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.wal_filter: None 2024-05-09T03:43:21.885 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-05-09T03:43:21.885 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-05-09T03:43:21.885 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.two_write_queues: 0 2024-05-09T03:43:21.885 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.manual_wal_flush: 0 2024-05-09T03:43:21.885 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.wal_compression: 0 2024-05-09T03:43:21.885 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.atomic_flush: 0 2024-05-09T03:43:21.886 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-05-09T03:43:21.886 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-05-09T03:43:21.886 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-05-09T03:43:21.886 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.log_readahead_size: 0 2024-05-09T03:43:21.886 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-05-09T03:43:21.886 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-05-09T03:43:21.886 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-05-09T03:43:21.886 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-05-09T03:43:21.886 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-05-09T03:43:21.886 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-05-09T03:43:21.886 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-05-09T03:43:21.886 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.max_background_jobs: 2 2024-05-09T03:43:21.886 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.max_background_compactions: -1 2024-05-09T03:43:21.887 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.max_subcompactions: 1 2024-05-09T03:43:21.887 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-05-09T03:43:21.887 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-05-09T03:43:21.887 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-05-09T03:43:21.887 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.max_total_wal_size: 0 2024-05-09T03:43:21.887 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-05-09T03:43:21.887 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-05-09T03:43:21.897 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-05-09T03:43:21.897 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-05-09T03:43:21.897 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.max_open_files: -1 2024-05-09T03:43:21.897 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.bytes_per_sync: 0 2024-05-09T03:43:21.897 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-05-09T03:43:21.897 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-05-09T03:43:21.897 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-05-09T03:43:21.897 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.max_background_flushes: -1 2024-05-09T03:43:21.897 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Compression algorithms supported: 2024-05-09T03:43:21.897 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-05-09T03:43:21.898 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: kZSTD supported: 0 2024-05-09T03:43:21.898 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: kXpressCompression supported: 0 2024-05-09T03:43:21.898 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-05-09T03:43:21.898 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: kZlibCompression supported: 1 2024-05-09T03:43:21.898 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: kSnappyCompression supported: 1 2024-05-09T03:43:21.898 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: kLZ4Compression supported: 1 2024-05-09T03:43:21.898 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: kBZip2Compression supported: 0 2024-05-09T03:43:21.898 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-05-09T03:43:21.898 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-05-09T03:43:21.898 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: [db/db_impl/db_impl_open.cc:317] Creating manifest 1 2024-05-09T03:43:21.898 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr 2024-05-09T03:43:21.898 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2024-05-09T03:43:21.898 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr 2024-05-09T03:43:21.898 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-05-09T03:43:21.899 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr 2024-05-09T03:43:21.899 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-05-09T03:43:21.899 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.merge_operator: 2024-05-09T03:43:21.899 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.compaction_filter: None 2024-05-09T03:43:21.899 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.compaction_filter_factory: None 2024-05-09T03:43:21.899 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-05-09T03:43:21.899 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-05-09T03:43:21.899 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-05-09T03:43:21.899 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55eddd0d9220) 2024-05-09T03:43:21.899 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2024-05-09T03:43:21.899 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 0 2024-05-09T03:43:21.899 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-05-09T03:43:21.899 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2024-05-09T03:43:21.899 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr index_type: 0 2024-05-09T03:43:21.899 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2024-05-09T03:43:21.900 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr index_shortening: 1 2024-05-09T03:43:21.900 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2024-05-09T03:43:21.900 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr checksum: 4 2024-05-09T03:43:21.900 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr no_block_cache: 0 2024-05-09T03:43:21.900 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr block_cache: 0x55eddd0db1f0 2024-05-09T03:43:21.900 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2024-05-09T03:43:21.900 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr block_cache_options: 2024-05-09T03:43:21.900 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr capacity : 536870912 2024-05-09T03:43:21.900 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2024-05-09T03:43:21.900 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2024-05-09T03:43:21.900 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2024-05-09T03:43:21.900 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2024-05-09T03:43:21.900 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2024-05-09T03:43:21.900 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr block_size: 4096 2024-05-09T03:43:21.900 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2024-05-09T03:43:21.901 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2024-05-09T03:43:21.901 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2024-05-09T03:43:21.901 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2024-05-09T03:43:21.901 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr partition_filters: 0 2024-05-09T03:43:21.901 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2024-05-09T03:43:21.901 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr filter_policy: bloomfilter 2024-05-09T03:43:21.901 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2024-05-09T03:43:21.901 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr verify_compression: 0 2024-05-09T03:43:21.901 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2024-05-09T03:43:21.901 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr format_version: 5 2024-05-09T03:43:21.901 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2024-05-09T03:43:21.901 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr block_align: 0 2024-05-09T03:43:21.901 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr max_auto_readahead_size: 262144 2024-05-09T03:43:21.901 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr prepopulate_block_cache: 0 2024-05-09T03:43:21.901 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr initial_auto_readahead_size: 8192 2024-05-09T03:43:21.902 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr num_file_reads_for_auto_readahead: 2 2024-05-09T03:43:21.902 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr 2024-05-09T03:43:21.902 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-05-09T03:43:21.902 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-05-09T03:43:21.902 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.compression: NoCompression 2024-05-09T03:43:21.902 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-05-09T03:43:21.902 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-05-09T03:43:21.903 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-05-09T03:43:21.903 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.num_levels: 7 2024-05-09T03:43:21.903 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-05-09T03:43:21.903 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-05-09T03:43:21.903 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-05-09T03:43:21.904 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-05-09T03:43:21.904 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-05-09T03:43:21.904 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-05-09T03:43:21.904 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-05-09T03:43:21.931 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-05-09T03:43:21.931 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-05-09T03:43:21.931 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-05-09T03:43:21.931 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-05-09T03:43:21.931 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-05-09T03:43:21.932 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-05-09T03:43:21.932 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.compression_opts.level: 32767 2024-05-09T03:43:21.932 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-05-09T03:43:21.932 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-05-09T03:43:21.932 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-05-09T03:43:21.932 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-05-09T03:43:21.933 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-05-09T03:43:21.933 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.compression_opts.enabled: false 2024-05-09T03:43:21.933 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-05-09T03:43:21.933 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-05-09T03:43:21.933 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-05-09T03:43:21.933 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-05-09T03:43:21.933 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-05-09T03:43:21.934 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-05-09T03:43:21.934 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-05-09T03:43:21.934 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-05-09T03:43:21.934 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-05-09T03:43:21.934 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-05-09T03:43:21.934 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-05-09T03:43:21.935 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-05-09T03:43:21.935 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-05-09T03:43:21.935 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-05-09T03:43:21.935 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-05-09T03:43:21.935 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-05-09T03:43:21.935 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-05-09T03:43:21.935 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-05-09T03:43:21.936 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-05-09T03:43:21.936 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.arena_block_size: 1048576 2024-05-09T03:43:21.936 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-05-09T03:43:21.936 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-05-09T03:43:21.936 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-05-09T03:43:21.936 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-05-09T03:43:21.937 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-05-09T03:43:21.937 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-05-09T03:43:21.937 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-05-09T03:43:21.937 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-05-09T03:43:21.937 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-05-09T03:43:21.937 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-05-09T03:43:21.938 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-05-09T03:43:21.938 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-05-09T03:43:21.938 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-05-09T03:43:21.938 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-05-09T03:43:21.938 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.inplace_update_support: 0 2024-05-09T03:43:21.939 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-05-09T03:43:21.939 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-05-09T03:43:21.939 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-05-09T03:43:21.939 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-05-09T03:43:21.940 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.bloom_locality: 0 2024-05-09T03:43:21.940 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.max_successive_merges: 0 2024-05-09T03:43:21.940 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-05-09T03:43:21.940 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-05-09T03:43:21.941 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.force_consistency_checks: 1 2024-05-09T03:43:21.941 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-05-09T03:43:21.941 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.ttl: 2592000 2024-05-09T03:43:21.941 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-05-09T03:43:21.941 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-05-09T03:43:21.942 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-05-09T03:43:21.942 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.enable_blob_files: false 2024-05-09T03:43:21.942 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.min_blob_size: 0 2024-05-09T03:43:21.942 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.blob_file_size: 268435456 2024-05-09T03:43:21.942 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-05-09T03:43:21.943 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-05-09T03:43:21.943 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-05-09T03:43:21.943 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-05-09T03:43:21.943 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-05-09T03:43:21.943 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-05-09T03:43:21.944 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-05-09T03:43:21.944 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, 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-09T03:43:21.944 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr 2024-05-09T03:43:21.944 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-05-09T03:43:21.945 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr 2024-05-09T03:43:21.945 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 87ea093f-a017-42fe-ba07-e72fbeb37567 2024-05-09T03:43:21.945 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr 2024-05-09T03:43:21.945 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 5 2024-05-09T03:43:21.946 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr 2024-05-09T03:43:21.946 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55eddd1d2000 2024-05-09T03:43:21.946 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.295+0000 7ffad9572c80 4 rocksdb: DB pointer 0x55eddd1c2000 2024-05-09T03:43:21.946 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.299+0000 7ffac96cf700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-05-09T03:43:21.947 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.299+0000 7ffac96cf700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-05-09T03:43:21.947 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr ** DB Stats ** 2024-05-09T03:43:21.947 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-05-09T03:43:21.947 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr 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-09T03:43:21.947 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-09T03:43:21.948 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-09T03:43:21.948 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr 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-09T03:43:21.948 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-09T03:43:21.948 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-09T03:43:21.949 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr 2024-05-09T03:43:21.949 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-05-09T03:43:21.949 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr 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-09T03:43:21.949 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-05-09T03:43:21.949 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0 2024-05-09T03:43:21.950 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0 2024-05-09T03:43:21.950 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr 2024-05-09T03:43:21.950 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-05-09T03:43:21.950 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr 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-09T03:43:21.951 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-05-09T03:43:21.951 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr 2024-05-09T03:43:21.951 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-05-09T03:43:21.951 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr 2024-05-09T03:43:21.951 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-05-09T03:43:21.952 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-05-09T03:43:21.952 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-05-09T03:43:21.952 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-05-09T03:43:21.952 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-05-09T03:43:21.952 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-05-09T03:43:21.953 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-09T03:43:21.953 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-09T03:43:21.953 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr 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-09T03:43:21.953 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr Block cache BinnedLRUCache@0x55eddd0db1f0#7 capacity: 512.00 MB usage: 0.00 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.2e-05 secs_since: 0 2024-05-09T03:43:21.954 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr Block cache entry stats(count,size,portion): Misc(1,0.00 KB,0%) 2024-05-09T03:43:21.954 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr 2024-05-09T03:43:21.954 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-05-09T03:43:21.954 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr 2024-05-09T03:43:21.954 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.299+0000 7ffad9572c80 4 rocksdb: [db/db_impl/db_impl.cc:496] Shutdown: canceling all background work 2024-05-09T03:43:21.955 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.299+0000 7ffad9572c80 4 rocksdb: [db/db_impl/db_impl.cc:704] Shutdown complete 2024-05-09T03:43:21.955 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T03:43:21.299+0000 7ffad9572c80 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2024-05-09T03:43:21.955 INFO:teuthology.orchestra.run.smithi060.stdout:create mon.a on 2024-05-09T03:43:22.188 INFO:teuthology.orchestra.run.smithi060.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph.target. 2024-05-09T03:43:22.409 INFO:teuthology.orchestra.run.smithi060.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-05-09T03:43:22.653 INFO:teuthology.orchestra.run.smithi060.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-d6ec865c-0db5-11ef-bc97-c7b262605968.target -> /etc/systemd/system/ceph-d6ec865c-0db5-11ef-bc97-c7b262605968.target. 2024-05-09T03:43:22.653 INFO:teuthology.orchestra.run.smithi060.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-d6ec865c-0db5-11ef-bc97-c7b262605968.target -> /etc/systemd/system/ceph-d6ec865c-0db5-11ef-bc97-c7b262605968.target. 2024-05-09T03:43:22.969 INFO:teuthology.orchestra.run.smithi060.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-d6ec865c-0db5-11ef-bc97-c7b262605968@mon.a 2024-05-09T03:43:22.969 INFO:teuthology.orchestra.run.smithi060.stdout:systemctl: stderr Failed to reset failed state of unit ceph-d6ec865c-0db5-11ef-bc97-c7b262605968@mon.a.service: Unit ceph-d6ec865c-0db5-11ef-bc97-c7b262605968@mon.a.service not loaded. 2024-05-09T03:43:23.187 INFO:teuthology.orchestra.run.smithi060.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-d6ec865c-0db5-11ef-bc97-c7b262605968.target.wants/ceph-d6ec865c-0db5-11ef-bc97-c7b262605968@mon.a.service -> /etc/systemd/system/ceph-d6ec865c-0db5-11ef-bc97-c7b262605968@.service. 2024-05-09T03:43:23.192 INFO:teuthology.orchestra.run.smithi060.stdout:firewalld does not appear to be present 2024-05-09T03:43:23.192 INFO:teuthology.orchestra.run.smithi060.stdout:Not possible to enable service . firewalld.service is not available 2024-05-09T03:43:23.192 INFO:teuthology.orchestra.run.smithi060.stdout:Waiting for mon to start... 2024-05-09T03:43:23.192 INFO:teuthology.orchestra.run.smithi060.stdout:Waiting for mon... 2024-05-09T03:43:24.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:24 smithi060 bash[21039]: cluster 2024-05-09T03:43:24.343833+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-05-09T03:43:25.196 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout cluster: 2024-05-09T03:43:25.196 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout id: d6ec865c-0db5-11ef-bc97-c7b262605968 2024-05-09T03:43:25.196 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-05-09T03:43:25.196 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout 2024-05-09T03:43:25.196 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout services: 2024-05-09T03:43:25.196 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.25423s) 2024-05-09T03:43:25.196 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-05-09T03:43:25.196 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-05-09T03:43:25.196 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout 2024-05-09T03:43:25.196 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout data: 2024-05-09T03:43:25.196 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-05-09T03:43:25.198 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-05-09T03:43:25.199 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-05-09T03:43:25.199 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout pgs: 2024-05-09T03:43:25.199 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout 2024-05-09T03:43:25.199 INFO:teuthology.orchestra.run.smithi060.stdout:mon is available 2024-05-09T03:43:25.200 INFO:teuthology.orchestra.run.smithi060.stdout:Assimilating anything we can from ceph.conf... 2024-05-09T03:43:25.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:25 smithi060 bash[21039]: cluster 2024-05-09T03:43:24.367536+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-05-09T03:43:25.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:25 smithi060 bash[21039]: cluster 2024-05-09T03:43:24.367536+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-05-09T03:43:25.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:25 smithi060 bash[21039]: cluster 2024-05-09T03:43:24.367762+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 1 2024-05-09T03:43:25.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:25 smithi060 bash[21039]: cluster 2024-05-09T03:43:24.367762+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 1 2024-05-09T03:43:25.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:25 smithi060 bash[21039]: cluster 2024-05-09T03:43:24.367773+0000 mon.a (mon.0) 4 : cluster [DBG] fsid d6ec865c-0db5-11ef-bc97-c7b262605968 2024-05-09T03:43:25.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:25 smithi060 bash[21039]: cluster 2024-05-09T03:43:24.367773+0000 mon.a (mon.0) 4 : cluster [DBG] fsid d6ec865c-0db5-11ef-bc97-c7b262605968 2024-05-09T03:43:25.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:25 smithi060 bash[21039]: cluster 2024-05-09T03:43:24.367783+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-05-09T03:43:20.084743+0000 2024-05-09T03:43:25.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:25 smithi060 bash[21039]: cluster 2024-05-09T03:43:24.367783+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-05-09T03:43:20.084743+0000 2024-05-09T03:43:25.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:25 smithi060 bash[21039]: cluster 2024-05-09T03:43:24.367792+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-05-09T03:43:20.084743+0000 2024-05-09T03:43:25.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:25 smithi060 bash[21039]: cluster 2024-05-09T03:43:24.367792+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-05-09T03:43:20.084743+0000 2024-05-09T03:43:25.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:25 smithi060 bash[21039]: cluster 2024-05-09T03:43:24.367808+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-05-09T03:43:25.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:25 smithi060 bash[21039]: cluster 2024-05-09T03:43:24.367808+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-05-09T03:43:25.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:25 smithi060 bash[21039]: cluster 2024-05-09T03:43:24.367816+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-05-09T03:43:25.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:25 smithi060 bash[21039]: cluster 2024-05-09T03:43:24.367816+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-05-09T03:43:25.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:25 smithi060 bash[21039]: cluster 2024-05-09T03:43:24.367824+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] mon.a 2024-05-09T03:43:25.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:25 smithi060 bash[21039]: cluster 2024-05-09T03:43:24.367824+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] mon.a 2024-05-09T03:43:25.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:25 smithi060 bash[21039]: cluster 2024-05-09T03:43:24.370227+0000 mon.a (mon.0) 10 : cluster [DBG] fsmap 2024-05-09T03:43:25.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:25 smithi060 bash[21039]: cluster 2024-05-09T03:43:24.370227+0000 mon.a (mon.0) 10 : cluster [DBG] fsmap 2024-05-09T03:43:25.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:25 smithi060 bash[21039]: cluster 2024-05-09T03:43:24.372469+0000 mon.a (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-05-09T03:43:25.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:25 smithi060 bash[21039]: cluster 2024-05-09T03:43:24.372469+0000 mon.a (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-05-09T03:43:25.632 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:25 smithi060 bash[21039]: cluster 2024-05-09T03:43:24.372946+0000 mon.a (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2024-05-09T03:43:25.632 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:25 smithi060 bash[21039]: cluster 2024-05-09T03:43:24.372946+0000 mon.a (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2024-05-09T03:43:25.632 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:25 smithi060 bash[21039]: audit 2024-05-09T03:43:24.621698+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.60:0/3764482969' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-05-09T03:43:25.632 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:25 smithi060 bash[21039]: audit 2024-05-09T03:43:24.621698+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.60:0/3764482969' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-05-09T03:43:26.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:26 smithi060 bash[21039]: audit 2024-05-09T03:43:26.152319+0000 mon.a (mon.0) 14 : audit [INF] from='client.? 172.21.15.60:0/1401214897' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-05-09T03:43:26.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:26 smithi060 bash[21039]: audit 2024-05-09T03:43:26.152319+0000 mon.a (mon.0) 14 : audit [INF] from='client.? 172.21.15.60:0/1401214897' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-05-09T03:43:26.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:26 smithi060 bash[21039]: audit 2024-05-09T03:43:26.155160+0000 mon.a (mon.0) 15 : audit [INF] from='client.? 172.21.15.60:0/1401214897' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-05-09T03:43:26.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:26 smithi060 bash[21039]: audit 2024-05-09T03:43:26.155160+0000 mon.a (mon.0) 15 : audit [INF] from='client.? 172.21.15.60:0/1401214897' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-05-09T03:43:26.711 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout 2024-05-09T03:43:26.711 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout [global] 2024-05-09T03:43:26.711 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout fsid = d6ec865c-0db5-11ef-bc97-c7b262605968 2024-05-09T03:43:26.711 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-05-09T03:43:26.711 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.60:3300,v1:172.21.15.60:6789] 2024-05-09T03:43:26.711 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-05-09T03:43:26.711 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-05-09T03:43:26.711 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-05-09T03:43:26.711 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-05-09T03:43:26.711 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout 2024-05-09T03:43:26.711 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout [mgr] 2024-05-09T03:43:26.711 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = False 2024-05-09T03:43:26.712 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-05-09T03:43:26.712 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout 2024-05-09T03:43:26.712 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout [osd] 2024-05-09T03:43:26.712 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-05-09T03:43:26.712 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-05-09T03:43:26.712 INFO:teuthology.orchestra.run.smithi060.stdout:Generating new minimal ceph.conf... 2024-05-09T03:43:28.129 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:27 smithi060 bash[21039]: audit 2024-05-09T03:43:27.741452+0000 mon.a (mon.0) 16 : audit [DBG] from='client.? 172.21.15.60:0/4107768791' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:43:28.130 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:27 smithi060 bash[21039]: audit 2024-05-09T03:43:27.741452+0000 mon.a (mon.0) 16 : audit [DBG] from='client.? 172.21.15.60:0/4107768791' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:43:28.297 INFO:teuthology.orchestra.run.smithi060.stdout:Restarting the monitor... 2024-05-09T03:43:28.574 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:28 smithi060 systemd[1]: Stopping Ceph mon.a for d6ec865c-0db5-11ef-bc97-c7b262605968... 2024-05-09T03:43:28.574 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:28 smithi060 bash[21039]: debug 2024-05-09T03:43:28.423+0000 7f3e6b2e5700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-05-09T03:43:28.574 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:28 smithi060 bash[21039]: debug 2024-05-09T03:43:28.423+0000 7f3e6b2e5700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-05-09T03:43:28.879 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:28 smithi060 bash[21422]: ceph-d6ec865c-0db5-11ef-bc97-c7b262605968-mon-a 2024-05-09T03:43:28.933 INFO:teuthology.orchestra.run.smithi060.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-05-09T03:43:29.379 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:28 smithi060 bash[21484]: Error response from daemon: No such container: ceph-d6ec865c-0db5-11ef-bc97-c7b262605968-mon-a 2024-05-09T03:43:29.379 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:28 smithi060 systemd[1]: ceph-d6ec865c-0db5-11ef-bc97-c7b262605968@mon.a.service: Deactivated successfully. 2024-05-09T03:43:29.380 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:28 smithi060 systemd[1]: Stopped Ceph mon.a for d6ec865c-0db5-11ef-bc97-c7b262605968. 2024-05-09T03:43:29.380 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:28 smithi060 systemd[1]: Started Ceph mon.a for d6ec865c-0db5-11ef-bc97-c7b262605968. 2024-05-09T03:43:30.271 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.059+0000 7f21b0126c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-05-09T03:43:30.271 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.059+0000 7f21b0126c80 0 ceph version 19.0.0-3631-gc66c553a (c66c553a84eb9faa0029f5f0bb8284e3a826ac85) squid (dev), process ceph-mon, pid 7 2024-05-09T03:43:30.272 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.059+0000 7f21b0126c80 0 pidfile_write: ignore empty --pid-file 2024-05-09T03:43:30.272 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.063+0000 7f21b0126c80 0 load: jerasure load: lrc 2024-05-09T03:43:30.272 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.063+0000 7f21b0126c80 4 rocksdb: RocksDB version: 7.9.2 2024-05-09T03:43:30.272 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.063+0000 7f21b0126c80 4 rocksdb: Git sha 0 2024-05-09T03:43:30.272 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.063+0000 7f21b0126c80 4 rocksdb: Compile date 2024-05-08 23:53:35 2024-05-09T03:43:30.272 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.063+0000 7f21b0126c80 4 rocksdb: DB SUMMARY 2024-05-09T03:43:30.272 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.063+0000 7f21b0126c80 4 rocksdb: DB Session ID: 2P1AW6SAH4HFNB6IWS06 2024-05-09T03:43:30.272 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.063+0000 7f21b0126c80 4 rocksdb: CURRENT file: CURRENT 2024-05-09T03:43:30.272 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.063+0000 7f21b0126c80 4 rocksdb: IDENTITY file: IDENTITY 2024-05-09T03:43:30.272 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.063+0000 7f21b0126c80 4 rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-05-09T03:43:30.272 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.063+0000 7f21b0126c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-05-09T03:43:30.272 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.063+0000 7f21b0126c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 88549 ; 2024-05-09T03:43:30.272 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.063+0000 7f21b0126c80 4 rocksdb: Options.error_if_exists: 0 2024-05-09T03:43:30.273 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.063+0000 7f21b0126c80 4 rocksdb: Options.create_if_missing: 0 2024-05-09T03:43:30.273 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.063+0000 7f21b0126c80 4 rocksdb: Options.paranoid_checks: 1 2024-05-09T03:43:30.273 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.063+0000 7f21b0126c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-05-09T03:43:30.273 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.063+0000 7f21b0126c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-05-09T03:43:30.273 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.063+0000 7f21b0126c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-05-09T03:43:30.273 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.063+0000 7f21b0126c80 4 rocksdb: Options.env: 0x5555c053fcc0 2024-05-09T03:43:30.273 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.063+0000 7f21b0126c80 4 rocksdb: Options.fs: PosixFileSystem 2024-05-09T03:43:30.273 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.063+0000 7f21b0126c80 4 rocksdb: Options.info_log: 0x5555c2823e00 2024-05-09T03:43:30.273 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.063+0000 7f21b0126c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-05-09T03:43:30.273 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.063+0000 7f21b0126c80 4 rocksdb: Options.statistics: (nil) 2024-05-09T03:43:30.273 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.063+0000 7f21b0126c80 4 rocksdb: Options.use_fsync: 0 2024-05-09T03:43:30.273 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.063+0000 7f21b0126c80 4 rocksdb: Options.max_log_file_size: 0 2024-05-09T03:43:30.274 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.063+0000 7f21b0126c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-05-09T03:43:30.274 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.063+0000 7f21b0126c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-05-09T03:43:30.274 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.063+0000 7f21b0126c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-05-09T03:43:30.274 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.063+0000 7f21b0126c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-05-09T03:43:30.274 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.063+0000 7f21b0126c80 4 rocksdb: Options.allow_fallocate: 1 2024-05-09T03:43:30.274 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.063+0000 7f21b0126c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-05-09T03:43:30.274 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.063+0000 7f21b0126c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-05-09T03:43:30.275 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.063+0000 7f21b0126c80 4 rocksdb: Options.use_direct_reads: 0 2024-05-09T03:43:30.275 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.063+0000 7f21b0126c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-05-09T03:43:30.275 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.063+0000 7f21b0126c80 4 rocksdb: Options.create_missing_column_families: 0 2024-05-09T03:43:30.275 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.063+0000 7f21b0126c80 4 rocksdb: Options.db_log_dir: 2024-05-09T03:43:30.275 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.063+0000 7f21b0126c80 4 rocksdb: Options.wal_dir: 2024-05-09T03:43:30.275 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.063+0000 7f21b0126c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-05-09T03:43:30.275 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.063+0000 7f21b0126c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-05-09T03:43:30.275 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.063+0000 7f21b0126c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-05-09T03:43:30.275 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.063+0000 7f21b0126c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-05-09T03:43:30.275 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.063+0000 7f21b0126c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-05-09T03:43:30.275 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.063+0000 7f21b0126c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-05-09T03:43:30.275 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.063+0000 7f21b0126c80 4 rocksdb: Options.advise_random_on_open: 1 2024-05-09T03:43:30.275 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.063+0000 7f21b0126c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-05-09T03:43:30.275 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.063+0000 7f21b0126c80 4 rocksdb: Options.write_buffer_manager: 0x5555c27f50e0 2024-05-09T03:43:30.276 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.063+0000 7f21b0126c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-05-09T03:43:30.276 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.063+0000 7f21b0126c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-05-09T03:43:30.276 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.063+0000 7f21b0126c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-05-09T03:43:30.276 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.063+0000 7f21b0126c80 4 rocksdb: Options.rate_limiter: (nil) 2024-05-09T03:43:30.276 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.063+0000 7f21b0126c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-05-09T03:43:30.276 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.063+0000 7f21b0126c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-05-09T03:43:30.276 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.063+0000 7f21b0126c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-05-09T03:43:30.276 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.063+0000 7f21b0126c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-05-09T03:43:30.276 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.063+0000 7f21b0126c80 4 rocksdb: Options.unordered_write: 0 2024-05-09T03:43:30.276 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.063+0000 7f21b0126c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-05-09T03:43:30.276 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.063+0000 7f21b0126c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-05-09T03:43:30.276 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.063+0000 7f21b0126c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-05-09T03:43:30.276 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.063+0000 7f21b0126c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-05-09T03:43:30.277 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.063+0000 7f21b0126c80 4 rocksdb: Options.row_cache: None 2024-05-09T03:43:30.277 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.063+0000 7f21b0126c80 4 rocksdb: Options.wal_filter: None 2024-05-09T03:43:30.277 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.063+0000 7f21b0126c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-05-09T03:43:30.277 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.063+0000 7f21b0126c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-05-09T03:43:30.277 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.063+0000 7f21b0126c80 4 rocksdb: Options.two_write_queues: 0 2024-05-09T03:43:30.277 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.063+0000 7f21b0126c80 4 rocksdb: Options.manual_wal_flush: 0 2024-05-09T03:43:30.277 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.063+0000 7f21b0126c80 4 rocksdb: Options.wal_compression: 0 2024-05-09T03:43:30.277 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.063+0000 7f21b0126c80 4 rocksdb: Options.atomic_flush: 0 2024-05-09T03:43:30.277 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.063+0000 7f21b0126c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-05-09T03:43:30.277 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.063+0000 7f21b0126c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-05-09T03:43:30.277 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.063+0000 7f21b0126c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-05-09T03:43:30.277 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.063+0000 7f21b0126c80 4 rocksdb: Options.log_readahead_size: 0 2024-05-09T03:43:30.277 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.063+0000 7f21b0126c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-05-09T03:43:30.277 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.063+0000 7f21b0126c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-05-09T03:43:30.277 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.063+0000 7f21b0126c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-05-09T03:43:30.278 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.063+0000 7f21b0126c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-05-09T03:43:30.278 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.063+0000 7f21b0126c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-05-09T03:43:30.278 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.063+0000 7f21b0126c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-05-09T03:43:30.278 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.063+0000 7f21b0126c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-05-09T03:43:30.278 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.063+0000 7f21b0126c80 4 rocksdb: Options.max_background_jobs: 2 2024-05-09T03:43:30.278 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.063+0000 7f21b0126c80 4 rocksdb: Options.max_background_compactions: -1 2024-05-09T03:43:30.278 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.063+0000 7f21b0126c80 4 rocksdb: Options.max_subcompactions: 1 2024-05-09T03:43:30.278 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.063+0000 7f21b0126c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-05-09T03:43:30.278 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.063+0000 7f21b0126c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-05-09T03:43:30.278 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.063+0000 7f21b0126c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-05-09T03:43:30.278 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.063+0000 7f21b0126c80 4 rocksdb: Options.max_total_wal_size: 0 2024-05-09T03:43:30.278 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.063+0000 7f21b0126c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-05-09T03:43:30.278 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.063+0000 7f21b0126c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-05-09T03:43:30.278 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.063+0000 7f21b0126c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-05-09T03:43:30.279 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.063+0000 7f21b0126c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-05-09T03:43:30.279 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.063+0000 7f21b0126c80 4 rocksdb: Options.max_open_files: -1 2024-05-09T03:43:30.279 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.063+0000 7f21b0126c80 4 rocksdb: Options.bytes_per_sync: 0 2024-05-09T03:43:30.279 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.063+0000 7f21b0126c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-05-09T03:43:30.279 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.063+0000 7f21b0126c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-05-09T03:43:30.279 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.063+0000 7f21b0126c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-05-09T03:43:30.279 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.063+0000 7f21b0126c80 4 rocksdb: Options.max_background_flushes: -1 2024-05-09T03:43:30.279 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.063+0000 7f21b0126c80 4 rocksdb: Compression algorithms supported: 2024-05-09T03:43:30.279 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.063+0000 7f21b0126c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-05-09T03:43:30.279 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.063+0000 7f21b0126c80 4 rocksdb: kZSTD supported: 0 2024-05-09T03:43:30.279 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.063+0000 7f21b0126c80 4 rocksdb: kXpressCompression supported: 0 2024-05-09T03:43:30.279 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.063+0000 7f21b0126c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-05-09T03:43:30.279 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.063+0000 7f21b0126c80 4 rocksdb: kZlibCompression supported: 1 2024-05-09T03:43:30.279 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.063+0000 7f21b0126c80 4 rocksdb: kSnappyCompression supported: 1 2024-05-09T03:43:30.280 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.063+0000 7f21b0126c80 4 rocksdb: kLZ4Compression supported: 1 2024-05-09T03:43:30.280 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.063+0000 7f21b0126c80 4 rocksdb: kBZip2Compression supported: 0 2024-05-09T03:43:30.280 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.063+0000 7f21b0126c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-05-09T03:43:30.280 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.063+0000 7f21b0126c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-05-09T03:43:30.280 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.063+0000 7f21b0126c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-05-09T03:43:30.281 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.063+0000 7f21b0126c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-05-09T03:43:30.281 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.063+0000 7f21b0126c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-05-09T03:43:30.281 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.063+0000 7f21b0126c80 4 rocksdb: Options.merge_operator: 2024-05-09T03:43:30.281 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.063+0000 7f21b0126c80 4 rocksdb: Options.compaction_filter: None 2024-05-09T03:43:30.281 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.063+0000 7f21b0126c80 4 rocksdb: Options.compaction_filter_factory: None 2024-05-09T03:43:30.281 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.063+0000 7f21b0126c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-05-09T03:43:30.282 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.063+0000 7f21b0126c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-05-09T03:43:30.282 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.063+0000 7f21b0126c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-05-09T03:43:30.282 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.067+0000 7f21b0126c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5555c2823fc0) 2024-05-09T03:43:30.282 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: cache_index_and_filter_blocks: 1 2024-05-09T03:43:30.282 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: cache_index_and_filter_blocks_with_high_priority: 0 2024-05-09T03:43:30.282 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-05-09T03:43:30.282 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: pin_top_level_index_and_filter: 1 2024-05-09T03:43:30.282 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: index_type: 0 2024-05-09T03:43:30.282 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: data_block_index_type: 0 2024-05-09T03:43:30.282 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: index_shortening: 1 2024-05-09T03:43:30.282 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: data_block_hash_table_util_ratio: 0.750000 2024-05-09T03:43:30.282 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: checksum: 4 2024-05-09T03:43:30.282 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: no_block_cache: 0 2024-05-09T03:43:30.282 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: block_cache: 0x5555c28251f0 2024-05-09T03:43:30.283 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: block_cache_name: BinnedLRUCache 2024-05-09T03:43:30.283 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: block_cache_options: 2024-05-09T03:43:30.283 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: capacity : 536870912 2024-05-09T03:43:30.283 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: num_shard_bits : 4 2024-05-09T03:43:30.283 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: strict_capacity_limit : 0 2024-05-09T03:43:30.283 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: high_pri_pool_ratio: 0.000 2024-05-09T03:43:30.283 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: block_cache_compressed: (nil) 2024-05-09T03:43:30.283 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: persistent_cache: (nil) 2024-05-09T03:43:30.283 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: block_size: 4096 2024-05-09T03:43:30.283 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: block_size_deviation: 10 2024-05-09T03:43:30.283 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: block_restart_interval: 16 2024-05-09T03:43:30.283 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: index_block_restart_interval: 1 2024-05-09T03:43:30.283 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: metadata_block_size: 4096 2024-05-09T03:43:30.283 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: partition_filters: 0 2024-05-09T03:43:30.283 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: use_delta_encoding: 1 2024-05-09T03:43:30.284 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: filter_policy: bloomfilter 2024-05-09T03:43:30.284 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: whole_key_filtering: 1 2024-05-09T03:43:30.284 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: verify_compression: 0 2024-05-09T03:43:30.284 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: read_amp_bytes_per_bit: 0 2024-05-09T03:43:30.284 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: format_version: 5 2024-05-09T03:43:30.284 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: enable_index_compression: 1 2024-05-09T03:43:30.284 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: block_align: 0 2024-05-09T03:43:30.284 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: max_auto_readahead_size: 262144 2024-05-09T03:43:30.284 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: prepopulate_block_cache: 0 2024-05-09T03:43:30.284 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: initial_auto_readahead_size: 8192 2024-05-09T03:43:30.284 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: num_file_reads_for_auto_readahead: 2 2024-05-09T03:43:30.284 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.067+0000 7f21b0126c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-05-09T03:43:30.284 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.067+0000 7f21b0126c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-05-09T03:43:30.284 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.067+0000 7f21b0126c80 4 rocksdb: Options.compression: NoCompression 2024-05-09T03:43:30.285 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.067+0000 7f21b0126c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-05-09T03:43:30.285 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.067+0000 7f21b0126c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-05-09T03:43:30.285 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.067+0000 7f21b0126c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-05-09T03:43:30.285 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.067+0000 7f21b0126c80 4 rocksdb: Options.num_levels: 7 2024-05-09T03:43:30.285 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.067+0000 7f21b0126c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-05-09T03:43:30.285 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.067+0000 7f21b0126c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-05-09T03:43:30.285 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.067+0000 7f21b0126c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-05-09T03:43:30.285 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.067+0000 7f21b0126c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-05-09T03:43:30.285 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.067+0000 7f21b0126c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-05-09T03:43:30.285 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.067+0000 7f21b0126c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-05-09T03:43:30.285 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.067+0000 7f21b0126c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-05-09T03:43:30.285 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.067+0000 7f21b0126c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-05-09T03:43:30.285 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.067+0000 7f21b0126c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-05-09T03:43:30.285 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.067+0000 7f21b0126c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-05-09T03:43:30.285 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.067+0000 7f21b0126c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-05-09T03:43:30.286 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.067+0000 7f21b0126c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-05-09T03:43:30.286 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.067+0000 7f21b0126c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-05-09T03:43:30.286 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.067+0000 7f21b0126c80 4 rocksdb: Options.compression_opts.level: 32767 2024-05-09T03:43:30.286 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.067+0000 7f21b0126c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-05-09T03:43:30.286 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.067+0000 7f21b0126c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-05-09T03:43:30.286 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.067+0000 7f21b0126c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-05-09T03:43:30.286 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.067+0000 7f21b0126c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-05-09T03:43:30.286 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.067+0000 7f21b0126c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-05-09T03:43:30.286 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.067+0000 7f21b0126c80 4 rocksdb: Options.compression_opts.enabled: false 2024-05-09T03:43:30.286 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.067+0000 7f21b0126c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-05-09T03:43:30.286 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.067+0000 7f21b0126c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-05-09T03:43:30.286 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.067+0000 7f21b0126c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-05-09T03:43:30.286 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.067+0000 7f21b0126c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-05-09T03:43:30.287 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.067+0000 7f21b0126c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-05-09T03:43:30.287 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.067+0000 7f21b0126c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-05-09T03:43:30.287 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.067+0000 7f21b0126c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-05-09T03:43:30.287 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.067+0000 7f21b0126c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-05-09T03:43:30.287 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.067+0000 7f21b0126c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-05-09T03:43:30.287 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.067+0000 7f21b0126c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-05-09T03:43:30.287 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.067+0000 7f21b0126c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-05-09T03:43:30.287 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.067+0000 7f21b0126c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-05-09T03:43:30.287 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.067+0000 7f21b0126c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-05-09T03:43:30.287 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.067+0000 7f21b0126c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-05-09T03:43:30.287 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.067+0000 7f21b0126c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-05-09T03:43:30.287 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.067+0000 7f21b0126c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-05-09T03:43:30.287 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.067+0000 7f21b0126c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-05-09T03:43:30.287 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.067+0000 7f21b0126c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-05-09T03:43:30.288 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.067+0000 7f21b0126c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-05-09T03:43:30.288 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.067+0000 7f21b0126c80 4 rocksdb: Options.arena_block_size: 1048576 2024-05-09T03:43:30.288 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.067+0000 7f21b0126c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-05-09T03:43:30.288 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.067+0000 7f21b0126c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-05-09T03:43:30.288 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.067+0000 7f21b0126c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-05-09T03:43:30.288 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.067+0000 7f21b0126c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-05-09T03:43:30.288 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.067+0000 7f21b0126c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-05-09T03:43:30.288 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.067+0000 7f21b0126c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-05-09T03:43:30.288 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.067+0000 7f21b0126c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-05-09T03:43:30.288 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.067+0000 7f21b0126c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-05-09T03:43:30.288 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.067+0000 7f21b0126c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-05-09T03:43:30.288 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.067+0000 7f21b0126c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-05-09T03:43:30.288 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.067+0000 7f21b0126c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-05-09T03:43:30.288 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.067+0000 7f21b0126c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-05-09T03:43:30.288 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.067+0000 7f21b0126c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-05-09T03:43:30.289 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.067+0000 7f21b0126c80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-05-09T03:43:30.289 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.067+0000 7f21b0126c80 4 rocksdb: Options.inplace_update_support: 0 2024-05-09T03:43:30.289 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.067+0000 7f21b0126c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-05-09T03:43:30.289 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.067+0000 7f21b0126c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-05-09T03:43:30.289 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.067+0000 7f21b0126c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-05-09T03:43:30.289 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.067+0000 7f21b0126c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-05-09T03:43:30.289 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.067+0000 7f21b0126c80 4 rocksdb: Options.bloom_locality: 0 2024-05-09T03:43:30.289 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.067+0000 7f21b0126c80 4 rocksdb: Options.max_successive_merges: 0 2024-05-09T03:43:30.289 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.067+0000 7f21b0126c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-05-09T03:43:30.289 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.067+0000 7f21b0126c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-05-09T03:43:30.289 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.067+0000 7f21b0126c80 4 rocksdb: Options.force_consistency_checks: 1 2024-05-09T03:43:30.289 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.067+0000 7f21b0126c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-05-09T03:43:30.289 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.067+0000 7f21b0126c80 4 rocksdb: Options.ttl: 2592000 2024-05-09T03:43:30.289 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.067+0000 7f21b0126c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-05-09T03:43:30.289 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.067+0000 7f21b0126c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-05-09T03:43:30.290 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.067+0000 7f21b0126c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-05-09T03:43:30.290 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.067+0000 7f21b0126c80 4 rocksdb: Options.enable_blob_files: false 2024-05-09T03:43:30.290 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.067+0000 7f21b0126c80 4 rocksdb: Options.min_blob_size: 0 2024-05-09T03:43:30.290 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.067+0000 7f21b0126c80 4 rocksdb: Options.blob_file_size: 268435456 2024-05-09T03:43:30.290 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.067+0000 7f21b0126c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-05-09T03:43:30.290 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.067+0000 7f21b0126c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-05-09T03:43:30.290 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.067+0000 7f21b0126c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-05-09T03:43:30.290 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.067+0000 7f21b0126c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-05-09T03:43:30.290 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.067+0000 7f21b0126c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-05-09T03:43:30.290 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.067+0000 7f21b0126c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-05-09T03:43:30.290 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.067+0000 7f21b0126c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-05-09T03:43:30.290 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.067+0000 7f21b0126c80 4 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-09T03:43:30.290 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.067+0000 7f21b0126c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-05-09T03:43:30.290 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.067+0000 7f21b0126c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 87ea093f-a017-42fe-ba07-e72fbeb37567 2024-05-09T03:43:30.290 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.067+0000 7f21b0126c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1715226210068089, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-05-09T03:43:30.291 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.067+0000 7f21b0126c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-05-09T03:43:30.291 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.067+0000 7f21b0126c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1715226210069105, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85288, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 256, "table_properties": {"data_size": 83435, "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": 77647, "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": 1715226210, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "87ea093f-a017-42fe-ba07-e72fbeb37567", "db_session_id": "2P1AW6SAH4HFNB6IWS06", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-05-09T03:43:30.291 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.067+0000 7f21b0126c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1715226210069209, "job": 1, "event": "recovery_finished"} 2024-05-09T03:43:30.291 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.067+0000 7f21b0126c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-05-09T03:43:30.291 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.067+0000 7f21b0126c80 4 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-09T03:43:30.291 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.067+0000 7f21b0126c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5555c2946000 2024-05-09T03:43:30.291 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.067+0000 7f21b0126c80 4 rocksdb: DB pointer 0x5555c2932000 2024-05-09T03:43:30.291 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.071+0000 7f219e87b700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-05-09T03:43:30.291 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.071+0000 7f219e87b700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-05-09T03:43:30.291 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: ** DB Stats ** 2024-05-09T03:43:30.291 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: Uptime(secs): 0.0 total, 0.0 interval 2024-05-09T03:43:30.291 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: 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-09T03:43:30.291 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-09T03:43:30.291 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-09T03:43:30.292 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: 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-09T03:43:30.292 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-09T03:43:30.292 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-09T03:43:30.292 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: ** Compaction Stats [default] ** 2024-05-09T03:43:30.292 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: 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-09T03:43:30.292 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-05-09T03:43:30.292 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: L0 2/0 85.15 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 131.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-09T03:43:30.292 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: Sum 2/0 85.15 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 131.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-09T03:43:30.292 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 131.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-09T03:43:30.292 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: ** Compaction Stats [default] ** 2024-05-09T03:43:30.292 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: 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-09T03:43:30.292 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-05-09T03:43:30.292 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 131.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-09T03:43:30.292 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-05-09T03:43:30.292 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: Uptime(secs): 0.0 total, 0.0 interval 2024-05-09T03:43:30.293 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: Flush(GB): cumulative 0.000, interval 0.000 2024-05-09T03:43:30.293 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: AddFile(GB): cumulative 0.000, interval 0.000 2024-05-09T03:43:30.293 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: AddFile(Total Files): cumulative 0, interval 0 2024-05-09T03:43:30.293 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: AddFile(L0 Files): cumulative 0, interval 0 2024-05-09T03:43:30.293 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: AddFile(Keys): cumulative 0, interval 0 2024-05-09T03:43:30.293 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: Cumulative compaction: 0.00 GB write, 19.54 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-09T03:43:30.293 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: Interval compaction: 0.00 GB write, 19.54 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-09T03:43:30.293 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: 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-09T03:43:30.293 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: Block cache BinnedLRUCache@0x5555c28251f0#7 capacity: 512.00 MB usage: 26.80 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.2e-05 secs_since: 0 2024-05-09T03:43:30.293 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: Block cache entry stats(count,size,portion): DataBlock(3,25.61 KB,0.0048846%) FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.42 KB,8.04663e-05%) Misc(1,0.00 KB,0%) 2024-05-09T03:43:30.293 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: ** File Read Latency Histogram By Level [default] ** 2024-05-09T03:43:30.293 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.071+0000 7f21b0126c80 0 starting mon.a rank 0 at public addrs [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] at bind addrs [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid d6ec865c-0db5-11ef-bc97-c7b262605968 2024-05-09T03:43:30.293 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.071+0000 7f21b0126c80 1 mon.a@-1(???) e1 preinit fsid d6ec865c-0db5-11ef-bc97-c7b262605968 2024-05-09T03:43:30.293 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.071+0000 7f21b0126c80 0 mon.a@-1(???).mds e1 new map 2024-05-09T03:43:30.294 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.071+0000 7f21b0126c80 0 mon.a@-1(???).mds e1 print_map 2024-05-09T03:43:30.294 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: e1 2024-05-09T03:43:30.294 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: enable_multiple, ever_enabled_multiple: 1,1 2024-05-09T03:43:30.294 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: 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-09T03:43:30.294 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: legacy client fscid: -1 2024-05-09T03:43:30.294 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: 2024-05-09T03:43:30.294 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: No filesystems configured 2024-05-09T03:43:30.294 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.071+0000 7f21b0126c80 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-05-09T03:43:30.294 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.071+0000 7f21b0126c80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-05-09T03:43:30.294 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.071+0000 7f21b0126c80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-05-09T03:43:30.294 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.071+0000 7f21b0126c80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-05-09T03:43:30.294 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:30 smithi060 bash[21524]: debug 2024-05-09T03:43:30.071+0000 7f21b0126c80 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-05-09T03:43:30.808 INFO:teuthology.orchestra.run.smithi060.stdout:Wrote config to /etc/ceph/ceph.conf 2024-05-09T03:43:30.859 INFO:teuthology.orchestra.run.smithi060.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-05-09T03:43:30.859 INFO:teuthology.orchestra.run.smithi060.stdout:Creating mgr... 2024-05-09T03:43:30.860 INFO:teuthology.orchestra.run.smithi060.stdout:Verifying port 0.0.0.0:9283 ... 2024-05-09T03:43:30.860 INFO:teuthology.orchestra.run.smithi060.stdout:Verifying port 0.0.0.0:8765 ... 2024-05-09T03:43:31.216 INFO:teuthology.orchestra.run.smithi060.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-d6ec865c-0db5-11ef-bc97-c7b262605968@mgr.a 2024-05-09T03:43:31.216 INFO:teuthology.orchestra.run.smithi060.stdout:systemctl: stderr Failed to reset failed state of unit ceph-d6ec865c-0db5-11ef-bc97-c7b262605968@mgr.a.service: Unit ceph-d6ec865c-0db5-11ef-bc97-c7b262605968@mgr.a.service not loaded. 2024-05-09T03:43:31.221 INFO:journalctl@ceph.mgr.a.smithi060.stdout:May 09 03:43:31 smithi060 systemd[1]: /etc/systemd/system/ceph-d6ec865c-0db5-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-09T03:43:31.221 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:31 smithi060 systemd[1]: /etc/systemd/system/ceph-d6ec865c-0db5-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-09T03:43:31.221 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:31 smithi060 bash[21524]: cluster 2024-05-09T03:43:30.095648+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-05-09T03:43:31.221 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:31 smithi060 bash[21524]: cluster 2024-05-09T03:43:30.095648+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-05-09T03:43:31.221 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:31 smithi060 bash[21524]: cluster 2024-05-09T03:43:30.095754+0000 mon.a (mon.0) 2 : cluster [DBG] monmap epoch 1 2024-05-09T03:43:31.221 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:31 smithi060 bash[21524]: cluster 2024-05-09T03:43:30.095754+0000 mon.a (mon.0) 2 : cluster [DBG] monmap epoch 1 2024-05-09T03:43:31.222 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:31 smithi060 bash[21524]: cluster 2024-05-09T03:43:30.095773+0000 mon.a (mon.0) 3 : cluster [DBG] fsid d6ec865c-0db5-11ef-bc97-c7b262605968 2024-05-09T03:43:31.222 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:31 smithi060 bash[21524]: cluster 2024-05-09T03:43:30.095773+0000 mon.a (mon.0) 3 : cluster [DBG] fsid d6ec865c-0db5-11ef-bc97-c7b262605968 2024-05-09T03:43:31.222 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:31 smithi060 bash[21524]: cluster 2024-05-09T03:43:30.095796+0000 mon.a (mon.0) 4 : cluster [DBG] last_changed 2024-05-09T03:43:20.084743+0000 2024-05-09T03:43:31.222 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:31 smithi060 bash[21524]: cluster 2024-05-09T03:43:30.095796+0000 mon.a (mon.0) 4 : cluster [DBG] last_changed 2024-05-09T03:43:20.084743+0000 2024-05-09T03:43:31.222 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:31 smithi060 bash[21524]: cluster 2024-05-09T03:43:30.095809+0000 mon.a (mon.0) 5 : cluster [DBG] created 2024-05-09T03:43:20.084743+0000 2024-05-09T03:43:31.222 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:31 smithi060 bash[21524]: cluster 2024-05-09T03:43:30.095809+0000 mon.a (mon.0) 5 : cluster [DBG] created 2024-05-09T03:43:20.084743+0000 2024-05-09T03:43:31.222 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:31 smithi060 bash[21524]: cluster 2024-05-09T03:43:30.095821+0000 mon.a (mon.0) 6 : cluster [DBG] min_mon_release 19 (squid) 2024-05-09T03:43:31.222 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:31 smithi060 bash[21524]: cluster 2024-05-09T03:43:30.095821+0000 mon.a (mon.0) 6 : cluster [DBG] min_mon_release 19 (squid) 2024-05-09T03:43:31.222 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:31 smithi060 bash[21524]: cluster 2024-05-09T03:43:30.095833+0000 mon.a (mon.0) 7 : cluster [DBG] election_strategy: 1 2024-05-09T03:43:31.222 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:31 smithi060 bash[21524]: cluster 2024-05-09T03:43:30.095833+0000 mon.a (mon.0) 7 : cluster [DBG] election_strategy: 1 2024-05-09T03:43:31.222 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:31 smithi060 bash[21524]: cluster 2024-05-09T03:43:30.095848+0000 mon.a (mon.0) 8 : cluster [DBG] 0: [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] mon.a 2024-05-09T03:43:31.222 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:31 smithi060 bash[21524]: cluster 2024-05-09T03:43:30.095848+0000 mon.a (mon.0) 8 : cluster [DBG] 0: [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] mon.a 2024-05-09T03:43:31.222 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:31 smithi060 bash[21524]: cluster 2024-05-09T03:43:30.119490+0000 mon.a (mon.0) 9 : cluster [DBG] fsmap 2024-05-09T03:43:31.222 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:31 smithi060 bash[21524]: cluster 2024-05-09T03:43:30.119490+0000 mon.a (mon.0) 9 : cluster [DBG] fsmap 2024-05-09T03:43:31.223 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:31 smithi060 bash[21524]: cluster 2024-05-09T03:43:30.119530+0000 mon.a (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-05-09T03:43:31.223 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:31 smithi060 bash[21524]: cluster 2024-05-09T03:43:30.119530+0000 mon.a (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-05-09T03:43:31.223 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:31 smithi060 bash[21524]: cluster 2024-05-09T03:43:30.119932+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2024-05-09T03:43:31.223 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:31 smithi060 bash[21524]: cluster 2024-05-09T03:43:30.119932+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2024-05-09T03:43:31.223 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:31 smithi060 bash[21524]: audit 2024-05-09T03:43:30.258880+0000 mon.a (mon.0) 12 : audit [INF] from='client.? 172.21.15.60:0/113263266' entity='client.admin' 2024-05-09T03:43:31.223 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:31 smithi060 bash[21524]: audit 2024-05-09T03:43:30.258880+0000 mon.a (mon.0) 12 : audit [INF] from='client.? 172.21.15.60:0/113263266' entity='client.admin' 2024-05-09T03:43:31.443 INFO:teuthology.orchestra.run.smithi060.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-d6ec865c-0db5-11ef-bc97-c7b262605968.target.wants/ceph-d6ec865c-0db5-11ef-bc97-c7b262605968@mgr.a.service -> /etc/systemd/system/ceph-d6ec865c-0db5-11ef-bc97-c7b262605968@.service. 2024-05-09T03:43:31.451 INFO:teuthology.orchestra.run.smithi060.stdout:firewalld does not appear to be present 2024-05-09T03:43:31.451 INFO:teuthology.orchestra.run.smithi060.stdout:Not possible to enable service . firewalld.service is not available 2024-05-09T03:43:31.451 INFO:teuthology.orchestra.run.smithi060.stdout:firewalld does not appear to be present 2024-05-09T03:43:31.451 INFO:teuthology.orchestra.run.smithi060.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-05-09T03:43:31.452 INFO:teuthology.orchestra.run.smithi060.stdout:Waiting for mgr to start... 2024-05-09T03:43:31.452 INFO:teuthology.orchestra.run.smithi060.stdout:Waiting for mgr... 2024-05-09T03:43:31.492 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:31 smithi060 systemd[1]: /etc/systemd/system/ceph-d6ec865c-0db5-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-09T03:43:31.492 INFO:journalctl@ceph.mgr.a.smithi060.stdout:May 09 03:43:31 smithi060 systemd[1]: /etc/systemd/system/ceph-d6ec865c-0db5-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-09T03:43:31.492 INFO:journalctl@ceph.mgr.a.smithi060.stdout:May 09 03:43:31 smithi060 systemd[1]: Started Ceph mgr.a for d6ec865c-0db5-11ef-bc97-c7b262605968. 2024-05-09T03:43:33.129 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:32 smithi060 bash[21524]: audit 2024-05-09T03:43:32.810346+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.60:0/1974824917' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-09T03:43:33.129 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:32 smithi060 bash[21524]: audit 2024-05-09T03:43:32.810346+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.60:0/1974824917' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-09T03:43:33.364 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout 2024-05-09T03:43:33.364 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout { 2024-05-09T03:43:33.364 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "fsid": "d6ec865c-0db5-11ef-bc97-c7b262605968", 2024-05-09T03:43:33.365 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "health": { 2024-05-09T03:43:33.365 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-05-09T03:43:33.365 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-05-09T03:43:33.365 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-05-09T03:43:33.365 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout }, 2024-05-09T03:43:33.365 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-05-09T03:43:33.365 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-05-09T03:43:33.365 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout 0 2024-05-09T03:43:33.365 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout ], 2024-05-09T03:43:33.365 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-05-09T03:43:33.365 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "a" 2024-05-09T03:43:33.366 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout ], 2024-05-09T03:43:33.366 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-05-09T03:43:33.366 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "monmap": { 2024-05-09T03:43:33.366 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-09T03:43:33.366 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-05-09T03:43:33.366 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-05-09T03:43:33.366 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout }, 2024-05-09T03:43:33.366 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-05-09T03:43:33.366 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-09T03:43:33.366 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-05-09T03:43:33.366 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-05-09T03:43:33.366 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-05-09T03:43:33.367 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-05-09T03:43:33.367 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-05-09T03:43:33.367 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-05-09T03:43:33.367 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout }, 2024-05-09T03:43:33.367 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-05-09T03:43:33.367 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-05-09T03:43:33.367 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-05-09T03:43:33.367 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-05-09T03:43:33.367 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-05-09T03:43:33.367 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-05-09T03:43:33.367 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-05-09T03:43:33.367 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-05-09T03:43:33.368 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-05-09T03:43:33.368 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout }, 2024-05-09T03:43:33.368 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-05-09T03:43:33.368 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-09T03:43:33.368 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-05-09T03:43:33.368 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-05-09T03:43:33.368 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout }, 2024-05-09T03:43:33.368 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-05-09T03:43:33.368 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "available": false, 2024-05-09T03:43:33.368 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-05-09T03:43:33.368 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "modules": [ 2024-05-09T03:43:33.368 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "iostat", 2024-05-09T03:43:33.368 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "nfs", 2024-05-09T03:43:33.369 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "restful" 2024-05-09T03:43:33.369 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout ], 2024-05-09T03:43:33.369 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-09T03:43:33.369 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout }, 2024-05-09T03:43:33.369 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-05-09T03:43:33.369 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-09T03:43:33.369 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "modified": "2024-05-09T03:43:24.369095+0000", 2024-05-09T03:43:33.369 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-09T03:43:33.369 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout }, 2024-05-09T03:43:33.369 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-05-09T03:43:33.369 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout } 2024-05-09T03:43:33.369 INFO:teuthology.orchestra.run.smithi060.stdout:mgr not available, waiting (1/15)... 2024-05-09T03:43:36.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:36 smithi060 bash[21524]: audit 2024-05-09T03:43:36.264288+0000 mon.a (mon.0) 14 : audit [DBG] from='client.? 172.21.15.60:0/959115496' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-09T03:43:36.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:36 smithi060 bash[21524]: audit 2024-05-09T03:43:36.264288+0000 mon.a (mon.0) 14 : audit [DBG] from='client.? 172.21.15.60:0/959115496' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-09T03:43:36.820 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout 2024-05-09T03:43:36.821 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout { 2024-05-09T03:43:36.821 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "fsid": "d6ec865c-0db5-11ef-bc97-c7b262605968", 2024-05-09T03:43:36.821 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "health": { 2024-05-09T03:43:36.821 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-05-09T03:43:36.821 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-05-09T03:43:36.821 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-05-09T03:43:36.821 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout }, 2024-05-09T03:43:36.821 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-05-09T03:43:36.821 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-05-09T03:43:36.821 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout 0 2024-05-09T03:43:36.821 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout ], 2024-05-09T03:43:36.821 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-05-09T03:43:36.822 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "a" 2024-05-09T03:43:36.822 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout ], 2024-05-09T03:43:36.822 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "quorum_age": 6, 2024-05-09T03:43:36.822 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "monmap": { 2024-05-09T03:43:36.822 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-09T03:43:36.822 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-05-09T03:43:36.822 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-05-09T03:43:36.822 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout }, 2024-05-09T03:43:36.822 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-05-09T03:43:36.822 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-09T03:43:36.822 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-05-09T03:43:36.822 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-05-09T03:43:36.822 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-05-09T03:43:36.823 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-05-09T03:43:36.823 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-05-09T03:43:36.823 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-05-09T03:43:36.823 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout }, 2024-05-09T03:43:36.823 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-05-09T03:43:36.823 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-05-09T03:43:36.823 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-05-09T03:43:36.823 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-05-09T03:43:36.823 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-05-09T03:43:36.823 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-05-09T03:43:36.823 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-05-09T03:43:36.823 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-05-09T03:43:36.823 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-05-09T03:43:36.823 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout }, 2024-05-09T03:43:36.823 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-05-09T03:43:36.824 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-09T03:43:36.824 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-05-09T03:43:36.824 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-05-09T03:43:36.824 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout }, 2024-05-09T03:43:36.824 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-05-09T03:43:36.824 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "available": false, 2024-05-09T03:43:36.824 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-05-09T03:43:36.824 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "modules": [ 2024-05-09T03:43:36.824 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "iostat", 2024-05-09T03:43:36.824 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "nfs", 2024-05-09T03:43:36.824 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "restful" 2024-05-09T03:43:36.824 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout ], 2024-05-09T03:43:36.824 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-09T03:43:36.824 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout }, 2024-05-09T03:43:36.824 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-05-09T03:43:36.825 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-09T03:43:36.825 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "modified": "2024-05-09T03:43:24.369095+0000", 2024-05-09T03:43:36.825 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-09T03:43:36.825 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout }, 2024-05-09T03:43:36.825 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-05-09T03:43:36.825 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout } 2024-05-09T03:43:36.825 INFO:teuthology.orchestra.run.smithi060.stdout:mgr not available, waiting (2/15)... 2024-05-09T03:43:40.129 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:39 smithi060 bash[21524]: audit 2024-05-09T03:43:39.767537+0000 mon.a (mon.0) 15 : audit [DBG] from='client.? 172.21.15.60:0/1252556798' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-09T03:43:40.129 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:39 smithi060 bash[21524]: audit 2024-05-09T03:43:39.767537+0000 mon.a (mon.0) 15 : audit [DBG] from='client.? 172.21.15.60:0/1252556798' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-09T03:43:40.288 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout 2024-05-09T03:43:40.288 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout { 2024-05-09T03:43:40.288 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "fsid": "d6ec865c-0db5-11ef-bc97-c7b262605968", 2024-05-09T03:43:40.289 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "health": { 2024-05-09T03:43:40.289 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-05-09T03:43:40.289 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-05-09T03:43:40.289 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-05-09T03:43:40.289 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout }, 2024-05-09T03:43:40.289 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-05-09T03:43:40.289 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-05-09T03:43:40.289 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout 0 2024-05-09T03:43:40.289 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout ], 2024-05-09T03:43:40.289 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-05-09T03:43:40.289 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "a" 2024-05-09T03:43:40.289 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout ], 2024-05-09T03:43:40.289 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "quorum_age": 9, 2024-05-09T03:43:40.289 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "monmap": { 2024-05-09T03:43:40.289 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-09T03:43:40.290 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-05-09T03:43:40.290 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-05-09T03:43:40.290 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout }, 2024-05-09T03:43:40.290 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-05-09T03:43:40.290 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-09T03:43:40.290 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-05-09T03:43:40.290 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-05-09T03:43:40.290 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-05-09T03:43:40.294 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-05-09T03:43:40.294 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-05-09T03:43:40.294 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-05-09T03:43:40.294 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout }, 2024-05-09T03:43:40.294 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-05-09T03:43:40.294 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-05-09T03:43:40.294 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-05-09T03:43:40.294 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-05-09T03:43:40.294 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-05-09T03:43:40.294 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-05-09T03:43:40.294 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-05-09T03:43:40.294 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-05-09T03:43:40.294 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-05-09T03:43:40.295 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout }, 2024-05-09T03:43:40.295 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-05-09T03:43:40.295 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-09T03:43:40.295 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-05-09T03:43:40.295 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-05-09T03:43:40.295 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout }, 2024-05-09T03:43:40.295 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-05-09T03:43:40.295 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "available": false, 2024-05-09T03:43:40.295 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-05-09T03:43:40.295 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "modules": [ 2024-05-09T03:43:40.295 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "iostat", 2024-05-09T03:43:40.295 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "nfs", 2024-05-09T03:43:40.295 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "restful" 2024-05-09T03:43:40.295 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout ], 2024-05-09T03:43:40.295 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-09T03:43:40.295 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout }, 2024-05-09T03:43:40.296 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-05-09T03:43:40.296 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-09T03:43:40.296 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "modified": "2024-05-09T03:43:24.369095+0000", 2024-05-09T03:43:40.296 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-09T03:43:40.296 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout }, 2024-05-09T03:43:40.296 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-05-09T03:43:40.296 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout } 2024-05-09T03:43:40.296 INFO:teuthology.orchestra.run.smithi060.stdout:mgr not available, waiting (3/15)... 2024-05-09T03:43:41.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:41 smithi060 bash[21524]: cluster 2024-05-09T03:43:41.193796+0000 mon.a (mon.0) 16 : cluster [INF] Activating manager daemon a 2024-05-09T03:43:41.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:41 smithi060 bash[21524]: cluster 2024-05-09T03:43:41.193796+0000 mon.a (mon.0) 16 : cluster [INF] Activating manager daemon a 2024-05-09T03:43:41.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:41 smithi060 bash[21524]: cluster 2024-05-09T03:43:41.201239+0000 mon.a (mon.0) 17 : cluster [DBG] mgrmap e2: a(active, starting, since 0.0077628s) 2024-05-09T03:43:41.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:41 smithi060 bash[21524]: cluster 2024-05-09T03:43:41.201239+0000 mon.a (mon.0) 17 : cluster [DBG] mgrmap e2: a(active, starting, since 0.0077628s) 2024-05-09T03:43:41.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:41 smithi060 bash[21524]: audit 2024-05-09T03:43:41.202356+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.14100 172.21.15.60:0/783112202' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-09T03:43:41.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:41 smithi060 bash[21524]: audit 2024-05-09T03:43:41.202356+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.14100 172.21.15.60:0/783112202' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-09T03:43:41.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:41 smithi060 bash[21524]: audit 2024-05-09T03:43:41.202578+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.14100 172.21.15.60:0/783112202' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-09T03:43:41.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:41 smithi060 bash[21524]: audit 2024-05-09T03:43:41.202578+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.14100 172.21.15.60:0/783112202' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-09T03:43:41.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:41 smithi060 bash[21524]: audit 2024-05-09T03:43:41.202774+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.14100 172.21.15.60:0/783112202' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-09T03:43:41.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:41 smithi060 bash[21524]: audit 2024-05-09T03:43:41.202774+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.14100 172.21.15.60:0/783112202' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-09T03:43:41.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:41 smithi060 bash[21524]: audit 2024-05-09T03:43:41.202951+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.14100 172.21.15.60:0/783112202' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-09T03:43:41.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:41 smithi060 bash[21524]: audit 2024-05-09T03:43:41.202951+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.14100 172.21.15.60:0/783112202' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-09T03:43:41.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:41 smithi060 bash[21524]: audit 2024-05-09T03:43:41.204154+0000 mon.a (mon.0) 22 : audit [DBG] from='mgr.14100 172.21.15.60:0/783112202' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-09T03:43:41.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:41 smithi060 bash[21524]: audit 2024-05-09T03:43:41.204154+0000 mon.a (mon.0) 22 : audit [DBG] from='mgr.14100 172.21.15.60:0/783112202' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-09T03:43:41.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:41 smithi060 bash[21524]: cluster 2024-05-09T03:43:41.233642+0000 mon.a (mon.0) 23 : cluster [INF] Manager daemon a is now available 2024-05-09T03:43:41.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:41 smithi060 bash[21524]: cluster 2024-05-09T03:43:41.233642+0000 mon.a (mon.0) 23 : cluster [INF] Manager daemon a is now available 2024-05-09T03:43:42.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:42 smithi060 bash[21524]: audit 2024-05-09T03:43:41.252214+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.14100 172.21.15.60:0/783112202' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-09T03:43:42.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:42 smithi060 bash[21524]: audit 2024-05-09T03:43:41.252214+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.14100 172.21.15.60:0/783112202' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-09T03:43:42.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:42 smithi060 bash[21524]: audit 2024-05-09T03:43:41.255097+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.14100 172.21.15.60:0/783112202' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-09T03:43:42.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:42 smithi060 bash[21524]: audit 2024-05-09T03:43:41.255097+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.14100 172.21.15.60:0/783112202' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-09T03:43:42.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:42 smithi060 bash[21524]: audit 2024-05-09T03:43:41.258472+0000 mon.a (mon.0) 26 : audit [INF] from='mgr.14100 172.21.15.60:0/783112202' entity='mgr.a' 2024-05-09T03:43:42.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:42 smithi060 bash[21524]: audit 2024-05-09T03:43:41.258472+0000 mon.a (mon.0) 26 : audit [INF] from='mgr.14100 172.21.15.60:0/783112202' entity='mgr.a' 2024-05-09T03:43:42.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:42 smithi060 bash[21524]: audit 2024-05-09T03:43:41.260247+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.14100 172.21.15.60:0/783112202' entity='mgr.a' 2024-05-09T03:43:42.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:42 smithi060 bash[21524]: audit 2024-05-09T03:43:41.260247+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.14100 172.21.15.60:0/783112202' entity='mgr.a' 2024-05-09T03:43:42.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:42 smithi060 bash[21524]: audit 2024-05-09T03:43:41.262175+0000 mon.a (mon.0) 28 : audit [INF] from='mgr.14100 172.21.15.60:0/783112202' entity='mgr.a' 2024-05-09T03:43:42.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:42 smithi060 bash[21524]: audit 2024-05-09T03:43:41.262175+0000 mon.a (mon.0) 28 : audit [INF] from='mgr.14100 172.21.15.60:0/783112202' entity='mgr.a' 2024-05-09T03:43:42.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:42 smithi060 bash[21524]: cluster 2024-05-09T03:43:42.210072+0000 mon.a (mon.0) 29 : cluster [DBG] mgrmap e3: a(active, since 1.0166s) 2024-05-09T03:43:42.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:42 smithi060 bash[21524]: cluster 2024-05-09T03:43:42.210072+0000 mon.a (mon.0) 29 : cluster [DBG] mgrmap e3: a(active, since 1.0166s) 2024-05-09T03:43:44.324 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout 2024-05-09T03:43:44.324 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout { 2024-05-09T03:43:44.324 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "fsid": "d6ec865c-0db5-11ef-bc97-c7b262605968", 2024-05-09T03:43:44.324 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "health": { 2024-05-09T03:43:44.324 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-05-09T03:43:44.324 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-05-09T03:43:44.325 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-05-09T03:43:44.325 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout }, 2024-05-09T03:43:44.325 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-05-09T03:43:44.325 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-05-09T03:43:44.325 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout 0 2024-05-09T03:43:44.325 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout ], 2024-05-09T03:43:44.325 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-05-09T03:43:44.325 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "a" 2024-05-09T03:43:44.325 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout ], 2024-05-09T03:43:44.325 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "quorum_age": 13, 2024-05-09T03:43:44.325 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "monmap": { 2024-05-09T03:43:44.325 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-09T03:43:44.325 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-05-09T03:43:44.325 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-05-09T03:43:44.325 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout }, 2024-05-09T03:43:44.326 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-05-09T03:43:44.326 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-09T03:43:44.326 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-05-09T03:43:44.326 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-05-09T03:43:44.326 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-05-09T03:43:44.326 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-05-09T03:43:44.326 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-05-09T03:43:44.326 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-05-09T03:43:44.326 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout }, 2024-05-09T03:43:44.326 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-05-09T03:43:44.326 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-05-09T03:43:44.326 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-05-09T03:43:44.326 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-05-09T03:43:44.327 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-05-09T03:43:44.327 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-05-09T03:43:44.327 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-05-09T03:43:44.327 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-05-09T03:43:44.327 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-05-09T03:43:44.327 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout }, 2024-05-09T03:43:44.327 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-05-09T03:43:44.327 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-09T03:43:44.327 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-05-09T03:43:44.327 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-05-09T03:43:44.327 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout }, 2024-05-09T03:43:44.327 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-05-09T03:43:44.327 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "available": true, 2024-05-09T03:43:44.327 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-05-09T03:43:44.327 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "modules": [ 2024-05-09T03:43:44.328 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "iostat", 2024-05-09T03:43:44.328 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "nfs", 2024-05-09T03:43:44.328 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "restful" 2024-05-09T03:43:44.328 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout ], 2024-05-09T03:43:44.328 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-09T03:43:44.328 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout }, 2024-05-09T03:43:44.328 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-05-09T03:43:44.328 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-09T03:43:44.328 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "modified": "2024-05-09T03:43:24.369095+0000", 2024-05-09T03:43:44.328 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-09T03:43:44.328 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout }, 2024-05-09T03:43:44.328 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-05-09T03:43:44.328 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout } 2024-05-09T03:43:44.328 INFO:teuthology.orchestra.run.smithi060.stdout:mgr is available 2024-05-09T03:43:44.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:44 smithi060 bash[21524]: cluster 2024-05-09T03:43:43.254321+0000 mon.a (mon.0) 30 : cluster [DBG] mgrmap e4: a(active, since 2s) 2024-05-09T03:43:44.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:44 smithi060 bash[21524]: cluster 2024-05-09T03:43:43.254321+0000 mon.a (mon.0) 30 : cluster [DBG] mgrmap e4: a(active, since 2s) 2024-05-09T03:43:44.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:44 smithi060 bash[21524]: audit 2024-05-09T03:43:43.771744+0000 mon.a (mon.0) 31 : audit [DBG] from='client.? 172.21.15.60:0/1354839165' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-09T03:43:44.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:44 smithi060 bash[21524]: audit 2024-05-09T03:43:43.771744+0000 mon.a (mon.0) 31 : audit [DBG] from='client.? 172.21.15.60:0/1354839165' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-09T03:43:45.879 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:45 smithi060 bash[21524]: audit 2024-05-09T03:43:45.577088+0000 mon.a (mon.0) 32 : audit [INF] from='client.? 172.21.15.60:0/2316830670' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-05-09T03:43:45.880 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:45 smithi060 bash[21524]: audit 2024-05-09T03:43:45.577088+0000 mon.a (mon.0) 32 : audit [INF] from='client.? 172.21.15.60:0/2316830670' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-05-09T03:43:45.880 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:45 smithi060 bash[21524]: audit 2024-05-09T03:43:45.581803+0000 mon.a (mon.0) 33 : audit [INF] from='client.? 172.21.15.60:0/2316830670' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-05-09T03:43:45.880 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:45 smithi060 bash[21524]: audit 2024-05-09T03:43:45.581803+0000 mon.a (mon.0) 33 : audit [INF] from='client.? 172.21.15.60:0/2316830670' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-05-09T03:43:46.127 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout 2024-05-09T03:43:46.127 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout [global] 2024-05-09T03:43:46.127 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout fsid = d6ec865c-0db5-11ef-bc97-c7b262605968 2024-05-09T03:43:46.128 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-05-09T03:43:46.128 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-05-09T03:43:46.128 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-05-09T03:43:46.128 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-05-09T03:43:46.128 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-05-09T03:43:46.128 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout 2024-05-09T03:43:46.128 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout [mgr] 2024-05-09T03:43:46.128 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-05-09T03:43:46.128 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout 2024-05-09T03:43:46.128 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout [osd] 2024-05-09T03:43:46.128 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-05-09T03:43:46.128 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-05-09T03:43:46.128 INFO:teuthology.orchestra.run.smithi060.stdout:Enabling cephadm module... 2024-05-09T03:43:47.879 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:47 smithi060 bash[21524]: audit 2024-05-09T03:43:47.437804+0000 mon.a (mon.0) 34 : audit [INF] from='client.? 172.21.15.60:0/3575797570' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-05-09T03:43:47.880 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:47 smithi060 bash[21524]: audit 2024-05-09T03:43:47.437804+0000 mon.a (mon.0) 34 : audit [INF] from='client.? 172.21.15.60:0/3575797570' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-05-09T03:43:47.880 INFO:journalctl@ceph.mgr.a.smithi060.stdout:May 09 03:43:47 smithi060 bash[21779]: ignoring --setuser ceph since I am not root 2024-05-09T03:43:47.880 INFO:journalctl@ceph.mgr.a.smithi060.stdout:May 09 03:43:47 smithi060 bash[21779]: ignoring --setgroup ceph since I am not root 2024-05-09T03:43:48.748 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:48 smithi060 bash[21524]: audit 2024-05-09T03:43:47.489730+0000 mon.a (mon.0) 35 : audit [INF] from='client.? 172.21.15.60:0/3575797570' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-05-09T03:43:48.749 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:48 smithi060 bash[21524]: audit 2024-05-09T03:43:47.489730+0000 mon.a (mon.0) 35 : audit [INF] from='client.? 172.21.15.60:0/3575797570' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-05-09T03:43:48.749 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:48 smithi060 bash[21524]: cluster 2024-05-09T03:43:47.495821+0000 mon.a (mon.0) 36 : cluster [DBG] mgrmap e5: a(active, since 6s) 2024-05-09T03:43:48.749 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:48 smithi060 bash[21524]: cluster 2024-05-09T03:43:47.495821+0000 mon.a (mon.0) 36 : cluster [DBG] mgrmap e5: a(active, since 6s) 2024-05-09T03:43:49.879 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:49 smithi060 bash[21524]: audit 2024-05-09T03:43:49.428080+0000 mon.a (mon.0) 37 : audit [DBG] from='client.? 172.21.15.60:0/3962378438' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-05-09T03:43:49.879 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:49 smithi060 bash[21524]: audit 2024-05-09T03:43:49.428080+0000 mon.a (mon.0) 37 : audit [DBG] from='client.? 172.21.15.60:0/3962378438' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-05-09T03:43:50.071 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout { 2024-05-09T03:43:50.071 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-05-09T03:43:50.071 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "available": true, 2024-05-09T03:43:50.071 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-05-09T03:43:50.071 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-05-09T03:43:50.071 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout } 2024-05-09T03:43:50.071 INFO:teuthology.orchestra.run.smithi060.stdout:Waiting for the mgr to restart... 2024-05-09T03:43:50.071 INFO:teuthology.orchestra.run.smithi060.stdout:Waiting for mgr epoch 5... 2024-05-09T03:43:56.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:56 smithi060 bash[21524]: cluster 2024-05-09T03:43:56.249006+0000 mon.a (mon.0) 38 : cluster [INF] Active manager daemon a restarted 2024-05-09T03:43:56.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:56 smithi060 bash[21524]: cluster 2024-05-09T03:43:56.249006+0000 mon.a (mon.0) 38 : cluster [INF] Active manager daemon a restarted 2024-05-09T03:43:56.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:56 smithi060 bash[21524]: cluster 2024-05-09T03:43:56.249633+0000 mon.a (mon.0) 39 : cluster [INF] Activating manager daemon a 2024-05-09T03:43:56.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:56 smithi060 bash[21524]: cluster 2024-05-09T03:43:56.249633+0000 mon.a (mon.0) 39 : cluster [INF] Activating manager daemon a 2024-05-09T03:43:56.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:56 smithi060 bash[21524]: cluster 2024-05-09T03:43:56.253761+0000 mon.a (mon.0) 40 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-05-09T03:43:56.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:56 smithi060 bash[21524]: cluster 2024-05-09T03:43:56.253761+0000 mon.a (mon.0) 40 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-05-09T03:43:56.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:56 smithi060 bash[21524]: cluster 2024-05-09T03:43:56.253903+0000 mon.a (mon.0) 41 : cluster [DBG] mgrmap e6: a(active, starting, since 0.00455589s) 2024-05-09T03:43:56.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:56 smithi060 bash[21524]: cluster 2024-05-09T03:43:56.253903+0000 mon.a (mon.0) 41 : cluster [DBG] mgrmap e6: a(active, starting, since 0.00455589s) 2024-05-09T03:43:56.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:56 smithi060 bash[21524]: audit 2024-05-09T03:43:56.257827+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.14120 172.21.15.60:0/4101435632' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-09T03:43:56.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:56 smithi060 bash[21524]: audit 2024-05-09T03:43:56.257827+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.14120 172.21.15.60:0/4101435632' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-09T03:43:56.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:56 smithi060 bash[21524]: audit 2024-05-09T03:43:56.258547+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.14120 172.21.15.60:0/4101435632' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-09T03:43:56.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:56 smithi060 bash[21524]: audit 2024-05-09T03:43:56.258547+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.14120 172.21.15.60:0/4101435632' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-09T03:43:56.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:56 smithi060 bash[21524]: audit 2024-05-09T03:43:56.259608+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.14120 172.21.15.60:0/4101435632' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-09T03:43:56.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:56 smithi060 bash[21524]: audit 2024-05-09T03:43:56.259608+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.14120 172.21.15.60:0/4101435632' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-09T03:43:56.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:56 smithi060 bash[21524]: audit 2024-05-09T03:43:56.259833+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14120 172.21.15.60:0/4101435632' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-09T03:43:56.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:56 smithi060 bash[21524]: audit 2024-05-09T03:43:56.259833+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14120 172.21.15.60:0/4101435632' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-09T03:43:56.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:56 smithi060 bash[21524]: audit 2024-05-09T03:43:56.260050+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.14120 172.21.15.60:0/4101435632' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-09T03:43:56.632 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:56 smithi060 bash[21524]: audit 2024-05-09T03:43:56.260050+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.14120 172.21.15.60:0/4101435632' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-09T03:43:56.632 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:56 smithi060 bash[21524]: cluster 2024-05-09T03:43:56.285265+0000 mon.a (mon.0) 47 : cluster [INF] Manager daemon a is now available 2024-05-09T03:43:56.632 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:56 smithi060 bash[21524]: cluster 2024-05-09T03:43:56.285265+0000 mon.a (mon.0) 47 : cluster [INF] Manager daemon a is now available 2024-05-09T03:43:57.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:57 smithi060 bash[21524]: cephadm 2024-05-09T03:43:56.306209+0000 mgr.a (mgr.14120) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-05-09T03:43:57.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:57 smithi060 bash[21524]: cephadm 2024-05-09T03:43:56.306209+0000 mgr.a (mgr.14120) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-05-09T03:43:57.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:57 smithi060 bash[21524]: audit 2024-05-09T03:43:56.308139+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.14120 172.21.15.60:0/4101435632' entity='mgr.a' 2024-05-09T03:43:57.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:57 smithi060 bash[21524]: audit 2024-05-09T03:43:56.308139+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.14120 172.21.15.60:0/4101435632' entity='mgr.a' 2024-05-09T03:43:57.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:57 smithi060 bash[21524]: audit 2024-05-09T03:43:56.310478+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.14120 172.21.15.60:0/4101435632' entity='mgr.a' 2024-05-09T03:43:57.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:57 smithi060 bash[21524]: audit 2024-05-09T03:43:56.310478+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.14120 172.21.15.60:0/4101435632' entity='mgr.a' 2024-05-09T03:43:57.634 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:57 smithi060 bash[21524]: audit 2024-05-09T03:43:56.314065+0000 mon.a (mon.0) 50 : audit [DBG] from='mgr.14120 172.21.15.60:0/4101435632' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T03:43:57.634 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:57 smithi060 bash[21524]: audit 2024-05-09T03:43:56.314065+0000 mon.a (mon.0) 50 : audit [DBG] from='mgr.14120 172.21.15.60:0/4101435632' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T03:43:57.634 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:57 smithi060 bash[21524]: audit 2024-05-09T03:43:56.317731+0000 mon.a (mon.0) 51 : audit [DBG] from='mgr.14120 172.21.15.60:0/4101435632' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T03:43:57.634 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:57 smithi060 bash[21524]: audit 2024-05-09T03:43:56.317731+0000 mon.a (mon.0) 51 : audit [DBG] from='mgr.14120 172.21.15.60:0/4101435632' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T03:43:57.634 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:57 smithi060 bash[21524]: audit 2024-05-09T03:43:56.328343+0000 mon.a (mon.0) 52 : audit [INF] from='mgr.14120 172.21.15.60:0/4101435632' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-09T03:43:57.634 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:57 smithi060 bash[21524]: audit 2024-05-09T03:43:56.328343+0000 mon.a (mon.0) 52 : audit [INF] from='mgr.14120 172.21.15.60:0/4101435632' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-09T03:43:57.634 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:57 smithi060 bash[21524]: audit 2024-05-09T03:43:56.331298+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.14120 172.21.15.60:0/4101435632' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-09T03:43:57.634 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:57 smithi060 bash[21524]: audit 2024-05-09T03:43:56.331298+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.14120 172.21.15.60:0/4101435632' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-09T03:43:57.635 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:57 smithi060 bash[21524]: cluster 2024-05-09T03:43:57.262804+0000 mon.a (mon.0) 54 : cluster [DBG] mgrmap e7: a(active, since 1.01345s) 2024-05-09T03:43:57.635 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:57 smithi060 bash[21524]: cluster 2024-05-09T03:43:57.262804+0000 mon.a (mon.0) 54 : cluster [DBG] mgrmap e7: a(active, since 1.01345s) 2024-05-09T03:43:57.907 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout { 2024-05-09T03:43:57.908 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-05-09T03:43:57.908 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "initialized": true 2024-05-09T03:43:57.908 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout } 2024-05-09T03:43:57.908 INFO:teuthology.orchestra.run.smithi060.stdout:mgr epoch 5 is available 2024-05-09T03:43:57.908 INFO:teuthology.orchestra.run.smithi060.stdout:Setting orchestrator backend to cephadm... 2024-05-09T03:43:58.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:58 smithi060 bash[21524]: audit 2024-05-09T03:43:57.260085+0000 mgr.a (mgr.14120) 2 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-05-09T03:43:58.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:58 smithi060 bash[21524]: audit 2024-05-09T03:43:57.260085+0000 mgr.a (mgr.14120) 2 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-05-09T03:43:58.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:58 smithi060 bash[21524]: audit 2024-05-09T03:43:57.277406+0000 mgr.a (mgr.14120) 3 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-05-09T03:43:58.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:58 smithi060 bash[21524]: audit 2024-05-09T03:43:57.277406+0000 mgr.a (mgr.14120) 3 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-05-09T03:43:58.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:58 smithi060 bash[21524]: audit 2024-05-09T03:43:57.701464+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.14120 172.21.15.60:0/4101435632' entity='mgr.a' 2024-05-09T03:43:58.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:58 smithi060 bash[21524]: audit 2024-05-09T03:43:57.701464+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.14120 172.21.15.60:0/4101435632' entity='mgr.a' 2024-05-09T03:43:58.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:58 smithi060 bash[21524]: audit 2024-05-09T03:43:57.706175+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.14120 172.21.15.60:0/4101435632' entity='mgr.a' 2024-05-09T03:43:58.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:58 smithi060 bash[21524]: audit 2024-05-09T03:43:57.706175+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.14120 172.21.15.60:0/4101435632' entity='mgr.a' 2024-05-09T03:43:59.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:59 smithi060 bash[21524]: cephadm 2024-05-09T03:43:58.178475+0000 mgr.a (mgr.14120) 4 : cephadm [INF] [09/May/2024:03:43:58] ENGINE Bus STARTING 2024-05-09T03:43:59.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:59 smithi060 bash[21524]: cephadm 2024-05-09T03:43:58.178475+0000 mgr.a (mgr.14120) 4 : cephadm [INF] [09/May/2024:03:43:58] ENGINE Bus STARTING 2024-05-09T03:43:59.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:59 smithi060 bash[21524]: cephadm 2024-05-09T03:43:58.280743+0000 mgr.a (mgr.14120) 5 : cephadm [INF] [09/May/2024:03:43:58] ENGINE Serving on http://172.21.15.60:8765 2024-05-09T03:43:59.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:59 smithi060 bash[21524]: cephadm 2024-05-09T03:43:58.280743+0000 mgr.a (mgr.14120) 5 : cephadm [INF] [09/May/2024:03:43:58] ENGINE Serving on http://172.21.15.60:8765 2024-05-09T03:43:59.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:59 smithi060 bash[21524]: cephadm 2024-05-09T03:43:58.404316+0000 mgr.a (mgr.14120) 6 : cephadm [INF] [09/May/2024:03:43:58] ENGINE Serving on https://172.21.15.60:7150 2024-05-09T03:43:59.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:59 smithi060 bash[21524]: cephadm 2024-05-09T03:43:58.404316+0000 mgr.a (mgr.14120) 6 : cephadm [INF] [09/May/2024:03:43:58] ENGINE Serving on https://172.21.15.60:7150 2024-05-09T03:43:59.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:59 smithi060 bash[21524]: cephadm 2024-05-09T03:43:58.404542+0000 mgr.a (mgr.14120) 7 : cephadm [INF] [09/May/2024:03:43:58] ENGINE Bus STARTED 2024-05-09T03:43:59.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:59 smithi060 bash[21524]: cephadm 2024-05-09T03:43:58.404542+0000 mgr.a (mgr.14120) 7 : cephadm [INF] [09/May/2024:03:43:58] ENGINE Bus STARTED 2024-05-09T03:43:59.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:59 smithi060 bash[21524]: audit 2024-05-09T03:43:58.439516+0000 mon.a (mon.0) 57 : audit [DBG] from='mgr.14120 172.21.15.60:0/4101435632' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T03:43:59.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:59 smithi060 bash[21524]: audit 2024-05-09T03:43:58.439516+0000 mon.a (mon.0) 57 : audit [DBG] from='mgr.14120 172.21.15.60:0/4101435632' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T03:43:59.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:59 smithi060 bash[21524]: cluster 2024-05-09T03:43:58.708883+0000 mon.a (mon.0) 58 : cluster [DBG] mgrmap e8: a(active, since 2s) 2024-05-09T03:43:59.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:59 smithi060 bash[21524]: cluster 2024-05-09T03:43:58.708883+0000 mon.a (mon.0) 58 : cluster [DBG] mgrmap e8: a(active, since 2s) 2024-05-09T03:43:59.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:59 smithi060 bash[21524]: audit 2024-05-09T03:43:59.139382+0000 mon.a (mon.0) 59 : audit [INF] from='mgr.14120 172.21.15.60:0/4101435632' entity='mgr.a' 2024-05-09T03:43:59.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:59 smithi060 bash[21524]: audit 2024-05-09T03:43:59.139382+0000 mon.a (mon.0) 59 : audit [INF] from='mgr.14120 172.21.15.60:0/4101435632' entity='mgr.a' 2024-05-09T03:43:59.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:59 smithi060 bash[21524]: audit 2024-05-09T03:43:59.208494+0000 mon.a (mon.0) 60 : audit [DBG] from='mgr.14120 172.21.15.60:0/4101435632' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T03:43:59.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:43:59 smithi060 bash[21524]: audit 2024-05-09T03:43:59.208494+0000 mon.a (mon.0) 60 : audit [DBG] from='mgr.14120 172.21.15.60:0/4101435632' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T03:44:00.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:00 smithi060 bash[21524]: audit 2024-05-09T03:43:59.132861+0000 mgr.a (mgr.14120) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T03:44:00.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:00 smithi060 bash[21524]: audit 2024-05-09T03:43:59.132861+0000 mgr.a (mgr.14120) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T03:44:01.360 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout value unchanged 2024-05-09T03:44:01.360 INFO:teuthology.orchestra.run.smithi060.stdout:Generating ssh key... 2024-05-09T03:44:01.879 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:01 smithi060 bash[21524]: audit 2024-05-09T03:44:00.874399+0000 mgr.a (mgr.14120) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T03:44:01.880 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:01 smithi060 bash[21524]: audit 2024-05-09T03:44:00.874399+0000 mgr.a (mgr.14120) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T03:44:03.130 INFO:journalctl@ceph.mgr.a.smithi060.stdout:May 09 03:44:02 smithi060 bash[21779]: Generating public/private rsa key pair. 2024-05-09T03:44:03.130 INFO:journalctl@ceph.mgr.a.smithi060.stdout:May 09 03:44:02 smithi060 bash[21779]: Your identification has been saved in /tmp/tmpaowvpa0e/key. 2024-05-09T03:44:03.130 INFO:journalctl@ceph.mgr.a.smithi060.stdout:May 09 03:44:02 smithi060 bash[21779]: Your public key has been saved in /tmp/tmpaowvpa0e/key.pub. 2024-05-09T03:44:03.131 INFO:journalctl@ceph.mgr.a.smithi060.stdout:May 09 03:44:02 smithi060 bash[21779]: The key fingerprint is: 2024-05-09T03:44:03.131 INFO:journalctl@ceph.mgr.a.smithi060.stdout:May 09 03:44:02 smithi060 bash[21779]: SHA256:YRjJwL6GSg/fYpeXdu4siGZxE64+C1uG68F5+VMtc6Q ceph-d6ec865c-0db5-11ef-bc97-c7b262605968 2024-05-09T03:44:03.131 INFO:journalctl@ceph.mgr.a.smithi060.stdout:May 09 03:44:02 smithi060 bash[21779]: The key's randomart image is: 2024-05-09T03:44:03.131 INFO:journalctl@ceph.mgr.a.smithi060.stdout:May 09 03:44:02 smithi060 bash[21779]: +---[RSA 3072]----+ 2024-05-09T03:44:03.131 INFO:journalctl@ceph.mgr.a.smithi060.stdout:May 09 03:44:02 smithi060 bash[21779]: | ..o.. | 2024-05-09T03:44:03.132 INFO:journalctl@ceph.mgr.a.smithi060.stdout:May 09 03:44:02 smithi060 bash[21779]: | . oo | 2024-05-09T03:44:03.132 INFO:journalctl@ceph.mgr.a.smithi060.stdout:May 09 03:44:02 smithi060 bash[21779]: | . . o | 2024-05-09T03:44:03.132 INFO:journalctl@ceph.mgr.a.smithi060.stdout:May 09 03:44:02 smithi060 bash[21779]: | .. . o | 2024-05-09T03:44:03.132 INFO:journalctl@ceph.mgr.a.smithi060.stdout:May 09 03:44:02 smithi060 bash[21779]: | .... S | 2024-05-09T03:44:03.132 INFO:journalctl@ceph.mgr.a.smithi060.stdout:May 09 03:44:02 smithi060 bash[21779]: |.o+.++ E o | 2024-05-09T03:44:03.132 INFO:journalctl@ceph.mgr.a.smithi060.stdout:May 09 03:44:02 smithi060 bash[21779]: |.B+** = = | 2024-05-09T03:44:03.133 INFO:journalctl@ceph.mgr.a.smithi060.stdout:May 09 03:44:02 smithi060 bash[21779]: |. O@.* =.. | 2024-05-09T03:44:03.133 INFO:journalctl@ceph.mgr.a.smithi060.stdout:May 09 03:44:02 smithi060 bash[21779]: |.+=o=.+ =+ | 2024-05-09T03:44:03.133 INFO:journalctl@ceph.mgr.a.smithi060.stdout:May 09 03:44:02 smithi060 bash[21779]: +----[SHA256]-----+ 2024-05-09T03:44:04.129 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:03 smithi060 bash[21524]: audit 2024-05-09T03:44:02.595428+0000 mgr.a (mgr.14120) 10 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T03:44:04.130 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:03 smithi060 bash[21524]: audit 2024-05-09T03:44:02.595428+0000 mgr.a (mgr.14120) 10 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T03:44:04.130 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:03 smithi060 bash[21524]: cephadm 2024-05-09T03:44:02.595842+0000 mgr.a (mgr.14120) 11 : cephadm [INF] Generating ssh key... 2024-05-09T03:44:04.130 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:03 smithi060 bash[21524]: cephadm 2024-05-09T03:44:02.595842+0000 mgr.a (mgr.14120) 11 : cephadm [INF] Generating ssh key... 2024-05-09T03:44:04.130 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:03 smithi060 bash[21524]: audit 2024-05-09T03:44:02.806333+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.14120 172.21.15.60:0/4101435632' entity='mgr.a' 2024-05-09T03:44:04.130 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:03 smithi060 bash[21524]: audit 2024-05-09T03:44:02.806333+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.14120 172.21.15.60:0/4101435632' entity='mgr.a' 2024-05-09T03:44:04.130 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:03 smithi060 bash[21524]: audit 2024-05-09T03:44:02.810815+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14120 172.21.15.60:0/4101435632' entity='mgr.a' 2024-05-09T03:44:04.131 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:03 smithi060 bash[21524]: audit 2024-05-09T03:44:02.810815+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14120 172.21.15.60:0/4101435632' entity='mgr.a' 2024-05-09T03:44:05.212 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDAF/ogn7Osehnqm6hTBxvBs5ylQd/e65/u/nWJ4TNOzCQwjD6dSRH7e+Lmhjnsh81p0PK5EHXRLvshgpvuhckQT+Bc6LgAyYoH2S1nRFfWBSBdmGDoAdEYSd0Q4VKgp7xeirP/pAssL0jO2fxLC8u/UtmBTUBjFEptyjG/fDzpjFA5F/J4dk95RwRX5TZ28fk4HMCWTsnfpEPf7i5swATeIKdRBI9AlEWqe9iiwRCnrPU6YejcRa9C/piiAtO0mZUnw0oYaJ3O6MGj81TmSjb1aHOD4Ue8OQpDdkZerRjeTTFYGcN3gLaj+dxSM2UjkjWNEIuFaQ7qqlyaW7Z18F0DdAdTEA5KdnEAEtXhcBdfDoAOkyd7fr7dbuZ50GY8i9YUJbuIiUOe3sy40wN0VbFG/QwS/ZKeEi18bLfuHI3UutRmrmeAZLZnsf43M80BO13D5YMp4TM9rCPXF8v87+YpLYc3idnyqQXk6EfwGlKgT4TUZVKLJDjREhhvvrDIKK0= ceph-d6ec865c-0db5-11ef-bc97-c7b262605968 2024-05-09T03:44:05.212 INFO:teuthology.orchestra.run.smithi060.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-05-09T03:44:05.212 INFO:teuthology.orchestra.run.smithi060.stdout:Adding key to root@localhost authorized_keys... 2024-05-09T03:44:05.213 INFO:teuthology.orchestra.run.smithi060.stdout:Adding host smithi060... 2024-05-09T03:44:05.866 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:05 smithi060 bash[21524]: audit 2024-05-09T03:44:04.611417+0000 mgr.a (mgr.14120) 12 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T03:44:05.867 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:05 smithi060 bash[21524]: audit 2024-05-09T03:44:04.611417+0000 mgr.a (mgr.14120) 12 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T03:44:06.796 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:06 smithi060 bash[21524]: audit 2024-05-09T03:44:06.486500+0000 mgr.a (mgr.14120) 13 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi060", "addr": "172.21.15.60", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T03:44:06.796 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:06 smithi060 bash[21524]: audit 2024-05-09T03:44:06.486500+0000 mgr.a (mgr.14120) 13 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi060", "addr": "172.21.15.60", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T03:44:07.879 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:07 smithi060 bash[21524]: cephadm 2024-05-09T03:44:07.154573+0000 mgr.a (mgr.14120) 14 : cephadm [INF] Deploying cephadm binary to smithi060 2024-05-09T03:44:07.879 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:07 smithi060 bash[21524]: cephadm 2024-05-09T03:44:07.154573+0000 mgr.a (mgr.14120) 14 : cephadm [INF] Deploying cephadm binary to smithi060 2024-05-09T03:44:13.035 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout Added host 'smithi060' with addr '172.21.15.60' 2024-05-09T03:44:13.035 INFO:teuthology.orchestra.run.smithi060.stdout:Deploying unmanaged mon service... 2024-05-09T03:44:13.879 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:13 smithi060 bash[21524]: audit 2024-05-09T03:44:12.386201+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.14120 172.21.15.60:0/4101435632' entity='mgr.a' 2024-05-09T03:44:13.880 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:13 smithi060 bash[21524]: audit 2024-05-09T03:44:12.386201+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.14120 172.21.15.60:0/4101435632' entity='mgr.a' 2024-05-09T03:44:13.880 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:13 smithi060 bash[21524]: cephadm 2024-05-09T03:44:12.386992+0000 mgr.a (mgr.14120) 15 : cephadm [INF] Added host smithi060 2024-05-09T03:44:13.880 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:13 smithi060 bash[21524]: cephadm 2024-05-09T03:44:12.386992+0000 mgr.a (mgr.14120) 15 : cephadm [INF] Added host smithi060 2024-05-09T03:44:13.880 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:13 smithi060 bash[21524]: audit 2024-05-09T03:44:12.434024+0000 mon.a (mon.0) 64 : audit [DBG] from='mgr.14120 172.21.15.60:0/4101435632' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T03:44:13.880 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:13 smithi060 bash[21524]: audit 2024-05-09T03:44:12.434024+0000 mon.a (mon.0) 64 : audit [DBG] from='mgr.14120 172.21.15.60:0/4101435632' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T03:44:15.728 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-05-09T03:44:15.728 INFO:teuthology.orchestra.run.smithi060.stdout:Deploying unmanaged mgr service... 2024-05-09T03:44:16.129 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:15 smithi060 bash[21524]: audit 2024-05-09T03:44:14.887212+0000 mgr.a (mgr.14120) 16 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T03:44:16.130 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:15 smithi060 bash[21524]: audit 2024-05-09T03:44:14.887212+0000 mgr.a (mgr.14120) 16 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T03:44:16.130 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:15 smithi060 bash[21524]: cephadm 2024-05-09T03:44:14.890612+0000 mgr.a (mgr.14120) 17 : cephadm [INF] Saving service mon spec with placement count:5 2024-05-09T03:44:16.130 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:15 smithi060 bash[21524]: cephadm 2024-05-09T03:44:14.890612+0000 mgr.a (mgr.14120) 17 : cephadm [INF] Saving service mon spec with placement count:5 2024-05-09T03:44:16.130 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:15 smithi060 bash[21524]: audit 2024-05-09T03:44:14.895167+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.14120 172.21.15.60:0/4101435632' entity='mgr.a' 2024-05-09T03:44:16.130 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:15 smithi060 bash[21524]: audit 2024-05-09T03:44:14.895167+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.14120 172.21.15.60:0/4101435632' entity='mgr.a' 2024-05-09T03:44:16.130 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:15 smithi060 bash[21524]: audit 2024-05-09T03:44:15.461239+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.14120 172.21.15.60:0/4101435632' entity='mgr.a' 2024-05-09T03:44:16.130 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:15 smithi060 bash[21524]: audit 2024-05-09T03:44:15.461239+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.14120 172.21.15.60:0/4101435632' entity='mgr.a' 2024-05-09T03:44:17.379 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:17 smithi060 bash[21524]: audit 2024-05-09T03:44:16.007180+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.14120 172.21.15.60:0/4101435632' entity='mgr.a' 2024-05-09T03:44:17.379 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:17 smithi060 bash[21524]: audit 2024-05-09T03:44:16.007180+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.14120 172.21.15.60:0/4101435632' entity='mgr.a' 2024-05-09T03:44:17.380 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:17 smithi060 bash[21524]: cluster 2024-05-09T03:44:16.261177+0000 mgr.a (mgr.14120) 18 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:44:17.380 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:17 smithi060 bash[21524]: cluster 2024-05-09T03:44:16.261177+0000 mgr.a (mgr.14120) 18 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:44:17.620 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-05-09T03:44:18.289 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:18 smithi060 bash[21524]: audit 2024-05-09T03:44:17.001425+0000 mgr.a (mgr.14120) 19 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T03:44:18.289 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:18 smithi060 bash[21524]: audit 2024-05-09T03:44:17.001425+0000 mgr.a (mgr.14120) 19 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T03:44:18.289 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:18 smithi060 bash[21524]: cephadm 2024-05-09T03:44:17.003145+0000 mgr.a (mgr.14120) 20 : cephadm [INF] Saving service mgr spec with placement count:2 2024-05-09T03:44:18.289 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:18 smithi060 bash[21524]: cephadm 2024-05-09T03:44:17.003145+0000 mgr.a (mgr.14120) 20 : cephadm [INF] Saving service mgr spec with placement count:2 2024-05-09T03:44:18.290 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:18 smithi060 bash[21524]: audit 2024-05-09T03:44:17.007794+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.14120 172.21.15.60:0/4101435632' entity='mgr.a' 2024-05-09T03:44:18.290 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:18 smithi060 bash[21524]: audit 2024-05-09T03:44:17.007794+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.14120 172.21.15.60:0/4101435632' entity='mgr.a' 2024-05-09T03:44:19.379 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:19 smithi060 bash[21524]: cluster 2024-05-09T03:44:18.261627+0000 mgr.a (mgr.14120) 21 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:44:19.379 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:19 smithi060 bash[21524]: cluster 2024-05-09T03:44:18.261627+0000 mgr.a (mgr.14120) 21 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:44:19.380 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:19 smithi060 bash[21524]: audit 2024-05-09T03:44:18.905634+0000 mon.a (mon.0) 69 : audit [INF] from='client.? 172.21.15.60:0/1885072564' entity='client.admin' 2024-05-09T03:44:19.380 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:19 smithi060 bash[21524]: audit 2024-05-09T03:44:18.905634+0000 mon.a (mon.0) 69 : audit [INF] from='client.? 172.21.15.60:0/1885072564' entity='client.admin' 2024-05-09T03:44:21.256 INFO:teuthology.orchestra.run.smithi060.stdout:Enabling the dashboard module... 2024-05-09T03:44:21.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:21 smithi060 bash[21524]: cluster 2024-05-09T03:44:20.261937+0000 mgr.a (mgr.14120) 22 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:44:21.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:21 smithi060 bash[21524]: cluster 2024-05-09T03:44:20.261937+0000 mgr.a (mgr.14120) 22 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:44:21.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:21 smithi060 bash[21524]: audit 2024-05-09T03:44:20.658857+0000 mon.a (mon.0) 70 : audit [INF] from='client.? 172.21.15.60:0/159129103' entity='client.admin' 2024-05-09T03:44:21.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:21 smithi060 bash[21524]: audit 2024-05-09T03:44:20.658857+0000 mon.a (mon.0) 70 : audit [INF] from='client.? 172.21.15.60:0/159129103' entity='client.admin' 2024-05-09T03:44:23.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:23 smithi060 bash[21524]: cluster 2024-05-09T03:44:22.262295+0000 mgr.a (mgr.14120) 23 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:44:23.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:23 smithi060 bash[21524]: cluster 2024-05-09T03:44:22.262295+0000 mgr.a (mgr.14120) 23 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:44:23.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:23 smithi060 bash[21524]: audit 2024-05-09T03:44:22.698385+0000 mon.a (mon.0) 71 : audit [INF] from='client.? 172.21.15.60:0/3787792607' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-05-09T03:44:23.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:23 smithi060 bash[21524]: audit 2024-05-09T03:44:22.698385+0000 mon.a (mon.0) 71 : audit [INF] from='client.? 172.21.15.60:0/3787792607' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-05-09T03:44:23.630 INFO:journalctl@ceph.mgr.a.smithi060.stdout:May 09 03:44:23 smithi060 bash[21779]: ignoring --setuser ceph since I am not root 2024-05-09T03:44:23.630 INFO:journalctl@ceph.mgr.a.smithi060.stdout:May 09 03:44:23 smithi060 bash[21779]: ignoring --setgroup ceph since I am not root 2024-05-09T03:44:24.628 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:24 smithi060 bash[21524]: audit 2024-05-09T03:44:23.316353+0000 mon.a (mon.0) 72 : audit [INF] from='client.? 172.21.15.60:0/3787792607' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-05-09T03:44:24.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:24 smithi060 bash[21524]: audit 2024-05-09T03:44:23.316353+0000 mon.a (mon.0) 72 : audit [INF] from='client.? 172.21.15.60:0/3787792607' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-05-09T03:44:24.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:24 smithi060 bash[21524]: cluster 2024-05-09T03:44:23.323655+0000 mon.a (mon.0) 73 : cluster [DBG] mgrmap e9: a(active, since 27s) 2024-05-09T03:44:24.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:24 smithi060 bash[21524]: cluster 2024-05-09T03:44:23.323655+0000 mon.a (mon.0) 73 : cluster [DBG] mgrmap e9: a(active, since 27s) 2024-05-09T03:44:25.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:25 smithi060 bash[21524]: audit 2024-05-09T03:44:25.344867+0000 mon.a (mon.0) 74 : audit [DBG] from='client.? 172.21.15.60:0/2307230437' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-05-09T03:44:25.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:25 smithi060 bash[21524]: audit 2024-05-09T03:44:25.344867+0000 mon.a (mon.0) 74 : audit [DBG] from='client.? 172.21.15.60:0/2307230437' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-05-09T03:44:25.924 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout { 2024-05-09T03:44:25.924 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-05-09T03:44:25.924 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "available": true, 2024-05-09T03:44:25.924 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-05-09T03:44:25.924 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-05-09T03:44:25.924 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout } 2024-05-09T03:44:25.925 INFO:teuthology.orchestra.run.smithi060.stdout:Waiting for the mgr to restart... 2024-05-09T03:44:25.925 INFO:teuthology.orchestra.run.smithi060.stdout:Waiting for mgr epoch 9... 2024-05-09T03:44:32.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:32 smithi060 bash[21524]: cluster 2024-05-09T03:44:32.141403+0000 mon.a (mon.0) 75 : cluster [INF] Active manager daemon a restarted 2024-05-09T03:44:32.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:32 smithi060 bash[21524]: cluster 2024-05-09T03:44:32.141403+0000 mon.a (mon.0) 75 : cluster [INF] Active manager daemon a restarted 2024-05-09T03:44:32.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:32 smithi060 bash[21524]: cluster 2024-05-09T03:44:32.142246+0000 mon.a (mon.0) 76 : cluster [INF] Activating manager daemon a 2024-05-09T03:44:32.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:32 smithi060 bash[21524]: cluster 2024-05-09T03:44:32.142246+0000 mon.a (mon.0) 76 : cluster [INF] Activating manager daemon a 2024-05-09T03:44:32.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:32 smithi060 bash[21524]: cluster 2024-05-09T03:44:32.150021+0000 mon.a (mon.0) 77 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-05-09T03:44:32.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:32 smithi060 bash[21524]: cluster 2024-05-09T03:44:32.150021+0000 mon.a (mon.0) 77 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-05-09T03:44:32.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:32 smithi060 bash[21524]: cluster 2024-05-09T03:44:32.150396+0000 mon.a (mon.0) 78 : cluster [DBG] mgrmap e10: a(active, starting, since 0.0085365s) 2024-05-09T03:44:32.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:32 smithi060 bash[21524]: cluster 2024-05-09T03:44:32.150396+0000 mon.a (mon.0) 78 : cluster [DBG] mgrmap e10: a(active, starting, since 0.0085365s) 2024-05-09T03:44:32.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:32 smithi060 bash[21524]: audit 2024-05-09T03:44:32.153484+0000 mon.a (mon.0) 79 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-09T03:44:32.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:32 smithi060 bash[21524]: audit 2024-05-09T03:44:32.153484+0000 mon.a (mon.0) 79 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-09T03:44:32.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:32 smithi060 bash[21524]: audit 2024-05-09T03:44:32.154963+0000 mon.a (mon.0) 80 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-09T03:44:32.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:32 smithi060 bash[21524]: audit 2024-05-09T03:44:32.154963+0000 mon.a (mon.0) 80 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-09T03:44:32.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:32 smithi060 bash[21524]: audit 2024-05-09T03:44:32.156129+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-09T03:44:32.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:32 smithi060 bash[21524]: audit 2024-05-09T03:44:32.156129+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-09T03:44:32.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:32 smithi060 bash[21524]: audit 2024-05-09T03:44:32.156465+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-09T03:44:32.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:32 smithi060 bash[21524]: audit 2024-05-09T03:44:32.156465+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-09T03:44:32.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:32 smithi060 bash[21524]: audit 2024-05-09T03:44:32.156682+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-09T03:44:32.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:32 smithi060 bash[21524]: audit 2024-05-09T03:44:32.156682+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-09T03:44:32.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:32 smithi060 bash[21524]: cluster 2024-05-09T03:44:32.182065+0000 mon.a (mon.0) 84 : cluster [INF] Manager daemon a is now available 2024-05-09T03:44:32.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:32 smithi060 bash[21524]: cluster 2024-05-09T03:44:32.182065+0000 mon.a (mon.0) 84 : cluster [INF] Manager daemon a is now available 2024-05-09T03:44:33.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:33 smithi060 bash[21524]: audit 2024-05-09T03:44:32.213957+0000 mon.a (mon.0) 85 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T03:44:33.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:33 smithi060 bash[21524]: audit 2024-05-09T03:44:32.213957+0000 mon.a (mon.0) 85 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T03:44:33.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:33 smithi060 bash[21524]: audit 2024-05-09T03:44:32.231636+0000 mon.a (mon.0) 86 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-09T03:44:33.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:33 smithi060 bash[21524]: audit 2024-05-09T03:44:32.231636+0000 mon.a (mon.0) 86 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-09T03:44:33.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:33 smithi060 bash[21524]: audit 2024-05-09T03:44:32.234827+0000 mon.a (mon.0) 87 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-09T03:44:33.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:33 smithi060 bash[21524]: audit 2024-05-09T03:44:32.234827+0000 mon.a (mon.0) 87 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-09T03:44:33.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:33 smithi060 bash[21524]: cluster 2024-05-09T03:44:33.154376+0000 mon.a (mon.0) 88 : cluster [DBG] mgrmap e11: a(active, since 1.01253s) 2024-05-09T03:44:33.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:33 smithi060 bash[21524]: cluster 2024-05-09T03:44:33.154376+0000 mon.a (mon.0) 88 : cluster [DBG] mgrmap e11: a(active, since 1.01253s) 2024-05-09T03:44:33.831 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout { 2024-05-09T03:44:33.831 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-05-09T03:44:33.831 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "initialized": true 2024-05-09T03:44:33.832 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout } 2024-05-09T03:44:33.832 INFO:teuthology.orchestra.run.smithi060.stdout:mgr epoch 9 is available 2024-05-09T03:44:33.832 INFO:teuthology.orchestra.run.smithi060.stdout:Generating a dashboard self-signed certificate... 2024-05-09T03:44:34.488 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:34 smithi060 bash[21524]: cephadm 2024-05-09T03:44:33.050714+0000 mgr.a (mgr.14152) 1 : cephadm [INF] [09/May/2024:03:44:33] ENGINE Bus STARTING 2024-05-09T03:44:34.488 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:34 smithi060 bash[21524]: cephadm 2024-05-09T03:44:33.050714+0000 mgr.a (mgr.14152) 1 : cephadm [INF] [09/May/2024:03:44:33] ENGINE Bus STARTING 2024-05-09T03:44:34.488 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:34 smithi060 bash[21524]: cephadm 2024-05-09T03:44:33.152825+0000 mgr.a (mgr.14152) 2 : cephadm [INF] [09/May/2024:03:44:33] ENGINE Serving on http://172.21.15.60:8765 2024-05-09T03:44:34.488 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:34 smithi060 bash[21524]: cephadm 2024-05-09T03:44:33.152825+0000 mgr.a (mgr.14152) 2 : cephadm [INF] [09/May/2024:03:44:33] ENGINE Serving on http://172.21.15.60:8765 2024-05-09T03:44:34.488 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:34 smithi060 bash[21524]: audit 2024-05-09T03:44:33.154267+0000 mgr.a (mgr.14152) 3 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-05-09T03:44:34.488 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:34 smithi060 bash[21524]: audit 2024-05-09T03:44:33.154267+0000 mgr.a (mgr.14152) 3 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-05-09T03:44:34.488 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:34 smithi060 bash[21524]: audit 2024-05-09T03:44:33.170209+0000 mgr.a (mgr.14152) 4 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-05-09T03:44:34.488 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:34 smithi060 bash[21524]: audit 2024-05-09T03:44:33.170209+0000 mgr.a (mgr.14152) 4 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-05-09T03:44:34.488 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:34 smithi060 bash[21524]: cephadm 2024-05-09T03:44:33.275732+0000 mgr.a (mgr.14152) 5 : cephadm [INF] [09/May/2024:03:44:33] ENGINE Serving on https://172.21.15.60:7150 2024-05-09T03:44:34.488 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:34 smithi060 bash[21524]: cephadm 2024-05-09T03:44:33.275732+0000 mgr.a (mgr.14152) 5 : cephadm [INF] [09/May/2024:03:44:33] ENGINE Serving on https://172.21.15.60:7150 2024-05-09T03:44:34.488 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:34 smithi060 bash[21524]: cephadm 2024-05-09T03:44:33.275920+0000 mgr.a (mgr.14152) 6 : cephadm [INF] [09/May/2024:03:44:33] ENGINE Bus STARTED 2024-05-09T03:44:34.488 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:34 smithi060 bash[21524]: cephadm 2024-05-09T03:44:33.275920+0000 mgr.a (mgr.14152) 6 : cephadm [INF] [09/May/2024:03:44:33] ENGINE Bus STARTED 2024-05-09T03:44:35.473 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:35 smithi060 bash[21524]: cluster 2024-05-09T03:44:34.200884+0000 mon.a (mon.0) 89 : cluster [DBG] mgrmap e12: a(active, since 2s) 2024-05-09T03:44:35.474 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:35 smithi060 bash[21524]: cluster 2024-05-09T03:44:34.200884+0000 mon.a (mon.0) 89 : cluster [DBG] mgrmap e12: a(active, since 2s) 2024-05-09T03:44:35.853 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-05-09T03:44:35.853 INFO:teuthology.orchestra.run.smithi060.stdout:Creating initial admin user... 2024-05-09T03:44:36.513 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:36 smithi060 bash[21524]: audit 2024-05-09T03:44:35.111900+0000 mgr.a (mgr.14152) 7 : audit [DBG] from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T03:44:36.513 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:36 smithi060 bash[21524]: audit 2024-05-09T03:44:35.111900+0000 mgr.a (mgr.14152) 7 : audit [DBG] from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T03:44:36.513 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:36 smithi060 bash[21524]: audit 2024-05-09T03:44:35.236443+0000 mon.a (mon.0) 90 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:44:36.513 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:36 smithi060 bash[21524]: audit 2024-05-09T03:44:35.236443+0000 mon.a (mon.0) 90 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:44:36.513 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:36 smithi060 bash[21524]: audit 2024-05-09T03:44:35.241932+0000 mon.a (mon.0) 91 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:44:36.513 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:36 smithi060 bash[21524]: audit 2024-05-09T03:44:35.241932+0000 mon.a (mon.0) 91 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:44:37.773 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:37 smithi060 bash[21524]: audit 2024-05-09T03:44:37.165299+0000 mgr.a (mgr.14152) 8 : audit [DBG] 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-09T03:44:37.774 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:37 smithi060 bash[21524]: audit 2024-05-09T03:44:37.165299+0000 mgr.a (mgr.14152) 8 : audit [DBG] 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-09T03:44:38.166 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$isW0AAgRKtkySF.2.5BsFeHcEg95GUOXAsFXX7owGde97t3llMd8i", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1715226277, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-05-09T03:44:38.166 INFO:teuthology.orchestra.run.smithi060.stdout:Fetching dashboard port number... 2024-05-09T03:44:38.829 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:38 smithi060 bash[21524]: audit 2024-05-09T03:44:37.547979+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:44:38.829 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:38 smithi060 bash[21524]: audit 2024-05-09T03:44:37.547979+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:44:39.774 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:39 smithi060 bash[21524]: cluster 2024-05-09T03:44:38.555026+0000 mon.a (mon.0) 93 : cluster [DBG] mgrmap e13: a(active, since 6s) 2024-05-09T03:44:39.775 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:39 smithi060 bash[21524]: cluster 2024-05-09T03:44:38.555026+0000 mon.a (mon.0) 93 : cluster [DBG] mgrmap e13: a(active, since 6s) 2024-05-09T03:44:39.775 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:39 smithi060 bash[21524]: audit 2024-05-09T03:44:39.113207+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:44:39.775 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:39 smithi060 bash[21524]: audit 2024-05-09T03:44:39.113207+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:44:39.775 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:39 smithi060 bash[21524]: audit 2024-05-09T03:44:39.439923+0000 mon.a (mon.0) 95 : audit [DBG] from='client.? 172.21.15.60:0/1012557500' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-05-09T03:44:39.775 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:39 smithi060 bash[21524]: audit 2024-05-09T03:44:39.439923+0000 mon.a (mon.0) 95 : audit [DBG] from='client.? 172.21.15.60:0/1012557500' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-05-09T03:44:40.074 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout 8443 2024-05-09T03:44:40.075 INFO:teuthology.orchestra.run.smithi060.stdout:firewalld does not appear to be present 2024-05-09T03:44:40.075 INFO:teuthology.orchestra.run.smithi060.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-05-09T03:44:40.075 INFO:teuthology.orchestra.run.smithi060.stdout:Ceph Dashboard is now available at: 2024-05-09T03:44:40.075 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-05-09T03:44:40.075 INFO:teuthology.orchestra.run.smithi060.stdout: URL: https://smithi060.front.sepia.ceph.com:8443/ 2024-05-09T03:44:40.075 INFO:teuthology.orchestra.run.smithi060.stdout: User: admin 2024-05-09T03:44:40.075 INFO:teuthology.orchestra.run.smithi060.stdout: Password: 4o5qbfzc13 2024-05-09T03:44:40.075 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-05-09T03:44:40.075 INFO:teuthology.orchestra.run.smithi060.stdout:Saving cluster configuration to /var/lib/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/config directory 2024-05-09T03:44:40.076 INFO:teuthology.orchestra.run.smithi060.stdout:Enabling autotune for osd_memory_target 2024-05-09T03:44:41.482 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:41 smithi060 bash[21524]: audit 2024-05-09T03:44:40.211431+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:44:41.482 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:41 smithi060 bash[21524]: audit 2024-05-09T03:44:40.211431+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:44:44.108 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-05-09T03:44:44.108 INFO:teuthology.orchestra.run.smithi060.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-05-09T03:44:44.108 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-05-09T03:44:44.108 INFO:teuthology.orchestra.run.smithi060.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid d6ec865c-0db5-11ef-bc97-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-05-09T03:44:44.108 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-05-09T03:44:44.108 INFO:teuthology.orchestra.run.smithi060.stdout:Or, if you are only running a single cluster on this host: 2024-05-09T03:44:44.108 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-05-09T03:44:44.108 INFO:teuthology.orchestra.run.smithi060.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-05-09T03:44:44.108 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-05-09T03:44:44.108 INFO:teuthology.orchestra.run.smithi060.stdout:Please consider enabling telemetry to help improve Ceph: 2024-05-09T03:44:44.108 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-05-09T03:44:44.109 INFO:teuthology.orchestra.run.smithi060.stdout: ceph telemetry on 2024-05-09T03:44:44.109 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-05-09T03:44:44.109 INFO:teuthology.orchestra.run.smithi060.stdout:For more information see: 2024-05-09T03:44:44.109 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-05-09T03:44:44.109 INFO:teuthology.orchestra.run.smithi060.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-05-09T03:44:44.109 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-05-09T03:44:44.109 INFO:teuthology.orchestra.run.smithi060.stdout:Bootstrap complete. 2024-05-09T03:44:44.161 INFO:tasks.cephadm:Fetching config... 2024-05-09T03:44:44.161 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-05-09T03:44:44.161 DEBUG:teuthology.orchestra.run.smithi060:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-05-09T03:44:44.168 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-05-09T03:44:44.168 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-05-09T03:44:44.168 DEBUG:teuthology.orchestra.run.smithi060:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-05-09T03:44:44.218 INFO:tasks.cephadm:Fetching mon keyring... 2024-05-09T03:44:44.218 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-05-09T03:44:44.218 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd if=/var/lib/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/mon.a/keyring of=/dev/stdout 2024-05-09T03:44:44.274 INFO:tasks.cephadm:Fetching pub ssh key... 2024-05-09T03:44:44.274 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-05-09T03:44:44.274 DEBUG:teuthology.orchestra.run.smithi060:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-05-09T03:44:44.322 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-05-09T03:44:44.322 DEBUG:teuthology.orchestra.run.smithi060:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDAF/ogn7Osehnqm6hTBxvBs5ylQd/e65/u/nWJ4TNOzCQwjD6dSRH7e+Lmhjnsh81p0PK5EHXRLvshgpvuhckQT+Bc6LgAyYoH2S1nRFfWBSBdmGDoAdEYSd0Q4VKgp7xeirP/pAssL0jO2fxLC8u/UtmBTUBjFEptyjG/fDzpjFA5F/J4dk95RwRX5TZ28fk4HMCWTsnfpEPf7i5swATeIKdRBI9AlEWqe9iiwRCnrPU6YejcRa9C/piiAtO0mZUnw0oYaJ3O6MGj81TmSjb1aHOD4Ue8OQpDdkZerRjeTTFYGcN3gLaj+dxSM2UjkjWNEIuFaQ7qqlyaW7Z18F0DdAdTEA5KdnEAEtXhcBdfDoAOkyd7fr7dbuZ50GY8i9YUJbuIiUOe3sy40wN0VbFG/QwS/ZKeEi18bLfuHI3UutRmrmeAZLZnsf43M80BO13D5YMp4TM9rCPXF8v87+YpLYc3idnyqQXk6EfwGlKgT4TUZVKLJDjREhhvvrDIKK0= ceph-d6ec865c-0db5-11ef-bc97-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-05-09T03:44:44.387 INFO:teuthology.orchestra.run.smithi060.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDAF/ogn7Osehnqm6hTBxvBs5ylQd/e65/u/nWJ4TNOzCQwjD6dSRH7e+Lmhjnsh81p0PK5EHXRLvshgpvuhckQT+Bc6LgAyYoH2S1nRFfWBSBdmGDoAdEYSd0Q4VKgp7xeirP/pAssL0jO2fxLC8u/UtmBTUBjFEptyjG/fDzpjFA5F/J4dk95RwRX5TZ28fk4HMCWTsnfpEPf7i5swATeIKdRBI9AlEWqe9iiwRCnrPU6YejcRa9C/piiAtO0mZUnw0oYaJ3O6MGj81TmSjb1aHOD4Ue8OQpDdkZerRjeTTFYGcN3gLaj+dxSM2UjkjWNEIuFaQ7qqlyaW7Z18F0DdAdTEA5KdnEAEtXhcBdfDoAOkyd7fr7dbuZ50GY8i9YUJbuIiUOe3sy40wN0VbFG/QwS/ZKeEi18bLfuHI3UutRmrmeAZLZnsf43M80BO13D5YMp4TM9rCPXF8v87+YpLYc3idnyqQXk6EfwGlKgT4TUZVKLJDjREhhvvrDIKK0= ceph-d6ec865c-0db5-11ef-bc97-c7b262605968 2024-05-09T03:44:44.397 DEBUG:teuthology.orchestra.run.smithi100:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDAF/ogn7Osehnqm6hTBxvBs5ylQd/e65/u/nWJ4TNOzCQwjD6dSRH7e+Lmhjnsh81p0PK5EHXRLvshgpvuhckQT+Bc6LgAyYoH2S1nRFfWBSBdmGDoAdEYSd0Q4VKgp7xeirP/pAssL0jO2fxLC8u/UtmBTUBjFEptyjG/fDzpjFA5F/J4dk95RwRX5TZ28fk4HMCWTsnfpEPf7i5swATeIKdRBI9AlEWqe9iiwRCnrPU6YejcRa9C/piiAtO0mZUnw0oYaJ3O6MGj81TmSjb1aHOD4Ue8OQpDdkZerRjeTTFYGcN3gLaj+dxSM2UjkjWNEIuFaQ7qqlyaW7Z18F0DdAdTEA5KdnEAEtXhcBdfDoAOkyd7fr7dbuZ50GY8i9YUJbuIiUOe3sy40wN0VbFG/QwS/ZKeEi18bLfuHI3UutRmrmeAZLZnsf43M80BO13D5YMp4TM9rCPXF8v87+YpLYc3idnyqQXk6EfwGlKgT4TUZVKLJDjREhhvvrDIKK0= ceph-d6ec865c-0db5-11ef-bc97-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-05-09T03:44:44.419 INFO:teuthology.orchestra.run.smithi100.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDAF/ogn7Osehnqm6hTBxvBs5ylQd/e65/u/nWJ4TNOzCQwjD6dSRH7e+Lmhjnsh81p0PK5EHXRLvshgpvuhckQT+Bc6LgAyYoH2S1nRFfWBSBdmGDoAdEYSd0Q4VKgp7xeirP/pAssL0jO2fxLC8u/UtmBTUBjFEptyjG/fDzpjFA5F/J4dk95RwRX5TZ28fk4HMCWTsnfpEPf7i5swATeIKdRBI9AlEWqe9iiwRCnrPU6YejcRa9C/piiAtO0mZUnw0oYaJ3O6MGj81TmSjb1aHOD4Ue8OQpDdkZerRjeTTFYGcN3gLaj+dxSM2UjkjWNEIuFaQ7qqlyaW7Z18F0DdAdTEA5KdnEAEtXhcBdfDoAOkyd7fr7dbuZ50GY8i9YUJbuIiUOe3sy40wN0VbFG/QwS/ZKeEi18bLfuHI3UutRmrmeAZLZnsf43M80BO13D5YMp4TM9rCPXF8v87+YpLYc3idnyqQXk6EfwGlKgT4TUZVKLJDjREhhvvrDIKK0= ceph-d6ec865c-0db5-11ef-bc97-c7b262605968 2024-05-09T03:44:44.427 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c66c553a84eb9faa0029f5f0bb8284e3a826ac85 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d6ec865c-0db5-11ef-bc97-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-05-09T03:44:44.880 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:44 smithi060 bash[21524]: audit 2024-05-09T03:44:43.566996+0000 mon.a (mon.0) 97 : audit [INF] from='client.? 172.21.15.60:0/1826201385' entity='client.admin' 2024-05-09T03:44:44.880 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:44 smithi060 bash[21524]: audit 2024-05-09T03:44:43.566996+0000 mon.a (mon.0) 97 : audit [INF] from='client.? 172.21.15.60:0/1826201385' entity='client.admin' 2024-05-09T03:44:49.101 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/mon.a/config 2024-05-09T03:44:51.165 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-05-09T03:44:51.165 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c66c553a84eb9faa0029f5f0bb8284e3a826ac85 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d6ec865c-0db5-11ef-bc97-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-05-09T03:44:51.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:51 smithi060 bash[21524]: audit 2024-05-09T03:44:50.374675+0000 mon.a (mon.0) 98 : audit [INF] from='client.? 172.21.15.60:0/1288694093' entity='client.admin' 2024-05-09T03:44:51.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:51 smithi060 bash[21524]: audit 2024-05-09T03:44:50.374675+0000 mon.a (mon.0) 98 : audit [INF] from='client.? 172.21.15.60:0/1288694093' entity='client.admin' 2024-05-09T03:44:52.879 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:52 smithi060 bash[21524]: audit 2024-05-09T03:44:51.457022+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:44:52.880 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:52 smithi060 bash[21524]: audit 2024-05-09T03:44:51.457022+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:44:52.880 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:52 smithi060 bash[21524]: audit 2024-05-09T03:44:51.460931+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:44:52.880 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:52 smithi060 bash[21524]: audit 2024-05-09T03:44:51.460931+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:44:52.880 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:52 smithi060 bash[21524]: audit 2024-05-09T03:44:51.462167+0000 mon.a (mon.0) 101 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi060", "name": "osd_memory_target"}]: dispatch 2024-05-09T03:44:52.880 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:52 smithi060 bash[21524]: audit 2024-05-09T03:44:51.462167+0000 mon.a (mon.0) 101 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi060", "name": "osd_memory_target"}]: dispatch 2024-05-09T03:44:52.880 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:52 smithi060 bash[21524]: audit 2024-05-09T03:44:51.468518+0000 mon.a (mon.0) 102 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:44:52.880 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:52 smithi060 bash[21524]: audit 2024-05-09T03:44:51.468518+0000 mon.a (mon.0) 102 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:44:52.880 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:52 smithi060 bash[21524]: audit 2024-05-09T03:44:51.502658+0000 mon.a (mon.0) 103 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T03:44:52.880 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:52 smithi060 bash[21524]: audit 2024-05-09T03:44:51.502658+0000 mon.a (mon.0) 103 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T03:44:52.880 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:52 smithi060 bash[21524]: audit 2024-05-09T03:44:51.511535+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:44:52.880 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:52 smithi060 bash[21524]: audit 2024-05-09T03:44:51.511535+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:44:52.880 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:52 smithi060 bash[21524]: cluster 2024-05-09T03:44:52.157706+0000 mgr.a (mgr.14152) 9 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:44:52.881 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:52 smithi060 bash[21524]: cluster 2024-05-09T03:44:52.157706+0000 mgr.a (mgr.14152) 9 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:44:55.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:55 smithi060 bash[21524]: cluster 2024-05-09T03:44:54.158154+0000 mgr.a (mgr.14152) 10 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:44:55.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:55 smithi060 bash[21524]: cluster 2024-05-09T03:44:54.158154+0000 mgr.a (mgr.14152) 10 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:44:55.881 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/mon.a/config 2024-05-09T03:44:57.361 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:57 smithi060 bash[21524]: cluster 2024-05-09T03:44:56.158641+0000 mgr.a (mgr.14152) 11 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:44:57.361 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:57 smithi060 bash[21524]: cluster 2024-05-09T03:44:56.158641+0000 mgr.a (mgr.14152) 11 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:44:57.361 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:57 smithi060 bash[21524]: audit 2024-05-09T03:44:57.087952+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:44:57.361 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:57 smithi060 bash[21524]: audit 2024-05-09T03:44:57.087952+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:44:57.362 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:57 smithi060 bash[21524]: audit 2024-05-09T03:44:57.125686+0000 mon.a (mon.0) 106 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T03:44:57.362 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:57 smithi060 bash[21524]: audit 2024-05-09T03:44:57.125686+0000 mon.a (mon.0) 106 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T03:44:57.362 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:57 smithi060 bash[21524]: audit 2024-05-09T03:44:57.127350+0000 mon.a (mon.0) 107 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:44:57.362 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:57 smithi060 bash[21524]: audit 2024-05-09T03:44:57.127350+0000 mon.a (mon.0) 107 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:44:57.362 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:57 smithi060 bash[21524]: audit 2024-05-09T03:44:57.128058+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T03:44:57.362 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:57 smithi060 bash[21524]: audit 2024-05-09T03:44:57.128058+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T03:44:57.784 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi100 2024-05-09T03:44:57.784 DEBUG:teuthology.orchestra.run.smithi100:> set -ex 2024-05-09T03:44:57.784 DEBUG:teuthology.orchestra.run.smithi100:> dd of=/etc/ceph/ceph.conf 2024-05-09T03:44:57.791 DEBUG:teuthology.orchestra.run.smithi100:> set -ex 2024-05-09T03:44:57.791 DEBUG:teuthology.orchestra.run.smithi100:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-05-09T03:44:57.837 INFO:tasks.cephadm:Adding host smithi100 to orchestrator... 2024-05-09T03:44:57.837 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c66c553a84eb9faa0029f5f0bb8284e3a826ac85 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d6ec865c-0db5-11ef-bc97-c7b262605968 -- ceph orch host add smithi100 2024-05-09T03:44:58.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:58 smithi060 bash[21524]: audit 2024-05-09T03:44:57.084202+0000 mgr.a (mgr.14152) 12 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T03:44:58.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:58 smithi060 bash[21524]: audit 2024-05-09T03:44:57.084202+0000 mgr.a (mgr.14152) 12 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T03:44:58.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:58 smithi060 bash[21524]: cephadm 2024-05-09T03:44:57.129158+0000 mgr.a (mgr.14152) 13 : cephadm [INF] Updating smithi060:/etc/ceph/ceph.conf 2024-05-09T03:44:58.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:58 smithi060 bash[21524]: cephadm 2024-05-09T03:44:57.129158+0000 mgr.a (mgr.14152) 13 : cephadm [INF] Updating smithi060:/etc/ceph/ceph.conf 2024-05-09T03:44:58.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:58 smithi060 bash[21524]: cephadm 2024-05-09T03:44:57.243043+0000 mgr.a (mgr.14152) 14 : cephadm [INF] Updating smithi060:/var/lib/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-09T03:44:58.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:58 smithi060 bash[21524]: cephadm 2024-05-09T03:44:57.243043+0000 mgr.a (mgr.14152) 14 : cephadm [INF] Updating smithi060:/var/lib/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-09T03:44:58.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:58 smithi060 bash[21524]: cephadm 2024-05-09T03:44:57.357240+0000 mgr.a (mgr.14152) 15 : cephadm [INF] Updating smithi060:/etc/ceph/ceph.client.admin.keyring 2024-05-09T03:44:58.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:58 smithi060 bash[21524]: cephadm 2024-05-09T03:44:57.357240+0000 mgr.a (mgr.14152) 15 : cephadm [INF] Updating smithi060:/etc/ceph/ceph.client.admin.keyring 2024-05-09T03:44:58.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:58 smithi060 bash[21524]: audit 2024-05-09T03:44:57.641300+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:44:58.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:58 smithi060 bash[21524]: audit 2024-05-09T03:44:57.641300+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:44:58.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:58 smithi060 bash[21524]: audit 2024-05-09T03:44:57.645791+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:44:58.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:58 smithi060 bash[21524]: audit 2024-05-09T03:44:57.645791+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:44:58.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:58 smithi060 bash[21524]: audit 2024-05-09T03:44:57.649805+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:44:58.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:58 smithi060 bash[21524]: audit 2024-05-09T03:44:57.649805+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:44:59.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:59 smithi060 bash[21524]: cephadm 2024-05-09T03:44:57.471947+0000 mgr.a (mgr.14152) 16 : cephadm [INF] Updating smithi060:/var/lib/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-09T03:44:59.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:59 smithi060 bash[21524]: cephadm 2024-05-09T03:44:57.471947+0000 mgr.a (mgr.14152) 16 : cephadm [INF] Updating smithi060:/var/lib/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-09T03:44:59.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:59 smithi060 bash[21524]: cluster 2024-05-09T03:44:58.159038+0000 mgr.a (mgr.14152) 17 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:44:59.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:44:59 smithi060 bash[21524]: cluster 2024-05-09T03:44:58.159038+0000 mgr.a (mgr.14152) 17 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:01.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:01 smithi060 bash[21524]: cluster 2024-05-09T03:45:00.159477+0000 mgr.a (mgr.14152) 18 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:01.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:01 smithi060 bash[21524]: cluster 2024-05-09T03:45:00.159477+0000 mgr.a (mgr.14152) 18 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:02.556 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/mon.a/config 2024-05-09T03:45:03.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:03 smithi060 bash[21524]: cluster 2024-05-09T03:45:02.159907+0000 mgr.a (mgr.14152) 19 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:03.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:03 smithi060 bash[21524]: cluster 2024-05-09T03:45:02.159907+0000 mgr.a (mgr.14152) 19 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:05.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:05 smithi060 bash[21524]: audit 2024-05-09T03:45:03.833289+0000 mgr.a (mgr.14152) 20 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi100", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T03:45:05.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:05 smithi060 bash[21524]: audit 2024-05-09T03:45:03.833289+0000 mgr.a (mgr.14152) 20 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi100", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T03:45:05.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:05 smithi060 bash[21524]: cluster 2024-05-09T03:45:04.160333+0000 mgr.a (mgr.14152) 21 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:05.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:05 smithi060 bash[21524]: cluster 2024-05-09T03:45:04.160333+0000 mgr.a (mgr.14152) 21 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:06.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:06 smithi060 bash[21524]: cephadm 2024-05-09T03:45:04.757276+0000 mgr.a (mgr.14152) 22 : cephadm [INF] Deploying cephadm binary to smithi100 2024-05-09T03:45:06.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:06 smithi060 bash[21524]: cephadm 2024-05-09T03:45:04.757276+0000 mgr.a (mgr.14152) 22 : cephadm [INF] Deploying cephadm binary to smithi100 2024-05-09T03:45:07.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:07 smithi060 bash[21524]: cluster 2024-05-09T03:45:06.160750+0000 mgr.a (mgr.14152) 23 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:07.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:07 smithi060 bash[21524]: cluster 2024-05-09T03:45:06.160750+0000 mgr.a (mgr.14152) 23 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:09.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:09 smithi060 bash[21524]: cluster 2024-05-09T03:45:08.161028+0000 mgr.a (mgr.14152) 24 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:09.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:09 smithi060 bash[21524]: cluster 2024-05-09T03:45:08.161028+0000 mgr.a (mgr.14152) 24 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:10.183 INFO:teuthology.orchestra.run.smithi060.stdout:Added host 'smithi100' with addr '172.21.15.100' 2024-05-09T03:45:10.877 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c66c553a84eb9faa0029f5f0bb8284e3a826ac85 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d6ec865c-0db5-11ef-bc97-c7b262605968 -- ceph orch host ls --format=json 2024-05-09T03:45:11.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:11 smithi060 bash[21524]: cluster 2024-05-09T03:45:10.161419+0000 mgr.a (mgr.14152) 25 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:11.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:11 smithi060 bash[21524]: cluster 2024-05-09T03:45:10.161419+0000 mgr.a (mgr.14152) 25 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:11.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:11 smithi060 bash[21524]: audit 2024-05-09T03:45:10.182594+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:11.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:11 smithi060 bash[21524]: audit 2024-05-09T03:45:10.182594+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:11.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:11 smithi060 bash[21524]: cephadm 2024-05-09T03:45:10.183488+0000 mgr.a (mgr.14152) 26 : cephadm [INF] Added host smithi100 2024-05-09T03:45:11.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:11 smithi060 bash[21524]: cephadm 2024-05-09T03:45:10.183488+0000 mgr.a (mgr.14152) 26 : cephadm [INF] Added host smithi100 2024-05-09T03:45:11.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:11 smithi060 bash[21524]: audit 2024-05-09T03:45:10.228879+0000 mon.a (mon.0) 113 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T03:45:11.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:11 smithi060 bash[21524]: audit 2024-05-09T03:45:10.228879+0000 mon.a (mon.0) 113 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T03:45:11.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:11 smithi060 bash[21524]: audit 2024-05-09T03:45:10.700807+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:11.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:11 smithi060 bash[21524]: audit 2024-05-09T03:45:10.700807+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:13.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:13 smithi060 bash[21524]: cluster 2024-05-09T03:45:12.161831+0000 mgr.a (mgr.14152) 27 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:13.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:13 smithi060 bash[21524]: cluster 2024-05-09T03:45:12.161831+0000 mgr.a (mgr.14152) 27 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:13.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:13 smithi060 bash[21524]: audit 2024-05-09T03:45:12.176153+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:13.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:13 smithi060 bash[21524]: audit 2024-05-09T03:45:12.176153+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:14.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:14 smithi060 bash[21524]: audit 2024-05-09T03:45:13.376494+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:14.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:14 smithi060 bash[21524]: audit 2024-05-09T03:45:13.376494+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:15.593 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/mon.a/config 2024-05-09T03:45:15.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:15 smithi060 bash[21524]: cluster 2024-05-09T03:45:14.162359+0000 mgr.a (mgr.14152) 28 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:15.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:15 smithi060 bash[21524]: cluster 2024-05-09T03:45:14.162359+0000 mgr.a (mgr.14152) 28 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:16.749 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-05-09T03:45:16.749 INFO:teuthology.orchestra.run.smithi060.stdout:[{"addr": "172.21.15.60", "hostname": "smithi060", "labels": [], "status": ""}, {"addr": "172.21.15.100", "hostname": "smithi100", "labels": [], "status": ""}] 2024-05-09T03:45:17.374 INFO:tasks.cephadm:Setting crush tunables to default 2024-05-09T03:45:17.375 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c66c553a84eb9faa0029f5f0bb8284e3a826ac85 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d6ec865c-0db5-11ef-bc97-c7b262605968 -- ceph osd crush tunables default 2024-05-09T03:45:17.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:17 smithi060 bash[21524]: cluster 2024-05-09T03:45:16.162930+0000 mgr.a (mgr.14152) 29 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:17.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:17 smithi060 bash[21524]: cluster 2024-05-09T03:45:16.162930+0000 mgr.a (mgr.14152) 29 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:18.879 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:18 smithi060 bash[21524]: audit 2024-05-09T03:45:16.749731+0000 mgr.a (mgr.14152) 30 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-09T03:45:18.879 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:18 smithi060 bash[21524]: audit 2024-05-09T03:45:16.749731+0000 mgr.a (mgr.14152) 30 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-09T03:45:19.880 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:19 smithi060 bash[21524]: cluster 2024-05-09T03:45:18.163312+0000 mgr.a (mgr.14152) 31 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:19.880 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:19 smithi060 bash[21524]: cluster 2024-05-09T03:45:18.163312+0000 mgr.a (mgr.14152) 31 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:19.880 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:19 smithi060 bash[21524]: audit 2024-05-09T03:45:18.764401+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:19.880 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:19 smithi060 bash[21524]: audit 2024-05-09T03:45:18.764401+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:19.880 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:19 smithi060 bash[21524]: audit 2024-05-09T03:45:18.770046+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:19.880 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:19 smithi060 bash[21524]: audit 2024-05-09T03:45:18.770046+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:19.880 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:19 smithi060 bash[21524]: audit 2024-05-09T03:45:18.776767+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:19.880 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:19 smithi060 bash[21524]: audit 2024-05-09T03:45:18.776767+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:19.880 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:19 smithi060 bash[21524]: audit 2024-05-09T03:45:18.782308+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:19.880 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:19 smithi060 bash[21524]: audit 2024-05-09T03:45:18.782308+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:19.881 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:19 smithi060 bash[21524]: audit 2024-05-09T03:45:18.784447+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi100", "name": "osd_memory_target"}]: dispatch 2024-05-09T03:45:19.881 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:19 smithi060 bash[21524]: audit 2024-05-09T03:45:18.784447+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi100", "name": "osd_memory_target"}]: dispatch 2024-05-09T03:45:19.881 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:19 smithi060 bash[21524]: audit 2024-05-09T03:45:18.786796+0000 mon.a (mon.0) 122 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:45:19.881 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:19 smithi060 bash[21524]: audit 2024-05-09T03:45:18.786796+0000 mon.a (mon.0) 122 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:45:19.881 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:19 smithi060 bash[21524]: audit 2024-05-09T03:45:18.788940+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T03:45:19.881 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:19 smithi060 bash[21524]: audit 2024-05-09T03:45:18.788940+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T03:45:20.880 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:20 smithi060 bash[21524]: cephadm 2024-05-09T03:45:18.791764+0000 mgr.a (mgr.14152) 32 : cephadm [INF] Updating smithi100:/etc/ceph/ceph.conf 2024-05-09T03:45:20.880 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:20 smithi060 bash[21524]: cephadm 2024-05-09T03:45:18.791764+0000 mgr.a (mgr.14152) 32 : cephadm [INF] Updating smithi100:/etc/ceph/ceph.conf 2024-05-09T03:45:20.880 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:20 smithi060 bash[21524]: cephadm 2024-05-09T03:45:19.008891+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Updating smithi100:/var/lib/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-09T03:45:20.880 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:20 smithi060 bash[21524]: cephadm 2024-05-09T03:45:19.008891+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Updating smithi100:/var/lib/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-09T03:45:20.880 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:20 smithi060 bash[21524]: cephadm 2024-05-09T03:45:19.223816+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi100:/etc/ceph/ceph.client.admin.keyring 2024-05-09T03:45:20.880 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:20 smithi060 bash[21524]: cephadm 2024-05-09T03:45:19.223816+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi100:/etc/ceph/ceph.client.admin.keyring 2024-05-09T03:45:20.880 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:20 smithi060 bash[21524]: cephadm 2024-05-09T03:45:19.388877+0000 mgr.a (mgr.14152) 35 : cephadm [INF] Updating smithi100:/var/lib/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-09T03:45:20.880 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:20 smithi060 bash[21524]: cephadm 2024-05-09T03:45:19.388877+0000 mgr.a (mgr.14152) 35 : cephadm [INF] Updating smithi100:/var/lib/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-09T03:45:20.880 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:20 smithi060 bash[21524]: audit 2024-05-09T03:45:19.560104+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:20.880 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:20 smithi060 bash[21524]: audit 2024-05-09T03:45:19.560104+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:20.880 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:20 smithi060 bash[21524]: audit 2024-05-09T03:45:19.565657+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:20.881 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:20 smithi060 bash[21524]: audit 2024-05-09T03:45:19.565657+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:20.881 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:20 smithi060 bash[21524]: audit 2024-05-09T03:45:19.571576+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:20.881 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:20 smithi060 bash[21524]: audit 2024-05-09T03:45:19.571576+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:21.879 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:21 smithi060 bash[21524]: cluster 2024-05-09T03:45:20.163719+0000 mgr.a (mgr.14152) 36 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:21.879 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:21 smithi060 bash[21524]: cluster 2024-05-09T03:45:20.163719+0000 mgr.a (mgr.14152) 36 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:22.095 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/mon.a/config 2024-05-09T03:45:23.393 INFO:teuthology.orchestra.run.smithi060.stderr:adjusted tunables profile to default 2024-05-09T03:45:23.879 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:23 smithi060 bash[21524]: cluster 2024-05-09T03:45:22.164138+0000 mgr.a (mgr.14152) 37 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:23.879 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:23 smithi060 bash[21524]: cluster 2024-05-09T03:45:22.164138+0000 mgr.a (mgr.14152) 37 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:23.879 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:23 smithi060 bash[21524]: audit 2024-05-09T03:45:23.311587+0000 mon.a (mon.0) 127 : audit [INF] from='client.? 172.21.15.60:0/3392534365' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-05-09T03:45:23.879 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:23 smithi060 bash[21524]: audit 2024-05-09T03:45:23.311587+0000 mon.a (mon.0) 127 : audit [INF] from='client.? 172.21.15.60:0/3392534365' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-05-09T03:45:24.055 INFO:tasks.cephadm:Adding mon.a on smithi060 2024-05-09T03:45:24.055 INFO:tasks.cephadm:Adding mon.b on smithi100 2024-05-09T03:45:24.055 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c66c553a84eb9faa0029f5f0bb8284e3a826ac85 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d6ec865c-0db5-11ef-bc97-c7b262605968 -- ceph orch apply mon '2;smithi060:172.21.15.60=a;smithi100:172.21.15.100=b' 2024-05-09T03:45:24.880 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:24 smithi060 bash[21524]: audit 2024-05-09T03:45:23.390404+0000 mon.a (mon.0) 128 : audit [INF] from='client.? 172.21.15.60:0/3392534365' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-05-09T03:45:24.881 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:24 smithi060 bash[21524]: audit 2024-05-09T03:45:23.390404+0000 mon.a (mon.0) 128 : audit [INF] from='client.? 172.21.15.60:0/3392534365' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-05-09T03:45:24.881 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:24 smithi060 bash[21524]: cluster 2024-05-09T03:45:23.394739+0000 mon.a (mon.0) 129 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-09T03:45:24.881 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:24 smithi060 bash[21524]: cluster 2024-05-09T03:45:23.394739+0000 mon.a (mon.0) 129 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-09T03:45:24.881 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:24 smithi060 bash[21524]: cluster 2024-05-09T03:45:24.164573+0000 mgr.a (mgr.14152) 38 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:24.881 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:24 smithi060 bash[21524]: cluster 2024-05-09T03:45:24.164573+0000 mgr.a (mgr.14152) 38 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:25.268 INFO:teuthology.orchestra.run.smithi100.stderr:Inferring config /var/lib/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-09T03:45:26.649 INFO:teuthology.orchestra.run.smithi100.stdout:Scheduled mon update... 2024-05-09T03:45:27.423 DEBUG:teuthology.orchestra.run.smithi100:mon.b> sudo journalctl -f -n 0 -u ceph-d6ec865c-0db5-11ef-bc97-c7b262605968@mon.b.service 2024-05-09T03:45:27.426 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-05-09T03:45:27.426 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c66c553a84eb9faa0029f5f0bb8284e3a826ac85 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d6ec865c-0db5-11ef-bc97-c7b262605968 -- ceph mon dump -f json 2024-05-09T03:45:27.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:27 smithi060 bash[21524]: cluster 2024-05-09T03:45:26.164933+0000 mgr.a (mgr.14152) 39 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:27.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:27 smithi060 bash[21524]: cluster 2024-05-09T03:45:26.164933+0000 mgr.a (mgr.14152) 39 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:27.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:27 smithi060 bash[21524]: audit 2024-05-09T03:45:26.649190+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:27.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:27 smithi060 bash[21524]: audit 2024-05-09T03:45:26.649190+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:27.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:27 smithi060 bash[21524]: audit 2024-05-09T03:45:26.670510+0000 mon.a (mon.0) 131 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T03:45:27.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:27 smithi060 bash[21524]: audit 2024-05-09T03:45:26.670510+0000 mon.a (mon.0) 131 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T03:45:27.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:27 smithi060 bash[21524]: audit 2024-05-09T03:45:26.674271+0000 mon.a (mon.0) 132 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:45:27.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:27 smithi060 bash[21524]: audit 2024-05-09T03:45:26.674271+0000 mon.a (mon.0) 132 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:45:27.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:27 smithi060 bash[21524]: audit 2024-05-09T03:45:26.676170+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T03:45:27.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:27 smithi060 bash[21524]: audit 2024-05-09T03:45:26.676170+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T03:45:27.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:27 smithi060 bash[21524]: audit 2024-05-09T03:45:26.684047+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:27.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:27 smithi060 bash[21524]: audit 2024-05-09T03:45:26.684047+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:27.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:27 smithi060 bash[21524]: audit 2024-05-09T03:45:26.688024+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-09T03:45:27.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:27 smithi060 bash[21524]: audit 2024-05-09T03:45:26.688024+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-09T03:45:27.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:27 smithi060 bash[21524]: audit 2024-05-09T03:45:26.689774+0000 mon.a (mon.0) 136 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:45:27.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:27 smithi060 bash[21524]: audit 2024-05-09T03:45:26.689774+0000 mon.a (mon.0) 136 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:45:28.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:28 smithi060 bash[21524]: audit 2024-05-09T03:45:26.638471+0000 mgr.a (mgr.14152) 40 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi060:172.21.15.60=a;smithi100:172.21.15.100=b", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T03:45:28.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:28 smithi060 bash[21524]: audit 2024-05-09T03:45:26.638471+0000 mgr.a (mgr.14152) 40 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi060:172.21.15.60=a;smithi100:172.21.15.100=b", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T03:45:28.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:28 smithi060 bash[21524]: cephadm 2024-05-09T03:45:26.643830+0000 mgr.a (mgr.14152) 41 : cephadm [INF] Saving service mon spec with placement smithi060:172.21.15.60=a;smithi100:172.21.15.100=b;count:2 2024-05-09T03:45:28.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:28 smithi060 bash[21524]: cephadm 2024-05-09T03:45:26.643830+0000 mgr.a (mgr.14152) 41 : cephadm [INF] Saving service mon spec with placement smithi060:172.21.15.60=a;smithi100:172.21.15.100=b;count:2 2024-05-09T03:45:28.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:28 smithi060 bash[21524]: cephadm 2024-05-09T03:45:26.691925+0000 mgr.a (mgr.14152) 42 : cephadm [INF] Deploying daemon mon.b on smithi100 2024-05-09T03:45:28.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:28 smithi060 bash[21524]: cephadm 2024-05-09T03:45:26.691925+0000 mgr.a (mgr.14152) 42 : cephadm [INF] Deploying daemon mon.b on smithi100 2024-05-09T03:45:29.146 INFO:teuthology.orchestra.run.smithi100.stderr:Inferring config /var/lib/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-09T03:45:29.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:29 smithi060 bash[21524]: cluster 2024-05-09T03:45:28.165325+0000 mgr.a (mgr.14152) 43 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:29.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:29 smithi060 bash[21524]: cluster 2024-05-09T03:45:28.165325+0000 mgr.a (mgr.14152) 43 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:30.328 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-05-09T03:45:30.328 INFO:teuthology.orchestra.run.smithi100.stdout:{"epoch":1,"fsid":"d6ec865c-0db5-11ef-bc97-c7b262605968","modified":"2024-05-09T03:43:20.084743Z","created":"2024-05-09T03:43:20.084743Z","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.60:3300","nonce":0},{"type":"v1","addr":"172.21.15.60:6789","nonce":0}]},"addr":"172.21.15.60:6789/0","public_addr":"172.21.15.60:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-05-09T03:45:30.332 INFO:teuthology.orchestra.run.smithi100.stderr:dumped monmap epoch 1 2024-05-09T03:45:31.303 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:31 smithi100 systemd[1]: /etc/systemd/system/ceph-d6ec865c-0db5-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-09T03:45:31.303 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:31 smithi100 systemd[1]: /etc/systemd/system/ceph-d6ec865c-0db5-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-09T03:45:31.549 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:31 smithi100 systemd[1]: /etc/systemd/system/ceph-d6ec865c-0db5-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-09T03:45:31.549 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:31 smithi100 systemd[1]: Started Ceph mon.b for d6ec865c-0db5-11ef-bc97-c7b262605968. 2024-05-09T03:45:31.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:31 smithi060 bash[21524]: cluster 2024-05-09T03:45:30.165745+0000 mgr.a (mgr.14152) 44 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:31.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:31 smithi060 bash[21524]: cluster 2024-05-09T03:45:30.165745+0000 mgr.a (mgr.14152) 44 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:31.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:31 smithi060 bash[21524]: audit 2024-05-09T03:45:30.328729+0000 mon.a (mon.0) 137 : audit [DBG] from='client.? 172.21.15.100:0/4175274884' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-09T03:45:31.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:31 smithi060 bash[21524]: audit 2024-05-09T03:45:30.328729+0000 mon.a (mon.0) 137 : audit [DBG] from='client.? 172.21.15.100:0/4175274884' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-09T03:45:32.053 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-05-09T03:45:32.054 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c66c553a84eb9faa0029f5f0bb8284e3a826ac85 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d6ec865c-0db5-11ef-bc97-c7b262605968 -- ceph mon dump -f json 2024-05-09T03:45:32.797 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.467+0000 7f2e150abc80 0 set uid:gid to 167:167 (ceph:ceph) 2024-05-09T03:45:32.798 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.467+0000 7f2e150abc80 0 ceph version 19.0.0-3631-gc66c553a (c66c553a84eb9faa0029f5f0bb8284e3a826ac85) squid (dev), process ceph-mon, pid 7 2024-05-09T03:45:32.798 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.467+0000 7f2e150abc80 0 pidfile_write: ignore empty --pid-file 2024-05-09T03:45:32.798 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 0 load: jerasure load: lrc 2024-05-09T03:45:32.798 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: RocksDB version: 7.9.2 2024-05-09T03:45:32.798 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Git sha 0 2024-05-09T03:45:32.798 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Compile date 2024-05-08 23:53:35 2024-05-09T03:45:32.798 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: DB SUMMARY 2024-05-09T03:45:32.798 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: DB Session ID: 516N04OM36XSMGO5AOYC 2024-05-09T03:45:32.798 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: CURRENT file: CURRENT 2024-05-09T03:45:32.798 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: IDENTITY file: IDENTITY 2024-05-09T03:45:32.798 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-05-09T03:45:32.798 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 0, files: 2024-05-09T03:45:32.799 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000004.log size: 511 ; 2024-05-09T03:45:32.799 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.error_if_exists: 0 2024-05-09T03:45:32.799 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.create_if_missing: 0 2024-05-09T03:45:32.799 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.paranoid_checks: 1 2024-05-09T03:45:32.799 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-05-09T03:45:32.799 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-05-09T03:45:32.799 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-05-09T03:45:32.799 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.env: 0x55943db29cc0 2024-05-09T03:45:32.799 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.fs: PosixFileSystem 2024-05-09T03:45:32.799 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.info_log: 0x55943f06de00 2024-05-09T03:45:32.799 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.max_file_opening_threads: 16 2024-05-09T03:45:32.799 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.statistics: (nil) 2024-05-09T03:45:32.799 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.use_fsync: 0 2024-05-09T03:45:32.800 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.max_log_file_size: 0 2024-05-09T03:45:32.800 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-05-09T03:45:32.800 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-05-09T03:45:32.800 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.keep_log_file_num: 1000 2024-05-09T03:45:32.800 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.recycle_log_file_num: 0 2024-05-09T03:45:32.800 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.allow_fallocate: 1 2024-05-09T03:45:32.800 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.allow_mmap_reads: 0 2024-05-09T03:45:32.800 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.allow_mmap_writes: 0 2024-05-09T03:45:32.800 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.use_direct_reads: 0 2024-05-09T03:45:32.800 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-05-09T03:45:32.800 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.create_missing_column_families: 0 2024-05-09T03:45:32.800 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.db_log_dir: 2024-05-09T03:45:32.800 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.wal_dir: 2024-05-09T03:45:32.801 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-05-09T03:45:32.801 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-05-09T03:45:32.801 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-05-09T03:45:32.801 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-05-09T03:45:32.801 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-05-09T03:45:32.801 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-05-09T03:45:32.801 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.advise_random_on_open: 1 2024-05-09T03:45:32.801 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.db_write_buffer_size: 0 2024-05-09T03:45:32.801 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.write_buffer_manager: 0x55943f03f0e0 2024-05-09T03:45:32.801 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-05-09T03:45:32.801 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-05-09T03:45:32.801 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-05-09T03:45:32.801 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.rate_limiter: (nil) 2024-05-09T03:45:32.801 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-05-09T03:45:32.802 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.wal_recovery_mode: 2 2024-05-09T03:45:32.802 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.enable_thread_tracking: 0 2024-05-09T03:45:32.802 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.enable_pipelined_write: 0 2024-05-09T03:45:32.802 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.unordered_write: 0 2024-05-09T03:45:32.802 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-05-09T03:45:32.802 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-05-09T03:45:32.802 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-05-09T03:45:32.802 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-05-09T03:45:32.802 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.row_cache: None 2024-05-09T03:45:32.802 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.wal_filter: None 2024-05-09T03:45:32.802 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-05-09T03:45:32.803 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.allow_ingest_behind: 0 2024-05-09T03:45:32.803 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.two_write_queues: 0 2024-05-09T03:45:32.803 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.manual_wal_flush: 0 2024-05-09T03:45:32.803 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.wal_compression: 0 2024-05-09T03:45:32.803 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.atomic_flush: 0 2024-05-09T03:45:32.803 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-05-09T03:45:32.803 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-05-09T03:45:32.803 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-05-09T03:45:32.803 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.log_readahead_size: 0 2024-05-09T03:45:32.803 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-05-09T03:45:32.803 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.best_efforts_recovery: 0 2024-05-09T03:45:32.803 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-05-09T03:45:32.803 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-05-09T03:45:32.804 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.allow_data_in_errors: 0 2024-05-09T03:45:32.804 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.db_host_id: __hostname__ 2024-05-09T03:45:32.804 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-05-09T03:45:32.804 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.max_background_jobs: 2 2024-05-09T03:45:32.804 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.max_background_compactions: -1 2024-05-09T03:45:32.804 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.max_subcompactions: 1 2024-05-09T03:45:32.804 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-05-09T03:45:32.804 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-05-09T03:45:32.804 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-05-09T03:45:32.804 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.max_total_wal_size: 0 2024-05-09T03:45:32.804 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-05-09T03:45:32.804 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-05-09T03:45:32.805 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-05-09T03:45:32.805 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-05-09T03:45:32.805 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.max_open_files: -1 2024-05-09T03:45:32.805 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.bytes_per_sync: 0 2024-05-09T03:45:32.805 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-05-09T03:45:32.805 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-05-09T03:45:32.805 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.compaction_readahead_size: 0 2024-05-09T03:45:32.805 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.max_background_flushes: -1 2024-05-09T03:45:32.805 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Compression algorithms supported: 2024-05-09T03:45:32.805 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-05-09T03:45:32.805 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: kZSTD supported: 0 2024-05-09T03:45:32.805 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: kXpressCompression supported: 0 2024-05-09T03:45:32.805 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: kLZ4HCCompression supported: 1 2024-05-09T03:45:32.805 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: kZlibCompression supported: 1 2024-05-09T03:45:32.806 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: kSnappyCompression supported: 1 2024-05-09T03:45:32.806 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: kLZ4Compression supported: 1 2024-05-09T03:45:32.806 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: kBZip2Compression supported: 0 2024-05-09T03:45:32.806 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-05-09T03:45:32.806 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-05-09T03:45:32.806 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 2024-05-09T03:45:32.806 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-05-09T03:45:32.808 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-05-09T03:45:32.808 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.merge_operator: 2024-05-09T03:45:32.808 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.compaction_filter: None 2024-05-09T03:45:32.808 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.compaction_filter_factory: None 2024-05-09T03:45:32.808 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.sst_partitioner_factory: None 2024-05-09T03:45:32.808 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-05-09T03:45:32.808 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-05-09T03:45:32.808 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55943f06dfc0) 2024-05-09T03:45:32.809 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: cache_index_and_filter_blocks: 1 2024-05-09T03:45:32.809 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: cache_index_and_filter_blocks_with_high_priority: 0 2024-05-09T03:45:32.809 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-05-09T03:45:32.809 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: pin_top_level_index_and_filter: 1 2024-05-09T03:45:32.809 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: index_type: 0 2024-05-09T03:45:32.809 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: data_block_index_type: 0 2024-05-09T03:45:32.809 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: index_shortening: 1 2024-05-09T03:45:32.809 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: data_block_hash_table_util_ratio: 0.750000 2024-05-09T03:45:32.809 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: checksum: 4 2024-05-09T03:45:32.809 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: no_block_cache: 0 2024-05-09T03:45:32.809 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: block_cache: 0x55943f06f1f0 2024-05-09T03:45:32.809 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: block_cache_name: BinnedLRUCache 2024-05-09T03:45:32.809 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: block_cache_options: 2024-05-09T03:45:32.809 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: capacity : 536870912 2024-05-09T03:45:32.810 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: num_shard_bits : 4 2024-05-09T03:45:32.810 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: strict_capacity_limit : 0 2024-05-09T03:45:32.810 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: high_pri_pool_ratio: 0.000 2024-05-09T03:45:32.810 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: block_cache_compressed: (nil) 2024-05-09T03:45:32.810 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: persistent_cache: (nil) 2024-05-09T03:45:32.810 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: block_size: 4096 2024-05-09T03:45:32.810 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: block_size_deviation: 10 2024-05-09T03:45:32.810 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: block_restart_interval: 16 2024-05-09T03:45:32.810 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: index_block_restart_interval: 1 2024-05-09T03:45:32.810 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: metadata_block_size: 4096 2024-05-09T03:45:32.810 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: partition_filters: 0 2024-05-09T03:45:32.810 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: use_delta_encoding: 1 2024-05-09T03:45:32.810 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: filter_policy: bloomfilter 2024-05-09T03:45:32.811 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: whole_key_filtering: 1 2024-05-09T03:45:32.811 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: verify_compression: 0 2024-05-09T03:45:32.811 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: read_amp_bytes_per_bit: 0 2024-05-09T03:45:32.811 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: format_version: 5 2024-05-09T03:45:32.811 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: enable_index_compression: 1 2024-05-09T03:45:32.811 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: block_align: 0 2024-05-09T03:45:32.811 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: max_auto_readahead_size: 262144 2024-05-09T03:45:32.811 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: prepopulate_block_cache: 0 2024-05-09T03:45:32.811 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: initial_auto_readahead_size: 8192 2024-05-09T03:45:32.811 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: num_file_reads_for_auto_readahead: 2 2024-05-09T03:45:32.811 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.write_buffer_size: 33554432 2024-05-09T03:45:32.811 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.max_write_buffer_number: 2 2024-05-09T03:45:32.811 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.compression: NoCompression 2024-05-09T03:45:32.811 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.bottommost_compression: Disabled 2024-05-09T03:45:32.811 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.prefix_extractor: nullptr 2024-05-09T03:45:32.812 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-05-09T03:45:32.812 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.num_levels: 7 2024-05-09T03:45:32.812 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-05-09T03:45:32.812 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-05-09T03:45:32.812 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-05-09T03:45:32.812 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-05-09T03:45:32.812 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-05-09T03:45:32.812 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-05-09T03:45:32.812 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-05-09T03:45:32.812 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-05-09T03:45:32.812 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-05-09T03:45:32.812 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-05-09T03:45:32.812 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-05-09T03:45:32.812 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-05-09T03:45:32.812 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-05-09T03:45:32.813 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.compression_opts.level: 32767 2024-05-09T03:45:32.813 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.compression_opts.strategy: 0 2024-05-09T03:45:32.813 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-05-09T03:45:32.813 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-05-09T03:45:32.813 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-05-09T03:45:32.813 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-05-09T03:45:32.813 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.compression_opts.enabled: false 2024-05-09T03:45:32.813 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-05-09T03:45:32.813 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-05-09T03:45:32.813 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-05-09T03:45:32.813 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-05-09T03:45:32.813 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.target_file_size_base: 67108864 2024-05-09T03:45:32.813 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-05-09T03:45:32.813 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-05-09T03:45:32.813 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-05-09T03:45:32.814 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-05-09T03:45:32.814 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-05-09T03:45:32.814 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-05-09T03:45:32.814 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-05-09T03:45:32.814 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-05-09T03:45:32.814 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-05-09T03:45:32.814 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-05-09T03:45:32.814 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-05-09T03:45:32.814 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-05-09T03:45:32.814 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-05-09T03:45:32.814 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-05-09T03:45:32.814 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.arena_block_size: 1048576 2024-05-09T03:45:32.814 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-05-09T03:45:32.815 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-05-09T03:45:32.815 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.disable_auto_compactions: 0 2024-05-09T03:45:32.815 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-05-09T03:45:32.815 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-05-09T03:45:32.815 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-05-09T03:45:32.815 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-05-09T03:45:32.815 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-05-09T03:45:32.815 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-05-09T03:45:32.815 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-05-09T03:45:32.815 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-05-09T03:45:32.815 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-05-09T03:45:32.816 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-05-09T03:45:32.816 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-05-09T03:45:32.816 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.inplace_update_support: 0 2024-05-09T03:45:32.816 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-05-09T03:45:32.816 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-05-09T03:45:32.816 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-05-09T03:45:32.816 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-05-09T03:45:32.816 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.bloom_locality: 0 2024-05-09T03:45:32.816 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.max_successive_merges: 0 2024-05-09T03:45:32.816 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-05-09T03:45:32.816 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.paranoid_file_checks: 0 2024-05-09T03:45:32.816 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.force_consistency_checks: 1 2024-05-09T03:45:32.816 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.report_bg_io_stats: 0 2024-05-09T03:45:32.816 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.ttl: 2592000 2024-05-09T03:45:32.816 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-05-09T03:45:32.817 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-05-09T03:45:32.817 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-05-09T03:45:32.817 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.enable_blob_files: false 2024-05-09T03:45:32.817 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.min_blob_size: 0 2024-05-09T03:45:32.817 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.blob_file_size: 268435456 2024-05-09T03:45:32.817 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-05-09T03:45:32.817 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-05-09T03:45:32.817 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-05-09T03:45:32.817 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-05-09T03:45:32.817 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-05-09T03:45:32.817 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.blob_file_starting_level: 0 2024-05-09T03:45:32.817 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.471+0000 7f2e150abc80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-05-09T03:45:32.817 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.475+0000 7f2e150abc80 4 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-09T03:45:32.817 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.475+0000 7f2e150abc80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-05-09T03:45:32.817 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.475+0000 7f2e150abc80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 3472beed-1479-41ed-9e59-0569d3b8a292 2024-05-09T03:45:32.818 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.475+0000 7f2e150abc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1715226332478361, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-05-09T03:45:32.818 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.475+0000 7f2e150abc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-05-09T03:45:32.818 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.475+0000 7f2e150abc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1715226332478795, "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": 1715226332, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "3472beed-1479-41ed-9e59-0569d3b8a292", "db_session_id": "516N04OM36XSMGO5AOYC", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-05-09T03:45:32.818 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.475+0000 7f2e150abc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1715226332478890, "job": 1, "event": "recovery_finished"} 2024-05-09T03:45:32.818 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.475+0000 7f2e150abc80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-05-09T03:45:32.818 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.475+0000 7f2e150abc80 4 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-09T03:45:32.818 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.475+0000 7f2e150abc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55943f190000 2024-05-09T03:45:32.818 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.475+0000 7f2e150abc80 4 rocksdb: DB pointer 0x55943f17c000 2024-05-09T03:45:32.818 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.475+0000 7f2e03800700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-05-09T03:45:32.818 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.475+0000 7f2e03800700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-05-09T03:45:32.819 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: ** DB Stats ** 2024-05-09T03:45:32.819 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: Uptime(secs): 0.0 total, 0.0 interval 2024-05-09T03:45:32.819 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: 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-09T03:45:32.819 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-09T03:45:32.819 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-09T03:45:32.819 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: 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-09T03:45:32.819 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-09T03:45:32.819 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-09T03:45:32.819 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: ** Compaction Stats [default] ** 2024-05-09T03:45:32.819 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: 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-09T03:45:32.819 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-05-09T03:45:32.819 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: L0 1/0 1.61 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.9 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-05-09T03:45:32.819 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: Sum 1/0 1.61 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.9 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-05-09T03:45:32.819 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.9 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-05-09T03:45:32.820 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: ** Compaction Stats [default] ** 2024-05-09T03:45:32.820 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: 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-09T03:45:32.820 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-05-09T03:45:32.820 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.9 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-05-09T03:45:32.820 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-05-09T03:45:32.820 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: Uptime(secs): 0.0 total, 0.0 interval 2024-05-09T03:45:32.820 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: Flush(GB): cumulative 0.000, interval 0.000 2024-05-09T03:45:32.820 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: AddFile(GB): cumulative 0.000, interval 0.000 2024-05-09T03:45:32.820 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: AddFile(Total Files): cumulative 0, interval 0 2024-05-09T03:45:32.820 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: AddFile(L0 Files): cumulative 0, interval 0 2024-05-09T03:45:32.820 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: AddFile(Keys): cumulative 0, interval 0 2024-05-09T03:45:32.820 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: Cumulative compaction: 0.00 GB write, 0.53 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-09T03:45:32.820 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: Interval compaction: 0.00 GB write, 0.53 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-09T03:45:32.820 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: 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-09T03:45:32.821 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: Block cache BinnedLRUCache@0x55943f06f1f0#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.3e-05 secs_since: 0 2024-05-09T03:45:32.821 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: 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-09T03:45:32.821 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: ** File Read Latency Histogram By Level [default] ** 2024-05-09T03:45:32.821 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.475+0000 7f2e150abc80 0 mon.b does not exist in monmap, will attempt to join an existing cluster 2024-05-09T03:45:32.821 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.475+0000 7f2e150abc80 0 using public_addr v2:172.21.15.100:0/0 -> [v2:172.21.15.100:3300/0,v1:172.21.15.100:6789/0] 2024-05-09T03:45:32.821 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.475+0000 7f2e150abc80 0 starting mon.b rank -1 at public addrs [v2:172.21.15.100:3300/0,v1:172.21.15.100:6789/0] at bind addrs [v2:172.21.15.100:3300/0,v1:172.21.15.100:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid d6ec865c-0db5-11ef-bc97-c7b262605968 2024-05-09T03:45:32.821 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.479+0000 7f2e150abc80 1 mon.b@-1(???) e0 preinit fsid d6ec865c-0db5-11ef-bc97-c7b262605968 2024-05-09T03:45:32.821 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.499+0000 7f2e06806700 0 mon.b@-1(synchronizing).mds e1 new map 2024-05-09T03:45:32.821 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.499+0000 7f2e06806700 0 mon.b@-1(synchronizing).mds e1 print_map 2024-05-09T03:45:32.821 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: e1 2024-05-09T03:45:32.821 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: enable_multiple, ever_enabled_multiple: 1,1 2024-05-09T03:45:32.821 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: 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-09T03:45:32.821 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: legacy client fscid: -1 2024-05-09T03:45:32.821 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: 2024-05-09T03:45:32.822 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: No filesystems configured 2024-05-09T03:45:32.822 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.503+0000 7f2e06806700 1 mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-05-09T03:45:32.822 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.503+0000 7f2e06806700 1 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-09T03:45:32.822 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.503+0000 7f2e06806700 1 mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-05-09T03:45:32.822 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.503+0000 7f2e06806700 1 mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-05-09T03:45:32.822 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.503+0000 7f2e06806700 1 mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-05-09T03:45:32.822 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.503+0000 7f2e06806700 1 mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-05-09T03:45:32.822 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.503+0000 7f2e06806700 0 mon.b@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-05-09T03:45:32.822 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.503+0000 7f2e06806700 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-05-09T03:45:32.822 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.503+0000 7f2e06806700 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-05-09T03:45:32.822 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.503+0000 7f2e06806700 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-05-09T03:45:32.822 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: cluster 2024-05-09T03:45:00.159477+0000 mgr.a (mgr.14152) 18 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:32.822 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: cluster 2024-05-09T03:45:00.159477+0000 mgr.a (mgr.14152) 18 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:32.822 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: cluster 2024-05-09T03:45:02.159907+0000 mgr.a (mgr.14152) 19 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:32.823 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: cluster 2024-05-09T03:45:02.159907+0000 mgr.a (mgr.14152) 19 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:32.823 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: audit 2024-05-09T03:45:03.833289+0000 mgr.a (mgr.14152) 20 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi100", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T03:45:32.823 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: audit 2024-05-09T03:45:03.833289+0000 mgr.a (mgr.14152) 20 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi100", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T03:45:32.823 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: cluster 2024-05-09T03:45:04.160333+0000 mgr.a (mgr.14152) 21 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:32.823 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: cluster 2024-05-09T03:45:04.160333+0000 mgr.a (mgr.14152) 21 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:32.823 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: cephadm 2024-05-09T03:45:04.757276+0000 mgr.a (mgr.14152) 22 : cephadm [INF] Deploying cephadm binary to smithi100 2024-05-09T03:45:32.823 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: cephadm 2024-05-09T03:45:04.757276+0000 mgr.a (mgr.14152) 22 : cephadm [INF] Deploying cephadm binary to smithi100 2024-05-09T03:45:32.823 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: cluster 2024-05-09T03:45:06.160750+0000 mgr.a (mgr.14152) 23 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:32.823 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: cluster 2024-05-09T03:45:06.160750+0000 mgr.a (mgr.14152) 23 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:32.823 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: cluster 2024-05-09T03:45:08.161028+0000 mgr.a (mgr.14152) 24 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:32.823 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: cluster 2024-05-09T03:45:08.161028+0000 mgr.a (mgr.14152) 24 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:32.823 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: cluster 2024-05-09T03:45:10.161419+0000 mgr.a (mgr.14152) 25 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:32.823 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: cluster 2024-05-09T03:45:10.161419+0000 mgr.a (mgr.14152) 25 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:32.823 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: audit 2024-05-09T03:45:10.182594+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:32.824 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: audit 2024-05-09T03:45:10.182594+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:32.824 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: cephadm 2024-05-09T03:45:10.183488+0000 mgr.a (mgr.14152) 26 : cephadm [INF] Added host smithi100 2024-05-09T03:45:32.824 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: cephadm 2024-05-09T03:45:10.183488+0000 mgr.a (mgr.14152) 26 : cephadm [INF] Added host smithi100 2024-05-09T03:45:32.824 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: audit 2024-05-09T03:45:10.228879+0000 mon.a (mon.0) 113 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T03:45:32.824 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: audit 2024-05-09T03:45:10.228879+0000 mon.a (mon.0) 113 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T03:45:32.824 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: audit 2024-05-09T03:45:10.700807+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:32.824 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: audit 2024-05-09T03:45:10.700807+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:32.824 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: cluster 2024-05-09T03:45:12.161831+0000 mgr.a (mgr.14152) 27 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:32.824 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: cluster 2024-05-09T03:45:12.161831+0000 mgr.a (mgr.14152) 27 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:32.824 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: audit 2024-05-09T03:45:12.176153+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:32.824 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: audit 2024-05-09T03:45:12.176153+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:32.824 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: audit 2024-05-09T03:45:13.376494+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:32.824 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: audit 2024-05-09T03:45:13.376494+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:32.824 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: cluster 2024-05-09T03:45:14.162359+0000 mgr.a (mgr.14152) 28 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:32.824 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: cluster 2024-05-09T03:45:14.162359+0000 mgr.a (mgr.14152) 28 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:32.825 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: cluster 2024-05-09T03:45:16.162930+0000 mgr.a (mgr.14152) 29 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:32.825 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: cluster 2024-05-09T03:45:16.162930+0000 mgr.a (mgr.14152) 29 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:32.825 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: audit 2024-05-09T03:45:16.749731+0000 mgr.a (mgr.14152) 30 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-09T03:45:32.825 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: audit 2024-05-09T03:45:16.749731+0000 mgr.a (mgr.14152) 30 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-09T03:45:32.825 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: cluster 2024-05-09T03:45:18.163312+0000 mgr.a (mgr.14152) 31 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:32.825 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: cluster 2024-05-09T03:45:18.163312+0000 mgr.a (mgr.14152) 31 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:32.825 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: audit 2024-05-09T03:45:18.764401+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:32.825 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: audit 2024-05-09T03:45:18.764401+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:32.825 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: audit 2024-05-09T03:45:18.770046+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:32.825 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: audit 2024-05-09T03:45:18.770046+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:32.825 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: audit 2024-05-09T03:45:18.776767+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:32.826 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: audit 2024-05-09T03:45:18.776767+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:32.826 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: audit 2024-05-09T03:45:18.782308+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:32.826 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: audit 2024-05-09T03:45:18.782308+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:32.826 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: audit 2024-05-09T03:45:18.784447+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi100", "name": "osd_memory_target"}]: dispatch 2024-05-09T03:45:32.826 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: audit 2024-05-09T03:45:18.784447+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi100", "name": "osd_memory_target"}]: dispatch 2024-05-09T03:45:32.826 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: audit 2024-05-09T03:45:18.786796+0000 mon.a (mon.0) 122 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:45:32.826 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: audit 2024-05-09T03:45:18.786796+0000 mon.a (mon.0) 122 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:45:32.826 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: audit 2024-05-09T03:45:18.788940+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T03:45:32.826 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: audit 2024-05-09T03:45:18.788940+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T03:45:32.826 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: cephadm 2024-05-09T03:45:18.791764+0000 mgr.a (mgr.14152) 32 : cephadm [INF] Updating smithi100:/etc/ceph/ceph.conf 2024-05-09T03:45:32.826 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: cephadm 2024-05-09T03:45:18.791764+0000 mgr.a (mgr.14152) 32 : cephadm [INF] Updating smithi100:/etc/ceph/ceph.conf 2024-05-09T03:45:32.826 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: cephadm 2024-05-09T03:45:19.008891+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Updating smithi100:/var/lib/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-09T03:45:32.826 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: cephadm 2024-05-09T03:45:19.008891+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Updating smithi100:/var/lib/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-09T03:45:32.826 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: cephadm 2024-05-09T03:45:19.223816+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi100:/etc/ceph/ceph.client.admin.keyring 2024-05-09T03:45:32.827 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: cephadm 2024-05-09T03:45:19.223816+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi100:/etc/ceph/ceph.client.admin.keyring 2024-05-09T03:45:32.827 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: cephadm 2024-05-09T03:45:19.388877+0000 mgr.a (mgr.14152) 35 : cephadm [INF] Updating smithi100:/var/lib/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-09T03:45:32.827 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: cephadm 2024-05-09T03:45:19.388877+0000 mgr.a (mgr.14152) 35 : cephadm [INF] Updating smithi100:/var/lib/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-09T03:45:32.827 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: audit 2024-05-09T03:45:19.560104+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:32.827 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: audit 2024-05-09T03:45:19.560104+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:32.827 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: audit 2024-05-09T03:45:19.565657+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:32.827 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: audit 2024-05-09T03:45:19.565657+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:32.827 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: audit 2024-05-09T03:45:19.571576+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:32.827 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: audit 2024-05-09T03:45:19.571576+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:32.827 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: cluster 2024-05-09T03:45:20.163719+0000 mgr.a (mgr.14152) 36 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:32.827 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: cluster 2024-05-09T03:45:20.163719+0000 mgr.a (mgr.14152) 36 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:32.827 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: cluster 2024-05-09T03:45:22.164138+0000 mgr.a (mgr.14152) 37 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:32.827 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: cluster 2024-05-09T03:45:22.164138+0000 mgr.a (mgr.14152) 37 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:32.827 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: audit 2024-05-09T03:45:23.311587+0000 mon.a (mon.0) 127 : audit [INF] from='client.? 172.21.15.60:0/3392534365' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-05-09T03:45:32.827 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: audit 2024-05-09T03:45:23.311587+0000 mon.a (mon.0) 127 : audit [INF] from='client.? 172.21.15.60:0/3392534365' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-05-09T03:45:32.828 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: audit 2024-05-09T03:45:23.390404+0000 mon.a (mon.0) 128 : audit [INF] from='client.? 172.21.15.60:0/3392534365' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-05-09T03:45:32.828 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: audit 2024-05-09T03:45:23.390404+0000 mon.a (mon.0) 128 : audit [INF] from='client.? 172.21.15.60:0/3392534365' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-05-09T03:45:32.828 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: cluster 2024-05-09T03:45:23.394739+0000 mon.a (mon.0) 129 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-09T03:45:32.828 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: cluster 2024-05-09T03:45:23.394739+0000 mon.a (mon.0) 129 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-09T03:45:32.828 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: cluster 2024-05-09T03:45:24.164573+0000 mgr.a (mgr.14152) 38 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:32.828 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: cluster 2024-05-09T03:45:24.164573+0000 mgr.a (mgr.14152) 38 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:32.828 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: cluster 2024-05-09T03:45:26.164933+0000 mgr.a (mgr.14152) 39 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:32.828 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: cluster 2024-05-09T03:45:26.164933+0000 mgr.a (mgr.14152) 39 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:32.828 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: audit 2024-05-09T03:45:26.649190+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:32.828 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: audit 2024-05-09T03:45:26.649190+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:32.828 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: audit 2024-05-09T03:45:26.670510+0000 mon.a (mon.0) 131 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T03:45:32.828 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: audit 2024-05-09T03:45:26.670510+0000 mon.a (mon.0) 131 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T03:45:32.828 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: audit 2024-05-09T03:45:26.674271+0000 mon.a (mon.0) 132 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:45:32.828 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: audit 2024-05-09T03:45:26.674271+0000 mon.a (mon.0) 132 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:45:32.828 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: audit 2024-05-09T03:45:26.676170+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T03:45:32.829 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: audit 2024-05-09T03:45:26.676170+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T03:45:32.829 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: audit 2024-05-09T03:45:26.684047+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:32.829 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: audit 2024-05-09T03:45:26.684047+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:32.829 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: audit 2024-05-09T03:45:26.688024+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-09T03:45:32.829 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: audit 2024-05-09T03:45:26.688024+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-09T03:45:32.829 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: audit 2024-05-09T03:45:26.689774+0000 mon.a (mon.0) 136 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:45:32.829 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: audit 2024-05-09T03:45:26.689774+0000 mon.a (mon.0) 136 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:45:32.829 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: audit 2024-05-09T03:45:26.638471+0000 mgr.a (mgr.14152) 40 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi060:172.21.15.60=a;smithi100:172.21.15.100=b", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T03:45:32.829 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: audit 2024-05-09T03:45:26.638471+0000 mgr.a (mgr.14152) 40 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi060:172.21.15.60=a;smithi100:172.21.15.100=b", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T03:45:32.829 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: cephadm 2024-05-09T03:45:26.643830+0000 mgr.a (mgr.14152) 41 : cephadm [INF] Saving service mon spec with placement smithi060:172.21.15.60=a;smithi100:172.21.15.100=b;count:2 2024-05-09T03:45:32.829 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: cephadm 2024-05-09T03:45:26.643830+0000 mgr.a (mgr.14152) 41 : cephadm [INF] Saving service mon spec with placement smithi060:172.21.15.60=a;smithi100:172.21.15.100=b;count:2 2024-05-09T03:45:32.829 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: cephadm 2024-05-09T03:45:26.691925+0000 mgr.a (mgr.14152) 42 : cephadm [INF] Deploying daemon mon.b on smithi100 2024-05-09T03:45:32.829 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: cephadm 2024-05-09T03:45:26.691925+0000 mgr.a (mgr.14152) 42 : cephadm [INF] Deploying daemon mon.b on smithi100 2024-05-09T03:45:32.829 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: cluster 2024-05-09T03:45:28.165325+0000 mgr.a (mgr.14152) 43 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:32.830 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: cluster 2024-05-09T03:45:28.165325+0000 mgr.a (mgr.14152) 43 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:32.830 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: cluster 2024-05-09T03:45:30.165745+0000 mgr.a (mgr.14152) 44 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:32.830 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: cluster 2024-05-09T03:45:30.165745+0000 mgr.a (mgr.14152) 44 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:32.830 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: audit 2024-05-09T03:45:30.328729+0000 mon.a (mon.0) 137 : audit [DBG] from='client.? 172.21.15.100:0/4175274884' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-09T03:45:32.830 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: audit 2024-05-09T03:45:30.328729+0000 mon.a (mon.0) 137 : audit [DBG] from='client.? 172.21.15.100:0/4175274884' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-09T03:45:32.830 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:32 smithi100 bash[23626]: debug 2024-05-09T03:45:32.503+0000 7f2e06806700 1 mon.b@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2024-05-09T03:45:35.020 INFO:teuthology.orchestra.run.smithi100.stderr:Inferring config /var/lib/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/mon.b/config 2024-05-09T03:45:37.646 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:37 smithi100 bash[23626]: audit 2024-05-09T03:45:32.520389+0000 mon.a (mon.0) 145 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-09T03:45:37.647 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:37 smithi100 bash[23626]: audit 2024-05-09T03:45:32.520389+0000 mon.a (mon.0) 145 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-09T03:45:37.647 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:37 smithi100 bash[23626]: cluster 2024-05-09T03:45:32.520747+0000 mon.a (mon.0) 146 : cluster [INF] mon.a calling monitor election 2024-05-09T03:45:37.647 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:37 smithi100 bash[23626]: cluster 2024-05-09T03:45:32.520747+0000 mon.a (mon.0) 146 : cluster [INF] mon.a calling monitor election 2024-05-09T03:45:37.647 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:37 smithi100 bash[23626]: audit 2024-05-09T03:45:32.540512+0000 mon.a (mon.0) 147 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T03:45:37.647 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:37 smithi100 bash[23626]: audit 2024-05-09T03:45:32.540512+0000 mon.a (mon.0) 147 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T03:45:37.647 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:37 smithi100 bash[23626]: audit 2024-05-09T03:45:33.515367+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T03:45:37.647 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:37 smithi100 bash[23626]: audit 2024-05-09T03:45:33.515367+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T03:45:37.647 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:37 smithi100 bash[23626]: cluster 2024-05-09T03:45:34.166527+0000 mgr.a (mgr.14152) 46 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:37.647 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:37 smithi100 bash[23626]: cluster 2024-05-09T03:45:34.166527+0000 mgr.a (mgr.14152) 46 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:37.647 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:37 smithi100 bash[23626]: audit 2024-05-09T03:45:34.515132+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T03:45:37.647 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:37 smithi100 bash[23626]: audit 2024-05-09T03:45:34.515132+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T03:45:37.647 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:37 smithi100 bash[23626]: cluster 2024-05-09T03:45:34.517027+0000 mon.b (mon.1) 1 : cluster [INF] mon.b calling monitor election 2024-05-09T03:45:37.647 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:37 smithi100 bash[23626]: cluster 2024-05-09T03:45:34.517027+0000 mon.b (mon.1) 1 : cluster [INF] mon.b calling monitor election 2024-05-09T03:45:37.647 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:37 smithi100 bash[23626]: audit 2024-05-09T03:45:35.515273+0000 mon.a (mon.0) 150 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T03:45:37.648 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:37 smithi100 bash[23626]: audit 2024-05-09T03:45:35.515273+0000 mon.a (mon.0) 150 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T03:45:37.648 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:37 smithi100 bash[23626]: cluster 2024-05-09T03:45:36.166849+0000 mgr.a (mgr.14152) 47 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:37.648 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:37 smithi100 bash[23626]: cluster 2024-05-09T03:45:36.166849+0000 mgr.a (mgr.14152) 47 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:37.648 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:37 smithi100 bash[23626]: audit 2024-05-09T03:45:36.515219+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T03:45:37.648 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:37 smithi100 bash[23626]: audit 2024-05-09T03:45:36.515219+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T03:45:37.648 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:37 smithi100 bash[23626]: audit 2024-05-09T03:45:37.515472+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T03:45:37.648 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:37 smithi100 bash[23626]: audit 2024-05-09T03:45:37.515472+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T03:45:37.648 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:37 smithi100 bash[23626]: cluster 2024-05-09T03:45:37.560928+0000 mon.a (mon.0) 153 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-05-09T03:45:37.648 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:37 smithi100 bash[23626]: cluster 2024-05-09T03:45:37.560928+0000 mon.a (mon.0) 153 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-05-09T03:45:37.648 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:37 smithi100 bash[23626]: cluster 2024-05-09T03:45:37.567122+0000 mon.a (mon.0) 154 : cluster [DBG] monmap epoch 2 2024-05-09T03:45:37.649 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:37 smithi100 bash[23626]: cluster 2024-05-09T03:45:37.567122+0000 mon.a (mon.0) 154 : cluster [DBG] monmap epoch 2 2024-05-09T03:45:37.649 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:37 smithi100 bash[23626]: cluster 2024-05-09T03:45:37.567175+0000 mon.a (mon.0) 155 : cluster [DBG] fsid d6ec865c-0db5-11ef-bc97-c7b262605968 2024-05-09T03:45:37.649 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:37 smithi100 bash[23626]: cluster 2024-05-09T03:45:37.567175+0000 mon.a (mon.0) 155 : cluster [DBG] fsid d6ec865c-0db5-11ef-bc97-c7b262605968 2024-05-09T03:45:37.649 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:37 smithi100 bash[23626]: cluster 2024-05-09T03:45:37.567197+0000 mon.a (mon.0) 156 : cluster [DBG] last_changed 2024-05-09T03:45:32.514477+0000 2024-05-09T03:45:37.649 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:37 smithi100 bash[23626]: cluster 2024-05-09T03:45:37.567197+0000 mon.a (mon.0) 156 : cluster [DBG] last_changed 2024-05-09T03:45:32.514477+0000 2024-05-09T03:45:37.649 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:37 smithi100 bash[23626]: cluster 2024-05-09T03:45:37.567222+0000 mon.a (mon.0) 157 : cluster [DBG] created 2024-05-09T03:43:20.084743+0000 2024-05-09T03:45:37.649 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:37 smithi100 bash[23626]: cluster 2024-05-09T03:45:37.567222+0000 mon.a (mon.0) 157 : cluster [DBG] created 2024-05-09T03:43:20.084743+0000 2024-05-09T03:45:37.649 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:37 smithi100 bash[23626]: cluster 2024-05-09T03:45:37.567248+0000 mon.a (mon.0) 158 : cluster [DBG] min_mon_release 19 (squid) 2024-05-09T03:45:37.649 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:37 smithi100 bash[23626]: cluster 2024-05-09T03:45:37.567248+0000 mon.a (mon.0) 158 : cluster [DBG] min_mon_release 19 (squid) 2024-05-09T03:45:37.649 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:37 smithi100 bash[23626]: cluster 2024-05-09T03:45:37.567273+0000 mon.a (mon.0) 159 : cluster [DBG] election_strategy: 1 2024-05-09T03:45:37.649 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:37 smithi100 bash[23626]: cluster 2024-05-09T03:45:37.567273+0000 mon.a (mon.0) 159 : cluster [DBG] election_strategy: 1 2024-05-09T03:45:37.649 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:37 smithi100 bash[23626]: cluster 2024-05-09T03:45:37.567296+0000 mon.a (mon.0) 160 : cluster [DBG] 0: [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] mon.a 2024-05-09T03:45:37.649 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:37 smithi100 bash[23626]: cluster 2024-05-09T03:45:37.567296+0000 mon.a (mon.0) 160 : cluster [DBG] 0: [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] mon.a 2024-05-09T03:45:37.649 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:37 smithi100 bash[23626]: cluster 2024-05-09T03:45:37.567324+0000 mon.a (mon.0) 161 : cluster [DBG] 1: [v2:172.21.15.100:3300/0,v1:172.21.15.100:6789/0] mon.b 2024-05-09T03:45:37.649 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:37 smithi100 bash[23626]: cluster 2024-05-09T03:45:37.567324+0000 mon.a (mon.0) 161 : cluster [DBG] 1: [v2:172.21.15.100:3300/0,v1:172.21.15.100:6789/0] mon.b 2024-05-09T03:45:38.047 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:37 smithi100 bash[23626]: cluster 2024-05-09T03:45:37.587975+0000 mon.a (mon.0) 162 : cluster [DBG] fsmap 2024-05-09T03:45:38.047 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:37 smithi100 bash[23626]: cluster 2024-05-09T03:45:37.587975+0000 mon.a (mon.0) 162 : cluster [DBG] fsmap 2024-05-09T03:45:38.047 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:37 smithi100 bash[23626]: cluster 2024-05-09T03:45:37.588038+0000 mon.a (mon.0) 163 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-09T03:45:38.047 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:37 smithi100 bash[23626]: cluster 2024-05-09T03:45:37.588038+0000 mon.a (mon.0) 163 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-09T03:45:38.047 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:37 smithi100 bash[23626]: cluster 2024-05-09T03:45:37.588352+0000 mon.a (mon.0) 164 : cluster [DBG] mgrmap e13: a(active, since 65s) 2024-05-09T03:45:38.047 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:37 smithi100 bash[23626]: cluster 2024-05-09T03:45:37.588352+0000 mon.a (mon.0) 164 : cluster [DBG] mgrmap e13: a(active, since 65s) 2024-05-09T03:45:38.047 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:37 smithi100 bash[23626]: cluster 2024-05-09T03:45:37.588645+0000 mon.a (mon.0) 165 : cluster [INF] overall HEALTH_OK 2024-05-09T03:45:38.048 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:37 smithi100 bash[23626]: cluster 2024-05-09T03:45:37.588645+0000 mon.a (mon.0) 165 : cluster [INF] overall HEALTH_OK 2024-05-09T03:45:38.048 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:37 smithi100 bash[23626]: audit 2024-05-09T03:45:37.595223+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:38.048 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:37 smithi100 bash[23626]: audit 2024-05-09T03:45:37.595223+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:38.048 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:37 smithi100 bash[23626]: audit 2024-05-09T03:45:37.602598+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:38.048 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:37 smithi100 bash[23626]: audit 2024-05-09T03:45:37.602598+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:38.048 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:37 smithi100 bash[23626]: audit 2024-05-09T03:45:37.604339+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:45:38.048 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:37 smithi100 bash[23626]: audit 2024-05-09T03:45:37.604339+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:45:38.048 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:37 smithi100 bash[23626]: audit 2024-05-09T03:45:37.606183+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T03:45:38.048 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:37 smithi100 bash[23626]: audit 2024-05-09T03:45:37.606183+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T03:45:38.129 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:37 smithi060 bash[21524]: audit 2024-05-09T03:45:32.520389+0000 mon.a (mon.0) 145 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-09T03:45:38.130 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:37 smithi060 bash[21524]: audit 2024-05-09T03:45:32.520389+0000 mon.a (mon.0) 145 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-09T03:45:38.130 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:37 smithi060 bash[21524]: cluster 2024-05-09T03:45:32.520747+0000 mon.a (mon.0) 146 : cluster [INF] mon.a calling monitor election 2024-05-09T03:45:38.130 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:37 smithi060 bash[21524]: cluster 2024-05-09T03:45:32.520747+0000 mon.a (mon.0) 146 : cluster [INF] mon.a calling monitor election 2024-05-09T03:45:38.130 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:37 smithi060 bash[21524]: audit 2024-05-09T03:45:32.540512+0000 mon.a (mon.0) 147 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T03:45:38.130 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:37 smithi060 bash[21524]: audit 2024-05-09T03:45:32.540512+0000 mon.a (mon.0) 147 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T03:45:38.130 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:37 smithi060 bash[21524]: audit 2024-05-09T03:45:33.515367+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T03:45:38.130 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:37 smithi060 bash[21524]: audit 2024-05-09T03:45:33.515367+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T03:45:38.130 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:37 smithi060 bash[21524]: cluster 2024-05-09T03:45:34.166527+0000 mgr.a (mgr.14152) 46 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:38.130 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:37 smithi060 bash[21524]: cluster 2024-05-09T03:45:34.166527+0000 mgr.a (mgr.14152) 46 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:38.130 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:37 smithi060 bash[21524]: audit 2024-05-09T03:45:34.515132+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T03:45:38.131 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:37 smithi060 bash[21524]: audit 2024-05-09T03:45:34.515132+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T03:45:38.131 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:37 smithi060 bash[21524]: cluster 2024-05-09T03:45:34.517027+0000 mon.b (mon.1) 1 : cluster [INF] mon.b calling monitor election 2024-05-09T03:45:38.131 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:37 smithi060 bash[21524]: cluster 2024-05-09T03:45:34.517027+0000 mon.b (mon.1) 1 : cluster [INF] mon.b calling monitor election 2024-05-09T03:45:38.131 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:37 smithi060 bash[21524]: audit 2024-05-09T03:45:35.515273+0000 mon.a (mon.0) 150 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T03:45:38.131 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:37 smithi060 bash[21524]: audit 2024-05-09T03:45:35.515273+0000 mon.a (mon.0) 150 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T03:45:38.131 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:37 smithi060 bash[21524]: cluster 2024-05-09T03:45:36.166849+0000 mgr.a (mgr.14152) 47 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:38.131 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:37 smithi060 bash[21524]: cluster 2024-05-09T03:45:36.166849+0000 mgr.a (mgr.14152) 47 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:38.131 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:37 smithi060 bash[21524]: audit 2024-05-09T03:45:36.515219+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T03:45:38.131 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:37 smithi060 bash[21524]: audit 2024-05-09T03:45:36.515219+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T03:45:38.132 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:37 smithi060 bash[21524]: audit 2024-05-09T03:45:37.515472+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T03:45:38.132 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:37 smithi060 bash[21524]: audit 2024-05-09T03:45:37.515472+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T03:45:38.132 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:37 smithi060 bash[21524]: cluster 2024-05-09T03:45:37.560928+0000 mon.a (mon.0) 153 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-05-09T03:45:38.132 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:37 smithi060 bash[21524]: cluster 2024-05-09T03:45:37.560928+0000 mon.a (mon.0) 153 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-05-09T03:45:38.132 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:37 smithi060 bash[21524]: cluster 2024-05-09T03:45:37.567122+0000 mon.a (mon.0) 154 : cluster [DBG] monmap epoch 2 2024-05-09T03:45:38.132 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:37 smithi060 bash[21524]: cluster 2024-05-09T03:45:37.567122+0000 mon.a (mon.0) 154 : cluster [DBG] monmap epoch 2 2024-05-09T03:45:38.132 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:37 smithi060 bash[21524]: cluster 2024-05-09T03:45:37.567175+0000 mon.a (mon.0) 155 : cluster [DBG] fsid d6ec865c-0db5-11ef-bc97-c7b262605968 2024-05-09T03:45:38.132 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:37 smithi060 bash[21524]: cluster 2024-05-09T03:45:37.567175+0000 mon.a (mon.0) 155 : cluster [DBG] fsid d6ec865c-0db5-11ef-bc97-c7b262605968 2024-05-09T03:45:38.132 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:37 smithi060 bash[21524]: cluster 2024-05-09T03:45:37.567197+0000 mon.a (mon.0) 156 : cluster [DBG] last_changed 2024-05-09T03:45:32.514477+0000 2024-05-09T03:45:38.132 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:37 smithi060 bash[21524]: cluster 2024-05-09T03:45:37.567197+0000 mon.a (mon.0) 156 : cluster [DBG] last_changed 2024-05-09T03:45:32.514477+0000 2024-05-09T03:45:38.132 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:37 smithi060 bash[21524]: cluster 2024-05-09T03:45:37.567222+0000 mon.a (mon.0) 157 : cluster [DBG] created 2024-05-09T03:43:20.084743+0000 2024-05-09T03:45:38.132 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:37 smithi060 bash[21524]: cluster 2024-05-09T03:45:37.567222+0000 mon.a (mon.0) 157 : cluster [DBG] created 2024-05-09T03:43:20.084743+0000 2024-05-09T03:45:38.133 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:37 smithi060 bash[21524]: cluster 2024-05-09T03:45:37.567248+0000 mon.a (mon.0) 158 : cluster [DBG] min_mon_release 19 (squid) 2024-05-09T03:45:38.133 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:37 smithi060 bash[21524]: cluster 2024-05-09T03:45:37.567248+0000 mon.a (mon.0) 158 : cluster [DBG] min_mon_release 19 (squid) 2024-05-09T03:45:38.133 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:37 smithi060 bash[21524]: cluster 2024-05-09T03:45:37.567273+0000 mon.a (mon.0) 159 : cluster [DBG] election_strategy: 1 2024-05-09T03:45:38.133 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:37 smithi060 bash[21524]: cluster 2024-05-09T03:45:37.567273+0000 mon.a (mon.0) 159 : cluster [DBG] election_strategy: 1 2024-05-09T03:45:38.133 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:37 smithi060 bash[21524]: cluster 2024-05-09T03:45:37.567296+0000 mon.a (mon.0) 160 : cluster [DBG] 0: [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] mon.a 2024-05-09T03:45:38.133 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:37 smithi060 bash[21524]: cluster 2024-05-09T03:45:37.567296+0000 mon.a (mon.0) 160 : cluster [DBG] 0: [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] mon.a 2024-05-09T03:45:38.133 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:37 smithi060 bash[21524]: cluster 2024-05-09T03:45:37.567324+0000 mon.a (mon.0) 161 : cluster [DBG] 1: [v2:172.21.15.100:3300/0,v1:172.21.15.100:6789/0] mon.b 2024-05-09T03:45:38.133 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:37 smithi060 bash[21524]: cluster 2024-05-09T03:45:37.567324+0000 mon.a (mon.0) 161 : cluster [DBG] 1: [v2:172.21.15.100:3300/0,v1:172.21.15.100:6789/0] mon.b 2024-05-09T03:45:38.133 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:37 smithi060 bash[21524]: cluster 2024-05-09T03:45:37.587975+0000 mon.a (mon.0) 162 : cluster [DBG] fsmap 2024-05-09T03:45:38.133 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:37 smithi060 bash[21524]: cluster 2024-05-09T03:45:37.587975+0000 mon.a (mon.0) 162 : cluster [DBG] fsmap 2024-05-09T03:45:38.133 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:37 smithi060 bash[21524]: cluster 2024-05-09T03:45:37.588038+0000 mon.a (mon.0) 163 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-09T03:45:38.133 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:37 smithi060 bash[21524]: cluster 2024-05-09T03:45:37.588038+0000 mon.a (mon.0) 163 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-09T03:45:38.133 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:37 smithi060 bash[21524]: cluster 2024-05-09T03:45:37.588352+0000 mon.a (mon.0) 164 : cluster [DBG] mgrmap e13: a(active, since 65s) 2024-05-09T03:45:38.133 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:37 smithi060 bash[21524]: cluster 2024-05-09T03:45:37.588352+0000 mon.a (mon.0) 164 : cluster [DBG] mgrmap e13: a(active, since 65s) 2024-05-09T03:45:38.133 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:37 smithi060 bash[21524]: cluster 2024-05-09T03:45:37.588645+0000 mon.a (mon.0) 165 : cluster [INF] overall HEALTH_OK 2024-05-09T03:45:38.134 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:37 smithi060 bash[21524]: cluster 2024-05-09T03:45:37.588645+0000 mon.a (mon.0) 165 : cluster [INF] overall HEALTH_OK 2024-05-09T03:45:38.134 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:37 smithi060 bash[21524]: audit 2024-05-09T03:45:37.595223+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:38.134 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:37 smithi060 bash[21524]: audit 2024-05-09T03:45:37.595223+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:38.134 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:37 smithi060 bash[21524]: audit 2024-05-09T03:45:37.602598+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:38.134 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:37 smithi060 bash[21524]: audit 2024-05-09T03:45:37.602598+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:38.134 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:37 smithi060 bash[21524]: audit 2024-05-09T03:45:37.604339+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:45:38.134 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:37 smithi060 bash[21524]: audit 2024-05-09T03:45:37.604339+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:45:38.134 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:37 smithi060 bash[21524]: audit 2024-05-09T03:45:37.606183+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T03:45:38.134 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:37 smithi060 bash[21524]: audit 2024-05-09T03:45:37.606183+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T03:45:38.277 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-05-09T03:45:38.277 INFO:teuthology.orchestra.run.smithi100.stdout:{"epoch":2,"fsid":"d6ec865c-0db5-11ef-bc97-c7b262605968","modified":"2024-05-09T03:45:32.514477Z","created":"2024-05-09T03:43:20.084743Z","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.60:3300","nonce":0},{"type":"v1","addr":"172.21.15.60:6789","nonce":0}]},"addr":"172.21.15.60:6789/0","public_addr":"172.21.15.60:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-05-09T03:45:38.280 INFO:teuthology.orchestra.run.smithi100.stderr:dumped monmap epoch 2 2024-05-09T03:45:38.984 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-05-09T03:45:38.984 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c66c553a84eb9faa0029f5f0bb8284e3a826ac85 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d6ec865c-0db5-11ef-bc97-c7b262605968 -- ceph config generate-minimal-conf 2024-05-09T03:45:39.297 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:39 smithi100 bash[23626]: cephadm 2024-05-09T03:45:37.608914+0000 mgr.a (mgr.14152) 48 : cephadm [INF] Updating smithi060:/etc/ceph/ceph.conf 2024-05-09T03:45:39.297 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:39 smithi100 bash[23626]: cephadm 2024-05-09T03:45:37.608914+0000 mgr.a (mgr.14152) 48 : cephadm [INF] Updating smithi060:/etc/ceph/ceph.conf 2024-05-09T03:45:39.297 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:39 smithi100 bash[23626]: cephadm 2024-05-09T03:45:37.609339+0000 mgr.a (mgr.14152) 49 : cephadm [INF] Updating smithi100:/etc/ceph/ceph.conf 2024-05-09T03:45:39.297 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:39 smithi100 bash[23626]: cephadm 2024-05-09T03:45:37.609339+0000 mgr.a (mgr.14152) 49 : cephadm [INF] Updating smithi100:/etc/ceph/ceph.conf 2024-05-09T03:45:39.298 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:39 smithi100 bash[23626]: cephadm 2024-05-09T03:45:37.877027+0000 mgr.a (mgr.14152) 50 : cephadm [INF] Updating smithi100:/var/lib/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-09T03:45:39.298 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:39 smithi100 bash[23626]: cephadm 2024-05-09T03:45:37.877027+0000 mgr.a (mgr.14152) 50 : cephadm [INF] Updating smithi100:/var/lib/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-09T03:45:39.298 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:39 smithi100 bash[23626]: cephadm 2024-05-09T03:45:37.880343+0000 mgr.a (mgr.14152) 51 : cephadm [INF] Updating smithi060:/var/lib/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-09T03:45:39.298 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:39 smithi100 bash[23626]: cephadm 2024-05-09T03:45:37.880343+0000 mgr.a (mgr.14152) 51 : cephadm [INF] Updating smithi060:/var/lib/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-09T03:45:39.298 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:39 smithi100 bash[23626]: audit 2024-05-09T03:45:38.048830+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:39.298 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:39 smithi100 bash[23626]: audit 2024-05-09T03:45:38.048830+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:39.298 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:39 smithi100 bash[23626]: audit 2024-05-09T03:45:38.054354+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:39.298 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:39 smithi100 bash[23626]: audit 2024-05-09T03:45:38.054354+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:39.298 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:39 smithi100 bash[23626]: audit 2024-05-09T03:45:38.060110+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:39.298 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:39 smithi100 bash[23626]: audit 2024-05-09T03:45:38.060110+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:39.298 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:39 smithi100 bash[23626]: audit 2024-05-09T03:45:38.065650+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:39.298 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:39 smithi100 bash[23626]: audit 2024-05-09T03:45:38.065650+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:39.299 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:39 smithi100 bash[23626]: audit 2024-05-09T03:45:38.071653+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:39.299 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:39 smithi100 bash[23626]: audit 2024-05-09T03:45:38.071653+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:39.299 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:39 smithi100 bash[23626]: audit 2024-05-09T03:45:38.144221+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:39.299 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:39 smithi100 bash[23626]: audit 2024-05-09T03:45:38.144221+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:39.299 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:39 smithi100 bash[23626]: audit 2024-05-09T03:45:38.149556+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:39.299 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:39 smithi100 bash[23626]: audit 2024-05-09T03:45:38.149556+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:39.299 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:39 smithi100 bash[23626]: audit 2024-05-09T03:45:38.155037+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:39.299 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:39 smithi100 bash[23626]: audit 2024-05-09T03:45:38.155037+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:39.299 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:39 smithi100 bash[23626]: audit 2024-05-09T03:45:38.160302+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:39.299 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:39 smithi100 bash[23626]: audit 2024-05-09T03:45:38.160302+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:39.300 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:39 smithi100 bash[23626]: cephadm 2024-05-09T03:45:38.161097+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-05-09T03:45:39.300 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:39 smithi100 bash[23626]: cephadm 2024-05-09T03:45:38.161097+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-05-09T03:45:39.300 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:39 smithi100 bash[23626]: audit 2024-05-09T03:45:38.161704+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-09T03:45:39.300 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:39 smithi100 bash[23626]: audit 2024-05-09T03:45:38.161704+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-09T03:45:39.300 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:39 smithi100 bash[23626]: audit 2024-05-09T03:45:38.163053+0000 mon.a (mon.0) 180 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-09T03:45:39.300 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:39 smithi100 bash[23626]: audit 2024-05-09T03:45:38.163053+0000 mon.a (mon.0) 180 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-09T03:45:39.300 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:39 smithi100 bash[23626]: audit 2024-05-09T03:45:38.164448+0000 mon.a (mon.0) 181 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:45:39.300 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:39 smithi100 bash[23626]: audit 2024-05-09T03:45:38.164448+0000 mon.a (mon.0) 181 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:45:39.300 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:39 smithi100 bash[23626]: cephadm 2024-05-09T03:45:38.166049+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Reconfiguring daemon mon.a on smithi060 2024-05-09T03:45:39.300 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:39 smithi100 bash[23626]: cephadm 2024-05-09T03:45:38.166049+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Reconfiguring daemon mon.a on smithi060 2024-05-09T03:45:39.300 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:39 smithi100 bash[23626]: cluster 2024-05-09T03:45:38.167129+0000 mgr.a (mgr.14152) 54 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:39.300 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:39 smithi100 bash[23626]: cluster 2024-05-09T03:45:38.167129+0000 mgr.a (mgr.14152) 54 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:39.301 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:39 smithi100 bash[23626]: audit 2024-05-09T03:45:38.277935+0000 mon.a (mon.0) 182 : audit [DBG] from='client.? 172.21.15.100:0/3309700087' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-09T03:45:39.301 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:39 smithi100 bash[23626]: audit 2024-05-09T03:45:38.277935+0000 mon.a (mon.0) 182 : audit [DBG] from='client.? 172.21.15.100:0/3309700087' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-09T03:45:39.301 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:39 smithi100 bash[23626]: audit 2024-05-09T03:45:38.515491+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T03:45:39.301 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:39 smithi100 bash[23626]: audit 2024-05-09T03:45:38.515491+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T03:45:39.380 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:39 smithi060 bash[21524]: cephadm 2024-05-09T03:45:37.608914+0000 mgr.a (mgr.14152) 48 : cephadm [INF] Updating smithi060:/etc/ceph/ceph.conf 2024-05-09T03:45:39.380 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:39 smithi060 bash[21524]: cephadm 2024-05-09T03:45:37.608914+0000 mgr.a (mgr.14152) 48 : cephadm [INF] Updating smithi060:/etc/ceph/ceph.conf 2024-05-09T03:45:39.380 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:39 smithi060 bash[21524]: cephadm 2024-05-09T03:45:37.609339+0000 mgr.a (mgr.14152) 49 : cephadm [INF] Updating smithi100:/etc/ceph/ceph.conf 2024-05-09T03:45:39.380 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:39 smithi060 bash[21524]: cephadm 2024-05-09T03:45:37.609339+0000 mgr.a (mgr.14152) 49 : cephadm [INF] Updating smithi100:/etc/ceph/ceph.conf 2024-05-09T03:45:39.380 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:39 smithi060 bash[21524]: cephadm 2024-05-09T03:45:37.877027+0000 mgr.a (mgr.14152) 50 : cephadm [INF] Updating smithi100:/var/lib/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-09T03:45:39.380 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:39 smithi060 bash[21524]: cephadm 2024-05-09T03:45:37.877027+0000 mgr.a (mgr.14152) 50 : cephadm [INF] Updating smithi100:/var/lib/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-09T03:45:39.380 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:39 smithi060 bash[21524]: cephadm 2024-05-09T03:45:37.880343+0000 mgr.a (mgr.14152) 51 : cephadm [INF] Updating smithi060:/var/lib/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-09T03:45:39.380 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:39 smithi060 bash[21524]: cephadm 2024-05-09T03:45:37.880343+0000 mgr.a (mgr.14152) 51 : cephadm [INF] Updating smithi060:/var/lib/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-09T03:45:39.381 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:39 smithi060 bash[21524]: audit 2024-05-09T03:45:38.048830+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:39.381 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:39 smithi060 bash[21524]: audit 2024-05-09T03:45:38.048830+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:39.381 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:39 smithi060 bash[21524]: audit 2024-05-09T03:45:38.054354+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:39.381 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:39 smithi060 bash[21524]: audit 2024-05-09T03:45:38.054354+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:39.381 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:39 smithi060 bash[21524]: audit 2024-05-09T03:45:38.060110+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:39.381 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:39 smithi060 bash[21524]: audit 2024-05-09T03:45:38.060110+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:39.381 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:39 smithi060 bash[21524]: audit 2024-05-09T03:45:38.065650+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:39.381 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:39 smithi060 bash[21524]: audit 2024-05-09T03:45:38.065650+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:39.381 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:39 smithi060 bash[21524]: audit 2024-05-09T03:45:38.071653+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:39.381 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:39 smithi060 bash[21524]: audit 2024-05-09T03:45:38.071653+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:39.381 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:39 smithi060 bash[21524]: audit 2024-05-09T03:45:38.144221+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:39.381 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:39 smithi060 bash[21524]: audit 2024-05-09T03:45:38.144221+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:39.381 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:39 smithi060 bash[21524]: audit 2024-05-09T03:45:38.149556+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:39.381 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:39 smithi060 bash[21524]: audit 2024-05-09T03:45:38.149556+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:39.381 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:39 smithi060 bash[21524]: audit 2024-05-09T03:45:38.155037+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:39.382 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:39 smithi060 bash[21524]: audit 2024-05-09T03:45:38.155037+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:39.382 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:39 smithi060 bash[21524]: audit 2024-05-09T03:45:38.160302+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:39.382 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:39 smithi060 bash[21524]: audit 2024-05-09T03:45:38.160302+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:39.382 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:39 smithi060 bash[21524]: cephadm 2024-05-09T03:45:38.161097+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-05-09T03:45:39.382 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:39 smithi060 bash[21524]: cephadm 2024-05-09T03:45:38.161097+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-05-09T03:45:39.382 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:39 smithi060 bash[21524]: audit 2024-05-09T03:45:38.161704+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-09T03:45:39.382 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:39 smithi060 bash[21524]: audit 2024-05-09T03:45:38.161704+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-09T03:45:39.382 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:39 smithi060 bash[21524]: audit 2024-05-09T03:45:38.163053+0000 mon.a (mon.0) 180 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-09T03:45:39.383 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:39 smithi060 bash[21524]: audit 2024-05-09T03:45:38.163053+0000 mon.a (mon.0) 180 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-09T03:45:39.383 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:39 smithi060 bash[21524]: audit 2024-05-09T03:45:38.164448+0000 mon.a (mon.0) 181 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:45:39.383 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:39 smithi060 bash[21524]: audit 2024-05-09T03:45:38.164448+0000 mon.a (mon.0) 181 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:45:39.383 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:39 smithi060 bash[21524]: cephadm 2024-05-09T03:45:38.166049+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Reconfiguring daemon mon.a on smithi060 2024-05-09T03:45:39.383 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:39 smithi060 bash[21524]: cephadm 2024-05-09T03:45:38.166049+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Reconfiguring daemon mon.a on smithi060 2024-05-09T03:45:39.383 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:39 smithi060 bash[21524]: cluster 2024-05-09T03:45:38.167129+0000 mgr.a (mgr.14152) 54 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:39.383 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:39 smithi060 bash[21524]: cluster 2024-05-09T03:45:38.167129+0000 mgr.a (mgr.14152) 54 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:39.383 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:39 smithi060 bash[21524]: audit 2024-05-09T03:45:38.277935+0000 mon.a (mon.0) 182 : audit [DBG] from='client.? 172.21.15.100:0/3309700087' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-09T03:45:39.383 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:39 smithi060 bash[21524]: audit 2024-05-09T03:45:38.277935+0000 mon.a (mon.0) 182 : audit [DBG] from='client.? 172.21.15.100:0/3309700087' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-09T03:45:39.383 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:39 smithi060 bash[21524]: audit 2024-05-09T03:45:38.515491+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T03:45:39.383 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:39 smithi060 bash[21524]: audit 2024-05-09T03:45:38.515491+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T03:45:41.474 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:41 smithi100 bash[23626]: cluster 2024-05-09T03:45:40.167574+0000 mgr.a (mgr.14152) 55 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:41.474 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:41 smithi100 bash[23626]: cluster 2024-05-09T03:45:40.167574+0000 mgr.a (mgr.14152) 55 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:41.474 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:41 smithi100 bash[23626]: audit 2024-05-09T03:45:40.181136+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:41.474 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:41 smithi100 bash[23626]: audit 2024-05-09T03:45:40.181136+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:41.474 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:41 smithi100 bash[23626]: audit 2024-05-09T03:45:40.189359+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:41.474 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:41 smithi100 bash[23626]: audit 2024-05-09T03:45:40.189359+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:41.474 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:41 smithi100 bash[23626]: cephadm 2024-05-09T03:45:40.234889+0000 mgr.a (mgr.14152) 56 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-05-09T03:45:41.474 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:41 smithi100 bash[23626]: cephadm 2024-05-09T03:45:40.234889+0000 mgr.a (mgr.14152) 56 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-05-09T03:45:41.474 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:41 smithi100 bash[23626]: audit 2024-05-09T03:45:40.235542+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-09T03:45:41.475 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:41 smithi100 bash[23626]: audit 2024-05-09T03:45:40.235542+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-09T03:45:41.475 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:41 smithi100 bash[23626]: audit 2024-05-09T03:45:40.237299+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-09T03:45:41.475 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:41 smithi100 bash[23626]: audit 2024-05-09T03:45:40.237299+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-09T03:45:41.475 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:41 smithi100 bash[23626]: audit 2024-05-09T03:45:40.239121+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:45:41.475 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:41 smithi100 bash[23626]: audit 2024-05-09T03:45:40.239121+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:45:41.475 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:41 smithi100 bash[23626]: cephadm 2024-05-09T03:45:40.241125+0000 mgr.a (mgr.14152) 57 : cephadm [INF] Reconfiguring daemon mon.b on smithi100 2024-05-09T03:45:41.475 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:41 smithi100 bash[23626]: cephadm 2024-05-09T03:45:40.241125+0000 mgr.a (mgr.14152) 57 : cephadm [INF] Reconfiguring daemon mon.b on smithi100 2024-05-09T03:45:41.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:41 smithi060 bash[21524]: cluster 2024-05-09T03:45:40.167574+0000 mgr.a (mgr.14152) 55 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:41.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:41 smithi060 bash[21524]: cluster 2024-05-09T03:45:40.167574+0000 mgr.a (mgr.14152) 55 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:41.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:41 smithi060 bash[21524]: audit 2024-05-09T03:45:40.181136+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:41.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:41 smithi060 bash[21524]: audit 2024-05-09T03:45:40.181136+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:41.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:41 smithi060 bash[21524]: audit 2024-05-09T03:45:40.189359+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:41.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:41 smithi060 bash[21524]: audit 2024-05-09T03:45:40.189359+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:41.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:41 smithi060 bash[21524]: cephadm 2024-05-09T03:45:40.234889+0000 mgr.a (mgr.14152) 56 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-05-09T03:45:41.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:41 smithi060 bash[21524]: cephadm 2024-05-09T03:45:40.234889+0000 mgr.a (mgr.14152) 56 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-05-09T03:45:41.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:41 smithi060 bash[21524]: audit 2024-05-09T03:45:40.235542+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-09T03:45:41.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:41 smithi060 bash[21524]: audit 2024-05-09T03:45:40.235542+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-09T03:45:41.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:41 smithi060 bash[21524]: audit 2024-05-09T03:45:40.237299+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-09T03:45:41.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:41 smithi060 bash[21524]: audit 2024-05-09T03:45:40.237299+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-09T03:45:41.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:41 smithi060 bash[21524]: audit 2024-05-09T03:45:40.239121+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:45:41.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:41 smithi060 bash[21524]: audit 2024-05-09T03:45:40.239121+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:45:41.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:41 smithi060 bash[21524]: cephadm 2024-05-09T03:45:40.241125+0000 mgr.a (mgr.14152) 57 : cephadm [INF] Reconfiguring daemon mon.b on smithi100 2024-05-09T03:45:41.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:41 smithi060 bash[21524]: cephadm 2024-05-09T03:45:40.241125+0000 mgr.a (mgr.14152) 57 : cephadm [INF] Reconfiguring daemon mon.b on smithi100 2024-05-09T03:45:43.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:43 smithi100 bash[23626]: audit 2024-05-09T03:45:42.141503+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:43.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:43 smithi100 bash[23626]: audit 2024-05-09T03:45:42.141503+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:43.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:43 smithi100 bash[23626]: audit 2024-05-09T03:45:42.148596+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:43.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:43 smithi100 bash[23626]: audit 2024-05-09T03:45:42.148596+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:43.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:43 smithi100 bash[23626]: audit 2024-05-09T03:45:42.163263+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T03:45:43.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:43 smithi100 bash[23626]: audit 2024-05-09T03:45:42.163263+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T03:45:43.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:43 smithi100 bash[23626]: cluster 2024-05-09T03:45:42.168008+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:43.548 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:43 smithi100 bash[23626]: cluster 2024-05-09T03:45:42.168008+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:43.548 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:43 smithi100 bash[23626]: audit 2024-05-09T03:45:42.845419+0000 mon.a (mon.0) 192 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:45:43.548 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:43 smithi100 bash[23626]: audit 2024-05-09T03:45:42.845419+0000 mon.a (mon.0) 192 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:45:43.548 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:43 smithi100 bash[23626]: audit 2024-05-09T03:45:42.847207+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T03:45:43.548 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:43 smithi100 bash[23626]: audit 2024-05-09T03:45:42.847207+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T03:45:43.548 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:43 smithi100 bash[23626]: audit 2024-05-09T03:45:42.855762+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:43.548 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:43 smithi100 bash[23626]: audit 2024-05-09T03:45:42.855762+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:43.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:43 smithi060 bash[21524]: audit 2024-05-09T03:45:42.141503+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:43.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:43 smithi060 bash[21524]: audit 2024-05-09T03:45:42.141503+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:43.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:43 smithi060 bash[21524]: audit 2024-05-09T03:45:42.148596+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:43.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:43 smithi060 bash[21524]: audit 2024-05-09T03:45:42.148596+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:43.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:43 smithi060 bash[21524]: audit 2024-05-09T03:45:42.163263+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T03:45:43.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:43 smithi060 bash[21524]: audit 2024-05-09T03:45:42.163263+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T03:45:43.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:43 smithi060 bash[21524]: cluster 2024-05-09T03:45:42.168008+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:43.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:43 smithi060 bash[21524]: cluster 2024-05-09T03:45:42.168008+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:43.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:43 smithi060 bash[21524]: audit 2024-05-09T03:45:42.845419+0000 mon.a (mon.0) 192 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:45:43.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:43 smithi060 bash[21524]: audit 2024-05-09T03:45:42.845419+0000 mon.a (mon.0) 192 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:45:43.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:43 smithi060 bash[21524]: audit 2024-05-09T03:45:42.847207+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T03:45:43.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:43 smithi060 bash[21524]: audit 2024-05-09T03:45:42.847207+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T03:45:43.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:43 smithi060 bash[21524]: audit 2024-05-09T03:45:42.855762+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:43.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:43 smithi060 bash[21524]: audit 2024-05-09T03:45:42.855762+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:43.707 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/mon.a/config 2024-05-09T03:45:44.830 INFO:teuthology.orchestra.run.smithi060.stdout:# minimal ceph.conf for d6ec865c-0db5-11ef-bc97-c7b262605968 2024-05-09T03:45:44.830 INFO:teuthology.orchestra.run.smithi060.stdout:[global] 2024-05-09T03:45:44.830 INFO:teuthology.orchestra.run.smithi060.stdout: fsid = d6ec865c-0db5-11ef-bc97-c7b262605968 2024-05-09T03:45:44.830 INFO:teuthology.orchestra.run.smithi060.stdout: mon_host = [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] [v2:172.21.15.100:3300/0,v1:172.21.15.100:6789/0] 2024-05-09T03:45:45.506 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:45 smithi060 bash[21524]: cluster 2024-05-09T03:45:44.168448+0000 mgr.a (mgr.14152) 59 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:45.506 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:45 smithi060 bash[21524]: cluster 2024-05-09T03:45:44.168448+0000 mgr.a (mgr.14152) 59 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:45.506 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:45 smithi060 bash[21524]: audit 2024-05-09T03:45:44.831530+0000 mon.a (mon.0) 195 : audit [DBG] from='client.? 172.21.15.60:0/1668534636' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:45:45.507 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:45 smithi060 bash[21524]: audit 2024-05-09T03:45:44.831530+0000 mon.a (mon.0) 195 : audit [DBG] from='client.? 172.21.15.60:0/1668534636' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:45:45.508 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-05-09T03:45:45.508 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-05-09T03:45:45.508 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd of=/etc/ceph/ceph.conf 2024-05-09T03:45:45.522 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-05-09T03:45:45.522 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-05-09T03:45:45.546 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:45 smithi100 bash[23626]: cluster 2024-05-09T03:45:44.168448+0000 mgr.a (mgr.14152) 59 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:45.546 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:45 smithi100 bash[23626]: cluster 2024-05-09T03:45:44.168448+0000 mgr.a (mgr.14152) 59 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:45.546 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:45 smithi100 bash[23626]: audit 2024-05-09T03:45:44.831530+0000 mon.a (mon.0) 195 : audit [DBG] from='client.? 172.21.15.60:0/1668534636' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:45:45.546 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:45 smithi100 bash[23626]: audit 2024-05-09T03:45:44.831530+0000 mon.a (mon.0) 195 : audit [DBG] from='client.? 172.21.15.60:0/1668534636' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:45:45.578 DEBUG:teuthology.orchestra.run.smithi100:> set -ex 2024-05-09T03:45:45.578 DEBUG:teuthology.orchestra.run.smithi100:> sudo dd of=/etc/ceph/ceph.conf 2024-05-09T03:45:45.592 DEBUG:teuthology.orchestra.run.smithi100:> set -ex 2024-05-09T03:45:45.593 DEBUG:teuthology.orchestra.run.smithi100:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-05-09T03:45:45.648 INFO:tasks.cephadm:Adding mgr.a on smithi060 2024-05-09T03:45:45.648 INFO:tasks.cephadm:Adding mgr.b on smithi100 2024-05-09T03:45:45.648 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c66c553a84eb9faa0029f5f0bb8284e3a826ac85 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d6ec865c-0db5-11ef-bc97-c7b262605968 -- ceph orch apply mgr '2;smithi060=a;smithi100=b' 2024-05-09T03:45:47.546 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:47 smithi100 bash[23626]: cluster 2024-05-09T03:45:46.168903+0000 mgr.a (mgr.14152) 60 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:47.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:47 smithi100 bash[23626]: cluster 2024-05-09T03:45:46.168903+0000 mgr.a (mgr.14152) 60 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:47.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:47 smithi060 bash[21524]: cluster 2024-05-09T03:45:46.168903+0000 mgr.a (mgr.14152) 60 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:47.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:47 smithi060 bash[21524]: cluster 2024-05-09T03:45:46.168903+0000 mgr.a (mgr.14152) 60 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:49.387 INFO:teuthology.orchestra.run.smithi100.stderr:Inferring config /var/lib/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/mon.b/config 2024-05-09T03:45:49.546 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:49 smithi100 bash[23626]: cluster 2024-05-09T03:45:48.169303+0000 mgr.a (mgr.14152) 61 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:49.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:49 smithi100 bash[23626]: cluster 2024-05-09T03:45:48.169303+0000 mgr.a (mgr.14152) 61 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:49.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:49 smithi060 bash[21524]: cluster 2024-05-09T03:45:48.169303+0000 mgr.a (mgr.14152) 61 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:49.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:49 smithi060 bash[21524]: cluster 2024-05-09T03:45:48.169303+0000 mgr.a (mgr.14152) 61 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:50.613 INFO:teuthology.orchestra.run.smithi100.stdout:Scheduled mgr update... 2024-05-09T03:45:51.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:51 smithi100 bash[23626]: cluster 2024-05-09T03:45:50.169696+0000 mgr.a (mgr.14152) 62 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:51.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:51 smithi100 bash[23626]: cluster 2024-05-09T03:45:50.169696+0000 mgr.a (mgr.14152) 62 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:51.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:51 smithi100 bash[23626]: audit 2024-05-09T03:45:50.612982+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:51.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:51 smithi100 bash[23626]: audit 2024-05-09T03:45:50.612982+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:51.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:51 smithi100 bash[23626]: audit 2024-05-09T03:45:50.657668+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T03:45:51.548 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:51 smithi100 bash[23626]: audit 2024-05-09T03:45:50.657668+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T03:45:51.548 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:51 smithi100 bash[23626]: audit 2024-05-09T03:45:50.661258+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:45:51.548 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:51 smithi100 bash[23626]: audit 2024-05-09T03:45:50.661258+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:45:51.548 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:51 smithi100 bash[23626]: audit 2024-05-09T03:45:50.663218+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T03:45:51.548 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:51 smithi100 bash[23626]: audit 2024-05-09T03:45:50.663218+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T03:45:51.548 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:51 smithi100 bash[23626]: audit 2024-05-09T03:45:50.672180+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:51.548 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:51 smithi100 bash[23626]: audit 2024-05-09T03:45:50.672180+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:51.548 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:51 smithi100 bash[23626]: audit 2024-05-09T03:45:50.675405+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-09T03:45:51.548 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:51 smithi100 bash[23626]: audit 2024-05-09T03:45:50.675405+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-09T03:45:51.548 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:51 smithi100 bash[23626]: audit 2024-05-09T03:45:50.677638+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-05-09T03:45:51.548 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:51 smithi100 bash[23626]: audit 2024-05-09T03:45:50.677638+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-05-09T03:45:51.548 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:51 smithi100 bash[23626]: audit 2024-05-09T03:45:50.682254+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-09T03:45:51.548 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:51 smithi100 bash[23626]: audit 2024-05-09T03:45:50.682254+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-09T03:45:51.549 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:51 smithi100 bash[23626]: audit 2024-05-09T03:45:50.684302+0000 mon.a (mon.0) 204 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:45:51.549 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:51 smithi100 bash[23626]: audit 2024-05-09T03:45:50.684302+0000 mon.a (mon.0) 204 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:45:51.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:51 smithi060 bash[21524]: cluster 2024-05-09T03:45:50.169696+0000 mgr.a (mgr.14152) 62 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:51.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:51 smithi060 bash[21524]: cluster 2024-05-09T03:45:50.169696+0000 mgr.a (mgr.14152) 62 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:51.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:51 smithi060 bash[21524]: audit 2024-05-09T03:45:50.612982+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:51.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:51 smithi060 bash[21524]: audit 2024-05-09T03:45:50.612982+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:51.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:51 smithi060 bash[21524]: audit 2024-05-09T03:45:50.657668+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T03:45:51.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:51 smithi060 bash[21524]: audit 2024-05-09T03:45:50.657668+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T03:45:51.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:51 smithi060 bash[21524]: audit 2024-05-09T03:45:50.661258+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:45:51.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:51 smithi060 bash[21524]: audit 2024-05-09T03:45:50.661258+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:45:51.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:51 smithi060 bash[21524]: audit 2024-05-09T03:45:50.663218+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T03:45:51.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:51 smithi060 bash[21524]: audit 2024-05-09T03:45:50.663218+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T03:45:51.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:51 smithi060 bash[21524]: audit 2024-05-09T03:45:50.672180+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:51.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:51 smithi060 bash[21524]: audit 2024-05-09T03:45:50.672180+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:51.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:51 smithi060 bash[21524]: audit 2024-05-09T03:45:50.675405+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-09T03:45:51.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:51 smithi060 bash[21524]: audit 2024-05-09T03:45:50.675405+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-09T03:45:51.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:51 smithi060 bash[21524]: audit 2024-05-09T03:45:50.677638+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-05-09T03:45:51.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:51 smithi060 bash[21524]: audit 2024-05-09T03:45:50.677638+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-05-09T03:45:51.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:51 smithi060 bash[21524]: audit 2024-05-09T03:45:50.682254+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-09T03:45:51.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:51 smithi060 bash[21524]: audit 2024-05-09T03:45:50.682254+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-09T03:45:51.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:51 smithi060 bash[21524]: audit 2024-05-09T03:45:50.684302+0000 mon.a (mon.0) 204 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:45:51.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:51 smithi060 bash[21524]: audit 2024-05-09T03:45:50.684302+0000 mon.a (mon.0) 204 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:45:51.729 DEBUG:teuthology.orchestra.run.smithi100:mgr.b> sudo journalctl -f -n 0 -u ceph-d6ec865c-0db5-11ef-bc97-c7b262605968@mgr.b.service 2024-05-09T03:45:51.731 INFO:tasks.cephadm:Deploying OSDs... 2024-05-09T03:45:51.732 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-05-09T03:45:51.732 DEBUG:teuthology.orchestra.run.smithi060:> dd if=/scratch_devs of=/dev/stdout 2024-05-09T03:45:51.738 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-09T03:45:51.739 DEBUG:teuthology.orchestra.run.smithi060:> stat /dev/vg_nvme/lv_1 2024-05-09T03:45:51.787 INFO:teuthology.orchestra.run.smithi060.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-05-09T03:45:51.787 INFO:teuthology.orchestra.run.smithi060.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-09T03:45:51.787 INFO:teuthology.orchestra.run.smithi060.stdout:Device: 5h/5d Inode: 874 Links: 1 2024-05-09T03:45:51.787 INFO:teuthology.orchestra.run.smithi060.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-09T03:45:51.787 INFO:teuthology.orchestra.run.smithi060.stdout:Access: 2024-05-09 03:34:56.936429842 +0000 2024-05-09T03:45:51.787 INFO:teuthology.orchestra.run.smithi060.stdout:Modify: 2024-05-09 03:34:56.664432271 +0000 2024-05-09T03:45:51.787 INFO:teuthology.orchestra.run.smithi060.stdout:Change: 2024-05-09 03:34:56.664432271 +0000 2024-05-09T03:45:51.787 INFO:teuthology.orchestra.run.smithi060.stdout: Birth: - 2024-05-09T03:45:51.787 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-05-09T03:45:51.840 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records in 2024-05-09T03:45:51.841 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records out 2024-05-09T03:45:51.841 INFO:teuthology.orchestra.run.smithi060.stderr:512 bytes copied, 0.000209955 s, 2.4 MB/s 2024-05-09T03:45:51.842 DEBUG:teuthology.orchestra.run.smithi060:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-05-09T03:45:51.891 DEBUG:teuthology.orchestra.run.smithi060:> stat /dev/vg_nvme/lv_2 2024-05-09T03:45:51.939 INFO:teuthology.orchestra.run.smithi060.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-05-09T03:45:51.939 INFO:teuthology.orchestra.run.smithi060.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-09T03:45:51.939 INFO:teuthology.orchestra.run.smithi060.stdout:Device: 5h/5d Inode: 897 Links: 1 2024-05-09T03:45:51.939 INFO:teuthology.orchestra.run.smithi060.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-09T03:45:51.939 INFO:teuthology.orchestra.run.smithi060.stdout:Access: 2024-05-09 03:34:57.420425518 +0000 2024-05-09T03:45:51.939 INFO:teuthology.orchestra.run.smithi060.stdout:Modify: 2024-05-09 03:34:57.136428054 +0000 2024-05-09T03:45:51.939 INFO:teuthology.orchestra.run.smithi060.stdout:Change: 2024-05-09 03:34:57.136428054 +0000 2024-05-09T03:45:51.940 INFO:teuthology.orchestra.run.smithi060.stdout: Birth: - 2024-05-09T03:45:51.940 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-05-09T03:45:51.993 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records in 2024-05-09T03:45:51.993 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records out 2024-05-09T03:45:51.993 INFO:teuthology.orchestra.run.smithi060.stderr:512 bytes copied, 0.000302438 s, 1.7 MB/s 2024-05-09T03:45:51.994 DEBUG:teuthology.orchestra.run.smithi060:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-05-09T03:45:52.043 DEBUG:teuthology.orchestra.run.smithi060:> stat /dev/vg_nvme/lv_3 2024-05-09T03:45:52.090 INFO:teuthology.orchestra.run.smithi060.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-05-09T03:45:52.090 INFO:teuthology.orchestra.run.smithi060.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-09T03:45:52.090 INFO:teuthology.orchestra.run.smithi060.stdout:Device: 5h/5d Inode: 912 Links: 1 2024-05-09T03:45:52.090 INFO:teuthology.orchestra.run.smithi060.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-09T03:45:52.090 INFO:teuthology.orchestra.run.smithi060.stdout:Access: 2024-05-09 03:34:57.936420908 +0000 2024-05-09T03:45:52.090 INFO:teuthology.orchestra.run.smithi060.stdout:Modify: 2024-05-09 03:34:57.672423267 +0000 2024-05-09T03:45:52.090 INFO:teuthology.orchestra.run.smithi060.stdout:Change: 2024-05-09 03:34:57.672423267 +0000 2024-05-09T03:45:52.090 INFO:teuthology.orchestra.run.smithi060.stdout: Birth: - 2024-05-09T03:45:52.090 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-05-09T03:45:52.144 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records in 2024-05-09T03:45:52.145 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records out 2024-05-09T03:45:52.145 INFO:teuthology.orchestra.run.smithi060.stderr:512 bytes copied, 0.000317105 s, 1.6 MB/s 2024-05-09T03:45:52.146 DEBUG:teuthology.orchestra.run.smithi060:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-05-09T03:45:52.196 DEBUG:teuthology.orchestra.run.smithi060:> stat /dev/vg_nvme/lv_4 2024-05-09T03:45:52.242 INFO:teuthology.orchestra.run.smithi060.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-05-09T03:45:52.243 INFO:teuthology.orchestra.run.smithi060.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-09T03:45:52.243 INFO:teuthology.orchestra.run.smithi060.stdout:Device: 5h/5d Inode: 930 Links: 1 2024-05-09T03:45:52.243 INFO:teuthology.orchestra.run.smithi060.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-09T03:45:52.243 INFO:teuthology.orchestra.run.smithi060.stdout:Access: 2024-05-09 03:34:58.444416371 +0000 2024-05-09T03:45:52.243 INFO:teuthology.orchestra.run.smithi060.stdout:Modify: 2024-05-09 03:34:58.184418693 +0000 2024-05-09T03:45:52.243 INFO:teuthology.orchestra.run.smithi060.stdout:Change: 2024-05-09 03:34:58.184418693 +0000 2024-05-09T03:45:52.243 INFO:teuthology.orchestra.run.smithi060.stdout: Birth: - 2024-05-09T03:45:52.243 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-05-09T03:45:52.297 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records in 2024-05-09T03:45:52.297 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records out 2024-05-09T03:45:52.297 INFO:teuthology.orchestra.run.smithi060.stderr:512 bytes copied, 0.000306176 s, 1.7 MB/s 2024-05-09T03:45:52.298 DEBUG:teuthology.orchestra.run.smithi060:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-05-09T03:45:52.347 DEBUG:teuthology.orchestra.run.smithi100:> set -ex 2024-05-09T03:45:52.347 DEBUG:teuthology.orchestra.run.smithi100:> dd if=/scratch_devs of=/dev/stdout 2024-05-09T03:45:52.352 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-09T03:45:52.352 DEBUG:teuthology.orchestra.run.smithi100:> stat /dev/vg_nvme/lv_1 2024-05-09T03:45:52.404 INFO:teuthology.orchestra.run.smithi100.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-05-09T03:45:52.404 INFO:teuthology.orchestra.run.smithi100.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-09T03:45:52.404 INFO:teuthology.orchestra.run.smithi100.stdout:Device: 5h/5d Inode: 886 Links: 1 2024-05-09T03:45:52.405 INFO:teuthology.orchestra.run.smithi100.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-09T03:45:52.405 INFO:teuthology.orchestra.run.smithi100.stdout:Access: 2024-05-09 03:34:57.672770570 +0000 2024-05-09T03:45:52.405 INFO:teuthology.orchestra.run.smithi100.stdout:Modify: 2024-05-09 03:34:57.408772928 +0000 2024-05-09T03:45:52.405 INFO:teuthology.orchestra.run.smithi100.stdout:Change: 2024-05-09 03:34:57.408772928 +0000 2024-05-09T03:45:52.405 INFO:teuthology.orchestra.run.smithi100.stdout: Birth: - 2024-05-09T03:45:52.405 DEBUG:teuthology.orchestra.run.smithi100:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-05-09T03:45:52.456 INFO:teuthology.orchestra.run.smithi100.stderr:1+0 records in 2024-05-09T03:45:52.456 INFO:teuthology.orchestra.run.smithi100.stderr:1+0 records out 2024-05-09T03:45:52.456 INFO:teuthology.orchestra.run.smithi100.stderr:512 bytes copied, 0.000296905 s, 1.7 MB/s 2024-05-09T03:45:52.457 DEBUG:teuthology.orchestra.run.smithi100:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-05-09T03:45:52.506 DEBUG:teuthology.orchestra.run.smithi100:> stat /dev/vg_nvme/lv_2 2024-05-09T03:45:52.530 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:52 smithi100 bash[23626]: audit 2024-05-09T03:45:50.603114+0000 mgr.a (mgr.14152) 63 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi060=a;smithi100=b", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T03:45:52.531 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:52 smithi100 bash[23626]: audit 2024-05-09T03:45:50.603114+0000 mgr.a (mgr.14152) 63 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi060=a;smithi100=b", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T03:45:52.531 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:52 smithi100 bash[23626]: cephadm 2024-05-09T03:45:50.606682+0000 mgr.a (mgr.14152) 64 : cephadm [INF] Saving service mgr spec with placement smithi060=a;smithi100=b;count:2 2024-05-09T03:45:52.531 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:52 smithi100 bash[23626]: cephadm 2024-05-09T03:45:50.606682+0000 mgr.a (mgr.14152) 64 : cephadm [INF] Saving service mgr spec with placement smithi060=a;smithi100=b;count:2 2024-05-09T03:45:52.531 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:52 smithi100 bash[23626]: cephadm 2024-05-09T03:45:50.686373+0000 mgr.a (mgr.14152) 65 : cephadm [INF] Deploying daemon mgr.b on smithi100 2024-05-09T03:45:52.531 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:52 smithi100 bash[23626]: cephadm 2024-05-09T03:45:50.686373+0000 mgr.a (mgr.14152) 65 : cephadm [INF] Deploying daemon mgr.b on smithi100 2024-05-09T03:45:52.536 INFO:teuthology.orchestra.run.smithi100.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-05-09T03:45:52.536 INFO:teuthology.orchestra.run.smithi100.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-09T03:45:52.536 INFO:teuthology.orchestra.run.smithi100.stdout:Device: 5h/5d Inode: 902 Links: 1 2024-05-09T03:45:52.536 INFO:teuthology.orchestra.run.smithi100.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-09T03:45:52.536 INFO:teuthology.orchestra.run.smithi100.stdout:Access: 2024-05-09 03:34:58.164766176 +0000 2024-05-09T03:45:52.536 INFO:teuthology.orchestra.run.smithi100.stdout:Modify: 2024-05-09 03:34:57.900768534 +0000 2024-05-09T03:45:52.536 INFO:teuthology.orchestra.run.smithi100.stdout:Change: 2024-05-09 03:34:57.900768534 +0000 2024-05-09T03:45:52.536 INFO:teuthology.orchestra.run.smithi100.stdout: Birth: - 2024-05-09T03:45:52.536 DEBUG:teuthology.orchestra.run.smithi100:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-05-09T03:45:52.592 INFO:teuthology.orchestra.run.smithi100.stderr:1+0 records in 2024-05-09T03:45:52.592 INFO:teuthology.orchestra.run.smithi100.stderr:1+0 records out 2024-05-09T03:45:52.592 INFO:teuthology.orchestra.run.smithi100.stderr:512 bytes copied, 0.000363958 s, 1.4 MB/s 2024-05-09T03:45:52.593 DEBUG:teuthology.orchestra.run.smithi100:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-05-09T03:45:52.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:52 smithi060 bash[21524]: audit 2024-05-09T03:45:50.603114+0000 mgr.a (mgr.14152) 63 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi060=a;smithi100=b", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T03:45:52.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:52 smithi060 bash[21524]: audit 2024-05-09T03:45:50.603114+0000 mgr.a (mgr.14152) 63 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi060=a;smithi100=b", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T03:45:52.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:52 smithi060 bash[21524]: cephadm 2024-05-09T03:45:50.606682+0000 mgr.a (mgr.14152) 64 : cephadm [INF] Saving service mgr spec with placement smithi060=a;smithi100=b;count:2 2024-05-09T03:45:52.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:52 smithi060 bash[21524]: cephadm 2024-05-09T03:45:50.606682+0000 mgr.a (mgr.14152) 64 : cephadm [INF] Saving service mgr spec with placement smithi060=a;smithi100=b;count:2 2024-05-09T03:45:52.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:52 smithi060 bash[21524]: cephadm 2024-05-09T03:45:50.686373+0000 mgr.a (mgr.14152) 65 : cephadm [INF] Deploying daemon mgr.b on smithi100 2024-05-09T03:45:52.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:52 smithi060 bash[21524]: cephadm 2024-05-09T03:45:50.686373+0000 mgr.a (mgr.14152) 65 : cephadm [INF] Deploying daemon mgr.b on smithi100 2024-05-09T03:45:52.642 DEBUG:teuthology.orchestra.run.smithi100:> stat /dev/vg_nvme/lv_3 2024-05-09T03:45:52.689 INFO:teuthology.orchestra.run.smithi100.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-05-09T03:45:52.689 INFO:teuthology.orchestra.run.smithi100.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-09T03:45:52.689 INFO:teuthology.orchestra.run.smithi100.stdout:Device: 5h/5d Inode: 924 Links: 1 2024-05-09T03:45:52.689 INFO:teuthology.orchestra.run.smithi100.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-09T03:45:52.690 INFO:teuthology.orchestra.run.smithi100.stdout:Access: 2024-05-09 03:34:58.672761638 +0000 2024-05-09T03:45:52.690 INFO:teuthology.orchestra.run.smithi100.stdout:Modify: 2024-05-09 03:34:58.416763924 +0000 2024-05-09T03:45:52.690 INFO:teuthology.orchestra.run.smithi100.stdout:Change: 2024-05-09 03:34:58.416763924 +0000 2024-05-09T03:45:52.690 INFO:teuthology.orchestra.run.smithi100.stdout: Birth: - 2024-05-09T03:45:52.690 DEBUG:teuthology.orchestra.run.smithi100:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-05-09T03:45:52.743 INFO:teuthology.orchestra.run.smithi100.stderr:1+0 records in 2024-05-09T03:45:52.743 INFO:teuthology.orchestra.run.smithi100.stderr:1+0 records out 2024-05-09T03:45:52.743 INFO:teuthology.orchestra.run.smithi100.stderr:512 bytes copied, 0.000421508 s, 1.2 MB/s 2024-05-09T03:45:52.744 DEBUG:teuthology.orchestra.run.smithi100:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-05-09T03:45:52.794 DEBUG:teuthology.orchestra.run.smithi100:> stat /dev/vg_nvme/lv_4 2024-05-09T03:45:52.841 INFO:teuthology.orchestra.run.smithi100.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-05-09T03:45:52.841 INFO:teuthology.orchestra.run.smithi100.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-09T03:45:52.841 INFO:teuthology.orchestra.run.smithi100.stdout:Device: 5h/5d Inode: 942 Links: 1 2024-05-09T03:45:52.841 INFO:teuthology.orchestra.run.smithi100.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-09T03:45:52.841 INFO:teuthology.orchestra.run.smithi100.stdout:Access: 2024-05-09 03:34:59.212756815 +0000 2024-05-09T03:45:52.841 INFO:teuthology.orchestra.run.smithi100.stdout:Modify: 2024-05-09 03:34:58.932759315 +0000 2024-05-09T03:45:52.841 INFO:teuthology.orchestra.run.smithi100.stdout:Change: 2024-05-09 03:34:58.932759315 +0000 2024-05-09T03:45:52.842 INFO:teuthology.orchestra.run.smithi100.stdout: Birth: - 2024-05-09T03:45:52.842 DEBUG:teuthology.orchestra.run.smithi100:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-05-09T03:45:52.899 INFO:teuthology.orchestra.run.smithi100.stderr:1+0 records in 2024-05-09T03:45:52.900 INFO:teuthology.orchestra.run.smithi100.stderr:1+0 records out 2024-05-09T03:45:52.900 INFO:teuthology.orchestra.run.smithi100.stderr:512 bytes copied, 0.000367373 s, 1.4 MB/s 2024-05-09T03:45:52.901 DEBUG:teuthology.orchestra.run.smithi100:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-05-09T03:45:52.950 INFO:tasks.cephadm:Deploying osd.0 on smithi060 with /dev/vg_nvme/lv_4... 2024-05-09T03:45:52.950 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c66c553a84eb9faa0029f5f0bb8284e3a826ac85 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d6ec865c-0db5-11ef-bc97-c7b262605968 -- lvm zap /dev/vg_nvme/lv_4 2024-05-09T03:45:53.296 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:53 smithi100 systemd[1]: /etc/systemd/system/ceph-d6ec865c-0db5-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-09T03:45:53.296 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:53 smithi100 bash[23626]: cluster 2024-05-09T03:45:52.170146+0000 mgr.a (mgr.14152) 66 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:53.296 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:53 smithi100 bash[23626]: cluster 2024-05-09T03:45:52.170146+0000 mgr.a (mgr.14152) 66 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:53.297 INFO:journalctl@ceph.mgr.b.smithi100.stdout:May 09 03:45:53 smithi100 systemd[1]: /etc/systemd/system/ceph-d6ec865c-0db5-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-09T03:45:53.297 INFO:journalctl@ceph.mgr.b.smithi100.stdout:May 09 03:45:53 smithi100 systemd[1]: /etc/systemd/system/ceph-d6ec865c-0db5-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-09T03:45:53.297 INFO:journalctl@ceph.mgr.b.smithi100.stdout:May 09 03:45:53 smithi100 systemd[1]: /etc/systemd/system/ceph-d6ec865c-0db5-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-09T03:45:53.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:53 smithi060 bash[21524]: cluster 2024-05-09T03:45:52.170146+0000 mgr.a (mgr.14152) 66 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:53.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:53 smithi060 bash[21524]: cluster 2024-05-09T03:45:52.170146+0000 mgr.a (mgr.14152) 66 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:53.796 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:53 smithi100 systemd[1]: /etc/systemd/system/ceph-d6ec865c-0db5-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-09T03:45:53.796 INFO:journalctl@ceph.mgr.b.smithi100.stdout:May 09 03:45:53 smithi100 systemd[1]: /etc/systemd/system/ceph-d6ec865c-0db5-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-09T03:45:53.797 INFO:journalctl@ceph.mgr.b.smithi100.stdout:May 09 03:45:53 smithi100 systemd[1]: Started Ceph mgr.b for d6ec865c-0db5-11ef-bc97-c7b262605968. 2024-05-09T03:45:54.796 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:54 smithi100 bash[23626]: audit 2024-05-09T03:45:53.528946+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:54.797 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:54 smithi100 bash[23626]: audit 2024-05-09T03:45:53.528946+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:54.797 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:54 smithi100 bash[23626]: audit 2024-05-09T03:45:53.536008+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:54.797 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:54 smithi100 bash[23626]: audit 2024-05-09T03:45:53.536008+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:54.797 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:54 smithi100 bash[23626]: audit 2024-05-09T03:45:53.563058+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:54.797 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:54 smithi100 bash[23626]: audit 2024-05-09T03:45:53.563058+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:54.797 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:54 smithi100 bash[23626]: audit 2024-05-09T03:45:53.569448+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:54.797 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:54 smithi100 bash[23626]: audit 2024-05-09T03:45:53.569448+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:54.797 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:54 smithi100 bash[23626]: audit 2024-05-09T03:45:53.638986+0000 mon.a (mon.0) 209 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T03:45:54.797 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:54 smithi100 bash[23626]: audit 2024-05-09T03:45:53.638986+0000 mon.a (mon.0) 209 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T03:45:54.797 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:54 smithi100 bash[23626]: cluster 2024-05-09T03:45:54.170480+0000 mgr.a (mgr.14152) 67 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:54.797 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:54 smithi100 bash[23626]: cluster 2024-05-09T03:45:54.170480+0000 mgr.a (mgr.14152) 67 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:54.798 INFO:journalctl@ceph.mgr.b.smithi100.stdout:May 09 03:45:54 smithi100 bash[24382]: debug 2024-05-09T03:45:54.470+0000 7f726ac4a700 1 -- 172.21.15.100:0/1686682471 <== mon.1 v2:172.21.15.100:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x55b85c84a5a0 con 0x55b85d5ca800 2024-05-09T03:45:54.880 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:54 smithi060 bash[21524]: audit 2024-05-09T03:45:53.528946+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:54.880 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:54 smithi060 bash[21524]: audit 2024-05-09T03:45:53.528946+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:54.880 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:54 smithi060 bash[21524]: audit 2024-05-09T03:45:53.536008+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:54.880 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:54 smithi060 bash[21524]: audit 2024-05-09T03:45:53.536008+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:54.880 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:54 smithi060 bash[21524]: audit 2024-05-09T03:45:53.563058+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:54.880 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:54 smithi060 bash[21524]: audit 2024-05-09T03:45:53.563058+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:54.880 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:54 smithi060 bash[21524]: audit 2024-05-09T03:45:53.569448+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:54.880 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:54 smithi060 bash[21524]: audit 2024-05-09T03:45:53.569448+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:54.880 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:54 smithi060 bash[21524]: audit 2024-05-09T03:45:53.638986+0000 mon.a (mon.0) 209 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T03:45:54.881 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:54 smithi060 bash[21524]: audit 2024-05-09T03:45:53.638986+0000 mon.a (mon.0) 209 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T03:45:54.881 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:54 smithi060 bash[21524]: cluster 2024-05-09T03:45:54.170480+0000 mgr.a (mgr.14152) 67 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:54.881 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:54 smithi060 bash[21524]: cluster 2024-05-09T03:45:54.170480+0000 mgr.a (mgr.14152) 67 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:57.546 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:57 smithi100 bash[23626]: cluster 2024-05-09T03:45:56.170862+0000 mgr.a (mgr.14152) 68 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:57.546 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:57 smithi100 bash[23626]: cluster 2024-05-09T03:45:56.170862+0000 mgr.a (mgr.14152) 68 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:57.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:57 smithi060 bash[21524]: cluster 2024-05-09T03:45:56.170862+0000 mgr.a (mgr.14152) 68 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:57.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:57 smithi060 bash[21524]: cluster 2024-05-09T03:45:56.170862+0000 mgr.a (mgr.14152) 68 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:57.672 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/mon.a/config 2024-05-09T03:45:58.518 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:58 smithi060 bash[21524]: audit 2024-05-09T03:45:57.247848+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:58.519 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:58 smithi060 bash[21524]: audit 2024-05-09T03:45:57.247848+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:58.546 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:58 smithi100 bash[23626]: audit 2024-05-09T03:45:57.247848+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:58.546 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:58 smithi100 bash[23626]: audit 2024-05-09T03:45:57.247848+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:59.379 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:59 smithi060 bash[21524]: cluster 2024-05-09T03:45:58.171321+0000 mgr.a (mgr.14152) 69 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:59.380 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:59 smithi060 bash[21524]: cluster 2024-05-09T03:45:58.171321+0000 mgr.a (mgr.14152) 69 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:59.380 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:59 smithi060 bash[21524]: audit 2024-05-09T03:45:58.878169+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:59.380 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:59 smithi060 bash[21524]: audit 2024-05-09T03:45:58.878169+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:59.380 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:59 smithi060 bash[21524]: audit 2024-05-09T03:45:58.885605+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:59.380 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:59 smithi060 bash[21524]: audit 2024-05-09T03:45:58.885605+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:59.380 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:59 smithi060 bash[21524]: audit 2024-05-09T03:45:58.887384+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:45:59.380 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:59 smithi060 bash[21524]: audit 2024-05-09T03:45:58.887384+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:45:59.380 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:59 smithi060 bash[21524]: audit 2024-05-09T03:45:58.889343+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T03:45:59.380 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:59 smithi060 bash[21524]: audit 2024-05-09T03:45:58.889343+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T03:45:59.380 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:59 smithi060 bash[21524]: audit 2024-05-09T03:45:58.898147+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:59.380 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:59 smithi060 bash[21524]: audit 2024-05-09T03:45:58.898147+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:59.380 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:59 smithi060 bash[21524]: audit 2024-05-09T03:45:58.969756+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-09T03:45:59.381 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:59 smithi060 bash[21524]: audit 2024-05-09T03:45:58.969756+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-09T03:45:59.381 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:59 smithi060 bash[21524]: audit 2024-05-09T03:45:58.971753+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-09T03:45:59.381 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:59 smithi060 bash[21524]: audit 2024-05-09T03:45:58.971753+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-09T03:45:59.381 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:59 smithi060 bash[21524]: audit 2024-05-09T03:45:58.973426+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:45:59.381 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:45:59 smithi060 bash[21524]: audit 2024-05-09T03:45:58.973426+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:45:59.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:59 smithi100 bash[23626]: cluster 2024-05-09T03:45:58.171321+0000 mgr.a (mgr.14152) 69 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:59.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:59 smithi100 bash[23626]: cluster 2024-05-09T03:45:58.171321+0000 mgr.a (mgr.14152) 69 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:45:59.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:59 smithi100 bash[23626]: audit 2024-05-09T03:45:58.878169+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:59.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:59 smithi100 bash[23626]: audit 2024-05-09T03:45:58.878169+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:59.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:59 smithi100 bash[23626]: audit 2024-05-09T03:45:58.885605+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:59.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:59 smithi100 bash[23626]: audit 2024-05-09T03:45:58.885605+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:59.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:59 smithi100 bash[23626]: audit 2024-05-09T03:45:58.887384+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:45:59.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:59 smithi100 bash[23626]: audit 2024-05-09T03:45:58.887384+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:45:59.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:59 smithi100 bash[23626]: audit 2024-05-09T03:45:58.889343+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T03:45:59.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:59 smithi100 bash[23626]: audit 2024-05-09T03:45:58.889343+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T03:45:59.548 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:59 smithi100 bash[23626]: audit 2024-05-09T03:45:58.898147+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:59.548 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:59 smithi100 bash[23626]: audit 2024-05-09T03:45:58.898147+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:45:59.548 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:59 smithi100 bash[23626]: audit 2024-05-09T03:45:58.969756+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-09T03:45:59.548 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:59 smithi100 bash[23626]: audit 2024-05-09T03:45:58.969756+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-09T03:45:59.548 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:59 smithi100 bash[23626]: audit 2024-05-09T03:45:58.971753+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-09T03:45:59.548 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:59 smithi100 bash[23626]: audit 2024-05-09T03:45:58.971753+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-09T03:45:59.548 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:59 smithi100 bash[23626]: audit 2024-05-09T03:45:58.973426+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:45:59.548 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:45:59 smithi100 bash[23626]: audit 2024-05-09T03:45:58.973426+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:46:00.546 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:00 smithi100 bash[23626]: cephadm 2024-05-09T03:45:58.969064+0000 mgr.a (mgr.14152) 70 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-05-09T03:46:00.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:00 smithi100 bash[23626]: cephadm 2024-05-09T03:45:58.969064+0000 mgr.a (mgr.14152) 70 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-05-09T03:46:00.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:00 smithi100 bash[23626]: cephadm 2024-05-09T03:45:58.975411+0000 mgr.a (mgr.14152) 71 : cephadm [INF] Reconfiguring daemon mgr.a on smithi060 2024-05-09T03:46:00.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:00 smithi100 bash[23626]: cephadm 2024-05-09T03:45:58.975411+0000 mgr.a (mgr.14152) 71 : cephadm [INF] Reconfiguring daemon mgr.a on smithi060 2024-05-09T03:46:00.598 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:00 smithi060 bash[21524]: cephadm 2024-05-09T03:45:58.969064+0000 mgr.a (mgr.14152) 70 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-05-09T03:46:00.598 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:00 smithi060 bash[21524]: cephadm 2024-05-09T03:45:58.969064+0000 mgr.a (mgr.14152) 70 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-05-09T03:46:00.598 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:00 smithi060 bash[21524]: cephadm 2024-05-09T03:45:58.975411+0000 mgr.a (mgr.14152) 71 : cephadm [INF] Reconfiguring daemon mgr.a on smithi060 2024-05-09T03:46:00.598 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:00 smithi060 bash[21524]: cephadm 2024-05-09T03:45:58.975411+0000 mgr.a (mgr.14152) 71 : cephadm [INF] Reconfiguring daemon mgr.a on smithi060 2024-05-09T03:46:01.163 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-05-09T03:46:01.209 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c66c553a84eb9faa0029f5f0bb8284e3a826ac85 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d6ec865c-0db5-11ef-bc97-c7b262605968 -- ceph orch daemon add osd smithi060:vg_nvme/lv_4 2024-05-09T03:46:01.546 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:01 smithi100 bash[23626]: cluster 2024-05-09T03:46:00.171618+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:46:01.546 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:01 smithi100 bash[23626]: cluster 2024-05-09T03:46:00.171618+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:46:01.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:01 smithi060 bash[21524]: cluster 2024-05-09T03:46:00.171618+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:46:01.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:01 smithi060 bash[21524]: cluster 2024-05-09T03:46:00.171618+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:46:03.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:03 smithi100 bash[23626]: cluster 2024-05-09T03:46:02.171997+0000 mgr.a (mgr.14152) 73 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:46:03.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:03 smithi100 bash[23626]: cluster 2024-05-09T03:46:02.171997+0000 mgr.a (mgr.14152) 73 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:46:03.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:03 smithi100 bash[23626]: audit 2024-05-09T03:46:02.719439+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:46:03.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:03 smithi100 bash[23626]: audit 2024-05-09T03:46:02.719439+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:46:03.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:03 smithi100 bash[23626]: audit 2024-05-09T03:46:02.726908+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:46:03.548 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:03 smithi100 bash[23626]: audit 2024-05-09T03:46:02.726908+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:46:03.548 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:03 smithi100 bash[23626]: cluster 2024-05-09T03:46:02.741422+0000 mon.a (mon.0) 221 : cluster [DBG] Standby manager daemon b started 2024-05-09T03:46:03.548 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:03 smithi100 bash[23626]: cluster 2024-05-09T03:46:02.741422+0000 mon.a (mon.0) 221 : cluster [DBG] Standby manager daemon b started 2024-05-09T03:46:03.548 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:03 smithi100 bash[23626]: audit 2024-05-09T03:46:02.742986+0000 mon.b (mon.1) 2 : audit [DBG] from='mgr.? 172.21.15.100:0/3069740142' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-09T03:46:03.548 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:03 smithi100 bash[23626]: audit 2024-05-09T03:46:02.742986+0000 mon.b (mon.1) 2 : audit [DBG] from='mgr.? 172.21.15.100:0/3069740142' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-09T03:46:03.548 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:03 smithi100 bash[23626]: audit 2024-05-09T03:46:02.743432+0000 mon.b (mon.1) 3 : audit [DBG] from='mgr.? 172.21.15.100:0/3069740142' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-09T03:46:03.548 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:03 smithi100 bash[23626]: audit 2024-05-09T03:46:02.743432+0000 mon.b (mon.1) 3 : audit [DBG] from='mgr.? 172.21.15.100:0/3069740142' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-09T03:46:03.548 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:03 smithi100 bash[23626]: audit 2024-05-09T03:46:02.744665+0000 mon.b (mon.1) 4 : audit [DBG] from='mgr.? 172.21.15.100:0/3069740142' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-09T03:46:03.548 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:03 smithi100 bash[23626]: audit 2024-05-09T03:46:02.744665+0000 mon.b (mon.1) 4 : audit [DBG] from='mgr.? 172.21.15.100:0/3069740142' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-09T03:46:03.548 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:03 smithi100 bash[23626]: audit 2024-05-09T03:46:02.745159+0000 mon.b (mon.1) 5 : audit [DBG] from='mgr.? 172.21.15.100:0/3069740142' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-09T03:46:03.548 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:03 smithi100 bash[23626]: audit 2024-05-09T03:46:02.745159+0000 mon.b (mon.1) 5 : audit [DBG] from='mgr.? 172.21.15.100:0/3069740142' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-09T03:46:03.548 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:03 smithi100 bash[23626]: audit 2024-05-09T03:46:02.751999+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T03:46:03.548 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:03 smithi100 bash[23626]: audit 2024-05-09T03:46:02.751999+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T03:46:03.549 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:03 smithi100 bash[23626]: audit 2024-05-09T03:46:02.755834+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:46:03.549 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:03 smithi100 bash[23626]: audit 2024-05-09T03:46:02.755834+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:46:03.549 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:03 smithi100 bash[23626]: audit 2024-05-09T03:46:02.757949+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T03:46:03.549 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:03 smithi100 bash[23626]: audit 2024-05-09T03:46:02.757949+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T03:46:03.549 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:03 smithi100 bash[23626]: audit 2024-05-09T03:46:02.767373+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:46:03.549 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:03 smithi100 bash[23626]: audit 2024-05-09T03:46:02.767373+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:46:03.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:03 smithi060 bash[21524]: cluster 2024-05-09T03:46:02.171997+0000 mgr.a (mgr.14152) 73 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:46:03.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:03 smithi060 bash[21524]: cluster 2024-05-09T03:46:02.171997+0000 mgr.a (mgr.14152) 73 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:46:03.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:03 smithi060 bash[21524]: audit 2024-05-09T03:46:02.719439+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:46:03.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:03 smithi060 bash[21524]: audit 2024-05-09T03:46:02.719439+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:46:03.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:03 smithi060 bash[21524]: audit 2024-05-09T03:46:02.726908+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:46:03.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:03 smithi060 bash[21524]: audit 2024-05-09T03:46:02.726908+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:46:03.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:03 smithi060 bash[21524]: cluster 2024-05-09T03:46:02.741422+0000 mon.a (mon.0) 221 : cluster [DBG] Standby manager daemon b started 2024-05-09T03:46:03.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:03 smithi060 bash[21524]: cluster 2024-05-09T03:46:02.741422+0000 mon.a (mon.0) 221 : cluster [DBG] Standby manager daemon b started 2024-05-09T03:46:03.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:03 smithi060 bash[21524]: audit 2024-05-09T03:46:02.742986+0000 mon.b (mon.1) 2 : audit [DBG] from='mgr.? 172.21.15.100:0/3069740142' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-09T03:46:03.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:03 smithi060 bash[21524]: audit 2024-05-09T03:46:02.742986+0000 mon.b (mon.1) 2 : audit [DBG] from='mgr.? 172.21.15.100:0/3069740142' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-09T03:46:03.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:03 smithi060 bash[21524]: audit 2024-05-09T03:46:02.743432+0000 mon.b (mon.1) 3 : audit [DBG] from='mgr.? 172.21.15.100:0/3069740142' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-09T03:46:03.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:03 smithi060 bash[21524]: audit 2024-05-09T03:46:02.743432+0000 mon.b (mon.1) 3 : audit [DBG] from='mgr.? 172.21.15.100:0/3069740142' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-09T03:46:03.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:03 smithi060 bash[21524]: audit 2024-05-09T03:46:02.744665+0000 mon.b (mon.1) 4 : audit [DBG] from='mgr.? 172.21.15.100:0/3069740142' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-09T03:46:03.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:03 smithi060 bash[21524]: audit 2024-05-09T03:46:02.744665+0000 mon.b (mon.1) 4 : audit [DBG] from='mgr.? 172.21.15.100:0/3069740142' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-09T03:46:03.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:03 smithi060 bash[21524]: audit 2024-05-09T03:46:02.745159+0000 mon.b (mon.1) 5 : audit [DBG] from='mgr.? 172.21.15.100:0/3069740142' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-09T03:46:03.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:03 smithi060 bash[21524]: audit 2024-05-09T03:46:02.745159+0000 mon.b (mon.1) 5 : audit [DBG] from='mgr.? 172.21.15.100:0/3069740142' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-09T03:46:03.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:03 smithi060 bash[21524]: audit 2024-05-09T03:46:02.751999+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T03:46:03.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:03 smithi060 bash[21524]: audit 2024-05-09T03:46:02.751999+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T03:46:03.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:03 smithi060 bash[21524]: audit 2024-05-09T03:46:02.755834+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:46:03.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:03 smithi060 bash[21524]: audit 2024-05-09T03:46:02.755834+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:46:03.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:03 smithi060 bash[21524]: audit 2024-05-09T03:46:02.757949+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T03:46:03.632 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:03 smithi060 bash[21524]: audit 2024-05-09T03:46:02.757949+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T03:46:03.632 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:03 smithi060 bash[21524]: audit 2024-05-09T03:46:02.767373+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:46:03.632 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:03 smithi060 bash[21524]: audit 2024-05-09T03:46:02.767373+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:46:05.046 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:04 smithi100 bash[23626]: cluster 2024-05-09T03:46:03.739500+0000 mon.a (mon.0) 226 : cluster [DBG] mgrmap e14: a(active, since 91s), standbys: b 2024-05-09T03:46:05.047 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:04 smithi100 bash[23626]: cluster 2024-05-09T03:46:03.739500+0000 mon.a (mon.0) 226 : cluster [DBG] mgrmap e14: a(active, since 91s), standbys: b 2024-05-09T03:46:05.047 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:04 smithi100 bash[23626]: audit 2024-05-09T03:46:03.739804+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-09T03:46:05.047 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:04 smithi100 bash[23626]: audit 2024-05-09T03:46:03.739804+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-09T03:46:05.047 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:04 smithi100 bash[23626]: cluster 2024-05-09T03:46:04.172425+0000 mgr.a (mgr.14152) 74 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:46:05.047 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:04 smithi100 bash[23626]: cluster 2024-05-09T03:46:04.172425+0000 mgr.a (mgr.14152) 74 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:46:05.129 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:04 smithi060 bash[21524]: cluster 2024-05-09T03:46:03.739500+0000 mon.a (mon.0) 226 : cluster [DBG] mgrmap e14: a(active, since 91s), standbys: b 2024-05-09T03:46:05.130 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:04 smithi060 bash[21524]: cluster 2024-05-09T03:46:03.739500+0000 mon.a (mon.0) 226 : cluster [DBG] mgrmap e14: a(active, since 91s), standbys: b 2024-05-09T03:46:05.130 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:04 smithi060 bash[21524]: audit 2024-05-09T03:46:03.739804+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-09T03:46:05.131 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:04 smithi060 bash[21524]: audit 2024-05-09T03:46:03.739804+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-09T03:46:05.131 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:04 smithi060 bash[21524]: cluster 2024-05-09T03:46:04.172425+0000 mgr.a (mgr.14152) 74 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:46:05.131 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:04 smithi060 bash[21524]: cluster 2024-05-09T03:46:04.172425+0000 mgr.a (mgr.14152) 74 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:46:05.928 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/mon.a/config 2024-05-09T03:46:07.546 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:07 smithi100 bash[23626]: cluster 2024-05-09T03:46:06.172905+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:46:07.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:07 smithi100 bash[23626]: cluster 2024-05-09T03:46:06.172905+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:46:07.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:07 smithi100 bash[23626]: audit 2024-05-09T03:46:07.074968+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-09T03:46:07.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:07 smithi100 bash[23626]: audit 2024-05-09T03:46:07.074968+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-09T03:46:07.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:07 smithi100 bash[23626]: audit 2024-05-09T03:46:07.081073+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-09T03:46:07.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:07 smithi100 bash[23626]: audit 2024-05-09T03:46:07.081073+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-09T03:46:07.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:07 smithi100 bash[23626]: audit 2024-05-09T03:46:07.082580+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:46:07.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:07 smithi100 bash[23626]: audit 2024-05-09T03:46:07.082580+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:46:07.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:07 smithi060 bash[21524]: cluster 2024-05-09T03:46:06.172905+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:46:07.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:07 smithi060 bash[21524]: cluster 2024-05-09T03:46:06.172905+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:46:07.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:07 smithi060 bash[21524]: audit 2024-05-09T03:46:07.074968+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-09T03:46:07.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:07 smithi060 bash[21524]: audit 2024-05-09T03:46:07.074968+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-09T03:46:07.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:07 smithi060 bash[21524]: audit 2024-05-09T03:46:07.081073+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-09T03:46:07.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:07 smithi060 bash[21524]: audit 2024-05-09T03:46:07.081073+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-09T03:46:07.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:07 smithi060 bash[21524]: audit 2024-05-09T03:46:07.082580+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:46:07.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:07 smithi060 bash[21524]: audit 2024-05-09T03:46:07.082580+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:46:08.550 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:08 smithi100 bash[23626]: audit 2024-05-09T03:46:07.070650+0000 mgr.a (mgr.14152) 76 : audit [DBG] from='client.14200 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi060:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T03:46:08.550 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:08 smithi100 bash[23626]: audit 2024-05-09T03:46:07.070650+0000 mgr.a (mgr.14152) 76 : audit [DBG] from='client.14200 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi060:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T03:46:08.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:08 smithi060 bash[21524]: audit 2024-05-09T03:46:07.070650+0000 mgr.a (mgr.14152) 76 : audit [DBG] from='client.14200 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi060:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T03:46:08.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:08 smithi060 bash[21524]: audit 2024-05-09T03:46:07.070650+0000 mgr.a (mgr.14152) 76 : audit [DBG] from='client.14200 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi060:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T03:46:09.546 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:09 smithi100 bash[23626]: cluster 2024-05-09T03:46:08.173377+0000 mgr.a (mgr.14152) 77 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:46:09.546 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:09 smithi100 bash[23626]: cluster 2024-05-09T03:46:08.173377+0000 mgr.a (mgr.14152) 77 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:46:09.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:09 smithi060 bash[21524]: cluster 2024-05-09T03:46:08.173377+0000 mgr.a (mgr.14152) 77 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:46:09.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:09 smithi060 bash[21524]: cluster 2024-05-09T03:46:08.173377+0000 mgr.a (mgr.14152) 77 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:46:11.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:11 smithi100 bash[23626]: cluster 2024-05-09T03:46:10.173843+0000 mgr.a (mgr.14152) 78 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:46:11.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:11 smithi100 bash[23626]: cluster 2024-05-09T03:46:10.173843+0000 mgr.a (mgr.14152) 78 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:46:11.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:11 smithi060 bash[21524]: cluster 2024-05-09T03:46:10.173843+0000 mgr.a (mgr.14152) 78 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:46:11.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:11 smithi060 bash[21524]: cluster 2024-05-09T03:46:10.173843+0000 mgr.a (mgr.14152) 78 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:46:13.546 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:13 smithi100 bash[23626]: cluster 2024-05-09T03:46:12.174269+0000 mgr.a (mgr.14152) 79 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:46:13.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:13 smithi100 bash[23626]: cluster 2024-05-09T03:46:12.174269+0000 mgr.a (mgr.14152) 79 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:46:13.593 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:13 smithi060 bash[21524]: cluster 2024-05-09T03:46:12.174269+0000 mgr.a (mgr.14152) 79 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:46:13.594 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:13 smithi060 bash[21524]: cluster 2024-05-09T03:46:12.174269+0000 mgr.a (mgr.14152) 79 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:46:15.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:15 smithi100 bash[23626]: cluster 2024-05-09T03:46:14.174763+0000 mgr.a (mgr.14152) 80 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:46:15.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:15 smithi100 bash[23626]: cluster 2024-05-09T03:46:14.174763+0000 mgr.a (mgr.14152) 80 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:46:15.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:15 smithi100 bash[23626]: audit 2024-05-09T03:46:15.130856+0000 mon.a (mon.0) 231 : audit [INF] from='client.? 172.21.15.60:0/1823258700' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3618a62f-f219-495d-ba73-248cb2fb8cdc"}]: dispatch 2024-05-09T03:46:15.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:15 smithi100 bash[23626]: audit 2024-05-09T03:46:15.130856+0000 mon.a (mon.0) 231 : audit [INF] from='client.? 172.21.15.60:0/1823258700' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3618a62f-f219-495d-ba73-248cb2fb8cdc"}]: dispatch 2024-05-09T03:46:15.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:15 smithi100 bash[23626]: audit 2024-05-09T03:46:15.133364+0000 mon.a (mon.0) 232 : audit [INF] from='client.? 172.21.15.60:0/1823258700' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3618a62f-f219-495d-ba73-248cb2fb8cdc"}]': finished 2024-05-09T03:46:15.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:15 smithi100 bash[23626]: audit 2024-05-09T03:46:15.133364+0000 mon.a (mon.0) 232 : audit [INF] from='client.? 172.21.15.60:0/1823258700' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3618a62f-f219-495d-ba73-248cb2fb8cdc"}]': finished 2024-05-09T03:46:15.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:15 smithi100 bash[23626]: cluster 2024-05-09T03:46:15.137948+0000 mon.a (mon.0) 233 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-05-09T03:46:15.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:15 smithi100 bash[23626]: cluster 2024-05-09T03:46:15.137948+0000 mon.a (mon.0) 233 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-05-09T03:46:15.548 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:15 smithi100 bash[23626]: audit 2024-05-09T03:46:15.138254+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-09T03:46:15.548 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:15 smithi100 bash[23626]: audit 2024-05-09T03:46:15.138254+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-09T03:46:15.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:15 smithi060 bash[21524]: cluster 2024-05-09T03:46:14.174763+0000 mgr.a (mgr.14152) 80 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:46:15.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:15 smithi060 bash[21524]: cluster 2024-05-09T03:46:14.174763+0000 mgr.a (mgr.14152) 80 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:46:15.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:15 smithi060 bash[21524]: audit 2024-05-09T03:46:15.130856+0000 mon.a (mon.0) 231 : audit [INF] from='client.? 172.21.15.60:0/1823258700' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3618a62f-f219-495d-ba73-248cb2fb8cdc"}]: dispatch 2024-05-09T03:46:15.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:15 smithi060 bash[21524]: audit 2024-05-09T03:46:15.130856+0000 mon.a (mon.0) 231 : audit [INF] from='client.? 172.21.15.60:0/1823258700' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3618a62f-f219-495d-ba73-248cb2fb8cdc"}]: dispatch 2024-05-09T03:46:15.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:15 smithi060 bash[21524]: audit 2024-05-09T03:46:15.133364+0000 mon.a (mon.0) 232 : audit [INF] from='client.? 172.21.15.60:0/1823258700' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3618a62f-f219-495d-ba73-248cb2fb8cdc"}]': finished 2024-05-09T03:46:15.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:15 smithi060 bash[21524]: audit 2024-05-09T03:46:15.133364+0000 mon.a (mon.0) 232 : audit [INF] from='client.? 172.21.15.60:0/1823258700' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3618a62f-f219-495d-ba73-248cb2fb8cdc"}]': finished 2024-05-09T03:46:15.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:15 smithi060 bash[21524]: cluster 2024-05-09T03:46:15.137948+0000 mon.a (mon.0) 233 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-05-09T03:46:15.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:15 smithi060 bash[21524]: cluster 2024-05-09T03:46:15.137948+0000 mon.a (mon.0) 233 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-05-09T03:46:15.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:15 smithi060 bash[21524]: audit 2024-05-09T03:46:15.138254+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-09T03:46:15.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:15 smithi060 bash[21524]: audit 2024-05-09T03:46:15.138254+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-09T03:46:16.546 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:16 smithi100 bash[23626]: audit 2024-05-09T03:46:15.817465+0000 mon.a (mon.0) 235 : audit [DBG] from='client.? 172.21.15.60:0/3479487613' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-09T03:46:16.546 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:16 smithi100 bash[23626]: audit 2024-05-09T03:46:15.817465+0000 mon.a (mon.0) 235 : audit [DBG] from='client.? 172.21.15.60:0/3479487613' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-09T03:46:16.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:16 smithi060 bash[21524]: audit 2024-05-09T03:46:15.817465+0000 mon.a (mon.0) 235 : audit [DBG] from='client.? 172.21.15.60:0/3479487613' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-09T03:46:16.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:16 smithi060 bash[21524]: audit 2024-05-09T03:46:15.817465+0000 mon.a (mon.0) 235 : audit [DBG] from='client.? 172.21.15.60:0/3479487613' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-09T03:46:17.546 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:17 smithi100 bash[23626]: cluster 2024-05-09T03:46:16.175237+0000 mgr.a (mgr.14152) 81 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:46:17.546 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:17 smithi100 bash[23626]: cluster 2024-05-09T03:46:16.175237+0000 mgr.a (mgr.14152) 81 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:46:17.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:17 smithi060 bash[21524]: cluster 2024-05-09T03:46:16.175237+0000 mgr.a (mgr.14152) 81 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:46:17.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:17 smithi060 bash[21524]: cluster 2024-05-09T03:46:16.175237+0000 mgr.a (mgr.14152) 81 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:46:19.546 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:19 smithi100 bash[23626]: cluster 2024-05-09T03:46:18.175694+0000 mgr.a (mgr.14152) 82 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:46:19.546 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:19 smithi100 bash[23626]: cluster 2024-05-09T03:46:18.175694+0000 mgr.a (mgr.14152) 82 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:46:19.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:19 smithi060 bash[21524]: cluster 2024-05-09T03:46:18.175694+0000 mgr.a (mgr.14152) 82 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:46:19.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:19 smithi060 bash[21524]: cluster 2024-05-09T03:46:18.175694+0000 mgr.a (mgr.14152) 82 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:46:21.546 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:21 smithi100 bash[23626]: cluster 2024-05-09T03:46:20.176194+0000 mgr.a (mgr.14152) 83 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:46:21.546 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:21 smithi100 bash[23626]: cluster 2024-05-09T03:46:20.176194+0000 mgr.a (mgr.14152) 83 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:46:21.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:21 smithi060 bash[21524]: cluster 2024-05-09T03:46:20.176194+0000 mgr.a (mgr.14152) 83 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:46:21.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:21 smithi060 bash[21524]: cluster 2024-05-09T03:46:20.176194+0000 mgr.a (mgr.14152) 83 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:46:23.546 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:23 smithi100 bash[23626]: cluster 2024-05-09T03:46:22.176709+0000 mgr.a (mgr.14152) 84 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:46:23.546 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:23 smithi100 bash[23626]: cluster 2024-05-09T03:46:22.176709+0000 mgr.a (mgr.14152) 84 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:46:23.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:23 smithi060 bash[21524]: cluster 2024-05-09T03:46:22.176709+0000 mgr.a (mgr.14152) 84 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:46:23.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:23 smithi060 bash[21524]: cluster 2024-05-09T03:46:22.176709+0000 mgr.a (mgr.14152) 84 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:46:25.379 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:25 smithi060 bash[21524]: cluster 2024-05-09T03:46:24.177184+0000 mgr.a (mgr.14152) 85 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:46:25.379 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:25 smithi060 bash[21524]: cluster 2024-05-09T03:46:24.177184+0000 mgr.a (mgr.14152) 85 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:46:25.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:25 smithi100 bash[23626]: cluster 2024-05-09T03:46:24.177184+0000 mgr.a (mgr.14152) 85 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:46:25.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:25 smithi100 bash[23626]: cluster 2024-05-09T03:46:24.177184+0000 mgr.a (mgr.14152) 85 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:46:27.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:27 smithi100 bash[23626]: cluster 2024-05-09T03:46:26.177705+0000 mgr.a (mgr.14152) 86 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:46:27.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:27 smithi100 bash[23626]: cluster 2024-05-09T03:46:26.177705+0000 mgr.a (mgr.14152) 86 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:46:27.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:27 smithi100 bash[23626]: audit 2024-05-09T03:46:27.264821+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-09T03:46:27.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:27 smithi100 bash[23626]: audit 2024-05-09T03:46:27.264821+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-09T03:46:27.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:27 smithi100 bash[23626]: audit 2024-05-09T03:46:27.266689+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:46:27.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:27 smithi100 bash[23626]: audit 2024-05-09T03:46:27.266689+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:46:27.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:27 smithi060 bash[21524]: cluster 2024-05-09T03:46:26.177705+0000 mgr.a (mgr.14152) 86 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:46:27.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:27 smithi060 bash[21524]: cluster 2024-05-09T03:46:26.177705+0000 mgr.a (mgr.14152) 86 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:46:27.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:27 smithi060 bash[21524]: audit 2024-05-09T03:46:27.264821+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-09T03:46:27.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:27 smithi060 bash[21524]: audit 2024-05-09T03:46:27.264821+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-09T03:46:27.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:27 smithi060 bash[21524]: audit 2024-05-09T03:46:27.266689+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:46:27.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:27 smithi060 bash[21524]: audit 2024-05-09T03:46:27.266689+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:46:28.534 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:28 smithi060 bash[21524]: cephadm 2024-05-09T03:46:27.268371+0000 mgr.a (mgr.14152) 87 : cephadm [INF] Deploying daemon osd.0 on smithi060 2024-05-09T03:46:28.534 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:28 smithi060 bash[21524]: cephadm 2024-05-09T03:46:27.268371+0000 mgr.a (mgr.14152) 87 : cephadm [INF] Deploying daemon osd.0 on smithi060 2024-05-09T03:46:28.546 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:28 smithi100 bash[23626]: cephadm 2024-05-09T03:46:27.268371+0000 mgr.a (mgr.14152) 87 : cephadm [INF] Deploying daemon osd.0 on smithi060 2024-05-09T03:46:28.546 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:28 smithi100 bash[23626]: cephadm 2024-05-09T03:46:27.268371+0000 mgr.a (mgr.14152) 87 : cephadm [INF] Deploying daemon osd.0 on smithi060 2024-05-09T03:46:29.546 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:29 smithi100 bash[23626]: cluster 2024-05-09T03:46:28.178198+0000 mgr.a (mgr.14152) 88 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:46:29.546 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:29 smithi100 bash[23626]: cluster 2024-05-09T03:46:28.178198+0000 mgr.a (mgr.14152) 88 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:46:29.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:29 smithi060 bash[21524]: cluster 2024-05-09T03:46:28.178198+0000 mgr.a (mgr.14152) 88 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:46:29.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:29 smithi060 bash[21524]: cluster 2024-05-09T03:46:28.178198+0000 mgr.a (mgr.14152) 88 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:46:31.470 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:31 smithi060 bash[21524]: cluster 2024-05-09T03:46:30.178603+0000 mgr.a (mgr.14152) 89 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:46:31.470 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:31 smithi060 bash[21524]: cluster 2024-05-09T03:46:30.178603+0000 mgr.a (mgr.14152) 89 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:46:31.470 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:31 smithi060 systemd[1]: /etc/systemd/system/ceph-d6ec865c-0db5-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-09T03:46:31.471 INFO:journalctl@ceph.mgr.a.smithi060.stdout:May 09 03:46:31 smithi060 systemd[1]: /etc/systemd/system/ceph-d6ec865c-0db5-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-09T03:46:31.546 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:31 smithi100 bash[23626]: cluster 2024-05-09T03:46:30.178603+0000 mgr.a (mgr.14152) 89 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:46:31.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:31 smithi100 bash[23626]: cluster 2024-05-09T03:46:30.178603+0000 mgr.a (mgr.14152) 89 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:46:31.756 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:31 smithi060 systemd[1]: /etc/systemd/system/ceph-d6ec865c-0db5-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-09T03:46:31.756 INFO:journalctl@ceph.mgr.a.smithi060.stdout:May 09 03:46:31 smithi060 systemd[1]: /etc/systemd/system/ceph-d6ec865c-0db5-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-09T03:46:33.047 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:32 smithi100 bash[23626]: audit 2024-05-09T03:46:31.752090+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:46:33.047 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:32 smithi100 bash[23626]: audit 2024-05-09T03:46:31.752090+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:46:33.047 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:32 smithi100 bash[23626]: audit 2024-05-09T03:46:31.758645+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:46:33.047 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:32 smithi100 bash[23626]: audit 2024-05-09T03:46:31.758645+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:46:33.047 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:32 smithi100 bash[23626]: audit 2024-05-09T03:46:31.772268+0000 mon.a (mon.0) 240 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T03:46:33.047 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:32 smithi100 bash[23626]: audit 2024-05-09T03:46:31.772268+0000 mon.a (mon.0) 240 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T03:46:33.047 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:32 smithi100 bash[23626]: cluster 2024-05-09T03:46:32.178876+0000 mgr.a (mgr.14152) 90 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:46:33.047 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:32 smithi100 bash[23626]: cluster 2024-05-09T03:46:32.178876+0000 mgr.a (mgr.14152) 90 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:46:33.129 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:32 smithi060 bash[21524]: audit 2024-05-09T03:46:31.752090+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:46:33.129 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:32 smithi060 bash[21524]: audit 2024-05-09T03:46:31.752090+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:46:33.129 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:32 smithi060 bash[21524]: audit 2024-05-09T03:46:31.758645+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:46:33.129 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:32 smithi060 bash[21524]: audit 2024-05-09T03:46:31.758645+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:46:33.130 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:32 smithi060 bash[21524]: audit 2024-05-09T03:46:31.772268+0000 mon.a (mon.0) 240 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T03:46:33.130 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:32 smithi060 bash[21524]: audit 2024-05-09T03:46:31.772268+0000 mon.a (mon.0) 240 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T03:46:33.130 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:32 smithi060 bash[21524]: cluster 2024-05-09T03:46:32.178876+0000 mgr.a (mgr.14152) 90 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:46:33.130 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:32 smithi060 bash[21524]: cluster 2024-05-09T03:46:32.178876+0000 mgr.a (mgr.14152) 90 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:46:35.379 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:35 smithi060 bash[21524]: cluster 2024-05-09T03:46:34.179257+0000 mgr.a (mgr.14152) 91 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:46:35.379 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:35 smithi060 bash[21524]: cluster 2024-05-09T03:46:34.179257+0000 mgr.a (mgr.14152) 91 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:46:35.546 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:35 smithi100 bash[23626]: cluster 2024-05-09T03:46:34.179257+0000 mgr.a (mgr.14152) 91 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:46:35.546 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:35 smithi100 bash[23626]: cluster 2024-05-09T03:46:34.179257+0000 mgr.a (mgr.14152) 91 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:46:37.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:37 smithi100 bash[23626]: cluster 2024-05-09T03:46:36.179653+0000 mgr.a (mgr.14152) 92 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:46:37.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:37 smithi100 bash[23626]: cluster 2024-05-09T03:46:36.179653+0000 mgr.a (mgr.14152) 92 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:46:37.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:37 smithi100 bash[23626]: audit 2024-05-09T03:46:37.020499+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:46:37.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:37 smithi100 bash[23626]: audit 2024-05-09T03:46:37.020499+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:46:37.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:37 smithi100 bash[23626]: audit 2024-05-09T03:46:37.027335+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:46:37.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:37 smithi100 bash[23626]: audit 2024-05-09T03:46:37.027335+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:46:37.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:37 smithi100 bash[23626]: audit 2024-05-09T03:46:37.028781+0000 mon.a (mon.0) 243 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:46:37.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:37 smithi100 bash[23626]: audit 2024-05-09T03:46:37.028781+0000 mon.a (mon.0) 243 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:46:37.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:37 smithi100 bash[23626]: audit 2024-05-09T03:46:37.030150+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T03:46:37.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:37 smithi100 bash[23626]: audit 2024-05-09T03:46:37.030150+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T03:46:37.548 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:37 smithi100 bash[23626]: audit 2024-05-09T03:46:37.038854+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:46:37.548 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:37 smithi100 bash[23626]: audit 2024-05-09T03:46:37.038854+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:46:37.558 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:37 smithi060 bash[21524]: cluster 2024-05-09T03:46:36.179653+0000 mgr.a (mgr.14152) 92 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:46:37.558 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:37 smithi060 bash[21524]: cluster 2024-05-09T03:46:36.179653+0000 mgr.a (mgr.14152) 92 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:46:37.558 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:37 smithi060 bash[21524]: audit 2024-05-09T03:46:37.020499+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:46:37.558 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:37 smithi060 bash[21524]: audit 2024-05-09T03:46:37.020499+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:46:37.559 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:37 smithi060 bash[21524]: audit 2024-05-09T03:46:37.027335+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:46:37.559 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:37 smithi060 bash[21524]: audit 2024-05-09T03:46:37.027335+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:46:37.559 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:37 smithi060 bash[21524]: audit 2024-05-09T03:46:37.028781+0000 mon.a (mon.0) 243 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:46:37.559 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:37 smithi060 bash[21524]: audit 2024-05-09T03:46:37.028781+0000 mon.a (mon.0) 243 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:46:37.559 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:37 smithi060 bash[21524]: audit 2024-05-09T03:46:37.030150+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T03:46:37.559 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:37 smithi060 bash[21524]: audit 2024-05-09T03:46:37.030150+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T03:46:37.559 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:37 smithi060 bash[21524]: audit 2024-05-09T03:46:37.038854+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:46:37.559 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:37 smithi060 bash[21524]: audit 2024-05-09T03:46:37.038854+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:46:38.379 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:38 smithi060 bash[21524]: audit 2024-05-09T03:46:38.093434+0000 mon.a (mon.0) 246 : audit [INF] from='osd.0 [v2:172.21.15.60:6802/968967459,v1:172.21.15.60:6803/968967459]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-05-09T03:46:38.379 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:38 smithi060 bash[21524]: audit 2024-05-09T03:46:38.093434+0000 mon.a (mon.0) 246 : audit [INF] from='osd.0 [v2:172.21.15.60:6802/968967459,v1:172.21.15.60:6803/968967459]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-05-09T03:46:38.546 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:38 smithi100 bash[23626]: audit 2024-05-09T03:46:38.093434+0000 mon.a (mon.0) 246 : audit [INF] from='osd.0 [v2:172.21.15.60:6802/968967459,v1:172.21.15.60:6803/968967459]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-05-09T03:46:38.546 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:38 smithi100 bash[23626]: audit 2024-05-09T03:46:38.093434+0000 mon.a (mon.0) 246 : audit [INF] from='osd.0 [v2:172.21.15.60:6802/968967459,v1:172.21.15.60:6803/968967459]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-05-09T03:46:39.536 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:39 smithi060 bash[21524]: cluster 2024-05-09T03:46:38.179999+0000 mgr.a (mgr.14152) 93 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:46:39.536 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:39 smithi060 bash[21524]: cluster 2024-05-09T03:46:38.179999+0000 mgr.a (mgr.14152) 93 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:46:39.536 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:39 smithi060 bash[21524]: audit 2024-05-09T03:46:38.248756+0000 mon.a (mon.0) 247 : audit [INF] from='osd.0 [v2:172.21.15.60:6802/968967459,v1:172.21.15.60:6803/968967459]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-05-09T03:46:39.537 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:39 smithi060 bash[21524]: audit 2024-05-09T03:46:38.248756+0000 mon.a (mon.0) 247 : audit [INF] from='osd.0 [v2:172.21.15.60:6802/968967459,v1:172.21.15.60:6803/968967459]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-05-09T03:46:39.537 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:39 smithi060 bash[21524]: cluster 2024-05-09T03:46:38.251687+0000 mon.a (mon.0) 248 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-05-09T03:46:39.537 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:39 smithi060 bash[21524]: cluster 2024-05-09T03:46:38.251687+0000 mon.a (mon.0) 248 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-05-09T03:46:39.537 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:39 smithi060 bash[21524]: audit 2024-05-09T03:46:38.252229+0000 mon.a (mon.0) 249 : audit [INF] from='osd.0 [v2:172.21.15.60:6802/968967459,v1:172.21.15.60:6803/968967459]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]: dispatch 2024-05-09T03:46:39.537 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:39 smithi060 bash[21524]: audit 2024-05-09T03:46:38.252229+0000 mon.a (mon.0) 249 : audit [INF] from='osd.0 [v2:172.21.15.60:6802/968967459,v1:172.21.15.60:6803/968967459]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]: dispatch 2024-05-09T03:46:39.537 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:39 smithi060 bash[21524]: audit 2024-05-09T03:46:38.252752+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-09T03:46:39.537 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:39 smithi060 bash[21524]: audit 2024-05-09T03:46:38.252752+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-09T03:46:39.546 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:39 smithi100 bash[23626]: cluster 2024-05-09T03:46:38.179999+0000 mgr.a (mgr.14152) 93 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:46:39.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:39 smithi100 bash[23626]: cluster 2024-05-09T03:46:38.179999+0000 mgr.a (mgr.14152) 93 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:46:39.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:39 smithi100 bash[23626]: audit 2024-05-09T03:46:38.248756+0000 mon.a (mon.0) 247 : audit [INF] from='osd.0 [v2:172.21.15.60:6802/968967459,v1:172.21.15.60:6803/968967459]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-05-09T03:46:39.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:39 smithi100 bash[23626]: audit 2024-05-09T03:46:38.248756+0000 mon.a (mon.0) 247 : audit [INF] from='osd.0 [v2:172.21.15.60:6802/968967459,v1:172.21.15.60:6803/968967459]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-05-09T03:46:39.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:39 smithi100 bash[23626]: cluster 2024-05-09T03:46:38.251687+0000 mon.a (mon.0) 248 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-05-09T03:46:39.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:39 smithi100 bash[23626]: cluster 2024-05-09T03:46:38.251687+0000 mon.a (mon.0) 248 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-05-09T03:46:39.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:39 smithi100 bash[23626]: audit 2024-05-09T03:46:38.252229+0000 mon.a (mon.0) 249 : audit [INF] from='osd.0 [v2:172.21.15.60:6802/968967459,v1:172.21.15.60:6803/968967459]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]: dispatch 2024-05-09T03:46:39.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:39 smithi100 bash[23626]: audit 2024-05-09T03:46:38.252229+0000 mon.a (mon.0) 249 : audit [INF] from='osd.0 [v2:172.21.15.60:6802/968967459,v1:172.21.15.60:6803/968967459]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]: dispatch 2024-05-09T03:46:39.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:39 smithi100 bash[23626]: audit 2024-05-09T03:46:38.252752+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-09T03:46:39.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:39 smithi100 bash[23626]: audit 2024-05-09T03:46:38.252752+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-09T03:46:40.184 INFO:teuthology.orchestra.run.smithi060.stdout:Created osd(s) 0 on host 'smithi060' 2024-05-09T03:46:40.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:40 smithi100 bash[23626]: audit 2024-05-09T03:46:39.250826+0000 mon.a (mon.0) 251 : audit [INF] from='osd.0 [v2:172.21.15.60:6802/968967459,v1:172.21.15.60:6803/968967459]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]': finished 2024-05-09T03:46:40.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:40 smithi100 bash[23626]: audit 2024-05-09T03:46:39.250826+0000 mon.a (mon.0) 251 : audit [INF] from='osd.0 [v2:172.21.15.60:6802/968967459,v1:172.21.15.60:6803/968967459]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]': finished 2024-05-09T03:46:40.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:40 smithi100 bash[23626]: cluster 2024-05-09T03:46:39.254254+0000 mon.a (mon.0) 252 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-05-09T03:46:40.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:40 smithi100 bash[23626]: cluster 2024-05-09T03:46:39.254254+0000 mon.a (mon.0) 252 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-05-09T03:46:40.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:40 smithi100 bash[23626]: audit 2024-05-09T03:46:39.255954+0000 mon.a (mon.0) 253 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-09T03:46:40.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:40 smithi100 bash[23626]: audit 2024-05-09T03:46:39.255954+0000 mon.a (mon.0) 253 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-09T03:46:40.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:40 smithi100 bash[23626]: audit 2024-05-09T03:46:39.264941+0000 mon.a (mon.0) 254 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-09T03:46:40.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:40 smithi100 bash[23626]: audit 2024-05-09T03:46:39.264941+0000 mon.a (mon.0) 254 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-09T03:46:40.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:40 smithi100 bash[23626]: audit 2024-05-09T03:46:39.564773+0000 mon.a (mon.0) 255 : audit [INF] from='osd.0 [v2:172.21.15.60:6802/968967459,v1:172.21.15.60:6803/968967459]' entity='osd.0' 2024-05-09T03:46:40.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:40 smithi100 bash[23626]: audit 2024-05-09T03:46:39.564773+0000 mon.a (mon.0) 255 : audit [INF] from='osd.0 [v2:172.21.15.60:6802/968967459,v1:172.21.15.60:6803/968967459]' entity='osd.0' 2024-05-09T03:46:40.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:40 smithi100 bash[23626]: audit 2024-05-09T03:46:40.154630+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:46:40.548 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:40 smithi100 bash[23626]: audit 2024-05-09T03:46:40.154630+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:46:40.548 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:40 smithi100 bash[23626]: audit 2024-05-09T03:46:40.162959+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:46:40.548 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:40 smithi100 bash[23626]: audit 2024-05-09T03:46:40.162959+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:46:40.548 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:40 smithi100 bash[23626]: audit 2024-05-09T03:46:40.179127+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T03:46:40.548 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:40 smithi100 bash[23626]: audit 2024-05-09T03:46:40.179127+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T03:46:40.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:40 smithi060 bash[21524]: audit 2024-05-09T03:46:39.250826+0000 mon.a (mon.0) 251 : audit [INF] from='osd.0 [v2:172.21.15.60:6802/968967459,v1:172.21.15.60:6803/968967459]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]': finished 2024-05-09T03:46:40.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:40 smithi060 bash[21524]: audit 2024-05-09T03:46:39.250826+0000 mon.a (mon.0) 251 : audit [INF] from='osd.0 [v2:172.21.15.60:6802/968967459,v1:172.21.15.60:6803/968967459]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]': finished 2024-05-09T03:46:40.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:40 smithi060 bash[21524]: cluster 2024-05-09T03:46:39.254254+0000 mon.a (mon.0) 252 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-05-09T03:46:40.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:40 smithi060 bash[21524]: cluster 2024-05-09T03:46:39.254254+0000 mon.a (mon.0) 252 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-05-09T03:46:40.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:40 smithi060 bash[21524]: audit 2024-05-09T03:46:39.255954+0000 mon.a (mon.0) 253 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-09T03:46:40.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:40 smithi060 bash[21524]: audit 2024-05-09T03:46:39.255954+0000 mon.a (mon.0) 253 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-09T03:46:40.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:40 smithi060 bash[21524]: audit 2024-05-09T03:46:39.264941+0000 mon.a (mon.0) 254 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-09T03:46:40.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:40 smithi060 bash[21524]: audit 2024-05-09T03:46:39.264941+0000 mon.a (mon.0) 254 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-09T03:46:40.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:40 smithi060 bash[21524]: audit 2024-05-09T03:46:39.564773+0000 mon.a (mon.0) 255 : audit [INF] from='osd.0 [v2:172.21.15.60:6802/968967459,v1:172.21.15.60:6803/968967459]' entity='osd.0' 2024-05-09T03:46:40.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:40 smithi060 bash[21524]: audit 2024-05-09T03:46:39.564773+0000 mon.a (mon.0) 255 : audit [INF] from='osd.0 [v2:172.21.15.60:6802/968967459,v1:172.21.15.60:6803/968967459]' entity='osd.0' 2024-05-09T03:46:40.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:40 smithi060 bash[21524]: audit 2024-05-09T03:46:40.154630+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:46:40.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:40 smithi060 bash[21524]: audit 2024-05-09T03:46:40.154630+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:46:40.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:40 smithi060 bash[21524]: audit 2024-05-09T03:46:40.162959+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:46:40.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:40 smithi060 bash[21524]: audit 2024-05-09T03:46:40.162959+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:46:40.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:40 smithi060 bash[21524]: audit 2024-05-09T03:46:40.179127+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T03:46:40.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:40 smithi060 bash[21524]: audit 2024-05-09T03:46:40.179127+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T03:46:40.814 DEBUG:teuthology.orchestra.run.smithi060:osd.0> sudo journalctl -f -n 0 -u ceph-d6ec865c-0db5-11ef-bc97-c7b262605968@osd.0.service 2024-05-09T03:46:40.817 INFO:tasks.cephadm:Deploying osd.1 on smithi100 with /dev/vg_nvme/lv_4... 2024-05-09T03:46:40.817 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c66c553a84eb9faa0029f5f0bb8284e3a826ac85 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d6ec865c-0db5-11ef-bc97-c7b262605968 -- lvm zap /dev/vg_nvme/lv_4 2024-05-09T03:46:41.546 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:41 smithi100 bash[23626]: cluster 2024-05-09T03:46:39.101886+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-09T03:46:41.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:41 smithi100 bash[23626]: cluster 2024-05-09T03:46:39.101886+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-09T03:46:41.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:41 smithi100 bash[23626]: cluster 2024-05-09T03:46:39.101999+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-09T03:46:41.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:41 smithi100 bash[23626]: cluster 2024-05-09T03:46:39.101999+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-09T03:46:41.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:41 smithi100 bash[23626]: cluster 2024-05-09T03:46:40.180420+0000 mgr.a (mgr.14152) 94 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:46:41.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:41 smithi100 bash[23626]: cluster 2024-05-09T03:46:40.180420+0000 mgr.a (mgr.14152) 94 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:46:41.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:41 smithi100 bash[23626]: audit 2024-05-09T03:46:40.260357+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-09T03:46:41.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:41 smithi100 bash[23626]: audit 2024-05-09T03:46:40.260357+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-09T03:46:41.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:41 smithi100 bash[23626]: cluster 2024-05-09T03:46:40.568744+0000 mon.a (mon.0) 260 : cluster [INF] osd.0 [v2:172.21.15.60:6802/968967459,v1:172.21.15.60:6803/968967459] boot 2024-05-09T03:46:41.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:41 smithi100 bash[23626]: cluster 2024-05-09T03:46:40.568744+0000 mon.a (mon.0) 260 : cluster [INF] osd.0 [v2:172.21.15.60:6802/968967459,v1:172.21.15.60:6803/968967459] boot 2024-05-09T03:46:41.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:41 smithi100 bash[23626]: cluster 2024-05-09T03:46:40.568804+0000 mon.a (mon.0) 261 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-05-09T03:46:41.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:41 smithi100 bash[23626]: cluster 2024-05-09T03:46:40.568804+0000 mon.a (mon.0) 261 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-05-09T03:46:41.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:41 smithi100 bash[23626]: audit 2024-05-09T03:46:40.569153+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-09T03:46:41.548 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:41 smithi100 bash[23626]: audit 2024-05-09T03:46:40.569153+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-09T03:46:41.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:41 smithi060 bash[21524]: cluster 2024-05-09T03:46:39.101886+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-09T03:46:41.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:41 smithi060 bash[21524]: cluster 2024-05-09T03:46:39.101886+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-09T03:46:41.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:41 smithi060 bash[21524]: cluster 2024-05-09T03:46:39.101999+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-09T03:46:41.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:41 smithi060 bash[21524]: cluster 2024-05-09T03:46:39.101999+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-09T03:46:41.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:41 smithi060 bash[21524]: cluster 2024-05-09T03:46:40.180420+0000 mgr.a (mgr.14152) 94 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:46:41.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:41 smithi060 bash[21524]: cluster 2024-05-09T03:46:40.180420+0000 mgr.a (mgr.14152) 94 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T03:46:41.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:41 smithi060 bash[21524]: audit 2024-05-09T03:46:40.260357+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-09T03:46:41.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:41 smithi060 bash[21524]: audit 2024-05-09T03:46:40.260357+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-09T03:46:41.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:41 smithi060 bash[21524]: cluster 2024-05-09T03:46:40.568744+0000 mon.a (mon.0) 260 : cluster [INF] osd.0 [v2:172.21.15.60:6802/968967459,v1:172.21.15.60:6803/968967459] boot 2024-05-09T03:46:41.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:41 smithi060 bash[21524]: cluster 2024-05-09T03:46:40.568744+0000 mon.a (mon.0) 260 : cluster [INF] osd.0 [v2:172.21.15.60:6802/968967459,v1:172.21.15.60:6803/968967459] boot 2024-05-09T03:46:41.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:41 smithi060 bash[21524]: cluster 2024-05-09T03:46:40.568804+0000 mon.a (mon.0) 261 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-05-09T03:46:41.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:41 smithi060 bash[21524]: cluster 2024-05-09T03:46:40.568804+0000 mon.a (mon.0) 261 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-05-09T03:46:41.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:41 smithi060 bash[21524]: audit 2024-05-09T03:46:40.569153+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-09T03:46:41.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:41 smithi060 bash[21524]: audit 2024-05-09T03:46:40.569153+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-09T03:46:43.546 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:43 smithi100 bash[23626]: cluster 2024-05-09T03:46:42.168616+0000 mon.a (mon.0) 263 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-05-09T03:46:43.546 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:43 smithi100 bash[23626]: cluster 2024-05-09T03:46:42.168616+0000 mon.a (mon.0) 263 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-05-09T03:46:43.546 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:43 smithi100 bash[23626]: cluster 2024-05-09T03:46:42.181034+0000 mgr.a (mgr.14152) 95 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T03:46:43.546 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:43 smithi100 bash[23626]: cluster 2024-05-09T03:46:42.181034+0000 mgr.a (mgr.14152) 95 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T03:46:43.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:43 smithi060 bash[21524]: cluster 2024-05-09T03:46:42.168616+0000 mon.a (mon.0) 263 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-05-09T03:46:43.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:43 smithi060 bash[21524]: cluster 2024-05-09T03:46:42.168616+0000 mon.a (mon.0) 263 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-05-09T03:46:43.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:43 smithi060 bash[21524]: cluster 2024-05-09T03:46:42.181034+0000 mgr.a (mgr.14152) 95 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T03:46:43.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:43 smithi060 bash[21524]: cluster 2024-05-09T03:46:42.181034+0000 mgr.a (mgr.14152) 95 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T03:46:45.531 INFO:teuthology.orchestra.run.smithi100.stderr:Inferring config /var/lib/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/mon.b/config 2024-05-09T03:46:45.546 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:45 smithi100 bash[23626]: cluster 2024-05-09T03:46:44.181596+0000 mgr.a (mgr.14152) 96 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T03:46:45.546 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:45 smithi100 bash[23626]: cluster 2024-05-09T03:46:44.181596+0000 mgr.a (mgr.14152) 96 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T03:46:45.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:45 smithi060 bash[21524]: cluster 2024-05-09T03:46:44.181596+0000 mgr.a (mgr.14152) 96 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T03:46:45.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:45 smithi060 bash[21524]: cluster 2024-05-09T03:46:44.181596+0000 mgr.a (mgr.14152) 96 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T03:46:47.546 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:47 smithi100 bash[23626]: cluster 2024-05-09T03:46:46.182104+0000 mgr.a (mgr.14152) 97 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T03:46:47.546 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:47 smithi100 bash[23626]: cluster 2024-05-09T03:46:46.182104+0000 mgr.a (mgr.14152) 97 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T03:46:47.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:47 smithi060 bash[21524]: cluster 2024-05-09T03:46:46.182104+0000 mgr.a (mgr.14152) 97 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T03:46:47.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:47 smithi060 bash[21524]: cluster 2024-05-09T03:46:46.182104+0000 mgr.a (mgr.14152) 97 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T03:46:48.947 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-05-09T03:46:48.993 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c66c553a84eb9faa0029f5f0bb8284e3a826ac85 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d6ec865c-0db5-11ef-bc97-c7b262605968 -- ceph orch daemon add osd smithi100:vg_nvme/lv_4 2024-05-09T03:46:49.546 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:49 smithi100 bash[23626]: cluster 2024-05-09T03:46:48.182453+0000 mgr.a (mgr.14152) 98 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T03:46:49.546 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:49 smithi100 bash[23626]: cluster 2024-05-09T03:46:48.182453+0000 mgr.a (mgr.14152) 98 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T03:46:49.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:49 smithi060 bash[21524]: cluster 2024-05-09T03:46:48.182453+0000 mgr.a (mgr.14152) 98 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T03:46:49.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:49 smithi060 bash[21524]: cluster 2024-05-09T03:46:48.182453+0000 mgr.a (mgr.14152) 98 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T03:46:50.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:50 smithi060 bash[21524]: cephadm 2024-05-09T03:46:49.320412+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Detected new or changed devices on smithi060 2024-05-09T03:46:50.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:50 smithi060 bash[21524]: cephadm 2024-05-09T03:46:49.320412+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Detected new or changed devices on smithi060 2024-05-09T03:46:50.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:50 smithi060 bash[21524]: audit 2024-05-09T03:46:49.329267+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:46:50.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:50 smithi060 bash[21524]: audit 2024-05-09T03:46:49.329267+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:46:50.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:50 smithi060 bash[21524]: audit 2024-05-09T03:46:49.337816+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:46:50.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:50 smithi060 bash[21524]: audit 2024-05-09T03:46:49.337816+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:46:50.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:50 smithi060 bash[21524]: audit 2024-05-09T03:46:49.340630+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-09T03:46:50.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:50 smithi060 bash[21524]: audit 2024-05-09T03:46:49.340630+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-09T03:46:50.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:50 smithi060 bash[21524]: cephadm 2024-05-09T03:46:49.342055+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Adjusting osd_memory_target on smithi060 to 17269M 2024-05-09T03:46:50.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:50 smithi060 bash[21524]: cephadm 2024-05-09T03:46:49.342055+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Adjusting osd_memory_target on smithi060 to 17269M 2024-05-09T03:46:50.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:50 smithi060 bash[21524]: audit 2024-05-09T03:46:49.348081+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:46:50.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:50 smithi060 bash[21524]: audit 2024-05-09T03:46:49.348081+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:46:50.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:50 smithi060 bash[21524]: audit 2024-05-09T03:46:49.352197+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:46:50.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:50 smithi060 bash[21524]: audit 2024-05-09T03:46:49.352197+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:46:50.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:50 smithi060 bash[21524]: audit 2024-05-09T03:46:49.353960+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T03:46:50.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:50 smithi060 bash[21524]: audit 2024-05-09T03:46:49.353960+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T03:46:50.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:50 smithi060 bash[21524]: audit 2024-05-09T03:46:49.364348+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:46:50.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:50 smithi060 bash[21524]: audit 2024-05-09T03:46:49.364348+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:46:50.796 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:50 smithi100 bash[23626]: cephadm 2024-05-09T03:46:49.320412+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Detected new or changed devices on smithi060 2024-05-09T03:46:50.797 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:50 smithi100 bash[23626]: cephadm 2024-05-09T03:46:49.320412+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Detected new or changed devices on smithi060 2024-05-09T03:46:50.797 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:50 smithi100 bash[23626]: audit 2024-05-09T03:46:49.329267+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:46:50.797 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:50 smithi100 bash[23626]: audit 2024-05-09T03:46:49.329267+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:46:50.797 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:50 smithi100 bash[23626]: audit 2024-05-09T03:46:49.337816+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:46:50.797 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:50 smithi100 bash[23626]: audit 2024-05-09T03:46:49.337816+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:46:50.797 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:50 smithi100 bash[23626]: audit 2024-05-09T03:46:49.340630+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-09T03:46:50.797 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:50 smithi100 bash[23626]: audit 2024-05-09T03:46:49.340630+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-09T03:46:50.797 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:50 smithi100 bash[23626]: cephadm 2024-05-09T03:46:49.342055+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Adjusting osd_memory_target on smithi060 to 17269M 2024-05-09T03:46:50.797 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:50 smithi100 bash[23626]: cephadm 2024-05-09T03:46:49.342055+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Adjusting osd_memory_target on smithi060 to 17269M 2024-05-09T03:46:50.797 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:50 smithi100 bash[23626]: audit 2024-05-09T03:46:49.348081+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:46:50.797 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:50 smithi100 bash[23626]: audit 2024-05-09T03:46:49.348081+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:46:50.797 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:50 smithi100 bash[23626]: audit 2024-05-09T03:46:49.352197+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:46:50.797 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:50 smithi100 bash[23626]: audit 2024-05-09T03:46:49.352197+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:46:50.798 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:50 smithi100 bash[23626]: audit 2024-05-09T03:46:49.353960+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T03:46:50.798 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:50 smithi100 bash[23626]: audit 2024-05-09T03:46:49.353960+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T03:46:50.798 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:50 smithi100 bash[23626]: audit 2024-05-09T03:46:49.364348+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:46:50.798 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:50 smithi100 bash[23626]: audit 2024-05-09T03:46:49.364348+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:46:51.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:51 smithi060 bash[21524]: cluster 2024-05-09T03:46:50.182887+0000 mgr.a (mgr.14152) 101 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T03:46:51.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:51 smithi060 bash[21524]: cluster 2024-05-09T03:46:50.182887+0000 mgr.a (mgr.14152) 101 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T03:46:51.796 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:51 smithi100 bash[23626]: cluster 2024-05-09T03:46:50.182887+0000 mgr.a (mgr.14152) 101 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T03:46:51.796 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:51 smithi100 bash[23626]: cluster 2024-05-09T03:46:50.182887+0000 mgr.a (mgr.14152) 101 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T03:46:53.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:53 smithi060 bash[21524]: cluster 2024-05-09T03:46:52.183379+0000 mgr.a (mgr.14152) 102 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T03:46:53.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:53 smithi060 bash[21524]: cluster 2024-05-09T03:46:52.183379+0000 mgr.a (mgr.14152) 102 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T03:46:53.706 INFO:teuthology.orchestra.run.smithi100.stderr:Inferring config /var/lib/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/mon.b/config 2024-05-09T03:46:53.729 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:53 smithi100 bash[23626]: cluster 2024-05-09T03:46:52.183379+0000 mgr.a (mgr.14152) 102 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T03:46:53.729 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:53 smithi100 bash[23626]: cluster 2024-05-09T03:46:52.183379+0000 mgr.a (mgr.14152) 102 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T03:46:55.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:55 smithi060 bash[21524]: cluster 2024-05-09T03:46:54.183796+0000 mgr.a (mgr.14152) 103 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T03:46:55.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:55 smithi060 bash[21524]: cluster 2024-05-09T03:46:54.183796+0000 mgr.a (mgr.14152) 103 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T03:46:55.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:55 smithi060 bash[21524]: audit 2024-05-09T03:46:54.882322+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-09T03:46:55.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:55 smithi060 bash[21524]: audit 2024-05-09T03:46:54.882322+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-09T03:46:55.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:55 smithi060 bash[21524]: audit 2024-05-09T03:46:54.889464+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-09T03:46:55.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:55 smithi060 bash[21524]: audit 2024-05-09T03:46:54.889464+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-09T03:46:55.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:55 smithi060 bash[21524]: audit 2024-05-09T03:46:54.891284+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:46:55.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:55 smithi060 bash[21524]: audit 2024-05-09T03:46:54.891284+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:46:55.796 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:55 smithi100 bash[23626]: cluster 2024-05-09T03:46:54.183796+0000 mgr.a (mgr.14152) 103 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T03:46:55.796 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:55 smithi100 bash[23626]: cluster 2024-05-09T03:46:54.183796+0000 mgr.a (mgr.14152) 103 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T03:46:55.796 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:55 smithi100 bash[23626]: audit 2024-05-09T03:46:54.882322+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-09T03:46:55.796 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:55 smithi100 bash[23626]: audit 2024-05-09T03:46:54.882322+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-09T03:46:55.797 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:55 smithi100 bash[23626]: audit 2024-05-09T03:46:54.889464+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-09T03:46:55.797 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:55 smithi100 bash[23626]: audit 2024-05-09T03:46:54.889464+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-09T03:46:55.797 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:55 smithi100 bash[23626]: audit 2024-05-09T03:46:54.891284+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:46:55.797 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:55 smithi100 bash[23626]: audit 2024-05-09T03:46:54.891284+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:46:56.796 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:56 smithi100 bash[23626]: audit 2024-05-09T03:46:54.874797+0000 mgr.a (mgr.14152) 104 : audit [DBG] from='client.24111 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi100:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T03:46:56.796 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:56 smithi100 bash[23626]: audit 2024-05-09T03:46:54.874797+0000 mgr.a (mgr.14152) 104 : audit [DBG] from='client.24111 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi100:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T03:46:56.879 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:56 smithi060 bash[21524]: audit 2024-05-09T03:46:54.874797+0000 mgr.a (mgr.14152) 104 : audit [DBG] from='client.24111 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi100:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T03:46:56.879 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:56 smithi060 bash[21524]: audit 2024-05-09T03:46:54.874797+0000 mgr.a (mgr.14152) 104 : audit [DBG] from='client.24111 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi100:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T03:46:57.796 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:57 smithi100 bash[23626]: cluster 2024-05-09T03:46:56.184269+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T03:46:57.796 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:57 smithi100 bash[23626]: cluster 2024-05-09T03:46:56.184269+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T03:46:57.879 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:57 smithi060 bash[21524]: cluster 2024-05-09T03:46:56.184269+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T03:46:57.879 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:57 smithi060 bash[21524]: cluster 2024-05-09T03:46:56.184269+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T03:46:59.796 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:59 smithi100 bash[23626]: cluster 2024-05-09T03:46:58.184732+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T03:46:59.796 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:46:59 smithi100 bash[23626]: cluster 2024-05-09T03:46:58.184732+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T03:46:59.879 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:59 smithi060 bash[21524]: cluster 2024-05-09T03:46:58.184732+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T03:46:59.879 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:46:59 smithi060 bash[21524]: cluster 2024-05-09T03:46:58.184732+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T03:47:01.796 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:01 smithi100 bash[23626]: cluster 2024-05-09T03:47:00.185187+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T03:47:02.287 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:01 smithi100 bash[23626]: cluster 2024-05-09T03:47:00.185187+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T03:47:02.287 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:01 smithi060 bash[21524]: cluster 2024-05-09T03:47:00.185187+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T03:47:02.288 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:01 smithi060 bash[21524]: cluster 2024-05-09T03:47:00.185187+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T03:47:03.796 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:03 smithi100 bash[23626]: cluster 2024-05-09T03:47:02.185654+0000 mgr.a (mgr.14152) 108 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T03:47:03.796 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:03 smithi100 bash[23626]: cluster 2024-05-09T03:47:02.185654+0000 mgr.a (mgr.14152) 108 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T03:47:03.796 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:03 smithi100 bash[23626]: audit 2024-05-09T03:47:03.072641+0000 mon.b (mon.1) 6 : audit [INF] from='client.? 172.21.15.100:0/3337163225' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c1f54ce0-d3aa-4a8e-867a-3e6744f68edc"}]: dispatch 2024-05-09T03:47:03.796 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:03 smithi100 bash[23626]: audit 2024-05-09T03:47:03.072641+0000 mon.b (mon.1) 6 : audit [INF] from='client.? 172.21.15.100:0/3337163225' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c1f54ce0-d3aa-4a8e-867a-3e6744f68edc"}]: dispatch 2024-05-09T03:47:03.797 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:03 smithi100 bash[23626]: audit 2024-05-09T03:47:03.073079+0000 mon.a (mon.0) 274 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c1f54ce0-d3aa-4a8e-867a-3e6744f68edc"}]: dispatch 2024-05-09T03:47:03.797 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:03 smithi100 bash[23626]: audit 2024-05-09T03:47:03.073079+0000 mon.a (mon.0) 274 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c1f54ce0-d3aa-4a8e-867a-3e6744f68edc"}]: dispatch 2024-05-09T03:47:03.797 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:03 smithi100 bash[23626]: audit 2024-05-09T03:47:03.075924+0000 mon.a (mon.0) 275 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c1f54ce0-d3aa-4a8e-867a-3e6744f68edc"}]': finished 2024-05-09T03:47:03.797 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:03 smithi100 bash[23626]: audit 2024-05-09T03:47:03.075924+0000 mon.a (mon.0) 275 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c1f54ce0-d3aa-4a8e-867a-3e6744f68edc"}]': finished 2024-05-09T03:47:03.797 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:03 smithi100 bash[23626]: cluster 2024-05-09T03:47:03.080836+0000 mon.a (mon.0) 276 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-05-09T03:47:03.797 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:03 smithi100 bash[23626]: cluster 2024-05-09T03:47:03.080836+0000 mon.a (mon.0) 276 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-05-09T03:47:03.797 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:03 smithi100 bash[23626]: audit 2024-05-09T03:47:03.081240+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-09T03:47:03.797 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:03 smithi100 bash[23626]: audit 2024-05-09T03:47:03.081240+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-09T03:47:03.879 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:03 smithi060 bash[21524]: cluster 2024-05-09T03:47:02.185654+0000 mgr.a (mgr.14152) 108 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T03:47:03.879 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:03 smithi060 bash[21524]: cluster 2024-05-09T03:47:02.185654+0000 mgr.a (mgr.14152) 108 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T03:47:03.880 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:03 smithi060 bash[21524]: audit 2024-05-09T03:47:03.072641+0000 mon.b (mon.1) 6 : audit [INF] from='client.? 172.21.15.100:0/3337163225' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c1f54ce0-d3aa-4a8e-867a-3e6744f68edc"}]: dispatch 2024-05-09T03:47:03.880 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:03 smithi060 bash[21524]: audit 2024-05-09T03:47:03.072641+0000 mon.b (mon.1) 6 : audit [INF] from='client.? 172.21.15.100:0/3337163225' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c1f54ce0-d3aa-4a8e-867a-3e6744f68edc"}]: dispatch 2024-05-09T03:47:03.880 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:03 smithi060 bash[21524]: audit 2024-05-09T03:47:03.073079+0000 mon.a (mon.0) 274 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c1f54ce0-d3aa-4a8e-867a-3e6744f68edc"}]: dispatch 2024-05-09T03:47:03.880 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:03 smithi060 bash[21524]: audit 2024-05-09T03:47:03.073079+0000 mon.a (mon.0) 274 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c1f54ce0-d3aa-4a8e-867a-3e6744f68edc"}]: dispatch 2024-05-09T03:47:03.880 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:03 smithi060 bash[21524]: audit 2024-05-09T03:47:03.075924+0000 mon.a (mon.0) 275 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c1f54ce0-d3aa-4a8e-867a-3e6744f68edc"}]': finished 2024-05-09T03:47:03.880 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:03 smithi060 bash[21524]: audit 2024-05-09T03:47:03.075924+0000 mon.a (mon.0) 275 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c1f54ce0-d3aa-4a8e-867a-3e6744f68edc"}]': finished 2024-05-09T03:47:03.880 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:03 smithi060 bash[21524]: cluster 2024-05-09T03:47:03.080836+0000 mon.a (mon.0) 276 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-05-09T03:47:03.880 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:03 smithi060 bash[21524]: cluster 2024-05-09T03:47:03.080836+0000 mon.a (mon.0) 276 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-05-09T03:47:03.880 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:03 smithi060 bash[21524]: audit 2024-05-09T03:47:03.081240+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-09T03:47:03.880 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:03 smithi060 bash[21524]: audit 2024-05-09T03:47:03.081240+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-09T03:47:04.796 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:04 smithi100 bash[23626]: audit 2024-05-09T03:47:03.806505+0000 mon.b (mon.1) 7 : audit [DBG] from='client.? 172.21.15.100:0/2095988441' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-09T03:47:04.796 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:04 smithi100 bash[23626]: audit 2024-05-09T03:47:03.806505+0000 mon.b (mon.1) 7 : audit [DBG] from='client.? 172.21.15.100:0/2095988441' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-09T03:47:04.879 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:04 smithi060 bash[21524]: audit 2024-05-09T03:47:03.806505+0000 mon.b (mon.1) 7 : audit [DBG] from='client.? 172.21.15.100:0/2095988441' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-09T03:47:04.879 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:04 smithi060 bash[21524]: audit 2024-05-09T03:47:03.806505+0000 mon.b (mon.1) 7 : audit [DBG] from='client.? 172.21.15.100:0/2095988441' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-09T03:47:05.796 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:05 smithi100 bash[23626]: cluster 2024-05-09T03:47:04.186208+0000 mgr.a (mgr.14152) 109 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T03:47:05.796 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:05 smithi100 bash[23626]: cluster 2024-05-09T03:47:04.186208+0000 mgr.a (mgr.14152) 109 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T03:47:05.879 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:05 smithi060 bash[21524]: cluster 2024-05-09T03:47:04.186208+0000 mgr.a (mgr.14152) 109 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T03:47:05.879 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:05 smithi060 bash[21524]: cluster 2024-05-09T03:47:04.186208+0000 mgr.a (mgr.14152) 109 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T03:47:07.796 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:07 smithi100 bash[23626]: cluster 2024-05-09T03:47:06.186777+0000 mgr.a (mgr.14152) 110 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T03:47:07.796 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:07 smithi100 bash[23626]: cluster 2024-05-09T03:47:06.186777+0000 mgr.a (mgr.14152) 110 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T03:47:07.879 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:07 smithi060 bash[21524]: cluster 2024-05-09T03:47:06.186777+0000 mgr.a (mgr.14152) 110 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T03:47:07.879 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:07 smithi060 bash[21524]: cluster 2024-05-09T03:47:06.186777+0000 mgr.a (mgr.14152) 110 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T03:47:09.796 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:09 smithi100 bash[23626]: cluster 2024-05-09T03:47:08.187235+0000 mgr.a (mgr.14152) 111 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T03:47:09.796 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:09 smithi100 bash[23626]: cluster 2024-05-09T03:47:08.187235+0000 mgr.a (mgr.14152) 111 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T03:47:09.879 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:09 smithi060 bash[21524]: cluster 2024-05-09T03:47:08.187235+0000 mgr.a (mgr.14152) 111 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T03:47:09.879 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:09 smithi060 bash[21524]: cluster 2024-05-09T03:47:08.187235+0000 mgr.a (mgr.14152) 111 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T03:47:11.796 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:11 smithi100 bash[23626]: cluster 2024-05-09T03:47:10.187726+0000 mgr.a (mgr.14152) 112 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T03:47:11.796 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:11 smithi100 bash[23626]: cluster 2024-05-09T03:47:10.187726+0000 mgr.a (mgr.14152) 112 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T03:47:11.879 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:11 smithi060 bash[21524]: cluster 2024-05-09T03:47:10.187726+0000 mgr.a (mgr.14152) 112 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T03:47:11.879 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:11 smithi060 bash[21524]: cluster 2024-05-09T03:47:10.187726+0000 mgr.a (mgr.14152) 112 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T03:47:12.761 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:12 smithi100 bash[23626]: cluster 2024-05-09T03:47:12.188278+0000 mgr.a (mgr.14152) 113 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T03:47:12.761 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:12 smithi100 bash[23626]: cluster 2024-05-09T03:47:12.188278+0000 mgr.a (mgr.14152) 113 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T03:47:12.879 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:12 smithi060 bash[21524]: cluster 2024-05-09T03:47:12.188278+0000 mgr.a (mgr.14152) 113 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T03:47:12.879 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:12 smithi060 bash[21524]: cluster 2024-05-09T03:47:12.188278+0000 mgr.a (mgr.14152) 113 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T03:47:15.545 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:15 smithi100 bash[23626]: cluster 2024-05-09T03:47:14.188830+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T03:47:15.546 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:15 smithi100 bash[23626]: cluster 2024-05-09T03:47:14.188830+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T03:47:15.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:15 smithi060 bash[21524]: cluster 2024-05-09T03:47:14.188830+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T03:47:15.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:15 smithi060 bash[21524]: cluster 2024-05-09T03:47:14.188830+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T03:47:16.546 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:16 smithi100 bash[23626]: audit 2024-05-09T03:47:15.371949+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-09T03:47:16.546 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:16 smithi100 bash[23626]: audit 2024-05-09T03:47:15.371949+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-09T03:47:16.546 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:16 smithi100 bash[23626]: audit 2024-05-09T03:47:15.373845+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:47:16.546 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:16 smithi100 bash[23626]: audit 2024-05-09T03:47:15.373845+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:47:16.546 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:16 smithi100 bash[23626]: cephadm 2024-05-09T03:47:15.375543+0000 mgr.a (mgr.14152) 115 : cephadm [INF] Deploying daemon osd.1 on smithi100 2024-05-09T03:47:16.546 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:16 smithi100 bash[23626]: cephadm 2024-05-09T03:47:15.375543+0000 mgr.a (mgr.14152) 115 : cephadm [INF] Deploying daemon osd.1 on smithi100 2024-05-09T03:47:16.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:16 smithi060 bash[21524]: audit 2024-05-09T03:47:15.371949+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-09T03:47:16.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:16 smithi060 bash[21524]: audit 2024-05-09T03:47:15.371949+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-09T03:47:16.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:16 smithi060 bash[21524]: audit 2024-05-09T03:47:15.373845+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:47:16.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:16 smithi060 bash[21524]: audit 2024-05-09T03:47:15.373845+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:47:16.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:16 smithi060 bash[21524]: cephadm 2024-05-09T03:47:15.375543+0000 mgr.a (mgr.14152) 115 : cephadm [INF] Deploying daemon osd.1 on smithi100 2024-05-09T03:47:16.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:16 smithi060 bash[21524]: cephadm 2024-05-09T03:47:15.375543+0000 mgr.a (mgr.14152) 115 : cephadm [INF] Deploying daemon osd.1 on smithi100 2024-05-09T03:47:17.546 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:17 smithi100 bash[23626]: cluster 2024-05-09T03:47:16.189393+0000 mgr.a (mgr.14152) 116 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T03:47:17.546 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:17 smithi100 bash[23626]: cluster 2024-05-09T03:47:16.189393+0000 mgr.a (mgr.14152) 116 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T03:47:17.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:17 smithi060 bash[21524]: cluster 2024-05-09T03:47:16.189393+0000 mgr.a (mgr.14152) 116 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T03:47:17.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:17 smithi060 bash[21524]: cluster 2024-05-09T03:47:16.189393+0000 mgr.a (mgr.14152) 116 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T03:47:19.545 INFO:journalctl@ceph.mgr.b.smithi100.stdout:May 09 03:47:19 smithi100 systemd[1]: /etc/systemd/system/ceph-d6ec865c-0db5-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-09T03:47:19.546 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:19 smithi100 bash[23626]: cluster 2024-05-09T03:47:18.189877+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T03:47:19.546 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:19 smithi100 bash[23626]: cluster 2024-05-09T03:47:18.189877+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T03:47:19.546 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:19 smithi100 systemd[1]: /etc/systemd/system/ceph-d6ec865c-0db5-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-09T03:47:19.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:19 smithi060 bash[21524]: cluster 2024-05-09T03:47:18.189877+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T03:47:19.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:19 smithi060 bash[21524]: cluster 2024-05-09T03:47:18.189877+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T03:47:20.045 INFO:journalctl@ceph.mgr.b.smithi100.stdout:May 09 03:47:19 smithi100 systemd[1]: /etc/systemd/system/ceph-d6ec865c-0db5-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-09T03:47:20.046 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:19 smithi100 systemd[1]: /etc/systemd/system/ceph-d6ec865c-0db5-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-09T03:47:21.046 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:20 smithi100 bash[23626]: audit 2024-05-09T03:47:19.754657+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:47:21.046 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:20 smithi100 bash[23626]: audit 2024-05-09T03:47:19.754657+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:47:21.046 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:20 smithi100 bash[23626]: audit 2024-05-09T03:47:19.762515+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:47:21.046 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:20 smithi100 bash[23626]: audit 2024-05-09T03:47:19.762515+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:47:21.046 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:20 smithi100 bash[23626]: audit 2024-05-09T03:47:19.781192+0000 mon.a (mon.0) 282 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T03:47:21.046 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:20 smithi100 bash[23626]: audit 2024-05-09T03:47:19.781192+0000 mon.a (mon.0) 282 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T03:47:21.046 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:20 smithi100 bash[23626]: cluster 2024-05-09T03:47:20.190398+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T03:47:21.046 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:20 smithi100 bash[23626]: cluster 2024-05-09T03:47:20.190398+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T03:47:21.129 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:20 smithi060 bash[21524]: audit 2024-05-09T03:47:19.754657+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:47:21.129 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:20 smithi060 bash[21524]: audit 2024-05-09T03:47:19.754657+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:47:21.130 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:20 smithi060 bash[21524]: audit 2024-05-09T03:47:19.762515+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:47:21.130 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:20 smithi060 bash[21524]: audit 2024-05-09T03:47:19.762515+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:47:21.130 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:20 smithi060 bash[21524]: audit 2024-05-09T03:47:19.781192+0000 mon.a (mon.0) 282 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T03:47:21.130 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:20 smithi060 bash[21524]: audit 2024-05-09T03:47:19.781192+0000 mon.a (mon.0) 282 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T03:47:21.130 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:20 smithi060 bash[21524]: cluster 2024-05-09T03:47:20.190398+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T03:47:21.130 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:20 smithi060 bash[21524]: cluster 2024-05-09T03:47:20.190398+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T03:47:23.546 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:23 smithi100 bash[23626]: cluster 2024-05-09T03:47:22.190880+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T03:47:23.546 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:23 smithi100 bash[23626]: cluster 2024-05-09T03:47:22.190880+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T03:47:23.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:23 smithi060 bash[21524]: cluster 2024-05-09T03:47:22.190880+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T03:47:23.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:23 smithi060 bash[21524]: cluster 2024-05-09T03:47:22.190880+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T03:47:25.545 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:25 smithi100 bash[23626]: cluster 2024-05-09T03:47:24.191368+0000 mgr.a (mgr.14152) 120 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T03:47:25.546 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:25 smithi100 bash[23626]: cluster 2024-05-09T03:47:24.191368+0000 mgr.a (mgr.14152) 120 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T03:47:25.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:25 smithi060 bash[21524]: cluster 2024-05-09T03:47:24.191368+0000 mgr.a (mgr.14152) 120 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T03:47:25.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:25 smithi060 bash[21524]: cluster 2024-05-09T03:47:24.191368+0000 mgr.a (mgr.14152) 120 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T03:47:26.252 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:26 smithi100 bash[23626]: audit 2024-05-09T03:47:26.008210+0000 mon.b (mon.1) 8 : audit [INF] from='osd.1 [v2:172.21.15.100:6800/1627469221,v1:172.21.15.100:6801/1627469221]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-09T03:47:26.252 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:26 smithi100 bash[23626]: audit 2024-05-09T03:47:26.008210+0000 mon.b (mon.1) 8 : audit [INF] from='osd.1 [v2:172.21.15.100:6800/1627469221,v1:172.21.15.100:6801/1627469221]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-09T03:47:26.252 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:26 smithi100 bash[23626]: audit 2024-05-09T03:47:26.008291+0000 mon.a (mon.0) 283 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-09T03:47:26.252 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:26 smithi100 bash[23626]: audit 2024-05-09T03:47:26.008291+0000 mon.a (mon.0) 283 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-09T03:47:26.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:26 smithi060 bash[21524]: audit 2024-05-09T03:47:26.008210+0000 mon.b (mon.1) 8 : audit [INF] from='osd.1 [v2:172.21.15.100:6800/1627469221,v1:172.21.15.100:6801/1627469221]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-09T03:47:26.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:26 smithi060 bash[21524]: audit 2024-05-09T03:47:26.008210+0000 mon.b (mon.1) 8 : audit [INF] from='osd.1 [v2:172.21.15.100:6800/1627469221,v1:172.21.15.100:6801/1627469221]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-09T03:47:26.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:26 smithi060 bash[21524]: audit 2024-05-09T03:47:26.008291+0000 mon.a (mon.0) 283 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-09T03:47:26.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:26 smithi060 bash[21524]: audit 2024-05-09T03:47:26.008291+0000 mon.a (mon.0) 283 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-09T03:47:27.500 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:27 smithi100 bash[23626]: cluster 2024-05-09T03:47:26.191816+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T03:47:27.500 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:27 smithi100 bash[23626]: cluster 2024-05-09T03:47:26.191816+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T03:47:27.501 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:27 smithi100 bash[23626]: audit 2024-05-09T03:47:26.259118+0000 mon.a (mon.0) 284 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-05-09T03:47:27.501 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:27 smithi100 bash[23626]: audit 2024-05-09T03:47:26.259118+0000 mon.a (mon.0) 284 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-05-09T03:47:27.501 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:27 smithi100 bash[23626]: audit 2024-05-09T03:47:26.263541+0000 mon.b (mon.1) 9 : audit [INF] from='osd.1 [v2:172.21.15.100:6800/1627469221,v1:172.21.15.100:6801/1627469221]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi100", "root=default"]}]: dispatch 2024-05-09T03:47:27.501 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:27 smithi100 bash[23626]: audit 2024-05-09T03:47:26.263541+0000 mon.b (mon.1) 9 : audit [INF] from='osd.1 [v2:172.21.15.100:6800/1627469221,v1:172.21.15.100:6801/1627469221]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi100", "root=default"]}]: dispatch 2024-05-09T03:47:27.501 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:27 smithi100 bash[23626]: cluster 2024-05-09T03:47:26.264073+0000 mon.a (mon.0) 285 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-05-09T03:47:27.501 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:27 smithi100 bash[23626]: cluster 2024-05-09T03:47:26.264073+0000 mon.a (mon.0) 285 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-05-09T03:47:27.501 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:27 smithi100 bash[23626]: audit 2024-05-09T03:47:26.264764+0000 mon.a (mon.0) 286 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-09T03:47:27.501 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:27 smithi100 bash[23626]: audit 2024-05-09T03:47:26.264764+0000 mon.a (mon.0) 286 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-09T03:47:27.501 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:27 smithi100 bash[23626]: audit 2024-05-09T03:47:26.265720+0000 mon.a (mon.0) 287 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi100", "root=default"]}]: dispatch 2024-05-09T03:47:27.501 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:27 smithi100 bash[23626]: audit 2024-05-09T03:47:26.265720+0000 mon.a (mon.0) 287 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi100", "root=default"]}]: dispatch 2024-05-09T03:47:27.501 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:27 smithi100 bash[23626]: audit 2024-05-09T03:47:26.579160+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:47:27.501 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:27 smithi100 bash[23626]: audit 2024-05-09T03:47:26.579160+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:47:27.501 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:27 smithi100 bash[23626]: audit 2024-05-09T03:47:26.587879+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:47:27.502 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:27 smithi100 bash[23626]: audit 2024-05-09T03:47:26.587879+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:47:27.502 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:27 smithi100 bash[23626]: audit 2024-05-09T03:47:26.589936+0000 mon.a (mon.0) 290 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:47:27.502 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:27 smithi100 bash[23626]: audit 2024-05-09T03:47:26.589936+0000 mon.a (mon.0) 290 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:47:27.502 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:27 smithi100 bash[23626]: audit 2024-05-09T03:47:26.592048+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T03:47:27.502 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:27 smithi100 bash[23626]: audit 2024-05-09T03:47:26.592048+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T03:47:27.502 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:27 smithi100 bash[23626]: audit 2024-05-09T03:47:26.601741+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:47:27.502 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:27 smithi100 bash[23626]: audit 2024-05-09T03:47:26.601741+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:47:27.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:27 smithi060 bash[21524]: cluster 2024-05-09T03:47:26.191816+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T03:47:27.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:27 smithi060 bash[21524]: cluster 2024-05-09T03:47:26.191816+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T03:47:27.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:27 smithi060 bash[21524]: audit 2024-05-09T03:47:26.259118+0000 mon.a (mon.0) 284 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-05-09T03:47:27.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:27 smithi060 bash[21524]: audit 2024-05-09T03:47:26.259118+0000 mon.a (mon.0) 284 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-05-09T03:47:27.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:27 smithi060 bash[21524]: audit 2024-05-09T03:47:26.263541+0000 mon.b (mon.1) 9 : audit [INF] from='osd.1 [v2:172.21.15.100:6800/1627469221,v1:172.21.15.100:6801/1627469221]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi100", "root=default"]}]: dispatch 2024-05-09T03:47:27.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:27 smithi060 bash[21524]: audit 2024-05-09T03:47:26.263541+0000 mon.b (mon.1) 9 : audit [INF] from='osd.1 [v2:172.21.15.100:6800/1627469221,v1:172.21.15.100:6801/1627469221]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi100", "root=default"]}]: dispatch 2024-05-09T03:47:27.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:27 smithi060 bash[21524]: cluster 2024-05-09T03:47:26.264073+0000 mon.a (mon.0) 285 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-05-09T03:47:27.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:27 smithi060 bash[21524]: cluster 2024-05-09T03:47:26.264073+0000 mon.a (mon.0) 285 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-05-09T03:47:27.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:27 smithi060 bash[21524]: audit 2024-05-09T03:47:26.264764+0000 mon.a (mon.0) 286 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-09T03:47:27.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:27 smithi060 bash[21524]: audit 2024-05-09T03:47:26.264764+0000 mon.a (mon.0) 286 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-09T03:47:27.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:27 smithi060 bash[21524]: audit 2024-05-09T03:47:26.265720+0000 mon.a (mon.0) 287 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi100", "root=default"]}]: dispatch 2024-05-09T03:47:27.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:27 smithi060 bash[21524]: audit 2024-05-09T03:47:26.265720+0000 mon.a (mon.0) 287 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi100", "root=default"]}]: dispatch 2024-05-09T03:47:27.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:27 smithi060 bash[21524]: audit 2024-05-09T03:47:26.579160+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:47:27.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:27 smithi060 bash[21524]: audit 2024-05-09T03:47:26.579160+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:47:27.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:27 smithi060 bash[21524]: audit 2024-05-09T03:47:26.587879+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:47:27.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:27 smithi060 bash[21524]: audit 2024-05-09T03:47:26.587879+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:47:27.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:27 smithi060 bash[21524]: audit 2024-05-09T03:47:26.589936+0000 mon.a (mon.0) 290 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:47:27.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:27 smithi060 bash[21524]: audit 2024-05-09T03:47:26.589936+0000 mon.a (mon.0) 290 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:47:27.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:27 smithi060 bash[21524]: audit 2024-05-09T03:47:26.592048+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T03:47:27.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:27 smithi060 bash[21524]: audit 2024-05-09T03:47:26.592048+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T03:47:27.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:27 smithi060 bash[21524]: audit 2024-05-09T03:47:26.601741+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:47:27.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:27 smithi060 bash[21524]: audit 2024-05-09T03:47:26.601741+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:47:28.546 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:28 smithi100 bash[23626]: audit 2024-05-09T03:47:27.261140+0000 mon.a (mon.0) 293 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi100", "root=default"]}]': finished 2024-05-09T03:47:28.546 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:28 smithi100 bash[23626]: audit 2024-05-09T03:47:27.261140+0000 mon.a (mon.0) 293 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi100", "root=default"]}]': finished 2024-05-09T03:47:28.546 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:28 smithi100 bash[23626]: cluster 2024-05-09T03:47:27.266491+0000 mon.a (mon.0) 294 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-05-09T03:47:28.546 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:28 smithi100 bash[23626]: cluster 2024-05-09T03:47:27.266491+0000 mon.a (mon.0) 294 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-05-09T03:47:28.546 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:28 smithi100 bash[23626]: audit 2024-05-09T03:47:27.267571+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-09T03:47:28.546 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:28 smithi100 bash[23626]: audit 2024-05-09T03:47:27.267571+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-09T03:47:28.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:28 smithi060 bash[21524]: audit 2024-05-09T03:47:27.261140+0000 mon.a (mon.0) 293 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi100", "root=default"]}]': finished 2024-05-09T03:47:28.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:28 smithi060 bash[21524]: audit 2024-05-09T03:47:27.261140+0000 mon.a (mon.0) 293 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi100", "root=default"]}]': finished 2024-05-09T03:47:28.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:28 smithi060 bash[21524]: cluster 2024-05-09T03:47:27.266491+0000 mon.a (mon.0) 294 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-05-09T03:47:28.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:28 smithi060 bash[21524]: cluster 2024-05-09T03:47:27.266491+0000 mon.a (mon.0) 294 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-05-09T03:47:28.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:28 smithi060 bash[21524]: audit 2024-05-09T03:47:27.267571+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-09T03:47:28.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:28 smithi060 bash[21524]: audit 2024-05-09T03:47:27.267571+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-09T03:47:29.546 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:29 smithi100 bash[23626]: cluster 2024-05-09T03:47:27.009039+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-09T03:47:29.546 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:29 smithi100 bash[23626]: cluster 2024-05-09T03:47:27.009039+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-09T03:47:29.546 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:29 smithi100 bash[23626]: cluster 2024-05-09T03:47:27.009170+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-09T03:47:29.546 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:29 smithi100 bash[23626]: cluster 2024-05-09T03:47:27.009170+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-09T03:47:29.546 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:29 smithi100 bash[23626]: cluster 2024-05-09T03:47:28.192255+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T03:47:29.546 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:29 smithi100 bash[23626]: cluster 2024-05-09T03:47:28.192255+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T03:47:29.546 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:29 smithi100 bash[23626]: audit 2024-05-09T03:47:28.269638+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-09T03:47:29.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:29 smithi100 bash[23626]: audit 2024-05-09T03:47:28.269638+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-09T03:47:29.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:29 smithi100 bash[23626]: cluster 2024-05-09T03:47:28.276229+0000 mon.a (mon.0) 297 : cluster [INF] osd.1 [v2:172.21.15.100:6800/1627469221,v1:172.21.15.100:6801/1627469221] boot 2024-05-09T03:47:29.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:29 smithi100 bash[23626]: cluster 2024-05-09T03:47:28.276229+0000 mon.a (mon.0) 297 : cluster [INF] osd.1 [v2:172.21.15.100:6800/1627469221,v1:172.21.15.100:6801/1627469221] boot 2024-05-09T03:47:29.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:29 smithi100 bash[23626]: cluster 2024-05-09T03:47:28.276303+0000 mon.a (mon.0) 298 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-05-09T03:47:29.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:29 smithi100 bash[23626]: cluster 2024-05-09T03:47:28.276303+0000 mon.a (mon.0) 298 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-05-09T03:47:29.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:29 smithi100 bash[23626]: audit 2024-05-09T03:47:28.276838+0000 mon.a (mon.0) 299 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-09T03:47:29.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:29 smithi100 bash[23626]: audit 2024-05-09T03:47:28.276838+0000 mon.a (mon.0) 299 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-09T03:47:29.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:29 smithi060 bash[21524]: cluster 2024-05-09T03:47:27.009039+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-09T03:47:29.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:29 smithi060 bash[21524]: cluster 2024-05-09T03:47:27.009039+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-09T03:47:29.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:29 smithi060 bash[21524]: cluster 2024-05-09T03:47:27.009170+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-09T03:47:29.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:29 smithi060 bash[21524]: cluster 2024-05-09T03:47:27.009170+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-09T03:47:29.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:29 smithi060 bash[21524]: cluster 2024-05-09T03:47:28.192255+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T03:47:29.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:29 smithi060 bash[21524]: cluster 2024-05-09T03:47:28.192255+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T03:47:29.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:29 smithi060 bash[21524]: audit 2024-05-09T03:47:28.269638+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-09T03:47:29.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:29 smithi060 bash[21524]: audit 2024-05-09T03:47:28.269638+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-09T03:47:29.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:29 smithi060 bash[21524]: cluster 2024-05-09T03:47:28.276229+0000 mon.a (mon.0) 297 : cluster [INF] osd.1 [v2:172.21.15.100:6800/1627469221,v1:172.21.15.100:6801/1627469221] boot 2024-05-09T03:47:29.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:29 smithi060 bash[21524]: cluster 2024-05-09T03:47:28.276229+0000 mon.a (mon.0) 297 : cluster [INF] osd.1 [v2:172.21.15.100:6800/1627469221,v1:172.21.15.100:6801/1627469221] boot 2024-05-09T03:47:29.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:29 smithi060 bash[21524]: cluster 2024-05-09T03:47:28.276303+0000 mon.a (mon.0) 298 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-05-09T03:47:29.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:29 smithi060 bash[21524]: cluster 2024-05-09T03:47:28.276303+0000 mon.a (mon.0) 298 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-05-09T03:47:29.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:29 smithi060 bash[21524]: audit 2024-05-09T03:47:28.276838+0000 mon.a (mon.0) 299 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-09T03:47:29.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:29 smithi060 bash[21524]: audit 2024-05-09T03:47:28.276838+0000 mon.a (mon.0) 299 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-09T03:47:29.954 INFO:teuthology.orchestra.run.smithi100.stdout:Created osd(s) 1 on host 'smithi100' 2024-05-09T03:47:30.546 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:30 smithi100 bash[23626]: cluster 2024-05-09T03:47:29.292052+0000 mon.a (mon.0) 300 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-05-09T03:47:30.546 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:30 smithi100 bash[23626]: cluster 2024-05-09T03:47:29.292052+0000 mon.a (mon.0) 300 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-05-09T03:47:30.546 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:30 smithi100 bash[23626]: audit 2024-05-09T03:47:29.933970+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:47:30.546 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:30 smithi100 bash[23626]: audit 2024-05-09T03:47:29.933970+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:47:30.546 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:30 smithi100 bash[23626]: audit 2024-05-09T03:47:29.942632+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:47:30.546 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:30 smithi100 bash[23626]: audit 2024-05-09T03:47:29.942632+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:47:30.546 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:30 smithi100 bash[23626]: audit 2024-05-09T03:47:29.945250+0000 mon.a (mon.0) 303 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T03:47:30.546 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:30 smithi100 bash[23626]: audit 2024-05-09T03:47:29.945250+0000 mon.a (mon.0) 303 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T03:47:30.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:30 smithi060 bash[21524]: cluster 2024-05-09T03:47:29.292052+0000 mon.a (mon.0) 300 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-05-09T03:47:30.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:30 smithi060 bash[21524]: cluster 2024-05-09T03:47:29.292052+0000 mon.a (mon.0) 300 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-05-09T03:47:30.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:30 smithi060 bash[21524]: audit 2024-05-09T03:47:29.933970+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:47:30.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:30 smithi060 bash[21524]: audit 2024-05-09T03:47:29.933970+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:47:30.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:30 smithi060 bash[21524]: audit 2024-05-09T03:47:29.942632+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:47:30.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:30 smithi060 bash[21524]: audit 2024-05-09T03:47:29.942632+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:47:30.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:30 smithi060 bash[21524]: audit 2024-05-09T03:47:29.945250+0000 mon.a (mon.0) 303 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T03:47:30.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:30 smithi060 bash[21524]: audit 2024-05-09T03:47:29.945250+0000 mon.a (mon.0) 303 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T03:47:30.640 DEBUG:teuthology.orchestra.run.smithi100:osd.1> sudo journalctl -f -n 0 -u ceph-d6ec865c-0db5-11ef-bc97-c7b262605968@osd.1.service 2024-05-09T03:47:30.643 INFO:tasks.cephadm:Waiting for 2 OSDs to come up... 2024-05-09T03:47:30.643 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c66c553a84eb9faa0029f5f0bb8284e3a826ac85 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d6ec865c-0db5-11ef-bc97-c7b262605968 -- ceph osd stat -f json 2024-05-09T03:47:31.545 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:31 smithi100 bash[23626]: cluster 2024-05-09T03:47:30.192695+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:47:31.546 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:31 smithi100 bash[23626]: cluster 2024-05-09T03:47:30.192695+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:47:31.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:31 smithi060 bash[21524]: cluster 2024-05-09T03:47:30.192695+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:47:31.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:31 smithi060 bash[21524]: cluster 2024-05-09T03:47:30.192695+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:47:33.545 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:33 smithi100 bash[23626]: cluster 2024-05-09T03:47:32.193153+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:47:33.546 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:33 smithi100 bash[23626]: cluster 2024-05-09T03:47:32.193153+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:47:33.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:33 smithi060 bash[21524]: cluster 2024-05-09T03:47:32.193153+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:47:33.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:33 smithi060 bash[21524]: cluster 2024-05-09T03:47:32.193153+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:47:35.367 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/mon.a/config 2024-05-09T03:47:35.597 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:35 smithi100 bash[23626]: cluster 2024-05-09T03:47:34.193618+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:47:35.597 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:35 smithi100 bash[23626]: cluster 2024-05-09T03:47:34.193618+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:47:35.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:35 smithi060 bash[21524]: cluster 2024-05-09T03:47:34.193618+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:47:35.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:35 smithi060 bash[21524]: cluster 2024-05-09T03:47:34.193618+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:47:36.551 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-05-09T03:47:37.136 INFO:teuthology.orchestra.run.smithi060.stdout:{"epoch":14,"num_osds":2,"num_up_osds":2,"osd_up_since":1715226448,"num_in_osds":2,"osd_in_since":1715226423,"num_remapped_pgs":0} 2024-05-09T03:47:37.136 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c66c553a84eb9faa0029f5f0bb8284e3a826ac85 shell --fsid d6ec865c-0db5-11ef-bc97-c7b262605968 -- ceph osd dump --format=json 2024-05-09T03:47:37.545 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:37 smithi100 bash[23626]: cluster 2024-05-09T03:47:36.193966+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:47:37.545 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:37 smithi100 bash[23626]: cluster 2024-05-09T03:47:36.193966+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:47:37.546 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:37 smithi100 bash[23626]: audit 2024-05-09T03:47:36.552263+0000 mon.a (mon.0) 304 : audit [DBG] from='client.? 172.21.15.60:0/3959978969' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-09T03:47:37.546 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:37 smithi100 bash[23626]: audit 2024-05-09T03:47:36.552263+0000 mon.a (mon.0) 304 : audit [DBG] from='client.? 172.21.15.60:0/3959978969' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-09T03:47:37.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:37 smithi060 bash[21524]: cluster 2024-05-09T03:47:36.193966+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:47:37.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:37 smithi060 bash[21524]: cluster 2024-05-09T03:47:36.193966+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:47:37.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:37 smithi060 bash[21524]: audit 2024-05-09T03:47:36.552263+0000 mon.a (mon.0) 304 : audit [DBG] from='client.? 172.21.15.60:0/3959978969' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-09T03:47:37.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:37 smithi060 bash[21524]: audit 2024-05-09T03:47:36.552263+0000 mon.a (mon.0) 304 : audit [DBG] from='client.? 172.21.15.60:0/3959978969' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-09T03:47:39.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:39 smithi060 bash[21524]: cluster 2024-05-09T03:47:38.194404+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:47:39.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:39 smithi060 bash[21524]: cluster 2024-05-09T03:47:38.194404+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:47:39.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:39 smithi060 bash[21524]: audit 2024-05-09T03:47:38.996529+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:47:39.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:39 smithi060 bash[21524]: audit 2024-05-09T03:47:38.996529+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:47:39.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:39 smithi060 bash[21524]: audit 2024-05-09T03:47:39.005120+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:47:39.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:39 smithi060 bash[21524]: audit 2024-05-09T03:47:39.005120+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:47:39.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:39 smithi060 bash[21524]: audit 2024-05-09T03:47:39.008221+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-05-09T03:47:39.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:39 smithi060 bash[21524]: audit 2024-05-09T03:47:39.008221+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-05-09T03:47:39.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:39 smithi060 bash[21524]: audit 2024-05-09T03:47:39.016253+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:47:39.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:39 smithi060 bash[21524]: audit 2024-05-09T03:47:39.016253+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:47:39.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:39 smithi060 bash[21524]: audit 2024-05-09T03:47:39.020486+0000 mon.a (mon.0) 309 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:47:39.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:39 smithi060 bash[21524]: audit 2024-05-09T03:47:39.020486+0000 mon.a (mon.0) 309 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:47:39.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:39 smithi060 bash[21524]: audit 2024-05-09T03:47:39.022346+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T03:47:39.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:39 smithi060 bash[21524]: audit 2024-05-09T03:47:39.022346+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T03:47:39.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:39 smithi060 bash[21524]: audit 2024-05-09T03:47:39.031961+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:47:39.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:39 smithi060 bash[21524]: audit 2024-05-09T03:47:39.031961+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:47:39.796 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:39 smithi100 bash[23626]: cluster 2024-05-09T03:47:38.194404+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:47:39.796 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:39 smithi100 bash[23626]: cluster 2024-05-09T03:47:38.194404+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:47:39.796 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:39 smithi100 bash[23626]: audit 2024-05-09T03:47:38.996529+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:47:39.796 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:39 smithi100 bash[23626]: audit 2024-05-09T03:47:38.996529+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:47:39.796 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:39 smithi100 bash[23626]: audit 2024-05-09T03:47:39.005120+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:47:39.797 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:39 smithi100 bash[23626]: audit 2024-05-09T03:47:39.005120+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:47:39.797 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:39 smithi100 bash[23626]: audit 2024-05-09T03:47:39.008221+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-05-09T03:47:39.797 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:39 smithi100 bash[23626]: audit 2024-05-09T03:47:39.008221+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-05-09T03:47:39.797 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:39 smithi100 bash[23626]: audit 2024-05-09T03:47:39.016253+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:47:39.797 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:39 smithi100 bash[23626]: audit 2024-05-09T03:47:39.016253+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:47:39.797 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:39 smithi100 bash[23626]: audit 2024-05-09T03:47:39.020486+0000 mon.a (mon.0) 309 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:47:39.797 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:39 smithi100 bash[23626]: audit 2024-05-09T03:47:39.020486+0000 mon.a (mon.0) 309 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:47:39.797 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:39 smithi100 bash[23626]: audit 2024-05-09T03:47:39.022346+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T03:47:39.797 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:39 smithi100 bash[23626]: audit 2024-05-09T03:47:39.022346+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T03:47:39.797 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:39 smithi100 bash[23626]: audit 2024-05-09T03:47:39.031961+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:47:39.797 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:39 smithi100 bash[23626]: audit 2024-05-09T03:47:39.031961+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:47:40.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:40 smithi060 bash[21524]: cephadm 2024-05-09T03:47:38.987637+0000 mgr.a (mgr.14152) 128 : cephadm [INF] Detected new or changed devices on smithi100 2024-05-09T03:47:40.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:40 smithi060 bash[21524]: cephadm 2024-05-09T03:47:38.987637+0000 mgr.a (mgr.14152) 128 : cephadm [INF] Detected new or changed devices on smithi100 2024-05-09T03:47:40.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:40 smithi060 bash[21524]: cephadm 2024-05-09T03:47:39.009714+0000 mgr.a (mgr.14152) 129 : cephadm [INF] Adjusting osd_memory_target on smithi100 to 17265M 2024-05-09T03:47:40.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:40 smithi060 bash[21524]: cephadm 2024-05-09T03:47:39.009714+0000 mgr.a (mgr.14152) 129 : cephadm [INF] Adjusting osd_memory_target on smithi100 to 17265M 2024-05-09T03:47:40.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:40 smithi100 bash[23626]: cephadm 2024-05-09T03:47:38.987637+0000 mgr.a (mgr.14152) 128 : cephadm [INF] Detected new or changed devices on smithi100 2024-05-09T03:47:40.796 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:40 smithi100 bash[23626]: cephadm 2024-05-09T03:47:38.987637+0000 mgr.a (mgr.14152) 128 : cephadm [INF] Detected new or changed devices on smithi100 2024-05-09T03:47:40.796 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:40 smithi100 bash[23626]: cephadm 2024-05-09T03:47:39.009714+0000 mgr.a (mgr.14152) 129 : cephadm [INF] Adjusting osd_memory_target on smithi100 to 17265M 2024-05-09T03:47:40.796 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:40 smithi100 bash[23626]: cephadm 2024-05-09T03:47:39.009714+0000 mgr.a (mgr.14152) 129 : cephadm [INF] Adjusting osd_memory_target on smithi100 to 17265M 2024-05-09T03:47:41.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:41 smithi060 bash[21524]: cluster 2024-05-09T03:47:40.194885+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:47:41.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:41 smithi060 bash[21524]: cluster 2024-05-09T03:47:40.194885+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:47:41.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:41 smithi100 bash[23626]: cluster 2024-05-09T03:47:40.194885+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:47:41.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:41 smithi100 bash[23626]: cluster 2024-05-09T03:47:40.194885+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:47:41.864 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/mon.a/config 2024-05-09T03:47:43.027 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-05-09T03:47:43.027 INFO:teuthology.orchestra.run.smithi060.stdout:{"epoch":14,"fsid":"d6ec865c-0db5-11ef-bc97-c7b262605968","created":"2024-05-09T03:43:24.368447+0000","modified":"2024-05-09T03:47:29.278725+0000","last_up_change":"2024-05-09T03:47:28.268531+0000","last_in_change":"2024-05-09T03:47:03.073961+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":"3618a62f-f219-495d-ba73-248cb2fb8cdc","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.60:6802","nonce":968967459},{"type":"v1","addr":"172.21.15.60:6803","nonce":968967459}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6804","nonce":968967459},{"type":"v1","addr":"172.21.15.60:6805","nonce":968967459}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6808","nonce":968967459},{"type":"v1","addr":"172.21.15.60:6809","nonce":968967459}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6806","nonce":968967459},{"type":"v1","addr":"172.21.15.60:6807","nonce":968967459}]},"public_addr":"172.21.15.60:6803/968967459","cluster_addr":"172.21.15.60:6805/968967459","heartbeat_back_addr":"172.21.15.60:6809/968967459","heartbeat_front_addr":"172.21.15.60:6807/968967459","state":["exists","up"]},{"osd":1,"uuid":"c1f54ce0-d3aa-4a8e-867a-3e6744f68edc","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.100:6800","nonce":1627469221},{"type":"v1","addr":"172.21.15.100:6801","nonce":1627469221}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:6802","nonce":1627469221},{"type":"v1","addr":"172.21.15.100:6803","nonce":1627469221}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:6806","nonce":1627469221},{"type":"v1","addr":"172.21.15.100:6807","nonce":1627469221}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:6804","nonce":1627469221},{"type":"v1","addr":"172.21.15.100:6805","nonce":1627469221}]},"public_addr":"172.21.15.100:6801/1627469221","cluster_addr":"172.21.15.100:6803/1627469221","heartbeat_back_addr":"172.21.15.100:6807/1627469221","heartbeat_front_addr":"172.21.15.100:6805/1627469221","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-09T03:46:39.102004+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-09T03:47:27.009176+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.60:6800/2694558401":"2024-05-10T03:44:32.141464+0000","172.21.15.60:0/723131001":"2024-05-10T03:44:32.141464+0000","172.21.15.60:0/2735512723":"2024-05-10T03:44:32.141464+0000","172.21.15.60:6801/2842324255":"2024-05-10T03:43:56.249053+0000","172.21.15.60:0/3748478640":"2024-05-10T03:43:56.249053+0000","172.21.15.60:6801/2694558401":"2024-05-10T03:44:32.141464+0000","172.21.15.60:0/3143413320":"2024-05-10T03:44:32.141464+0000","172.21.15.60:6800/2842324255":"2024-05-10T03:43:56.249053+0000","172.21.15.60:0/4255466882":"2024-05-10T03:43:56.249053+0000","172.21.15.60:0/1870474993":"2024-05-10T03:43:56.249053+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-09T03:47:43.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:43 smithi060 bash[21524]: cluster 2024-05-09T03:47:42.195408+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:47:43.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:43 smithi060 bash[21524]: cluster 2024-05-09T03:47:42.195408+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:47:43.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:43 smithi060 bash[21524]: audit 2024-05-09T03:47:43.028003+0000 mon.a (mon.0) 312 : audit [DBG] from='client.? 172.21.15.60:0/1496358600' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-09T03:47:43.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:43 smithi060 bash[21524]: audit 2024-05-09T03:47:43.028003+0000 mon.a (mon.0) 312 : audit [DBG] from='client.? 172.21.15.60:0/1496358600' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-09T03:47:43.768 INFO:tasks.cephadm.ceph_manager.ceph:[] 2024-05-09T03:47:43.769 INFO:tasks.cephadm:Setting up client nodes... 2024-05-09T03:47:43.769 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-05-09T03:47:43.769 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-05-09T03:47:43.769 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c66c553a84eb9faa0029f5f0bb8284e3a826ac85 shell --fsid d6ec865c-0db5-11ef-bc97-c7b262605968 -- ceph mgr dump --format=json 2024-05-09T03:47:43.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:43 smithi100 bash[23626]: cluster 2024-05-09T03:47:42.195408+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:47:43.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:43 smithi100 bash[23626]: cluster 2024-05-09T03:47:42.195408+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:47:43.796 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:43 smithi100 bash[23626]: audit 2024-05-09T03:47:43.028003+0000 mon.a (mon.0) 312 : audit [DBG] from='client.? 172.21.15.60:0/1496358600' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-09T03:47:43.796 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:43 smithi100 bash[23626]: audit 2024-05-09T03:47:43.028003+0000 mon.a (mon.0) 312 : audit [DBG] from='client.? 172.21.15.60:0/1496358600' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-09T03:47:45.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:45 smithi060 bash[21524]: cluster 2024-05-09T03:47:44.195903+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:47:45.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:45 smithi060 bash[21524]: cluster 2024-05-09T03:47:44.195903+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:47:45.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:45 smithi100 bash[23626]: cluster 2024-05-09T03:47:44.195903+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:47:45.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:45 smithi100 bash[23626]: cluster 2024-05-09T03:47:44.195903+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:47:47.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:47 smithi060 bash[21524]: cluster 2024-05-09T03:47:46.196370+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:47:47.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:47 smithi060 bash[21524]: cluster 2024-05-09T03:47:46.196370+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:47:47.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:47 smithi100 bash[23626]: cluster 2024-05-09T03:47:46.196370+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:47:47.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:47 smithi100 bash[23626]: cluster 2024-05-09T03:47:46.196370+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:47:48.498 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/mon.a/config 2024-05-09T03:47:49.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:49 smithi060 bash[21524]: cluster 2024-05-09T03:47:48.196856+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:47:49.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:49 smithi060 bash[21524]: cluster 2024-05-09T03:47:48.196856+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:47:49.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:49 smithi100 bash[23626]: cluster 2024-05-09T03:47:48.196856+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:47:49.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:49 smithi100 bash[23626]: cluster 2024-05-09T03:47:48.196856+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:47:49.833 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-05-09T03:47:50.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:50 smithi060 bash[21524]: audit 2024-05-09T03:47:49.823022+0000 mon.a (mon.0) 313 : audit [DBG] from='client.? 172.21.15.60:0/2686452552' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-05-09T03:47:50.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:50 smithi060 bash[21524]: audit 2024-05-09T03:47:49.823022+0000 mon.a (mon.0) 313 : audit [DBG] from='client.? 172.21.15.60:0/2686452552' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-05-09T03:47:50.657 INFO:teuthology.orchestra.run.smithi060.stdout:{"epoch":14,"flags":0,"active_gid":14152,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6800","nonce":1054454399},{"type":"v1","addr":"172.21.15.60:6801","nonce":1054454399}]},"active_addr":"172.21.15.60:6801/1054454399","active_change":"2024-05-09T03:44:32.141832+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":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.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.5","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":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.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.5","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.60: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.60:0","nonce":342925052}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.60:0","nonce":2507930642}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.60:0","nonce":444294929}]}]} 2024-05-09T03:47:50.665 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-05-09T03:47:50.665 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-05-09T03:47:50.666 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c66c553a84eb9faa0029f5f0bb8284e3a826ac85 shell --fsid d6ec865c-0db5-11ef-bc97-c7b262605968 -- ceph osd dump --format=json 2024-05-09T03:47:50.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:50 smithi100 bash[23626]: audit 2024-05-09T03:47:49.823022+0000 mon.a (mon.0) 313 : audit [DBG] from='client.? 172.21.15.60:0/2686452552' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-05-09T03:47:50.796 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:50 smithi100 bash[23626]: audit 2024-05-09T03:47:49.823022+0000 mon.a (mon.0) 313 : audit [DBG] from='client.? 172.21.15.60:0/2686452552' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-05-09T03:47:51.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:51 smithi060 bash[21524]: cluster 2024-05-09T03:47:50.197358+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:47:51.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:51 smithi060 bash[21524]: cluster 2024-05-09T03:47:50.197358+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:47:51.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:51 smithi100 bash[23626]: cluster 2024-05-09T03:47:50.197358+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:47:51.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:51 smithi100 bash[23626]: cluster 2024-05-09T03:47:50.197358+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:47:53.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:53 smithi060 bash[21524]: cluster 2024-05-09T03:47:52.197837+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:47:53.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:53 smithi060 bash[21524]: cluster 2024-05-09T03:47:52.197837+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:47:53.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:53 smithi100 bash[23626]: cluster 2024-05-09T03:47:52.197837+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:47:53.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:53 smithi100 bash[23626]: cluster 2024-05-09T03:47:52.197837+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:47:55.395 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/mon.a/config 2024-05-09T03:47:55.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:55 smithi060 bash[21524]: cluster 2024-05-09T03:47:54.198318+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:47:55.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:55 smithi060 bash[21524]: cluster 2024-05-09T03:47:54.198318+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:47:55.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:55 smithi100 bash[23626]: cluster 2024-05-09T03:47:54.198318+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:47:55.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:55 smithi100 bash[23626]: cluster 2024-05-09T03:47:54.198318+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:47:56.597 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-05-09T03:47:56.597 INFO:teuthology.orchestra.run.smithi060.stdout:{"epoch":14,"fsid":"d6ec865c-0db5-11ef-bc97-c7b262605968","created":"2024-05-09T03:43:24.368447+0000","modified":"2024-05-09T03:47:29.278725+0000","last_up_change":"2024-05-09T03:47:28.268531+0000","last_in_change":"2024-05-09T03:47:03.073961+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":"3618a62f-f219-495d-ba73-248cb2fb8cdc","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.60:6802","nonce":968967459},{"type":"v1","addr":"172.21.15.60:6803","nonce":968967459}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6804","nonce":968967459},{"type":"v1","addr":"172.21.15.60:6805","nonce":968967459}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6808","nonce":968967459},{"type":"v1","addr":"172.21.15.60:6809","nonce":968967459}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6806","nonce":968967459},{"type":"v1","addr":"172.21.15.60:6807","nonce":968967459}]},"public_addr":"172.21.15.60:6803/968967459","cluster_addr":"172.21.15.60:6805/968967459","heartbeat_back_addr":"172.21.15.60:6809/968967459","heartbeat_front_addr":"172.21.15.60:6807/968967459","state":["exists","up"]},{"osd":1,"uuid":"c1f54ce0-d3aa-4a8e-867a-3e6744f68edc","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.100:6800","nonce":1627469221},{"type":"v1","addr":"172.21.15.100:6801","nonce":1627469221}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:6802","nonce":1627469221},{"type":"v1","addr":"172.21.15.100:6803","nonce":1627469221}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:6806","nonce":1627469221},{"type":"v1","addr":"172.21.15.100:6807","nonce":1627469221}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:6804","nonce":1627469221},{"type":"v1","addr":"172.21.15.100:6805","nonce":1627469221}]},"public_addr":"172.21.15.100:6801/1627469221","cluster_addr":"172.21.15.100:6803/1627469221","heartbeat_back_addr":"172.21.15.100:6807/1627469221","heartbeat_front_addr":"172.21.15.100:6805/1627469221","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-09T03:46:39.102004+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-09T03:47:27.009176+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.60:6800/2694558401":"2024-05-10T03:44:32.141464+0000","172.21.15.60:0/723131001":"2024-05-10T03:44:32.141464+0000","172.21.15.60:0/2735512723":"2024-05-10T03:44:32.141464+0000","172.21.15.60:6801/2842324255":"2024-05-10T03:43:56.249053+0000","172.21.15.60:0/3748478640":"2024-05-10T03:43:56.249053+0000","172.21.15.60:6801/2694558401":"2024-05-10T03:44:32.141464+0000","172.21.15.60:0/3143413320":"2024-05-10T03:44:32.141464+0000","172.21.15.60:6800/2842324255":"2024-05-10T03:43:56.249053+0000","172.21.15.60:0/4255466882":"2024-05-10T03:43:56.249053+0000","172.21.15.60:0/1870474993":"2024-05-10T03:43:56.249053+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-09T03:47:57.230 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-05-09T03:47:57.230 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c66c553a84eb9faa0029f5f0bb8284e3a826ac85 shell --fsid d6ec865c-0db5-11ef-bc97-c7b262605968 -- ceph osd dump --format=json 2024-05-09T03:47:57.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:57 smithi060 bash[21524]: cluster 2024-05-09T03:47:56.198781+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:47:57.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:57 smithi060 bash[21524]: cluster 2024-05-09T03:47:56.198781+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:47:57.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:57 smithi060 bash[21524]: audit 2024-05-09T03:47:56.597856+0000 mon.a (mon.0) 314 : audit [DBG] from='client.? 172.21.15.60:0/1928124867' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-09T03:47:57.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:57 smithi060 bash[21524]: audit 2024-05-09T03:47:56.597856+0000 mon.a (mon.0) 314 : audit [DBG] from='client.? 172.21.15.60:0/1928124867' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-09T03:47:57.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:57 smithi100 bash[23626]: cluster 2024-05-09T03:47:56.198781+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:47:57.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:57 smithi100 bash[23626]: cluster 2024-05-09T03:47:56.198781+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:47:57.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:57 smithi100 bash[23626]: audit 2024-05-09T03:47:56.597856+0000 mon.a (mon.0) 314 : audit [DBG] from='client.? 172.21.15.60:0/1928124867' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-09T03:47:57.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:57 smithi100 bash[23626]: audit 2024-05-09T03:47:56.597856+0000 mon.a (mon.0) 314 : audit [DBG] from='client.? 172.21.15.60:0/1928124867' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-09T03:47:59.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:59 smithi060 bash[21524]: cluster 2024-05-09T03:47:58.199307+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:47:59.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:47:59 smithi060 bash[21524]: cluster 2024-05-09T03:47:58.199307+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:47:59.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:59 smithi100 bash[23626]: cluster 2024-05-09T03:47:58.199307+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:47:59.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:47:59 smithi100 bash[23626]: cluster 2024-05-09T03:47:58.199307+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:01.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:01 smithi060 bash[21524]: cluster 2024-05-09T03:48:00.199789+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:01.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:01 smithi060 bash[21524]: cluster 2024-05-09T03:48:00.199789+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:01.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:01 smithi100 bash[23626]: cluster 2024-05-09T03:48:00.199789+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:01.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:01 smithi100 bash[23626]: cluster 2024-05-09T03:48:00.199789+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:01.961 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/mon.a/config 2024-05-09T03:48:03.128 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-05-09T03:48:03.129 INFO:teuthology.orchestra.run.smithi060.stdout:{"epoch":14,"fsid":"d6ec865c-0db5-11ef-bc97-c7b262605968","created":"2024-05-09T03:43:24.368447+0000","modified":"2024-05-09T03:47:29.278725+0000","last_up_change":"2024-05-09T03:47:28.268531+0000","last_in_change":"2024-05-09T03:47:03.073961+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":"3618a62f-f219-495d-ba73-248cb2fb8cdc","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.60:6802","nonce":968967459},{"type":"v1","addr":"172.21.15.60:6803","nonce":968967459}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6804","nonce":968967459},{"type":"v1","addr":"172.21.15.60:6805","nonce":968967459}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6808","nonce":968967459},{"type":"v1","addr":"172.21.15.60:6809","nonce":968967459}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6806","nonce":968967459},{"type":"v1","addr":"172.21.15.60:6807","nonce":968967459}]},"public_addr":"172.21.15.60:6803/968967459","cluster_addr":"172.21.15.60:6805/968967459","heartbeat_back_addr":"172.21.15.60:6809/968967459","heartbeat_front_addr":"172.21.15.60:6807/968967459","state":["exists","up"]},{"osd":1,"uuid":"c1f54ce0-d3aa-4a8e-867a-3e6744f68edc","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.100:6800","nonce":1627469221},{"type":"v1","addr":"172.21.15.100:6801","nonce":1627469221}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:6802","nonce":1627469221},{"type":"v1","addr":"172.21.15.100:6803","nonce":1627469221}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:6806","nonce":1627469221},{"type":"v1","addr":"172.21.15.100:6807","nonce":1627469221}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:6804","nonce":1627469221},{"type":"v1","addr":"172.21.15.100:6805","nonce":1627469221}]},"public_addr":"172.21.15.100:6801/1627469221","cluster_addr":"172.21.15.100:6803/1627469221","heartbeat_back_addr":"172.21.15.100:6807/1627469221","heartbeat_front_addr":"172.21.15.100:6805/1627469221","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-09T03:46:39.102004+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-09T03:47:27.009176+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.60:6800/2694558401":"2024-05-10T03:44:32.141464+0000","172.21.15.60:0/723131001":"2024-05-10T03:44:32.141464+0000","172.21.15.60:0/2735512723":"2024-05-10T03:44:32.141464+0000","172.21.15.60:6801/2842324255":"2024-05-10T03:43:56.249053+0000","172.21.15.60:0/3748478640":"2024-05-10T03:43:56.249053+0000","172.21.15.60:6801/2694558401":"2024-05-10T03:44:32.141464+0000","172.21.15.60:0/3143413320":"2024-05-10T03:44:32.141464+0000","172.21.15.60:6800/2842324255":"2024-05-10T03:43:56.249053+0000","172.21.15.60:0/4255466882":"2024-05-10T03:43:56.249053+0000","172.21.15.60:0/1870474993":"2024-05-10T03:43:56.249053+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-09T03:48:03.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:03 smithi060 bash[21524]: cluster 2024-05-09T03:48:02.200274+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:04.353 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:03 smithi060 bash[21524]: cluster 2024-05-09T03:48:02.200274+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:04.353 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:03 smithi060 bash[21524]: audit 2024-05-09T03:48:03.129281+0000 mon.a (mon.0) 315 : audit [DBG] from='client.? 172.21.15.60:0/4137279302' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-09T03:48:04.354 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:03 smithi060 bash[21524]: audit 2024-05-09T03:48:03.129281+0000 mon.a (mon.0) 315 : audit [DBG] from='client.? 172.21.15.60:0/4137279302' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-09T03:48:04.354 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:03 smithi100 bash[23626]: cluster 2024-05-09T03:48:02.200274+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:04.354 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:03 smithi100 bash[23626]: cluster 2024-05-09T03:48:02.200274+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:04.355 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:03 smithi100 bash[23626]: audit 2024-05-09T03:48:03.129281+0000 mon.a (mon.0) 315 : audit [DBG] from='client.? 172.21.15.60:0/4137279302' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-09T03:48:04.355 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:03 smithi100 bash[23626]: audit 2024-05-09T03:48:03.129281+0000 mon.a (mon.0) 315 : audit [DBG] from='client.? 172.21.15.60:0/4137279302' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-09T03:48:04.356 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c66c553a84eb9faa0029f5f0bb8284e3a826ac85 shell --fsid d6ec865c-0db5-11ef-bc97-c7b262605968 -- ceph tell osd.0 flush_pg_stats 2024-05-09T03:48:04.356 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c66c553a84eb9faa0029f5f0bb8284e3a826ac85 shell --fsid d6ec865c-0db5-11ef-bc97-c7b262605968 -- ceph tell osd.1 flush_pg_stats 2024-05-09T03:48:05.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:05 smithi060 bash[21524]: cluster 2024-05-09T03:48:04.200765+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:05.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:05 smithi060 bash[21524]: cluster 2024-05-09T03:48:04.200765+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:05.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:05 smithi100 bash[23626]: cluster 2024-05-09T03:48:04.200765+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:05.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:05 smithi100 bash[23626]: cluster 2024-05-09T03:48:04.200765+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:07.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:07 smithi060 bash[21524]: cluster 2024-05-09T03:48:06.201234+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:07.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:07 smithi060 bash[21524]: cluster 2024-05-09T03:48:06.201234+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:07.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:07 smithi100 bash[23626]: cluster 2024-05-09T03:48:06.201234+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:07.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:07 smithi100 bash[23626]: cluster 2024-05-09T03:48:06.201234+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:09.092 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/mon.a/config 2024-05-09T03:48:09.092 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/mon.a/config 2024-05-09T03:48:09.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:09 smithi100 bash[23626]: cluster 2024-05-09T03:48:08.201706+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:09.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:09 smithi100 bash[23626]: cluster 2024-05-09T03:48:08.201706+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:09.879 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:09 smithi060 bash[21524]: cluster 2024-05-09T03:48:08.201706+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:09.879 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:09 smithi060 bash[21524]: cluster 2024-05-09T03:48:08.201706+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:11.174 INFO:teuthology.orchestra.run.smithi060.stdout:55834574860 2024-05-09T03:48:11.175 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c66c553a84eb9faa0029f5f0bb8284e3a826ac85 shell --fsid d6ec865c-0db5-11ef-bc97-c7b262605968 -- ceph osd last-stat-seq osd.1 2024-05-09T03:48:11.203 INFO:teuthology.orchestra.run.smithi060.stdout:34359738389 2024-05-09T03:48:11.203 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c66c553a84eb9faa0029f5f0bb8284e3a826ac85 shell --fsid d6ec865c-0db5-11ef-bc97-c7b262605968 -- ceph osd last-stat-seq osd.0 2024-05-09T03:48:11.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:11 smithi060 bash[21524]: cluster 2024-05-09T03:48:10.202059+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:11.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:11 smithi060 bash[21524]: cluster 2024-05-09T03:48:10.202059+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:11.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:11 smithi100 bash[23626]: cluster 2024-05-09T03:48:10.202059+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:11.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:11 smithi100 bash[23626]: cluster 2024-05-09T03:48:10.202059+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:13.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:13 smithi100 bash[23626]: cluster 2024-05-09T03:48:12.202510+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:13.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:13 smithi100 bash[23626]: cluster 2024-05-09T03:48:12.202510+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:13.879 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:13 smithi060 bash[21524]: cluster 2024-05-09T03:48:12.202510+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:13.880 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:13 smithi060 bash[21524]: cluster 2024-05-09T03:48:12.202510+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:15.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:15 smithi100 bash[23626]: cluster 2024-05-09T03:48:14.203009+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:15.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:15 smithi100 bash[23626]: cluster 2024-05-09T03:48:14.203009+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:15.879 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:15 smithi060 bash[21524]: cluster 2024-05-09T03:48:14.203009+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:15.879 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:15 smithi060 bash[21524]: cluster 2024-05-09T03:48:14.203009+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:15.909 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/mon.a/config 2024-05-09T03:48:15.910 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/mon.a/config 2024-05-09T03:48:17.420 INFO:teuthology.orchestra.run.smithi060.stdout:55834574861 2024-05-09T03:48:17.440 INFO:teuthology.orchestra.run.smithi060.stdout:34359738390 2024-05-09T03:48:17.787 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:17 smithi060 bash[21524]: cluster 2024-05-09T03:48:16.203574+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:17.787 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:17 smithi060 bash[21524]: cluster 2024-05-09T03:48:16.203574+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:17.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:17 smithi100 bash[23626]: cluster 2024-05-09T03:48:16.203574+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:17.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:17 smithi100 bash[23626]: cluster 2024-05-09T03:48:16.203574+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:18.381 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738389 got 34359738390 for osd.0 2024-05-09T03:48:18.381 DEBUG:teuthology.parallel:result is None 2024-05-09T03:48:18.396 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574860 got 55834574861 for osd.1 2024-05-09T03:48:18.396 DEBUG:teuthology.parallel:result is None 2024-05-09T03:48:18.396 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-05-09T03:48:18.397 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c66c553a84eb9faa0029f5f0bb8284e3a826ac85 shell --fsid d6ec865c-0db5-11ef-bc97-c7b262605968 -- ceph pg dump --format=json 2024-05-09T03:48:18.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:18 smithi100 bash[23626]: audit 2024-05-09T03:48:17.422083+0000 mon.a (mon.0) 316 : audit [DBG] from='client.? 172.21.15.60:0/2622492475' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-05-09T03:48:18.797 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:18 smithi100 bash[23626]: audit 2024-05-09T03:48:17.422083+0000 mon.a (mon.0) 316 : audit [DBG] from='client.? 172.21.15.60:0/2622492475' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-05-09T03:48:18.797 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:18 smithi100 bash[23626]: audit 2024-05-09T03:48:17.441897+0000 mon.a (mon.0) 317 : audit [DBG] from='client.? 172.21.15.60:0/2987979651' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-05-09T03:48:18.797 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:18 smithi100 bash[23626]: audit 2024-05-09T03:48:17.441897+0000 mon.a (mon.0) 317 : audit [DBG] from='client.? 172.21.15.60:0/2987979651' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-05-09T03:48:18.879 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:18 smithi060 bash[21524]: audit 2024-05-09T03:48:17.422083+0000 mon.a (mon.0) 316 : audit [DBG] from='client.? 172.21.15.60:0/2622492475' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-05-09T03:48:18.879 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:18 smithi060 bash[21524]: audit 2024-05-09T03:48:17.422083+0000 mon.a (mon.0) 316 : audit [DBG] from='client.? 172.21.15.60:0/2622492475' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-05-09T03:48:18.879 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:18 smithi060 bash[21524]: audit 2024-05-09T03:48:17.441897+0000 mon.a (mon.0) 317 : audit [DBG] from='client.? 172.21.15.60:0/2987979651' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-05-09T03:48:18.879 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:18 smithi060 bash[21524]: audit 2024-05-09T03:48:17.441897+0000 mon.a (mon.0) 317 : audit [DBG] from='client.? 172.21.15.60:0/2987979651' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-05-09T03:48:19.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:19 smithi100 bash[23626]: cluster 2024-05-09T03:48:18.204074+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:19.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:19 smithi100 bash[23626]: cluster 2024-05-09T03:48:18.204074+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:19.879 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:19 smithi060 bash[21524]: cluster 2024-05-09T03:48:18.204074+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:19.879 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:19 smithi060 bash[21524]: cluster 2024-05-09T03:48:18.204074+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:21.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:21 smithi100 bash[23626]: cluster 2024-05-09T03:48:20.204695+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:21.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:21 smithi100 bash[23626]: cluster 2024-05-09T03:48:20.204695+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:21.879 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:21 smithi060 bash[21524]: cluster 2024-05-09T03:48:20.204695+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:21.879 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:21 smithi060 bash[21524]: cluster 2024-05-09T03:48:20.204695+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:23.164 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/mon.a/config 2024-05-09T03:48:23.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:23 smithi060 bash[21524]: cluster 2024-05-09T03:48:22.205247+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:23.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:23 smithi060 bash[21524]: cluster 2024-05-09T03:48:22.205247+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:23.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:23 smithi100 bash[23626]: cluster 2024-05-09T03:48:22.205247+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:23.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:23 smithi100 bash[23626]: cluster 2024-05-09T03:48:22.205247+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:24.289 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-05-09T03:48:24.293 INFO:teuthology.orchestra.run.smithi060.stderr:dumped all 2024-05-09T03:48:24.902 INFO:teuthology.orchestra.run.smithi060.stdout:{"pg_ready":true,"pg_map":{"version":120,"stamp":"2024-05-09T03:48:24.205522+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":58444,"kb_used_data":240,"kb_used_omap":3,"kb_used_meta":58172,"kb_avail":187431860,"statfs":{"total":191990071296,"available":191930224640,"internally_reserved":0,"allocated":245760,"data_stored":60448,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":3190,"internal_metadata":59569034},"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":55834574862,"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":34359738392,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":31304,"kb_used_data":120,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713848,"statfs":{"total":95995035648,"available":95962980352,"internally_reserved":0,"allocated":122880,"data_stored":30224,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"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-09T03:48:24.903 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c66c553a84eb9faa0029f5f0bb8284e3a826ac85 shell --fsid d6ec865c-0db5-11ef-bc97-c7b262605968 -- ceph pg dump --format=json 2024-05-09T03:48:25.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:25 smithi100 bash[23626]: cluster 2024-05-09T03:48:24.205766+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:25.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:25 smithi100 bash[23626]: cluster 2024-05-09T03:48:24.205766+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:25.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:25 smithi100 bash[23626]: audit 2024-05-09T03:48:24.290478+0000 mgr.a (mgr.14152) 153 : audit [DBG] from='client.14264 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-09T03:48:25.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:25 smithi100 bash[23626]: audit 2024-05-09T03:48:24.290478+0000 mgr.a (mgr.14152) 153 : audit [DBG] from='client.14264 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-09T03:48:25.879 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:25 smithi060 bash[21524]: cluster 2024-05-09T03:48:24.205766+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:25.879 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:25 smithi060 bash[21524]: cluster 2024-05-09T03:48:24.205766+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:25.879 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:25 smithi060 bash[21524]: audit 2024-05-09T03:48:24.290478+0000 mgr.a (mgr.14152) 153 : audit [DBG] from='client.14264 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-09T03:48:25.879 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:25 smithi060 bash[21524]: audit 2024-05-09T03:48:24.290478+0000 mgr.a (mgr.14152) 153 : audit [DBG] from='client.14264 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-09T03:48:27.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:27 smithi100 bash[23626]: cluster 2024-05-09T03:48:26.206293+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:27.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:27 smithi100 bash[23626]: cluster 2024-05-09T03:48:26.206293+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:27.879 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:27 smithi060 bash[21524]: cluster 2024-05-09T03:48:26.206293+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:27.879 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:27 smithi060 bash[21524]: cluster 2024-05-09T03:48:26.206293+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:29.631 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/mon.a/config 2024-05-09T03:48:29.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:29 smithi100 bash[23626]: cluster 2024-05-09T03:48:28.206790+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:29.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:29 smithi100 bash[23626]: cluster 2024-05-09T03:48:28.206790+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:29.879 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:29 smithi060 bash[21524]: cluster 2024-05-09T03:48:28.206790+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:29.879 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:29 smithi060 bash[21524]: cluster 2024-05-09T03:48:28.206790+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:30.761 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-05-09T03:48:30.764 INFO:teuthology.orchestra.run.smithi060.stderr:dumped all 2024-05-09T03:48:31.408 INFO:teuthology.orchestra.run.smithi060.stdout:{"pg_ready":true,"pg_map":{"version":123,"stamp":"2024-05-09T03:48:30.207094+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":58444,"kb_used_data":240,"kb_used_omap":3,"kb_used_meta":58172,"kb_avail":187431860,"statfs":{"total":191990071296,"available":191930224640,"internally_reserved":0,"allocated":245760,"data_stored":60448,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":3190,"internal_metadata":59569034},"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":55834574864,"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":34359738393,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":31304,"kb_used_data":120,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713848,"statfs":{"total":95995035648,"available":95962980352,"internally_reserved":0,"allocated":122880,"data_stored":30224,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"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-09T03:48:31.408 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-05-09T03:48:31.408 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-05-09T03:48:31.408 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-05-09T03:48:31.409 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c66c553a84eb9faa0029f5f0bb8284e3a826ac85 shell --fsid d6ec865c-0db5-11ef-bc97-c7b262605968 -- ceph health --format=json 2024-05-09T03:48:31.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:31 smithi100 bash[23626]: cluster 2024-05-09T03:48:30.207428+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:31.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:31 smithi100 bash[23626]: cluster 2024-05-09T03:48:30.207428+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:31.879 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:31 smithi060 bash[21524]: cluster 2024-05-09T03:48:30.207428+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:31.879 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:31 smithi060 bash[21524]: cluster 2024-05-09T03:48:30.207428+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:32.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:32 smithi100 bash[23626]: audit 2024-05-09T03:48:30.761659+0000 mgr.a (mgr.14152) 157 : audit [DBG] from='client.14268 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-09T03:48:32.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:32 smithi100 bash[23626]: audit 2024-05-09T03:48:30.761659+0000 mgr.a (mgr.14152) 157 : audit [DBG] from='client.14268 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-09T03:48:32.879 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:32 smithi060 bash[21524]: audit 2024-05-09T03:48:30.761659+0000 mgr.a (mgr.14152) 157 : audit [DBG] from='client.14268 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-09T03:48:32.879 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:32 smithi060 bash[21524]: audit 2024-05-09T03:48:30.761659+0000 mgr.a (mgr.14152) 157 : audit [DBG] from='client.14268 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-09T03:48:33.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:33 smithi100 bash[23626]: cluster 2024-05-09T03:48:32.207900+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:33.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:33 smithi100 bash[23626]: cluster 2024-05-09T03:48:32.207900+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:33.879 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:33 smithi060 bash[21524]: cluster 2024-05-09T03:48:32.207900+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:33.879 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:33 smithi060 bash[21524]: cluster 2024-05-09T03:48:32.207900+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:34.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:34 smithi100 bash[23626]: cluster 2024-05-09T03:48:34.208497+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:34.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:34 smithi100 bash[23626]: cluster 2024-05-09T03:48:34.208497+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:34.879 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:34 smithi060 bash[21524]: cluster 2024-05-09T03:48:34.208497+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:34.879 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:34 smithi060 bash[21524]: cluster 2024-05-09T03:48:34.208497+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:36.133 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/mon.a/config 2024-05-09T03:48:37.329 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-05-09T03:48:37.330 INFO:teuthology.orchestra.run.smithi060.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-05-09T03:48:37.525 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:37 smithi060 bash[21524]: cluster 2024-05-09T03:48:36.208909+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:37.525 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:37 smithi060 bash[21524]: cluster 2024-05-09T03:48:36.208909+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:37.545 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:37 smithi100 bash[23626]: cluster 2024-05-09T03:48:36.208909+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:37.545 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:37 smithi100 bash[23626]: cluster 2024-05-09T03:48:36.208909+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:37.968 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-05-09T03:48:37.969 INFO:tasks.cephadm:Setup complete, yielding 2024-05-09T03:48:37.969 INFO:teuthology.run_tasks:Running task exec... 2024-05-09T03:48:37.980 INFO:teuthology.task.exec:Executing custom commands... 2024-05-09T03:48:37.980 INFO:teuthology.task.exec:Running commands on role host.a host ubuntu@smithi060.front.sepia.ceph.com 2024-05-09T03:48:37.980 DEBUG:teuthology.orchestra.run.smithi060:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'mkdir /etc/cephadm_testing' 2024-05-09T03:48:37.996 INFO:teuthology.task.exec:Running commands on role host.b host ubuntu@smithi100.front.sepia.ceph.com 2024-05-09T03:48:37.996 DEBUG:teuthology.orchestra.run.smithi100:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'mkdir /etc/cephadm_testing' 2024-05-09T03:48:38.012 INFO:teuthology.run_tasks:Running task cephadm.apply... 2024-05-09T03:48:38.026 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-09T03:48:38.026 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c66c553a84eb9faa0029f5f0bb8284e3a826ac85 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d6ec865c-0db5-11ef-bc97-c7b262605968 -- ceph orch apply -i - 2024-05-09T03:48:38.545 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:38 smithi100 bash[23626]: audit 2024-05-09T03:48:37.331097+0000 mon.a (mon.0) 318 : audit [DBG] from='client.? 172.21.15.60:0/2502138774' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-09T03:48:38.545 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:38 smithi100 bash[23626]: audit 2024-05-09T03:48:37.331097+0000 mon.a (mon.0) 318 : audit [DBG] from='client.? 172.21.15.60:0/2502138774' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-09T03:48:38.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:38 smithi060 bash[21524]: audit 2024-05-09T03:48:37.331097+0000 mon.a (mon.0) 318 : audit [DBG] from='client.? 172.21.15.60:0/2502138774' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-09T03:48:38.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:38 smithi060 bash[21524]: audit 2024-05-09T03:48:37.331097+0000 mon.a (mon.0) 318 : audit [DBG] from='client.? 172.21.15.60:0/2502138774' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-09T03:48:39.545 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:39 smithi100 bash[23626]: cluster 2024-05-09T03:48:38.209430+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:39.545 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:39 smithi100 bash[23626]: cluster 2024-05-09T03:48:38.209430+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:39.545 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:39 smithi100 bash[23626]: audit 2024-05-09T03:48:39.104772+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T03:48:39.545 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:39 smithi100 bash[23626]: audit 2024-05-09T03:48:39.104772+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T03:48:39.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:39 smithi060 bash[21524]: cluster 2024-05-09T03:48:38.209430+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:39.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:39 smithi060 bash[21524]: cluster 2024-05-09T03:48:38.209430+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:39.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:39 smithi060 bash[21524]: audit 2024-05-09T03:48:39.104772+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T03:48:39.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:39 smithi060 bash[21524]: audit 2024-05-09T03:48:39.104772+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T03:48:40.545 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:40 smithi100 bash[23626]: audit 2024-05-09T03:48:39.842057+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:48:40.545 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:40 smithi100 bash[23626]: audit 2024-05-09T03:48:39.842057+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:48:40.545 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:40 smithi100 bash[23626]: audit 2024-05-09T03:48:39.843526+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T03:48:40.545 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:40 smithi100 bash[23626]: audit 2024-05-09T03:48:39.843526+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T03:48:40.545 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:40 smithi100 bash[23626]: audit 2024-05-09T03:48:39.852978+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:48:40.545 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:40 smithi100 bash[23626]: audit 2024-05-09T03:48:39.852978+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:48:40.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:40 smithi060 bash[21524]: audit 2024-05-09T03:48:39.842057+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:48:40.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:40 smithi060 bash[21524]: audit 2024-05-09T03:48:39.842057+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:48:40.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:40 smithi060 bash[21524]: audit 2024-05-09T03:48:39.843526+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T03:48:40.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:40 smithi060 bash[21524]: audit 2024-05-09T03:48:39.843526+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T03:48:40.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:40 smithi060 bash[21524]: audit 2024-05-09T03:48:39.852978+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:48:40.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:40 smithi060 bash[21524]: audit 2024-05-09T03:48:39.852978+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:48:41.545 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:41 smithi100 bash[23626]: cluster 2024-05-09T03:48:40.209869+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:41.545 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:41 smithi100 bash[23626]: cluster 2024-05-09T03:48:40.209869+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:41.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:41 smithi060 bash[21524]: cluster 2024-05-09T03:48:40.209869+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:41.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:41 smithi060 bash[21524]: cluster 2024-05-09T03:48:40.209869+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:42.763 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/mon.a/config 2024-05-09T03:48:43.542 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:43 smithi060 bash[21524]: cluster 2024-05-09T03:48:42.210332+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:43.542 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:43 smithi060 bash[21524]: cluster 2024-05-09T03:48:42.210332+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:43.544 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:43 smithi100 bash[23626]: cluster 2024-05-09T03:48:42.210332+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:43.545 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:43 smithi100 bash[23626]: cluster 2024-05-09T03:48:42.210332+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:44.014 INFO:teuthology.orchestra.run.smithi060.stdout:Scheduled mon update... 2024-05-09T03:48:44.014 INFO:teuthology.orchestra.run.smithi060.stdout:Scheduled container.foo update... 2024-05-09T03:48:44.014 INFO:teuthology.orchestra.run.smithi060.stdout:Scheduled container.bar update... 2024-05-09T03:48:44.704 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-05-09T03:48:44.712 INFO:tasks.cephadm:Waiting for ceph service mon to start (timeout 300)... 2024-05-09T03:48:44.712 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c66c553a84eb9faa0029f5f0bb8284e3a826ac85 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d6ec865c-0db5-11ef-bc97-c7b262605968 -- ceph orch ls -f json 2024-05-09T03:48:44.993 INFO:journalctl@ceph.mgr.a.smithi060.stdout:May 09 03:48:44 smithi060 systemd[1]: /etc/systemd/system/ceph-d6ec865c-0db5-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-09T03:48:44.993 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:44 smithi060 systemd[1]: /etc/systemd/system/ceph-d6ec865c-0db5-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-09T03:48:44.993 INFO:journalctl@ceph.osd.0.smithi060.stdout:May 09 03:48:44 smithi060 systemd[1]: /etc/systemd/system/ceph-d6ec865c-0db5-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-09T03:48:45.129 INFO:journalctl@ceph.osd.0.smithi060.stdout:May 09 03:48:45 smithi060 systemd[1]: /etc/systemd/system/ceph-d6ec865c-0db5-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-09T03:48:45.129 INFO:journalctl@ceph.mgr.a.smithi060.stdout:May 09 03:48:45 smithi060 systemd[1]: /etc/systemd/system/ceph-d6ec865c-0db5-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-09T03:48:45.130 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:44 smithi060 bash[21524]: audit 2024-05-09T03:48:43.940706+0000 mgr.a (mgr.14152) 164 : audit [DBG] from='client.14276 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T03:48:45.130 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:44 smithi060 bash[21524]: audit 2024-05-09T03:48:43.940706+0000 mgr.a (mgr.14152) 164 : audit [DBG] from='client.14276 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T03:48:45.130 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:44 smithi060 bash[21524]: cephadm 2024-05-09T03:48:43.989811+0000 mgr.a (mgr.14152) 165 : cephadm [INF] Saving service mon spec with placement * 2024-05-09T03:48:45.130 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:44 smithi060 bash[21524]: cephadm 2024-05-09T03:48:43.989811+0000 mgr.a (mgr.14152) 165 : cephadm [INF] Saving service mon spec with placement * 2024-05-09T03:48:45.130 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:44 smithi060 bash[21524]: audit 2024-05-09T03:48:43.996685+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:48:45.130 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:44 smithi060 bash[21524]: audit 2024-05-09T03:48:43.996685+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:48:45.130 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:44 smithi060 bash[21524]: cephadm 2024-05-09T03:48:43.997758+0000 mgr.a (mgr.14152) 166 : cephadm [INF] Saving service container.foo spec with placement * 2024-05-09T03:48:45.130 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:44 smithi060 bash[21524]: cephadm 2024-05-09T03:48:43.997758+0000 mgr.a (mgr.14152) 166 : cephadm [INF] Saving service container.foo spec with placement * 2024-05-09T03:48:45.130 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:44 smithi060 bash[21524]: audit 2024-05-09T03:48:43.999471+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T03:48:45.130 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:44 smithi060 bash[21524]: audit 2024-05-09T03:48:43.999471+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T03:48:45.130 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:44 smithi060 bash[21524]: audit 2024-05-09T03:48:44.005204+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:48:45.130 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:44 smithi060 bash[21524]: audit 2024-05-09T03:48:44.005204+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:48:45.131 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:44 smithi060 bash[21524]: audit 2024-05-09T03:48:44.005795+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:48:45.131 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:44 smithi060 bash[21524]: audit 2024-05-09T03:48:44.005795+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:48:45.131 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:44 smithi060 bash[21524]: cephadm 2024-05-09T03:48:44.006354+0000 mgr.a (mgr.14152) 167 : cephadm [INF] Saving service container.bar spec with placement * 2024-05-09T03:48:45.131 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:44 smithi060 bash[21524]: cephadm 2024-05-09T03:48:44.006354+0000 mgr.a (mgr.14152) 167 : cephadm [INF] Saving service container.bar spec with placement * 2024-05-09T03:48:45.131 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:44 smithi060 bash[21524]: audit 2024-05-09T03:48:44.008381+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T03:48:45.131 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:44 smithi060 bash[21524]: audit 2024-05-09T03:48:44.008381+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T03:48:45.131 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:44 smithi060 bash[21524]: audit 2024-05-09T03:48:44.014392+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:48:45.131 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:44 smithi060 bash[21524]: audit 2024-05-09T03:48:44.014392+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:48:45.131 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:44 smithi060 bash[21524]: audit 2024-05-09T03:48:44.020344+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:48:45.131 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:44 smithi060 bash[21524]: audit 2024-05-09T03:48:44.020344+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:48:45.131 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:44 smithi060 bash[21524]: audit 2024-05-09T03:48:44.026444+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:48:45.131 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:44 smithi060 bash[21524]: audit 2024-05-09T03:48:44.026444+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:48:45.131 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:44 smithi060 bash[21524]: cephadm 2024-05-09T03:48:44.028696+0000 mgr.a (mgr.14152) 168 : cephadm [INF] Deploying daemon container.foo.smithi060 on smithi060 2024-05-09T03:48:45.132 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:44 smithi060 bash[21524]: cephadm 2024-05-09T03:48:44.028696+0000 mgr.a (mgr.14152) 168 : cephadm [INF] Deploying daemon container.foo.smithi060 on smithi060 2024-05-09T03:48:45.132 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:44 smithi060 bash[21524]: cluster 2024-05-09T03:48:44.210747+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:45.132 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:44 smithi060 bash[21524]: cluster 2024-05-09T03:48:44.210747+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:45.132 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:45 smithi060 systemd[1]: /etc/systemd/system/ceph-d6ec865c-0db5-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-09T03:48:45.295 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:44 smithi100 bash[23626]: audit 2024-05-09T03:48:43.940706+0000 mgr.a (mgr.14152) 164 : audit [DBG] from='client.14276 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T03:48:45.296 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:44 smithi100 bash[23626]: audit 2024-05-09T03:48:43.940706+0000 mgr.a (mgr.14152) 164 : audit [DBG] from='client.14276 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T03:48:45.296 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:44 smithi100 bash[23626]: cephadm 2024-05-09T03:48:43.989811+0000 mgr.a (mgr.14152) 165 : cephadm [INF] Saving service mon spec with placement * 2024-05-09T03:48:45.296 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:44 smithi100 bash[23626]: cephadm 2024-05-09T03:48:43.989811+0000 mgr.a (mgr.14152) 165 : cephadm [INF] Saving service mon spec with placement * 2024-05-09T03:48:45.296 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:44 smithi100 bash[23626]: audit 2024-05-09T03:48:43.996685+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:48:45.296 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:44 smithi100 bash[23626]: audit 2024-05-09T03:48:43.996685+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:48:45.296 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:44 smithi100 bash[23626]: cephadm 2024-05-09T03:48:43.997758+0000 mgr.a (mgr.14152) 166 : cephadm [INF] Saving service container.foo spec with placement * 2024-05-09T03:48:45.296 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:44 smithi100 bash[23626]: cephadm 2024-05-09T03:48:43.997758+0000 mgr.a (mgr.14152) 166 : cephadm [INF] Saving service container.foo spec with placement * 2024-05-09T03:48:45.296 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:44 smithi100 bash[23626]: audit 2024-05-09T03:48:43.999471+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T03:48:45.296 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:44 smithi100 bash[23626]: audit 2024-05-09T03:48:43.999471+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T03:48:45.296 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:44 smithi100 bash[23626]: audit 2024-05-09T03:48:44.005204+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:48:45.297 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:44 smithi100 bash[23626]: audit 2024-05-09T03:48:44.005204+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:48:45.297 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:44 smithi100 bash[23626]: audit 2024-05-09T03:48:44.005795+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:48:45.297 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:44 smithi100 bash[23626]: audit 2024-05-09T03:48:44.005795+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:48:45.297 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:44 smithi100 bash[23626]: cephadm 2024-05-09T03:48:44.006354+0000 mgr.a (mgr.14152) 167 : cephadm [INF] Saving service container.bar spec with placement * 2024-05-09T03:48:45.297 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:44 smithi100 bash[23626]: cephadm 2024-05-09T03:48:44.006354+0000 mgr.a (mgr.14152) 167 : cephadm [INF] Saving service container.bar spec with placement * 2024-05-09T03:48:45.297 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:44 smithi100 bash[23626]: audit 2024-05-09T03:48:44.008381+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T03:48:45.297 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:45 smithi100 bash[23626]: audit 2024-05-09T03:48:44.008381+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T03:48:45.297 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:45 smithi100 bash[23626]: audit 2024-05-09T03:48:44.014392+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:48:45.297 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:45 smithi100 bash[23626]: audit 2024-05-09T03:48:44.014392+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:48:45.297 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:45 smithi100 bash[23626]: audit 2024-05-09T03:48:44.020344+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:48:45.297 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:45 smithi100 bash[23626]: audit 2024-05-09T03:48:44.020344+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:48:45.297 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:45 smithi100 bash[23626]: audit 2024-05-09T03:48:44.026444+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:48:45.297 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:45 smithi100 bash[23626]: audit 2024-05-09T03:48:44.026444+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:48:45.297 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:45 smithi100 bash[23626]: cephadm 2024-05-09T03:48:44.028696+0000 mgr.a (mgr.14152) 168 : cephadm [INF] Deploying daemon container.foo.smithi060 on smithi060 2024-05-09T03:48:45.297 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:45 smithi100 bash[23626]: cephadm 2024-05-09T03:48:44.028696+0000 mgr.a (mgr.14152) 168 : cephadm [INF] Deploying daemon container.foo.smithi060 on smithi060 2024-05-09T03:48:45.298 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:45 smithi100 bash[23626]: cluster 2024-05-09T03:48:44.210747+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:45.298 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:45 smithi100 bash[23626]: cluster 2024-05-09T03:48:44.210747+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:46.196 INFO:journalctl@ceph.mgr.b.smithi100.stdout:May 09 03:48:45 smithi100 systemd[1]: /etc/systemd/system/ceph-d6ec865c-0db5-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-09T03:48:46.196 INFO:journalctl@ceph.mgr.b.smithi100.stdout:May 09 03:48:46 smithi100 systemd[1]: /etc/systemd/system/ceph-d6ec865c-0db5-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-09T03:48:46.197 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:45 smithi100 systemd[1]: /etc/systemd/system/ceph-d6ec865c-0db5-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-09T03:48:46.197 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:46 smithi100 systemd[1]: /etc/systemd/system/ceph-d6ec865c-0db5-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-09T03:48:46.197 INFO:journalctl@ceph.osd.1.smithi100.stdout:May 09 03:48:45 smithi100 systemd[1]: /etc/systemd/system/ceph-d6ec865c-0db5-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-09T03:48:46.197 INFO:journalctl@ceph.osd.1.smithi100.stdout:May 09 03:48:46 smithi100 systemd[1]: /etc/systemd/system/ceph-d6ec865c-0db5-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-09T03:48:46.545 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:46 smithi100 bash[23626]: audit 2024-05-09T03:48:45.194495+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:48:46.545 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:46 smithi100 bash[23626]: audit 2024-05-09T03:48:45.194495+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:48:46.545 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:46 smithi100 bash[23626]: audit 2024-05-09T03:48:45.200463+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:48:46.545 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:46 smithi100 bash[23626]: audit 2024-05-09T03:48:45.200463+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:48:46.545 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:46 smithi100 bash[23626]: audit 2024-05-09T03:48:45.248834+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:48:46.545 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:46 smithi100 bash[23626]: audit 2024-05-09T03:48:45.248834+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:48:46.545 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:46 smithi100 bash[23626]: cephadm 2024-05-09T03:48:45.249821+0000 mgr.a (mgr.14152) 170 : cephadm [INF] Deploying daemon container.foo.smithi100 on smithi100 2024-05-09T03:48:46.545 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:46 smithi100 bash[23626]: cephadm 2024-05-09T03:48:45.249821+0000 mgr.a (mgr.14152) 170 : cephadm [INF] Deploying daemon container.foo.smithi100 on smithi100 2024-05-09T03:48:46.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:46 smithi060 bash[21524]: audit 2024-05-09T03:48:45.194495+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:48:46.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:46 smithi060 bash[21524]: audit 2024-05-09T03:48:45.194495+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:48:46.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:46 smithi060 bash[21524]: audit 2024-05-09T03:48:45.200463+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:48:46.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:46 smithi060 bash[21524]: audit 2024-05-09T03:48:45.200463+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:48:46.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:46 smithi060 bash[21524]: audit 2024-05-09T03:48:45.248834+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:48:46.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:46 smithi060 bash[21524]: audit 2024-05-09T03:48:45.248834+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:48:46.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:46 smithi060 bash[21524]: cephadm 2024-05-09T03:48:45.249821+0000 mgr.a (mgr.14152) 170 : cephadm [INF] Deploying daemon container.foo.smithi100 on smithi100 2024-05-09T03:48:46.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:46 smithi060 bash[21524]: cephadm 2024-05-09T03:48:45.249821+0000 mgr.a (mgr.14152) 170 : cephadm [INF] Deploying daemon container.foo.smithi100 on smithi100 2024-05-09T03:48:47.258 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:47 smithi100 systemd[1]: /etc/systemd/system/ceph-d6ec865c-0db5-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-09T03:48:47.259 INFO:journalctl@ceph.osd.1.smithi100.stdout:May 09 03:48:47 smithi100 systemd[1]: /etc/systemd/system/ceph-d6ec865c-0db5-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-09T03:48:47.259 INFO:journalctl@ceph.mgr.b.smithi100.stdout:May 09 03:48:47 smithi100 systemd[1]: /etc/systemd/system/ceph-d6ec865c-0db5-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-09T03:48:47.518 INFO:journalctl@ceph.mgr.b.smithi100.stdout:May 09 03:48:47 smithi100 systemd[1]: /etc/systemd/system/ceph-d6ec865c-0db5-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-09T03:48:47.519 INFO:journalctl@ceph.osd.1.smithi100.stdout:May 09 03:48:47 smithi100 systemd[1]: /etc/systemd/system/ceph-d6ec865c-0db5-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-09T03:48:47.519 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:47 smithi100 bash[23626]: cluster 2024-05-09T03:48:46.211318+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:47.519 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:47 smithi100 bash[23626]: cluster 2024-05-09T03:48:46.211318+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:47.519 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:47 smithi100 bash[23626]: audit 2024-05-09T03:48:46.298403+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:48:47.519 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:47 smithi100 bash[23626]: audit 2024-05-09T03:48:46.298403+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:48:47.519 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:47 smithi100 bash[23626]: audit 2024-05-09T03:48:46.307232+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:48:47.519 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:47 smithi100 bash[23626]: audit 2024-05-09T03:48:46.307232+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:48:47.520 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:47 smithi100 bash[23626]: audit 2024-05-09T03:48:46.324651+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:48:47.520 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:47 smithi100 bash[23626]: audit 2024-05-09T03:48:46.324651+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:48:47.520 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:47 smithi100 bash[23626]: audit 2024-05-09T03:48:46.333473+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:48:47.520 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:47 smithi100 bash[23626]: audit 2024-05-09T03:48:46.333473+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:48:47.520 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:47 smithi100 bash[23626]: cephadm 2024-05-09T03:48:46.338050+0000 mgr.a (mgr.14152) 172 : cephadm [INF] Deploying daemon container.bar.smithi100 on smithi100 2024-05-09T03:48:47.520 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:47 smithi100 bash[23626]: cephadm 2024-05-09T03:48:46.338050+0000 mgr.a (mgr.14152) 172 : cephadm [INF] Deploying daemon container.bar.smithi100 on smithi100 2024-05-09T03:48:47.520 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:47 smithi100 bash[23626]: audit 2024-05-09T03:48:47.269010+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:48:47.520 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:47 smithi100 bash[23626]: audit 2024-05-09T03:48:47.269010+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:48:47.520 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:47 smithi100 systemd[1]: /etc/systemd/system/ceph-d6ec865c-0db5-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-09T03:48:47.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:47 smithi060 bash[21524]: cluster 2024-05-09T03:48:46.211318+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:47.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:47 smithi060 bash[21524]: cluster 2024-05-09T03:48:46.211318+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:47.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:47 smithi060 bash[21524]: audit 2024-05-09T03:48:46.298403+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:48:47.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:47 smithi060 bash[21524]: audit 2024-05-09T03:48:46.298403+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:48:47.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:47 smithi060 bash[21524]: audit 2024-05-09T03:48:46.307232+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:48:47.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:47 smithi060 bash[21524]: audit 2024-05-09T03:48:46.307232+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:48:47.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:47 smithi060 bash[21524]: audit 2024-05-09T03:48:46.324651+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:48:47.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:47 smithi060 bash[21524]: audit 2024-05-09T03:48:46.324651+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:48:47.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:47 smithi060 bash[21524]: audit 2024-05-09T03:48:46.333473+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:48:47.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:47 smithi060 bash[21524]: audit 2024-05-09T03:48:46.333473+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:48:47.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:47 smithi060 bash[21524]: cephadm 2024-05-09T03:48:46.338050+0000 mgr.a (mgr.14152) 172 : cephadm [INF] Deploying daemon container.bar.smithi100 on smithi100 2024-05-09T03:48:47.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:47 smithi060 bash[21524]: cephadm 2024-05-09T03:48:46.338050+0000 mgr.a (mgr.14152) 172 : cephadm [INF] Deploying daemon container.bar.smithi100 on smithi100 2024-05-09T03:48:47.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:47 smithi060 bash[21524]: audit 2024-05-09T03:48:47.269010+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:48:47.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:47 smithi060 bash[21524]: audit 2024-05-09T03:48:47.269010+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:48:49.439 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/mon.a/config 2024-05-09T03:48:49.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:49 smithi060 bash[21524]: cluster 2024-05-09T03:48:48.211704+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:49.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:49 smithi060 bash[21524]: cluster 2024-05-09T03:48:48.211704+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:49.745 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:49 smithi100 bash[23626]: cluster 2024-05-09T03:48:48.211704+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:49.745 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:49 smithi100 bash[23626]: cluster 2024-05-09T03:48:48.211704+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:51.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:51 smithi060 bash[21524]: cluster 2024-05-09T03:48:50.212123+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:51.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:51 smithi060 bash[21524]: cluster 2024-05-09T03:48:50.212123+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:51.720 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:51 smithi100 bash[23626]: cluster 2024-05-09T03:48:50.212123+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:51.721 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:51 smithi100 bash[23626]: cluster 2024-05-09T03:48:50.212123+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:53.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:53 smithi060 bash[21524]: cluster 2024-05-09T03:48:52.212621+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:53.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:53 smithi060 bash[21524]: cluster 2024-05-09T03:48:52.212621+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:53.794 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:53 smithi100 bash[23626]: cluster 2024-05-09T03:48:52.212621+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:53.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:53 smithi100 bash[23626]: cluster 2024-05-09T03:48:52.212621+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:55.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:55 smithi060 bash[21524]: cluster 2024-05-09T03:48:54.213180+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:55.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:55 smithi060 bash[21524]: cluster 2024-05-09T03:48:54.213180+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:55.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:55 smithi100 bash[23626]: cluster 2024-05-09T03:48:54.213180+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:55.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:55 smithi100 bash[23626]: cluster 2024-05-09T03:48:54.213180+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:57.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:57 smithi060 bash[21524]: cluster 2024-05-09T03:48:56.213716+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:57.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:57 smithi060 bash[21524]: cluster 2024-05-09T03:48:56.213716+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:57.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:57 smithi100 bash[23626]: cluster 2024-05-09T03:48:56.213716+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:57.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:57 smithi100 bash[23626]: cluster 2024-05-09T03:48:56.213716+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:58.784 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-05-09T03:48:58.784 INFO:teuthology.orchestra.run.smithi060.stdout:[{"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-09T03:48:44.014963Z 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-09T03:48:44.006380Z", "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-09T03:48:46.334161Z 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-09T03:48:43.997779Z", "running": 0, "size": 2}}, {"events": ["2024-05-09T03:45:53.570384Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060=a", "smithi100=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-05-09T03:45:50.606762Z", "last_refresh": "2024-05-09T03:46:37.012830Z", "running": 2, "size": 2}}, {"events": ["2024-05-09T03:48:44.026834Z 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-09T03:48:43.989911Z", "last_refresh": "2024-05-09T03:46:37.012487Z", "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "af4a4df59e0ae3833b4409b12cb7db15106e9e87264b888efc4bb545bee0fce2", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:05de6593b88417234cfc69df4d6993be606178f15beb2e23381c5fdef15b9082", "last_refresh": "2024-05-09T03:46:37.013139Z", "running": 2, "size": 2}, "unmanaged": true}] 2024-05-09T03:48:59.438 INFO:tasks.cephadm:mon has 2/2 2024-05-09T03:48:59.438 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-05-09T03:48:59.447 INFO:tasks.cephadm:Waiting for ceph service container.foo to start (timeout 300)... 2024-05-09T03:48:59.447 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c66c553a84eb9faa0029f5f0bb8284e3a826ac85 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d6ec865c-0db5-11ef-bc97-c7b262605968 -- ceph orch ls -f json 2024-05-09T03:48:59.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:59 smithi060 bash[21524]: cluster 2024-05-09T03:48:58.214242+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:59.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:48:59 smithi060 bash[21524]: cluster 2024-05-09T03:48:58.214242+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:59.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:59 smithi100 bash[23626]: cluster 2024-05-09T03:48:58.214242+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:48:59.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:48:59 smithi100 bash[23626]: cluster 2024-05-09T03:48:58.214242+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:49:00.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:00 smithi060 bash[21524]: audit 2024-05-09T03:48:58.783626+0000 mgr.a (mgr.14152) 179 : audit [DBG] from='client.14280 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-09T03:49:00.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:00 smithi060 bash[21524]: audit 2024-05-09T03:48:58.783626+0000 mgr.a (mgr.14152) 179 : audit [DBG] from='client.14280 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-09T03:49:00.794 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:00 smithi100 bash[23626]: audit 2024-05-09T03:48:58.783626+0000 mgr.a (mgr.14152) 179 : audit [DBG] from='client.14280 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-09T03:49:00.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:00 smithi100 bash[23626]: audit 2024-05-09T03:48:58.783626+0000 mgr.a (mgr.14152) 179 : audit [DBG] from='client.14280 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-09T03:49:01.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:01 smithi060 bash[21524]: cluster 2024-05-09T03:49:00.214706+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:49:01.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:01 smithi060 bash[21524]: cluster 2024-05-09T03:49:00.214706+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:49:01.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:01 smithi100 bash[23626]: cluster 2024-05-09T03:49:00.214706+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:49:01.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:01 smithi100 bash[23626]: cluster 2024-05-09T03:49:00.214706+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:49:03.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:03 smithi060 bash[21524]: cluster 2024-05-09T03:49:02.215146+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:49:03.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:03 smithi060 bash[21524]: cluster 2024-05-09T03:49:02.215146+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:49:03.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:03 smithi100 bash[23626]: cluster 2024-05-09T03:49:02.215146+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:49:03.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:03 smithi100 bash[23626]: cluster 2024-05-09T03:49:02.215146+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:49:04.187 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/mon.a/config 2024-05-09T03:49:05.381 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-05-09T03:49:05.381 INFO:teuthology.orchestra.run.smithi060.stdout:[{"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-09T03:48:44.014963Z 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-09T03:48:44.006380Z", "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-09T03:48:46.334161Z 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-09T03:48:43.997779Z", "running": 0, "size": 2}}, {"events": ["2024-05-09T03:45:53.570384Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060=a", "smithi100=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-05-09T03:45:50.606762Z", "last_refresh": "2024-05-09T03:46:37.012830Z", "running": 2, "size": 2}}, {"events": ["2024-05-09T03:48:44.026834Z 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-09T03:48:43.989911Z", "last_refresh": "2024-05-09T03:46:37.012487Z", "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "af4a4df59e0ae3833b4409b12cb7db15106e9e87264b888efc4bb545bee0fce2", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:05de6593b88417234cfc69df4d6993be606178f15beb2e23381c5fdef15b9082", "last_refresh": "2024-05-09T03:46:37.013139Z", "running": 2, "size": 2}, "unmanaged": true}] 2024-05-09T03:49:05.544 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:05 smithi100 bash[23626]: cluster 2024-05-09T03:49:04.215460+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:49:05.544 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:05 smithi100 bash[23626]: cluster 2024-05-09T03:49:04.215460+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:49:05.597 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:05 smithi060 bash[21524]: cluster 2024-05-09T03:49:04.215460+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:49:05.597 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:05 smithi060 bash[21524]: cluster 2024-05-09T03:49:04.215460+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:49:06.039 INFO:tasks.cephadm:container.foo has 0/2 2024-05-09T03:49:06.534 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:06 smithi100 bash[23626]: audit 2024-05-09T03:49:05.376703+0000 mgr.a (mgr.14152) 183 : audit [DBG] from='client.14284 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-09T03:49:06.537 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:06 smithi100 bash[23626]: audit 2024-05-09T03:49:05.376703+0000 mgr.a (mgr.14152) 183 : audit [DBG] from='client.14284 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-09T03:49:06.537 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:06 smithi100 bash[23626]: audit 2024-05-09T03:49:05.795105+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:49:06.537 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:06 smithi100 bash[23626]: audit 2024-05-09T03:49:05.795105+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:49:06.537 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:06 smithi100 bash[23626]: audit 2024-05-09T03:49:05.801297+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:49:06.537 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:06 smithi100 bash[23626]: audit 2024-05-09T03:49:05.801297+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:49:06.537 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:06 smithi100 bash[23626]: audit 2024-05-09T03:49:05.859274+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:49:06.537 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:06 smithi100 bash[23626]: audit 2024-05-09T03:49:05.859274+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:49:06.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:06 smithi060 bash[21524]: audit 2024-05-09T03:49:05.376703+0000 mgr.a (mgr.14152) 183 : audit [DBG] from='client.14284 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-09T03:49:06.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:06 smithi060 bash[21524]: audit 2024-05-09T03:49:05.376703+0000 mgr.a (mgr.14152) 183 : audit [DBG] from='client.14284 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-09T03:49:06.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:06 smithi060 bash[21524]: audit 2024-05-09T03:49:05.795105+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:49:06.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:06 smithi060 bash[21524]: audit 2024-05-09T03:49:05.795105+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:49:06.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:06 smithi060 bash[21524]: audit 2024-05-09T03:49:05.801297+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:49:06.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:06 smithi060 bash[21524]: audit 2024-05-09T03:49:05.801297+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:49:06.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:06 smithi060 bash[21524]: audit 2024-05-09T03:49:05.859274+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:49:06.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:06 smithi060 bash[21524]: audit 2024-05-09T03:49:05.859274+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:49:06.966 INFO:journalctl@ceph.mgr.a.smithi060.stdout:May 09 03:49:06 smithi060 systemd[1]: /etc/systemd/system/ceph-d6ec865c-0db5-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-09T03:49:06.966 INFO:journalctl@ceph.mgr.a.smithi060.stdout:May 09 03:49:06 smithi060 systemd[1]: /etc/systemd/system/ceph-d6ec865c-0db5-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-09T03:49:06.966 INFO:journalctl@ceph.osd.0.smithi060.stdout:May 09 03:49:06 smithi060 systemd[1]: /etc/systemd/system/ceph-d6ec865c-0db5-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-09T03:49:06.967 INFO:journalctl@ceph.osd.0.smithi060.stdout:May 09 03:49:06 smithi060 systemd[1]: /etc/systemd/system/ceph-d6ec865c-0db5-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-09T03:49:06.967 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:06 smithi060 systemd[1]: /etc/systemd/system/ceph-d6ec865c-0db5-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-09T03:49:06.967 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:06 smithi060 systemd[1]: /etc/systemd/system/ceph-d6ec865c-0db5-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-09T03:49:07.040 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c66c553a84eb9faa0029f5f0bb8284e3a826ac85 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d6ec865c-0db5-11ef-bc97-c7b262605968 -- ceph orch ls -f json 2024-05-09T03:49:07.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:07 smithi060 bash[21524]: cephadm 2024-05-09T03:49:05.861510+0000 mgr.a (mgr.14152) 184 : cephadm [INF] Deploying daemon container.bar.smithi060 on smithi060 2024-05-09T03:49:07.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:07 smithi060 bash[21524]: cephadm 2024-05-09T03:49:05.861510+0000 mgr.a (mgr.14152) 184 : cephadm [INF] Deploying daemon container.bar.smithi060 on smithi060 2024-05-09T03:49:07.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:07 smithi060 bash[21524]: cluster 2024-05-09T03:49:06.215977+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:49:07.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:07 smithi060 bash[21524]: cluster 2024-05-09T03:49:06.215977+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:49:07.794 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:07 smithi100 bash[23626]: cephadm 2024-05-09T03:49:05.861510+0000 mgr.a (mgr.14152) 184 : cephadm [INF] Deploying daemon container.bar.smithi060 on smithi060 2024-05-09T03:49:07.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:07 smithi100 bash[23626]: cephadm 2024-05-09T03:49:05.861510+0000 mgr.a (mgr.14152) 184 : cephadm [INF] Deploying daemon container.bar.smithi060 on smithi060 2024-05-09T03:49:07.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:07 smithi100 bash[23626]: cluster 2024-05-09T03:49:06.215977+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:49:07.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:07 smithi100 bash[23626]: cluster 2024-05-09T03:49:06.215977+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:49:09.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:09 smithi060 bash[21524]: cluster 2024-05-09T03:49:08.216527+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:49:09.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:09 smithi060 bash[21524]: cluster 2024-05-09T03:49:08.216527+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:49:09.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:09 smithi100 bash[23626]: cluster 2024-05-09T03:49:08.216527+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:49:09.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:09 smithi100 bash[23626]: cluster 2024-05-09T03:49:08.216527+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:49:11.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:11 smithi060 bash[21524]: cluster 2024-05-09T03:49:10.216961+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:49:11.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:11 smithi060 bash[21524]: cluster 2024-05-09T03:49:10.216961+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:49:11.756 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/mon.a/config 2024-05-09T03:49:11.794 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:11 smithi100 bash[23626]: cluster 2024-05-09T03:49:10.216961+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:49:11.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:11 smithi100 bash[23626]: cluster 2024-05-09T03:49:10.216961+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:49:13.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:13 smithi060 bash[21524]: cluster 2024-05-09T03:49:12.217417+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:49:13.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:13 smithi060 bash[21524]: cluster 2024-05-09T03:49:12.217417+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:49:13.794 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:13 smithi100 bash[23626]: cluster 2024-05-09T03:49:12.217417+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:49:13.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:13 smithi100 bash[23626]: cluster 2024-05-09T03:49:12.217417+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:49:15.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:15 smithi060 bash[21524]: cluster 2024-05-09T03:49:14.217880+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:49:15.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:15 smithi060 bash[21524]: cluster 2024-05-09T03:49:14.217880+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:49:15.794 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:15 smithi100 bash[23626]: cluster 2024-05-09T03:49:14.217880+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:49:15.794 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:15 smithi100 bash[23626]: cluster 2024-05-09T03:49:14.217880+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:49:17.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:17 smithi060 bash[21524]: cluster 2024-05-09T03:49:16.218369+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:49:17.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:17 smithi060 bash[21524]: cluster 2024-05-09T03:49:16.218369+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:49:17.794 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:17 smithi100 bash[23626]: cluster 2024-05-09T03:49:16.218369+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:49:17.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:17 smithi100 bash[23626]: cluster 2024-05-09T03:49:16.218369+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:49:18.707 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-05-09T03:49:18.707 INFO:teuthology.orchestra.run.smithi060.stdout:[{"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-09T03:49:05.859971Z 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-09T03:48:44.006380Z", "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-09T03:48:46.334161Z 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-09T03:48:43.997779Z", "running": 0, "size": 2}}, {"events": ["2024-05-09T03:45:53.570384Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060=a", "smithi100=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-05-09T03:45:50.606762Z", "last_refresh": "2024-05-09T03:46:37.012830Z", "running": 2, "size": 2}}, {"events": ["2024-05-09T03:48:44.026834Z 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-09T03:48:43.989911Z", "last_refresh": "2024-05-09T03:46:37.012487Z", "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "af4a4df59e0ae3833b4409b12cb7db15106e9e87264b888efc4bb545bee0fce2", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:05de6593b88417234cfc69df4d6993be606178f15beb2e23381c5fdef15b9082", "last_refresh": "2024-05-09T03:46:37.013139Z", "running": 2, "size": 2}, "unmanaged": true}] 2024-05-09T03:49:19.440 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:19 smithi060 bash[21524]: cluster 2024-05-09T03:49:18.218869+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:49:19.440 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:19 smithi060 bash[21524]: cluster 2024-05-09T03:49:18.218869+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:49:19.441 INFO:tasks.cephadm:container.foo has 0/2 2024-05-09T03:49:19.794 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:19 smithi100 bash[23626]: cluster 2024-05-09T03:49:18.218869+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:49:19.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:19 smithi100 bash[23626]: cluster 2024-05-09T03:49:18.218869+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:49:20.442 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c66c553a84eb9faa0029f5f0bb8284e3a826ac85 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d6ec865c-0db5-11ef-bc97-c7b262605968 -- ceph orch ls -f json 2024-05-09T03:49:20.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:20 smithi060 bash[21524]: audit 2024-05-09T03:49:18.706559+0000 mgr.a (mgr.14152) 192 : audit [DBG] from='client.14288 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-09T03:49:20.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:20 smithi060 bash[21524]: audit 2024-05-09T03:49:18.706559+0000 mgr.a (mgr.14152) 192 : audit [DBG] from='client.14288 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-09T03:49:20.794 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:20 smithi100 bash[23626]: audit 2024-05-09T03:49:18.706559+0000 mgr.a (mgr.14152) 192 : audit [DBG] from='client.14288 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-09T03:49:20.794 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:20 smithi100 bash[23626]: audit 2024-05-09T03:49:18.706559+0000 mgr.a (mgr.14152) 192 : audit [DBG] from='client.14288 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-09T03:49:21.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:21 smithi060 bash[21524]: cluster 2024-05-09T03:49:20.219388+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:49:21.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:21 smithi060 bash[21524]: cluster 2024-05-09T03:49:20.219388+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:49:21.794 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:21 smithi100 bash[23626]: cluster 2024-05-09T03:49:20.219388+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:49:21.794 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:21 smithi100 bash[23626]: cluster 2024-05-09T03:49:20.219388+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:49:23.129 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:22 smithi060 bash[21524]: audit 2024-05-09T03:49:21.812019+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:49:23.130 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:22 smithi060 bash[21524]: audit 2024-05-09T03:49:21.812019+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:49:23.130 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:22 smithi060 bash[21524]: audit 2024-05-09T03:49:21.816633+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:49:23.130 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:22 smithi060 bash[21524]: audit 2024-05-09T03:49:21.816633+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:49:23.130 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:22 smithi060 bash[21524]: audit 2024-05-09T03:49:21.867322+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:49:23.130 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:22 smithi060 bash[21524]: audit 2024-05-09T03:49:21.867322+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:49:23.130 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:22 smithi060 bash[21524]: audit 2024-05-09T03:49:21.874993+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:49:23.130 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:22 smithi060 bash[21524]: audit 2024-05-09T03:49:21.874993+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:49:23.130 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:22 smithi060 bash[21524]: audit 2024-05-09T03:49:21.942564+0000 mon.a (mon.0) 346 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T03:49:23.130 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:22 smithi060 bash[21524]: audit 2024-05-09T03:49:21.942564+0000 mon.a (mon.0) 346 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T03:49:23.130 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:22 smithi060 bash[21524]: cluster 2024-05-09T03:49:22.219944+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:49:23.130 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:22 smithi060 bash[21524]: cluster 2024-05-09T03:49:22.219944+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:49:23.130 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:22 smithi060 bash[21524]: audit 2024-05-09T03:49:22.275857+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:49:23.130 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:22 smithi060 bash[21524]: audit 2024-05-09T03:49:22.275857+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:49:23.295 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:22 smithi100 bash[23626]: audit 2024-05-09T03:49:21.812019+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:49:23.295 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:22 smithi100 bash[23626]: audit 2024-05-09T03:49:21.812019+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:49:23.295 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:22 smithi100 bash[23626]: audit 2024-05-09T03:49:21.816633+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:49:23.295 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:22 smithi100 bash[23626]: audit 2024-05-09T03:49:21.816633+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:49:23.295 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:22 smithi100 bash[23626]: audit 2024-05-09T03:49:21.867322+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:49:23.295 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:22 smithi100 bash[23626]: audit 2024-05-09T03:49:21.867322+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:49:23.295 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:22 smithi100 bash[23626]: audit 2024-05-09T03:49:21.874993+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:49:23.295 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:22 smithi100 bash[23626]: audit 2024-05-09T03:49:21.874993+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:49:23.295 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:22 smithi100 bash[23626]: audit 2024-05-09T03:49:21.942564+0000 mon.a (mon.0) 346 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T03:49:23.295 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:22 smithi100 bash[23626]: audit 2024-05-09T03:49:21.942564+0000 mon.a (mon.0) 346 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T03:49:23.296 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:22 smithi100 bash[23626]: cluster 2024-05-09T03:49:22.219944+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:49:23.296 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:22 smithi100 bash[23626]: cluster 2024-05-09T03:49:22.219944+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:49:23.296 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:22 smithi100 bash[23626]: audit 2024-05-09T03:49:22.275857+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:49:23.296 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:22 smithi100 bash[23626]: audit 2024-05-09T03:49:22.275857+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:49:25.199 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/mon.a/config 2024-05-09T03:49:25.544 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:25 smithi100 bash[23626]: cluster 2024-05-09T03:49:24.220441+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:49:25.544 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:25 smithi100 bash[23626]: cluster 2024-05-09T03:49:24.220441+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:49:25.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:25 smithi060 bash[21524]: cluster 2024-05-09T03:49:24.220441+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:49:25.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:25 smithi060 bash[21524]: cluster 2024-05-09T03:49:24.220441+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:49:26.484 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-05-09T03:49:26.484 INFO:teuthology.orchestra.run.smithi060.stdout:[{"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-09T03:49:21.875633Z 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-09T03:48:44.006380Z", "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-09T03:48:46.334161Z 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-09T03:48:43.997779Z", "running": 0, "size": 2}}, {"events": ["2024-05-09T03:45:53.570384Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060=a", "smithi100=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-05-09T03:45:50.606762Z", "last_refresh": "2024-05-09T03:46:37.012830Z", "running": 2, "size": 2}}, {"events": ["2024-05-09T03:48:44.026834Z 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-09T03:48:43.989911Z", "last_refresh": "2024-05-09T03:46:37.012487Z", "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "af4a4df59e0ae3833b4409b12cb7db15106e9e87264b888efc4bb545bee0fce2", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:05de6593b88417234cfc69df4d6993be606178f15beb2e23381c5fdef15b9082", "last_refresh": "2024-05-09T03:46:37.013139Z", "running": 2, "size": 2}, "unmanaged": true}] 2024-05-09T03:49:27.111 INFO:tasks.cephadm:container.foo has 0/2 2024-05-09T03:49:27.379 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:27 smithi060 bash[21524]: cluster 2024-05-09T03:49:26.220860+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v151: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:49:27.379 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:27 smithi060 bash[21524]: cluster 2024-05-09T03:49:26.220860+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v151: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:49:27.544 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:27 smithi100 bash[23626]: cluster 2024-05-09T03:49:26.220860+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v151: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:49:27.544 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:27 smithi100 bash[23626]: cluster 2024-05-09T03:49:26.220860+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v151: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:49:28.112 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c66c553a84eb9faa0029f5f0bb8284e3a826ac85 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d6ec865c-0db5-11ef-bc97-c7b262605968 -- ceph orch ls -f json 2024-05-09T03:49:28.380 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:28 smithi060 bash[21524]: audit 2024-05-09T03:49:26.479676+0000 mgr.a (mgr.14152) 197 : audit [DBG] from='client.14292 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-09T03:49:28.380 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:28 smithi060 bash[21524]: audit 2024-05-09T03:49:26.479676+0000 mgr.a (mgr.14152) 197 : audit [DBG] from='client.14292 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-09T03:49:28.380 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:28 smithi060 bash[21524]: audit 2024-05-09T03:49:27.283598+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:49:28.380 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:28 smithi060 bash[21524]: audit 2024-05-09T03:49:27.283598+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:49:28.380 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:28 smithi060 bash[21524]: audit 2024-05-09T03:49:27.297512+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:49:28.380 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:28 smithi060 bash[21524]: audit 2024-05-09T03:49:27.297512+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:49:28.380 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:28 smithi060 bash[21524]: audit 2024-05-09T03:49:27.930790+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:49:28.381 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:28 smithi060 bash[21524]: audit 2024-05-09T03:49:27.930790+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:49:28.381 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:28 smithi060 bash[21524]: audit 2024-05-09T03:49:27.937735+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:49:28.381 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:28 smithi060 bash[21524]: audit 2024-05-09T03:49:27.937735+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:49:28.381 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:28 smithi060 bash[21524]: audit 2024-05-09T03:49:27.939393+0000 mon.a (mon.0) 352 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:49:28.381 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:28 smithi060 bash[21524]: audit 2024-05-09T03:49:27.939393+0000 mon.a (mon.0) 352 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:49:28.381 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:28 smithi060 bash[21524]: audit 2024-05-09T03:49:27.940917+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T03:49:28.381 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:28 smithi060 bash[21524]: audit 2024-05-09T03:49:27.940917+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T03:49:28.381 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:28 smithi060 bash[21524]: audit 2024-05-09T03:49:27.949695+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:49:28.381 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:28 smithi060 bash[21524]: audit 2024-05-09T03:49:27.949695+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:49:28.381 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:28 smithi060 bash[21524]: audit 2024-05-09T03:49:28.021956+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-09T03:49:28.382 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:28 smithi060 bash[21524]: audit 2024-05-09T03:49:28.021956+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-09T03:49:28.382 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:28 smithi060 bash[21524]: audit 2024-05-09T03:49:28.023728+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-09T03:49:28.382 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:28 smithi060 bash[21524]: audit 2024-05-09T03:49:28.023728+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-09T03:49:28.382 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:28 smithi060 bash[21524]: audit 2024-05-09T03:49:28.025510+0000 mon.a (mon.0) 357 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:49:28.382 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:28 smithi060 bash[21524]: audit 2024-05-09T03:49:28.025510+0000 mon.a (mon.0) 357 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:49:28.545 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:28 smithi100 bash[23626]: audit 2024-05-09T03:49:26.479676+0000 mgr.a (mgr.14152) 197 : audit [DBG] from='client.14292 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-09T03:49:28.545 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:28 smithi100 bash[23626]: audit 2024-05-09T03:49:26.479676+0000 mgr.a (mgr.14152) 197 : audit [DBG] from='client.14292 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-09T03:49:28.546 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:28 smithi100 bash[23626]: audit 2024-05-09T03:49:27.283598+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:49:28.546 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:28 smithi100 bash[23626]: audit 2024-05-09T03:49:27.283598+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:49:28.546 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:28 smithi100 bash[23626]: audit 2024-05-09T03:49:27.297512+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:49:28.546 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:28 smithi100 bash[23626]: audit 2024-05-09T03:49:27.297512+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:49:28.546 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:28 smithi100 bash[23626]: audit 2024-05-09T03:49:27.930790+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:49:28.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:28 smithi100 bash[23626]: audit 2024-05-09T03:49:27.930790+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:49:28.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:28 smithi100 bash[23626]: audit 2024-05-09T03:49:27.937735+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:49:28.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:28 smithi100 bash[23626]: audit 2024-05-09T03:49:27.937735+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:49:28.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:28 smithi100 bash[23626]: audit 2024-05-09T03:49:27.939393+0000 mon.a (mon.0) 352 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:49:28.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:28 smithi100 bash[23626]: audit 2024-05-09T03:49:27.939393+0000 mon.a (mon.0) 352 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:49:28.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:28 smithi100 bash[23626]: audit 2024-05-09T03:49:27.940917+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T03:49:28.548 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:28 smithi100 bash[23626]: audit 2024-05-09T03:49:27.940917+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T03:49:28.548 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:28 smithi100 bash[23626]: audit 2024-05-09T03:49:27.949695+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:49:28.548 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:28 smithi100 bash[23626]: audit 2024-05-09T03:49:27.949695+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:49:28.548 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:28 smithi100 bash[23626]: audit 2024-05-09T03:49:28.021956+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-09T03:49:28.548 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:28 smithi100 bash[23626]: audit 2024-05-09T03:49:28.021956+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-09T03:49:28.548 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:28 smithi100 bash[23626]: audit 2024-05-09T03:49:28.023728+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-09T03:49:28.549 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:28 smithi100 bash[23626]: audit 2024-05-09T03:49:28.023728+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-09T03:49:28.549 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:28 smithi100 bash[23626]: audit 2024-05-09T03:49:28.025510+0000 mon.a (mon.0) 357 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:49:28.549 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:28 smithi100 bash[23626]: audit 2024-05-09T03:49:28.025510+0000 mon.a (mon.0) 357 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:49:29.544 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:29 smithi100 bash[23626]: cephadm 2024-05-09T03:49:28.021203+0000 mgr.a (mgr.14152) 198 : cephadm [INF] Redeploying mon.a, (container cli args changed) . . . 2024-05-09T03:49:29.545 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:29 smithi100 bash[23626]: cephadm 2024-05-09T03:49:28.021203+0000 mgr.a (mgr.14152) 198 : cephadm [INF] Redeploying mon.a, (container cli args changed) . . . 2024-05-09T03:49:29.545 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:29 smithi100 bash[23626]: cephadm 2024-05-09T03:49:28.027568+0000 mgr.a (mgr.14152) 199 : cephadm [INF] Deploying daemon mon.a on smithi060 2024-05-09T03:49:29.545 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:29 smithi100 bash[23626]: cephadm 2024-05-09T03:49:28.027568+0000 mgr.a (mgr.14152) 199 : cephadm [INF] Deploying daemon mon.a on smithi060 2024-05-09T03:49:29.545 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:29 smithi100 bash[23626]: cluster 2024-05-09T03:49:28.221299+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v152: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:49:29.545 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:29 smithi100 bash[23626]: cluster 2024-05-09T03:49:28.221299+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v152: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:49:29.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:29 smithi060 bash[21524]: cephadm 2024-05-09T03:49:28.021203+0000 mgr.a (mgr.14152) 198 : cephadm [INF] Redeploying mon.a, (container cli args changed) . . . 2024-05-09T03:49:29.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:29 smithi060 bash[21524]: cephadm 2024-05-09T03:49:28.021203+0000 mgr.a (mgr.14152) 198 : cephadm [INF] Redeploying mon.a, (container cli args changed) . . . 2024-05-09T03:49:29.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:29 smithi060 bash[21524]: cephadm 2024-05-09T03:49:28.027568+0000 mgr.a (mgr.14152) 199 : cephadm [INF] Deploying daemon mon.a on smithi060 2024-05-09T03:49:29.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:29 smithi060 bash[21524]: cephadm 2024-05-09T03:49:28.027568+0000 mgr.a (mgr.14152) 199 : cephadm [INF] Deploying daemon mon.a on smithi060 2024-05-09T03:49:29.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:29 smithi060 bash[21524]: cluster 2024-05-09T03:49:28.221299+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v152: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:49:29.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:29 smithi060 bash[21524]: cluster 2024-05-09T03:49:28.221299+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v152: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:49:30.266 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:30 smithi060 systemd[1]: /etc/systemd/system/ceph-d6ec865c-0db5-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-09T03:49:30.266 INFO:journalctl@ceph.osd.0.smithi060.stdout:May 09 03:49:30 smithi060 systemd[1]: /etc/systemd/system/ceph-d6ec865c-0db5-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-09T03:49:30.267 INFO:journalctl@ceph.mgr.a.smithi060.stdout:May 09 03:49:30 smithi060 systemd[1]: /etc/systemd/system/ceph-d6ec865c-0db5-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-09T03:49:30.577 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:30 smithi060 systemd[1]: Stopping Ceph mon.a for d6ec865c-0db5-11ef-bc97-c7b262605968... 2024-05-09T03:49:30.577 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:30 smithi060 bash[21524]: debug 2024-05-09T03:49:30.379+0000 7f21a708c700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-05-09T03:49:30.577 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:30 smithi060 bash[21524]: debug 2024-05-09T03:49:30.379+0000 7f21a708c700 -1 mon.a@0(leader) e2 *** Got Signal Terminated *** 2024-05-09T03:49:31.129 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:30 smithi060 bash[37472]: ceph-d6ec865c-0db5-11ef-bc97-c7b262605968-mon-a 2024-05-09T03:49:31.129 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:31 smithi060 bash[37551]: Error response from daemon: No such container: ceph-d6ec865c-0db5-11ef-bc97-c7b262605968-mon-a 2024-05-09T03:49:31.129 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:31 smithi060 systemd[1]: ceph-d6ec865c-0db5-11ef-bc97-c7b262605968@mon.a.service: Deactivated successfully. 2024-05-09T03:49:31.129 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:31 smithi060 systemd[1]: Stopped Ceph mon.a for d6ec865c-0db5-11ef-bc97-c7b262605968. 2024-05-09T03:49:31.629 INFO:journalctl@ceph.mgr.a.smithi060.stdout:May 09 03:49:31 smithi060 systemd[1]: /etc/systemd/system/ceph-d6ec865c-0db5-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-09T03:49:31.629 INFO:journalctl@ceph.osd.0.smithi060.stdout:May 09 03:49:31 smithi060 systemd[1]: /etc/systemd/system/ceph-d6ec865c-0db5-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-09T03:49:31.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:31 smithi060 systemd[1]: /etc/systemd/system/ceph-d6ec865c-0db5-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-09T03:49:31.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:31 smithi060 systemd[1]: Started Ceph mon.a for d6ec865c-0db5-11ef-bc97-c7b262605968. 2024-05-09T03:49:32.380 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.143+0000 7f9ba9d9bc80 0 set uid:gid to 167:167 (ceph:ceph) 2024-05-09T03:49:32.380 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.143+0000 7f9ba9d9bc80 0 ceph version 19.0.0-3631-gc66c553a (c66c553a84eb9faa0029f5f0bb8284e3a826ac85) squid (dev), process ceph-mon, pid 7 2024-05-09T03:49:32.380 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.143+0000 7f9ba9d9bc80 0 pidfile_write: ignore empty --pid-file 2024-05-09T03:49:32.380 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 0 load: jerasure load: lrc 2024-05-09T03:49:32.380 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: RocksDB version: 7.9.2 2024-05-09T03:49:32.380 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Git sha 0 2024-05-09T03:49:32.380 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Compile date 2024-05-08 23:53:35 2024-05-09T03:49:32.380 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: DB SUMMARY 2024-05-09T03:49:32.381 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: DB Session ID: 6S4HJF1VJIUTIKOU77OT 2024-05-09T03:49:32.381 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: CURRENT file: CURRENT 2024-05-09T03:49:32.381 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: IDENTITY file: IDENTITY 2024-05-09T03:49:32.381 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: MANIFEST file: MANIFEST-000015 size: 281 Bytes 2024-05-09T03:49:32.381 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 2, files: 000008.sst 000013.sst 2024-05-09T03:49:32.381 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000014.log size: 3853243 ; 2024-05-09T03:49:32.381 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.error_if_exists: 0 2024-05-09T03:49:32.381 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.create_if_missing: 0 2024-05-09T03:49:32.381 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.paranoid_checks: 1 2024-05-09T03:49:32.381 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-05-09T03:49:32.381 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-05-09T03:49:32.381 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-05-09T03:49:32.381 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.env: 0x558606e75cc0 2024-05-09T03:49:32.381 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.fs: PosixFileSystem 2024-05-09T03:49:32.382 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.info_log: 0x5586091cbe00 2024-05-09T03:49:32.382 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.max_file_opening_threads: 16 2024-05-09T03:49:32.382 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.statistics: (nil) 2024-05-09T03:49:32.382 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.use_fsync: 0 2024-05-09T03:49:32.382 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.max_log_file_size: 0 2024-05-09T03:49:32.382 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-05-09T03:49:32.383 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-05-09T03:49:32.383 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.keep_log_file_num: 1000 2024-05-09T03:49:32.383 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.recycle_log_file_num: 0 2024-05-09T03:49:32.383 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.allow_fallocate: 1 2024-05-09T03:49:32.383 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.allow_mmap_reads: 0 2024-05-09T03:49:32.383 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.allow_mmap_writes: 0 2024-05-09T03:49:32.383 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.use_direct_reads: 0 2024-05-09T03:49:32.383 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-05-09T03:49:32.383 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.create_missing_column_families: 0 2024-05-09T03:49:32.383 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.db_log_dir: 2024-05-09T03:49:32.383 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.wal_dir: 2024-05-09T03:49:32.383 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-05-09T03:49:32.383 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-05-09T03:49:32.384 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-05-09T03:49:32.384 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-05-09T03:49:32.384 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-05-09T03:49:32.384 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-05-09T03:49:32.384 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.advise_random_on_open: 1 2024-05-09T03:49:32.384 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.db_write_buffer_size: 0 2024-05-09T03:49:32.384 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.write_buffer_manager: 0x55860919d0e0 2024-05-09T03:49:32.384 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-05-09T03:49:32.384 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-05-09T03:49:32.384 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-05-09T03:49:32.384 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.rate_limiter: (nil) 2024-05-09T03:49:32.384 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-05-09T03:49:32.384 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.wal_recovery_mode: 2 2024-05-09T03:49:32.384 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.enable_thread_tracking: 0 2024-05-09T03:49:32.384 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.enable_pipelined_write: 0 2024-05-09T03:49:32.384 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.unordered_write: 0 2024-05-09T03:49:32.385 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-05-09T03:49:32.385 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-05-09T03:49:32.385 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-05-09T03:49:32.385 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-05-09T03:49:32.385 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.row_cache: None 2024-05-09T03:49:32.385 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.wal_filter: None 2024-05-09T03:49:32.385 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-05-09T03:49:32.385 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.allow_ingest_behind: 0 2024-05-09T03:49:32.385 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.two_write_queues: 0 2024-05-09T03:49:32.385 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.manual_wal_flush: 0 2024-05-09T03:49:32.385 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.wal_compression: 0 2024-05-09T03:49:32.385 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.atomic_flush: 0 2024-05-09T03:49:32.385 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-05-09T03:49:32.385 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-05-09T03:49:32.385 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-05-09T03:49:32.386 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.log_readahead_size: 0 2024-05-09T03:49:32.386 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-05-09T03:49:32.386 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.best_efforts_recovery: 0 2024-05-09T03:49:32.386 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-05-09T03:49:32.386 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-05-09T03:49:32.386 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.allow_data_in_errors: 0 2024-05-09T03:49:32.386 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.db_host_id: __hostname__ 2024-05-09T03:49:32.386 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-05-09T03:49:32.386 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.max_background_jobs: 2 2024-05-09T03:49:32.386 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.max_background_compactions: -1 2024-05-09T03:49:32.386 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.max_subcompactions: 1 2024-05-09T03:49:32.386 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-05-09T03:49:32.386 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-05-09T03:49:32.386 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-05-09T03:49:32.387 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.max_total_wal_size: 0 2024-05-09T03:49:32.387 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-05-09T03:49:32.387 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-05-09T03:49:32.387 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-05-09T03:49:32.387 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-05-09T03:49:32.387 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.max_open_files: -1 2024-05-09T03:49:32.387 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.bytes_per_sync: 0 2024-05-09T03:49:32.387 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-05-09T03:49:32.387 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-05-09T03:49:32.387 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.compaction_readahead_size: 0 2024-05-09T03:49:32.387 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.max_background_flushes: -1 2024-05-09T03:49:32.387 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Compression algorithms supported: 2024-05-09T03:49:32.387 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-05-09T03:49:32.387 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: kZSTD supported: 0 2024-05-09T03:49:32.387 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: kXpressCompression supported: 0 2024-05-09T03:49:32.387 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: kLZ4HCCompression supported: 1 2024-05-09T03:49:32.388 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: kZlibCompression supported: 1 2024-05-09T03:49:32.388 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: kSnappyCompression supported: 1 2024-05-09T03:49:32.388 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: kLZ4Compression supported: 1 2024-05-09T03:49:32.388 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: kBZip2Compression supported: 0 2024-05-09T03:49:32.388 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-05-09T03:49:32.388 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-05-09T03:49:32.388 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000015 2024-05-09T03:49:32.389 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-05-09T03:49:32.389 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-05-09T03:49:32.389 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.merge_operator: 2024-05-09T03:49:32.389 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.compaction_filter: None 2024-05-09T03:49:32.389 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.compaction_filter_factory: None 2024-05-09T03:49:32.390 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.sst_partitioner_factory: None 2024-05-09T03:49:32.390 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-05-09T03:49:32.390 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-05-09T03:49:32.390 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5586091cbfc0) 2024-05-09T03:49:32.390 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: cache_index_and_filter_blocks: 1 2024-05-09T03:49:32.390 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: cache_index_and_filter_blocks_with_high_priority: 0 2024-05-09T03:49:32.390 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-05-09T03:49:32.390 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: pin_top_level_index_and_filter: 1 2024-05-09T03:49:32.390 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: index_type: 0 2024-05-09T03:49:32.390 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: data_block_index_type: 0 2024-05-09T03:49:32.390 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: index_shortening: 1 2024-05-09T03:49:32.390 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: data_block_hash_table_util_ratio: 0.750000 2024-05-09T03:49:32.390 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: checksum: 4 2024-05-09T03:49:32.390 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: no_block_cache: 0 2024-05-09T03:49:32.391 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: block_cache: 0x5586091cd1f0 2024-05-09T03:49:32.391 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: block_cache_name: BinnedLRUCache 2024-05-09T03:49:32.391 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: block_cache_options: 2024-05-09T03:49:32.391 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: capacity : 536870912 2024-05-09T03:49:32.391 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: num_shard_bits : 4 2024-05-09T03:49:32.391 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: strict_capacity_limit : 0 2024-05-09T03:49:32.391 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: high_pri_pool_ratio: 0.000 2024-05-09T03:49:32.391 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: block_cache_compressed: (nil) 2024-05-09T03:49:32.391 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: persistent_cache: (nil) 2024-05-09T03:49:32.391 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: block_size: 4096 2024-05-09T03:49:32.391 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: block_size_deviation: 10 2024-05-09T03:49:32.391 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: block_restart_interval: 16 2024-05-09T03:49:32.391 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: index_block_restart_interval: 1 2024-05-09T03:49:32.391 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: metadata_block_size: 4096 2024-05-09T03:49:32.391 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: partition_filters: 0 2024-05-09T03:49:32.392 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: use_delta_encoding: 1 2024-05-09T03:49:32.392 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: filter_policy: bloomfilter 2024-05-09T03:49:32.392 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: whole_key_filtering: 1 2024-05-09T03:49:32.392 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: verify_compression: 0 2024-05-09T03:49:32.392 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: read_amp_bytes_per_bit: 0 2024-05-09T03:49:32.392 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: format_version: 5 2024-05-09T03:49:32.392 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: enable_index_compression: 1 2024-05-09T03:49:32.392 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: block_align: 0 2024-05-09T03:49:32.392 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: max_auto_readahead_size: 262144 2024-05-09T03:49:32.392 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: prepopulate_block_cache: 0 2024-05-09T03:49:32.392 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: initial_auto_readahead_size: 8192 2024-05-09T03:49:32.392 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: num_file_reads_for_auto_readahead: 2 2024-05-09T03:49:32.392 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.write_buffer_size: 33554432 2024-05-09T03:49:32.392 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.max_write_buffer_number: 2 2024-05-09T03:49:32.392 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.compression: NoCompression 2024-05-09T03:49:32.393 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.bottommost_compression: Disabled 2024-05-09T03:49:32.393 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.prefix_extractor: nullptr 2024-05-09T03:49:32.393 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-05-09T03:49:32.393 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.num_levels: 7 2024-05-09T03:49:32.393 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-05-09T03:49:32.393 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-05-09T03:49:32.393 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-05-09T03:49:32.393 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-05-09T03:49:32.393 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-05-09T03:49:32.393 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-05-09T03:49:32.393 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-05-09T03:49:32.393 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-05-09T03:49:32.393 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-05-09T03:49:32.393 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-05-09T03:49:32.393 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-05-09T03:49:32.393 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-05-09T03:49:32.394 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-05-09T03:49:32.394 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.compression_opts.level: 32767 2024-05-09T03:49:32.394 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.compression_opts.strategy: 0 2024-05-09T03:49:32.394 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-05-09T03:49:32.394 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-05-09T03:49:32.394 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-05-09T03:49:32.394 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-05-09T03:49:32.394 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.compression_opts.enabled: false 2024-05-09T03:49:32.394 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-05-09T03:49:32.394 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-05-09T03:49:32.394 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-05-09T03:49:32.394 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-05-09T03:49:32.394 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.target_file_size_base: 67108864 2024-05-09T03:49:32.394 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-05-09T03:49:32.395 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-05-09T03:49:32.395 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-05-09T03:49:32.395 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-05-09T03:49:32.395 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-05-09T03:49:32.395 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-05-09T03:49:32.395 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-05-09T03:49:32.395 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-05-09T03:49:32.395 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-05-09T03:49:32.395 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-05-09T03:49:32.395 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-05-09T03:49:32.395 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-05-09T03:49:32.395 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-05-09T03:49:32.395 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-05-09T03:49:32.395 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.arena_block_size: 1048576 2024-05-09T03:49:32.395 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-05-09T03:49:32.395 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-05-09T03:49:32.396 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.disable_auto_compactions: 0 2024-05-09T03:49:32.396 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-05-09T03:49:32.396 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-05-09T03:49:32.396 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-05-09T03:49:32.396 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-05-09T03:49:32.396 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-05-09T03:49:32.396 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-05-09T03:49:32.396 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-05-09T03:49:32.396 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-05-09T03:49:32.396 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-05-09T03:49:32.396 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-05-09T03:49:32.396 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-05-09T03:49:32.396 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.inplace_update_support: 0 2024-05-09T03:49:32.396 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-05-09T03:49:32.396 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-05-09T03:49:32.397 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-05-09T03:49:32.397 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-05-09T03:49:32.397 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.bloom_locality: 0 2024-05-09T03:49:32.397 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.max_successive_merges: 0 2024-05-09T03:49:32.397 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-05-09T03:49:32.397 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.paranoid_file_checks: 0 2024-05-09T03:49:32.397 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.force_consistency_checks: 1 2024-05-09T03:49:32.397 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.report_bg_io_stats: 0 2024-05-09T03:49:32.397 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.ttl: 2592000 2024-05-09T03:49:32.397 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-05-09T03:49:32.397 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-05-09T03:49:32.397 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-05-09T03:49:32.397 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.enable_blob_files: false 2024-05-09T03:49:32.397 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.min_blob_size: 0 2024-05-09T03:49:32.397 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.blob_file_size: 268435456 2024-05-09T03:49:32.398 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-05-09T03:49:32.398 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-05-09T03:49:32.398 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-05-09T03:49:32.398 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-05-09T03:49:32.398 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-05-09T03:49:32.398 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.blob_file_starting_level: 0 2024-05-09T03:49:32.398 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-05-09T03:49:32.398 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 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-09T03:49:32.398 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 10 2024-05-09T03:49:32.398 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 87ea093f-a017-42fe-ba07-e72fbeb37567 2024-05-09T03:49:32.398 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1715226572158586, "job": 1, "event": "recovery_started", "wal_files": [14]} 2024-05-09T03:49:32.398 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.151+0000 7f9ba9d9bc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #14 mode 2 2024-05-09T03:49:32.398 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.175+0000 7f9ba9d9bc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1715226572179871, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 18, "file_size": 3436414, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 261, "largest_seqno": 4360, "table_properties": {"data_size": 3423737, "index_size": 7279, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 4357, "raw_key_size": 37433, "raw_average_key_size": 21, "raw_value_size": 3392128, "raw_average_value_size": 1974, "num_data_blocks": 341, "num_entries": 1718, "num_filter_entries": 1718, "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": 1715226572, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "87ea093f-a017-42fe-ba07-e72fbeb37567", "db_session_id": "6S4HJF1VJIUTIKOU77OT", "orig_file_number": 18, "seqno_to_time_mapping": "N/A"}} 2024-05-09T03:49:32.398 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.175+0000 7f9ba9d9bc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1715226572180009, "job": 1, "event": "recovery_finished"} 2024-05-09T03:49:32.399 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.175+0000 7f9ba9d9bc80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 20 2024-05-09T03:49:32.399 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.175+0000 7f9ba9d9bc80 4 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-09T03:49:32.399 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.175+0000 7f9ba9d9bc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5586092ee000 2024-05-09T03:49:32.399 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.175+0000 7f9ba9d9bc80 4 rocksdb: DB pointer 0x5586092da000 2024-05-09T03:49:32.399 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.175+0000 7f9b984f0700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-05-09T03:49:32.399 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.175+0000 7f9b984f0700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-05-09T03:49:32.399 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: ** DB Stats ** 2024-05-09T03:49:32.399 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: Uptime(secs): 0.0 total, 0.0 interval 2024-05-09T03:49:32.399 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: 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-09T03:49:32.399 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-09T03:49:32.399 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-09T03:49:32.399 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: 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-09T03:49:32.399 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-09T03:49:32.399 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-09T03:49:32.399 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: ** Compaction Stats [default] ** 2024-05-09T03:49:32.399 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: 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-09T03:49:32.400 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-05-09T03:49:32.400 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: L0 3/0 3.36 MB 0.8 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 472.4 0.01 0.00 1 0.007 0 0 0.0 0.0 2024-05-09T03:49:32.400 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: Sum 3/0 3.36 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 472.4 0.01 0.00 1 0.007 0 0 0.0 0.0 2024-05-09T03:49:32.400 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 472.4 0.01 0.00 1 0.007 0 0 0.0 0.0 2024-05-09T03:49:32.400 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: ** Compaction Stats [default] ** 2024-05-09T03:49:32.400 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: 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-09T03:49:32.400 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-05-09T03:49:32.400 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 472.4 0.01 0.00 1 0.007 0 0 0.0 0.0 2024-05-09T03:49:32.400 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-05-09T03:49:32.400 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: Uptime(secs): 0.0 total, 0.0 interval 2024-05-09T03:49:32.400 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: Flush(GB): cumulative 0.003, interval 0.003 2024-05-09T03:49:32.400 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: AddFile(GB): cumulative 0.000, interval 0.000 2024-05-09T03:49:32.400 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: AddFile(Total Files): cumulative 0, interval 0 2024-05-09T03:49:32.400 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: AddFile(L0 Files): cumulative 0, interval 0 2024-05-09T03:49:32.400 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: AddFile(Keys): cumulative 0, interval 0 2024-05-09T03:49:32.401 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: Cumulative compaction: 0.00 GB write, 132.41 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-09T03:49:32.401 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: Interval compaction: 0.00 GB write, 132.41 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-09T03:49:32.401 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: 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-09T03:49:32.401 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: Block cache BinnedLRUCache@0x5586091cd1f0#7 capacity: 512.00 MB usage: 13.80 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.4e-05 secs_since: 0 2024-05-09T03:49:32.401 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: Block cache entry stats(count,size,portion): FilterBlock(3,5.30 KB,0.0010103%) IndexBlock(3,8.50 KB,0.00162125%) Misc(1,0.00 KB,0%) 2024-05-09T03:49:32.401 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: ** File Read Latency Histogram By Level [default] ** 2024-05-09T03:49:32.401 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.175+0000 7f9ba9d9bc80 0 starting mon.a rank 0 at public addrs [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] at bind addrs [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid d6ec865c-0db5-11ef-bc97-c7b262605968 2024-05-09T03:49:32.401 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.179+0000 7f9ba9d9bc80 1 mon.a@-1(???) e2 preinit fsid d6ec865c-0db5-11ef-bc97-c7b262605968 2024-05-09T03:49:32.401 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.179+0000 7f9ba9d9bc80 0 mon.a@-1(???).mds e1 new map 2024-05-09T03:49:32.401 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.179+0000 7f9ba9d9bc80 0 mon.a@-1(???).mds e1 print_map 2024-05-09T03:49:32.401 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: e1 2024-05-09T03:49:32.401 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: enable_multiple, ever_enabled_multiple: 1,1 2024-05-09T03:49:32.401 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: 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-09T03:49:32.401 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: legacy client fscid: -1 2024-05-09T03:49:32.401 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: 2024-05-09T03:49:32.402 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: No filesystems configured 2024-05-09T03:49:32.402 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.179+0000 7f9ba9d9bc80 0 mon.a@-1(???).osd e14 crush map has features 3314932999778484224, adjusting msgr requires 2024-05-09T03:49:32.402 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.179+0000 7f9ba9d9bc80 0 mon.a@-1(???).osd e14 crush map has features 288514050185494528, adjusting msgr requires 2024-05-09T03:49:32.402 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.179+0000 7f9ba9d9bc80 0 mon.a@-1(???).osd e14 crush map has features 288514050185494528, adjusting msgr requires 2024-05-09T03:49:32.402 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.179+0000 7f9ba9d9bc80 0 mon.a@-1(???).osd e14 crush map has features 288514050185494528, adjusting msgr requires 2024-05-09T03:49:32.402 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:32 smithi060 bash[37609]: debug 2024-05-09T03:49:32.179+0000 7f9ba9d9bc80 1 mon.a@-1(???).paxosservice(auth 1..7) refresh upgraded, format 0 -> 3 2024-05-09T03:49:33.844 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/mon.a/config 2024-05-09T03:49:34.045 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:33 smithi100 bash[23626]: audit 2024-05-09T03:49:30.395475+0000 mon.b (mon.1) 10 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-09T03:49:34.045 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:33 smithi100 bash[23626]: audit 2024-05-09T03:49:30.395475+0000 mon.b (mon.1) 10 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-09T03:49:34.045 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:33 smithi100 bash[23626]: audit 2024-05-09T03:49:30.396043+0000 mon.b (mon.1) 11 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T03:49:34.046 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:33 smithi100 bash[23626]: audit 2024-05-09T03:49:30.396043+0000 mon.b (mon.1) 11 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T03:49:34.046 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:33 smithi100 bash[23626]: cluster 2024-05-09T03:49:32.222202+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v154: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:49:34.046 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:33 smithi100 bash[23626]: cluster 2024-05-09T03:49:32.222202+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v154: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:49:34.046 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:33 smithi100 bash[23626]: cluster 2024-05-09T03:49:33.601166+0000 mon.a (mon.0) 1 : cluster [INF] mon.a calling monitor election 2024-05-09T03:49:34.046 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:33 smithi100 bash[23626]: cluster 2024-05-09T03:49:33.601166+0000 mon.a (mon.0) 1 : cluster [INF] mon.a calling monitor election 2024-05-09T03:49:34.046 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:33 smithi100 bash[23626]: cluster 2024-05-09T03:49:33.621849+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-05-09T03:49:34.046 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:33 smithi100 bash[23626]: cluster 2024-05-09T03:49:33.621849+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-05-09T03:49:34.046 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:33 smithi100 bash[23626]: cluster 2024-05-09T03:49:33.632471+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 2 2024-05-09T03:49:34.046 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:33 smithi100 bash[23626]: cluster 2024-05-09T03:49:33.632471+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 2 2024-05-09T03:49:34.046 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:33 smithi100 bash[23626]: cluster 2024-05-09T03:49:33.632552+0000 mon.a (mon.0) 4 : cluster [DBG] fsid d6ec865c-0db5-11ef-bc97-c7b262605968 2024-05-09T03:49:34.046 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:33 smithi100 bash[23626]: cluster 2024-05-09T03:49:33.632552+0000 mon.a (mon.0) 4 : cluster [DBG] fsid d6ec865c-0db5-11ef-bc97-c7b262605968 2024-05-09T03:49:34.046 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:33 smithi100 bash[23626]: cluster 2024-05-09T03:49:33.632589+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-05-09T03:45:32.514477+0000 2024-05-09T03:49:34.046 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:33 smithi100 bash[23626]: cluster 2024-05-09T03:49:33.632589+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-05-09T03:45:32.514477+0000 2024-05-09T03:49:34.047 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:33 smithi100 bash[23626]: cluster 2024-05-09T03:49:33.632634+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-05-09T03:43:20.084743+0000 2024-05-09T03:49:34.047 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:33 smithi100 bash[23626]: cluster 2024-05-09T03:49:33.632634+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-05-09T03:43:20.084743+0000 2024-05-09T03:49:34.047 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:33 smithi100 bash[23626]: cluster 2024-05-09T03:49:33.632674+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-05-09T03:49:34.047 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:33 smithi100 bash[23626]: cluster 2024-05-09T03:49:33.632674+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-05-09T03:49:34.047 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:33 smithi100 bash[23626]: cluster 2024-05-09T03:49:33.632722+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-05-09T03:49:34.047 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:33 smithi100 bash[23626]: cluster 2024-05-09T03:49:33.632722+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-05-09T03:49:34.047 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:33 smithi100 bash[23626]: cluster 2024-05-09T03:49:33.632767+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] mon.a 2024-05-09T03:49:34.047 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:33 smithi100 bash[23626]: cluster 2024-05-09T03:49:33.632767+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] mon.a 2024-05-09T03:49:34.047 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:33 smithi100 bash[23626]: cluster 2024-05-09T03:49:33.632805+0000 mon.a (mon.0) 10 : cluster [DBG] 1: [v2:172.21.15.100:3300/0,v1:172.21.15.100:6789/0] mon.b 2024-05-09T03:49:34.047 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:33 smithi100 bash[23626]: cluster 2024-05-09T03:49:33.632805+0000 mon.a (mon.0) 10 : cluster [DBG] 1: [v2:172.21.15.100:3300/0,v1:172.21.15.100:6789/0] mon.b 2024-05-09T03:49:34.047 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:33 smithi100 bash[23626]: cluster 2024-05-09T03:49:33.634096+0000 mon.a (mon.0) 11 : cluster [DBG] fsmap 2024-05-09T03:49:34.047 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:33 smithi100 bash[23626]: cluster 2024-05-09T03:49:33.634096+0000 mon.a (mon.0) 11 : cluster [DBG] fsmap 2024-05-09T03:49:34.047 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:33 smithi100 bash[23626]: cluster 2024-05-09T03:49:33.634212+0000 mon.a (mon.0) 12 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-05-09T03:49:34.048 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:33 smithi100 bash[23626]: cluster 2024-05-09T03:49:33.634212+0000 mon.a (mon.0) 12 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-05-09T03:49:34.048 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:33 smithi100 bash[23626]: cluster 2024-05-09T03:49:33.635938+0000 mon.a (mon.0) 13 : cluster [DBG] mgrmap e14: a(active, since 5m), standbys: b 2024-05-09T03:49:34.048 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:33 smithi100 bash[23626]: cluster 2024-05-09T03:49:33.635938+0000 mon.a (mon.0) 13 : cluster [DBG] mgrmap e14: a(active, since 5m), standbys: b 2024-05-09T03:49:34.048 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:33 smithi100 bash[23626]: cluster 2024-05-09T03:49:33.636349+0000 mon.a (mon.0) 14 : cluster [INF] overall HEALTH_OK 2024-05-09T03:49:34.048 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:33 smithi100 bash[23626]: cluster 2024-05-09T03:49:33.636349+0000 mon.a (mon.0) 14 : cluster [INF] overall HEALTH_OK 2024-05-09T03:49:34.048 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:33 smithi100 bash[23626]: audit 2024-05-09T03:49:33.648763+0000 mon.a (mon.0) 15 : audit [INF] from='mgr.14152 ' entity='' 2024-05-09T03:49:34.048 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:33 smithi100 bash[23626]: audit 2024-05-09T03:49:33.648763+0000 mon.a (mon.0) 15 : audit [INF] from='mgr.14152 ' entity='' 2024-05-09T03:49:34.048 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:33 smithi100 bash[23626]: audit 2024-05-09T03:49:33.660564+0000 mon.a (mon.0) 16 : audit [INF] from='mgr.14152 ' entity='mgr.a' 2024-05-09T03:49:34.048 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:33 smithi100 bash[23626]: audit 2024-05-09T03:49:33.660564+0000 mon.a (mon.0) 16 : audit [INF] from='mgr.14152 ' entity='mgr.a' 2024-05-09T03:49:34.130 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:33 smithi060 bash[37609]: audit 2024-05-09T03:49:30.395475+0000 mon.b (mon.1) 10 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-09T03:49:34.130 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:33 smithi060 bash[37609]: audit 2024-05-09T03:49:30.395475+0000 mon.b (mon.1) 10 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-09T03:49:34.130 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:33 smithi060 bash[37609]: audit 2024-05-09T03:49:30.396043+0000 mon.b (mon.1) 11 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T03:49:34.130 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:33 smithi060 bash[37609]: audit 2024-05-09T03:49:30.396043+0000 mon.b (mon.1) 11 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T03:49:34.130 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:33 smithi060 bash[37609]: cluster 2024-05-09T03:49:32.222202+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v154: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:49:34.131 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:33 smithi060 bash[37609]: cluster 2024-05-09T03:49:32.222202+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v154: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:49:34.131 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:33 smithi060 bash[37609]: cluster 2024-05-09T03:49:33.601166+0000 mon.a (mon.0) 1 : cluster [INF] mon.a calling monitor election 2024-05-09T03:49:34.131 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:33 smithi060 bash[37609]: cluster 2024-05-09T03:49:33.601166+0000 mon.a (mon.0) 1 : cluster [INF] mon.a calling monitor election 2024-05-09T03:49:34.131 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:33 smithi060 bash[37609]: cluster 2024-05-09T03:49:33.621849+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-05-09T03:49:34.131 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:33 smithi060 bash[37609]: cluster 2024-05-09T03:49:33.621849+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-05-09T03:49:34.131 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:33 smithi060 bash[37609]: cluster 2024-05-09T03:49:33.632471+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 2 2024-05-09T03:49:34.131 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:33 smithi060 bash[37609]: cluster 2024-05-09T03:49:33.632471+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 2 2024-05-09T03:49:34.131 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:33 smithi060 bash[37609]: cluster 2024-05-09T03:49:33.632552+0000 mon.a (mon.0) 4 : cluster [DBG] fsid d6ec865c-0db5-11ef-bc97-c7b262605968 2024-05-09T03:49:34.131 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:33 smithi060 bash[37609]: cluster 2024-05-09T03:49:33.632552+0000 mon.a (mon.0) 4 : cluster [DBG] fsid d6ec865c-0db5-11ef-bc97-c7b262605968 2024-05-09T03:49:34.131 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:33 smithi060 bash[37609]: cluster 2024-05-09T03:49:33.632589+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-05-09T03:45:32.514477+0000 2024-05-09T03:49:34.131 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:33 smithi060 bash[37609]: cluster 2024-05-09T03:49:33.632589+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-05-09T03:45:32.514477+0000 2024-05-09T03:49:34.131 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:33 smithi060 bash[37609]: cluster 2024-05-09T03:49:33.632634+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-05-09T03:43:20.084743+0000 2024-05-09T03:49:34.131 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:33 smithi060 bash[37609]: cluster 2024-05-09T03:49:33.632634+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-05-09T03:43:20.084743+0000 2024-05-09T03:49:34.131 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:33 smithi060 bash[37609]: cluster 2024-05-09T03:49:33.632674+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-05-09T03:49:34.132 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:33 smithi060 bash[37609]: cluster 2024-05-09T03:49:33.632674+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-05-09T03:49:34.132 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:33 smithi060 bash[37609]: cluster 2024-05-09T03:49:33.632722+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-05-09T03:49:34.132 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:33 smithi060 bash[37609]: cluster 2024-05-09T03:49:33.632722+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-05-09T03:49:34.132 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:33 smithi060 bash[37609]: cluster 2024-05-09T03:49:33.632767+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] mon.a 2024-05-09T03:49:34.132 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:33 smithi060 bash[37609]: cluster 2024-05-09T03:49:33.632767+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] mon.a 2024-05-09T03:49:34.132 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:33 smithi060 bash[37609]: cluster 2024-05-09T03:49:33.632805+0000 mon.a (mon.0) 10 : cluster [DBG] 1: [v2:172.21.15.100:3300/0,v1:172.21.15.100:6789/0] mon.b 2024-05-09T03:49:34.132 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:33 smithi060 bash[37609]: cluster 2024-05-09T03:49:33.632805+0000 mon.a (mon.0) 10 : cluster [DBG] 1: [v2:172.21.15.100:3300/0,v1:172.21.15.100:6789/0] mon.b 2024-05-09T03:49:34.132 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:33 smithi060 bash[37609]: cluster 2024-05-09T03:49:33.634096+0000 mon.a (mon.0) 11 : cluster [DBG] fsmap 2024-05-09T03:49:34.132 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:33 smithi060 bash[37609]: cluster 2024-05-09T03:49:33.634096+0000 mon.a (mon.0) 11 : cluster [DBG] fsmap 2024-05-09T03:49:34.132 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:33 smithi060 bash[37609]: cluster 2024-05-09T03:49:33.634212+0000 mon.a (mon.0) 12 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-05-09T03:49:34.132 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:33 smithi060 bash[37609]: cluster 2024-05-09T03:49:33.634212+0000 mon.a (mon.0) 12 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-05-09T03:49:34.132 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:33 smithi060 bash[37609]: cluster 2024-05-09T03:49:33.635938+0000 mon.a (mon.0) 13 : cluster [DBG] mgrmap e14: a(active, since 5m), standbys: b 2024-05-09T03:49:34.132 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:33 smithi060 bash[37609]: cluster 2024-05-09T03:49:33.635938+0000 mon.a (mon.0) 13 : cluster [DBG] mgrmap e14: a(active, since 5m), standbys: b 2024-05-09T03:49:34.132 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:33 smithi060 bash[37609]: cluster 2024-05-09T03:49:33.636349+0000 mon.a (mon.0) 14 : cluster [INF] overall HEALTH_OK 2024-05-09T03:49:34.132 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:33 smithi060 bash[37609]: cluster 2024-05-09T03:49:33.636349+0000 mon.a (mon.0) 14 : cluster [INF] overall HEALTH_OK 2024-05-09T03:49:34.132 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:33 smithi060 bash[37609]: audit 2024-05-09T03:49:33.648763+0000 mon.a (mon.0) 15 : audit [INF] from='mgr.14152 ' entity='' 2024-05-09T03:49:34.133 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:33 smithi060 bash[37609]: audit 2024-05-09T03:49:33.648763+0000 mon.a (mon.0) 15 : audit [INF] from='mgr.14152 ' entity='' 2024-05-09T03:49:34.133 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:33 smithi060 bash[37609]: audit 2024-05-09T03:49:33.660564+0000 mon.a (mon.0) 16 : audit [INF] from='mgr.14152 ' entity='mgr.a' 2024-05-09T03:49:34.133 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:33 smithi060 bash[37609]: audit 2024-05-09T03:49:33.660564+0000 mon.a (mon.0) 16 : audit [INF] from='mgr.14152 ' entity='mgr.a' 2024-05-09T03:49:34.966 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:34 smithi100 bash[23626]: cephadm 2024-05-09T03:49:33.706866+0000 mgr.a (mgr.14152) 203 : cephadm [INF] Redeploying mon.b, (container cli args changed) . . . 2024-05-09T03:49:34.966 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:34 smithi100 bash[23626]: cephadm 2024-05-09T03:49:33.706866+0000 mgr.a (mgr.14152) 203 : cephadm [INF] Redeploying mon.b, (container cli args changed) . . . 2024-05-09T03:49:34.966 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:34 smithi100 bash[23626]: audit 2024-05-09T03:49:33.709783+0000 mon.b (mon.1) 12 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-09T03:49:34.966 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:34 smithi100 bash[23626]: audit 2024-05-09T03:49:33.709783+0000 mon.b (mon.1) 12 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-09T03:49:34.966 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:34 smithi100 bash[23626]: audit 2024-05-09T03:49:33.711470+0000 mon.b (mon.1) 13 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-09T03:49:34.966 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:34 smithi100 bash[23626]: audit 2024-05-09T03:49:33.711470+0000 mon.b (mon.1) 13 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-09T03:49:34.966 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:34 smithi100 bash[23626]: cephadm 2024-05-09T03:49:33.713142+0000 mgr.a (mgr.14152) 204 : cephadm [INF] Deploying daemon mon.b on smithi100 2024-05-09T03:49:34.966 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:34 smithi100 bash[23626]: cephadm 2024-05-09T03:49:33.713142+0000 mgr.a (mgr.14152) 204 : cephadm [INF] Deploying daemon mon.b on smithi100 2024-05-09T03:49:34.966 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:34 smithi100 bash[23626]: audit 2024-05-09T03:49:33.713251+0000 mon.b (mon.1) 14 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:49:34.966 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:34 smithi100 bash[23626]: audit 2024-05-09T03:49:33.713251+0000 mon.b (mon.1) 14 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:49:34.966 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:34 smithi100 bash[23626]: cluster 2024-05-09T03:49:34.222678+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v155: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:49:34.966 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:34 smithi100 bash[23626]: cluster 2024-05-09T03:49:34.222678+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v155: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:49:35.129 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:34 smithi060 bash[37609]: cephadm 2024-05-09T03:49:33.706866+0000 mgr.a (mgr.14152) 203 : cephadm [INF] Redeploying mon.b, (container cli args changed) . . . 2024-05-09T03:49:35.130 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:34 smithi060 bash[37609]: cephadm 2024-05-09T03:49:33.706866+0000 mgr.a (mgr.14152) 203 : cephadm [INF] Redeploying mon.b, (container cli args changed) . . . 2024-05-09T03:49:35.130 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:34 smithi060 bash[37609]: audit 2024-05-09T03:49:33.709783+0000 mon.b (mon.1) 12 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-09T03:49:35.130 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:34 smithi060 bash[37609]: audit 2024-05-09T03:49:33.709783+0000 mon.b (mon.1) 12 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-09T03:49:35.130 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:34 smithi060 bash[37609]: audit 2024-05-09T03:49:33.711470+0000 mon.b (mon.1) 13 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-09T03:49:35.130 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:34 smithi060 bash[37609]: audit 2024-05-09T03:49:33.711470+0000 mon.b (mon.1) 13 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-09T03:49:35.130 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:34 smithi060 bash[37609]: cephadm 2024-05-09T03:49:33.713142+0000 mgr.a (mgr.14152) 204 : cephadm [INF] Deploying daemon mon.b on smithi100 2024-05-09T03:49:35.130 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:34 smithi060 bash[37609]: cephadm 2024-05-09T03:49:33.713142+0000 mgr.a (mgr.14152) 204 : cephadm [INF] Deploying daemon mon.b on smithi100 2024-05-09T03:49:35.130 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:34 smithi060 bash[37609]: audit 2024-05-09T03:49:33.713251+0000 mon.b (mon.1) 14 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:49:35.130 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:34 smithi060 bash[37609]: audit 2024-05-09T03:49:33.713251+0000 mon.b (mon.1) 14 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:49:35.130 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:34 smithi060 bash[37609]: cluster 2024-05-09T03:49:34.222678+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v155: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:49:35.130 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:34 smithi060 bash[37609]: cluster 2024-05-09T03:49:34.222678+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v155: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:49:35.144 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-05-09T03:49:35.144 INFO:teuthology.orchestra.run.smithi060.stdout:[{"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-09T03:49:21.875633Z 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-09T03:48:44.006380Z", "last_refresh": "2024-05-09T03:49:27.274688Z", "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-09T03:48:46.334161Z 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-09T03:48:43.997779Z", "last_refresh": "2024-05-09T03:49:27.274293Z", "running": 2, "size": 2}}, {"events": ["2024-05-09T03:45:53.570384Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060=a", "smithi100=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-05-09T03:45:50.606762Z", "last_refresh": "2024-05-09T03:49:27.273664Z", "running": 2, "size": 2}}, {"events": ["2024-05-09T03:48:44.026834Z 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-09T03:48:43.989911Z", "last_refresh": "2024-05-09T03:49:27.273317Z", "running": 1, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "af4a4df59e0ae3833b4409b12cb7db15106e9e87264b888efc4bb545bee0fce2", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:05de6593b88417234cfc69df4d6993be606178f15beb2e23381c5fdef15b9082", "last_refresh": "2024-05-09T03:49:27.273982Z", "running": 2, "size": 2}, "unmanaged": true}] 2024-05-09T03:49:35.780 INFO:tasks.cephadm:container.foo has 2/2 2024-05-09T03:49:35.780 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-05-09T03:49:35.787 INFO:tasks.cephadm:Waiting for ceph service container.bar to start (timeout 300)... 2024-05-09T03:49:35.787 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c66c553a84eb9faa0029f5f0bb8284e3a826ac85 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d6ec865c-0db5-11ef-bc97-c7b262605968 -- ceph orch ls -f json 2024-05-09T03:49:36.003 INFO:journalctl@ceph.osd.1.smithi100.stdout:May 09 03:49:35 smithi100 systemd[1]: /etc/systemd/system/ceph-d6ec865c-0db5-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-09T03:49:36.003 INFO:journalctl@ceph.mgr.b.smithi100.stdout:May 09 03:49:35 smithi100 systemd[1]: /etc/systemd/system/ceph-d6ec865c-0db5-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-09T03:49:36.003 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:35 smithi100 bash[23626]: audit 2024-05-09T03:49:35.138704+0000 mgr.a (mgr.14152) 206 : audit [DBG] from='client.34100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-09T03:49:36.003 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:35 smithi100 bash[23626]: audit 2024-05-09T03:49:35.138704+0000 mgr.a (mgr.14152) 206 : audit [DBG] from='client.34100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-09T03:49:36.003 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:35 smithi100 systemd[1]: /etc/systemd/system/ceph-d6ec865c-0db5-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-09T03:49:36.004 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:36 smithi100 systemd[1]: Stopping Ceph mon.b for d6ec865c-0db5-11ef-bc97-c7b262605968... 2024-05-09T03:49:36.129 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:35 smithi060 bash[37609]: audit 2024-05-09T03:49:35.138704+0000 mgr.a (mgr.14152) 206 : audit [DBG] from='client.34100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-09T03:49:36.129 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:35 smithi060 bash[37609]: audit 2024-05-09T03:49:35.138704+0000 mgr.a (mgr.14152) 206 : audit [DBG] from='client.34100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-09T03:49:36.294 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:36 smithi100 bash[23626]: debug 2024-05-09T03:49:36.123+0000 7f2e0c011700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.b -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-05-09T03:49:36.295 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:36 smithi100 bash[23626]: debug 2024-05-09T03:49:36.123+0000 7f2e0c011700 -1 mon.b@1(peon) e2 *** Got Signal Terminated *** 2024-05-09T03:49:37.167 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:36 smithi100 bash[30987]: ceph-d6ec865c-0db5-11ef-bc97-c7b262605968-mon-b 2024-05-09T03:49:37.167 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:37 smithi100 bash[31048]: Error response from daemon: No such container: ceph-d6ec865c-0db5-11ef-bc97-c7b262605968-mon-b 2024-05-09T03:49:37.167 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:37 smithi100 systemd[1]: ceph-d6ec865c-0db5-11ef-bc97-c7b262605968@mon.b.service: Deactivated successfully. 2024-05-09T03:49:37.167 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:37 smithi100 systemd[1]: Stopped Ceph mon.b for d6ec865c-0db5-11ef-bc97-c7b262605968. 2024-05-09T03:49:37.544 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:37 smithi100 systemd[1]: /etc/systemd/system/ceph-d6ec865c-0db5-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-09T03:49:37.544 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:37 smithi100 systemd[1]: Started Ceph mon.b for d6ec865c-0db5-11ef-bc97-c7b262605968. 2024-05-09T03:49:37.545 INFO:journalctl@ceph.mgr.b.smithi100.stdout:May 09 03:49:37 smithi100 systemd[1]: /etc/systemd/system/ceph-d6ec865c-0db5-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-09T03:49:37.545 INFO:journalctl@ceph.osd.1.smithi100.stdout:May 09 03:49:37 smithi100 systemd[1]: /etc/systemd/system/ceph-d6ec865c-0db5-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-09T03:49:38.545 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.183+0000 7f687162cc80 0 set uid:gid to 167:167 (ceph:ceph) 2024-05-09T03:49:38.545 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.183+0000 7f687162cc80 0 ceph version 19.0.0-3631-gc66c553a (c66c553a84eb9faa0029f5f0bb8284e3a826ac85) squid (dev), process ceph-mon, pid 7 2024-05-09T03:49:38.545 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.187+0000 7f687162cc80 0 pidfile_write: ignore empty --pid-file 2024-05-09T03:49:38.546 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 0 load: jerasure load: lrc 2024-05-09T03:49:38.546 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: RocksDB version: 7.9.2 2024-05-09T03:49:38.546 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Git sha 0 2024-05-09T03:49:38.546 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Compile date 2024-05-08 23:53:35 2024-05-09T03:49:38.546 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: DB SUMMARY 2024-05-09T03:49:38.546 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: DB Session ID: 4TSHFX39X7I03KNWXIUT 2024-05-09T03:49:38.546 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: CURRENT file: CURRENT 2024-05-09T03:49:38.546 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: IDENTITY file: IDENTITY 2024-05-09T03:49:38.546 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-05-09T03:49:38.546 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 1, files: 000008.sst 2024-05-09T03:49:38.546 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000009.log size: 4790420 ; 2024-05-09T03:49:38.546 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.error_if_exists: 0 2024-05-09T03:49:38.546 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.create_if_missing: 0 2024-05-09T03:49:38.546 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.paranoid_checks: 1 2024-05-09T03:49:38.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-05-09T03:49:38.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-05-09T03:49:38.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-05-09T03:49:38.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.env: 0x55efcb2d4cc0 2024-05-09T03:49:38.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.fs: PosixFileSystem 2024-05-09T03:49:38.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.info_log: 0x55efcd3b5e00 2024-05-09T03:49:38.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.max_file_opening_threads: 16 2024-05-09T03:49:38.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.statistics: (nil) 2024-05-09T03:49:38.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.use_fsync: 0 2024-05-09T03:49:38.547 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.max_log_file_size: 0 2024-05-09T03:49:38.548 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-05-09T03:49:38.548 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-05-09T03:49:38.548 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.keep_log_file_num: 1000 2024-05-09T03:49:38.548 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.recycle_log_file_num: 0 2024-05-09T03:49:38.548 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.allow_fallocate: 1 2024-05-09T03:49:38.548 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.allow_mmap_reads: 0 2024-05-09T03:49:38.548 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.allow_mmap_writes: 0 2024-05-09T03:49:38.548 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.use_direct_reads: 0 2024-05-09T03:49:38.548 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-05-09T03:49:38.548 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.create_missing_column_families: 0 2024-05-09T03:49:38.549 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.db_log_dir: 2024-05-09T03:49:38.549 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.wal_dir: 2024-05-09T03:49:38.549 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-05-09T03:49:38.549 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-05-09T03:49:38.549 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-05-09T03:49:38.549 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-05-09T03:49:38.549 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-05-09T03:49:38.549 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-05-09T03:49:38.549 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.advise_random_on_open: 1 2024-05-09T03:49:38.549 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.db_write_buffer_size: 0 2024-05-09T03:49:38.549 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.write_buffer_manager: 0x55efcd3870e0 2024-05-09T03:49:38.549 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-05-09T03:49:38.549 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-05-09T03:49:38.549 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-05-09T03:49:38.550 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.rate_limiter: (nil) 2024-05-09T03:49:38.550 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-05-09T03:49:38.550 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.wal_recovery_mode: 2 2024-05-09T03:49:38.550 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.enable_thread_tracking: 0 2024-05-09T03:49:38.550 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.enable_pipelined_write: 0 2024-05-09T03:49:38.550 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.unordered_write: 0 2024-05-09T03:49:38.550 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-05-09T03:49:38.550 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-05-09T03:49:38.550 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-05-09T03:49:38.550 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-05-09T03:49:38.550 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.row_cache: None 2024-05-09T03:49:38.550 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.wal_filter: None 2024-05-09T03:49:38.550 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-05-09T03:49:38.550 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.allow_ingest_behind: 0 2024-05-09T03:49:38.551 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.two_write_queues: 0 2024-05-09T03:49:38.551 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.manual_wal_flush: 0 2024-05-09T03:49:38.551 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.wal_compression: 0 2024-05-09T03:49:38.551 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.atomic_flush: 0 2024-05-09T03:49:38.551 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-05-09T03:49:38.551 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-05-09T03:49:38.551 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-05-09T03:49:38.551 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.log_readahead_size: 0 2024-05-09T03:49:38.551 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-05-09T03:49:38.551 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.best_efforts_recovery: 0 2024-05-09T03:49:38.551 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-05-09T03:49:38.551 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-05-09T03:49:38.551 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.allow_data_in_errors: 0 2024-05-09T03:49:38.551 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.db_host_id: __hostname__ 2024-05-09T03:49:38.551 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-05-09T03:49:38.552 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.max_background_jobs: 2 2024-05-09T03:49:38.552 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.max_background_compactions: -1 2024-05-09T03:49:38.552 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.max_subcompactions: 1 2024-05-09T03:49:38.552 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-05-09T03:49:38.552 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-05-09T03:49:38.552 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-05-09T03:49:38.552 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.max_total_wal_size: 0 2024-05-09T03:49:38.552 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-05-09T03:49:38.552 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-05-09T03:49:38.552 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-05-09T03:49:38.552 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-05-09T03:49:38.552 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.max_open_files: -1 2024-05-09T03:49:38.552 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.bytes_per_sync: 0 2024-05-09T03:49:38.552 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-05-09T03:49:38.553 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-05-09T03:49:38.553 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.compaction_readahead_size: 0 2024-05-09T03:49:38.553 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.max_background_flushes: -1 2024-05-09T03:49:38.553 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Compression algorithms supported: 2024-05-09T03:49:38.553 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-05-09T03:49:38.553 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: kZSTD supported: 0 2024-05-09T03:49:38.553 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: kXpressCompression supported: 0 2024-05-09T03:49:38.553 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: kLZ4HCCompression supported: 1 2024-05-09T03:49:38.553 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: kZlibCompression supported: 1 2024-05-09T03:49:38.553 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: kSnappyCompression supported: 1 2024-05-09T03:49:38.553 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: kLZ4Compression supported: 1 2024-05-09T03:49:38.553 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: kBZip2Compression supported: 0 2024-05-09T03:49:38.553 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-05-09T03:49:38.553 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-05-09T03:49:38.553 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000010 2024-05-09T03:49:38.555 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-05-09T03:49:38.555 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-05-09T03:49:38.555 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.merge_operator: 2024-05-09T03:49:38.555 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.compaction_filter: None 2024-05-09T03:49:38.555 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.compaction_filter_factory: None 2024-05-09T03:49:38.555 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.sst_partitioner_factory: None 2024-05-09T03:49:38.555 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-05-09T03:49:38.555 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-05-09T03:49:38.555 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55efcd3b5fc0) 2024-05-09T03:49:38.555 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: cache_index_and_filter_blocks: 1 2024-05-09T03:49:38.556 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: cache_index_and_filter_blocks_with_high_priority: 0 2024-05-09T03:49:38.556 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-05-09T03:49:38.556 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: pin_top_level_index_and_filter: 1 2024-05-09T03:49:38.556 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: index_type: 0 2024-05-09T03:49:38.556 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: data_block_index_type: 0 2024-05-09T03:49:38.556 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: index_shortening: 1 2024-05-09T03:49:38.556 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: data_block_hash_table_util_ratio: 0.750000 2024-05-09T03:49:38.556 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: checksum: 4 2024-05-09T03:49:38.556 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: no_block_cache: 0 2024-05-09T03:49:38.556 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: block_cache: 0x55efcd3b71f0 2024-05-09T03:49:38.556 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: block_cache_name: BinnedLRUCache 2024-05-09T03:49:38.556 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: block_cache_options: 2024-05-09T03:49:38.556 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: capacity : 536870912 2024-05-09T03:49:38.557 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: num_shard_bits : 4 2024-05-09T03:49:38.557 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: strict_capacity_limit : 0 2024-05-09T03:49:38.557 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: high_pri_pool_ratio: 0.000 2024-05-09T03:49:38.557 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: block_cache_compressed: (nil) 2024-05-09T03:49:38.557 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: persistent_cache: (nil) 2024-05-09T03:49:38.557 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: block_size: 4096 2024-05-09T03:49:38.557 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: block_size_deviation: 10 2024-05-09T03:49:38.557 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: block_restart_interval: 16 2024-05-09T03:49:38.557 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: index_block_restart_interval: 1 2024-05-09T03:49:38.557 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: metadata_block_size: 4096 2024-05-09T03:49:38.557 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: partition_filters: 0 2024-05-09T03:49:38.557 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: use_delta_encoding: 1 2024-05-09T03:49:38.557 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: filter_policy: bloomfilter 2024-05-09T03:49:38.557 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: whole_key_filtering: 1 2024-05-09T03:49:38.558 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: verify_compression: 0 2024-05-09T03:49:38.558 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: read_amp_bytes_per_bit: 0 2024-05-09T03:49:38.558 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: format_version: 5 2024-05-09T03:49:38.558 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: enable_index_compression: 1 2024-05-09T03:49:38.558 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: block_align: 0 2024-05-09T03:49:38.558 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: max_auto_readahead_size: 262144 2024-05-09T03:49:38.558 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: prepopulate_block_cache: 0 2024-05-09T03:49:38.558 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: initial_auto_readahead_size: 8192 2024-05-09T03:49:38.558 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: num_file_reads_for_auto_readahead: 2 2024-05-09T03:49:38.558 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.write_buffer_size: 33554432 2024-05-09T03:49:38.558 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.max_write_buffer_number: 2 2024-05-09T03:49:38.558 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.compression: NoCompression 2024-05-09T03:49:38.558 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.bottommost_compression: Disabled 2024-05-09T03:49:38.558 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.prefix_extractor: nullptr 2024-05-09T03:49:38.558 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-05-09T03:49:38.559 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.num_levels: 7 2024-05-09T03:49:38.559 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-05-09T03:49:38.559 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-05-09T03:49:38.559 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-05-09T03:49:38.559 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-05-09T03:49:38.559 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-05-09T03:49:38.559 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-05-09T03:49:38.559 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-05-09T03:49:38.559 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-05-09T03:49:38.559 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-05-09T03:49:38.559 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-05-09T03:49:38.559 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-05-09T03:49:38.559 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-05-09T03:49:38.559 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-05-09T03:49:38.559 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.compression_opts.level: 32767 2024-05-09T03:49:38.560 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.compression_opts.strategy: 0 2024-05-09T03:49:38.560 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-05-09T03:49:38.560 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-05-09T03:49:38.560 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-05-09T03:49:38.560 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-05-09T03:49:38.560 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.compression_opts.enabled: false 2024-05-09T03:49:38.560 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-05-09T03:49:38.560 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-05-09T03:49:38.560 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-05-09T03:49:38.560 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-05-09T03:49:38.560 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.target_file_size_base: 67108864 2024-05-09T03:49:38.560 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-05-09T03:49:38.560 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-05-09T03:49:38.560 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-05-09T03:49:38.560 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-05-09T03:49:38.561 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-05-09T03:49:38.561 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-05-09T03:49:38.561 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-05-09T03:49:38.561 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-05-09T03:49:38.561 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-05-09T03:49:38.561 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-05-09T03:49:38.561 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-05-09T03:49:38.561 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-05-09T03:49:38.561 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-05-09T03:49:38.561 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-05-09T03:49:38.561 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.arena_block_size: 1048576 2024-05-09T03:49:38.561 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-05-09T03:49:38.561 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-05-09T03:49:38.561 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.disable_auto_compactions: 0 2024-05-09T03:49:38.561 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-05-09T03:49:38.562 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-05-09T03:49:38.562 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-05-09T03:49:38.562 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-05-09T03:49:38.562 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-05-09T03:49:38.562 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-05-09T03:49:38.562 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-05-09T03:49:38.562 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-05-09T03:49:38.562 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-05-09T03:49:38.562 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-05-09T03:49:38.562 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-05-09T03:49:38.562 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.inplace_update_support: 0 2024-05-09T03:49:38.562 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-05-09T03:49:38.562 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-05-09T03:49:38.563 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-05-09T03:49:38.563 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-05-09T03:49:38.563 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.bloom_locality: 0 2024-05-09T03:49:38.563 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.max_successive_merges: 0 2024-05-09T03:49:38.563 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-05-09T03:49:38.563 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.paranoid_file_checks: 0 2024-05-09T03:49:38.563 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.force_consistency_checks: 1 2024-05-09T03:49:38.563 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.report_bg_io_stats: 0 2024-05-09T03:49:38.563 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.ttl: 2592000 2024-05-09T03:49:38.563 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-05-09T03:49:38.563 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-05-09T03:49:38.563 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-05-09T03:49:38.563 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.enable_blob_files: false 2024-05-09T03:49:38.563 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.min_blob_size: 0 2024-05-09T03:49:38.564 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.blob_file_size: 268435456 2024-05-09T03:49:38.564 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-05-09T03:49:38.564 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-05-09T03:49:38.564 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-05-09T03:49:38.564 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-05-09T03:49:38.564 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-05-09T03:49:38.564 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.blob_file_starting_level: 0 2024-05-09T03:49:38.564 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-05-09T03:49:38.564 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 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-09T03:49:38.564 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-05-09T03:49:38.564 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 3472beed-1479-41ed-9e59-0569d3b8a292 2024-05-09T03:49:38.564 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1715226578197070, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-05-09T03:49:38.565 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.191+0000 7f687162cc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-05-09T03:49:38.565 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.211+0000 7f687162cc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1715226578214055, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 3560182, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 6, "largest_seqno": 4291, "table_properties": {"data_size": 3546477, "index_size": 7731, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 4933, "raw_key_size": 47930, "raw_average_key_size": 24, "raw_value_size": 3508847, "raw_average_value_size": 1796, "num_data_blocks": 360, "num_entries": 1953, "num_filter_entries": 1953, "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": 1715226578, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "3472beed-1479-41ed-9e59-0569d3b8a292", "db_session_id": "4TSHFX39X7I03KNWXIUT", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-05-09T03:49:38.565 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.211+0000 7f687162cc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1715226578214205, "job": 1, "event": "recovery_finished"} 2024-05-09T03:49:38.565 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.211+0000 7f687162cc80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-05-09T03:49:38.565 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.215+0000 7f687162cc80 4 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-09T03:49:38.565 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.215+0000 7f687162cc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55efcd4d8000 2024-05-09T03:49:38.565 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.215+0000 7f687162cc80 4 rocksdb: DB pointer 0x55efcd4c4000 2024-05-09T03:49:38.565 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.215+0000 7f685fd81700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-05-09T03:49:38.565 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.215+0000 7f685fd81700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-05-09T03:49:38.565 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: ** DB Stats ** 2024-05-09T03:49:38.565 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: Uptime(secs): 0.0 total, 0.0 interval 2024-05-09T03:49:38.565 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: 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-09T03:49:38.565 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-09T03:49:38.565 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-09T03:49:38.566 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: 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-09T03:49:38.566 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-09T03:49:38.566 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-09T03:49:38.566 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: ** Compaction Stats [default] ** 2024-05-09T03:49:38.566 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: 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-09T03:49:38.566 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-05-09T03:49:38.566 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: L0 2/0 3.40 MB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 591.1 0.01 0.00 1 0.006 0 0 0.0 0.0 2024-05-09T03:49:38.566 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: Sum 2/0 3.40 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 591.1 0.01 0.00 1 0.006 0 0 0.0 0.0 2024-05-09T03:49:38.566 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 591.1 0.01 0.00 1 0.006 0 0 0.0 0.0 2024-05-09T03:49:38.566 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: ** Compaction Stats [default] ** 2024-05-09T03:49:38.566 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: 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-09T03:49:38.566 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-05-09T03:49:38.567 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 591.1 0.01 0.00 1 0.006 0 0 0.0 0.0 2024-05-09T03:49:38.567 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-05-09T03:49:38.567 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: Uptime(secs): 0.0 total, 0.0 interval 2024-05-09T03:49:38.567 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: Flush(GB): cumulative 0.003, interval 0.003 2024-05-09T03:49:38.567 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: AddFile(GB): cumulative 0.000, interval 0.000 2024-05-09T03:49:38.567 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: AddFile(Total Files): cumulative 0, interval 0 2024-05-09T03:49:38.567 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: AddFile(L0 Files): cumulative 0, interval 0 2024-05-09T03:49:38.567 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: AddFile(Keys): cumulative 0, interval 0 2024-05-09T03:49:38.567 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: Cumulative compaction: 0.00 GB write, 151.63 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-09T03:49:38.568 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: Interval compaction: 0.00 GB write, 151.63 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-09T03:49:38.568 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: 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-09T03:49:38.568 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: Block cache BinnedLRUCache@0x55efcd3b71f0#7 capacity: 512.00 MB usage: 13.33 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.6e-05 secs_since: 0 2024-05-09T03:49:38.568 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: Block cache entry stats(count,size,portion): FilterBlock(2,5.14 KB,0.000980496%) IndexBlock(2,8.19 KB,0.00156164%) Misc(1,0.00 KB,0%) 2024-05-09T03:49:38.568 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: ** File Read Latency Histogram By Level [default] ** 2024-05-09T03:49:38.568 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.215+0000 7f687162cc80 0 starting mon.b rank 1 at public addrs [v2:172.21.15.100:3300/0,v1:172.21.15.100:6789/0] at bind addrs [v2:172.21.15.100:3300/0,v1:172.21.15.100:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid d6ec865c-0db5-11ef-bc97-c7b262605968 2024-05-09T03:49:38.568 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.215+0000 7f687162cc80 1 mon.b@-1(???) e2 preinit fsid d6ec865c-0db5-11ef-bc97-c7b262605968 2024-05-09T03:49:38.568 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.215+0000 7f687162cc80 0 mon.b@-1(???).mds e1 new map 2024-05-09T03:49:38.568 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.215+0000 7f687162cc80 0 mon.b@-1(???).mds e1 print_map 2024-05-09T03:49:38.569 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: e1 2024-05-09T03:49:38.569 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: enable_multiple, ever_enabled_multiple: 1,1 2024-05-09T03:49:38.569 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: 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-09T03:49:38.569 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: legacy client fscid: -1 2024-05-09T03:49:38.569 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: 2024-05-09T03:49:38.569 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: No filesystems configured 2024-05-09T03:49:38.569 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.215+0000 7f687162cc80 0 mon.b@-1(???).osd e14 crush map has features 3314932999778484224, adjusting msgr requires 2024-05-09T03:49:38.569 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.215+0000 7f687162cc80 0 mon.b@-1(???).osd e14 crush map has features 288514050185494528, adjusting msgr requires 2024-05-09T03:49:38.569 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.215+0000 7f687162cc80 0 mon.b@-1(???).osd e14 crush map has features 288514050185494528, adjusting msgr requires 2024-05-09T03:49:38.569 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.215+0000 7f687162cc80 0 mon.b@-1(???).osd e14 crush map has features 288514050185494528, adjusting msgr requires 2024-05-09T03:49:38.569 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:38 smithi100 bash[31105]: debug 2024-05-09T03:49:38.215+0000 7f687162cc80 1 mon.b@-1(???).paxosservice(auth 1..8) refresh upgraded, format 0 -> 3 2024-05-09T03:49:40.535 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/mon.a/config 2024-05-09T03:49:40.880 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:40 smithi060 bash[37609]: cluster 2024-05-09T03:49:38.223647+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v157: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:49:40.880 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:40 smithi060 bash[37609]: cluster 2024-05-09T03:49:38.223647+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v157: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:49:40.880 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:40 smithi060 bash[37609]: cluster 2024-05-09T03:49:39.619525+0000 mon.a (mon.0) 19 : cluster [INF] mon.a calling monitor election 2024-05-09T03:49:40.880 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:40 smithi060 bash[37609]: cluster 2024-05-09T03:49:39.619525+0000 mon.a (mon.0) 19 : cluster [INF] mon.a calling monitor election 2024-05-09T03:49:40.881 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:40 smithi060 bash[37609]: cluster 2024-05-09T03:49:39.619784+0000 mon.b (mon.1) 1 : cluster [INF] mon.b calling monitor election 2024-05-09T03:49:40.881 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:40 smithi060 bash[37609]: cluster 2024-05-09T03:49:39.619784+0000 mon.b (mon.1) 1 : cluster [INF] mon.b calling monitor election 2024-05-09T03:49:40.881 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:40 smithi060 bash[37609]: cluster 2024-05-09T03:49:39.640786+0000 mon.a (mon.0) 20 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-05-09T03:49:40.881 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:40 smithi060 bash[37609]: cluster 2024-05-09T03:49:39.640786+0000 mon.a (mon.0) 20 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-05-09T03:49:40.881 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:40 smithi060 bash[37609]: cluster 2024-05-09T03:49:39.652334+0000 mon.a (mon.0) 21 : cluster [DBG] monmap epoch 2 2024-05-09T03:49:40.881 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:40 smithi060 bash[37609]: cluster 2024-05-09T03:49:39.652334+0000 mon.a (mon.0) 21 : cluster [DBG] monmap epoch 2 2024-05-09T03:49:40.881 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:40 smithi060 bash[37609]: cluster 2024-05-09T03:49:39.652390+0000 mon.a (mon.0) 22 : cluster [DBG] fsid d6ec865c-0db5-11ef-bc97-c7b262605968 2024-05-09T03:49:40.881 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:40 smithi060 bash[37609]: cluster 2024-05-09T03:49:39.652390+0000 mon.a (mon.0) 22 : cluster [DBG] fsid d6ec865c-0db5-11ef-bc97-c7b262605968 2024-05-09T03:49:40.881 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:40 smithi060 bash[37609]: cluster 2024-05-09T03:49:39.652409+0000 mon.a (mon.0) 23 : cluster [DBG] last_changed 2024-05-09T03:45:32.514477+0000 2024-05-09T03:49:40.881 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:40 smithi060 bash[37609]: cluster 2024-05-09T03:49:39.652409+0000 mon.a (mon.0) 23 : cluster [DBG] last_changed 2024-05-09T03:45:32.514477+0000 2024-05-09T03:49:40.881 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:40 smithi060 bash[37609]: cluster 2024-05-09T03:49:39.652426+0000 mon.a (mon.0) 24 : cluster [DBG] created 2024-05-09T03:43:20.084743+0000 2024-05-09T03:49:40.881 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:40 smithi060 bash[37609]: cluster 2024-05-09T03:49:39.652426+0000 mon.a (mon.0) 24 : cluster [DBG] created 2024-05-09T03:43:20.084743+0000 2024-05-09T03:49:40.881 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:40 smithi060 bash[37609]: cluster 2024-05-09T03:49:39.652444+0000 mon.a (mon.0) 25 : cluster [DBG] min_mon_release 19 (squid) 2024-05-09T03:49:40.881 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:40 smithi060 bash[37609]: cluster 2024-05-09T03:49:39.652444+0000 mon.a (mon.0) 25 : cluster [DBG] min_mon_release 19 (squid) 2024-05-09T03:49:40.882 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:40 smithi060 bash[37609]: cluster 2024-05-09T03:49:39.652466+0000 mon.a (mon.0) 26 : cluster [DBG] election_strategy: 1 2024-05-09T03:49:40.882 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:40 smithi060 bash[37609]: cluster 2024-05-09T03:49:39.652466+0000 mon.a (mon.0) 26 : cluster [DBG] election_strategy: 1 2024-05-09T03:49:40.882 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:40 smithi060 bash[37609]: cluster 2024-05-09T03:49:39.652488+0000 mon.a (mon.0) 27 : cluster [DBG] 0: [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] mon.a 2024-05-09T03:49:40.882 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:40 smithi060 bash[37609]: cluster 2024-05-09T03:49:39.652488+0000 mon.a (mon.0) 27 : cluster [DBG] 0: [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] mon.a 2024-05-09T03:49:40.882 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:40 smithi060 bash[37609]: cluster 2024-05-09T03:49:39.652511+0000 mon.a (mon.0) 28 : cluster [DBG] 1: [v2:172.21.15.100:3300/0,v1:172.21.15.100:6789/0] mon.b 2024-05-09T03:49:40.882 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:40 smithi060 bash[37609]: cluster 2024-05-09T03:49:39.652511+0000 mon.a (mon.0) 28 : cluster [DBG] 1: [v2:172.21.15.100:3300/0,v1:172.21.15.100:6789/0] mon.b 2024-05-09T03:49:40.882 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:40 smithi060 bash[37609]: cluster 2024-05-09T03:49:39.672071+0000 mon.a (mon.0) 29 : cluster [DBG] fsmap 2024-05-09T03:49:40.882 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:40 smithi060 bash[37609]: cluster 2024-05-09T03:49:39.672071+0000 mon.a (mon.0) 29 : cluster [DBG] fsmap 2024-05-09T03:49:40.882 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:40 smithi060 bash[37609]: cluster 2024-05-09T03:49:39.672158+0000 mon.a (mon.0) 30 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-05-09T03:49:40.882 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:40 smithi060 bash[37609]: cluster 2024-05-09T03:49:39.672158+0000 mon.a (mon.0) 30 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-05-09T03:49:40.882 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:40 smithi060 bash[37609]: cluster 2024-05-09T03:49:39.672640+0000 mon.a (mon.0) 31 : cluster [DBG] mgrmap e14: a(active, since 5m), standbys: b 2024-05-09T03:49:40.882 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:40 smithi060 bash[37609]: cluster 2024-05-09T03:49:39.672640+0000 mon.a (mon.0) 31 : cluster [DBG] mgrmap e14: a(active, since 5m), standbys: b 2024-05-09T03:49:40.882 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:40 smithi060 bash[37609]: cluster 2024-05-09T03:49:39.672923+0000 mon.a (mon.0) 32 : cluster [INF] overall HEALTH_OK 2024-05-09T03:49:40.883 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:40 smithi060 bash[37609]: cluster 2024-05-09T03:49:39.672923+0000 mon.a (mon.0) 32 : cluster [INF] overall HEALTH_OK 2024-05-09T03:49:40.883 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:40 smithi060 bash[37609]: audit 2024-05-09T03:49:39.680114+0000 mon.a (mon.0) 33 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:49:40.883 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:40 smithi060 bash[37609]: audit 2024-05-09T03:49:39.680114+0000 mon.a (mon.0) 33 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:49:40.883 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:40 smithi060 bash[37609]: audit 2024-05-09T03:49:39.689868+0000 mon.a (mon.0) 34 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:49:40.883 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:40 smithi060 bash[37609]: audit 2024-05-09T03:49:39.689868+0000 mon.a (mon.0) 34 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:49:40.883 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:40 smithi060 bash[37609]: audit 2024-05-09T03:49:39.699143+0000 mon.a (mon.0) 35 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T03:49:40.883 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:40 smithi060 bash[37609]: audit 2024-05-09T03:49:39.699143+0000 mon.a (mon.0) 35 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T03:49:40.883 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:40 smithi060 bash[37609]: cluster 2024-05-09T03:49:40.223976+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v158: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:49:40.883 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:40 smithi060 bash[37609]: cluster 2024-05-09T03:49:40.223976+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v158: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:49:41.045 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:40 smithi100 bash[31105]: cluster 2024-05-09T03:49:38.223647+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v157: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:49:41.045 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:40 smithi100 bash[31105]: cluster 2024-05-09T03:49:38.223647+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v157: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:49:41.045 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:40 smithi100 bash[31105]: cluster 2024-05-09T03:49:39.619525+0000 mon.a (mon.0) 19 : cluster [INF] mon.a calling monitor election 2024-05-09T03:49:41.045 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:40 smithi100 bash[31105]: cluster 2024-05-09T03:49:39.619525+0000 mon.a (mon.0) 19 : cluster [INF] mon.a calling monitor election 2024-05-09T03:49:41.046 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:40 smithi100 bash[31105]: cluster 2024-05-09T03:49:39.619784+0000 mon.b (mon.1) 1 : cluster [INF] mon.b calling monitor election 2024-05-09T03:49:41.046 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:40 smithi100 bash[31105]: cluster 2024-05-09T03:49:39.619784+0000 mon.b (mon.1) 1 : cluster [INF] mon.b calling monitor election 2024-05-09T03:49:41.046 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:40 smithi100 bash[31105]: cluster 2024-05-09T03:49:39.640786+0000 mon.a (mon.0) 20 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-05-09T03:49:41.046 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:40 smithi100 bash[31105]: cluster 2024-05-09T03:49:39.640786+0000 mon.a (mon.0) 20 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-05-09T03:49:41.046 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:40 smithi100 bash[31105]: cluster 2024-05-09T03:49:39.652334+0000 mon.a (mon.0) 21 : cluster [DBG] monmap epoch 2 2024-05-09T03:49:41.046 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:40 smithi100 bash[31105]: cluster 2024-05-09T03:49:39.652334+0000 mon.a (mon.0) 21 : cluster [DBG] monmap epoch 2 2024-05-09T03:49:41.046 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:40 smithi100 bash[31105]: cluster 2024-05-09T03:49:39.652390+0000 mon.a (mon.0) 22 : cluster [DBG] fsid d6ec865c-0db5-11ef-bc97-c7b262605968 2024-05-09T03:49:41.046 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:40 smithi100 bash[31105]: cluster 2024-05-09T03:49:39.652390+0000 mon.a (mon.0) 22 : cluster [DBG] fsid d6ec865c-0db5-11ef-bc97-c7b262605968 2024-05-09T03:49:41.046 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:40 smithi100 bash[31105]: cluster 2024-05-09T03:49:39.652409+0000 mon.a (mon.0) 23 : cluster [DBG] last_changed 2024-05-09T03:45:32.514477+0000 2024-05-09T03:49:41.046 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:40 smithi100 bash[31105]: cluster 2024-05-09T03:49:39.652409+0000 mon.a (mon.0) 23 : cluster [DBG] last_changed 2024-05-09T03:45:32.514477+0000 2024-05-09T03:49:41.046 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:40 smithi100 bash[31105]: cluster 2024-05-09T03:49:39.652426+0000 mon.a (mon.0) 24 : cluster [DBG] created 2024-05-09T03:43:20.084743+0000 2024-05-09T03:49:41.046 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:40 smithi100 bash[31105]: cluster 2024-05-09T03:49:39.652426+0000 mon.a (mon.0) 24 : cluster [DBG] created 2024-05-09T03:43:20.084743+0000 2024-05-09T03:49:41.046 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:40 smithi100 bash[31105]: cluster 2024-05-09T03:49:39.652444+0000 mon.a (mon.0) 25 : cluster [DBG] min_mon_release 19 (squid) 2024-05-09T03:49:41.047 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:40 smithi100 bash[31105]: cluster 2024-05-09T03:49:39.652444+0000 mon.a (mon.0) 25 : cluster [DBG] min_mon_release 19 (squid) 2024-05-09T03:49:41.047 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:40 smithi100 bash[31105]: cluster 2024-05-09T03:49:39.652466+0000 mon.a (mon.0) 26 : cluster [DBG] election_strategy: 1 2024-05-09T03:49:41.047 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:40 smithi100 bash[31105]: cluster 2024-05-09T03:49:39.652466+0000 mon.a (mon.0) 26 : cluster [DBG] election_strategy: 1 2024-05-09T03:49:41.047 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:40 smithi100 bash[31105]: cluster 2024-05-09T03:49:39.652488+0000 mon.a (mon.0) 27 : cluster [DBG] 0: [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] mon.a 2024-05-09T03:49:41.047 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:40 smithi100 bash[31105]: cluster 2024-05-09T03:49:39.652488+0000 mon.a (mon.0) 27 : cluster [DBG] 0: [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] mon.a 2024-05-09T03:49:41.047 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:40 smithi100 bash[31105]: cluster 2024-05-09T03:49:39.652511+0000 mon.a (mon.0) 28 : cluster [DBG] 1: [v2:172.21.15.100:3300/0,v1:172.21.15.100:6789/0] mon.b 2024-05-09T03:49:41.047 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:40 smithi100 bash[31105]: cluster 2024-05-09T03:49:39.652511+0000 mon.a (mon.0) 28 : cluster [DBG] 1: [v2:172.21.15.100:3300/0,v1:172.21.15.100:6789/0] mon.b 2024-05-09T03:49:41.047 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:40 smithi100 bash[31105]: cluster 2024-05-09T03:49:39.672071+0000 mon.a (mon.0) 29 : cluster [DBG] fsmap 2024-05-09T03:49:41.047 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:40 smithi100 bash[31105]: cluster 2024-05-09T03:49:39.672071+0000 mon.a (mon.0) 29 : cluster [DBG] fsmap 2024-05-09T03:49:41.047 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:40 smithi100 bash[31105]: cluster 2024-05-09T03:49:39.672158+0000 mon.a (mon.0) 30 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-05-09T03:49:41.047 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:40 smithi100 bash[31105]: cluster 2024-05-09T03:49:39.672158+0000 mon.a (mon.0) 30 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-05-09T03:49:41.047 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:40 smithi100 bash[31105]: cluster 2024-05-09T03:49:39.672640+0000 mon.a (mon.0) 31 : cluster [DBG] mgrmap e14: a(active, since 5m), standbys: b 2024-05-09T03:49:41.047 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:40 smithi100 bash[31105]: cluster 2024-05-09T03:49:39.672640+0000 mon.a (mon.0) 31 : cluster [DBG] mgrmap e14: a(active, since 5m), standbys: b 2024-05-09T03:49:41.047 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:40 smithi100 bash[31105]: cluster 2024-05-09T03:49:39.672923+0000 mon.a (mon.0) 32 : cluster [INF] overall HEALTH_OK 2024-05-09T03:49:41.047 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:40 smithi100 bash[31105]: cluster 2024-05-09T03:49:39.672923+0000 mon.a (mon.0) 32 : cluster [INF] overall HEALTH_OK 2024-05-09T03:49:41.048 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:40 smithi100 bash[31105]: audit 2024-05-09T03:49:39.680114+0000 mon.a (mon.0) 33 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:49:41.048 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:40 smithi100 bash[31105]: audit 2024-05-09T03:49:39.680114+0000 mon.a (mon.0) 33 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:49:41.048 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:40 smithi100 bash[31105]: audit 2024-05-09T03:49:39.689868+0000 mon.a (mon.0) 34 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:49:41.048 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:40 smithi100 bash[31105]: audit 2024-05-09T03:49:39.689868+0000 mon.a (mon.0) 34 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:49:41.048 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:40 smithi100 bash[31105]: audit 2024-05-09T03:49:39.699143+0000 mon.a (mon.0) 35 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T03:49:41.048 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:40 smithi100 bash[31105]: audit 2024-05-09T03:49:39.699143+0000 mon.a (mon.0) 35 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T03:49:41.048 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:40 smithi100 bash[31105]: cluster 2024-05-09T03:49:40.223976+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v158: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:49:41.048 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:40 smithi100 bash[31105]: cluster 2024-05-09T03:49:40.223976+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v158: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:49:41.809 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-05-09T03:49:41.809 INFO:teuthology.orchestra.run.smithi060.stdout:[{"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-09T03:49:21.875633Z 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-09T03:48:44.006380Z", "last_refresh": "2024-05-09T03:49:27.274688Z", "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-09T03:48:46.334161Z 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-09T03:48:43.997779Z", "last_refresh": "2024-05-09T03:49:27.274293Z", "running": 2, "size": 2}}, {"events": ["2024-05-09T03:45:53.570384Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060=a", "smithi100=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-05-09T03:45:50.606762Z", "last_refresh": "2024-05-09T03:49:27.273664Z", "running": 2, "size": 2}}, {"events": ["2024-05-09T03:48:44.026834Z 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-09T03:48:43.989911Z", "running": 0, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "af4a4df59e0ae3833b4409b12cb7db15106e9e87264b888efc4bb545bee0fce2", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:05de6593b88417234cfc69df4d6993be606178f15beb2e23381c5fdef15b9082", "last_refresh": "2024-05-09T03:49:27.273982Z", "running": 2, "size": 2}, "unmanaged": true}] 2024-05-09T03:49:42.455 INFO:tasks.cephadm:container.bar has 2/2 2024-05-09T03:49:42.455 INFO:teuthology.run_tasks:Running task exec... 2024-05-09T03:49:42.464 INFO:teuthology.task.exec:Executing custom commands... 2024-05-09T03:49:42.464 INFO:teuthology.task.exec:Running commands on role host.a host ubuntu@smithi060.front.sepia.ceph.com 2024-05-09T03:49:42.464 DEBUG:teuthology.orchestra.run.smithi060:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'set -ex 2024-05-09T03:49:42.464 DEBUG:teuthology.orchestra.run.smithi060:> FSID=$(/home/ubuntu/cephtest/cephadm shell -- ceph fsid) 2024-05-09T03:49:42.464 DEBUG:teuthology.orchestra.run.smithi060:> sleep 60 2024-05-09T03:49:42.464 DEBUG:teuthology.orchestra.run.smithi060:> # check extra container and entrypoint args written to mon unit run file 2024-05-09T03:49:42.464 DEBUG:teuthology.orchestra.run.smithi060:> grep "\-\-cpus=2" /var/lib/ceph/$FSID/mon.*/unit.run 2024-05-09T03:49:42.465 DEBUG:teuthology.orchestra.run.smithi060:> grep "\-\-debug_ms 10" /var/lib/ceph/$FSID/mon.*/unit.run 2024-05-09T03:49:42.465 DEBUG:teuthology.orchestra.run.smithi060:> # check that custom container properly wrote content to file. 2024-05-09T03:49:42.465 DEBUG:teuthology.orchestra.run.smithi060:> # This requires the custom config, extra container args, and 2024-05-09T03:49:42.465 DEBUG:teuthology.orchestra.run.smithi060:> # entrypoint args to all be working in order for this to have 2024-05-09T03:49:42.465 DEBUG:teuthology.orchestra.run.smithi060:> # been written. The container entrypoint was set up with custom_configs, 2024-05-09T03:49:42.465 DEBUG:teuthology.orchestra.run.smithi060:> # the content and where to write to with the entrypoint args, and the mounting 2024-05-09T03:49:42.465 DEBUG:teuthology.orchestra.run.smithi060:> # of the /etc/cephadm_testing dir with extra container args 2024-05-09T03:49:42.465 DEBUG:teuthology.orchestra.run.smithi060:> grep "testing_custom_containers" /etc/cephadm_testing/testing.txt 2024-05-09T03:49:42.465 DEBUG:teuthology.orchestra.run.smithi060:> # Verify that container bar'"'"'s init containers and primary container 2024-05-09T03:49:42.465 DEBUG:teuthology.orchestra.run.smithi060:> # ran successfully 2024-05-09T03:49:42.465 DEBUG:teuthology.orchestra.run.smithi060:> dir=$(find /var/lib/ceph/$FSID -maxdepth 1 -type d -name '"'"'container.bar.*'"'"') 2024-05-09T03:49:42.465 DEBUG:teuthology.orchestra.run.smithi060:> test -n "$dir" 2024-05-09T03:49:42.465 DEBUG:teuthology.orchestra.run.smithi060:> grep ok ${dir}/data/primary.txt 2024-05-09T03:49:42.465 DEBUG:teuthology.orchestra.run.smithi060:> grep from=centos ${dir}/data/from.txt 2024-05-09T03:49:42.465 DEBUG:teuthology.orchestra.run.smithi060:> test -s ${dir}/data/presized.dat 2024-05-09T03:49:42.465 DEBUG:teuthology.orchestra.run.smithi060:> ' 2024-05-09T03:49:42.479 INFO:teuthology.orchestra.run.smithi060.stderr:++ /home/ubuntu/cephtest/cephadm shell -- ceph fsid 2024-05-09T03:49:43.545 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:43 smithi100 bash[31105]: audit 2024-05-09T03:49:41.806317+0000 mgr.a (mgr.14152) 210 : audit [DBG] from='client.34104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-09T03:49:43.545 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:43 smithi100 bash[31105]: audit 2024-05-09T03:49:41.806317+0000 mgr.a (mgr.14152) 210 : audit [DBG] from='client.34104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-09T03:49:43.545 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:43 smithi100 bash[31105]: cluster 2024-05-09T03:49:42.224409+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v159: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:49:43.545 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:43 smithi100 bash[31105]: cluster 2024-05-09T03:49:42.224409+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v159: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:49:43.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:43 smithi060 bash[37609]: audit 2024-05-09T03:49:41.806317+0000 mgr.a (mgr.14152) 210 : audit [DBG] from='client.34104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-09T03:49:43.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:43 smithi060 bash[37609]: audit 2024-05-09T03:49:41.806317+0000 mgr.a (mgr.14152) 210 : audit [DBG] from='client.34104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-09T03:49:43.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:43 smithi060 bash[37609]: cluster 2024-05-09T03:49:42.224409+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v159: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:49:43.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:43 smithi060 bash[37609]: cluster 2024-05-09T03:49:42.224409+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v159: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:49:45.544 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:45 smithi100 bash[31105]: cluster 2024-05-09T03:49:44.225022+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v160: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:49:45.544 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:45 smithi100 bash[31105]: cluster 2024-05-09T03:49:44.225022+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v160: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:49:45.544 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:45 smithi100 bash[31105]: audit 2024-05-09T03:49:45.087627+0000 mon.a (mon.0) 36 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:49:45.544 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:45 smithi100 bash[31105]: audit 2024-05-09T03:49:45.087627+0000 mon.a (mon.0) 36 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:49:45.545 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:45 smithi100 bash[31105]: audit 2024-05-09T03:49:45.091844+0000 mon.a (mon.0) 37 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:49:45.545 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:45 smithi100 bash[31105]: audit 2024-05-09T03:49:45.091844+0000 mon.a (mon.0) 37 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:49:45.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:45 smithi060 bash[37609]: cluster 2024-05-09T03:49:44.225022+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v160: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:49:45.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:45 smithi060 bash[37609]: cluster 2024-05-09T03:49:44.225022+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v160: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:49:45.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:45 smithi060 bash[37609]: audit 2024-05-09T03:49:45.087627+0000 mon.a (mon.0) 36 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:49:45.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:45 smithi060 bash[37609]: audit 2024-05-09T03:49:45.087627+0000 mon.a (mon.0) 36 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:49:45.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:45 smithi060 bash[37609]: audit 2024-05-09T03:49:45.091844+0000 mon.a (mon.0) 37 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:49:45.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:45 smithi060 bash[37609]: audit 2024-05-09T03:49:45.091844+0000 mon.a (mon.0) 37 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:49:46.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:46 smithi060 bash[37609]: audit 2024-05-09T03:49:45.292268+0000 mon.a (mon.0) 38 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:49:46.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:46 smithi060 bash[37609]: audit 2024-05-09T03:49:45.292268+0000 mon.a (mon.0) 38 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:49:46.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:46 smithi060 bash[37609]: audit 2024-05-09T03:49:45.298988+0000 mon.a (mon.0) 39 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:49:46.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:46 smithi060 bash[37609]: audit 2024-05-09T03:49:45.298988+0000 mon.a (mon.0) 39 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:49:46.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:46 smithi060 bash[37609]: audit 2024-05-09T03:49:45.949152+0000 mon.a (mon.0) 40 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:49:46.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:46 smithi060 bash[37609]: audit 2024-05-09T03:49:45.949152+0000 mon.a (mon.0) 40 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:49:46.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:46 smithi060 bash[37609]: audit 2024-05-09T03:49:45.950915+0000 mon.a (mon.0) 41 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T03:49:46.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:46 smithi060 bash[37609]: audit 2024-05-09T03:49:45.950915+0000 mon.a (mon.0) 41 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T03:49:46.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:46 smithi060 bash[37609]: audit 2024-05-09T03:49:45.960911+0000 mon.a (mon.0) 42 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:49:46.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:46 smithi060 bash[37609]: audit 2024-05-09T03:49:45.960911+0000 mon.a (mon.0) 42 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:49:46.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:46 smithi060 bash[37609]: audit 2024-05-09T03:49:46.030458+0000 mon.a (mon.0) 43 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-09T03:49:46.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:46 smithi060 bash[37609]: audit 2024-05-09T03:49:46.030458+0000 mon.a (mon.0) 43 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-09T03:49:46.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:46 smithi060 bash[37609]: audit 2024-05-09T03:49:46.032113+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-09T03:49:46.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:46 smithi060 bash[37609]: audit 2024-05-09T03:49:46.032113+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-09T03:49:46.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:46 smithi060 bash[37609]: audit 2024-05-09T03:49:46.033768+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:49:46.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:46 smithi060 bash[37609]: audit 2024-05-09T03:49:46.033768+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:49:46.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:46 smithi100 bash[31105]: audit 2024-05-09T03:49:45.292268+0000 mon.a (mon.0) 38 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:49:46.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:46 smithi100 bash[31105]: audit 2024-05-09T03:49:45.292268+0000 mon.a (mon.0) 38 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:49:46.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:46 smithi100 bash[31105]: audit 2024-05-09T03:49:45.298988+0000 mon.a (mon.0) 39 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:49:46.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:46 smithi100 bash[31105]: audit 2024-05-09T03:49:45.298988+0000 mon.a (mon.0) 39 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:49:46.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:46 smithi100 bash[31105]: audit 2024-05-09T03:49:45.949152+0000 mon.a (mon.0) 40 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:49:46.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:46 smithi100 bash[31105]: audit 2024-05-09T03:49:45.949152+0000 mon.a (mon.0) 40 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:49:46.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:46 smithi100 bash[31105]: audit 2024-05-09T03:49:45.950915+0000 mon.a (mon.0) 41 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T03:49:46.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:46 smithi100 bash[31105]: audit 2024-05-09T03:49:45.950915+0000 mon.a (mon.0) 41 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T03:49:46.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:46 smithi100 bash[31105]: audit 2024-05-09T03:49:45.960911+0000 mon.a (mon.0) 42 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:49:46.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:46 smithi100 bash[31105]: audit 2024-05-09T03:49:45.960911+0000 mon.a (mon.0) 42 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:49:46.796 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:46 smithi100 bash[31105]: audit 2024-05-09T03:49:46.030458+0000 mon.a (mon.0) 43 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-09T03:49:46.796 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:46 smithi100 bash[31105]: audit 2024-05-09T03:49:46.030458+0000 mon.a (mon.0) 43 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-09T03:49:46.796 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:46 smithi100 bash[31105]: audit 2024-05-09T03:49:46.032113+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-09T03:49:46.796 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:46 smithi100 bash[31105]: audit 2024-05-09T03:49:46.032113+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-09T03:49:46.796 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:46 smithi100 bash[31105]: audit 2024-05-09T03:49:46.033768+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:49:46.796 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:46 smithi100 bash[31105]: audit 2024-05-09T03:49:46.033768+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:49:46.955 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring fsid d6ec865c-0db5-11ef-bc97-c7b262605968 2024-05-09T03:49:47.508 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:47 smithi060 bash[37609]: cephadm 2024-05-09T03:49:46.029742+0000 mgr.a (mgr.14152) 213 : cephadm [INF] Redeploying mon.a, (entrypoint args changed) . . . 2024-05-09T03:49:47.508 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:47 smithi060 bash[37609]: cephadm 2024-05-09T03:49:46.029742+0000 mgr.a (mgr.14152) 213 : cephadm [INF] Redeploying mon.a, (entrypoint args changed) . . . 2024-05-09T03:49:47.508 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:47 smithi060 bash[37609]: cephadm 2024-05-09T03:49:46.035564+0000 mgr.a (mgr.14152) 214 : cephadm [INF] Deploying daemon mon.a on smithi060 2024-05-09T03:49:47.508 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:47 smithi060 bash[37609]: cephadm 2024-05-09T03:49:46.035564+0000 mgr.a (mgr.14152) 214 : cephadm [INF] Deploying daemon mon.a on smithi060 2024-05-09T03:49:47.508 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:47 smithi060 bash[37609]: cluster 2024-05-09T03:49:46.225508+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v161: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:49:47.508 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:47 smithi060 bash[37609]: cluster 2024-05-09T03:49:46.225508+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v161: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:49:47.794 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:47 smithi100 bash[31105]: cephadm 2024-05-09T03:49:46.029742+0000 mgr.a (mgr.14152) 213 : cephadm [INF] Redeploying mon.a, (entrypoint args changed) . . . 2024-05-09T03:49:47.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:47 smithi100 bash[31105]: cephadm 2024-05-09T03:49:46.029742+0000 mgr.a (mgr.14152) 213 : cephadm [INF] Redeploying mon.a, (entrypoint args changed) . . . 2024-05-09T03:49:47.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:47 smithi100 bash[31105]: cephadm 2024-05-09T03:49:46.035564+0000 mgr.a (mgr.14152) 214 : cephadm [INF] Deploying daemon mon.a on smithi060 2024-05-09T03:49:47.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:47 smithi100 bash[31105]: cephadm 2024-05-09T03:49:46.035564+0000 mgr.a (mgr.14152) 214 : cephadm [INF] Deploying daemon mon.a on smithi060 2024-05-09T03:49:47.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:47 smithi100 bash[31105]: cluster 2024-05-09T03:49:46.225508+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v161: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:49:47.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:47 smithi100 bash[31105]: cluster 2024-05-09T03:49:46.225508+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v161: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:49:48.286 INFO:journalctl@ceph.mgr.a.smithi060.stdout:May 09 03:49:48 smithi060 systemd[1]: /etc/systemd/system/ceph-d6ec865c-0db5-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-09T03:49:48.287 INFO:journalctl@ceph.osd.0.smithi060.stdout:May 09 03:49:48 smithi060 systemd[1]: /etc/systemd/system/ceph-d6ec865c-0db5-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-09T03:49:48.287 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:48 smithi060 systemd[1]: /etc/systemd/system/ceph-d6ec865c-0db5-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-09T03:49:48.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:48 smithi060 systemd[1]: Stopping Ceph mon.a for d6ec865c-0db5-11ef-bc97-c7b262605968... 2024-05-09T03:49:48.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:48 smithi060 bash[37609]: debug 2024-05-09T03:49:48.399+0000 7f9ba0d01700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-05-09T03:49:48.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:48 smithi060 bash[37609]: debug 2024-05-09T03:49:48.399+0000 7f9ba0d01700 -1 mon.a@0(leader) e2 *** Got Signal Terminated *** 2024-05-09T03:49:49.232 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:48 smithi060 bash[38279]: ceph-d6ec865c-0db5-11ef-bc97-c7b262605968-mon-a 2024-05-09T03:49:49.232 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:49 smithi060 bash[38340]: Error response from daemon: No such container: ceph-d6ec865c-0db5-11ef-bc97-c7b262605968-mon-a 2024-05-09T03:49:49.232 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:49 smithi060 systemd[1]: ceph-d6ec865c-0db5-11ef-bc97-c7b262605968@mon.a.service: Deactivated successfully. 2024-05-09T03:49:49.232 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:49 smithi060 systemd[1]: Stopped Ceph mon.a for d6ec865c-0db5-11ef-bc97-c7b262605968. 2024-05-09T03:49:49.629 INFO:journalctl@ceph.mgr.a.smithi060.stdout:May 09 03:49:49 smithi060 systemd[1]: /etc/systemd/system/ceph-d6ec865c-0db5-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-09T03:49:49.629 INFO:journalctl@ceph.osd.0.smithi060.stdout:May 09 03:49:49 smithi060 systemd[1]: /etc/systemd/system/ceph-d6ec865c-0db5-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-09T03:49:49.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:49 smithi060 systemd[1]: /etc/systemd/system/ceph-d6ec865c-0db5-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-09T03:49:49.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:49 smithi060 systemd[1]: Started Ceph mon.a for d6ec865c-0db5-11ef-bc97-c7b262605968. 2024-05-09T03:49:50.380 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.123+0000 7f2a88129c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-05-09T03:49:50.380 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.123+0000 7f2a88129c80 0 ceph version 19.0.0-3631-gc66c553a (c66c553a84eb9faa0029f5f0bb8284e3a826ac85) squid (dev), process ceph-mon, pid 7 2024-05-09T03:49:50.380 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.123+0000 7f2a88129c80 0 pidfile_write: ignore empty --pid-file 2024-05-09T03:49:50.380 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 0 load: jerasure load: lrc 2024-05-09T03:49:50.380 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: RocksDB version: 7.9.2 2024-05-09T03:49:50.380 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Git sha 0 2024-05-09T03:49:50.381 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Compile date 2024-05-08 23:53:35 2024-05-09T03:49:50.381 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: DB SUMMARY 2024-05-09T03:49:50.381 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: DB Session ID: F7RIER3MASFASNLI8V5T 2024-05-09T03:49:50.381 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: CURRENT file: CURRENT 2024-05-09T03:49:50.381 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: IDENTITY file: IDENTITY 2024-05-09T03:49:50.381 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: MANIFEST file: MANIFEST-000020 size: 373 Bytes 2024-05-09T03:49:50.381 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 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-09T03:49:50.381 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000019.log size: 208419 ; 2024-05-09T03:49:50.381 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.error_if_exists: 0 2024-05-09T03:49:50.381 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.create_if_missing: 0 2024-05-09T03:49:50.381 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.paranoid_checks: 1 2024-05-09T03:49:50.381 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-05-09T03:49:50.381 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-05-09T03:49:50.381 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-05-09T03:49:50.382 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.env: 0x55ce5fe02cc0 2024-05-09T03:49:50.382 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.fs: PosixFileSystem 2024-05-09T03:49:50.382 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.info_log: 0x55ce610b9e00 2024-05-09T03:49:50.382 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-05-09T03:49:50.382 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.statistics: (nil) 2024-05-09T03:49:50.382 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.use_fsync: 0 2024-05-09T03:49:50.382 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.max_log_file_size: 0 2024-05-09T03:49:50.383 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-05-09T03:49:50.383 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-05-09T03:49:50.383 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-05-09T03:49:50.383 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-05-09T03:49:50.383 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.allow_fallocate: 1 2024-05-09T03:49:50.383 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-05-09T03:49:50.383 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-05-09T03:49:50.383 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.use_direct_reads: 0 2024-05-09T03:49:50.383 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-05-09T03:49:50.383 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.create_missing_column_families: 0 2024-05-09T03:49:50.383 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.db_log_dir: 2024-05-09T03:49:50.384 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.wal_dir: 2024-05-09T03:49:50.384 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-05-09T03:49:50.384 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-05-09T03:49:50.384 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-05-09T03:49:50.384 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-05-09T03:49:50.384 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-05-09T03:49:50.384 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-05-09T03:49:50.384 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.advise_random_on_open: 1 2024-05-09T03:49:50.384 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-05-09T03:49:50.384 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.write_buffer_manager: 0x55ce6108b0e0 2024-05-09T03:49:50.384 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-05-09T03:49:50.384 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-05-09T03:49:50.384 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-05-09T03:49:50.385 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.rate_limiter: (nil) 2024-05-09T03:49:50.385 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-05-09T03:49:50.385 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-05-09T03:49:50.385 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-05-09T03:49:50.385 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-05-09T03:49:50.385 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.unordered_write: 0 2024-05-09T03:49:50.385 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-05-09T03:49:50.385 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-05-09T03:49:50.385 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-05-09T03:49:50.385 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-05-09T03:49:50.385 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.row_cache: None 2024-05-09T03:49:50.385 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.wal_filter: None 2024-05-09T03:49:50.385 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-05-09T03:49:50.385 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-05-09T03:49:50.386 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.two_write_queues: 0 2024-05-09T03:49:50.386 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.manual_wal_flush: 0 2024-05-09T03:49:50.386 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.wal_compression: 0 2024-05-09T03:49:50.386 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.atomic_flush: 0 2024-05-09T03:49:50.386 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-05-09T03:49:50.386 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-05-09T03:49:50.386 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-05-09T03:49:50.386 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.log_readahead_size: 0 2024-05-09T03:49:50.386 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-05-09T03:49:50.386 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-05-09T03:49:50.386 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-05-09T03:49:50.386 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-05-09T03:49:50.386 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-05-09T03:49:50.386 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-05-09T03:49:50.387 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-05-09T03:49:50.387 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.max_background_jobs: 2 2024-05-09T03:49:50.387 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.max_background_compactions: -1 2024-05-09T03:49:50.387 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.max_subcompactions: 1 2024-05-09T03:49:50.387 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-05-09T03:49:50.387 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-05-09T03:49:50.387 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-05-09T03:49:50.387 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.max_total_wal_size: 0 2024-05-09T03:49:50.387 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-05-09T03:49:50.387 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-05-09T03:49:50.387 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-05-09T03:49:50.387 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-05-09T03:49:50.387 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.max_open_files: -1 2024-05-09T03:49:50.388 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.bytes_per_sync: 0 2024-05-09T03:49:50.388 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-05-09T03:49:50.388 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-05-09T03:49:50.388 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-05-09T03:49:50.388 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.max_background_flushes: -1 2024-05-09T03:49:50.388 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Compression algorithms supported: 2024-05-09T03:49:50.388 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-05-09T03:49:50.388 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: kZSTD supported: 0 2024-05-09T03:49:50.388 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: kXpressCompression supported: 0 2024-05-09T03:49:50.388 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-05-09T03:49:50.388 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: kZlibCompression supported: 1 2024-05-09T03:49:50.389 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: kSnappyCompression supported: 1 2024-05-09T03:49:50.389 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: kLZ4Compression supported: 1 2024-05-09T03:49:50.389 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: kBZip2Compression supported: 0 2024-05-09T03:49:50.389 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-05-09T03:49:50.389 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-05-09T03:49:50.389 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000020 2024-05-09T03:49:50.390 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-05-09T03:49:50.390 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-05-09T03:49:50.390 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.merge_operator: 2024-05-09T03:49:50.390 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.compaction_filter: None 2024-05-09T03:49:50.391 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.compaction_filter_factory: None 2024-05-09T03:49:50.391 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-05-09T03:49:50.391 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-05-09T03:49:50.391 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-05-09T03:49:50.391 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55ce610b9fc0) 2024-05-09T03:49:50.391 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: cache_index_and_filter_blocks: 1 2024-05-09T03:49:50.391 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: cache_index_and_filter_blocks_with_high_priority: 0 2024-05-09T03:49:50.391 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-05-09T03:49:50.391 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: pin_top_level_index_and_filter: 1 2024-05-09T03:49:50.391 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: index_type: 0 2024-05-09T03:49:50.391 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: data_block_index_type: 0 2024-05-09T03:49:50.391 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: index_shortening: 1 2024-05-09T03:49:50.391 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: data_block_hash_table_util_ratio: 0.750000 2024-05-09T03:49:50.391 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: checksum: 4 2024-05-09T03:49:50.392 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: no_block_cache: 0 2024-05-09T03:49:50.392 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: block_cache: 0x55ce610bb1f0 2024-05-09T03:49:50.392 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: block_cache_name: BinnedLRUCache 2024-05-09T03:49:50.392 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: block_cache_options: 2024-05-09T03:49:50.392 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: capacity : 536870912 2024-05-09T03:49:50.392 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: num_shard_bits : 4 2024-05-09T03:49:50.392 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: strict_capacity_limit : 0 2024-05-09T03:49:50.392 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: high_pri_pool_ratio: 0.000 2024-05-09T03:49:50.392 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: block_cache_compressed: (nil) 2024-05-09T03:49:50.392 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: persistent_cache: (nil) 2024-05-09T03:49:50.392 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: block_size: 4096 2024-05-09T03:49:50.392 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: block_size_deviation: 10 2024-05-09T03:49:50.392 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: block_restart_interval: 16 2024-05-09T03:49:50.393 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: index_block_restart_interval: 1 2024-05-09T03:49:50.393 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: metadata_block_size: 4096 2024-05-09T03:49:50.393 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: partition_filters: 0 2024-05-09T03:49:50.393 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: use_delta_encoding: 1 2024-05-09T03:49:50.393 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: filter_policy: bloomfilter 2024-05-09T03:49:50.393 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: whole_key_filtering: 1 2024-05-09T03:49:50.393 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: verify_compression: 0 2024-05-09T03:49:50.393 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: read_amp_bytes_per_bit: 0 2024-05-09T03:49:50.393 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: format_version: 5 2024-05-09T03:49:50.393 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: enable_index_compression: 1 2024-05-09T03:49:50.393 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: block_align: 0 2024-05-09T03:49:50.393 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: max_auto_readahead_size: 262144 2024-05-09T03:49:50.393 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: prepopulate_block_cache: 0 2024-05-09T03:49:50.393 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: initial_auto_readahead_size: 8192 2024-05-09T03:49:50.394 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: num_file_reads_for_auto_readahead: 2 2024-05-09T03:49:50.394 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-05-09T03:49:50.394 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-05-09T03:49:50.394 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.compression: NoCompression 2024-05-09T03:49:50.394 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-05-09T03:49:50.394 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-05-09T03:49:50.394 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-05-09T03:49:50.394 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.num_levels: 7 2024-05-09T03:49:50.394 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-05-09T03:49:50.394 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-05-09T03:49:50.394 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-05-09T03:49:50.394 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-05-09T03:49:50.394 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-05-09T03:49:50.394 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-05-09T03:49:50.395 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-05-09T03:49:50.395 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-05-09T03:49:50.395 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-05-09T03:49:50.395 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-05-09T03:49:50.395 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-05-09T03:49:50.395 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-05-09T03:49:50.395 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-05-09T03:49:50.395 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.compression_opts.level: 32767 2024-05-09T03:49:50.395 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-05-09T03:49:50.395 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-05-09T03:49:50.395 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-05-09T03:49:50.395 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-05-09T03:49:50.395 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-05-09T03:49:50.395 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.compression_opts.enabled: false 2024-05-09T03:49:50.395 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-05-09T03:49:50.396 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-05-09T03:49:50.396 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-05-09T03:49:50.396 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-05-09T03:49:50.396 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-05-09T03:49:50.396 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-05-09T03:49:50.396 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-05-09T03:49:50.396 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-05-09T03:49:50.396 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-05-09T03:49:50.396 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-05-09T03:49:50.396 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-05-09T03:49:50.396 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-05-09T03:49:50.396 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-05-09T03:49:50.396 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-05-09T03:49:50.396 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-05-09T03:49:50.396 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-05-09T03:49:50.397 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-05-09T03:49:50.397 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-05-09T03:49:50.397 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-05-09T03:49:50.397 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.arena_block_size: 1048576 2024-05-09T03:49:50.397 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-05-09T03:49:50.397 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-05-09T03:49:50.397 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-05-09T03:49:50.397 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-05-09T03:49:50.397 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-05-09T03:49:50.397 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-05-09T03:49:50.397 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-05-09T03:49:50.397 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-05-09T03:49:50.397 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-05-09T03:49:50.397 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-05-09T03:49:50.398 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-05-09T03:49:50.398 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-05-09T03:49:50.398 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-05-09T03:49:50.398 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-05-09T03:49:50.398 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.inplace_update_support: 0 2024-05-09T03:49:50.398 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-05-09T03:49:50.398 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-05-09T03:49:50.398 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-05-09T03:49:50.398 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-05-09T03:49:50.398 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.bloom_locality: 0 2024-05-09T03:49:50.398 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.max_successive_merges: 0 2024-05-09T03:49:50.398 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-05-09T03:49:50.398 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-05-09T03:49:50.399 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.force_consistency_checks: 1 2024-05-09T03:49:50.399 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-05-09T03:49:50.399 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.ttl: 2592000 2024-05-09T03:49:50.399 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-05-09T03:49:50.399 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-05-09T03:49:50.399 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-05-09T03:49:50.399 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.enable_blob_files: false 2024-05-09T03:49:50.399 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.min_blob_size: 0 2024-05-09T03:49:50.399 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.blob_file_size: 268435456 2024-05-09T03:49:50.399 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-05-09T03:49:50.399 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-05-09T03:49:50.399 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-05-09T03:49:50.399 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-05-09T03:49:50.399 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-05-09T03:49:50.399 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-05-09T03:49:50.400 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-05-09T03:49:50.400 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 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 4360, log_number is 15,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 15 2024-05-09T03:49:50.400 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 15 2024-05-09T03:49:50.400 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 87ea093f-a017-42fe-ba07-e72fbeb37567 2024-05-09T03:49:50.400 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1715226590137812, "job": 1, "event": "recovery_started", "wal_files": [19]} 2024-05-09T03:49:50.400 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.131+0000 7f2a88129c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #19 mode 2 2024-05-09T03:49:50.400 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.135+0000 7f2a88129c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1715226590139342, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 23, "file_size": 187676, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 4366, "largest_seqno": 4624, "table_properties": {"data_size": 185599, "index_size": 653, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 389, "raw_key_size": 3287, "raw_average_key_size": 24, "raw_value_size": 182803, "raw_average_value_size": 1354, "num_data_blocks": 29, "num_entries": 135, "num_filter_entries": 135, "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": 1715226590, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "87ea093f-a017-42fe-ba07-e72fbeb37567", "db_session_id": "F7RIER3MASFASNLI8V5T", "orig_file_number": 23, "seqno_to_time_mapping": "N/A"}} 2024-05-09T03:49:50.400 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.135+0000 7f2a88129c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1715226590139446, "job": 1, "event": "recovery_finished"} 2024-05-09T03:49:50.400 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.135+0000 7f2a88129c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 25 2024-05-09T03:49:50.400 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.135+0000 7f2a88129c80 4 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-09T03:49:50.400 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.135+0000 7f2a88129c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55ce611dc000 2024-05-09T03:49:50.400 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.135+0000 7f2a88129c80 4 rocksdb: DB pointer 0x55ce611c8000 2024-05-09T03:49:50.400 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.135+0000 7f2a7e88e700 4 rocksdb: [db/compaction/compaction_job.cc:1995] [default] [JOB 3] Compacting 4@0 files to L6, score 1.00 2024-05-09T03:49:50.400 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.135+0000 7f2a7e88e700 4 rocksdb: [db/compaction/compaction_job.cc:2001] [default]: Compaction start summary: Base version 2 Base level 0, inputs: [23(183KB) 18(3355KB) 13(83KB) 8(1905B)] 2024-05-09T03:49:50.400 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.135+0000 7f2a7e88e700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1715226590140856, "job": 3, "event": "compaction_started", "compaction_reason": "LevelL0FilesNum", "files_L0": [23, 18, 13, 8], "score": 1, "input_data_size": 3711283, "oldest_snapshot_seqno": -1} 2024-05-09T03:49:50.401 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.135+0000 7f2a7687e700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-05-09T03:49:50.401 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.135+0000 7f2a7687e700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-05-09T03:49:50.401 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: ** DB Stats ** 2024-05-09T03:49:50.401 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: Uptime(secs): 0.0 total, 0.0 interval 2024-05-09T03:49:50.401 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: 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-09T03:49:50.401 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-09T03:49:50.401 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-09T03:49:50.401 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: 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-09T03:49:50.401 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-09T03:49:50.401 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-09T03:49:50.401 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: ** Compaction Stats [default] ** 2024-05-09T03:49:50.401 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: 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-09T03:49:50.401 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-05-09T03:49:50.401 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: L0 4/4 3.54 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 197.3 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-09T03:49:50.401 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: Sum 4/4 3.54 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 197.3 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-09T03:49:50.402 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 197.3 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-09T03:49:50.402 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: ** Compaction Stats [default] ** 2024-05-09T03:49:50.402 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: 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-09T03:49:50.402 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-05-09T03:49:50.402 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 197.3 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-09T03:49:50.402 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-05-09T03:49:50.402 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: Uptime(secs): 0.0 total, 0.0 interval 2024-05-09T03:49:50.402 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: Flush(GB): cumulative 0.000, interval 0.000 2024-05-09T03:49:50.402 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: AddFile(GB): cumulative 0.000, interval 0.000 2024-05-09T03:49:50.402 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: AddFile(Total Files): cumulative 0, interval 0 2024-05-09T03:49:50.402 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: AddFile(L0 Files): cumulative 0, interval 0 2024-05-09T03:49:50.402 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: AddFile(Keys): cumulative 0, interval 0 2024-05-09T03:49:50.402 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: Cumulative compaction: 0.00 GB write, 41.38 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-09T03:49:50.403 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: Interval compaction: 0.00 GB write, 41.38 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-09T03:49:50.403 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: 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-09T03:49:50.403 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: Block cache BinnedLRUCache@0x55ce610bb1f0#7 capacity: 512.00 MB usage: 15.00 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 2.3e-05 secs_since: 0 2024-05-09T03:49:50.403 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: Block cache entry stats(count,size,portion): FilterBlock(4,5.73 KB,0.00109375%) IndexBlock(4,9.27 KB,0.00176728%) Misc(1,0.00 KB,0%) 2024-05-09T03:49:50.403 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: ** File Read Latency Histogram By Level [default] ** 2024-05-09T03:49:50.403 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.135+0000 7f2a88129c80 10 CompressorRegistry(0x55ce61155488) _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-09T03:49:50.403 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.135+0000 7f2a77880700 2 Event(0x55ce6109a508 nevent=5000 time_id=1).set_owner center_id=0 owner=139820370757376 2024-05-09T03:49:50.403 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.135+0000 7f2a77880700 10 stack operator() starting 2024-05-09T03:49:50.403 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.135+0000 7f2a78081700 2 Event(0x55ce6109a748 nevent=5000 time_id=1).set_owner center_id=1 owner=139820379150080 2024-05-09T03:49:50.403 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.135+0000 7f2a78081700 10 stack operator() starting 2024-05-09T03:49:50.403 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.135+0000 7f2a7d88c700 2 Event(0x55ce6109b4c8 nevent=5000 time_id=1).set_owner center_id=2 owner=139820471469824 2024-05-09T03:49:50.403 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.135+0000 7f2a7d88c700 10 stack operator() starting 2024-05-09T03:49:50.403 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.135+0000 7f2a88129c80 0 starting mon.a rank 0 at public addrs [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] at bind addrs [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid d6ec865c-0db5-11ef-bc97-c7b262605968 2024-05-09T03:49:50.403 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.135+0000 7f2a88129c80 10 CompressorRegistry(0x55ce61154b88) _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-09T03:49:50.403 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.139+0000 7f2a88129c80 1 mon.a@-1(???) e2 preinit fsid d6ec865c-0db5-11ef-bc97-c7b262605968 2024-05-09T03:49:50.404 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.139+0000 7f2a88129c80 0 mon.a@-1(???).mds e1 new map 2024-05-09T03:49:50.404 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.139+0000 7f2a88129c80 0 mon.a@-1(???).mds e1 print_map 2024-05-09T03:49:50.404 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: e1 2024-05-09T03:49:50.404 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: enable_multiple, ever_enabled_multiple: 1,1 2024-05-09T03:49:50.404 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: 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-09T03:49:50.404 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: legacy client fscid: -1 2024-05-09T03:49:50.404 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: 2024-05-09T03:49:50.404 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: No filesystems configured 2024-05-09T03:49:50.404 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.139+0000 7f2a88129c80 0 mon.a@-1(???).osd e14 crush map has features 3314932999778484224, adjusting msgr requires 2024-05-09T03:49:50.404 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.139+0000 7f2a88129c80 0 mon.a@-1(???).osd e14 crush map has features 288514050185494528, adjusting msgr requires 2024-05-09T03:49:50.404 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.139+0000 7f2a88129c80 0 mon.a@-1(???).osd e14 crush map has features 288514050185494528, adjusting msgr requires 2024-05-09T03:49:50.404 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.139+0000 7f2a88129c80 0 mon.a@-1(???).osd e14 crush map has features 288514050185494528, adjusting msgr requires 2024-05-09T03:49:50.404 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:50 smithi060 bash[38397]: debug 2024-05-09T03:49:50.139+0000 7f2a88129c80 1 mon.a@-1(???).paxosservice(auth 1..9) refresh upgraded, format 0 -> 3 2024-05-09T03:49:52.618 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/mon.a/config 2024-05-09T03:49:56.684 INFO:teuthology.orchestra.run.smithi060.stderr:Using ceph image with id 'af4a4df59e0a' and tag 'c66c553a84eb9faa0029f5f0bb8284e3a826ac85' created on 2024-05-09 01:01:10 +0000 UTC 2024-05-09T03:49:56.685 INFO:teuthology.orchestra.run.smithi060.stderr:quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:05de6593b88417234cfc69df4d6993be606178f15beb2e23381c5fdef15b9082 2024-05-09T03:49:56.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:56 smithi100 bash[31105]: audit 2024-05-09T03:49:48.417270+0000 mon.b (mon.1) 2 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-09T03:49:56.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:56 smithi100 bash[31105]: audit 2024-05-09T03:49:48.417270+0000 mon.b (mon.1) 2 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-09T03:49:56.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:56 smithi100 bash[31105]: audit 2024-05-09T03:49:48.417636+0000 mon.b (mon.1) 3 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T03:49:56.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:56 smithi100 bash[31105]: audit 2024-05-09T03:49:48.417636+0000 mon.b (mon.1) 3 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T03:49:56.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:56 smithi100 bash[31105]: cluster 2024-05-09T03:49:50.226380+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v163: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:49:56.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:56 smithi100 bash[31105]: cluster 2024-05-09T03:49:50.226380+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v163: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:49:56.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:56 smithi100 bash[31105]: cluster 2024-05-09T03:49:52.226859+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v164: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:49:56.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:56 smithi100 bash[31105]: cluster 2024-05-09T03:49:52.226859+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v164: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:49:56.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:56 smithi100 bash[31105]: cluster 2024-05-09T03:49:54.227341+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v165: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:49:56.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:56 smithi100 bash[31105]: cluster 2024-05-09T03:49:54.227341+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v165: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:49:56.796 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:56 smithi100 bash[31105]: cluster 2024-05-09T03:49:56.227804+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v166: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:49:56.796 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:56 smithi100 bash[31105]: cluster 2024-05-09T03:49:56.227804+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v166: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:49:56.796 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:56 smithi100 bash[31105]: cluster 2024-05-09T03:49:56.375959+0000 mon.a (mon.0) 1 : cluster [INF] mon.a calling monitor election 2024-05-09T03:49:56.796 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:56 smithi100 bash[31105]: cluster 2024-05-09T03:49:56.375959+0000 mon.a (mon.0) 1 : cluster [INF] mon.a calling monitor election 2024-05-09T03:49:56.796 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:56 smithi100 bash[31105]: cluster 2024-05-09T03:49:56.397473+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-05-09T03:49:56.796 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:56 smithi100 bash[31105]: cluster 2024-05-09T03:49:56.397473+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-05-09T03:49:56.796 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:56 smithi100 bash[31105]: cluster 2024-05-09T03:49:56.413230+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 2 2024-05-09T03:49:56.796 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:56 smithi100 bash[31105]: cluster 2024-05-09T03:49:56.413230+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 2 2024-05-09T03:49:56.796 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:56 smithi100 bash[31105]: cluster 2024-05-09T03:49:56.413289+0000 mon.a (mon.0) 4 : cluster [DBG] fsid d6ec865c-0db5-11ef-bc97-c7b262605968 2024-05-09T03:49:56.796 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:56 smithi100 bash[31105]: cluster 2024-05-09T03:49:56.413289+0000 mon.a (mon.0) 4 : cluster [DBG] fsid d6ec865c-0db5-11ef-bc97-c7b262605968 2024-05-09T03:49:56.796 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:56 smithi100 bash[31105]: cluster 2024-05-09T03:49:56.413345+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-05-09T03:45:32.514477+0000 2024-05-09T03:49:56.796 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:56 smithi100 bash[31105]: cluster 2024-05-09T03:49:56.413345+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-05-09T03:45:32.514477+0000 2024-05-09T03:49:56.796 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:56 smithi100 bash[31105]: cluster 2024-05-09T03:49:56.413385+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-05-09T03:43:20.084743+0000 2024-05-09T03:49:56.797 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:56 smithi100 bash[31105]: cluster 2024-05-09T03:49:56.413385+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-05-09T03:43:20.084743+0000 2024-05-09T03:49:56.797 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:56 smithi100 bash[31105]: cluster 2024-05-09T03:49:56.413424+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-05-09T03:49:56.797 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:56 smithi100 bash[31105]: cluster 2024-05-09T03:49:56.413424+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-05-09T03:49:56.797 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:56 smithi100 bash[31105]: cluster 2024-05-09T03:49:56.413472+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-05-09T03:49:56.797 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:56 smithi100 bash[31105]: cluster 2024-05-09T03:49:56.413472+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-05-09T03:49:56.797 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:56 smithi100 bash[31105]: cluster 2024-05-09T03:49:56.413516+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] mon.a 2024-05-09T03:49:56.797 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:56 smithi100 bash[31105]: cluster 2024-05-09T03:49:56.413516+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] mon.a 2024-05-09T03:49:56.797 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:56 smithi100 bash[31105]: cluster 2024-05-09T03:49:56.413569+0000 mon.a (mon.0) 10 : cluster [DBG] 1: [v2:172.21.15.100:3300/0,v1:172.21.15.100:6789/0] mon.b 2024-05-09T03:49:56.797 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:56 smithi100 bash[31105]: cluster 2024-05-09T03:49:56.413569+0000 mon.a (mon.0) 10 : cluster [DBG] 1: [v2:172.21.15.100:3300/0,v1:172.21.15.100:6789/0] mon.b 2024-05-09T03:49:56.797 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:56 smithi100 bash[31105]: cluster 2024-05-09T03:49:56.414863+0000 mon.a (mon.0) 11 : cluster [DBG] fsmap 2024-05-09T03:49:56.797 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:56 smithi100 bash[31105]: cluster 2024-05-09T03:49:56.414863+0000 mon.a (mon.0) 11 : cluster [DBG] fsmap 2024-05-09T03:49:56.797 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:56 smithi100 bash[31105]: cluster 2024-05-09T03:49:56.414986+0000 mon.a (mon.0) 12 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-05-09T03:49:56.798 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:56 smithi100 bash[31105]: cluster 2024-05-09T03:49:56.414986+0000 mon.a (mon.0) 12 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-05-09T03:49:56.798 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:56 smithi100 bash[31105]: cluster 2024-05-09T03:49:56.416832+0000 mon.a (mon.0) 13 : cluster [DBG] mgrmap e14: a(active, since 5m), standbys: b 2024-05-09T03:49:56.798 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:56 smithi100 bash[31105]: cluster 2024-05-09T03:49:56.416832+0000 mon.a (mon.0) 13 : cluster [DBG] mgrmap e14: a(active, since 5m), standbys: b 2024-05-09T03:49:56.798 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:56 smithi100 bash[31105]: cluster 2024-05-09T03:49:56.417223+0000 mon.a (mon.0) 14 : cluster [INF] overall HEALTH_OK 2024-05-09T03:49:56.798 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:56 smithi100 bash[31105]: cluster 2024-05-09T03:49:56.417223+0000 mon.a (mon.0) 14 : cluster [INF] overall HEALTH_OK 2024-05-09T03:49:56.798 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:56 smithi100 bash[31105]: audit 2024-05-09T03:49:56.440803+0000 mon.a (mon.0) 15 : audit [INF] from='mgr.14152 ' entity='' 2024-05-09T03:49:56.798 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:56 smithi100 bash[31105]: audit 2024-05-09T03:49:56.440803+0000 mon.a (mon.0) 15 : audit [INF] from='mgr.14152 ' entity='' 2024-05-09T03:49:56.798 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:56 smithi100 bash[31105]: audit 2024-05-09T03:49:56.453156+0000 mon.a (mon.0) 16 : audit [INF] from='mgr.14152 ' entity='mgr.a' 2024-05-09T03:49:56.798 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:56 smithi100 bash[31105]: audit 2024-05-09T03:49:56.453156+0000 mon.a (mon.0) 16 : audit [INF] from='mgr.14152 ' entity='mgr.a' 2024-05-09T03:49:56.880 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:56 smithi060 bash[38397]: audit 2024-05-09T03:49:48.417270+0000 mon.b (mon.1) 2 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-09T03:49:56.880 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:56 smithi060 bash[38397]: audit 2024-05-09T03:49:48.417270+0000 mon.b (mon.1) 2 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-09T03:49:56.880 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:56 smithi060 bash[38397]: audit 2024-05-09T03:49:48.417636+0000 mon.b (mon.1) 3 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T03:49:56.880 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:56 smithi060 bash[38397]: audit 2024-05-09T03:49:48.417636+0000 mon.b (mon.1) 3 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T03:49:56.880 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:56 smithi060 bash[38397]: cluster 2024-05-09T03:49:50.226380+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v163: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:49:56.880 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:56 smithi060 bash[38397]: cluster 2024-05-09T03:49:50.226380+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v163: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:49:56.880 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:56 smithi060 bash[38397]: cluster 2024-05-09T03:49:52.226859+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v164: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:49:56.881 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:56 smithi060 bash[38397]: cluster 2024-05-09T03:49:52.226859+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v164: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:49:56.881 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:56 smithi060 bash[38397]: cluster 2024-05-09T03:49:54.227341+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v165: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:49:56.881 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:56 smithi060 bash[38397]: cluster 2024-05-09T03:49:54.227341+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v165: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:49:56.881 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:56 smithi060 bash[38397]: cluster 2024-05-09T03:49:56.227804+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v166: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:49:56.881 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:56 smithi060 bash[38397]: cluster 2024-05-09T03:49:56.227804+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v166: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:49:56.881 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:56 smithi060 bash[38397]: cluster 2024-05-09T03:49:56.375959+0000 mon.a (mon.0) 1 : cluster [INF] mon.a calling monitor election 2024-05-09T03:49:56.881 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:56 smithi060 bash[38397]: cluster 2024-05-09T03:49:56.375959+0000 mon.a (mon.0) 1 : cluster [INF] mon.a calling monitor election 2024-05-09T03:49:56.881 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:56 smithi060 bash[38397]: cluster 2024-05-09T03:49:56.397473+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-05-09T03:49:56.881 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:56 smithi060 bash[38397]: cluster 2024-05-09T03:49:56.397473+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-05-09T03:49:56.881 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:56 smithi060 bash[38397]: cluster 2024-05-09T03:49:56.413230+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 2 2024-05-09T03:49:56.881 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:56 smithi060 bash[38397]: cluster 2024-05-09T03:49:56.413230+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 2 2024-05-09T03:49:56.881 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:56 smithi060 bash[38397]: cluster 2024-05-09T03:49:56.413289+0000 mon.a (mon.0) 4 : cluster [DBG] fsid d6ec865c-0db5-11ef-bc97-c7b262605968 2024-05-09T03:49:56.881 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:56 smithi060 bash[38397]: cluster 2024-05-09T03:49:56.413289+0000 mon.a (mon.0) 4 : cluster [DBG] fsid d6ec865c-0db5-11ef-bc97-c7b262605968 2024-05-09T03:49:56.881 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:56 smithi060 bash[38397]: cluster 2024-05-09T03:49:56.413345+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-05-09T03:45:32.514477+0000 2024-05-09T03:49:56.882 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:56 smithi060 bash[38397]: cluster 2024-05-09T03:49:56.413345+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-05-09T03:45:32.514477+0000 2024-05-09T03:49:56.882 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:56 smithi060 bash[38397]: cluster 2024-05-09T03:49:56.413385+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-05-09T03:43:20.084743+0000 2024-05-09T03:49:56.882 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:56 smithi060 bash[38397]: cluster 2024-05-09T03:49:56.413385+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-05-09T03:43:20.084743+0000 2024-05-09T03:49:56.882 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:56 smithi060 bash[38397]: cluster 2024-05-09T03:49:56.413424+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-05-09T03:49:56.882 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:56 smithi060 bash[38397]: cluster 2024-05-09T03:49:56.413424+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-05-09T03:49:56.882 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:56 smithi060 bash[38397]: cluster 2024-05-09T03:49:56.413472+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-05-09T03:49:56.882 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:56 smithi060 bash[38397]: cluster 2024-05-09T03:49:56.413472+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-05-09T03:49:56.882 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:56 smithi060 bash[38397]: cluster 2024-05-09T03:49:56.413516+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] mon.a 2024-05-09T03:49:56.883 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:56 smithi060 bash[38397]: cluster 2024-05-09T03:49:56.413516+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] mon.a 2024-05-09T03:49:56.883 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:56 smithi060 bash[38397]: cluster 2024-05-09T03:49:56.413569+0000 mon.a (mon.0) 10 : cluster [DBG] 1: [v2:172.21.15.100:3300/0,v1:172.21.15.100:6789/0] mon.b 2024-05-09T03:49:56.883 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:56 smithi060 bash[38397]: cluster 2024-05-09T03:49:56.413569+0000 mon.a (mon.0) 10 : cluster [DBG] 1: [v2:172.21.15.100:3300/0,v1:172.21.15.100:6789/0] mon.b 2024-05-09T03:49:56.883 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:56 smithi060 bash[38397]: cluster 2024-05-09T03:49:56.414863+0000 mon.a (mon.0) 11 : cluster [DBG] fsmap 2024-05-09T03:49:56.883 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:56 smithi060 bash[38397]: cluster 2024-05-09T03:49:56.414863+0000 mon.a (mon.0) 11 : cluster [DBG] fsmap 2024-05-09T03:49:56.883 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:56 smithi060 bash[38397]: cluster 2024-05-09T03:49:56.414986+0000 mon.a (mon.0) 12 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-05-09T03:49:56.883 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:56 smithi060 bash[38397]: cluster 2024-05-09T03:49:56.414986+0000 mon.a (mon.0) 12 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-05-09T03:49:56.883 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:56 smithi060 bash[38397]: cluster 2024-05-09T03:49:56.416832+0000 mon.a (mon.0) 13 : cluster [DBG] mgrmap e14: a(active, since 5m), standbys: b 2024-05-09T03:49:56.883 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:56 smithi060 bash[38397]: cluster 2024-05-09T03:49:56.416832+0000 mon.a (mon.0) 13 : cluster [DBG] mgrmap e14: a(active, since 5m), standbys: b 2024-05-09T03:49:56.883 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:56 smithi060 bash[38397]: cluster 2024-05-09T03:49:56.417223+0000 mon.a (mon.0) 14 : cluster [INF] overall HEALTH_OK 2024-05-09T03:49:56.883 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:56 smithi060 bash[38397]: cluster 2024-05-09T03:49:56.417223+0000 mon.a (mon.0) 14 : cluster [INF] overall HEALTH_OK 2024-05-09T03:49:56.883 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:56 smithi060 bash[38397]: audit 2024-05-09T03:49:56.440803+0000 mon.a (mon.0) 15 : audit [INF] from='mgr.14152 ' entity='' 2024-05-09T03:49:56.883 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:56 smithi060 bash[38397]: audit 2024-05-09T03:49:56.440803+0000 mon.a (mon.0) 15 : audit [INF] from='mgr.14152 ' entity='' 2024-05-09T03:49:56.883 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:56 smithi060 bash[38397]: audit 2024-05-09T03:49:56.453156+0000 mon.a (mon.0) 16 : audit [INF] from='mgr.14152 ' entity='mgr.a' 2024-05-09T03:49:56.884 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:56 smithi060 bash[38397]: audit 2024-05-09T03:49:56.453156+0000 mon.a (mon.0) 16 : audit [INF] from='mgr.14152 ' entity='mgr.a' 2024-05-09T03:49:57.794 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:57 smithi100 bash[31105]: cephadm 2024-05-09T03:49:56.483390+0000 mgr.a (mgr.14152) 221 : cephadm [INF] Redeploying mon.b, (entrypoint args changed) . . . 2024-05-09T03:49:57.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:57 smithi100 bash[31105]: cephadm 2024-05-09T03:49:56.483390+0000 mgr.a (mgr.14152) 221 : cephadm [INF] Redeploying mon.b, (entrypoint args changed) . . . 2024-05-09T03:49:57.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:57 smithi100 bash[31105]: audit 2024-05-09T03:49:56.488909+0000 mon.b (mon.1) 4 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-09T03:49:57.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:57 smithi100 bash[31105]: audit 2024-05-09T03:49:56.488909+0000 mon.b (mon.1) 4 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-09T03:49:57.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:57 smithi100 bash[31105]: audit 2024-05-09T03:49:56.491211+0000 mon.b (mon.1) 5 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-09T03:49:57.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:57 smithi100 bash[31105]: audit 2024-05-09T03:49:56.491211+0000 mon.b (mon.1) 5 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-09T03:49:57.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:57 smithi100 bash[31105]: audit 2024-05-09T03:49:56.493456+0000 mon.b (mon.1) 6 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:49:57.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:57 smithi100 bash[31105]: audit 2024-05-09T03:49:56.493456+0000 mon.b (mon.1) 6 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:49:57.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:57 smithi100 bash[31105]: cephadm 2024-05-09T03:49:56.498573+0000 mgr.a (mgr.14152) 222 : cephadm [INF] Deploying daemon mon.b on smithi100 2024-05-09T03:49:57.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:57 smithi100 bash[31105]: cephadm 2024-05-09T03:49:56.498573+0000 mgr.a (mgr.14152) 222 : cephadm [INF] Deploying daemon mon.b on smithi100 2024-05-09T03:49:57.879 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:57 smithi060 bash[38397]: cephadm 2024-05-09T03:49:56.483390+0000 mgr.a (mgr.14152) 221 : cephadm [INF] Redeploying mon.b, (entrypoint args changed) . . . 2024-05-09T03:49:57.880 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:57 smithi060 bash[38397]: cephadm 2024-05-09T03:49:56.483390+0000 mgr.a (mgr.14152) 221 : cephadm [INF] Redeploying mon.b, (entrypoint args changed) . . . 2024-05-09T03:49:57.880 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:57 smithi060 bash[38397]: audit 2024-05-09T03:49:56.488909+0000 mon.b (mon.1) 4 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-09T03:49:57.880 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:57 smithi060 bash[38397]: audit 2024-05-09T03:49:56.488909+0000 mon.b (mon.1) 4 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-09T03:49:57.880 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:57 smithi060 bash[38397]: audit 2024-05-09T03:49:56.491211+0000 mon.b (mon.1) 5 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-09T03:49:57.880 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:57 smithi060 bash[38397]: audit 2024-05-09T03:49:56.491211+0000 mon.b (mon.1) 5 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-09T03:49:57.880 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:57 smithi060 bash[38397]: audit 2024-05-09T03:49:56.493456+0000 mon.b (mon.1) 6 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:49:57.880 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:57 smithi060 bash[38397]: audit 2024-05-09T03:49:56.493456+0000 mon.b (mon.1) 6 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:49:57.880 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:57 smithi060 bash[38397]: cephadm 2024-05-09T03:49:56.498573+0000 mgr.a (mgr.14152) 222 : cephadm [INF] Deploying daemon mon.b on smithi100 2024-05-09T03:49:57.880 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:57 smithi060 bash[38397]: cephadm 2024-05-09T03:49:56.498573+0000 mgr.a (mgr.14152) 222 : cephadm [INF] Deploying daemon mon.b on smithi100 2024-05-09T03:49:58.719 INFO:teuthology.orchestra.run.smithi060.stderr:+ FSID=d6ec865c-0db5-11ef-bc97-c7b262605968 2024-05-09T03:49:58.719 INFO:teuthology.orchestra.run.smithi060.stderr:+ sleep 60 2024-05-09T03:49:58.794 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:58 smithi100 bash[31105]: audit 2024-05-09T03:49:58.010556+0000 mon.a (mon.0) 17 : audit [DBG] from='client.? 172.21.15.60:0/1536561041' entity='client.admin' cmd=[{"prefix": "fsid"}]: dispatch 2024-05-09T03:49:58.794 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:58 smithi100 bash[31105]: audit 2024-05-09T03:49:58.010556+0000 mon.a (mon.0) 17 : audit [DBG] from='client.? 172.21.15.60:0/1536561041' entity='client.admin' cmd=[{"prefix": "fsid"}]: dispatch 2024-05-09T03:49:58.794 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:58 smithi100 bash[31105]: cluster 2024-05-09T03:49:58.228266+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v167: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:49:58.794 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:58 smithi100 bash[31105]: cluster 2024-05-09T03:49:58.228266+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v167: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:49:58.879 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:58 smithi060 bash[38397]: audit 2024-05-09T03:49:58.010556+0000 mon.a (mon.0) 17 : audit [DBG] from='client.? 172.21.15.60:0/1536561041' entity='client.admin' cmd=[{"prefix": "fsid"}]: dispatch 2024-05-09T03:49:58.879 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:58 smithi060 bash[38397]: audit 2024-05-09T03:49:58.010556+0000 mon.a (mon.0) 17 : audit [DBG] from='client.? 172.21.15.60:0/1536561041' entity='client.admin' cmd=[{"prefix": "fsid"}]: dispatch 2024-05-09T03:49:58.880 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:58 smithi060 bash[38397]: cluster 2024-05-09T03:49:58.228266+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v167: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:49:58.880 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:49:58 smithi060 bash[38397]: cluster 2024-05-09T03:49:58.228266+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v167: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:49:59.078 INFO:journalctl@ceph.mgr.b.smithi100.stdout:May 09 03:49:58 smithi100 systemd[1]: /etc/systemd/system/ceph-d6ec865c-0db5-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-09T03:49:59.078 INFO:journalctl@ceph.osd.1.smithi100.stdout:May 09 03:49:58 smithi100 systemd[1]: /etc/systemd/system/ceph-d6ec865c-0db5-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-09T03:49:59.078 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:58 smithi100 systemd[1]: /etc/systemd/system/ceph-d6ec865c-0db5-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-09T03:49:59.078 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:58 smithi100 systemd[1]: Stopping Ceph mon.b for d6ec865c-0db5-11ef-bc97-c7b262605968... 2024-05-09T03:49:59.078 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:59 smithi100 bash[31105]: debug 2024-05-09T03:49:59.026+0000 7f6868592700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.b -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-05-09T03:49:59.079 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:59 smithi100 bash[31105]: debug 2024-05-09T03:49:59.026+0000 7f6868592700 -1 mon.b@1(peon) e2 *** Got Signal Terminated *** 2024-05-09T03:49:59.918 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:59 smithi100 bash[31496]: ceph-d6ec865c-0db5-11ef-bc97-c7b262605968-mon-b 2024-05-09T03:49:59.918 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:59 smithi100 bash[31557]: ceph-d6ec865c-0db5-11ef-bc97-c7b262605968-mon-b 2024-05-09T03:49:59.918 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:59 smithi100 systemd[1]: ceph-d6ec865c-0db5-11ef-bc97-c7b262605968@mon.b.service: Deactivated successfully. 2024-05-09T03:49:59.919 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:59 smithi100 systemd[1]: Stopped Ceph mon.b for d6ec865c-0db5-11ef-bc97-c7b262605968. 2024-05-09T03:50:00.298 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:49:59 smithi100 systemd[1]: /etc/systemd/system/ceph-d6ec865c-0db5-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-09T03:50:00.298 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:00 smithi100 systemd[1]: Started Ceph mon.b for d6ec865c-0db5-11ef-bc97-c7b262605968. 2024-05-09T03:50:00.299 INFO:journalctl@ceph.mgr.b.smithi100.stdout:May 09 03:49:59 smithi100 systemd[1]: /etc/systemd/system/ceph-d6ec865c-0db5-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-09T03:50:00.299 INFO:journalctl@ceph.osd.1.smithi100.stdout:May 09 03:49:59 smithi100 systemd[1]: /etc/systemd/system/ceph-d6ec865c-0db5-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-09T03:50:01.295 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.082+0000 7f5d0e820c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-05-09T03:50:01.295 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.082+0000 7f5d0e820c80 0 ceph version 19.0.0-3631-gc66c553a (c66c553a84eb9faa0029f5f0bb8284e3a826ac85) squid (dev), process ceph-mon, pid 7 2024-05-09T03:50:01.295 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.082+0000 7f5d0e820c80 0 pidfile_write: ignore empty --pid-file 2024-05-09T03:50:01.295 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.086+0000 7f5d0e820c80 0 load: jerasure load: lrc 2024-05-09T03:50:01.295 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: RocksDB version: 7.9.2 2024-05-09T03:50:01.295 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Git sha 0 2024-05-09T03:50:01.295 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Compile date 2024-05-08 23:53:35 2024-05-09T03:50:01.295 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: DB SUMMARY 2024-05-09T03:50:01.296 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: DB Session ID: MF1U5TEWFC9PHHCE76KX 2024-05-09T03:50:01.296 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: CURRENT file: CURRENT 2024-05-09T03:50:01.296 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: IDENTITY file: IDENTITY 2024-05-09T03:50:01.296 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: MANIFEST file: MANIFEST-000015 size: 282 Bytes 2024-05-09T03:50:01.296 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 2, files: 000008.sst 000013.sst 2024-05-09T03:50:01.296 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000014.log size: 312762 ; 2024-05-09T03:50:01.296 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.error_if_exists: 0 2024-05-09T03:50:01.296 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.create_if_missing: 0 2024-05-09T03:50:01.296 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.paranoid_checks: 1 2024-05-09T03:50:01.296 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-05-09T03:50:01.296 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-05-09T03:50:01.296 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-05-09T03:50:01.296 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.env: 0x5592aa91ecc0 2024-05-09T03:50:01.297 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.fs: PosixFileSystem 2024-05-09T03:50:01.297 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.info_log: 0x5592ac459e00 2024-05-09T03:50:01.297 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-05-09T03:50:01.297 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.statistics: (nil) 2024-05-09T03:50:01.297 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.use_fsync: 0 2024-05-09T03:50:01.297 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.max_log_file_size: 0 2024-05-09T03:50:01.298 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-05-09T03:50:01.298 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-05-09T03:50:01.298 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-05-09T03:50:01.298 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-05-09T03:50:01.298 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.allow_fallocate: 1 2024-05-09T03:50:01.298 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-05-09T03:50:01.298 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-05-09T03:50:01.298 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.use_direct_reads: 0 2024-05-09T03:50:01.298 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-05-09T03:50:01.298 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.create_missing_column_families: 0 2024-05-09T03:50:01.298 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.db_log_dir: 2024-05-09T03:50:01.299 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.wal_dir: 2024-05-09T03:50:01.299 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-05-09T03:50:01.299 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-05-09T03:50:01.299 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-05-09T03:50:01.299 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-05-09T03:50:01.299 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-05-09T03:50:01.299 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-05-09T03:50:01.299 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.advise_random_on_open: 1 2024-05-09T03:50:01.299 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-05-09T03:50:01.299 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.write_buffer_manager: 0x5592ac42b0e0 2024-05-09T03:50:01.299 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-05-09T03:50:01.299 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-05-09T03:50:01.299 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-05-09T03:50:01.299 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.rate_limiter: (nil) 2024-05-09T03:50:01.300 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-05-09T03:50:01.300 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-05-09T03:50:01.300 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-05-09T03:50:01.300 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-05-09T03:50:01.300 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.unordered_write: 0 2024-05-09T03:50:01.300 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-05-09T03:50:01.300 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-05-09T03:50:01.300 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-05-09T03:50:01.300 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-05-09T03:50:01.300 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.row_cache: None 2024-05-09T03:50:01.300 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.wal_filter: None 2024-05-09T03:50:01.300 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-05-09T03:50:01.300 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-05-09T03:50:01.301 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.two_write_queues: 0 2024-05-09T03:50:01.301 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.manual_wal_flush: 0 2024-05-09T03:50:01.301 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.wal_compression: 0 2024-05-09T03:50:01.301 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.atomic_flush: 0 2024-05-09T03:50:01.301 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-05-09T03:50:01.301 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-05-09T03:50:01.301 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-05-09T03:50:01.301 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.log_readahead_size: 0 2024-05-09T03:50:01.301 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-05-09T03:50:01.301 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-05-09T03:50:01.301 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-05-09T03:50:01.301 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-05-09T03:50:01.301 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-05-09T03:50:01.302 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-05-09T03:50:01.302 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-05-09T03:50:01.302 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.max_background_jobs: 2 2024-05-09T03:50:01.302 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.max_background_compactions: -1 2024-05-09T03:50:01.302 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.max_subcompactions: 1 2024-05-09T03:50:01.302 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-05-09T03:50:01.302 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-05-09T03:50:01.302 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-05-09T03:50:01.302 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.max_total_wal_size: 0 2024-05-09T03:50:01.302 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-05-09T03:50:01.302 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-05-09T03:50:01.302 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-05-09T03:50:01.302 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-05-09T03:50:01.303 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.max_open_files: -1 2024-05-09T03:50:01.303 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.bytes_per_sync: 0 2024-05-09T03:50:01.303 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-05-09T03:50:01.303 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-05-09T03:50:01.303 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-05-09T03:50:01.303 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.max_background_flushes: -1 2024-05-09T03:50:01.303 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Compression algorithms supported: 2024-05-09T03:50:01.303 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-05-09T03:50:01.303 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: kZSTD supported: 0 2024-05-09T03:50:01.303 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: kXpressCompression supported: 0 2024-05-09T03:50:01.303 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-05-09T03:50:01.303 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: kZlibCompression supported: 1 2024-05-09T03:50:01.303 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: kSnappyCompression supported: 1 2024-05-09T03:50:01.303 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: kLZ4Compression supported: 1 2024-05-09T03:50:01.304 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: kBZip2Compression supported: 0 2024-05-09T03:50:01.304 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-05-09T03:50:01.304 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-05-09T03:50:01.304 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000015 2024-05-09T03:50:01.305 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-05-09T03:50:01.305 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-05-09T03:50:01.305 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.merge_operator: 2024-05-09T03:50:01.305 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.compaction_filter: None 2024-05-09T03:50:01.305 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.compaction_filter_factory: None 2024-05-09T03:50:01.305 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-05-09T03:50:01.305 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-05-09T03:50:01.305 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-05-09T03:50:01.305 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5592ac459fc0) 2024-05-09T03:50:01.306 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: cache_index_and_filter_blocks: 1 2024-05-09T03:50:01.306 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: cache_index_and_filter_blocks_with_high_priority: 0 2024-05-09T03:50:01.306 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-05-09T03:50:01.306 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: pin_top_level_index_and_filter: 1 2024-05-09T03:50:01.306 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: index_type: 0 2024-05-09T03:50:01.306 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: data_block_index_type: 0 2024-05-09T03:50:01.306 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: index_shortening: 1 2024-05-09T03:50:01.306 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: data_block_hash_table_util_ratio: 0.750000 2024-05-09T03:50:01.306 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: checksum: 4 2024-05-09T03:50:01.306 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: no_block_cache: 0 2024-05-09T03:50:01.306 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: block_cache: 0x5592ac45b1f0 2024-05-09T03:50:01.306 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: block_cache_name: BinnedLRUCache 2024-05-09T03:50:01.306 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: block_cache_options: 2024-05-09T03:50:01.306 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: capacity : 536870912 2024-05-09T03:50:01.307 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: num_shard_bits : 4 2024-05-09T03:50:01.307 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: strict_capacity_limit : 0 2024-05-09T03:50:01.307 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: high_pri_pool_ratio: 0.000 2024-05-09T03:50:01.307 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: block_cache_compressed: (nil) 2024-05-09T03:50:01.307 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: persistent_cache: (nil) 2024-05-09T03:50:01.307 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: block_size: 4096 2024-05-09T03:50:01.307 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: block_size_deviation: 10 2024-05-09T03:50:01.307 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: block_restart_interval: 16 2024-05-09T03:50:01.307 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: index_block_restart_interval: 1 2024-05-09T03:50:01.307 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: metadata_block_size: 4096 2024-05-09T03:50:01.307 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: partition_filters: 0 2024-05-09T03:50:01.307 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: use_delta_encoding: 1 2024-05-09T03:50:01.307 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: filter_policy: bloomfilter 2024-05-09T03:50:01.307 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: whole_key_filtering: 1 2024-05-09T03:50:01.308 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: verify_compression: 0 2024-05-09T03:50:01.308 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: read_amp_bytes_per_bit: 0 2024-05-09T03:50:01.308 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: format_version: 5 2024-05-09T03:50:01.308 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: enable_index_compression: 1 2024-05-09T03:50:01.308 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: block_align: 0 2024-05-09T03:50:01.308 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: max_auto_readahead_size: 262144 2024-05-09T03:50:01.308 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: prepopulate_block_cache: 0 2024-05-09T03:50:01.308 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: initial_auto_readahead_size: 8192 2024-05-09T03:50:01.308 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: num_file_reads_for_auto_readahead: 2 2024-05-09T03:50:01.308 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-05-09T03:50:01.308 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-05-09T03:50:01.308 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.compression: NoCompression 2024-05-09T03:50:01.308 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-05-09T03:50:01.308 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-05-09T03:50:01.308 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-05-09T03:50:01.308 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.num_levels: 7 2024-05-09T03:50:01.309 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-05-09T03:50:01.309 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-05-09T03:50:01.309 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-05-09T03:50:01.309 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-05-09T03:50:01.309 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-05-09T03:50:01.309 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-05-09T03:50:01.309 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-05-09T03:50:01.309 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-05-09T03:50:01.309 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-05-09T03:50:01.309 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-05-09T03:50:01.309 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-05-09T03:50:01.309 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-05-09T03:50:01.309 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-05-09T03:50:01.309 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.compression_opts.level: 32767 2024-05-09T03:50:01.309 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-05-09T03:50:01.310 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-05-09T03:50:01.310 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-05-09T03:50:01.310 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-05-09T03:50:01.310 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-05-09T03:50:01.310 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.compression_opts.enabled: false 2024-05-09T03:50:01.310 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-05-09T03:50:01.310 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-05-09T03:50:01.310 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-05-09T03:50:01.310 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-05-09T03:50:01.310 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-05-09T03:50:01.310 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-05-09T03:50:01.310 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-05-09T03:50:01.310 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-05-09T03:50:01.311 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-05-09T03:50:01.311 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-05-09T03:50:01.311 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-05-09T03:50:01.311 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-05-09T03:50:01.311 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-05-09T03:50:01.311 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-05-09T03:50:01.311 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-05-09T03:50:01.311 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-05-09T03:50:01.311 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-05-09T03:50:01.311 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-05-09T03:50:01.311 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-05-09T03:50:01.311 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.arena_block_size: 1048576 2024-05-09T03:50:01.311 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-05-09T03:50:01.312 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-05-09T03:50:01.312 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-05-09T03:50:01.312 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-05-09T03:50:01.312 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-05-09T03:50:01.312 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-05-09T03:50:01.312 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-05-09T03:50:01.312 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-05-09T03:50:01.312 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-05-09T03:50:01.312 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-05-09T03:50:01.312 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-05-09T03:50:01.312 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-05-09T03:50:01.312 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-05-09T03:50:01.312 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-05-09T03:50:01.312 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.inplace_update_support: 0 2024-05-09T03:50:01.313 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-05-09T03:50:01.313 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-05-09T03:50:01.313 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-05-09T03:50:01.313 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-05-09T03:50:01.313 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.bloom_locality: 0 2024-05-09T03:50:01.313 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.max_successive_merges: 0 2024-05-09T03:50:01.313 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-05-09T03:50:01.313 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-05-09T03:50:01.313 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.force_consistency_checks: 1 2024-05-09T03:50:01.313 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-05-09T03:50:01.313 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.ttl: 2592000 2024-05-09T03:50:01.313 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-05-09T03:50:01.313 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-05-09T03:50:01.313 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-05-09T03:50:01.313 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.enable_blob_files: false 2024-05-09T03:50:01.314 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.min_blob_size: 0 2024-05-09T03:50:01.314 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.blob_file_size: 268435456 2024-05-09T03:50:01.314 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-05-09T03:50:01.314 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-05-09T03:50:01.314 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-05-09T03:50:01.314 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-05-09T03:50:01.314 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-05-09T03:50:01.314 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-05-09T03:50:01.314 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-05-09T03:50:01.314 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 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 4291, log_number is 10,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 10 2024-05-09T03:50:01.314 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 10 2024-05-09T03:50:01.314 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 3472beed-1479-41ed-9e59-0569d3b8a292 2024-05-09T03:50:01.314 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1715226601096042, "job": 1, "event": "recovery_started", "wal_files": [14]} 2024-05-09T03:50:01.314 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #14 mode 2 2024-05-09T03:50:01.315 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1715226601097857, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 18, "file_size": 189077, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 4303, "largest_seqno": 4581, "table_properties": {"data_size": 186987, "index_size": 666, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 389, "raw_key_size": 3379, "raw_average_key_size": 24, "raw_value_size": 184151, "raw_average_value_size": 1334, "num_data_blocks": 29, "num_entries": 138, "num_filter_entries": 138, "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": 1715226601, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "3472beed-1479-41ed-9e59-0569d3b8a292", "db_session_id": "MF1U5TEWFC9PHHCE76KX", "orig_file_number": 18, "seqno_to_time_mapping": "N/A"}} 2024-05-09T03:50:01.315 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1715226601097967, "job": 1, "event": "recovery_finished"} 2024-05-09T03:50:01.315 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.090+0000 7f5d0e820c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 20 2024-05-09T03:50:01.315 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.094+0000 7f5d0e820c80 4 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-09T03:50:01.315 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.094+0000 7f5d0e820c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5592ac57c000 2024-05-09T03:50:01.315 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.094+0000 7f5d0e820c80 4 rocksdb: DB pointer 0x5592ac568000 2024-05-09T03:50:01.315 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.094+0000 7f5cfcf75700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-05-09T03:50:01.315 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.094+0000 7f5cfcf75700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-05-09T03:50:01.315 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: ** DB Stats ** 2024-05-09T03:50:01.315 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: Uptime(secs): 0.0 total, 0.0 interval 2024-05-09T03:50:01.315 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: 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-09T03:50:01.315 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-09T03:50:01.315 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-09T03:50:01.315 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: 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-09T03:50:01.315 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-09T03:50:01.316 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-09T03:50:01.316 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: ** Compaction Stats [default] ** 2024-05-09T03:50:01.316 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: 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-09T03:50:01.316 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-05-09T03:50:01.316 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: L0 3/0 3.58 MB 0.8 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 173.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-09T03:50:01.316 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: Sum 3/0 3.58 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 173.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-09T03:50:01.316 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 173.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-09T03:50:01.316 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: ** Compaction Stats [default] ** 2024-05-09T03:50:01.316 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: 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-09T03:50:01.316 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-05-09T03:50:01.316 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 173.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-09T03:50:01.316 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-05-09T03:50:01.316 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: Uptime(secs): 0.0 total, 0.0 interval 2024-05-09T03:50:01.316 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: Flush(GB): cumulative 0.000, interval 0.000 2024-05-09T03:50:01.316 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: AddFile(GB): cumulative 0.000, interval 0.000 2024-05-09T03:50:01.316 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: AddFile(Total Files): cumulative 0, interval 0 2024-05-09T03:50:01.317 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: AddFile(L0 Files): cumulative 0, interval 0 2024-05-09T03:50:01.317 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: AddFile(Keys): cumulative 0, interval 0 2024-05-09T03:50:01.317 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: Cumulative compaction: 0.00 GB write, 40.96 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-09T03:50:01.317 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: Interval compaction: 0.00 GB write, 40.96 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-09T03:50:01.317 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: 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-09T03:50:01.317 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: Block cache BinnedLRUCache@0x5592ac45b1f0#7 capacity: 512.00 MB usage: 14.53 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.5e-05 secs_since: 0 2024-05-09T03:50:01.317 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: Block cache entry stats(count,size,portion): FilterBlock(3,5.58 KB,0.00106394%) IndexBlock(3,8.95 KB,0.00170767%) Misc(1,0.00 KB,0%) 2024-05-09T03:50:01.317 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: ** File Read Latency Histogram By Level [default] ** 2024-05-09T03:50:01.317 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.094+0000 7f5d0e820c80 10 CompressorRegistry(0x5592ac4f4288) _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-09T03:50:01.317 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.094+0000 7f5cfdf77700 2 Event(0x5592ac43a748 nevent=5000 time_id=1).set_owner center_id=0 owner=140037374572288 2024-05-09T03:50:01.317 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.094+0000 7f5cfe778700 2 Event(0x5592ac43a988 nevent=5000 time_id=1).set_owner center_id=1 owner=140037382964992 2024-05-09T03:50:01.317 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.094+0000 7f5cfdf77700 10 stack operator() starting 2024-05-09T03:50:01.317 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.094+0000 7f5cfe778700 10 stack operator() starting 2024-05-09T03:50:01.317 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.094+0000 7f5d03f83700 2 Event(0x5592ac43b4c8 nevent=5000 time_id=1).set_owner center_id=2 owner=140037475284736 2024-05-09T03:50:01.317 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.094+0000 7f5d03f83700 10 stack operator() starting 2024-05-09T03:50:01.318 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.094+0000 7f5d0e820c80 0 starting mon.b rank 1 at public addrs [v2:172.21.15.100:3300/0,v1:172.21.15.100:6789/0] at bind addrs [v2:172.21.15.100:3300/0,v1:172.21.15.100:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid d6ec865c-0db5-11ef-bc97-c7b262605968 2024-05-09T03:50:01.318 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.094+0000 7f5d0e820c80 10 CompressorRegistry(0x5592ac4f4b88) _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-09T03:50:01.318 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.094+0000 7f5d0e820c80 1 mon.b@-1(???) e2 preinit fsid d6ec865c-0db5-11ef-bc97-c7b262605968 2024-05-09T03:50:01.318 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.094+0000 7f5d0e820c80 0 mon.b@-1(???).mds e1 new map 2024-05-09T03:50:01.318 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.094+0000 7f5d0e820c80 0 mon.b@-1(???).mds e1 print_map 2024-05-09T03:50:01.318 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: e1 2024-05-09T03:50:01.318 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: enable_multiple, ever_enabled_multiple: 1,1 2024-05-09T03:50:01.318 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: 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-09T03:50:01.318 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: legacy client fscid: -1 2024-05-09T03:50:01.318 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: 2024-05-09T03:50:01.318 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: No filesystems configured 2024-05-09T03:50:01.318 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.094+0000 7f5d0e820c80 0 mon.b@-1(???).osd e14 crush map has features 3314932999778484224, adjusting msgr requires 2024-05-09T03:50:01.318 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.094+0000 7f5d0e820c80 0 mon.b@-1(???).osd e14 crush map has features 288514050185494528, adjusting msgr requires 2024-05-09T03:50:01.318 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.094+0000 7f5d0e820c80 0 mon.b@-1(???).osd e14 crush map has features 288514050185494528, adjusting msgr requires 2024-05-09T03:50:01.318 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.094+0000 7f5d0e820c80 0 mon.b@-1(???).osd e14 crush map has features 288514050185494528, adjusting msgr requires 2024-05-09T03:50:01.319 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:01 smithi100 bash[31614]: debug 2024-05-09T03:50:01.094+0000 7f5d0e820c80 1 mon.b@-1(???).paxosservice(auth 1..10) refresh upgraded, format 0 -> 3 2024-05-09T03:50:02.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:02 smithi100 bash[31614]: audit 2024-05-09T03:49:59.047606+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-09T03:50:02.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:02 smithi100 bash[31614]: audit 2024-05-09T03:49:59.047606+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-09T03:50:02.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:02 smithi100 bash[31614]: audit 2024-05-09T03:49:59.048304+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T03:50:02.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:02 smithi100 bash[31614]: audit 2024-05-09T03:49:59.048304+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T03:50:02.879 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:02 smithi060 bash[38397]: audit 2024-05-09T03:49:59.047606+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-09T03:50:02.879 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:02 smithi060 bash[38397]: audit 2024-05-09T03:49:59.047606+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-09T03:50:02.880 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:02 smithi060 bash[38397]: audit 2024-05-09T03:49:59.048304+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T03:50:02.880 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:02 smithi060 bash[38397]: audit 2024-05-09T03:49:59.048304+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T03:50:03.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:03 smithi100 bash[31614]: cluster 2024-05-09T03:50:00.000170+0000 mon.a (mon.0) 20 : cluster [INF] overall HEALTH_OK 2024-05-09T03:50:03.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:03 smithi100 bash[31614]: cluster 2024-05-09T03:50:00.000170+0000 mon.a (mon.0) 20 : cluster [INF] overall HEALTH_OK 2024-05-09T03:50:03.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:03 smithi100 bash[31614]: cluster 2024-05-09T03:50:00.228734+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v168: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:03.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:03 smithi100 bash[31614]: cluster 2024-05-09T03:50:00.228734+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v168: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:03.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:03 smithi100 bash[31614]: cluster 2024-05-09T03:50:02.229181+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v169: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:03.796 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:03 smithi100 bash[31614]: cluster 2024-05-09T03:50:02.229181+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v169: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:03.796 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:03 smithi100 bash[31614]: cluster 2024-05-09T03:50:02.395304+0000 mon.a (mon.0) 21 : cluster [INF] mon.a calling monitor election 2024-05-09T03:50:03.796 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:03 smithi100 bash[31614]: cluster 2024-05-09T03:50:02.395304+0000 mon.a (mon.0) 21 : cluster [INF] mon.a calling monitor election 2024-05-09T03:50:03.796 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:03 smithi100 bash[31614]: cluster 2024-05-09T03:50:02.395854+0000 mon.b (mon.1) 1 : cluster [INF] mon.b calling monitor election 2024-05-09T03:50:03.796 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:03 smithi100 bash[31614]: cluster 2024-05-09T03:50:02.395854+0000 mon.b (mon.1) 1 : cluster [INF] mon.b calling monitor election 2024-05-09T03:50:03.796 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:03 smithi100 bash[31614]: cluster 2024-05-09T03:50:02.433499+0000 mon.a (mon.0) 22 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-05-09T03:50:03.796 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:03 smithi100 bash[31614]: cluster 2024-05-09T03:50:02.433499+0000 mon.a (mon.0) 22 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-05-09T03:50:03.796 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:03 smithi100 bash[31614]: cluster 2024-05-09T03:50:02.444000+0000 mon.a (mon.0) 23 : cluster [DBG] monmap epoch 2 2024-05-09T03:50:03.796 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:03 smithi100 bash[31614]: cluster 2024-05-09T03:50:02.444000+0000 mon.a (mon.0) 23 : cluster [DBG] monmap epoch 2 2024-05-09T03:50:03.796 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:03 smithi100 bash[31614]: cluster 2024-05-09T03:50:02.444058+0000 mon.a (mon.0) 24 : cluster [DBG] fsid d6ec865c-0db5-11ef-bc97-c7b262605968 2024-05-09T03:50:03.796 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:03 smithi100 bash[31614]: cluster 2024-05-09T03:50:02.444058+0000 mon.a (mon.0) 24 : cluster [DBG] fsid d6ec865c-0db5-11ef-bc97-c7b262605968 2024-05-09T03:50:03.796 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:03 smithi100 bash[31614]: cluster 2024-05-09T03:50:02.444101+0000 mon.a (mon.0) 25 : cluster [DBG] last_changed 2024-05-09T03:45:32.514477+0000 2024-05-09T03:50:03.796 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:03 smithi100 bash[31614]: cluster 2024-05-09T03:50:02.444101+0000 mon.a (mon.0) 25 : cluster [DBG] last_changed 2024-05-09T03:45:32.514477+0000 2024-05-09T03:50:03.796 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:03 smithi100 bash[31614]: cluster 2024-05-09T03:50:02.444147+0000 mon.a (mon.0) 26 : cluster [DBG] created 2024-05-09T03:43:20.084743+0000 2024-05-09T03:50:03.796 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:03 smithi100 bash[31614]: cluster 2024-05-09T03:50:02.444147+0000 mon.a (mon.0) 26 : cluster [DBG] created 2024-05-09T03:43:20.084743+0000 2024-05-09T03:50:03.797 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:03 smithi100 bash[31614]: cluster 2024-05-09T03:50:02.444175+0000 mon.a (mon.0) 27 : cluster [DBG] min_mon_release 19 (squid) 2024-05-09T03:50:03.797 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:03 smithi100 bash[31614]: cluster 2024-05-09T03:50:02.444175+0000 mon.a (mon.0) 27 : cluster [DBG] min_mon_release 19 (squid) 2024-05-09T03:50:03.797 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:03 smithi100 bash[31614]: cluster 2024-05-09T03:50:02.444196+0000 mon.a (mon.0) 28 : cluster [DBG] election_strategy: 1 2024-05-09T03:50:03.797 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:03 smithi100 bash[31614]: cluster 2024-05-09T03:50:02.444196+0000 mon.a (mon.0) 28 : cluster [DBG] election_strategy: 1 2024-05-09T03:50:03.797 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:03 smithi100 bash[31614]: cluster 2024-05-09T03:50:02.444217+0000 mon.a (mon.0) 29 : cluster [DBG] 0: [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] mon.a 2024-05-09T03:50:03.797 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:03 smithi100 bash[31614]: cluster 2024-05-09T03:50:02.444217+0000 mon.a (mon.0) 29 : cluster [DBG] 0: [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] mon.a 2024-05-09T03:50:03.797 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:03 smithi100 bash[31614]: cluster 2024-05-09T03:50:02.444242+0000 mon.a (mon.0) 30 : cluster [DBG] 1: [v2:172.21.15.100:3300/0,v1:172.21.15.100:6789/0] mon.b 2024-05-09T03:50:03.797 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:03 smithi100 bash[31614]: cluster 2024-05-09T03:50:02.444242+0000 mon.a (mon.0) 30 : cluster [DBG] 1: [v2:172.21.15.100:3300/0,v1:172.21.15.100:6789/0] mon.b 2024-05-09T03:50:03.797 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:03 smithi100 bash[31614]: cluster 2024-05-09T03:50:02.445383+0000 mon.a (mon.0) 31 : cluster [DBG] fsmap 2024-05-09T03:50:03.797 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:03 smithi100 bash[31614]: cluster 2024-05-09T03:50:02.445383+0000 mon.a (mon.0) 31 : cluster [DBG] fsmap 2024-05-09T03:50:03.797 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:03 smithi100 bash[31614]: cluster 2024-05-09T03:50:02.445448+0000 mon.a (mon.0) 32 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-05-09T03:50:03.797 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:03 smithi100 bash[31614]: cluster 2024-05-09T03:50:02.445448+0000 mon.a (mon.0) 32 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-05-09T03:50:03.797 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:03 smithi100 bash[31614]: cluster 2024-05-09T03:50:02.446107+0000 mon.a (mon.0) 33 : cluster [DBG] mgrmap e14: a(active, since 5m), standbys: b 2024-05-09T03:50:03.797 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:03 smithi100 bash[31614]: cluster 2024-05-09T03:50:02.446107+0000 mon.a (mon.0) 33 : cluster [DBG] mgrmap e14: a(active, since 5m), standbys: b 2024-05-09T03:50:03.797 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:03 smithi100 bash[31614]: cluster 2024-05-09T03:50:02.446465+0000 mon.a (mon.0) 34 : cluster [INF] overall HEALTH_OK 2024-05-09T03:50:03.798 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:03 smithi100 bash[31614]: cluster 2024-05-09T03:50:02.446465+0000 mon.a (mon.0) 34 : cluster [INF] overall HEALTH_OK 2024-05-09T03:50:03.798 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:03 smithi100 bash[31614]: audit 2024-05-09T03:50:02.453757+0000 mon.a (mon.0) 35 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:50:03.798 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:03 smithi100 bash[31614]: audit 2024-05-09T03:50:02.453757+0000 mon.a (mon.0) 35 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:50:03.798 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:03 smithi100 bash[31614]: audit 2024-05-09T03:50:02.463637+0000 mon.a (mon.0) 36 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:50:03.798 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:03 smithi100 bash[31614]: audit 2024-05-09T03:50:02.463637+0000 mon.a (mon.0) 36 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:50:03.798 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:03 smithi100 bash[31614]: audit 2024-05-09T03:50:02.476107+0000 mon.a (mon.0) 37 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T03:50:03.798 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:03 smithi100 bash[31614]: audit 2024-05-09T03:50:02.476107+0000 mon.a (mon.0) 37 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T03:50:03.880 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:03 smithi060 bash[38397]: cluster 2024-05-09T03:50:00.000170+0000 mon.a (mon.0) 20 : cluster [INF] overall HEALTH_OK 2024-05-09T03:50:03.880 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:03 smithi060 bash[38397]: cluster 2024-05-09T03:50:00.000170+0000 mon.a (mon.0) 20 : cluster [INF] overall HEALTH_OK 2024-05-09T03:50:03.880 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:03 smithi060 bash[38397]: cluster 2024-05-09T03:50:00.228734+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v168: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:03.880 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:03 smithi060 bash[38397]: cluster 2024-05-09T03:50:00.228734+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v168: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:03.880 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:03 smithi060 bash[38397]: cluster 2024-05-09T03:50:02.229181+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v169: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:03.880 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:03 smithi060 bash[38397]: cluster 2024-05-09T03:50:02.229181+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v169: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:03.881 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:03 smithi060 bash[38397]: cluster 2024-05-09T03:50:02.395304+0000 mon.a (mon.0) 21 : cluster [INF] mon.a calling monitor election 2024-05-09T03:50:03.881 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:03 smithi060 bash[38397]: cluster 2024-05-09T03:50:02.395304+0000 mon.a (mon.0) 21 : cluster [INF] mon.a calling monitor election 2024-05-09T03:50:03.881 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:03 smithi060 bash[38397]: cluster 2024-05-09T03:50:02.395854+0000 mon.b (mon.1) 1 : cluster [INF] mon.b calling monitor election 2024-05-09T03:50:03.881 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:03 smithi060 bash[38397]: cluster 2024-05-09T03:50:02.395854+0000 mon.b (mon.1) 1 : cluster [INF] mon.b calling monitor election 2024-05-09T03:50:03.881 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:03 smithi060 bash[38397]: cluster 2024-05-09T03:50:02.433499+0000 mon.a (mon.0) 22 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-05-09T03:50:03.881 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:03 smithi060 bash[38397]: cluster 2024-05-09T03:50:02.433499+0000 mon.a (mon.0) 22 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-05-09T03:50:03.881 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:03 smithi060 bash[38397]: cluster 2024-05-09T03:50:02.444000+0000 mon.a (mon.0) 23 : cluster [DBG] monmap epoch 2 2024-05-09T03:50:03.881 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:03 smithi060 bash[38397]: cluster 2024-05-09T03:50:02.444000+0000 mon.a (mon.0) 23 : cluster [DBG] monmap epoch 2 2024-05-09T03:50:03.881 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:03 smithi060 bash[38397]: cluster 2024-05-09T03:50:02.444058+0000 mon.a (mon.0) 24 : cluster [DBG] fsid d6ec865c-0db5-11ef-bc97-c7b262605968 2024-05-09T03:50:03.881 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:03 smithi060 bash[38397]: cluster 2024-05-09T03:50:02.444058+0000 mon.a (mon.0) 24 : cluster [DBG] fsid d6ec865c-0db5-11ef-bc97-c7b262605968 2024-05-09T03:50:03.881 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:03 smithi060 bash[38397]: cluster 2024-05-09T03:50:02.444101+0000 mon.a (mon.0) 25 : cluster [DBG] last_changed 2024-05-09T03:45:32.514477+0000 2024-05-09T03:50:03.881 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:03 smithi060 bash[38397]: cluster 2024-05-09T03:50:02.444101+0000 mon.a (mon.0) 25 : cluster [DBG] last_changed 2024-05-09T03:45:32.514477+0000 2024-05-09T03:50:03.881 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:03 smithi060 bash[38397]: cluster 2024-05-09T03:50:02.444147+0000 mon.a (mon.0) 26 : cluster [DBG] created 2024-05-09T03:43:20.084743+0000 2024-05-09T03:50:03.881 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:03 smithi060 bash[38397]: cluster 2024-05-09T03:50:02.444147+0000 mon.a (mon.0) 26 : cluster [DBG] created 2024-05-09T03:43:20.084743+0000 2024-05-09T03:50:03.881 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:03 smithi060 bash[38397]: cluster 2024-05-09T03:50:02.444175+0000 mon.a (mon.0) 27 : cluster [DBG] min_mon_release 19 (squid) 2024-05-09T03:50:03.882 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:03 smithi060 bash[38397]: cluster 2024-05-09T03:50:02.444175+0000 mon.a (mon.0) 27 : cluster [DBG] min_mon_release 19 (squid) 2024-05-09T03:50:03.882 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:03 smithi060 bash[38397]: cluster 2024-05-09T03:50:02.444196+0000 mon.a (mon.0) 28 : cluster [DBG] election_strategy: 1 2024-05-09T03:50:03.882 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:03 smithi060 bash[38397]: cluster 2024-05-09T03:50:02.444196+0000 mon.a (mon.0) 28 : cluster [DBG] election_strategy: 1 2024-05-09T03:50:03.882 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:03 smithi060 bash[38397]: cluster 2024-05-09T03:50:02.444217+0000 mon.a (mon.0) 29 : cluster [DBG] 0: [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] mon.a 2024-05-09T03:50:03.882 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:03 smithi060 bash[38397]: cluster 2024-05-09T03:50:02.444217+0000 mon.a (mon.0) 29 : cluster [DBG] 0: [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] mon.a 2024-05-09T03:50:03.882 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:03 smithi060 bash[38397]: cluster 2024-05-09T03:50:02.444242+0000 mon.a (mon.0) 30 : cluster [DBG] 1: [v2:172.21.15.100:3300/0,v1:172.21.15.100:6789/0] mon.b 2024-05-09T03:50:03.882 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:03 smithi060 bash[38397]: cluster 2024-05-09T03:50:02.444242+0000 mon.a (mon.0) 30 : cluster [DBG] 1: [v2:172.21.15.100:3300/0,v1:172.21.15.100:6789/0] mon.b 2024-05-09T03:50:03.882 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:03 smithi060 bash[38397]: cluster 2024-05-09T03:50:02.445383+0000 mon.a (mon.0) 31 : cluster [DBG] fsmap 2024-05-09T03:50:03.882 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:03 smithi060 bash[38397]: cluster 2024-05-09T03:50:02.445383+0000 mon.a (mon.0) 31 : cluster [DBG] fsmap 2024-05-09T03:50:03.882 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:03 smithi060 bash[38397]: cluster 2024-05-09T03:50:02.445448+0000 mon.a (mon.0) 32 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-05-09T03:50:03.883 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:03 smithi060 bash[38397]: cluster 2024-05-09T03:50:02.445448+0000 mon.a (mon.0) 32 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-05-09T03:50:03.883 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:03 smithi060 bash[38397]: cluster 2024-05-09T03:50:02.446107+0000 mon.a (mon.0) 33 : cluster [DBG] mgrmap e14: a(active, since 5m), standbys: b 2024-05-09T03:50:03.883 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:03 smithi060 bash[38397]: cluster 2024-05-09T03:50:02.446107+0000 mon.a (mon.0) 33 : cluster [DBG] mgrmap e14: a(active, since 5m), standbys: b 2024-05-09T03:50:03.883 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:03 smithi060 bash[38397]: cluster 2024-05-09T03:50:02.446465+0000 mon.a (mon.0) 34 : cluster [INF] overall HEALTH_OK 2024-05-09T03:50:03.883 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:03 smithi060 bash[38397]: cluster 2024-05-09T03:50:02.446465+0000 mon.a (mon.0) 34 : cluster [INF] overall HEALTH_OK 2024-05-09T03:50:03.883 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:03 smithi060 bash[38397]: audit 2024-05-09T03:50:02.453757+0000 mon.a (mon.0) 35 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:50:03.883 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:03 smithi060 bash[38397]: audit 2024-05-09T03:50:02.453757+0000 mon.a (mon.0) 35 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:50:03.883 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:03 smithi060 bash[38397]: audit 2024-05-09T03:50:02.463637+0000 mon.a (mon.0) 36 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:50:03.883 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:03 smithi060 bash[38397]: audit 2024-05-09T03:50:02.463637+0000 mon.a (mon.0) 36 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:50:03.883 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:03 smithi060 bash[38397]: audit 2024-05-09T03:50:02.476107+0000 mon.a (mon.0) 37 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T03:50:03.883 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:03 smithi060 bash[38397]: audit 2024-05-09T03:50:02.476107+0000 mon.a (mon.0) 37 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T03:50:04.794 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:04 smithi100 bash[31614]: cluster 2024-05-09T03:50:04.229763+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v170: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:04.794 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:04 smithi100 bash[31614]: cluster 2024-05-09T03:50:04.229763+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v170: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:04.879 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:04 smithi060 bash[38397]: cluster 2024-05-09T03:50:04.229763+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v170: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:04.879 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:04 smithi060 bash[38397]: cluster 2024-05-09T03:50:04.229763+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v170: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:07.379 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:07 smithi060 bash[38397]: cluster 2024-05-09T03:50:06.230273+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v171: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:07.379 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:07 smithi060 bash[38397]: cluster 2024-05-09T03:50:06.230273+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v171: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:07.544 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:07 smithi100 bash[31614]: cluster 2024-05-09T03:50:06.230273+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v171: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:07.544 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:07 smithi100 bash[31614]: cluster 2024-05-09T03:50:06.230273+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v171: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:09.130 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:08 smithi060 bash[38397]: audit 2024-05-09T03:50:07.864113+0000 mon.a (mon.0) 38 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:50:09.130 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:08 smithi060 bash[38397]: audit 2024-05-09T03:50:07.864113+0000 mon.a (mon.0) 38 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:50:09.130 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:08 smithi060 bash[38397]: audit 2024-05-09T03:50:07.866815+0000 mon.a (mon.0) 39 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:50:09.130 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:08 smithi060 bash[38397]: audit 2024-05-09T03:50:07.866815+0000 mon.a (mon.0) 39 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:50:09.130 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:08 smithi060 bash[38397]: audit 2024-05-09T03:50:07.870449+0000 mon.a (mon.0) 40 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:50:09.130 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:08 smithi060 bash[38397]: audit 2024-05-09T03:50:07.870449+0000 mon.a (mon.0) 40 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:50:09.130 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:08 smithi060 bash[38397]: audit 2024-05-09T03:50:07.873464+0000 mon.a (mon.0) 41 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:50:09.130 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:08 smithi060 bash[38397]: audit 2024-05-09T03:50:07.873464+0000 mon.a (mon.0) 41 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:50:09.130 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:08 smithi060 bash[38397]: audit 2024-05-09T03:50:07.874897+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:50:09.131 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:08 smithi060 bash[38397]: audit 2024-05-09T03:50:07.874897+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:50:09.131 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:08 smithi060 bash[38397]: audit 2024-05-09T03:50:07.876245+0000 mon.a (mon.0) 43 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T03:50:09.131 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:08 smithi060 bash[38397]: audit 2024-05-09T03:50:07.876245+0000 mon.a (mon.0) 43 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T03:50:09.131 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:08 smithi060 bash[38397]: audit 2024-05-09T03:50:07.881207+0000 mon.a (mon.0) 44 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:50:09.131 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:08 smithi060 bash[38397]: audit 2024-05-09T03:50:07.881207+0000 mon.a (mon.0) 44 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:50:09.131 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:08 smithi060 bash[38397]: cluster 2024-05-09T03:50:08.230768+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v172: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:09.131 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:08 smithi060 bash[38397]: cluster 2024-05-09T03:50:08.230768+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v172: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:09.294 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:08 smithi100 bash[31614]: audit 2024-05-09T03:50:07.864113+0000 mon.a (mon.0) 38 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:50:09.295 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:08 smithi100 bash[31614]: audit 2024-05-09T03:50:07.864113+0000 mon.a (mon.0) 38 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:50:09.295 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:08 smithi100 bash[31614]: audit 2024-05-09T03:50:07.866815+0000 mon.a (mon.0) 39 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:50:09.295 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:08 smithi100 bash[31614]: audit 2024-05-09T03:50:07.866815+0000 mon.a (mon.0) 39 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:50:09.295 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:08 smithi100 bash[31614]: audit 2024-05-09T03:50:07.870449+0000 mon.a (mon.0) 40 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:50:09.295 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:08 smithi100 bash[31614]: audit 2024-05-09T03:50:07.870449+0000 mon.a (mon.0) 40 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:50:09.295 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:08 smithi100 bash[31614]: audit 2024-05-09T03:50:07.873464+0000 mon.a (mon.0) 41 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:50:09.295 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:08 smithi100 bash[31614]: audit 2024-05-09T03:50:07.873464+0000 mon.a (mon.0) 41 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:50:09.295 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:08 smithi100 bash[31614]: audit 2024-05-09T03:50:07.874897+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:50:09.295 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:08 smithi100 bash[31614]: audit 2024-05-09T03:50:07.874897+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T03:50:09.295 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:08 smithi100 bash[31614]: audit 2024-05-09T03:50:07.876245+0000 mon.a (mon.0) 43 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T03:50:09.295 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:08 smithi100 bash[31614]: audit 2024-05-09T03:50:07.876245+0000 mon.a (mon.0) 43 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T03:50:09.296 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:08 smithi100 bash[31614]: audit 2024-05-09T03:50:07.881207+0000 mon.a (mon.0) 44 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:50:09.296 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:08 smithi100 bash[31614]: audit 2024-05-09T03:50:07.881207+0000 mon.a (mon.0) 44 : audit [INF] from='mgr.14152 172.21.15.60:0/407472399' entity='mgr.a' 2024-05-09T03:50:09.296 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:08 smithi100 bash[31614]: cluster 2024-05-09T03:50:08.230768+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v172: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:09.296 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:08 smithi100 bash[31614]: cluster 2024-05-09T03:50:08.230768+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v172: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:11.544 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:11 smithi100 bash[31614]: cluster 2024-05-09T03:50:10.231405+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v173: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:11.544 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:11 smithi100 bash[31614]: cluster 2024-05-09T03:50:10.231405+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v173: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:11.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:11 smithi060 bash[38397]: cluster 2024-05-09T03:50:10.231405+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v173: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:11.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:11 smithi060 bash[38397]: cluster 2024-05-09T03:50:10.231405+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v173: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:13.544 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:13 smithi100 bash[31614]: cluster 2024-05-09T03:50:12.232003+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v174: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:13.544 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:13 smithi100 bash[31614]: cluster 2024-05-09T03:50:12.232003+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v174: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:13.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:13 smithi060 bash[38397]: cluster 2024-05-09T03:50:12.232003+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v174: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:13.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:13 smithi060 bash[38397]: cluster 2024-05-09T03:50:12.232003+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v174: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:15.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:15 smithi060 bash[38397]: cluster 2024-05-09T03:50:14.232521+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v175: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:15.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:15 smithi060 bash[38397]: cluster 2024-05-09T03:50:14.232521+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v175: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:15.794 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:15 smithi100 bash[31614]: cluster 2024-05-09T03:50:14.232521+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v175: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:15.794 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:15 smithi100 bash[31614]: cluster 2024-05-09T03:50:14.232521+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v175: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:17.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:17 smithi060 bash[38397]: cluster 2024-05-09T03:50:16.233032+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v176: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:17.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:17 smithi060 bash[38397]: cluster 2024-05-09T03:50:16.233032+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v176: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:17.794 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:17 smithi100 bash[31614]: cluster 2024-05-09T03:50:16.233032+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v176: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:17.794 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:17 smithi100 bash[31614]: cluster 2024-05-09T03:50:16.233032+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v176: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:19.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:19 smithi060 bash[38397]: cluster 2024-05-09T03:50:18.233526+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v177: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:19.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:19 smithi060 bash[38397]: cluster 2024-05-09T03:50:18.233526+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v177: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:19.794 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:19 smithi100 bash[31614]: cluster 2024-05-09T03:50:18.233526+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v177: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:19.794 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:19 smithi100 bash[31614]: cluster 2024-05-09T03:50:18.233526+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v177: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:21.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:21 smithi060 bash[38397]: cluster 2024-05-09T03:50:20.233988+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v178: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:21.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:21 smithi060 bash[38397]: cluster 2024-05-09T03:50:20.233988+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v178: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:21.794 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:21 smithi100 bash[31614]: cluster 2024-05-09T03:50:20.233988+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v178: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:21.794 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:21 smithi100 bash[31614]: cluster 2024-05-09T03:50:20.233988+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v178: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:23.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:23 smithi060 bash[38397]: cluster 2024-05-09T03:50:22.234470+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v179: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:23.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:23 smithi060 bash[38397]: cluster 2024-05-09T03:50:22.234470+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v179: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:23.794 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:23 smithi100 bash[31614]: cluster 2024-05-09T03:50:22.234470+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v179: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:23.794 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:23 smithi100 bash[31614]: cluster 2024-05-09T03:50:22.234470+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v179: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:25.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:25 smithi060 bash[38397]: cluster 2024-05-09T03:50:24.234930+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v180: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:25.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:25 smithi060 bash[38397]: cluster 2024-05-09T03:50:24.234930+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v180: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:25.794 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:25 smithi100 bash[31614]: cluster 2024-05-09T03:50:24.234930+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v180: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:25.794 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:25 smithi100 bash[31614]: cluster 2024-05-09T03:50:24.234930+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v180: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:27.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:27 smithi060 bash[38397]: cluster 2024-05-09T03:50:26.235346+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v181: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:27.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:27 smithi060 bash[38397]: cluster 2024-05-09T03:50:26.235346+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v181: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:27.794 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:27 smithi100 bash[31614]: cluster 2024-05-09T03:50:26.235346+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v181: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:27.794 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:27 smithi100 bash[31614]: cluster 2024-05-09T03:50:26.235346+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v181: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:29.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:29 smithi060 bash[38397]: cluster 2024-05-09T03:50:28.235897+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v182: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:29.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:29 smithi060 bash[38397]: cluster 2024-05-09T03:50:28.235897+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v182: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:29.794 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:29 smithi100 bash[31614]: cluster 2024-05-09T03:50:28.235897+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v182: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:29.794 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:29 smithi100 bash[31614]: cluster 2024-05-09T03:50:28.235897+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v182: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:31.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:31 smithi060 bash[38397]: cluster 2024-05-09T03:50:30.236400+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v183: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:31.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:31 smithi060 bash[38397]: cluster 2024-05-09T03:50:30.236400+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v183: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:31.794 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:31 smithi100 bash[31614]: cluster 2024-05-09T03:50:30.236400+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v183: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:31.794 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:31 smithi100 bash[31614]: cluster 2024-05-09T03:50:30.236400+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v183: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:33.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:33 smithi060 bash[38397]: cluster 2024-05-09T03:50:32.236856+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v184: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:33.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:33 smithi060 bash[38397]: cluster 2024-05-09T03:50:32.236856+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v184: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:33.794 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:33 smithi100 bash[31614]: cluster 2024-05-09T03:50:32.236856+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v184: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:33.794 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:33 smithi100 bash[31614]: cluster 2024-05-09T03:50:32.236856+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v184: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:35.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:35 smithi060 bash[38397]: cluster 2024-05-09T03:50:34.237303+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v185: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:35.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:35 smithi060 bash[38397]: cluster 2024-05-09T03:50:34.237303+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v185: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:35.794 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:35 smithi100 bash[31614]: cluster 2024-05-09T03:50:34.237303+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v185: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:35.794 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:35 smithi100 bash[31614]: cluster 2024-05-09T03:50:34.237303+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v185: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:37.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:37 smithi060 bash[38397]: cluster 2024-05-09T03:50:36.237749+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v186: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:37.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:37 smithi060 bash[38397]: cluster 2024-05-09T03:50:36.237749+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v186: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:37.794 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:37 smithi100 bash[31614]: cluster 2024-05-09T03:50:36.237749+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v186: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:37.794 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:37 smithi100 bash[31614]: cluster 2024-05-09T03:50:36.237749+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v186: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:39.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:39 smithi060 bash[38397]: cluster 2024-05-09T03:50:38.238187+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v187: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:39.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:39 smithi060 bash[38397]: cluster 2024-05-09T03:50:38.238187+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v187: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:39.794 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:39 smithi100 bash[31614]: cluster 2024-05-09T03:50:38.238187+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v187: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:39.794 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:39 smithi100 bash[31614]: cluster 2024-05-09T03:50:38.238187+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v187: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:41.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:41 smithi060 bash[38397]: cluster 2024-05-09T03:50:40.238670+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v188: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:41.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:41 smithi060 bash[38397]: cluster 2024-05-09T03:50:40.238670+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v188: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:41.794 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:41 smithi100 bash[31614]: cluster 2024-05-09T03:50:40.238670+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v188: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:41.794 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:41 smithi100 bash[31614]: cluster 2024-05-09T03:50:40.238670+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v188: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:43.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:43 smithi060 bash[38397]: cluster 2024-05-09T03:50:42.239172+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v189: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:43.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:43 smithi060 bash[38397]: cluster 2024-05-09T03:50:42.239172+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v189: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:43.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:43 smithi100 bash[31614]: cluster 2024-05-09T03:50:42.239172+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v189: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:43.795 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:43 smithi100 bash[31614]: cluster 2024-05-09T03:50:42.239172+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v189: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:45.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:45 smithi060 bash[38397]: cluster 2024-05-09T03:50:44.239576+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v190: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:45.631 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:45 smithi060 bash[38397]: cluster 2024-05-09T03:50:44.239576+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v190: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:45.794 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:45 smithi100 bash[31614]: cluster 2024-05-09T03:50:44.239576+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v190: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:45.794 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:45 smithi100 bash[31614]: cluster 2024-05-09T03:50:44.239576+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v190: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:47.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:47 smithi060 bash[38397]: cluster 2024-05-09T03:50:46.240049+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v191: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:47.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:47 smithi060 bash[38397]: cluster 2024-05-09T03:50:46.240049+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v191: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:47.794 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:47 smithi100 bash[31614]: cluster 2024-05-09T03:50:46.240049+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v191: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:47.794 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:47 smithi100 bash[31614]: cluster 2024-05-09T03:50:46.240049+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v191: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:49.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:49 smithi060 bash[38397]: cluster 2024-05-09T03:50:48.240479+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v192: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:49.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:49 smithi060 bash[38397]: cluster 2024-05-09T03:50:48.240479+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v192: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:49.794 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:49 smithi100 bash[31614]: cluster 2024-05-09T03:50:48.240479+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v192: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:49.794 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:49 smithi100 bash[31614]: cluster 2024-05-09T03:50:48.240479+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v192: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:51.629 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:51 smithi060 bash[38397]: cluster 2024-05-09T03:50:50.240963+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v193: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:51.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:51 smithi060 bash[38397]: cluster 2024-05-09T03:50:50.240963+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v193: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:51.794 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:51 smithi100 bash[31614]: cluster 2024-05-09T03:50:50.240963+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v193: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:51.794 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:51 smithi100 bash[31614]: cluster 2024-05-09T03:50:50.240963+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v193: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:53.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:53 smithi060 bash[38397]: cluster 2024-05-09T03:50:52.241477+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v194: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:53.630 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:53 smithi060 bash[38397]: cluster 2024-05-09T03:50:52.241477+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v194: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:53.794 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:53 smithi100 bash[31614]: cluster 2024-05-09T03:50:52.241477+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v194: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:53.794 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:53 smithi100 bash[31614]: cluster 2024-05-09T03:50:52.241477+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v194: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:55.794 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:55 smithi100 bash[31614]: cluster 2024-05-09T03:50:54.242070+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v195: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:55.794 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:55 smithi100 bash[31614]: cluster 2024-05-09T03:50:54.242070+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v195: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:55.879 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:55 smithi060 bash[38397]: cluster 2024-05-09T03:50:54.242070+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v195: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:55.880 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:55 smithi060 bash[38397]: cluster 2024-05-09T03:50:54.242070+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v195: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:57.794 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:57 smithi100 bash[31614]: cluster 2024-05-09T03:50:56.242565+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v196: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:57.794 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:57 smithi100 bash[31614]: cluster 2024-05-09T03:50:56.242565+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v196: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:57.879 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:57 smithi060 bash[38397]: cluster 2024-05-09T03:50:56.242565+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v196: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:57.880 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:57 smithi060 bash[38397]: cluster 2024-05-09T03:50:56.242565+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v196: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T03:50:58.721 INFO:teuthology.orchestra.run.smithi060.stderr:+ grep '\-\-cpus=2' /var/lib/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/mon.a/unit.run 2024-05-09T03:50:58.723 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/bin/ceph-mon --privileged --group-add=disk --init --name ceph-d6ec865c-0db5-11ef-bc97-c7b262605968-mon-a --pids-limit=0 --cpus=2 -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:05de6593b88417234cfc69df4d6993be606178f15beb2e23381c5fdef15b9082 -e NODE_NAME=smithi060 -e TCMALLOC_MAX_TOTAL_THREAD_CACHE_BYTES=134217728 -v /var/run/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968:/var/run/ceph:z -v /var/log/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968:/var/log/ceph:z -v /var/lib/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /var/lib/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/mon.a:/var/lib/ceph/mon/ceph-a:z -v /var/lib/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/mon.a/config:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:05de6593b88417234cfc69df4d6993be606178f15beb2e23381c5fdef15b9082 -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true '--default-log-stderr-prefix=debug ' --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true --debug_ms 10 2024-05-09T03:50:58.724 INFO:teuthology.orchestra.run.smithi060.stderr:+ grep '\-\-debug_ms 10' /var/lib/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/mon.a/unit.run 2024-05-09T03:50:58.726 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/bin/ceph-mon --privileged --group-add=disk --init --name ceph-d6ec865c-0db5-11ef-bc97-c7b262605968-mon-a --pids-limit=0 --cpus=2 -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:05de6593b88417234cfc69df4d6993be606178f15beb2e23381c5fdef15b9082 -e NODE_NAME=smithi060 -e TCMALLOC_MAX_TOTAL_THREAD_CACHE_BYTES=134217728 -v /var/run/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968:/var/run/ceph:z -v /var/log/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968:/var/log/ceph:z -v /var/lib/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /var/lib/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/mon.a:/var/lib/ceph/mon/ceph-a:z -v /var/lib/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/mon.a/config:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:05de6593b88417234cfc69df4d6993be606178f15beb2e23381c5fdef15b9082 -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true '--default-log-stderr-prefix=debug ' --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true --debug_ms 10 2024-05-09T03:50:58.726 INFO:teuthology.orchestra.run.smithi060.stderr:+ grep testing_custom_containers /etc/cephadm_testing/testing.txt 2024-05-09T03:50:58.727 INFO:teuthology.orchestra.run.smithi060.stdout:testing_custom_containers 2024-05-09T03:50:58.727 INFO:teuthology.orchestra.run.smithi060.stderr:++ find /var/lib/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968 -maxdepth 1 -type d -name 'container.bar.*' 2024-05-09T03:50:58.729 INFO:teuthology.orchestra.run.smithi060.stderr:+ dir=/var/lib/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/container.bar.smithi060 2024-05-09T03:50:58.729 INFO:teuthology.orchestra.run.smithi060.stderr:+ test -n /var/lib/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/container.bar.smithi060 2024-05-09T03:50:58.729 INFO:teuthology.orchestra.run.smithi060.stderr:+ grep ok /var/lib/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/container.bar.smithi060/data/primary.txt 2024-05-09T03:50:58.730 INFO:teuthology.orchestra.run.smithi060.stdout:ok 2024-05-09T03:50:58.730 INFO:teuthology.orchestra.run.smithi060.stderr:+ grep from=centos /var/lib/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/container.bar.smithi060/data/from.txt 2024-05-09T03:50:58.732 INFO:teuthology.orchestra.run.smithi060.stdout:from=centos 2024-05-09T03:50:58.732 INFO:teuthology.orchestra.run.smithi060.stderr:+ test -s /var/lib/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/container.bar.smithi060/data/presized.dat 2024-05-09T03:50:58.734 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-05-09T03:50:58.744 INFO:tasks.cephadm:Teardown begin 2024-05-09T03:50:58.744 DEBUG:teuthology.orchestra.run.smithi060:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-09T03:50:58.758 DEBUG:teuthology.orchestra.run.smithi100:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-09T03:50:58.773 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-05-09T03:50:58.773 DEBUG:teuthology.orchestra.run.smithi060:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-05-09T03:50:58.810 DEBUG:teuthology.orchestra.run.smithi100:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-05-09T03:50:58.818 INFO:tasks.cephadm:Stopping all daemons... 2024-05-09T03:50:58.818 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-05-09T03:50:58.818 DEBUG:teuthology.orchestra.run.smithi060:> sudo systemctl stop ceph-d6ec865c-0db5-11ef-bc97-c7b262605968@mon.a 2024-05-09T03:50:58.988 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:58 smithi060 systemd[1]: Stopping Ceph mon.a for d6ec865c-0db5-11ef-bc97-c7b262605968... 2024-05-09T03:50:59.129 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:58 smithi060 bash[38397]: debug 2024-05-09T03:50:58.986+0000 7f2a7f08f700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true --debug_ms 10 (PID: 1) UID: 0 2024-05-09T03:50:59.130 INFO:journalctl@ceph.mon.a.smithi060.stdout:May 09 03:50:58 smithi060 bash[38397]: debug 2024-05-09T03:50:58.986+0000 7f2a7f08f700 -1 mon.a@0(leader) e2 *** Got Signal Terminated *** 2024-05-09T03:50:59.770 DEBUG:teuthology.orchestra.run.smithi060:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d6ec865c-0db5-11ef-bc97-c7b262605968@mon.a.service' 2024-05-09T03:50:59.802 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-09T03:50:59.802 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-05-09T03:50:59.802 INFO:tasks.cephadm.mon.b:Stopping mon.b... 2024-05-09T03:50:59.802 DEBUG:teuthology.orchestra.run.smithi100:> sudo systemctl stop ceph-d6ec865c-0db5-11ef-bc97-c7b262605968@mon.b 2024-05-09T03:51:00.084 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:50:59 smithi100 systemd[1]: Stopping Ceph mon.b for d6ec865c-0db5-11ef-bc97-c7b262605968... 2024-05-09T03:51:00.084 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:51:00 smithi100 bash[31614]: debug 2024-05-09T03:51:00.025+0000 7f5d05786700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.b -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true --debug_ms 10 (PID: 1) UID: 0 2024-05-09T03:51:00.084 INFO:journalctl@ceph.mon.b.smithi100.stdout:May 09 03:51:00 smithi100 bash[31614]: debug 2024-05-09T03:51:00.025+0000 7f5d05786700 -1 mon.b@1(peon) e2 *** Got Signal Terminated *** 2024-05-09T03:51:00.800 DEBUG:teuthology.orchestra.run.smithi100:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d6ec865c-0db5-11ef-bc97-c7b262605968@mon.b.service' 2024-05-09T03:51:00.831 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-09T03:51:00.832 INFO:tasks.cephadm.mon.b:Stopped mon.b 2024-05-09T03:51:00.832 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2024-05-09T03:51:00.832 DEBUG:teuthology.orchestra.run.smithi060:> sudo systemctl stop ceph-d6ec865c-0db5-11ef-bc97-c7b262605968@mgr.a 2024-05-09T03:51:01.129 INFO:journalctl@ceph.mgr.a.smithi060.stdout:May 09 03:51:00 smithi060 systemd[1]: Stopping Ceph mgr.a for d6ec865c-0db5-11ef-bc97-c7b262605968... 2024-05-09T03:51:01.630 INFO:journalctl@ceph.mgr.a.smithi060.stdout:May 09 03:51:01 smithi060 bash[38966]: ceph-d6ec865c-0db5-11ef-bc97-c7b262605968-mgr-a 2024-05-09T03:51:01.683 DEBUG:teuthology.orchestra.run.smithi060:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d6ec865c-0db5-11ef-bc97-c7b262605968@mgr.a.service' 2024-05-09T03:51:01.706 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-09T03:51:01.706 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2024-05-09T03:51:01.706 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2024-05-09T03:51:01.706 DEBUG:teuthology.orchestra.run.smithi100:> sudo systemctl stop ceph-d6ec865c-0db5-11ef-bc97-c7b262605968@mgr.b 2024-05-09T03:51:02.043 INFO:journalctl@ceph.mgr.b.smithi100.stdout:May 09 03:51:01 smithi100 systemd[1]: Stopping Ceph mgr.b for d6ec865c-0db5-11ef-bc97-c7b262605968... 2024-05-09T03:51:02.600 DEBUG:teuthology.orchestra.run.smithi100:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d6ec865c-0db5-11ef-bc97-c7b262605968@mgr.b.service' 2024-05-09T03:51:02.622 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-09T03:51:02.622 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2024-05-09T03:51:02.622 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-05-09T03:51:02.622 DEBUG:teuthology.orchestra.run.smithi060:> sudo systemctl stop ceph-d6ec865c-0db5-11ef-bc97-c7b262605968@osd.0 2024-05-09T03:51:03.130 INFO:journalctl@ceph.osd.0.smithi060.stdout:May 09 03:51:02 smithi060 systemd[1]: Stopping Ceph osd.0 for d6ec865c-0db5-11ef-bc97-c7b262605968... 2024-05-09T03:51:03.130 INFO:journalctl@ceph.osd.0.smithi060.stdout:May 09 03:51:02 smithi060 bash[30883]: debug 2024-05-09T03:51:02.798+0000 7efea33f7700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-05-09T03:51:03.130 INFO:journalctl@ceph.osd.0.smithi060.stdout:May 09 03:51:02 smithi060 bash[30883]: debug 2024-05-09T03:51:02.798+0000 7efea33f7700 -1 osd.0 14 *** Got signal Terminated *** 2024-05-09T03:51:03.130 INFO:journalctl@ceph.osd.0.smithi060.stdout:May 09 03:51:02 smithi060 bash[30883]: debug 2024-05-09T03:51:02.798+0000 7efea33f7700 -1 osd.0 14 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-05-09T03:51:09.163 INFO:journalctl@ceph.osd.0.smithi060.stdout:May 09 03:51:08 smithi060 bash[39084]: ceph-d6ec865c-0db5-11ef-bc97-c7b262605968-osd-0 2024-05-09T03:51:09.163 INFO:journalctl@ceph.osd.0.smithi060.stdout:May 09 03:51:09 smithi060 bash[39313]: Error response from daemon: No such container: ceph-d6ec865c-0db5-11ef-bc97-c7b262605968-osd-0 2024-05-09T03:51:10.812 DEBUG:teuthology.orchestra.run.smithi060:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d6ec865c-0db5-11ef-bc97-c7b262605968@osd.0.service' 2024-05-09T03:51:10.847 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-09T03:51:10.847 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-05-09T03:51:10.847 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-05-09T03:51:10.847 DEBUG:teuthology.orchestra.run.smithi100:> sudo systemctl stop ceph-d6ec865c-0db5-11ef-bc97-c7b262605968@osd.1 2024-05-09T03:51:11.294 INFO:journalctl@ceph.osd.1.smithi100.stdout:May 09 03:51:10 smithi100 systemd[1]: Stopping Ceph osd.1 for d6ec865c-0db5-11ef-bc97-c7b262605968... 2024-05-09T03:51:11.294 INFO:journalctl@ceph.osd.1.smithi100.stdout:May 09 03:51:11 smithi100 bash[26884]: debug 2024-05-09T03:51:11.005+0000 7f20788a5700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-05-09T03:51:11.294 INFO:journalctl@ceph.osd.1.smithi100.stdout:May 09 03:51:11 smithi100 bash[26884]: debug 2024-05-09T03:51:11.005+0000 7f20788a5700 -1 osd.1 14 *** Got signal Terminated *** 2024-05-09T03:51:11.294 INFO:journalctl@ceph.osd.1.smithi100.stdout:May 09 03:51:11 smithi100 bash[26884]: debug 2024-05-09T03:51:11.005+0000 7f20788a5700 -1 osd.1 14 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-05-09T03:51:17.293 INFO:journalctl@ceph.osd.1.smithi100.stdout:May 09 03:51:17 smithi100 bash[32311]: ceph-d6ec865c-0db5-11ef-bc97-c7b262605968-osd-1 2024-05-09T03:51:17.294 INFO:journalctl@ceph.osd.1.smithi100.stdout:May 09 03:51:17 smithi100 bash[32378]: Error response from daemon: No such container: ceph-d6ec865c-0db5-11ef-bc97-c7b262605968-osd-1 2024-05-09T03:51:18.838 DEBUG:teuthology.orchestra.run.smithi100:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d6ec865c-0db5-11ef-bc97-c7b262605968@osd.1.service' 2024-05-09T03:51:18.882 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-09T03:51:18.883 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-05-09T03:51:18.883 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d6ec865c-0db5-11ef-bc97-c7b262605968 --force --keep-logs 2024-05-09T03:51:19.058 INFO:teuthology.orchestra.run.smithi060.stdout:Deleting cluster with fsid: d6ec865c-0db5-11ef-bc97-c7b262605968 2024-05-09T03:51:27.634 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d6ec865c-0db5-11ef-bc97-c7b262605968 --force --keep-logs 2024-05-09T03:51:27.803 INFO:teuthology.orchestra.run.smithi100.stdout:Deleting cluster with fsid: d6ec865c-0db5-11ef-bc97-c7b262605968 2024-05-09T03:51:36.338 DEBUG:teuthology.orchestra.run.smithi060:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-09T03:51:36.352 DEBUG:teuthology.orchestra.run.smithi100:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-09T03:51:36.365 INFO:tasks.cephadm:Archiving crash dumps... 2024-05-09T03:51:36.367 DEBUG:teuthology.misc:Transferring archived files from smithi060:/var/lib/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/crash to /home/teuthworker/archive/adking-2024-05-09_03:09:40-orch:cephadm-wip-adk-testing-2024-05-08-1927-distro-default-smithi/7699480/remote/smithi060/crash 2024-05-09T03:51:36.368 DEBUG:teuthology.orchestra.run.smithi060:> sudo tar c -f - -C /var/lib/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/crash -- . 2024-05-09T03:51:36.410 INFO:teuthology.orchestra.run.smithi060.stderr:tar: /var/lib/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/crash: Cannot open: No such file or directory 2024-05-09T03:51:36.410 INFO:teuthology.orchestra.run.smithi060.stderr:tar: Error is not recoverable: exiting now 2024-05-09T03:51:36.412 DEBUG:teuthology.misc:Transferring archived files from smithi100:/var/lib/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/crash to /home/teuthworker/archive/adking-2024-05-09_03:09:40-orch:cephadm-wip-adk-testing-2024-05-08-1927-distro-default-smithi/7699480/remote/smithi100/crash 2024-05-09T03:51:36.413 DEBUG:teuthology.orchestra.run.smithi100:> sudo tar c -f - -C /var/lib/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/crash -- . 2024-05-09T03:51:36.424 INFO:teuthology.orchestra.run.smithi100.stderr:tar: /var/lib/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/crash: Cannot open: No such file or directory 2024-05-09T03:51:36.424 INFO:teuthology.orchestra.run.smithi100.stderr:tar: Error is not recoverable: exiting now 2024-05-09T03:51:36.425 INFO:tasks.cephadm:Checking cluster log for badness... 2024-05-09T03:51:36.425 DEBUG:teuthology.orchestra.run.smithi060:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-05-09T03:51:36.468 INFO:tasks.cephadm:Compressing logs... 2024-05-09T03:51:36.468 DEBUG:teuthology.orchestra.run.smithi060:> 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-09T03:51:36.511 DEBUG:teuthology.orchestra.run.smithi100:> 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-09T03:51:36.521 INFO:teuthology.orchestra.run.smithi060.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-05-09T03:51:36.525 INFO:teuthology.orchestra.run.smithi100.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-05-09T03:51:36.533 INFO:teuthology.orchestra.run.smithi060.stderr:gzip -5 --verbose -- /var/log/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/ceph-osd.0.log 2024-05-09T03:51:36.533 INFO:teuthology.orchestra.run.smithi060.stderr:gzip -5 --verbose -- /var/log/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/ceph-mon.a.log 2024-05-09T03:51:36.534 INFO:teuthology.orchestra.run.smithi060.stderr:/var/log/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/ceph.cephadm.log 2024-05-09T03:51:36.534 INFO:teuthology.orchestra.run.smithi060.stderr:/var/log/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/ceph.log 2024-05-09T03:51:36.535 INFO:teuthology.orchestra.run.smithi060.stderr:/var/log/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/ceph-volume.log 2024-05-09T03:51:36.535 INFO:teuthology.orchestra.run.smithi060.stderr:/var/log/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/ceph.log: 80.6% -- replaced with /var/log/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/ceph.cephadm.log.gz 2024-05-09T03:51:36.535 INFO:teuthology.orchestra.run.smithi060.stderr:gzip -5 --verbose -- /var/log/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/ceph.audit.log 2024-05-09T03:51:36.537 INFO:teuthology.orchestra.run.smithi060.stderr:gzip -5 --verbose -- /var/log/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/ceph-mgr.a.log 2024-05-09T03:51:36.537 INFO:teuthology.orchestra.run.smithi060.stderr: 87.4% -- replaced with /var/log/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/ceph.log.gz 2024-05-09T03:51:36.537 INFO:teuthology.orchestra.run.smithi060.stderr:/var/log/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/ceph-volume.log: /var/log/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-05-09T03:51:36.538 INFO:teuthology.orchestra.run.smithi060.stderr:/var/log/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/ceph-mgr.a.log: 89.3% -- replaced with /var/log/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/ceph.audit.log.gz 2024-05-09T03:51:36.539 INFO:teuthology.orchestra.run.smithi100.stderr:gzip -5 --verbose -- /var/log/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/ceph.cephadm.log 2024-05-09T03:51:36.539 INFO:teuthology.orchestra.run.smithi100.stderr:gzip -5 --verbose -- /var/log/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/ceph-osd.1.log 2024-05-09T03:51:36.539 INFO:teuthology.orchestra.run.smithi100.stderr:/var/log/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/ceph.log 2024-05-09T03:51:36.539 INFO:teuthology.orchestra.run.smithi100.stderr: 78.9% -- replaced with /var/log/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/ceph.cephadm.log.gz 2024-05-09T03:51:36.539 INFO:teuthology.orchestra.run.smithi100.stderr:/var/log/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/ceph-volume.log 2024-05-09T03:51:36.541 INFO:teuthology.orchestra.run.smithi100.stderr:/var/log/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/ceph-mgr.b.log 2024-05-09T03:51:36.541 INFO:teuthology.orchestra.run.smithi100.stderr:/var/log/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/ceph.audit.log 2024-05-09T03:51:36.541 INFO:teuthology.orchestra.run.smithi100.stderr: 87.4% -- replaced with /var/log/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/ceph.log.gz 2024-05-09T03:51:36.541 INFO:teuthology.orchestra.run.smithi100.stderr:/var/log/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/ceph-mgr.b.log: gzip -5 --verbose -- /var/log/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/ceph-mon.b.log 2024-05-09T03:51:36.541 INFO:teuthology.orchestra.run.smithi100.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-05-09T03:51:36.541 INFO:teuthology.orchestra.run.smithi100.stderr:/var/log/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/ceph.audit.log: /var/log/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/ceph-mon.b.log: /var/log/ceph/cephadm.log: 89.8% -- replaced with /var/log/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/ceph.audit.log.gz 2024-05-09T03:51:36.542 INFO:teuthology.orchestra.run.smithi060.stderr:/var/log/ceph/cephadm.log: 91.0% -- replaced with /var/log/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/ceph-volume.log.gz 2024-05-09T03:51:36.542 INFO:teuthology.orchestra.run.smithi060.stderr: 89.5% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-09T03:51:36.543 INFO:teuthology.orchestra.run.smithi100.stderr: 91.0% -- replaced with /var/log/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/ceph-volume.log.gz 2024-05-09T03:51:36.543 INFO:teuthology.orchestra.run.smithi100.stderr: 91.3% -- replaced with /var/log/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/ceph-mgr.b.log.gz 2024-05-09T03:51:36.543 INFO:teuthology.orchestra.run.smithi100.stderr: 88.7% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-09T03:51:36.559 INFO:teuthology.orchestra.run.smithi060.stderr: 93.9% -- replaced with /var/log/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/ceph-osd.0.log.gz 2024-05-09T03:51:36.560 INFO:teuthology.orchestra.run.smithi100.stderr: 94.0% -- replaced with /var/log/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/ceph-osd.1.log.gz 2024-05-09T03:51:36.594 INFO:teuthology.orchestra.run.smithi060.stderr: 89.5% -- replaced with /var/log/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/ceph-mgr.a.log.gz 2024-05-09T03:51:36.609 INFO:teuthology.orchestra.run.smithi100.stderr: 93.3% -- replaced with /var/log/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/ceph-mon.b.log.gz 2024-05-09T03:51:36.611 INFO:teuthology.orchestra.run.smithi100.stderr: 2024-05-09T03:51:36.611 INFO:teuthology.orchestra.run.smithi100.stderr:real 0m0.095s 2024-05-09T03:51:36.611 INFO:teuthology.orchestra.run.smithi100.stderr:user 0m0.108s 2024-05-09T03:51:36.611 INFO:teuthology.orchestra.run.smithi100.stderr:sys 0m0.022s 2024-05-09T03:51:36.719 INFO:teuthology.orchestra.run.smithi060.stderr: 91.4% -- replaced with /var/log/ceph/d6ec865c-0db5-11ef-bc97-c7b262605968/ceph-mon.a.log.gz 2024-05-09T03:51:36.720 INFO:teuthology.orchestra.run.smithi060.stderr: 2024-05-09T03:51:36.721 INFO:teuthology.orchestra.run.smithi060.stderr:real 0m0.207s 2024-05-09T03:51:36.721 INFO:teuthology.orchestra.run.smithi060.stderr:user 0m0.263s 2024-05-09T03:51:36.721 INFO:teuthology.orchestra.run.smithi060.stderr:sys 0m0.040s 2024-05-09T03:51:36.721 INFO:tasks.cephadm:Archiving logs... 2024-05-09T03:51:36.721 DEBUG:teuthology.misc:Transferring archived files from smithi060:/var/log/ceph to /home/teuthworker/archive/adking-2024-05-09_03:09:40-orch:cephadm-wip-adk-testing-2024-05-08-1927-distro-default-smithi/7699480/remote/smithi060/log 2024-05-09T03:51:36.722 DEBUG:teuthology.orchestra.run.smithi060:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-09T03:51:36.822 DEBUG:teuthology.misc:Transferring archived files from smithi100:/var/log/ceph to /home/teuthworker/archive/adking-2024-05-09_03:09:40-orch:cephadm-wip-adk-testing-2024-05-08-1927-distro-default-smithi/7699480/remote/smithi100/log 2024-05-09T03:51:36.823 DEBUG:teuthology.orchestra.run.smithi100:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-09T03:51:36.855 INFO:tasks.cephadm:Removing cluster... 2024-05-09T03:51:36.855 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d6ec865c-0db5-11ef-bc97-c7b262605968 --force 2024-05-09T03:51:37.025 INFO:teuthology.orchestra.run.smithi060.stdout:Deleting cluster with fsid: d6ec865c-0db5-11ef-bc97-c7b262605968 2024-05-09T03:51:38.351 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d6ec865c-0db5-11ef-bc97-c7b262605968 --force 2024-05-09T03:51:38.522 INFO:teuthology.orchestra.run.smithi100.stdout:Deleting cluster with fsid: d6ec865c-0db5-11ef-bc97-c7b262605968 2024-05-09T03:51:39.849 INFO:tasks.cephadm:Removing cephadm ... 2024-05-09T03:51:39.850 DEBUG:teuthology.orchestra.run.smithi060:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-09T03:51:39.856 DEBUG:teuthology.orchestra.run.smithi100:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-09T03:51:39.862 INFO:tasks.cephadm:Teardown complete 2024-05-09T03:51:39.863 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-05-09T03:51:39.873 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-09T03:51:39.873 DEBUG:teuthology.orchestra.run.smithi060:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-05-09T03:51:39.899 DEBUG:teuthology.orchestra.run.smithi100:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-05-09T03:51:39.962 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-05-09T03:51:39.973 INFO:teuthology.task.clock:Checking final clock skew... 2024-05-09T03:51:39.973 DEBUG:teuthology.orchestra.run.smithi060:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-09T03:51:39.976 DEBUG:teuthology.orchestra.run.smithi100:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-09T03:51:39.985 INFO:teuthology.orchestra.run.smithi060.stdout: remote refid st t when poll reach delay offset jitter 2024-05-09T03:51:39.985 INFO:teuthology.orchestra.run.smithi060.stdout:============================================================================== 2024-05-09T03:51:39.985 INFO:teuthology.orchestra.run.smithi060.stdout:+hv01.front.sepi 67.205.162.81 3 u 16 64 377 0.084 -4.678 0.321 2024-05-09T03:51:39.985 INFO:teuthology.orchestra.run.smithi060.stdout:*hv02.front.sepi 63.231.80.2 3 u 13 64 377 0.089 +0.676 0.516 2024-05-09T03:51:39.985 INFO:teuthology.orchestra.run.smithi060.stdout:+hv03.front.sepi 74.6.168.72 3 u 6 64 377 0.087 +0.535 0.290 2024-05-09T03:51:39.985 INFO:teuthology.orchestra.run.smithi060.stdout: hv04.front.sepi .INIT. 16 u - 256 0 0.000 +0.000 0.000 2024-05-09T03:51:39.987 INFO:teuthology.orchestra.run.smithi100.stdout: remote refid st t when poll reach delay offset jitter 2024-05-09T03:51:39.987 INFO:teuthology.orchestra.run.smithi100.stdout:============================================================================== 2024-05-09T03:51:39.987 INFO:teuthology.orchestra.run.smithi100.stdout:+hv01.front.sepi 67.205.162.81 3 u 10 64 377 0.065 -6.366 1.335 2024-05-09T03:51:39.987 INFO:teuthology.orchestra.run.smithi100.stdout:*hv02.front.sepi 63.231.80.2 3 u 19 64 377 0.083 -1.892 1.610 2024-05-09T03:51:39.987 INFO:teuthology.orchestra.run.smithi100.stdout:+hv03.front.sepi 74.6.168.72 3 u 9 64 377 0.112 -1.493 1.655 2024-05-09T03:51:39.987 INFO:teuthology.orchestra.run.smithi100.stdout: hv04.front.sepi .INIT. 16 u - 256 0 0.000 +0.000 0.000 2024-05-09T03:51:39.988 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-05-09T03:51:39.999 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-05-09T03:51:40.000 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-05-09T03:51:40.009 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-05-09T03:51:40.024 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-05-09T03:51:40.034 INFO:teuthology.task.internal:Duration was 1235.472286 seconds 2024-05-09T03:51:40.035 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-05-09T03:51:40.044 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-05-09T03:51:40.044 DEBUG:teuthology.orchestra.run.smithi060:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-09T03:51:40.047 DEBUG:teuthology.orchestra.run.smithi100:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-09T03:51:40.083 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-05-09T03:51:40.083 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi060.front.sepia.ceph.com 2024-05-09T03:51:40.083 DEBUG:teuthology.orchestra.run.smithi060:> 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-09T03:51:40.135 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi100.front.sepia.ceph.com 2024-05-09T03:51:40.135 DEBUG:teuthology.orchestra.run.smithi100:> 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-09T03:51:40.145 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-05-09T03:51:40.145 DEBUG:teuthology.orchestra.run.smithi060:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-09T03:51:40.179 DEBUG:teuthology.orchestra.run.smithi100:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-09T03:51:40.221 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-05-09T03:51:40.222 DEBUG:teuthology.orchestra.run.smithi060:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-09T03:51:40.259 DEBUG:teuthology.orchestra.run.smithi100:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-09T03:51:40.373 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-05-09T03:51:40.384 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-05-09T03:51:40.384 DEBUG:teuthology.orchestra.run.smithi060:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-09T03:51:40.396 DEBUG:teuthology.orchestra.run.smithi100:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-09T03:51:40.408 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-05-09T03:51:40.419 DEBUG:teuthology.orchestra.run.smithi060:> 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-09T03:51:40.439 DEBUG:teuthology.orchestra.run.smithi100:> 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-09T03:51:40.447 INFO:teuthology.orchestra.run.smithi060.stdout:kernel.core_pattern = core 2024-05-09T03:51:40.459 INFO:teuthology.orchestra.run.smithi100.stdout:kernel.core_pattern = core 2024-05-09T03:51:40.480 DEBUG:teuthology.orchestra.run.smithi060:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-09T03:51:40.521 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-09T03:51:40.522 DEBUG:teuthology.orchestra.run.smithi100:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-09T03:51:40.526 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-09T03:51:40.527 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-05-09T03:51:40.537 INFO:teuthology.task.internal:Transferring archived files... 2024-05-09T03:51:40.538 DEBUG:teuthology.misc:Transferring archived files from smithi060:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-05-09_03:09:40-orch:cephadm-wip-adk-testing-2024-05-08-1927-distro-default-smithi/7699480/remote/smithi060 2024-05-09T03:51:40.538 DEBUG:teuthology.orchestra.run.smithi060:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-09T03:51:40.589 DEBUG:teuthology.misc:Transferring archived files from smithi100:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-05-09_03:09:40-orch:cephadm-wip-adk-testing-2024-05-08-1927-distro-default-smithi/7699480/remote/smithi100 2024-05-09T03:51:40.589 DEBUG:teuthology.orchestra.run.smithi100:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-09T03:51:40.612 INFO:teuthology.task.internal:Removing archive directory... 2024-05-09T03:51:40.612 DEBUG:teuthology.orchestra.run.smithi060:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-09T03:51:40.627 DEBUG:teuthology.orchestra.run.smithi100:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-09T03:51:40.654 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-05-09T03:51:40.665 INFO:teuthology.task.internal:Not uploading archives. 2024-05-09T03:51:40.665 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-05-09T03:51:40.714 INFO:teuthology.task.internal:Tidying up after the test... 2024-05-09T03:51:40.715 DEBUG:teuthology.orchestra.run.smithi060:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-09T03:51:40.717 DEBUG:teuthology.orchestra.run.smithi100:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-09T03:51:40.721 INFO:teuthology.orchestra.run.smithi060.stdout: 658638 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 9 03:51 /home/ubuntu/cephtest 2024-05-09T03:51:40.723 INFO:teuthology.orchestra.run.smithi100.stdout: 658640 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 9 03:51 /home/ubuntu/cephtest 2024-05-09T03:51:40.725 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-05-09T03:51:40.735 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-05-09T03:51:40.761 INFO:teuthology.run:Summary data: description: orch:cephadm/workunits/{0-distro/ubuntu_22.04 agent/off mon_election/classic task/test_extra_daemon_features} duration: 1235.472285747528 flavor: default owner: scheduled_adking@teuthology success: true 2024-05-09T03:51:40.761 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-05-09T03:51:40.836 INFO:teuthology.run:pass