2024-05-06T06:38:45.645 INFO:root:teuthology version: 0.0.1.dev271+g1ae7ad8 2024-05-06T06:38:45.645 DEBUG:teuthology.run:Teuthology command: teuthology --description rados/cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_extra_daemon_features} --owner scheduled_yuriw@teuthology --archive /home/teuthworker/archive/yuriw-2024-05-03_23:44:50-rados-wip-yuriw-testing-20240503.181540-main-distro-default-smithi/7690290 --name yuriw-2024-05-03_23:44:50-rados-wip-yuriw-testing-20240503.181540-main-distro-default-smithi --verbose -- /home/teuthworker/archive/yuriw-2024-05-03_23:44:50-rados-wip-yuriw-testing-20240503.181540-main-distro-default-smithi/7690290/orig.config.yaml 2024-05-06T06:38:45.680 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-05-06T06:38:45.766 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-05-03_23:44:50-rados-wip-yuriw-testing-20240503.181540-main-distro-default-smithi/7690290 branch: wip-yuriw-testing-20240503.181540-main description: rados/cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_extra_daemon_features} email: yweinste@redhat.com first_in_suite: false job_id: '7690290' kernel: kdb: 1 sha1: distro ktype: distro last_in_suite: false machine_type: smithi name: yuriw-2024-05-03_23:44:50-rados-wip-yuriw-testing-20240503.181540-main-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: ubuntu os_version: '22.04' overrides: admin_socket: branch: wip-yuriw-testing-20240503.181540-main ceph: conf: global: mon election default strategy: 3 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: true mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) log-only-match: - CEPHADM_ sha1: e08cbbf6fd79a8dd2949f340bce25e28ea3db004 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: e08cbbf6fd79a8dd2949f340bce25e28ea3db004 workunit: branch: wip-yuriw-testing-20240503.181540-main sha1: e08cbbf6fd79a8dd2949f340bce25e28ea3db004 owner: scheduled_yuriw@teuthology priority: 99 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - mon.a - mgr.a - osd.0 - - host.b - mon.b - mgr.b - osd.1 seed: 4116 sha1: e08cbbf6fd79a8dd2949f340bce25e28ea3db004 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuriw-testing-20240503.181540-main suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_e08cbbf6fd79a8dd2949f340bce25e28ea3db004/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: e08cbbf6fd79a8dd2949f340bce25e28ea3db004 targets: smithi063.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBP6XlPEzdCg3vwmnLJFXamTeT6YNrBNVcgXJ3hZmjlXOWiHRm0ZqlA2UNnhbGQLO/qo1B7ARQnNW61dw3AUc2sE= smithi110.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBC0d4i9mB6GhJ2UW4Ze+OrfbMbIcDVsFZiZrQrOk4fmdU+RxsvVkGbyCzhUzEa8rZoZbF1F7W9piTEKO6gp1RVQ= 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-03_23:44:50 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-05-06T06:38:45.767 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_e08cbbf6fd79a8dd2949f340bce25e28ea3db004/qa; will attempt to use it 2024-05-06T06:38:45.767 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_e08cbbf6fd79a8dd2949f340bce25e28ea3db004/qa/tasks 2024-05-06T06:38:45.767 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-05-06T06:38:45.769 INFO:teuthology.task.internal:Checking packages... 2024-05-06T06:38:45.796 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash 'e08cbbf6fd79a8dd2949f340bce25e28ea3db004' 2024-05-06T06:38:45.796 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-05-06T06:38:45.796 INFO:teuthology.packaging:ref: None 2024-05-06T06:38:45.797 INFO:teuthology.packaging:tag: None 2024-05-06T06:38:45.797 INFO:teuthology.packaging:branch: wip-yuriw-testing-20240503.181540-main 2024-05-06T06:38:45.797 INFO:teuthology.packaging:sha1: e08cbbf6fd79a8dd2949f340bce25e28ea3db004 2024-05-06T06:38:45.797 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&ref=wip-yuriw-testing-20240503.181540-main 2024-05-06T06:38:45.944 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-3516-ge08cbbf6-1jammy 2024-05-06T06:38:45.945 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-05-06T06:38:45.952 INFO:teuthology.task.internal:no buildpackages task found 2024-05-06T06:38:45.952 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-05-06T06:38:45.989 INFO:teuthology.task.internal:Saving configuration 2024-05-06T06:38:46.004 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-05-06T06:38:46.011 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-06T06:38:46.037 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi063.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-05-03_23:44:50-rados-wip-yuriw-testing-20240503.181540-main-distro-default-smithi/7690290', '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-06 06:31:28.570935', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINoTigjQlZthpLdFhi1efVj3KEo/X+3iKuSOP0f9nkHY'} 2024-05-06T06:38:46.060 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi110.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-05-03_23:44:50-rados-wip-yuriw-testing-20240503.181540-main-distro-default-smithi/7690290', '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-06 06:31:28.569347', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGeHGGdFJV2MzxTMUPge/NClRQuLKEe2nErWqm74xDDc'} 2024-05-06T06:38:46.060 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-05-06T06:38:46.066 INFO:teuthology.task.internal:roles: ubuntu@smithi063.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2024-05-06T06:38:46.066 INFO:teuthology.task.internal:roles: ubuntu@smithi110.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2024-05-06T06:38:46.067 INFO:teuthology.run_tasks:Running task console_log... 2024-05-06T06:38:46.157 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f72d891e430>, signals=[15]) 2024-05-06T06:38:46.158 INFO:teuthology.run_tasks:Running task internal.connect... 2024-05-06T06:38:46.164 INFO:teuthology.task.internal:Opening connections... 2024-05-06T06:38:46.164 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi063.front.sepia.ceph.com 2024-05-06T06:38:46.166 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi063.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-06T06:38:46.254 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi110.front.sepia.ceph.com 2024-05-06T06:38:46.255 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi110.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-06T06:38:46.331 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-05-06T06:38:46.338 DEBUG:teuthology.orchestra.run.smithi063:> uname -m 2024-05-06T06:38:46.344 INFO:teuthology.orchestra.run.smithi063.stdout:x86_64 2024-05-06T06:38:46.344 DEBUG:teuthology.orchestra.run.smithi063:> cat /etc/os-release 2024-05-06T06:38:46.393 INFO:teuthology.orchestra.run.smithi063.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-05-06T06:38:46.393 INFO:teuthology.orchestra.run.smithi063.stdout:NAME="Ubuntu" 2024-05-06T06:38:46.393 INFO:teuthology.orchestra.run.smithi063.stdout:VERSION_ID="22.04" 2024-05-06T06:38:46.393 INFO:teuthology.orchestra.run.smithi063.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-05-06T06:38:46.393 INFO:teuthology.orchestra.run.smithi063.stdout:VERSION_CODENAME=jammy 2024-05-06T06:38:46.393 INFO:teuthology.orchestra.run.smithi063.stdout:ID=ubuntu 2024-05-06T06:38:46.393 INFO:teuthology.orchestra.run.smithi063.stdout:ID_LIKE=debian 2024-05-06T06:38:46.393 INFO:teuthology.orchestra.run.smithi063.stdout:HOME_URL="https://www.ubuntu.com/" 2024-05-06T06:38:46.393 INFO:teuthology.orchestra.run.smithi063.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-05-06T06:38:46.394 INFO:teuthology.orchestra.run.smithi063.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-05-06T06:38:46.394 INFO:teuthology.orchestra.run.smithi063.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-05-06T06:38:46.394 INFO:teuthology.orchestra.run.smithi063.stdout:UBUNTU_CODENAME=jammy 2024-05-06T06:38:46.394 INFO:teuthology.lock.ops:Updating smithi063.front.sepia.ceph.com on lock server 2024-05-06T06:38:46.442 DEBUG:teuthology.orchestra.run.smithi110:> uname -m 2024-05-06T06:38:46.447 INFO:teuthology.orchestra.run.smithi110.stdout:x86_64 2024-05-06T06:38:46.447 DEBUG:teuthology.orchestra.run.smithi110:> cat /etc/os-release 2024-05-06T06:38:46.494 INFO:teuthology.orchestra.run.smithi110.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-05-06T06:38:46.494 INFO:teuthology.orchestra.run.smithi110.stdout:NAME="Ubuntu" 2024-05-06T06:38:46.495 INFO:teuthology.orchestra.run.smithi110.stdout:VERSION_ID="22.04" 2024-05-06T06:38:46.495 INFO:teuthology.orchestra.run.smithi110.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-05-06T06:38:46.495 INFO:teuthology.orchestra.run.smithi110.stdout:VERSION_CODENAME=jammy 2024-05-06T06:38:46.495 INFO:teuthology.orchestra.run.smithi110.stdout:ID=ubuntu 2024-05-06T06:38:46.495 INFO:teuthology.orchestra.run.smithi110.stdout:ID_LIKE=debian 2024-05-06T06:38:46.495 INFO:teuthology.orchestra.run.smithi110.stdout:HOME_URL="https://www.ubuntu.com/" 2024-05-06T06:38:46.495 INFO:teuthology.orchestra.run.smithi110.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-05-06T06:38:46.495 INFO:teuthology.orchestra.run.smithi110.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-05-06T06:38:46.495 INFO:teuthology.orchestra.run.smithi110.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-05-06T06:38:46.495 INFO:teuthology.orchestra.run.smithi110.stdout:UBUNTU_CODENAME=jammy 2024-05-06T06:38:46.496 INFO:teuthology.lock.ops:Updating smithi110.front.sepia.ceph.com on lock server 2024-05-06T06:38:46.525 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-05-06T06:38:46.537 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-05-06T06:38:46.548 INFO:teuthology.task.internal:Checking for old test directory... 2024-05-06T06:38:46.548 DEBUG:teuthology.orchestra.run.smithi063:> test '!' -e /home/ubuntu/cephtest 2024-05-06T06:38:46.550 DEBUG:teuthology.orchestra.run.smithi110:> test '!' -e /home/ubuntu/cephtest 2024-05-06T06:38:46.555 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-05-06T06:38:46.565 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-05-06T06:38:46.565 DEBUG:teuthology.orchestra.run.smithi063:> test -z $(ls -A /var/lib/ceph) 2024-05-06T06:38:46.598 DEBUG:teuthology.orchestra.run.smithi110:> test -z $(ls -A /var/lib/ceph) 2024-05-06T06:38:46.740 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-05-06T06:38:46.792 INFO:teuthology.run_tasks:Running task kernel... 2024-05-06T06:38:46.809 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-05-06T06:38:46.810 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-05-06T06:38:46.810 DEBUG:teuthology.orchestra.run.smithi063:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-06T06:38:46.810 DEBUG:teuthology.orchestra.run.smithi110:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-06T06:38:46.815 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-06T06:38:46.816 DEBUG:teuthology.orchestra.run.smithi063:> uname -r 2024-05-06T06:38:46.817 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-06T06:38:46.817 DEBUG:teuthology.orchestra.run.smithi110:> uname -r 2024-05-06T06:38:46.862 INFO:teuthology.orchestra.run.smithi110.stdout:5.15.0-56-generic 2024-05-06T06:38:46.863 INFO:teuthology.task.kernel:Running kernel on smithi110: 5.15.0-56-generic 2024-05-06T06:38:46.863 DEBUG:teuthology.orchestra.run.smithi110:> sudo apt-get clean 2024-05-06T06:38:46.864 INFO:teuthology.orchestra.run.smithi063.stdout:5.15.0-56-generic 2024-05-06T06:38:46.865 INFO:teuthology.task.kernel:Running kernel on smithi063: 5.15.0-56-generic 2024-05-06T06:38:46.865 DEBUG:teuthology.orchestra.run.smithi063:> sudo apt-get clean 2024-05-06T06:38:47.004 DEBUG:teuthology.orchestra.run.smithi110:> sudo apt-get update 2024-05-06T06:38:47.015 DEBUG:teuthology.orchestra.run.smithi063:> sudo apt-get update 2024-05-06T06:38:47.141 INFO:teuthology.orchestra.run.smithi110.stdout:Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-05-06T06:38:47.162 INFO:teuthology.orchestra.run.smithi063.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-06T06:38:47.191 INFO:teuthology.orchestra.run.smithi063.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-05-06T06:38:47.243 INFO:teuthology.orchestra.run.smithi110.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-06T06:38:47.276 INFO:teuthology.orchestra.run.smithi063.stdout:Get:3 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-05-06T06:38:47.284 INFO:teuthology.orchestra.run.smithi063.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-05-06T06:38:47.328 INFO:teuthology.orchestra.run.smithi110.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-05-06T06:38:47.353 INFO:teuthology.orchestra.run.smithi110.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,394 kB] 2024-05-06T06:38:47.414 INFO:teuthology.orchestra.run.smithi063.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,613 kB] 2024-05-06T06:38:47.513 INFO:teuthology.orchestra.run.smithi110.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [453 kB] 2024-05-06T06:38:47.525 INFO:teuthology.orchestra.run.smithi110.stdout:Get:6 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [243 kB] 2024-05-06T06:38:47.531 INFO:teuthology.orchestra.run.smithi110.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-05-06T06:38:47.531 INFO:teuthology.orchestra.run.smithi110.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,773 kB] 2024-05-06T06:38:47.564 INFO:teuthology.orchestra.run.smithi110.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [36.5 kB] 2024-05-06T06:38:47.565 INFO:teuthology.orchestra.run.smithi110.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [300 kB] 2024-05-06T06:38:47.570 INFO:teuthology.orchestra.run.smithi110.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-05-06T06:38:47.570 INFO:teuthology.orchestra.run.smithi110.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [848 kB] 2024-05-06T06:38:47.581 INFO:teuthology.orchestra.run.smithi063.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [620 kB] 2024-05-06T06:38:47.581 INFO:teuthology.orchestra.run.smithi110.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [601 kB] 2024-05-06T06:38:47.587 INFO:teuthology.orchestra.run.smithi110.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB] 2024-05-06T06:38:47.589 INFO:teuthology.orchestra.run.smithi063.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [304 kB] 2024-05-06T06:38:47.590 INFO:teuthology.orchestra.run.smithi110.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-05-06T06:38:47.590 INFO:teuthology.orchestra.run.smithi110.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-05-06T06:38:47.590 INFO:teuthology.orchestra.run.smithi110.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-05-06T06:38:47.592 INFO:teuthology.orchestra.run.smithi063.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-05-06T06:38:47.592 INFO:teuthology.orchestra.run.smithi063.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,830 kB] 2024-05-06T06:38:47.613 INFO:teuthology.orchestra.run.smithi110.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-05-06T06:38:47.613 INFO:teuthology.orchestra.run.smithi110.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-05-06T06:38:47.619 INFO:teuthology.orchestra.run.smithi063.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-05-06T06:38:47.620 INFO:teuthology.orchestra.run.smithi063.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [311 kB] 2024-05-06T06:38:47.623 INFO:teuthology.orchestra.run.smithi063.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-05-06T06:38:47.640 INFO:teuthology.orchestra.run.smithi063.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [701 kB] 2024-05-06T06:38:47.645 INFO:teuthology.orchestra.run.smithi063.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,072 kB] 2024-05-06T06:38:47.655 INFO:teuthology.orchestra.run.smithi063.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [245 kB] 2024-05-06T06:38:47.655 INFO:teuthology.orchestra.run.smithi063.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-05-06T06:38:47.655 INFO:teuthology.orchestra.run.smithi063.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,472 B] 2024-05-06T06:38:47.655 INFO:teuthology.orchestra.run.smithi063.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.7 kB] 2024-05-06T06:38:47.677 INFO:teuthology.orchestra.run.smithi063.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.4 kB] 2024-05-06T06:38:47.677 INFO:teuthology.orchestra.run.smithi063.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-05-06T06:38:47.677 INFO:teuthology.orchestra.run.smithi063.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.3 kB] 2024-05-06T06:38:47.677 INFO:teuthology.orchestra.run.smithi063.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-05-06T06:38:47.678 INFO:teuthology.orchestra.run.smithi063.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-05-06T06:38:47.696 INFO:teuthology.orchestra.run.smithi063.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-05-06T06:38:47.696 INFO:teuthology.orchestra.run.smithi063.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [27.2 kB] 2024-05-06T06:38:47.697 INFO:teuthology.orchestra.run.smithi063.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [16.0 kB] 2024-05-06T06:38:47.697 INFO:teuthology.orchestra.run.smithi063.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-05-06T06:38:47.697 INFO:teuthology.orchestra.run.smithi063.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-05-06T06:38:47.711 INFO:teuthology.orchestra.run.smithi110.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-05-06T06:38:47.737 INFO:teuthology.orchestra.run.smithi063.stdout:Get:29 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,394 kB] 2024-05-06T06:38:47.858 INFO:teuthology.orchestra.run.smithi110.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,613 kB] 2024-05-06T06:38:48.149 INFO:teuthology.orchestra.run.smithi063.stdout:Get:30 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [453 kB] 2024-05-06T06:38:48.167 INFO:teuthology.orchestra.run.smithi063.stdout:Get:31 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [243 kB] 2024-05-06T06:38:48.176 INFO:teuthology.orchestra.run.smithi063.stdout:Get:32 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-05-06T06:38:48.177 INFO:teuthology.orchestra.run.smithi063.stdout:Get:33 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [36.5 kB] 2024-05-06T06:38:48.178 INFO:teuthology.orchestra.run.smithi063.stdout:Get:34 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,773 kB] 2024-05-06T06:38:48.194 INFO:teuthology.orchestra.run.smithi110.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [620 kB] 2024-05-06T06:38:48.237 INFO:teuthology.orchestra.run.smithi110.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [304 kB] 2024-05-06T06:38:48.253 INFO:teuthology.orchestra.run.smithi110.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-05-06T06:38:48.254 INFO:teuthology.orchestra.run.smithi110.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,830 kB] 2024-05-06T06:38:48.272 INFO:teuthology.orchestra.run.smithi063.stdout:Get:35 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [300 kB] 2024-05-06T06:38:48.282 INFO:teuthology.orchestra.run.smithi063.stdout:Get:36 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-05-06T06:38:48.283 INFO:teuthology.orchestra.run.smithi063.stdout:Get:37 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [848 kB] 2024-05-06T06:38:48.301 INFO:teuthology.orchestra.run.smithi063.stdout:Get:38 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [601 kB] 2024-05-06T06:38:48.331 INFO:teuthology.orchestra.run.smithi110.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-05-06T06:38:48.332 INFO:teuthology.orchestra.run.smithi110.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [311 kB] 2024-05-06T06:38:48.340 INFO:teuthology.orchestra.run.smithi110.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-05-06T06:38:48.481 INFO:teuthology.orchestra.run.smithi063.stdout:Get:39 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB] 2024-05-06T06:38:48.505 INFO:teuthology.orchestra.run.smithi110.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [701 kB] 2024-05-06T06:38:48.888 INFO:teuthology.orchestra.run.smithi063.stdout:Get:40 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-05-06T06:38:48.894 INFO:teuthology.orchestra.run.smithi063.stdout:Get:41 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-05-06T06:38:48.895 INFO:teuthology.orchestra.run.smithi063.stdout:Get:42 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-05-06T06:38:48.916 INFO:teuthology.orchestra.run.smithi063.stdout:Get:43 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-05-06T06:38:48.919 INFO:teuthology.orchestra.run.smithi063.stdout:Get:44 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-05-06T06:38:49.091 INFO:teuthology.orchestra.run.smithi110.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,072 kB] 2024-05-06T06:38:49.216 INFO:teuthology.orchestra.run.smithi110.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [245 kB] 2024-05-06T06:38:49.238 INFO:teuthology.orchestra.run.smithi110.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-05-06T06:38:49.240 INFO:teuthology.orchestra.run.smithi110.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.7 kB] 2024-05-06T06:38:49.245 INFO:teuthology.orchestra.run.smithi110.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,472 B] 2024-05-06T06:38:49.245 INFO:teuthology.orchestra.run.smithi110.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.4 kB] 2024-05-06T06:38:49.246 INFO:teuthology.orchestra.run.smithi110.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-05-06T06:38:49.246 INFO:teuthology.orchestra.run.smithi110.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-05-06T06:38:49.252 INFO:teuthology.orchestra.run.smithi110.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.3 kB] 2024-05-06T06:38:49.257 INFO:teuthology.orchestra.run.smithi110.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-05-06T06:38:49.422 INFO:teuthology.orchestra.run.smithi110.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-05-06T06:38:49.504 INFO:teuthology.orchestra.run.smithi110.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [16.0 kB] 2024-05-06T06:38:49.586 INFO:teuthology.orchestra.run.smithi110.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [27.2 kB] 2024-05-06T06:38:49.668 INFO:teuthology.orchestra.run.smithi110.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-05-06T06:38:49.700 INFO:teuthology.orchestra.run.smithi110.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-05-06T06:38:53.808 INFO:teuthology.orchestra.run.smithi063.stdout:Fetched 13.3 MB in 2s (6,639 kB/s) 2024-05-06T06:38:53.991 INFO:teuthology.orchestra.run.smithi110.stdout:Fetched 13.3 MB in 3s (5,025 kB/s) 2024-05-06T06:38:55.320 INFO:teuthology.orchestra.run.smithi063.stdout:Reading package lists... 2024-05-06T06:38:55.338 DEBUG:teuthology.orchestra.run.smithi063:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-05-06T06:38:55.359 INFO:teuthology.orchestra.run.smithi110.stdout:Reading package lists... 2024-05-06T06:38:55.375 DEBUG:teuthology.orchestra.run.smithi110:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-05-06T06:38:55.403 INFO:teuthology.orchestra.run.smithi063.stdout:Reading package lists... 2024-05-06T06:38:55.436 INFO:teuthology.orchestra.run.smithi110.stdout:Reading package lists... 2024-05-06T06:38:55.607 INFO:teuthology.orchestra.run.smithi063.stdout:Building dependency tree... 2024-05-06T06:38:55.608 INFO:teuthology.orchestra.run.smithi063.stdout:Reading state information... 2024-05-06T06:38:55.634 INFO:teuthology.orchestra.run.smithi110.stdout:Building dependency tree... 2024-05-06T06:38:55.634 INFO:teuthology.orchestra.run.smithi110.stdout:Reading state information... 2024-05-06T06:38:55.794 INFO:teuthology.orchestra.run.smithi063.stdout:The following packages were automatically installed and are no longer required: 2024-05-06T06:38:55.794 INFO:teuthology.orchestra.run.smithi063.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-06T06:38:55.794 INFO:teuthology.orchestra.run.smithi063.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-06T06:38:55.795 INFO:teuthology.orchestra.run.smithi063.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-06T06:38:55.795 INFO:teuthology.orchestra.run.smithi063.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-05-06T06:38:55.795 INFO:teuthology.orchestra.run.smithi063.stdout: python2.7-minimal 2024-05-06T06:38:55.795 INFO:teuthology.orchestra.run.smithi063.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-06T06:38:55.796 INFO:teuthology.orchestra.run.smithi063.stdout:The following additional packages will be installed: 2024-05-06T06:38:55.796 INFO:teuthology.orchestra.run.smithi063.stdout: linux-generic linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-05-06T06:38:55.796 INFO:teuthology.orchestra.run.smithi063.stdout: linux-headers-generic linux-image-5.15.0-105-generic 2024-05-06T06:38:55.797 INFO:teuthology.orchestra.run.smithi063.stdout: linux-modules-5.15.0-105-generic linux-modules-extra-5.15.0-105-generic 2024-05-06T06:38:55.798 INFO:teuthology.orchestra.run.smithi063.stdout:Suggested packages: 2024-05-06T06:38:55.798 INFO:teuthology.orchestra.run.smithi063.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-05-06T06:38:55.798 INFO:teuthology.orchestra.run.smithi063.stdout:Recommended packages: 2024-05-06T06:38:55.798 INFO:teuthology.orchestra.run.smithi063.stdout: thermald 2024-05-06T06:38:55.808 INFO:teuthology.orchestra.run.smithi110.stdout:The following packages were automatically installed and are no longer required: 2024-05-06T06:38:55.808 INFO:teuthology.orchestra.run.smithi110.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-06T06:38:55.808 INFO:teuthology.orchestra.run.smithi110.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-06T06:38:55.809 INFO:teuthology.orchestra.run.smithi110.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-06T06:38:55.809 INFO:teuthology.orchestra.run.smithi110.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-05-06T06:38:55.809 INFO:teuthology.orchestra.run.smithi110.stdout: python2.7-minimal 2024-05-06T06:38:55.809 INFO:teuthology.orchestra.run.smithi110.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-06T06:38:55.810 INFO:teuthology.orchestra.run.smithi110.stdout:The following additional packages will be installed: 2024-05-06T06:38:55.810 INFO:teuthology.orchestra.run.smithi110.stdout: linux-generic linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-05-06T06:38:55.810 INFO:teuthology.orchestra.run.smithi110.stdout: linux-headers-generic linux-image-5.15.0-105-generic 2024-05-06T06:38:55.813 INFO:teuthology.orchestra.run.smithi110.stdout: linux-modules-5.15.0-105-generic linux-modules-extra-5.15.0-105-generic 2024-05-06T06:38:55.814 INFO:teuthology.orchestra.run.smithi110.stdout:Suggested packages: 2024-05-06T06:38:55.814 INFO:teuthology.orchestra.run.smithi110.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-05-06T06:38:55.814 INFO:teuthology.orchestra.run.smithi110.stdout:Recommended packages: 2024-05-06T06:38:55.814 INFO:teuthology.orchestra.run.smithi110.stdout: thermald 2024-05-06T06:38:55.848 INFO:teuthology.orchestra.run.smithi063.stdout:The following NEW packages will be installed: 2024-05-06T06:38:55.848 INFO:teuthology.orchestra.run.smithi063.stdout: linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-05-06T06:38:55.848 INFO:teuthology.orchestra.run.smithi063.stdout: linux-image-5.15.0-105-generic linux-modules-5.15.0-105-generic 2024-05-06T06:38:55.849 INFO:teuthology.orchestra.run.smithi063.stdout: linux-modules-extra-5.15.0-105-generic 2024-05-06T06:38:55.850 INFO:teuthology.orchestra.run.smithi063.stdout:The following packages will be upgraded: 2024-05-06T06:38:55.850 INFO:teuthology.orchestra.run.smithi063.stdout: linux-generic linux-headers-generic linux-image-generic 2024-05-06T06:38:55.871 INFO:teuthology.orchestra.run.smithi110.stdout:The following NEW packages will be installed: 2024-05-06T06:38:55.871 INFO:teuthology.orchestra.run.smithi110.stdout: linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-05-06T06:38:55.871 INFO:teuthology.orchestra.run.smithi110.stdout: linux-image-5.15.0-105-generic linux-modules-5.15.0-105-generic 2024-05-06T06:38:55.871 INFO:teuthology.orchestra.run.smithi110.stdout: linux-modules-extra-5.15.0-105-generic 2024-05-06T06:38:55.873 INFO:teuthology.orchestra.run.smithi110.stdout:The following packages will be upgraded: 2024-05-06T06:38:55.873 INFO:teuthology.orchestra.run.smithi110.stdout: linux-generic linux-headers-generic linux-image-generic 2024-05-06T06:38:56.016 INFO:teuthology.orchestra.run.smithi110.stdout:3 upgraded, 5 newly installed, 0 to remove and 316 not upgraded. 2024-05-06T06:38:56.016 INFO:teuthology.orchestra.run.smithi110.stdout:Need to get 113 MB of archives. 2024-05-06T06:38:56.016 INFO:teuthology.orchestra.run.smithi110.stdout:After this operation, 583 MB of additional disk space will be used. 2024-05-06T06:38:56.016 INFO:teuthology.orchestra.run.smithi110.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-105-generic amd64 5.15.0-105.115 [22.7 MB] 2024-05-06T06:38:56.088 INFO:teuthology.orchestra.run.smithi063.stdout:3 upgraded, 5 newly installed, 0 to remove and 316 not upgraded. 2024-05-06T06:38:56.088 INFO:teuthology.orchestra.run.smithi063.stdout:Need to get 113 MB of archives. 2024-05-06T06:38:56.088 INFO:teuthology.orchestra.run.smithi063.stdout:After this operation, 583 MB of additional disk space will be used. 2024-05-06T06:38:56.088 INFO:teuthology.orchestra.run.smithi063.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-105-generic amd64 5.15.0-105.115 [22.7 MB] 2024-05-06T06:38:57.262 INFO:teuthology.orchestra.run.smithi110.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-105-generic amd64 5.15.0-105.115 [11.5 MB] 2024-05-06T06:38:57.491 INFO:teuthology.orchestra.run.smithi110.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-105-generic amd64 5.15.0-105.115 [63.9 MB] 2024-05-06T06:38:57.514 INFO:teuthology.orchestra.run.smithi063.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-105-generic amd64 5.15.0-105.115 [11.5 MB] 2024-05-06T06:38:57.873 INFO:teuthology.orchestra.run.smithi063.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-105-generic amd64 5.15.0-105.115 [63.9 MB] 2024-05-06T06:38:59.032 INFO:teuthology.orchestra.run.smithi110.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.105.102 [1,694 B] 2024-05-06T06:38:59.133 INFO:teuthology.orchestra.run.smithi110.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.105.102 [2,530 B] 2024-05-06T06:38:59.133 INFO:teuthology.orchestra.run.smithi110.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105 all 5.15.0-105.115 [12.3 MB] 2024-05-06T06:38:59.313 INFO:teuthology.orchestra.run.smithi110.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105-generic amd64 5.15.0-105.115 [2,857 kB] 2024-05-06T06:38:59.354 INFO:teuthology.orchestra.run.smithi110.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.105.102 [2,382 B] 2024-05-06T06:38:59.747 INFO:teuthology.orchestra.run.smithi110.stdout:Fetched 113 MB in 3s (32.6 MB/s) 2024-05-06T06:38:59.922 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package linux-modules-5.15.0-105-generic. 2024-05-06T06:39:00.080 INFO:teuthology.orchestra.run.smithi063.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.105.102 [1,694 B] 2024-05-06T06:39:00.081 INFO:teuthology.orchestra.run.smithi063.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.105.102 [2,530 B] 2024-05-06T06:39:00.081 INFO:teuthology.orchestra.run.smithi063.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105 all 5.15.0-105.115 [12.3 MB] 2024-05-06T06:39:00.515 INFO:teuthology.orchestra.run.smithi063.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105-generic amd64 5.15.0-105.115 [2,857 kB] 2024-05-06T06:39:00.577 INFO:teuthology.orchestra.run.smithi063.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.105.102 [2,382 B] 2024-05-06T06:39:01.036 INFO:teuthology.orchestra.run.smithi063.stdout:Fetched 113 MB in 5s (24.0 MB/s) 2024-05-06T06:39:01.219 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package linux-modules-5.15.0-105-generic. 2024-05-06T06:39:01.914 INFO:teuthology.orchestra.run.smithi110.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-06T06:39:01.919 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../0-linux-modules-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-05-06T06:39:01.987 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T06:39:03.236 INFO:teuthology.orchestra.run.smithi063.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-06T06:39:03.240 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../0-linux-modules-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-05-06T06:39:03.359 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T06:39:04.057 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package linux-image-5.15.0-105-generic. 2024-05-06T06:39:04.077 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../1-linux-image-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-05-06T06:39:04.161 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T06:39:04.735 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-105-generic. 2024-05-06T06:39:04.755 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-05-06T06:39:04.785 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T06:39:05.511 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package linux-image-5.15.0-105-generic. 2024-05-06T06:39:05.533 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../1-linux-image-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-05-06T06:39:05.611 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T06:39:06.123 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-105-generic. 2024-05-06T06:39:06.143 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-05-06T06:39:06.181 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T06:39:11.288 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../3-linux-generic_5.15.0.105.102_amd64.deb ... 2024-05-06T06:39:11.390 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking linux-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-05-06T06:39:11.740 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.105.102_amd64.deb ... 2024-05-06T06:39:11.860 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking linux-image-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-05-06T06:39:12.155 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package linux-headers-5.15.0-105. 2024-05-06T06:39:12.169 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../5-linux-headers-5.15.0-105_5.15.0-105.115_all.deb ... 2024-05-06T06:39:12.205 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-05-06T06:39:13.541 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../3-linux-generic_5.15.0.105.102_amd64.deb ... 2024-05-06T06:39:13.674 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking linux-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-05-06T06:39:14.041 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.105.102_amd64.deb ... 2024-05-06T06:39:14.194 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking linux-image-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-05-06T06:39:14.497 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package linux-headers-5.15.0-105. 2024-05-06T06:39:14.520 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../5-linux-headers-5.15.0-105_5.15.0-105.115_all.deb ... 2024-05-06T06:39:14.580 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-05-06T06:39:18.094 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package linux-headers-5.15.0-105-generic. 2024-05-06T06:39:18.112 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../6-linux-headers-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-05-06T06:39:18.152 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T06:39:20.710 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.105.102_amd64.deb ... 2024-05-06T06:39:20.832 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking linux-headers-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-05-06T06:39:21.019 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package linux-headers-5.15.0-105-generic. 2024-05-06T06:39:21.058 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../6-linux-headers-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-05-06T06:39:21.119 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T06:39:21.157 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-05-06T06:39:21.281 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T06:39:21.405 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up linux-headers-generic (5.15.0.105.102) ... 2024-05-06T06:39:21.533 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T06:39:22.937 INFO:teuthology.orchestra.run.smithi110.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-05-06T06:39:22.937 INFO:teuthology.orchestra.run.smithi110.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-05-06T06:39:22.937 INFO:teuthology.orchestra.run.smithi110.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-105-generic 2024-05-06T06:39:22.937 INFO:teuthology.orchestra.run.smithi110.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-105-generic 2024-05-06T06:39:23.420 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T06:39:24.831 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T06:39:25.017 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.105.102_amd64.deb ... 2024-05-06T06:39:25.163 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking linux-headers-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-05-06T06:39:25.578 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-05-06T06:39:25.693 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T06:39:25.844 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up linux-headers-generic (5.15.0.105.102) ... 2024-05-06T06:39:25.973 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T06:39:26.190 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up linux-image-generic (5.15.0.105.102) ... 2024-05-06T06:39:26.307 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up linux-generic (5.15.0.105.102) ... 2024-05-06T06:39:26.434 INFO:teuthology.orchestra.run.smithi110.stdout:Processing triggers for linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T06:39:26.503 INFO:teuthology.orchestra.run.smithi110.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-05-06T06:39:26.503 INFO:teuthology.orchestra.run.smithi110.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-105-generic 2024-05-06T06:39:27.378 INFO:teuthology.orchestra.run.smithi063.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-05-06T06:39:27.378 INFO:teuthology.orchestra.run.smithi063.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-05-06T06:39:27.379 INFO:teuthology.orchestra.run.smithi063.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-105-generic 2024-05-06T06:39:27.379 INFO:teuthology.orchestra.run.smithi063.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-105-generic 2024-05-06T06:39:27.549 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T06:39:29.368 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T06:39:30.810 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up linux-image-generic (5.15.0.105.102) ... 2024-05-06T06:39:30.961 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up linux-generic (5.15.0.105.102) ... 2024-05-06T06:39:31.121 INFO:teuthology.orchestra.run.smithi063.stdout:Processing triggers for linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T06:39:31.181 INFO:teuthology.orchestra.run.smithi063.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-05-06T06:39:31.181 INFO:teuthology.orchestra.run.smithi063.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-105-generic 2024-05-06T06:39:40.827 INFO:teuthology.orchestra.run.smithi110.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-05-06T06:39:40.828 INFO:teuthology.orchestra.run.smithi110.stdout:Sourcing file `/etc/default/grub' 2024-05-06T06:39:40.841 INFO:teuthology.orchestra.run.smithi110.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-05-06T06:39:40.863 INFO:teuthology.orchestra.run.smithi110.stdout:Generating grub configuration file ... 2024-05-06T06:39:41.215 INFO:teuthology.orchestra.run.smithi110.stdout:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-05-06T06:39:41.235 INFO:teuthology.orchestra.run.smithi110.stdout:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-05-06T06:39:41.587 INFO:teuthology.orchestra.run.smithi110.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-05-06T06:39:41.593 INFO:teuthology.orchestra.run.smithi110.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-05-06T06:39:41.661 INFO:teuthology.orchestra.run.smithi110.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-05-06T06:39:41.667 INFO:teuthology.orchestra.run.smithi110.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-05-06T06:39:41.837 INFO:teuthology.orchestra.run.smithi110.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-05-06T06:39:41.838 INFO:teuthology.orchestra.run.smithi110.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-05-06T06:39:41.838 INFO:teuthology.orchestra.run.smithi110.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-05-06T06:39:41.887 INFO:teuthology.orchestra.run.smithi110.stdout:done 2024-05-06T06:39:42.300 DEBUG:teuthology.orchestra.run.smithi110:> dpkg -s linux-image-generic 2024-05-06T06:39:42.321 INFO:teuthology.orchestra.run.smithi110.stdout:Package: linux-image-generic 2024-05-06T06:39:42.321 INFO:teuthology.orchestra.run.smithi110.stdout:Status: install ok installed 2024-05-06T06:39:42.321 INFO:teuthology.orchestra.run.smithi110.stdout:Priority: optional 2024-05-06T06:39:42.321 INFO:teuthology.orchestra.run.smithi110.stdout:Section: kernel 2024-05-06T06:39:42.321 INFO:teuthology.orchestra.run.smithi110.stdout:Installed-Size: 21 2024-05-06T06:39:42.321 INFO:teuthology.orchestra.run.smithi110.stdout:Maintainer: Ubuntu Kernel Team 2024-05-06T06:39:42.322 INFO:teuthology.orchestra.run.smithi110.stdout:Architecture: amd64 2024-05-06T06:39:42.322 INFO:teuthology.orchestra.run.smithi110.stdout:Source: linux-meta 2024-05-06T06:39:42.322 INFO:teuthology.orchestra.run.smithi110.stdout:Version: 5.15.0.105.102 2024-05-06T06:39:42.322 INFO:teuthology.orchestra.run.smithi110.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-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-05-06T06:39:42.322 INFO:teuthology.orchestra.run.smithi110.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-05-06T06:39:42.322 INFO:teuthology.orchestra.run.smithi110.stdout:Recommends: thermald 2024-05-06T06:39:42.322 INFO:teuthology.orchestra.run.smithi110.stdout:Description: Generic Linux kernel image 2024-05-06T06:39:42.322 INFO:teuthology.orchestra.run.smithi110.stdout: This package will always depend on the latest generic kernel image 2024-05-06T06:39:42.322 INFO:teuthology.orchestra.run.smithi110.stdout: available. 2024-05-06T06:39:42.323 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-105-generic 2024-05-06T06:39:42.323 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-06T06:39:42.323 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-06T06:39:42.323 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-05-06T06:39:42.323 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi110.front.sepia.ceph.com, path=None, version=distro) 2024-05-06T06:39:42.323 DEBUG:teuthology.orchestra.run.smithi110:> sudo apt-get clean 2024-05-06T06:39:42.501 DEBUG:teuthology.orchestra.run.smithi110:> sudo apt-get update 2024-05-06T06:39:42.749 INFO:teuthology.orchestra.run.smithi110.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-05-06T06:39:42.749 INFO:teuthology.orchestra.run.smithi110.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-06T06:39:42.823 INFO:teuthology.orchestra.run.smithi110.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-05-06T06:39:42.905 INFO:teuthology.orchestra.run.smithi110.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-05-06T06:39:44.135 INFO:teuthology.orchestra.run.smithi110.stdout:Reading package lists... 2024-05-06T06:39:44.152 DEBUG:teuthology.orchestra.run.smithi110:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-05-06T06:39:44.209 INFO:teuthology.orchestra.run.smithi110.stdout:Reading package lists... 2024-05-06T06:39:44.408 INFO:teuthology.orchestra.run.smithi110.stdout:Building dependency tree... 2024-05-06T06:39:44.409 INFO:teuthology.orchestra.run.smithi110.stdout:Reading state information... 2024-05-06T06:39:44.583 INFO:teuthology.orchestra.run.smithi110.stdout:linux-image-generic is already the newest version (5.15.0.105.102). 2024-05-06T06:39:44.583 INFO:teuthology.orchestra.run.smithi110.stdout:The following packages were automatically installed and are no longer required: 2024-05-06T06:39:44.583 INFO:teuthology.orchestra.run.smithi110.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-06T06:39:44.583 INFO:teuthology.orchestra.run.smithi110.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-06T06:39:44.583 INFO:teuthology.orchestra.run.smithi110.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-06T06:39:44.584 INFO:teuthology.orchestra.run.smithi110.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-05-06T06:39:44.584 INFO:teuthology.orchestra.run.smithi110.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-05-06T06:39:44.584 INFO:teuthology.orchestra.run.smithi110.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-06T06:39:44.622 INFO:teuthology.orchestra.run.smithi110.stdout:0 upgraded, 0 newly installed, 0 to remove and 316 not upgraded. 2024-05-06T06:39:44.624 DEBUG:teuthology.orchestra.run.smithi110:> dpkg -s linux-image-generic 2024-05-06T06:39:44.639 INFO:teuthology.orchestra.run.smithi110.stdout:Package: linux-image-generic 2024-05-06T06:39:44.639 INFO:teuthology.orchestra.run.smithi110.stdout:Status: install ok installed 2024-05-06T06:39:44.639 INFO:teuthology.orchestra.run.smithi110.stdout:Priority: optional 2024-05-06T06:39:44.639 INFO:teuthology.orchestra.run.smithi110.stdout:Section: kernel 2024-05-06T06:39:44.639 INFO:teuthology.orchestra.run.smithi110.stdout:Installed-Size: 21 2024-05-06T06:39:44.639 INFO:teuthology.orchestra.run.smithi110.stdout:Maintainer: Ubuntu Kernel Team 2024-05-06T06:39:44.639 INFO:teuthology.orchestra.run.smithi110.stdout:Architecture: amd64 2024-05-06T06:39:44.639 INFO:teuthology.orchestra.run.smithi110.stdout:Source: linux-meta 2024-05-06T06:39:44.639 INFO:teuthology.orchestra.run.smithi110.stdout:Version: 5.15.0.105.102 2024-05-06T06:39:44.640 INFO:teuthology.orchestra.run.smithi110.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-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-05-06T06:39:44.640 INFO:teuthology.orchestra.run.smithi110.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-05-06T06:39:44.640 INFO:teuthology.orchestra.run.smithi110.stdout:Recommends: thermald 2024-05-06T06:39:44.640 INFO:teuthology.orchestra.run.smithi110.stdout:Description: Generic Linux kernel image 2024-05-06T06:39:44.640 INFO:teuthology.orchestra.run.smithi110.stdout: This package will always depend on the latest generic kernel image 2024-05-06T06:39:44.640 INFO:teuthology.orchestra.run.smithi110.stdout: available. 2024-05-06T06:39:44.640 DEBUG:teuthology.orchestra.run.smithi110:> mktemp 2024-05-06T06:39:44.689 INFO:teuthology.orchestra.run.smithi110.stdout:/tmp/tmp.5mb4wuv5KS 2024-05-06T06:39:44.689 DEBUG:teuthology.orchestra.run.smithi110:> sudo cp /boot/grub/grub.cfg /tmp/tmp.5mb4wuv5KS 2024-05-06T06:39:44.747 DEBUG:teuthology.orchestra.run.smithi110:> sudo chmod 0666 /tmp/tmp.5mb4wuv5KS 2024-05-06T06:39:44.866 DEBUG:teuthology.orchestra.remote:smithi110:/tmp/tmp.5mb4wuv5KS is 10KB 2024-05-06T06:39:44.880 DEBUG:teuthology.orchestra.run.smithi110:> rm -fr /tmp/tmp.5mb4wuv5KS 2024-05-06T06:39:44.885 DEBUG:teuthology.orchestra.run.smithi110:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-05-06T06:39:44.941 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2024-05-06T06:39:44.941 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-05-06T06:39:44.941 DEBUG:teuthology.orchestra.run.smithi110:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-05-06T06:39:45.004 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-105-generic 2024-05-06T06:39:45.005 DEBUG:teuthology.orchestra.run.smithi110:> sudo update-grub 2024-05-06T06:39:46.158 INFO:teuthology.orchestra.run.smithi110.stderr:Sourcing file `/etc/default/grub' 2024-05-06T06:39:46.159 INFO:teuthology.orchestra.run.smithi110.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-05-06T06:39:46.163 INFO:teuthology.orchestra.run.smithi110.stderr:Generating grub configuration file ... 2024-05-06T06:39:46.407 INFO:teuthology.orchestra.run.smithi110.stderr:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-05-06T06:39:46.413 INFO:teuthology.orchestra.run.smithi110.stderr:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-05-06T06:39:46.741 INFO:teuthology.orchestra.run.smithi110.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-05-06T06:39:46.745 INFO:teuthology.orchestra.run.smithi110.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-05-06T06:39:46.784 INFO:teuthology.orchestra.run.smithi110.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-05-06T06:39:46.789 INFO:teuthology.orchestra.run.smithi110.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-05-06T06:39:46.830 INFO:teuthology.orchestra.run.smithi063.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-05-06T06:39:46.830 INFO:teuthology.orchestra.run.smithi063.stdout:Sourcing file `/etc/default/grub' 2024-05-06T06:39:46.861 INFO:teuthology.orchestra.run.smithi063.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-05-06T06:39:46.880 INFO:teuthology.orchestra.run.smithi063.stdout:Generating grub configuration file ... 2024-05-06T06:39:46.906 INFO:teuthology.orchestra.run.smithi110.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-05-06T06:39:46.907 INFO:teuthology.orchestra.run.smithi110.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-05-06T06:39:46.907 INFO:teuthology.orchestra.run.smithi110.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-05-06T06:39:46.918 INFO:teuthology.orchestra.run.smithi110.stderr:done 2024-05-06T06:39:46.920 DEBUG:teuthology.orchestra.run.smithi110:> sudo shutdown -r now 2024-05-06T06:39:47.267 INFO:teuthology.orchestra.run.smithi063.stdout:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-05-06T06:39:47.282 INFO:teuthology.orchestra.run.smithi063.stdout:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-05-06T06:39:47.668 INFO:teuthology.orchestra.run.smithi063.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-05-06T06:39:47.674 INFO:teuthology.orchestra.run.smithi063.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-05-06T06:39:47.743 INFO:teuthology.orchestra.run.smithi063.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-05-06T06:39:47.749 INFO:teuthology.orchestra.run.smithi063.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-05-06T06:39:47.926 INFO:teuthology.orchestra.run.smithi063.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-05-06T06:39:47.926 INFO:teuthology.orchestra.run.smithi063.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-05-06T06:39:47.926 INFO:teuthology.orchestra.run.smithi063.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-05-06T06:39:47.955 INFO:teuthology.orchestra.run.smithi063.stdout:done 2024-05-06T06:39:48.442 DEBUG:teuthology.orchestra.run.smithi063:> dpkg -s linux-image-generic 2024-05-06T06:39:48.463 INFO:teuthology.orchestra.run.smithi063.stdout:Package: linux-image-generic 2024-05-06T06:39:48.463 INFO:teuthology.orchestra.run.smithi063.stdout:Status: install ok installed 2024-05-06T06:39:48.463 INFO:teuthology.orchestra.run.smithi063.stdout:Priority: optional 2024-05-06T06:39:48.463 INFO:teuthology.orchestra.run.smithi063.stdout:Section: kernel 2024-05-06T06:39:48.463 INFO:teuthology.orchestra.run.smithi063.stdout:Installed-Size: 21 2024-05-06T06:39:48.463 INFO:teuthology.orchestra.run.smithi063.stdout:Maintainer: Ubuntu Kernel Team 2024-05-06T06:39:48.464 INFO:teuthology.orchestra.run.smithi063.stdout:Architecture: amd64 2024-05-06T06:39:48.464 INFO:teuthology.orchestra.run.smithi063.stdout:Source: linux-meta 2024-05-06T06:39:48.464 INFO:teuthology.orchestra.run.smithi063.stdout:Version: 5.15.0.105.102 2024-05-06T06:39:48.464 INFO:teuthology.orchestra.run.smithi063.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-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-05-06T06:39:48.464 INFO:teuthology.orchestra.run.smithi063.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-05-06T06:39:48.464 INFO:teuthology.orchestra.run.smithi063.stdout:Recommends: thermald 2024-05-06T06:39:48.464 INFO:teuthology.orchestra.run.smithi063.stdout:Description: Generic Linux kernel image 2024-05-06T06:39:48.464 INFO:teuthology.orchestra.run.smithi063.stdout: This package will always depend on the latest generic kernel image 2024-05-06T06:39:48.464 INFO:teuthology.orchestra.run.smithi063.stdout: available. 2024-05-06T06:39:48.464 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-105-generic 2024-05-06T06:39:48.464 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-06T06:39:48.465 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-06T06:39:48.465 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-05-06T06:39:48.465 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi063.front.sepia.ceph.com, path=None, version=distro) 2024-05-06T06:39:48.465 DEBUG:teuthology.orchestra.run.smithi063:> sudo apt-get clean 2024-05-06T06:39:48.660 DEBUG:teuthology.orchestra.run.smithi063:> sudo apt-get update 2024-05-06T06:39:48.808 INFO:teuthology.orchestra.run.smithi063.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-06T06:39:48.808 INFO:teuthology.orchestra.run.smithi063.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-05-06T06:39:48.824 INFO:teuthology.orchestra.run.smithi063.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-05-06T06:39:48.845 INFO:teuthology.orchestra.run.smithi063.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-05-06T06:39:50.284 INFO:teuthology.orchestra.run.smithi063.stdout:Reading package lists... 2024-05-06T06:39:50.302 DEBUG:teuthology.orchestra.run.smithi063:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-05-06T06:39:50.354 INFO:teuthology.orchestra.run.smithi063.stdout:Reading package lists... 2024-05-06T06:39:50.535 INFO:teuthology.orchestra.run.smithi063.stdout:Building dependency tree... 2024-05-06T06:39:50.536 INFO:teuthology.orchestra.run.smithi063.stdout:Reading state information... 2024-05-06T06:39:50.702 INFO:teuthology.orchestra.run.smithi063.stdout:linux-image-generic is already the newest version (5.15.0.105.102). 2024-05-06T06:39:50.702 INFO:teuthology.orchestra.run.smithi063.stdout:The following packages were automatically installed and are no longer required: 2024-05-06T06:39:50.702 INFO:teuthology.orchestra.run.smithi063.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-06T06:39:50.702 INFO:teuthology.orchestra.run.smithi063.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-06T06:39:50.702 INFO:teuthology.orchestra.run.smithi063.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-06T06:39:50.703 INFO:teuthology.orchestra.run.smithi063.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-05-06T06:39:50.703 INFO:teuthology.orchestra.run.smithi063.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-05-06T06:39:50.703 INFO:teuthology.orchestra.run.smithi063.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-06T06:39:50.741 INFO:teuthology.orchestra.run.smithi063.stdout:0 upgraded, 0 newly installed, 0 to remove and 316 not upgraded. 2024-05-06T06:39:50.743 DEBUG:teuthology.orchestra.run.smithi063:> dpkg -s linux-image-generic 2024-05-06T06:39:50.799 INFO:teuthology.orchestra.run.smithi063.stdout:Package: linux-image-generic 2024-05-06T06:39:50.799 INFO:teuthology.orchestra.run.smithi063.stdout:Status: install ok installed 2024-05-06T06:39:50.800 INFO:teuthology.orchestra.run.smithi063.stdout:Priority: optional 2024-05-06T06:39:50.800 INFO:teuthology.orchestra.run.smithi063.stdout:Section: kernel 2024-05-06T06:39:50.800 INFO:teuthology.orchestra.run.smithi063.stdout:Installed-Size: 21 2024-05-06T06:39:50.800 INFO:teuthology.orchestra.run.smithi063.stdout:Maintainer: Ubuntu Kernel Team 2024-05-06T06:39:50.800 INFO:teuthology.orchestra.run.smithi063.stdout:Architecture: amd64 2024-05-06T06:39:50.800 INFO:teuthology.orchestra.run.smithi063.stdout:Source: linux-meta 2024-05-06T06:39:50.800 INFO:teuthology.orchestra.run.smithi063.stdout:Version: 5.15.0.105.102 2024-05-06T06:39:50.800 INFO:teuthology.orchestra.run.smithi063.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-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-05-06T06:39:50.800 INFO:teuthology.orchestra.run.smithi063.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-05-06T06:39:50.800 INFO:teuthology.orchestra.run.smithi063.stdout:Recommends: thermald 2024-05-06T06:39:50.800 INFO:teuthology.orchestra.run.smithi063.stdout:Description: Generic Linux kernel image 2024-05-06T06:39:50.800 INFO:teuthology.orchestra.run.smithi063.stdout: This package will always depend on the latest generic kernel image 2024-05-06T06:39:50.800 INFO:teuthology.orchestra.run.smithi063.stdout: available. 2024-05-06T06:39:50.801 DEBUG:teuthology.orchestra.run.smithi063:> mktemp 2024-05-06T06:39:50.844 INFO:teuthology.orchestra.run.smithi063.stdout:/tmp/tmp.auHLH8ZoLj 2024-05-06T06:39:50.844 DEBUG:teuthology.orchestra.run.smithi063:> sudo cp /boot/grub/grub.cfg /tmp/tmp.auHLH8ZoLj 2024-05-06T06:39:50.900 DEBUG:teuthology.orchestra.run.smithi063:> sudo chmod 0666 /tmp/tmp.auHLH8ZoLj 2024-05-06T06:39:51.022 DEBUG:teuthology.orchestra.remote:smithi063:/tmp/tmp.auHLH8ZoLj is 10KB 2024-05-06T06:39:51.035 DEBUG:teuthology.orchestra.run.smithi063:> rm -fr /tmp/tmp.auHLH8ZoLj 2024-05-06T06:39:51.041 DEBUG:teuthology.orchestra.run.smithi063:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-05-06T06:39:51.097 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-05-06T06:39:51.097 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-05-06T06:39:51.097 DEBUG:teuthology.orchestra.run.smithi063:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-05-06T06:39:51.177 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-105-generic 2024-05-06T06:39:51.177 DEBUG:teuthology.orchestra.run.smithi063:> sudo update-grub 2024-05-06T06:39:52.603 INFO:teuthology.orchestra.run.smithi063.stderr:Sourcing file `/etc/default/grub' 2024-05-06T06:39:52.610 INFO:teuthology.orchestra.run.smithi063.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-05-06T06:39:52.613 INFO:teuthology.orchestra.run.smithi063.stderr:Generating grub configuration file ... 2024-05-06T06:39:52.846 INFO:teuthology.orchestra.run.smithi063.stderr:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-05-06T06:39:52.852 INFO:teuthology.orchestra.run.smithi063.stderr:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-05-06T06:39:53.149 INFO:teuthology.orchestra.run.smithi063.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-05-06T06:39:53.154 INFO:teuthology.orchestra.run.smithi063.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-05-06T06:39:53.196 INFO:teuthology.orchestra.run.smithi063.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-05-06T06:39:53.201 INFO:teuthology.orchestra.run.smithi063.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-05-06T06:39:53.446 INFO:teuthology.orchestra.run.smithi063.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-05-06T06:39:53.446 INFO:teuthology.orchestra.run.smithi063.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-05-06T06:39:53.446 INFO:teuthology.orchestra.run.smithi063.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-05-06T06:39:53.471 INFO:teuthology.orchestra.run.smithi063.stderr:done 2024-05-06T06:39:53.480 DEBUG:teuthology.orchestra.run.smithi063:> sudo shutdown -r now 2024-05-06T06:40:16.946 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-05-06T06:40:16.947 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi110.front.sepia.ceph.com' 2024-05-06T06:40:16.948 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi110.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-06T06:40:23.486 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-05-06T06:40:23.486 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi063.front.sepia.ceph.com' 2024-05-06T06:40:23.487 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi063.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-06T06:40:35.359 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.110 2024-05-06T06:40:42.018 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.63 2024-05-06T06:40:44.362 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi110.front.sepia.ceph.com' 2024-05-06T06:40:44.363 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi110.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-06T06:40:47.422 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.110 2024-05-06T06:40:51.022 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi063.front.sepia.ceph.com' 2024-05-06T06:40:51.023 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi063.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-06T06:40:54.078 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.63 2024-05-06T06:40:59.426 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi110.front.sepia.ceph.com' 2024-05-06T06:40:59.427 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi110.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-06T06:41:06.083 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi063.front.sepia.ceph.com' 2024-05-06T06:41:06.084 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi063.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-06T06:41:17.858 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.110 2024-05-06T06:41:24.510 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.63 2024-05-06T06:41:32.867 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi110.front.sepia.ceph.com' 2024-05-06T06:41:32.868 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi110.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-06T06:41:33.392 DEBUG:teuthology.orchestra.run.smithi110:> true 2024-05-06T06:41:33.977 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi110.front.sepia.ceph.com' 2024-05-06T06:41:33.978 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-105-generic"... 2024-05-06T06:41:33.978 DEBUG:teuthology.orchestra.run.smithi110:> uname -r 2024-05-06T06:41:34.023 INFO:teuthology.orchestra.run.smithi110.stdout:5.15.0-105-generic 2024-05-06T06:41:34.023 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-105-generic vs 5.15.0-105-generic 2024-05-06T06:41:34.023 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-06T06:41:34.023 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-05-06T06:41:35.025 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-05-06T06:41:35.025 DEBUG:teuthology.orchestra.run.smithi110:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-06T06:41:35.103 INFO:teuthology.orchestra.run.smithi110.stdout:ttyS1 2024-05-06T06:41:35.138 DEBUG:teuthology.parallel:result is None 2024-05-06T06:41:39.512 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi063.front.sepia.ceph.com' 2024-05-06T06:41:39.513 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi063.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-06T06:41:40.336 DEBUG:teuthology.orchestra.run.smithi063:> true 2024-05-06T06:41:41.688 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi063.front.sepia.ceph.com' 2024-05-06T06:41:41.688 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-105-generic"... 2024-05-06T06:41:41.688 DEBUG:teuthology.orchestra.run.smithi063:> uname -r 2024-05-06T06:41:41.735 INFO:teuthology.orchestra.run.smithi063.stdout:5.15.0-105-generic 2024-05-06T06:41:41.736 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-105-generic vs 5.15.0-105-generic 2024-05-06T06:41:41.736 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-06T06:41:41.736 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-05-06T06:41:42.737 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-05-06T06:41:42.737 DEBUG:teuthology.orchestra.run.smithi063:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-06T06:41:42.878 INFO:teuthology.orchestra.run.smithi063.stdout:ttyS1 2024-05-06T06:41:42.902 DEBUG:teuthology.parallel:result is None 2024-05-06T06:41:42.902 INFO:teuthology.run_tasks:Running task internal.base... 2024-05-06T06:41:42.911 INFO:teuthology.task.internal:Creating test directory... 2024-05-06T06:41:42.911 DEBUG:teuthology.orchestra.run.smithi063:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-06T06:41:42.914 DEBUG:teuthology.orchestra.run.smithi110:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-06T06:41:42.920 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-05-06T06:41:42.957 INFO:teuthology.run_tasks:Running task internal.archive... 2024-05-06T06:41:42.990 INFO:teuthology.task.internal:Creating archive directory... 2024-05-06T06:41:42.990 DEBUG:teuthology.orchestra.run.smithi063:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-06T06:41:42.992 DEBUG:teuthology.orchestra.run.smithi110:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-06T06:41:43.143 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-05-06T06:41:43.150 INFO:teuthology.task.internal:Enabling coredump saving... 2024-05-06T06:41:43.151 DEBUG:teuthology.orchestra.run.smithi063:> 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-06T06:41:43.153 DEBUG:teuthology.orchestra.run.smithi110:> 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-06T06:41:43.182 INFO:teuthology.orchestra.run.smithi110.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-06T06:41:43.191 INFO:teuthology.orchestra.run.smithi110.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-06T06:41:43.250 INFO:teuthology.orchestra.run.smithi063.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-06T06:41:43.259 INFO:teuthology.orchestra.run.smithi063.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-06T06:41:43.260 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-05-06T06:41:43.269 INFO:teuthology.task.internal:Configuring sudo... 2024-05-06T06:41:43.269 DEBUG:teuthology.orchestra.run.smithi063:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-06T06:41:43.272 DEBUG:teuthology.orchestra.run.smithi110:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-06T06:41:43.285 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-05-06T06:41:43.315 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-05-06T06:41:43.315 DEBUG:teuthology.orchestra.run.smithi063:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-06T06:41:43.328 DEBUG:teuthology.orchestra.run.smithi110:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-06T06:41:43.334 DEBUG:teuthology.orchestra.run.smithi063:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-06T06:41:43.380 DEBUG:teuthology.orchestra.run.smithi063:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-06T06:41:43.427 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-05-06T06:41:43.427 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-06T06:41:43.521 DEBUG:teuthology.orchestra.run.smithi110:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-06T06:41:43.528 DEBUG:teuthology.orchestra.run.smithi110:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-06T06:41:43.575 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2024-05-06T06:41:43.575 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-06T06:41:43.640 DEBUG:teuthology.orchestra.run.smithi063:> sudo service rsyslog restart 2024-05-06T06:41:43.643 DEBUG:teuthology.orchestra.run.smithi110:> sudo service rsyslog restart 2024-05-06T06:41:43.716 INFO:teuthology.run_tasks:Running task internal.timer... 2024-05-06T06:41:43.723 INFO:teuthology.task.internal:Starting timer... 2024-05-06T06:41:43.723 INFO:teuthology.run_tasks:Running task pcp... 2024-05-06T06:41:43.753 INFO:teuthology.run_tasks:Running task selinux... 2024-05-06T06:41:43.786 DEBUG:teuthology.task.selinux:Excluding smithi063: OS 'ubuntu' does not support SELinux 2024-05-06T06:41:43.786 DEBUG:teuthology.task.selinux:Excluding smithi110: OS 'ubuntu' does not support SELinux 2024-05-06T06:41:43.786 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-05-06T06:41:43.786 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-05-06T06:41:43.786 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-05-06T06:41:43.786 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-05-06T06:41:43.819 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-05-06T06:41:43.836 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-06T06:41:43.837 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi063.front.sepia.ceph.com,smithi110.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-05-06T06:48:53.457 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi063.front.sepia.ceph.com'), Remote(name='ubuntu@smithi110.front.sepia.ceph.com')] 2024-05-06T06:48:53.458 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi063.front.sepia.ceph.com' 2024-05-06T06:48:53.459 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi063.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-06T06:48:53.541 DEBUG:teuthology.orchestra.run.smithi063:> true 2024-05-06T06:48:53.619 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi063.front.sepia.ceph.com' 2024-05-06T06:48:53.619 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi110.front.sepia.ceph.com' 2024-05-06T06:48:53.619 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi110.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-06T06:48:53.700 DEBUG:teuthology.orchestra.run.smithi110:> true 2024-05-06T06:48:53.782 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi110.front.sepia.ceph.com' 2024-05-06T06:48:53.783 INFO:teuthology.run_tasks:Running task clock... 2024-05-06T06:48:53.795 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-05-06T06:48:53.795 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-06T06:48:53.796 DEBUG:teuthology.orchestra.run.smithi063:> 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-06T06:48:53.798 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-06T06:48:53.799 DEBUG:teuthology.orchestra.run.smithi110:> 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-06T06:48:53.826 INFO:teuthology.orchestra.run.smithi063.stdout: 6 May 06:48:53 ntpd[17273]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-05-06T06:48:53.826 INFO:teuthology.orchestra.run.smithi063.stdout: 6 May 06:48:53 ntpd[17273]: Command line: ntpd -gq 2024-05-06T06:48:53.826 INFO:teuthology.orchestra.run.smithi063.stdout: 6 May 06:48:53 ntpd[17273]: ---------------------------------------------------- 2024-05-06T06:48:53.826 INFO:teuthology.orchestra.run.smithi063.stdout: 6 May 06:48:53 ntpd[17273]: ntp-4 is maintained by Network Time Foundation, 2024-05-06T06:48:53.826 INFO:teuthology.orchestra.run.smithi063.stdout: 6 May 06:48:53 ntpd[17273]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-05-06T06:48:53.826 INFO:teuthology.orchestra.run.smithi063.stdout: 6 May 06:48:53 ntpd[17273]: corporation. Support and training for ntp-4 are 2024-05-06T06:48:53.826 INFO:teuthology.orchestra.run.smithi063.stdout: 6 May 06:48:53 ntpd[17273]: available at https://www.nwtime.org/support 2024-05-06T06:48:53.826 INFO:teuthology.orchestra.run.smithi063.stdout: 6 May 06:48:53 ntpd[17273]: ---------------------------------------------------- 2024-05-06T06:48:53.828 INFO:teuthology.orchestra.run.smithi063.stdout: 6 May 06:48:53 ntpd[17273]: proto: precision = 0.066 usec (-24) 2024-05-06T06:48:53.828 INFO:teuthology.orchestra.run.smithi063.stdout: 6 May 06:48:53 ntpd[17273]: basedate set to 2022-02-04 2024-05-06T06:48:53.829 INFO:teuthology.orchestra.run.smithi063.stdout: 6 May 06:48:53 ntpd[17273]: gps base set to 2022-02-06 (week 2196) 2024-05-06T06:48:53.829 INFO:teuthology.orchestra.run.smithi063.stdout: 6 May 06:48:53 ntpd[17273]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-05-06T06:48:53.829 INFO:teuthology.orchestra.run.smithi063.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-05-06T06:48:53.830 INFO:teuthology.orchestra.run.smithi063.stderr:restrict ::: KOD does nothing without LIMITED. 2024-05-06T06:48:53.831 INFO:teuthology.orchestra.run.smithi063.stdout: 6 May 06:48:53 ntpd[17273]: restrict ::: KOD does nothing without LIMITED. 2024-05-06T06:48:53.832 INFO:teuthology.orchestra.run.smithi063.stdout: 6 May 06:48:53 ntpd[17273]: Listen and drop on 0 v6wildcard [::]:123 2024-05-06T06:48:53.832 INFO:teuthology.orchestra.run.smithi063.stdout: 6 May 06:48:53 ntpd[17273]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-05-06T06:48:53.832 INFO:teuthology.orchestra.run.smithi063.stdout: 6 May 06:48:53 ntpd[17273]: Listen normally on 2 lo 127.0.0.1:123 2024-05-06T06:48:53.832 INFO:teuthology.orchestra.run.smithi063.stdout: 6 May 06:48:53 ntpd[17273]: Listen normally on 3 enp3s0f1 172.21.15.63:123 2024-05-06T06:48:53.832 INFO:teuthology.orchestra.run.smithi063.stdout: 6 May 06:48:53 ntpd[17273]: Listen normally on 4 lo [::1]:123 2024-05-06T06:48:53.832 INFO:teuthology.orchestra.run.smithi063.stdout: 6 May 06:48:53 ntpd[17273]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:feb6:f8d7%5]:123 2024-05-06T06:48:53.832 INFO:teuthology.orchestra.run.smithi063.stdout: 6 May 06:48:53 ntpd[17273]: Listening on routing socket on fd #22 for interface updates 2024-05-06T06:48:53.851 INFO:teuthology.orchestra.run.smithi110.stdout: 6 May 06:48:53 ntpd[17305]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-05-06T06:48:53.851 INFO:teuthology.orchestra.run.smithi110.stdout: 6 May 06:48:53 ntpd[17305]: Command line: ntpd -gq 2024-05-06T06:48:53.851 INFO:teuthology.orchestra.run.smithi110.stdout: 6 May 06:48:53 ntpd[17305]: ---------------------------------------------------- 2024-05-06T06:48:53.851 INFO:teuthology.orchestra.run.smithi110.stdout: 6 May 06:48:53 ntpd[17305]: ntp-4 is maintained by Network Time Foundation, 2024-05-06T06:48:53.852 INFO:teuthology.orchestra.run.smithi110.stdout: 6 May 06:48:53 ntpd[17305]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-05-06T06:48:53.852 INFO:teuthology.orchestra.run.smithi110.stdout: 6 May 06:48:53 ntpd[17305]: corporation. Support and training for ntp-4 are 2024-05-06T06:48:53.852 INFO:teuthology.orchestra.run.smithi110.stdout: 6 May 06:48:53 ntpd[17305]: available at https://www.nwtime.org/support 2024-05-06T06:48:53.852 INFO:teuthology.orchestra.run.smithi110.stdout: 6 May 06:48:53 ntpd[17305]: ---------------------------------------------------- 2024-05-06T06:48:53.852 INFO:teuthology.orchestra.run.smithi110.stdout: 6 May 06:48:53 ntpd[17305]: proto: precision = 0.044 usec (-24) 2024-05-06T06:48:53.852 INFO:teuthology.orchestra.run.smithi110.stdout: 6 May 06:48:53 ntpd[17305]: basedate set to 2022-02-04 2024-05-06T06:48:53.853 INFO:teuthology.orchestra.run.smithi110.stdout: 6 May 06:48:53 ntpd[17305]: gps base set to 2022-02-06 (week 2196) 2024-05-06T06:48:53.853 INFO:teuthology.orchestra.run.smithi110.stdout: 6 May 06:48:53 ntpd[17305]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-05-06T06:48:53.853 INFO:teuthology.orchestra.run.smithi110.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-05-06T06:48:53.853 INFO:teuthology.orchestra.run.smithi110.stderr:restrict ::: KOD does nothing without LIMITED. 2024-05-06T06:48:53.854 INFO:teuthology.orchestra.run.smithi110.stdout: 6 May 06:48:53 ntpd[17305]: restrict ::: KOD does nothing without LIMITED. 2024-05-06T06:48:53.855 INFO:teuthology.orchestra.run.smithi110.stdout: 6 May 06:48:53 ntpd[17305]: Listen and drop on 0 v6wildcard [::]:123 2024-05-06T06:48:53.855 INFO:teuthology.orchestra.run.smithi110.stdout: 6 May 06:48:53 ntpd[17305]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-05-06T06:48:53.855 INFO:teuthology.orchestra.run.smithi110.stdout: 6 May 06:48:53 ntpd[17305]: Listen normally on 2 lo 127.0.0.1:123 2024-05-06T06:48:53.855 INFO:teuthology.orchestra.run.smithi110.stdout: 6 May 06:48:53 ntpd[17305]: Listen normally on 3 enp3s0f1 172.21.15.110:123 2024-05-06T06:48:53.855 INFO:teuthology.orchestra.run.smithi110.stdout: 6 May 06:48:53 ntpd[17305]: Listen normally on 4 lo [::1]:123 2024-05-06T06:48:53.855 INFO:teuthology.orchestra.run.smithi110.stdout: 6 May 06:48:53 ntpd[17305]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:cc35%5]:123 2024-05-06T06:48:53.855 INFO:teuthology.orchestra.run.smithi110.stdout: 6 May 06:48:53 ntpd[17305]: Listening on routing socket on fd #22 for interface updates 2024-05-06T06:48:54.827 INFO:teuthology.orchestra.run.smithi063.stderr: 6 May 06:48:54 ntpd[17273]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T06:48:54.827 INFO:teuthology.orchestra.run.smithi063.stderr: 6 May 06:48:54 ntpd[17273]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T06:48:54.827 INFO:teuthology.orchestra.run.smithi063.stderr: 6 May 06:48:54 ntpd[17273]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T06:48:54.827 INFO:teuthology.orchestra.run.smithi063.stderr: 6 May 06:48:54 ntpd[17273]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T06:48:54.828 INFO:teuthology.orchestra.run.smithi063.stderr: 6 May 06:48:54 ntpd[17273]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T06:48:54.828 INFO:teuthology.orchestra.run.smithi063.stderr: 6 May 06:48:54 ntpd[17273]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T06:48:54.828 INFO:teuthology.orchestra.run.smithi063.stderr: 6 May 06:48:54 ntpd[17273]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T06:48:54.828 INFO:teuthology.orchestra.run.smithi063.stderr: 6 May 06:48:54 ntpd[17273]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T06:48:54.828 INFO:teuthology.orchestra.run.smithi063.stderr: 6 May 06:48:54 ntpd[17273]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T06:48:54.828 INFO:teuthology.orchestra.run.smithi063.stderr: 6 May 06:48:54 ntpd[17273]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T06:48:54.828 INFO:teuthology.orchestra.run.smithi063.stderr: 6 May 06:48:54 ntpd[17273]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T06:48:54.828 INFO:teuthology.orchestra.run.smithi063.stderr: 6 May 06:48:54 ntpd[17273]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T06:48:54.828 INFO:teuthology.orchestra.run.smithi063.stderr: 6 May 06:48:54 ntpd[17273]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T06:48:54.828 INFO:teuthology.orchestra.run.smithi063.stderr: 6 May 06:48:54 ntpd[17273]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T06:48:54.852 INFO:teuthology.orchestra.run.smithi110.stderr: 6 May 06:48:54 ntpd[17305]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T06:48:54.852 INFO:teuthology.orchestra.run.smithi110.stderr: 6 May 06:48:54 ntpd[17305]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T06:48:54.852 INFO:teuthology.orchestra.run.smithi110.stderr: 6 May 06:48:54 ntpd[17305]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T06:48:54.852 INFO:teuthology.orchestra.run.smithi110.stderr: 6 May 06:48:54 ntpd[17305]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T06:48:54.852 INFO:teuthology.orchestra.run.smithi110.stderr: 6 May 06:48:54 ntpd[17305]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T06:48:54.852 INFO:teuthology.orchestra.run.smithi110.stderr: 6 May 06:48:54 ntpd[17305]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T06:48:55.827 INFO:teuthology.orchestra.run.smithi063.stderr: 6 May 06:48:55 ntpd[17273]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T06:48:55.828 INFO:teuthology.orchestra.run.smithi063.stderr: 6 May 06:48:55 ntpd[17273]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T06:48:55.828 INFO:teuthology.orchestra.run.smithi063.stderr: 6 May 06:48:55 ntpd[17273]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T06:48:55.828 INFO:teuthology.orchestra.run.smithi063.stderr: 6 May 06:48:55 ntpd[17273]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T06:48:55.828 INFO:teuthology.orchestra.run.smithi063.stderr: 6 May 06:48:55 ntpd[17273]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T06:48:55.828 INFO:teuthology.orchestra.run.smithi063.stderr: 6 May 06:48:55 ntpd[17273]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T06:48:55.852 INFO:teuthology.orchestra.run.smithi110.stderr: 6 May 06:48:55 ntpd[17305]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T06:48:55.852 INFO:teuthology.orchestra.run.smithi110.stderr: 6 May 06:48:55 ntpd[17305]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T06:48:56.828 INFO:teuthology.orchestra.run.smithi063.stderr: 6 May 06:48:56 ntpd[17273]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T06:48:56.829 INFO:teuthology.orchestra.run.smithi063.stderr: 6 May 06:48:56 ntpd[17273]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T06:48:56.829 INFO:teuthology.orchestra.run.smithi063.stderr: 6 May 06:48:56 ntpd[17273]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T06:48:56.829 INFO:teuthology.orchestra.run.smithi063.stderr: 6 May 06:48:56 ntpd[17273]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T06:48:56.829 INFO:teuthology.orchestra.run.smithi063.stderr: 6 May 06:48:56 ntpd[17273]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T06:48:56.829 INFO:teuthology.orchestra.run.smithi063.stderr: 6 May 06:48:56 ntpd[17273]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T06:48:56.829 INFO:teuthology.orchestra.run.smithi063.stderr: 6 May 06:48:56 ntpd[17273]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T06:48:56.829 INFO:teuthology.orchestra.run.smithi063.stderr: 6 May 06:48:56 ntpd[17273]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T06:48:56.829 INFO:teuthology.orchestra.run.smithi063.stderr: 6 May 06:48:56 ntpd[17273]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T06:48:56.829 INFO:teuthology.orchestra.run.smithi063.stderr: 6 May 06:48:56 ntpd[17273]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T06:48:56.829 INFO:teuthology.orchestra.run.smithi063.stderr: 6 May 06:48:56 ntpd[17273]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T06:48:56.829 INFO:teuthology.orchestra.run.smithi063.stderr: 6 May 06:48:56 ntpd[17273]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T06:48:56.853 INFO:teuthology.orchestra.run.smithi110.stderr: 6 May 06:48:56 ntpd[17305]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T06:48:56.853 INFO:teuthology.orchestra.run.smithi110.stderr: 6 May 06:48:56 ntpd[17305]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T06:48:56.854 INFO:teuthology.orchestra.run.smithi110.stderr: 6 May 06:48:56 ntpd[17305]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T06:48:56.854 INFO:teuthology.orchestra.run.smithi110.stderr: 6 May 06:48:56 ntpd[17305]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T06:48:56.854 INFO:teuthology.orchestra.run.smithi110.stderr: 6 May 06:48:56 ntpd[17305]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T06:48:56.854 INFO:teuthology.orchestra.run.smithi110.stderr: 6 May 06:48:56 ntpd[17305]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T06:48:56.854 INFO:teuthology.orchestra.run.smithi110.stderr: 6 May 06:48:56 ntpd[17305]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T06:48:56.854 INFO:teuthology.orchestra.run.smithi110.stderr: 6 May 06:48:56 ntpd[17305]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T06:48:56.854 INFO:teuthology.orchestra.run.smithi110.stderr: 6 May 06:48:56 ntpd[17305]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T06:48:56.854 INFO:teuthology.orchestra.run.smithi110.stderr: 6 May 06:48:56 ntpd[17305]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T06:48:56.854 INFO:teuthology.orchestra.run.smithi110.stderr: 6 May 06:48:56 ntpd[17305]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T06:48:56.854 INFO:teuthology.orchestra.run.smithi110.stderr: 6 May 06:48:56 ntpd[17305]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T06:48:57.827 INFO:teuthology.orchestra.run.smithi063.stderr: 6 May 06:48:57 ntpd[17273]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T06:48:57.827 INFO:teuthology.orchestra.run.smithi063.stderr: 6 May 06:48:57 ntpd[17273]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T06:48:57.827 INFO:teuthology.orchestra.run.smithi063.stderr: 6 May 06:48:57 ntpd[17273]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T06:48:57.827 INFO:teuthology.orchestra.run.smithi063.stderr: 6 May 06:48:57 ntpd[17273]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T06:48:57.827 INFO:teuthology.orchestra.run.smithi063.stderr: 6 May 06:48:57 ntpd[17273]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T06:48:57.827 INFO:teuthology.orchestra.run.smithi063.stderr: 6 May 06:48:57 ntpd[17273]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T06:48:57.852 INFO:teuthology.orchestra.run.smithi110.stderr: 6 May 06:48:57 ntpd[17305]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T06:48:57.852 INFO:teuthology.orchestra.run.smithi110.stderr: 6 May 06:48:57 ntpd[17305]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T06:48:57.852 INFO:teuthology.orchestra.run.smithi110.stderr: 6 May 06:48:57 ntpd[17305]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T06:48:57.852 INFO:teuthology.orchestra.run.smithi110.stderr: 6 May 06:48:57 ntpd[17305]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T06:48:57.852 INFO:teuthology.orchestra.run.smithi110.stderr: 6 May 06:48:57 ntpd[17305]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T06:48:57.852 INFO:teuthology.orchestra.run.smithi110.stderr: 6 May 06:48:57 ntpd[17305]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T06:48:58.828 INFO:teuthology.orchestra.run.smithi063.stderr: 6 May 06:48:58 ntpd[17273]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T06:48:58.828 INFO:teuthology.orchestra.run.smithi063.stderr: 6 May 06:48:58 ntpd[17273]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T06:48:58.828 INFO:teuthology.orchestra.run.smithi063.stderr: 6 May 06:48:58 ntpd[17273]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T06:48:58.828 INFO:teuthology.orchestra.run.smithi063.stderr: 6 May 06:48:58 ntpd[17273]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T06:48:58.828 INFO:teuthology.orchestra.run.smithi063.stderr: 6 May 06:48:58 ntpd[17273]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T06:48:58.828 INFO:teuthology.orchestra.run.smithi063.stderr: 6 May 06:48:58 ntpd[17273]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T06:48:58.828 INFO:teuthology.orchestra.run.smithi063.stderr: 6 May 06:48:58 ntpd[17273]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T06:48:58.828 INFO:teuthology.orchestra.run.smithi063.stderr: 6 May 06:48:58 ntpd[17273]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T06:48:58.828 INFO:teuthology.orchestra.run.smithi063.stderr: 6 May 06:48:58 ntpd[17273]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T06:48:58.828 INFO:teuthology.orchestra.run.smithi063.stderr: 6 May 06:48:58 ntpd[17273]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T06:48:58.828 INFO:teuthology.orchestra.run.smithi063.stderr: 6 May 06:48:58 ntpd[17273]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T06:48:58.828 INFO:teuthology.orchestra.run.smithi063.stderr: 6 May 06:48:58 ntpd[17273]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T06:48:58.853 INFO:teuthology.orchestra.run.smithi110.stderr: 6 May 06:48:58 ntpd[17305]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T06:48:58.853 INFO:teuthology.orchestra.run.smithi110.stderr: 6 May 06:48:58 ntpd[17305]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T06:48:58.853 INFO:teuthology.orchestra.run.smithi110.stderr: 6 May 06:48:58 ntpd[17305]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T06:48:58.853 INFO:teuthology.orchestra.run.smithi110.stderr: 6 May 06:48:58 ntpd[17305]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T06:48:58.853 INFO:teuthology.orchestra.run.smithi110.stderr: 6 May 06:48:58 ntpd[17305]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T06:48:58.853 INFO:teuthology.orchestra.run.smithi110.stderr: 6 May 06:48:58 ntpd[17305]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T06:48:58.854 INFO:teuthology.orchestra.run.smithi110.stderr: 6 May 06:48:58 ntpd[17305]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T06:48:58.854 INFO:teuthology.orchestra.run.smithi110.stderr: 6 May 06:48:58 ntpd[17305]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T06:48:58.854 INFO:teuthology.orchestra.run.smithi110.stderr: 6 May 06:48:58 ntpd[17305]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T06:48:58.854 INFO:teuthology.orchestra.run.smithi110.stderr: 6 May 06:48:58 ntpd[17305]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T06:48:58.854 INFO:teuthology.orchestra.run.smithi110.stderr: 6 May 06:48:58 ntpd[17305]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T06:48:58.854 INFO:teuthology.orchestra.run.smithi110.stderr: 6 May 06:48:58 ntpd[17305]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T06:48:59.827 INFO:teuthology.orchestra.run.smithi063.stderr: 6 May 06:48:59 ntpd[17273]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T06:48:59.827 INFO:teuthology.orchestra.run.smithi063.stderr: 6 May 06:48:59 ntpd[17273]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T06:48:59.827 INFO:teuthology.orchestra.run.smithi063.stderr: 6 May 06:48:59 ntpd[17273]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T06:48:59.827 INFO:teuthology.orchestra.run.smithi063.stderr: 6 May 06:48:59 ntpd[17273]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T06:48:59.827 INFO:teuthology.orchestra.run.smithi063.stderr: 6 May 06:48:59 ntpd[17273]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T06:48:59.827 INFO:teuthology.orchestra.run.smithi063.stderr: 6 May 06:48:59 ntpd[17273]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T06:48:59.852 INFO:teuthology.orchestra.run.smithi110.stderr: 6 May 06:48:59 ntpd[17305]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T06:48:59.852 INFO:teuthology.orchestra.run.smithi110.stderr: 6 May 06:48:59 ntpd[17305]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T06:48:59.852 INFO:teuthology.orchestra.run.smithi110.stderr: 6 May 06:48:59 ntpd[17305]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T06:48:59.852 INFO:teuthology.orchestra.run.smithi110.stderr: 6 May 06:48:59 ntpd[17305]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T06:48:59.852 INFO:teuthology.orchestra.run.smithi110.stderr: 6 May 06:48:59 ntpd[17305]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T06:48:59.852 INFO:teuthology.orchestra.run.smithi110.stderr: 6 May 06:48:59 ntpd[17305]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T06:49:00.827 INFO:teuthology.orchestra.run.smithi063.stderr: 6 May 06:49:00 ntpd[17273]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T06:49:00.827 INFO:teuthology.orchestra.run.smithi063.stderr: 6 May 06:49:00 ntpd[17273]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T06:49:00.827 INFO:teuthology.orchestra.run.smithi063.stderr: 6 May 06:49:00 ntpd[17273]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T06:49:00.827 INFO:teuthology.orchestra.run.smithi063.stderr: 6 May 06:49:00 ntpd[17273]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T06:49:00.827 INFO:teuthology.orchestra.run.smithi063.stderr: 6 May 06:49:00 ntpd[17273]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T06:49:00.828 INFO:teuthology.orchestra.run.smithi063.stderr: 6 May 06:49:00 ntpd[17273]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T06:49:00.828 INFO:teuthology.orchestra.run.smithi063.stderr: 6 May 06:49:00 ntpd[17273]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T06:49:00.828 INFO:teuthology.orchestra.run.smithi063.stderr: 6 May 06:49:00 ntpd[17273]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T06:49:00.828 INFO:teuthology.orchestra.run.smithi063.stdout: 6 May 06:49:00 ntpd[17273]: ntpd: time slew +0.001977 s 2024-05-06T06:49:00.828 INFO:teuthology.orchestra.run.smithi063.stdout:ntpd: time slew +0.001977s 2024-05-06T06:49:00.829 INFO:teuthology.orchestra.run.smithi063.stderr: 6 May 06:49:00 ntpd[17273]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-05-06T06:49:00.829 INFO:teuthology.orchestra.run.smithi063.stderr: 6 May 06:49:00 ntpd[17273]: can't open /var/log/ntpstats/loopstats.20240506: Permission denied 2024-05-06T06:49:00.852 INFO:teuthology.orchestra.run.smithi110.stderr: 6 May 06:49:00 ntpd[17305]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T06:49:00.852 INFO:teuthology.orchestra.run.smithi110.stderr: 6 May 06:49:00 ntpd[17305]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T06:49:00.852 INFO:teuthology.orchestra.run.smithi110.stderr: 6 May 06:49:00 ntpd[17305]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T06:49:00.852 INFO:teuthology.orchestra.run.smithi110.stderr: 6 May 06:49:00 ntpd[17305]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T06:49:00.853 INFO:teuthology.orchestra.run.smithi110.stderr: 6 May 06:49:00 ntpd[17305]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T06:49:00.853 INFO:teuthology.orchestra.run.smithi110.stderr: 6 May 06:49:00 ntpd[17305]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T06:49:00.853 INFO:teuthology.orchestra.run.smithi110.stderr: 6 May 06:49:00 ntpd[17305]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T06:49:00.853 INFO:teuthology.orchestra.run.smithi110.stderr: 6 May 06:49:00 ntpd[17305]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T06:49:00.853 INFO:teuthology.orchestra.run.smithi110.stdout: 6 May 06:49:00 ntpd[17305]: ntpd: time slew -0.002665 s 2024-05-06T06:49:00.853 INFO:teuthology.orchestra.run.smithi110.stdout:ntpd: time slew -0.002665s 2024-05-06T06:49:00.853 INFO:teuthology.orchestra.run.smithi110.stderr: 6 May 06:49:00 ntpd[17305]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-05-06T06:49:00.853 INFO:teuthology.orchestra.run.smithi110.stderr: 6 May 06:49:00 ntpd[17305]: can't open /var/log/ntpstats/loopstats.20240506: Permission denied 2024-05-06T06:49:00.885 INFO:teuthology.orchestra.run.smithi063.stdout: remote refid st t when poll reach delay offset jitter 2024-05-06T06:49:00.886 INFO:teuthology.orchestra.run.smithi063.stdout:============================================================================== 2024-05-06T06:49:00.886 INFO:teuthology.orchestra.run.smithi063.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-06T06:49:00.886 INFO:teuthology.orchestra.run.smithi063.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-06T06:49:00.886 INFO:teuthology.orchestra.run.smithi063.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-06T06:49:00.886 INFO:teuthology.orchestra.run.smithi063.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-06T06:49:00.919 INFO:teuthology.orchestra.run.smithi110.stdout: remote refid st t when poll reach delay offset jitter 2024-05-06T06:49:00.919 INFO:teuthology.orchestra.run.smithi110.stdout:============================================================================== 2024-05-06T06:49:00.919 INFO:teuthology.orchestra.run.smithi110.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-06T06:49:00.919 INFO:teuthology.orchestra.run.smithi110.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-06T06:49:00.919 INFO:teuthology.orchestra.run.smithi110.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-06T06:49:00.919 INFO:teuthology.orchestra.run.smithi110.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-06T06:49:00.920 INFO:teuthology.run_tasks:Running task install... 2024-05-06T06:49:00.929 DEBUG:teuthology.task.install:project ceph 2024-05-06T06:49:00.929 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'e08cbbf6fd79a8dd2949f340bce25e28ea3db004'}} 2024-05-06T06:49:00.929 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'e08cbbf6fd79a8dd2949f340bce25e28ea3db004'} 2024-05-06T06:49:00.929 INFO:teuthology.task.install:Using flavor: default 2024-05-06T06:49:00.936 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-06T06:49:00.936 INFO:teuthology.task.install:extra packages: [] 2024-05-06T06:49:00.936 DEBUG:teuthology.orchestra.run.smithi063:> sudo apt-key list | grep Ceph 2024-05-06T06:49:00.937 DEBUG:teuthology.orchestra.run.smithi110:> sudo apt-key list | grep Ceph 2024-05-06T06:49:00.995 INFO:teuthology.orchestra.run.smithi063.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-05-06T06:49:01.024 INFO:teuthology.orchestra.run.smithi063.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-05-06T06:49:01.024 INFO:teuthology.orchestra.run.smithi063.stdout:uid [ unknown] Ceph.com (release key) 2024-05-06T06:49:01.025 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-06T06:49:01.025 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=e08cbbf6fd79a8dd2949f340bce25e28ea3db004 2024-05-06T06:49:01.029 INFO:teuthology.orchestra.run.smithi110.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-05-06T06:49:01.055 INFO:teuthology.orchestra.run.smithi110.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-05-06T06:49:01.055 INFO:teuthology.orchestra.run.smithi110.stdout:uid [ unknown] Ceph.com (release key) 2024-05-06T06:49:01.055 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-06T06:49:01.055 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=e08cbbf6fd79a8dd2949f340bce25e28ea3db004 2024-05-06T06:49:01.209 INFO:teuthology.task.install.deb:Pulling from https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default/ 2024-05-06T06:49:01.210 INFO:teuthology.task.install.deb:Package version is 19.0.0-3516-ge08cbbf6-1jammy 2024-05-06T06:49:01.257 INFO:teuthology.task.install.deb:Pulling from https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default/ 2024-05-06T06:49:01.257 INFO:teuthology.task.install.deb:Package version is 19.0.0-3516-ge08cbbf6-1jammy 2024-05-06T06:49:01.378 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2024-05-06T06:49:01.378 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-05-06T06:49:01.392 DEBUG:teuthology.orchestra.run.smithi110:> sudo apt-get update 2024-05-06T06:49:01.423 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-05-06T06:49:01.424 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-05-06T06:49:01.438 DEBUG:teuthology.orchestra.run.smithi063:> sudo apt-get update 2024-05-06T06:49:01.565 INFO:teuthology.orchestra.run.smithi110.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-06T06:49:01.565 INFO:teuthology.orchestra.run.smithi110.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-05-06T06:49:01.582 INFO:teuthology.orchestra.run.smithi110.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-05-06T06:49:01.602 INFO:teuthology.orchestra.run.smithi110.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-05-06T06:49:01.609 INFO:teuthology.orchestra.run.smithi110.stdout:Ign:5 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy InRelease 2024-05-06T06:49:01.620 INFO:teuthology.orchestra.run.smithi063.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-06T06:49:01.630 INFO:teuthology.orchestra.run.smithi110.stdout:Get:6 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-05-06T06:49:01.632 INFO:teuthology.orchestra.run.smithi063.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-05-06T06:49:01.652 INFO:teuthology.orchestra.run.smithi110.stdout:Ign:7 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy Release.gpg 2024-05-06T06:49:01.654 INFO:teuthology.orchestra.run.smithi063.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-05-06T06:49:01.664 INFO:teuthology.orchestra.run.smithi063.stdout:Ign:4 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy InRelease 2024-05-06T06:49:01.673 INFO:teuthology.orchestra.run.smithi110.stdout:Get:8 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.1 kB] 2024-05-06T06:49:01.685 INFO:teuthology.orchestra.run.smithi063.stdout:Get:5 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-05-06T06:49:01.699 INFO:teuthology.orchestra.run.smithi110.stdout:Get:9 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,399 B] 2024-05-06T06:49:01.707 INFO:teuthology.orchestra.run.smithi063.stdout:Ign:6 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy Release.gpg 2024-05-06T06:49:01.728 INFO:teuthology.orchestra.run.smithi063.stdout:Get:7 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.1 kB] 2024-05-06T06:49:01.755 INFO:teuthology.orchestra.run.smithi063.stdout:Get:8 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,399 B] 2024-05-06T06:49:01.901 INFO:teuthology.orchestra.run.smithi110.stdout:Fetched 29.2 kB in 0s (87.5 kB/s) 2024-05-06T06:49:01.959 INFO:teuthology.orchestra.run.smithi063.stdout:Hit:9 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-05-06T06:49:02.132 INFO:teuthology.orchestra.run.smithi063.stdout:Fetched 29.2 kB in 0s (59.0 kB/s) 2024-05-06T06:49:02.830 INFO:teuthology.orchestra.run.smithi110.stdout:Reading package lists... 2024-05-06T06:49:02.844 DEBUG:teuthology.orchestra.run.smithi110:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-3516-ge08cbbf6-1jammy cephadm=19.0.0-3516-ge08cbbf6-1jammy ceph-mds=19.0.0-3516-ge08cbbf6-1jammy ceph-mgr=19.0.0-3516-ge08cbbf6-1jammy ceph-common=19.0.0-3516-ge08cbbf6-1jammy ceph-fuse=19.0.0-3516-ge08cbbf6-1jammy ceph-test=19.0.0-3516-ge08cbbf6-1jammy ceph-volume=19.0.0-3516-ge08cbbf6-1jammy radosgw=19.0.0-3516-ge08cbbf6-1jammy python3-rados=19.0.0-3516-ge08cbbf6-1jammy python3-rgw=19.0.0-3516-ge08cbbf6-1jammy python3-cephfs=19.0.0-3516-ge08cbbf6-1jammy python3-rbd=19.0.0-3516-ge08cbbf6-1jammy libcephfs2=19.0.0-3516-ge08cbbf6-1jammy libcephfs-dev=19.0.0-3516-ge08cbbf6-1jammy librados2=19.0.0-3516-ge08cbbf6-1jammy librbd1=19.0.0-3516-ge08cbbf6-1jammy rbd-fuse=19.0.0-3516-ge08cbbf6-1jammy 2024-05-06T06:49:02.903 INFO:teuthology.orchestra.run.smithi110.stdout:Reading package lists... 2024-05-06T06:49:03.099 INFO:teuthology.orchestra.run.smithi110.stdout:Building dependency tree... 2024-05-06T06:49:03.099 INFO:teuthology.orchestra.run.smithi110.stdout:Reading state information... 2024-05-06T06:49:03.133 INFO:teuthology.orchestra.run.smithi063.stdout:Reading package lists... 2024-05-06T06:49:03.150 DEBUG:teuthology.orchestra.run.smithi063:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-3516-ge08cbbf6-1jammy cephadm=19.0.0-3516-ge08cbbf6-1jammy ceph-mds=19.0.0-3516-ge08cbbf6-1jammy ceph-mgr=19.0.0-3516-ge08cbbf6-1jammy ceph-common=19.0.0-3516-ge08cbbf6-1jammy ceph-fuse=19.0.0-3516-ge08cbbf6-1jammy ceph-test=19.0.0-3516-ge08cbbf6-1jammy ceph-volume=19.0.0-3516-ge08cbbf6-1jammy radosgw=19.0.0-3516-ge08cbbf6-1jammy python3-rados=19.0.0-3516-ge08cbbf6-1jammy python3-rgw=19.0.0-3516-ge08cbbf6-1jammy python3-cephfs=19.0.0-3516-ge08cbbf6-1jammy python3-rbd=19.0.0-3516-ge08cbbf6-1jammy libcephfs2=19.0.0-3516-ge08cbbf6-1jammy libcephfs-dev=19.0.0-3516-ge08cbbf6-1jammy librados2=19.0.0-3516-ge08cbbf6-1jammy librbd1=19.0.0-3516-ge08cbbf6-1jammy rbd-fuse=19.0.0-3516-ge08cbbf6-1jammy 2024-05-06T06:49:03.201 INFO:teuthology.orchestra.run.smithi063.stdout:Reading package lists... 2024-05-06T06:49:03.270 INFO:teuthology.orchestra.run.smithi110.stdout:The following packages were automatically installed and are no longer required: 2024-05-06T06:49:03.271 INFO:teuthology.orchestra.run.smithi110.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-06T06:49:03.271 INFO:teuthology.orchestra.run.smithi110.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-06T06:49:03.271 INFO:teuthology.orchestra.run.smithi110.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-06T06:49:03.271 INFO:teuthology.orchestra.run.smithi110.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-05-06T06:49:03.271 INFO:teuthology.orchestra.run.smithi110.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-05-06T06:49:03.271 INFO:teuthology.orchestra.run.smithi110.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-06T06:49:03.274 INFO:teuthology.orchestra.run.smithi110.stdout:The following additional packages will be installed: 2024-05-06T06:49:03.274 INFO:teuthology.orchestra.run.smithi110.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-05-06T06:49:03.275 INFO:teuthology.orchestra.run.smithi110.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-05-06T06:49:03.275 INFO:teuthology.orchestra.run.smithi110.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-05-06T06:49:03.275 INFO:teuthology.orchestra.run.smithi110.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-05-06T06:49:03.275 INFO:teuthology.orchestra.run.smithi110.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-05-06T06:49:03.275 INFO:teuthology.orchestra.run.smithi110.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-05-06T06:49:03.276 INFO:teuthology.orchestra.run.smithi110.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-05-06T06:49:03.276 INFO:teuthology.orchestra.run.smithi110.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-05-06T06:49:03.276 INFO:teuthology.orchestra.run.smithi110.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-05-06T06:49:03.276 INFO:teuthology.orchestra.run.smithi110.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-05-06T06:49:03.276 INFO:teuthology.orchestra.run.smithi110.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-05-06T06:49:03.276 INFO:teuthology.orchestra.run.smithi110.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-05-06T06:49:03.277 INFO:teuthology.orchestra.run.smithi110.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-05-06T06:49:03.277 INFO:teuthology.orchestra.run.smithi110.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-05-06T06:49:03.277 INFO:teuthology.orchestra.run.smithi110.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-05-06T06:49:03.277 INFO:teuthology.orchestra.run.smithi110.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-05-06T06:49:03.277 INFO:teuthology.orchestra.run.smithi110.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-05-06T06:49:03.277 INFO:teuthology.orchestra.run.smithi110.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-05-06T06:49:03.278 INFO:teuthology.orchestra.run.smithi110.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-05-06T06:49:03.278 INFO:teuthology.orchestra.run.smithi110.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-05-06T06:49:03.278 INFO:teuthology.orchestra.run.smithi110.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-05-06T06:49:03.278 INFO:teuthology.orchestra.run.smithi110.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-05-06T06:49:03.278 INFO:teuthology.orchestra.run.smithi110.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-05-06T06:49:03.278 INFO:teuthology.orchestra.run.smithi110.stdout: xmlstarlet zip 2024-05-06T06:49:03.279 INFO:teuthology.orchestra.run.smithi110.stdout:Suggested packages: 2024-05-06T06:49:03.279 INFO:teuthology.orchestra.run.smithi110.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-05-06T06:49:03.279 INFO:teuthology.orchestra.run.smithi110.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-05-06T06:49:03.279 INFO:teuthology.orchestra.run.smithi110.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-05-06T06:49:03.279 INFO:teuthology.orchestra.run.smithi110.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-05-06T06:49:03.279 INFO:teuthology.orchestra.run.smithi110.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-05-06T06:49:03.280 INFO:teuthology.orchestra.run.smithi110.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-05-06T06:49:03.280 INFO:teuthology.orchestra.run.smithi110.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-05-06T06:49:03.280 INFO:teuthology.orchestra.run.smithi110.stdout:Recommended packages: 2024-05-06T06:49:03.280 INFO:teuthology.orchestra.run.smithi110.stdout: btrfs-tools 2024-05-06T06:49:03.372 INFO:teuthology.orchestra.run.smithi110.stdout:The following NEW packages will be installed: 2024-05-06T06:49:03.372 INFO:teuthology.orchestra.run.smithi110.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-05-06T06:49:03.372 INFO:teuthology.orchestra.run.smithi110.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-05-06T06:49:03.372 INFO:teuthology.orchestra.run.smithi110.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-05-06T06:49:03.372 INFO:teuthology.orchestra.run.smithi110.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-05-06T06:49:03.373 INFO:teuthology.orchestra.run.smithi110.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-05-06T06:49:03.373 INFO:teuthology.orchestra.run.smithi110.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-05-06T06:49:03.374 INFO:teuthology.orchestra.run.smithi110.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-05-06T06:49:03.374 INFO:teuthology.orchestra.run.smithi110.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-05-06T06:49:03.374 INFO:teuthology.orchestra.run.smithi110.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-05-06T06:49:03.374 INFO:teuthology.orchestra.run.smithi110.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-05-06T06:49:03.374 INFO:teuthology.orchestra.run.smithi110.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-05-06T06:49:03.374 INFO:teuthology.orchestra.run.smithi110.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-05-06T06:49:03.374 INFO:teuthology.orchestra.run.smithi110.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-05-06T06:49:03.374 INFO:teuthology.orchestra.run.smithi110.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-05-06T06:49:03.374 INFO:teuthology.orchestra.run.smithi110.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-05-06T06:49:03.374 INFO:teuthology.orchestra.run.smithi110.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-05-06T06:49:03.375 INFO:teuthology.orchestra.run.smithi110.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-05-06T06:49:03.375 INFO:teuthology.orchestra.run.smithi110.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-05-06T06:49:03.375 INFO:teuthology.orchestra.run.smithi110.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-05-06T06:49:03.375 INFO:teuthology.orchestra.run.smithi110.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-05-06T06:49:03.375 INFO:teuthology.orchestra.run.smithi110.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-05-06T06:49:03.375 INFO:teuthology.orchestra.run.smithi110.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-05-06T06:49:03.375 INFO:teuthology.orchestra.run.smithi110.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-05-06T06:49:03.375 INFO:teuthology.orchestra.run.smithi110.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-05-06T06:49:03.375 INFO:teuthology.orchestra.run.smithi110.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-05-06T06:49:03.375 INFO:teuthology.orchestra.run.smithi110.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-05-06T06:49:03.382 INFO:teuthology.orchestra.run.smithi063.stdout:Building dependency tree... 2024-05-06T06:49:03.383 INFO:teuthology.orchestra.run.smithi063.stdout:Reading state information... 2024-05-06T06:49:03.440 INFO:teuthology.orchestra.run.smithi110.stdout:0 upgraded, 118 newly installed, 0 to remove and 303 not upgraded. 2024-05-06T06:49:03.440 INFO:teuthology.orchestra.run.smithi110.stdout:Need to get 181 MB of archives. 2024-05-06T06:49:03.440 INFO:teuthology.orchestra.run.smithi110.stdout:After this operation, 829 MB of additional disk space will be used. 2024-05-06T06:49:03.440 INFO:teuthology.orchestra.run.smithi110.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-05-06T06:49:03.547 INFO:teuthology.orchestra.run.smithi110.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-05-06T06:49:03.550 INFO:teuthology.orchestra.run.smithi110.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-05-06T06:49:03.561 INFO:teuthology.orchestra.run.smithi063.stdout:The following packages were automatically installed and are no longer required: 2024-05-06T06:49:03.561 INFO:teuthology.orchestra.run.smithi063.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-06T06:49:03.561 INFO:teuthology.orchestra.run.smithi063.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-06T06:49:03.561 INFO:teuthology.orchestra.run.smithi063.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-06T06:49:03.561 INFO:teuthology.orchestra.run.smithi063.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-05-06T06:49:03.562 INFO:teuthology.orchestra.run.smithi063.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-05-06T06:49:03.562 INFO:teuthology.orchestra.run.smithi063.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-06T06:49:03.563 INFO:teuthology.orchestra.run.smithi063.stdout:The following additional packages will be installed: 2024-05-06T06:49:03.563 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-05-06T06:49:03.563 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-05-06T06:49:03.563 INFO:teuthology.orchestra.run.smithi063.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-05-06T06:49:03.563 INFO:teuthology.orchestra.run.smithi063.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-05-06T06:49:03.564 INFO:teuthology.orchestra.run.smithi063.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-05-06T06:49:03.564 INFO:teuthology.orchestra.run.smithi063.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-05-06T06:49:03.564 INFO:teuthology.orchestra.run.smithi063.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-05-06T06:49:03.564 INFO:teuthology.orchestra.run.smithi063.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-05-06T06:49:03.564 INFO:teuthology.orchestra.run.smithi063.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-05-06T06:49:03.564 INFO:teuthology.orchestra.run.smithi063.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-05-06T06:49:03.564 INFO:teuthology.orchestra.run.smithi063.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-05-06T06:49:03.564 INFO:teuthology.orchestra.run.smithi063.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-05-06T06:49:03.564 INFO:teuthology.orchestra.run.smithi063.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-05-06T06:49:03.564 INFO:teuthology.orchestra.run.smithi063.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-05-06T06:49:03.564 INFO:teuthology.orchestra.run.smithi063.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-05-06T06:49:03.564 INFO:teuthology.orchestra.run.smithi063.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-05-06T06:49:03.564 INFO:teuthology.orchestra.run.smithi063.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-05-06T06:49:03.564 INFO:teuthology.orchestra.run.smithi063.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-05-06T06:49:03.564 INFO:teuthology.orchestra.run.smithi063.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-05-06T06:49:03.564 INFO:teuthology.orchestra.run.smithi063.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-05-06T06:49:03.565 INFO:teuthology.orchestra.run.smithi063.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-05-06T06:49:03.565 INFO:teuthology.orchestra.run.smithi063.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-05-06T06:49:03.565 INFO:teuthology.orchestra.run.smithi063.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-05-06T06:49:03.565 INFO:teuthology.orchestra.run.smithi063.stdout: xmlstarlet zip 2024-05-06T06:49:03.565 INFO:teuthology.orchestra.run.smithi063.stdout:Suggested packages: 2024-05-06T06:49:03.565 INFO:teuthology.orchestra.run.smithi063.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-05-06T06:49:03.565 INFO:teuthology.orchestra.run.smithi063.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-05-06T06:49:03.565 INFO:teuthology.orchestra.run.smithi063.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-05-06T06:49:03.565 INFO:teuthology.orchestra.run.smithi063.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-05-06T06:49:03.565 INFO:teuthology.orchestra.run.smithi063.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-05-06T06:49:03.565 INFO:teuthology.orchestra.run.smithi063.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-05-06T06:49:03.565 INFO:teuthology.orchestra.run.smithi063.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-05-06T06:49:03.566 INFO:teuthology.orchestra.run.smithi063.stdout:Recommended packages: 2024-05-06T06:49:03.566 INFO:teuthology.orchestra.run.smithi063.stdout: btrfs-tools 2024-05-06T06:49:03.570 INFO:teuthology.orchestra.run.smithi110.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-06T06:49:03.593 INFO:teuthology.orchestra.run.smithi110.stdout:Get:5 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-3516-ge08cbbf6-1jammy [3,555 kB] 2024-05-06T06:49:03.636 INFO:teuthology.orchestra.run.smithi110.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-05-06T06:49:03.641 INFO:teuthology.orchestra.run.smithi110.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-05-06T06:49:03.653 INFO:teuthology.orchestra.run.smithi110.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-05-06T06:49:03.657 INFO:teuthology.orchestra.run.smithi110.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-05-06T06:49:03.658 INFO:teuthology.orchestra.run.smithi110.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-05-06T06:49:03.658 INFO:teuthology.orchestra.run.smithi110.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-05-06T06:49:03.667 INFO:teuthology.orchestra.run.smithi063.stdout:The following NEW packages will be installed: 2024-05-06T06:49:03.667 INFO:teuthology.orchestra.run.smithi063.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-05-06T06:49:03.667 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-05-06T06:49:03.668 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-05-06T06:49:03.668 INFO:teuthology.orchestra.run.smithi110.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-05-06T06:49:03.669 INFO:teuthology.orchestra.run.smithi063.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-05-06T06:49:03.669 INFO:teuthology.orchestra.run.smithi063.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-05-06T06:49:03.669 INFO:teuthology.orchestra.run.smithi063.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-05-06T06:49:03.669 INFO:teuthology.orchestra.run.smithi063.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-05-06T06:49:03.670 INFO:teuthology.orchestra.run.smithi063.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-05-06T06:49:03.670 INFO:teuthology.orchestra.run.smithi063.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-05-06T06:49:03.670 INFO:teuthology.orchestra.run.smithi063.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-05-06T06:49:03.670 INFO:teuthology.orchestra.run.smithi063.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-05-06T06:49:03.670 INFO:teuthology.orchestra.run.smithi063.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-05-06T06:49:03.670 INFO:teuthology.orchestra.run.smithi063.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-05-06T06:49:03.670 INFO:teuthology.orchestra.run.smithi063.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-05-06T06:49:03.670 INFO:teuthology.orchestra.run.smithi063.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-05-06T06:49:03.670 INFO:teuthology.orchestra.run.smithi063.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-05-06T06:49:03.670 INFO:teuthology.orchestra.run.smithi063.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-05-06T06:49:03.670 INFO:teuthology.orchestra.run.smithi063.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-05-06T06:49:03.670 INFO:teuthology.orchestra.run.smithi063.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-05-06T06:49:03.670 INFO:teuthology.orchestra.run.smithi063.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-05-06T06:49:03.671 INFO:teuthology.orchestra.run.smithi063.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-05-06T06:49:03.671 INFO:teuthology.orchestra.run.smithi063.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-05-06T06:49:03.671 INFO:teuthology.orchestra.run.smithi063.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-05-06T06:49:03.671 INFO:teuthology.orchestra.run.smithi063.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-05-06T06:49:03.671 INFO:teuthology.orchestra.run.smithi063.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-05-06T06:49:03.671 INFO:teuthology.orchestra.run.smithi063.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-05-06T06:49:03.671 INFO:teuthology.orchestra.run.smithi110.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-05-06T06:49:03.672 INFO:teuthology.orchestra.run.smithi110.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-05-06T06:49:03.673 INFO:teuthology.orchestra.run.smithi110.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-05-06T06:49:03.683 INFO:teuthology.orchestra.run.smithi110.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-05-06T06:49:03.686 INFO:teuthology.orchestra.run.smithi110.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-05-06T06:49:03.688 INFO:teuthology.orchestra.run.smithi110.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-05-06T06:49:03.690 INFO:teuthology.orchestra.run.smithi110.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-05-06T06:49:03.690 INFO:teuthology.orchestra.run.smithi110.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-05-06T06:49:03.705 INFO:teuthology.orchestra.run.smithi110.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-06T06:49:03.706 INFO:teuthology.orchestra.run.smithi110.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-05-06T06:49:03.707 INFO:teuthology.orchestra.run.smithi110.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-05-06T06:49:03.707 INFO:teuthology.orchestra.run.smithi110.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-05-06T06:49:03.707 INFO:teuthology.orchestra.run.smithi110.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-05-06T06:49:03.727 INFO:teuthology.orchestra.run.smithi110.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-05-06T06:49:03.728 INFO:teuthology.orchestra.run.smithi110.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-05-06T06:49:03.728 INFO:teuthology.orchestra.run.smithi110.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-05-06T06:49:03.730 INFO:teuthology.orchestra.run.smithi110.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-05-06T06:49:03.731 INFO:teuthology.orchestra.run.smithi110.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-05-06T06:49:03.746 INFO:teuthology.orchestra.run.smithi063.stdout:0 upgraded, 118 newly installed, 0 to remove and 303 not upgraded. 2024-05-06T06:49:03.746 INFO:teuthology.orchestra.run.smithi063.stdout:Need to get 181 MB of archives. 2024-05-06T06:49:03.746 INFO:teuthology.orchestra.run.smithi063.stdout:After this operation, 829 MB of additional disk space will be used. 2024-05-06T06:49:03.746 INFO:teuthology.orchestra.run.smithi063.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-05-06T06:49:03.756 INFO:teuthology.orchestra.run.smithi110.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-05-06T06:49:03.756 INFO:teuthology.orchestra.run.smithi110.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-06T06:49:03.756 INFO:teuthology.orchestra.run.smithi110.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-05-06T06:49:03.756 INFO:teuthology.orchestra.run.smithi110.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-05-06T06:49:03.757 INFO:teuthology.orchestra.run.smithi110.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-06T06:49:03.781 INFO:teuthology.orchestra.run.smithi110.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-05-06T06:49:03.781 INFO:teuthology.orchestra.run.smithi110.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-05-06T06:49:03.782 INFO:teuthology.orchestra.run.smithi110.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-05-06T06:49:03.787 INFO:teuthology.orchestra.run.smithi110.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-05-06T06:49:03.788 INFO:teuthology.orchestra.run.smithi110.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-05-06T06:49:03.807 INFO:teuthology.orchestra.run.smithi110.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-05-06T06:49:03.807 INFO:teuthology.orchestra.run.smithi110.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-05-06T06:49:03.808 INFO:teuthology.orchestra.run.smithi110.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-05-06T06:49:03.810 INFO:teuthology.orchestra.run.smithi110.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-05-06T06:49:03.811 INFO:teuthology.orchestra.run.smithi110.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-06T06:49:03.813 INFO:teuthology.orchestra.run.smithi063.stdout:Get:2 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-3516-ge08cbbf6-1jammy [3,555 kB] 2024-05-06T06:49:03.837 INFO:teuthology.orchestra.run.smithi110.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-06T06:49:03.838 INFO:teuthology.orchestra.run.smithi110.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-06T06:49:03.840 INFO:teuthology.orchestra.run.smithi110.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-05-06T06:49:03.841 INFO:teuthology.orchestra.run.smithi110.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-05-06T06:49:03.842 INFO:teuthology.orchestra.run.smithi110.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-05-06T06:49:03.858 INFO:teuthology.orchestra.run.smithi110.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-06T06:49:03.882 INFO:teuthology.orchestra.run.smithi063.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-05-06T06:49:03.888 INFO:teuthology.orchestra.run.smithi063.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-05-06T06:49:03.921 INFO:teuthology.orchestra.run.smithi063.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-06T06:49:03.925 INFO:teuthology.orchestra.run.smithi110.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-06T06:49:03.926 INFO:teuthology.orchestra.run.smithi110.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-05-06T06:49:03.927 INFO:teuthology.orchestra.run.smithi110.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-05-06T06:49:03.928 INFO:teuthology.orchestra.run.smithi110.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-05-06T06:49:03.929 INFO:teuthology.orchestra.run.smithi110.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-05-06T06:49:03.952 INFO:teuthology.orchestra.run.smithi110.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-05-06T06:49:03.955 INFO:teuthology.orchestra.run.smithi110.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-05-06T06:49:03.955 INFO:teuthology.orchestra.run.smithi110.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-05-06T06:49:03.981 INFO:teuthology.orchestra.run.smithi110.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-05-06T06:49:03.981 INFO:teuthology.orchestra.run.smithi110.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-05-06T06:49:03.994 INFO:teuthology.orchestra.run.smithi110.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-05-06T06:49:03.995 INFO:teuthology.orchestra.run.smithi110.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-05-06T06:49:03.995 INFO:teuthology.orchestra.run.smithi110.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-05-06T06:49:03.996 INFO:teuthology.orchestra.run.smithi110.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-06T06:49:03.997 INFO:teuthology.orchestra.run.smithi110.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-05-06T06:49:03.997 INFO:teuthology.orchestra.run.smithi110.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-05-06T06:49:04.001 INFO:teuthology.orchestra.run.smithi110.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-05-06T06:49:04.016 INFO:teuthology.orchestra.run.smithi110.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-05-06T06:49:04.017 INFO:teuthology.orchestra.run.smithi110.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-05-06T06:49:04.018 INFO:teuthology.orchestra.run.smithi110.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-05-06T06:49:04.032 INFO:teuthology.orchestra.run.smithi063.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-05-06T06:49:04.037 INFO:teuthology.orchestra.run.smithi110.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-05-06T06:49:04.038 INFO:teuthology.orchestra.run.smithi063.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-05-06T06:49:04.040 INFO:teuthology.orchestra.run.smithi110.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-06T06:49:04.041 INFO:teuthology.orchestra.run.smithi110.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-05-06T06:49:04.042 INFO:teuthology.orchestra.run.smithi110.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-05-06T06:49:04.047 INFO:teuthology.orchestra.run.smithi110.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-05-06T06:49:04.048 INFO:teuthology.orchestra.run.smithi110.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-05-06T06:49:04.052 INFO:teuthology.orchestra.run.smithi110.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-05-06T06:49:04.054 INFO:teuthology.orchestra.run.smithi063.stdout:Get:8 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-3516-ge08cbbf6-1jammy [3,224 kB] 2024-05-06T06:49:04.055 INFO:teuthology.orchestra.run.smithi063.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-05-06T06:49:04.060 INFO:teuthology.orchestra.run.smithi063.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-05-06T06:49:04.061 INFO:teuthology.orchestra.run.smithi063.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-05-06T06:49:04.062 INFO:teuthology.orchestra.run.smithi063.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-05-06T06:49:04.067 INFO:teuthology.orchestra.run.smithi110.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-05-06T06:49:04.068 INFO:teuthology.orchestra.run.smithi110.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-05-06T06:49:04.068 INFO:teuthology.orchestra.run.smithi110.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-05-06T06:49:04.075 INFO:teuthology.orchestra.run.smithi063.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-05-06T06:49:04.078 INFO:teuthology.orchestra.run.smithi063.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-05-06T06:49:04.081 INFO:teuthology.orchestra.run.smithi063.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-05-06T06:49:04.082 INFO:teuthology.orchestra.run.smithi110.stdout:Get:82 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-3516-ge08cbbf6-1jammy [3,224 kB] 2024-05-06T06:49:04.083 INFO:teuthology.orchestra.run.smithi063.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-05-06T06:49:04.087 INFO:teuthology.orchestra.run.smithi110.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-05-06T06:49:04.089 INFO:teuthology.orchestra.run.smithi110.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-05-06T06:49:04.097 INFO:teuthology.orchestra.run.smithi110.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-05-06T06:49:04.097 INFO:teuthology.orchestra.run.smithi110.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-05-06T06:49:04.098 INFO:teuthology.orchestra.run.smithi110.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-05-06T06:49:04.098 INFO:teuthology.orchestra.run.smithi063.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-05-06T06:49:04.100 INFO:teuthology.orchestra.run.smithi110.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-05-06T06:49:04.101 INFO:teuthology.orchestra.run.smithi110.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-05-06T06:49:04.104 INFO:teuthology.orchestra.run.smithi063.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-05-06T06:49:04.108 INFO:teuthology.orchestra.run.smithi063.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-05-06T06:49:04.111 INFO:teuthology.orchestra.run.smithi063.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-05-06T06:49:04.113 INFO:teuthology.orchestra.run.smithi063.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-05-06T06:49:04.134 INFO:teuthology.orchestra.run.smithi063.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-05-06T06:49:04.136 INFO:teuthology.orchestra.run.smithi063.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-05-06T06:49:04.136 INFO:teuthology.orchestra.run.smithi063.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-05-06T06:49:04.137 INFO:teuthology.orchestra.run.smithi063.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-05-06T06:49:04.138 INFO:teuthology.orchestra.run.smithi063.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-05-06T06:49:04.155 INFO:teuthology.orchestra.run.smithi063.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-05-06T06:49:04.156 INFO:teuthology.orchestra.run.smithi063.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-05-06T06:49:04.156 INFO:teuthology.orchestra.run.smithi063.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-05-06T06:49:04.160 INFO:teuthology.orchestra.run.smithi063.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-05-06T06:49:04.160 INFO:teuthology.orchestra.run.smithi063.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-05-06T06:49:04.175 INFO:teuthology.orchestra.run.smithi063.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-05-06T06:49:04.176 INFO:teuthology.orchestra.run.smithi063.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-05-06T06:49:04.177 INFO:teuthology.orchestra.run.smithi063.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-05-06T06:49:04.178 INFO:teuthology.orchestra.run.smithi063.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-05-06T06:49:04.178 INFO:teuthology.orchestra.run.smithi063.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-06T06:49:04.196 INFO:teuthology.orchestra.run.smithi063.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-05-06T06:49:04.197 INFO:teuthology.orchestra.run.smithi063.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-05-06T06:49:04.197 INFO:teuthology.orchestra.run.smithi063.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-05-06T06:49:04.205 INFO:teuthology.orchestra.run.smithi063.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-05-06T06:49:04.205 INFO:teuthology.orchestra.run.smithi063.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-05-06T06:49:04.206 INFO:teuthology.orchestra.run.smithi063.stdout:Get:42 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-3516-ge08cbbf6-1jammy [714 kB] 2024-05-06T06:49:04.217 INFO:teuthology.orchestra.run.smithi063.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-05-06T06:49:04.218 INFO:teuthology.orchestra.run.smithi063.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-05-06T06:49:04.219 INFO:teuthology.orchestra.run.smithi063.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-05-06T06:49:04.222 INFO:teuthology.orchestra.run.smithi063.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-05-06T06:49:04.223 INFO:teuthology.orchestra.run.smithi063.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-05-06T06:49:04.237 INFO:teuthology.orchestra.run.smithi063.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-05-06T06:49:04.238 INFO:teuthology.orchestra.run.smithi063.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-05-06T06:49:04.242 INFO:teuthology.orchestra.run.smithi063.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-05-06T06:49:04.242 INFO:teuthology.orchestra.run.smithi063.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-05-06T06:49:04.243 INFO:teuthology.orchestra.run.smithi063.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-05-06T06:49:04.244 INFO:teuthology.orchestra.run.smithi063.stdout:Get:53 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-3516-ge08cbbf6-1jammy [356 kB] 2024-05-06T06:49:04.258 INFO:teuthology.orchestra.run.smithi063.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-05-06T06:49:04.260 INFO:teuthology.orchestra.run.smithi063.stdout:Get:55 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-3516-ge08cbbf6-1jammy [32.8 kB] 2024-05-06T06:49:04.262 INFO:teuthology.orchestra.run.smithi063.stdout:Get:56 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-3516-ge08cbbf6-1jammy [180 kB] 2024-05-06T06:49:04.271 INFO:teuthology.orchestra.run.smithi063.stdout:Get:57 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-3516-ge08cbbf6-1jammy [67.4 kB] 2024-05-06T06:49:04.275 INFO:teuthology.orchestra.run.smithi063.stdout:Get:58 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-3516-ge08cbbf6-1jammy [330 kB] 2024-05-06T06:49:04.293 INFO:teuthology.orchestra.run.smithi063.stdout:Get:59 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-3516-ge08cbbf6-1jammy [6,894 kB] 2024-05-06T06:49:04.325 INFO:teuthology.orchestra.run.smithi063.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-05-06T06:49:04.326 INFO:teuthology.orchestra.run.smithi063.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-05-06T06:49:04.328 INFO:teuthology.orchestra.run.smithi063.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-05-06T06:49:04.328 INFO:teuthology.orchestra.run.smithi063.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-05-06T06:49:04.329 INFO:teuthology.orchestra.run.smithi063.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-05-06T06:49:04.351 INFO:teuthology.orchestra.run.smithi063.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-05-06T06:49:04.353 INFO:teuthology.orchestra.run.smithi063.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-05-06T06:49:04.353 INFO:teuthology.orchestra.run.smithi063.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-05-06T06:49:04.377 INFO:teuthology.orchestra.run.smithi063.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-05-06T06:49:04.377 INFO:teuthology.orchestra.run.smithi063.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-05-06T06:49:04.382 INFO:teuthology.orchestra.run.smithi110.stdout:Get:90 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-3516-ge08cbbf6-1jammy [714 kB] 2024-05-06T06:49:04.391 INFO:teuthology.orchestra.run.smithi063.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-05-06T06:49:04.391 INFO:teuthology.orchestra.run.smithi063.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-05-06T06:49:04.392 INFO:teuthology.orchestra.run.smithi063.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-05-06T06:49:04.392 INFO:teuthology.orchestra.run.smithi063.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-06T06:49:04.393 INFO:teuthology.orchestra.run.smithi063.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-05-06T06:49:04.393 INFO:teuthology.orchestra.run.smithi063.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-05-06T06:49:04.397 INFO:teuthology.orchestra.run.smithi063.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-05-06T06:49:04.411 INFO:teuthology.orchestra.run.smithi063.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-05-06T06:49:04.413 INFO:teuthology.orchestra.run.smithi063.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-05-06T06:49:04.413 INFO:teuthology.orchestra.run.smithi063.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-05-06T06:49:04.432 INFO:teuthology.orchestra.run.smithi063.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-05-06T06:49:04.435 INFO:teuthology.orchestra.run.smithi063.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-06T06:49:04.436 INFO:teuthology.orchestra.run.smithi063.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-05-06T06:49:04.436 INFO:teuthology.orchestra.run.smithi063.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-05-06T06:49:04.442 INFO:teuthology.orchestra.run.smithi063.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-05-06T06:49:04.443 INFO:teuthology.orchestra.run.smithi063.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-05-06T06:49:04.446 INFO:teuthology.orchestra.run.smithi063.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-05-06T06:49:04.449 INFO:teuthology.orchestra.run.smithi110.stdout:Get:91 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-3516-ge08cbbf6-1jammy [356 kB] 2024-05-06T06:49:04.458 INFO:teuthology.orchestra.run.smithi063.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-05-06T06:49:04.459 INFO:teuthology.orchestra.run.smithi063.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-05-06T06:49:04.459 INFO:teuthology.orchestra.run.smithi063.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-05-06T06:49:04.473 INFO:teuthology.orchestra.run.smithi110.stdout:Get:92 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-3516-ge08cbbf6-1jammy [32.8 kB] 2024-05-06T06:49:04.475 INFO:teuthology.orchestra.run.smithi110.stdout:Get:93 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-3516-ge08cbbf6-1jammy [180 kB] 2024-05-06T06:49:04.478 INFO:teuthology.orchestra.run.smithi063.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-05-06T06:49:04.482 INFO:teuthology.orchestra.run.smithi063.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-05-06T06:49:04.487 INFO:teuthology.orchestra.run.smithi063.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-05-06T06:49:04.487 INFO:teuthology.orchestra.run.smithi063.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-05-06T06:49:04.487 INFO:teuthology.orchestra.run.smithi063.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-05-06T06:49:04.489 INFO:teuthology.orchestra.run.smithi063.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-05-06T06:49:04.490 INFO:teuthology.orchestra.run.smithi063.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-05-06T06:49:04.514 INFO:teuthology.orchestra.run.smithi110.stdout:Get:94 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-3516-ge08cbbf6-1jammy [67.4 kB] 2024-05-06T06:49:04.516 INFO:teuthology.orchestra.run.smithi110.stdout:Get:95 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-3516-ge08cbbf6-1jammy [330 kB] 2024-05-06T06:49:04.531 INFO:teuthology.orchestra.run.smithi110.stdout:Get:96 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-3516-ge08cbbf6-1jammy [6,894 kB] 2024-05-06T06:49:04.635 INFO:teuthology.orchestra.run.smithi063.stdout:Get:97 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-3516-ge08cbbf6-1jammy [112 kB] 2024-05-06T06:49:04.639 INFO:teuthology.orchestra.run.smithi063.stdout:Get:98 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-3516-ge08cbbf6-1jammy [466 kB] 2024-05-06T06:49:04.670 INFO:teuthology.orchestra.run.smithi063.stdout:Get:99 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-3516-ge08cbbf6-1jammy [25.8 MB] 2024-05-06T06:49:05.163 INFO:teuthology.orchestra.run.smithi110.stdout:Get:97 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-3516-ge08cbbf6-1jammy [112 kB] 2024-05-06T06:49:05.166 INFO:teuthology.orchestra.run.smithi110.stdout:Get:98 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-3516-ge08cbbf6-1jammy [466 kB] 2024-05-06T06:49:05.201 INFO:teuthology.orchestra.run.smithi110.stdout:Get:99 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-3516-ge08cbbf6-1jammy [25.8 MB] 2024-05-06T06:49:06.061 INFO:teuthology.orchestra.run.smithi063.stdout:Get:100 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-3516-ge08cbbf6-1jammy [5,095 kB] 2024-05-06T06:49:06.262 INFO:teuthology.orchestra.run.smithi063.stdout:Get:101 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-3516-ge08cbbf6-1jammy [244 kB] 2024-05-06T06:49:06.273 INFO:teuthology.orchestra.run.smithi063.stdout:Get:102 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-3516-ge08cbbf6-1jammy [124 kB] 2024-05-06T06:49:06.277 INFO:teuthology.orchestra.run.smithi063.stdout:Get:103 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-3516-ge08cbbf6-1jammy [1,544 kB] 2024-05-06T06:49:06.358 INFO:teuthology.orchestra.run.smithi063.stdout:Get:104 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-3516-ge08cbbf6-1jammy [6,259 kB] 2024-05-06T06:49:06.682 INFO:teuthology.orchestra.run.smithi063.stdout:Get:105 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-3516-ge08cbbf6-1jammy [22.8 MB] 2024-05-06T06:49:07.629 INFO:teuthology.orchestra.run.smithi110.stdout:Get:100 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-3516-ge08cbbf6-1jammy [5,095 kB] 2024-05-06T06:49:07.928 INFO:teuthology.orchestra.run.smithi063.stdout:Get:106 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-3516-ge08cbbf6-1jammy [14.0 kB] 2024-05-06T06:49:07.929 INFO:teuthology.orchestra.run.smithi063.stdout:Get:107 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-3516-ge08cbbf6-1jammy [870 kB] 2024-05-06T06:49:07.946 INFO:teuthology.orchestra.run.smithi063.stdout:Get:108 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-3516-ge08cbbf6-1jammy [2,439 kB] 2024-05-06T06:49:07.985 INFO:teuthology.orchestra.run.smithi110.stdout:Get:101 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-3516-ge08cbbf6-1jammy [244 kB] 2024-05-06T06:49:08.018 INFO:teuthology.orchestra.run.smithi110.stdout:Get:102 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-3516-ge08cbbf6-1jammy [124 kB] 2024-05-06T06:49:08.024 INFO:teuthology.orchestra.run.smithi110.stdout:Get:103 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-3516-ge08cbbf6-1jammy [1,544 kB] 2024-05-06T06:49:08.033 INFO:teuthology.orchestra.run.smithi063.stdout:Get:109 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-3516-ge08cbbf6-1jammy [792 kB] 2024-05-06T06:49:08.127 INFO:teuthology.orchestra.run.smithi063.stdout:Get:110 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-3516-ge08cbbf6-1jammy [148 kB] 2024-05-06T06:49:08.130 INFO:teuthology.orchestra.run.smithi063.stdout:Get:111 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-3516-ge08cbbf6-1jammy [2,279 kB] 2024-05-06T06:49:08.161 INFO:teuthology.orchestra.run.smithi110.stdout:Get:104 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-3516-ge08cbbf6-1jammy [6,259 kB] 2024-05-06T06:49:08.200 INFO:teuthology.orchestra.run.smithi063.stdout:Get:112 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-3516-ge08cbbf6-1jammy [8,625 kB] 2024-05-06T06:49:08.637 INFO:teuthology.orchestra.run.smithi063.stdout:Get:113 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-3516-ge08cbbf6-1jammy [14.2 kB] 2024-05-06T06:49:08.637 INFO:teuthology.orchestra.run.smithi063.stdout:Get:114 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-3516-ge08cbbf6-1jammy [51.7 MB] 2024-05-06T06:49:08.740 INFO:teuthology.orchestra.run.smithi110.stdout:Get:105 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-3516-ge08cbbf6-1jammy [22.8 MB] 2024-05-06T06:49:10.934 INFO:teuthology.orchestra.run.smithi110.stdout:Get:106 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-3516-ge08cbbf6-1jammy [14.0 kB] 2024-05-06T06:49:10.934 INFO:teuthology.orchestra.run.smithi110.stdout:Get:107 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-3516-ge08cbbf6-1jammy [870 kB] 2024-05-06T06:49:10.951 INFO:teuthology.orchestra.run.smithi110.stdout:Get:108 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-3516-ge08cbbf6-1jammy [2,439 kB] 2024-05-06T06:49:11.144 INFO:teuthology.orchestra.run.smithi110.stdout:Get:109 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-3516-ge08cbbf6-1jammy [792 kB] 2024-05-06T06:49:11.219 INFO:teuthology.orchestra.run.smithi110.stdout:Get:110 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-3516-ge08cbbf6-1jammy [148 kB] 2024-05-06T06:49:11.234 INFO:teuthology.orchestra.run.smithi110.stdout:Get:111 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-3516-ge08cbbf6-1jammy [2,279 kB] 2024-05-06T06:49:11.424 INFO:teuthology.orchestra.run.smithi110.stdout:Get:112 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-3516-ge08cbbf6-1jammy [8,625 kB] 2024-05-06T06:49:11.526 INFO:teuthology.orchestra.run.smithi063.stdout:Get:115 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-3516-ge08cbbf6-1jammy [124 kB] 2024-05-06T06:49:11.528 INFO:teuthology.orchestra.run.smithi063.stdout:Get:116 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-3516-ge08cbbf6-1jammy [38.9 kB] 2024-05-06T06:49:11.529 INFO:teuthology.orchestra.run.smithi063.stdout:Get:117 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-3516-ge08cbbf6-1jammy [13.6 MB] 2024-05-06T06:49:12.029 INFO:teuthology.orchestra.run.smithi063.stdout:Get:118 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-3516-ge08cbbf6-1jammy [91.4 kB] 2024-05-06T06:49:12.098 INFO:teuthology.orchestra.run.smithi110.stdout:Get:113 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-3516-ge08cbbf6-1jammy [14.2 kB] 2024-05-06T06:49:12.099 INFO:teuthology.orchestra.run.smithi110.stdout:Get:114 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-3516-ge08cbbf6-1jammy [51.7 MB] 2024-05-06T06:49:12.619 INFO:teuthology.orchestra.run.smithi063.stdout:Fetched 181 MB in 8s (21.7 MB/s) 2024-05-06T06:49:12.750 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-05-06T06:49:12.808 INFO:teuthology.orchestra.run.smithi063.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 ... 165995 files and directories currently installed.) 2024-05-06T06:49:12.813 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-05-06T06:49:12.899 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-05-06T06:49:13.252 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-05-06T06:49:13.265 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-05-06T06:49:13.302 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-05-06T06:49:13.647 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-05-06T06:49:13.673 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-05-06T06:49:13.722 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-05-06T06:49:14.259 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-05-06T06:49:14.285 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-06T06:49:14.342 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-06T06:49:14.754 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-05-06T06:49:14.780 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-06T06:49:14.820 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-06T06:49:15.207 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-05-06T06:49:15.233 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-06T06:49:15.282 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-06T06:49:15.641 INFO:teuthology.orchestra.run.smithi110.stdout:Get:115 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-3516-ge08cbbf6-1jammy [124 kB] 2024-05-06T06:49:15.643 INFO:teuthology.orchestra.run.smithi110.stdout:Get:116 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-3516-ge08cbbf6-1jammy [38.9 kB] 2024-05-06T06:49:15.645 INFO:teuthology.orchestra.run.smithi110.stdout:Get:117 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-3516-ge08cbbf6-1jammy [13.6 MB] 2024-05-06T06:49:15.660 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-05-06T06:49:15.687 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-05-06T06:49:15.727 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-05-06T06:49:16.088 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package librados2. 2024-05-06T06:49:16.115 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../007-librados2_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T06:49:16.154 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking librados2 (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:49:16.616 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package librbd1. 2024-05-06T06:49:16.642 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../008-librbd1_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T06:49:16.690 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking librbd1 (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:49:17.238 INFO:teuthology.orchestra.run.smithi110.stdout:Get:118 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-3516-ge08cbbf6-1jammy [91.4 kB] 2024-05-06T06:49:17.327 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package libcephfs2. 2024-05-06T06:49:17.354 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T06:49:17.385 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking libcephfs2 (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:49:17.654 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-rados. 2024-05-06T06:49:17.670 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../010-python3-rados_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T06:49:17.713 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-rados (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:49:17.796 INFO:teuthology.orchestra.run.smithi110.stdout:Fetched 181 MB in 14s (13.1 MB/s) 2024-05-06T06:49:17.963 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-05-06T06:49:18.015 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-05-06T06:49:18.042 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-3516-ge08cbbf6-1jammy_all.deb ... 2024-05-06T06:49:18.063 INFO:teuthology.orchestra.run.smithi110.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 ... 165995 files and directories currently installed.) 2024-05-06T06:49:18.069 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-05-06T06:49:18.074 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-ceph-argparse (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:49:18.154 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-05-06T06:49:18.276 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-cephfs. 2024-05-06T06:49:18.293 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T06:49:18.335 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-cephfs (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:49:18.490 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-05-06T06:49:18.516 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-05-06T06:49:18.557 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-05-06T06:49:18.654 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-ceph-common. 2024-05-06T06:49:18.681 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-3516-ge08cbbf6-1jammy_all.deb ... 2024-05-06T06:49:18.721 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-ceph-common (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:49:18.827 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-05-06T06:49:18.852 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-05-06T06:49:18.885 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-05-06T06:49:19.040 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-wcwidth. 2024-05-06T06:49:19.067 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-05-06T06:49:19.107 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-05-06T06:49:19.355 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-05-06T06:49:19.381 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-06T06:49:19.420 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-prettytable. 2024-05-06T06:49:19.429 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-06T06:49:19.447 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-05-06T06:49:19.487 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-05-06T06:49:19.756 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-rbd. 2024-05-06T06:49:19.783 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T06:49:19.823 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-rbd (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:49:20.000 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-05-06T06:49:20.026 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-06T06:49:20.067 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-06T06:49:20.167 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-05-06T06:49:20.194 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-05-06T06:49:20.258 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-05-06T06:49:20.387 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-05-06T06:49:20.413 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-06T06:49:20.453 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-06T06:49:20.528 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-05-06T06:49:20.555 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-05-06T06:49:20.586 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-05-06T06:49:20.773 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-05-06T06:49:20.799 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-05-06T06:49:20.839 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-05-06T06:49:20.872 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-05-06T06:49:20.899 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-05-06T06:49:20.939 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-05-06T06:49:21.162 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package librados2. 2024-05-06T06:49:21.185 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../007-librados2_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T06:49:21.251 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking librados2 (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:49:21.258 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package lua5.1. 2024-05-06T06:49:21.286 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-05-06T06:49:21.325 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-05-06T06:49:21.636 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package lua-any. 2024-05-06T06:49:21.663 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-05-06T06:49:21.687 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package librbd1. 2024-05-06T06:49:21.711 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking lua-any (27ubuntu1) ... 2024-05-06T06:49:21.713 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../008-librbd1_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T06:49:21.753 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking librbd1 (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:49:21.922 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package zip. 2024-05-06T06:49:21.938 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-05-06T06:49:21.972 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking zip (3.0-12build2) ... 2024-05-06T06:49:22.156 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package libcephfs2. 2024-05-06T06:49:22.182 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T06:49:22.223 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking libcephfs2 (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:49:22.440 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package unzip. 2024-05-06T06:49:22.467 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-05-06T06:49:22.500 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-rados. 2024-05-06T06:49:22.508 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-05-06T06:49:22.526 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../010-python3-rados_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T06:49:22.567 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-rados (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:49:22.895 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-05-06T06:49:22.896 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package luarocks. 2024-05-06T06:49:22.921 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-3516-ge08cbbf6-1jammy_all.deb ... 2024-05-06T06:49:22.922 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-05-06T06:49:22.962 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-ceph-argparse (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:49:22.962 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-05-06T06:49:23.205 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-cephfs. 2024-05-06T06:49:23.221 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T06:49:23.256 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-cephfs (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:49:23.352 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package librgw2. 2024-05-06T06:49:23.380 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../025-librgw2_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T06:49:23.419 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking librgw2 (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:49:23.567 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-ceph-common. 2024-05-06T06:49:23.593 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-3516-ge08cbbf6-1jammy_all.deb ... 2024-05-06T06:49:23.633 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-ceph-common (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:49:23.978 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-wcwidth. 2024-05-06T06:49:23.996 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-rgw. 2024-05-06T06:49:24.004 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-05-06T06:49:24.013 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T06:49:24.045 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-05-06T06:49:24.055 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-rgw (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:49:24.364 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-prettytable. 2024-05-06T06:49:24.374 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package liboath0:amd64. 2024-05-06T06:49:24.390 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-05-06T06:49:24.401 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-05-06T06:49:24.431 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-05-06T06:49:24.441 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-05-06T06:49:24.683 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-rbd. 2024-05-06T06:49:24.699 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T06:49:24.733 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-rbd (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:49:24.760 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package libradosstriper1. 2024-05-06T06:49:24.787 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T06:49:24.826 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking libradosstriper1 (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:49:25.053 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-05-06T06:49:25.080 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-05-06T06:49:25.245 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-05-06T06:49:25.263 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package ceph-common. 2024-05-06T06:49:25.290 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../029-ceph-common_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T06:49:25.329 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking ceph-common (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:49:25.522 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-05-06T06:49:25.537 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-05-06T06:49:25.580 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-05-06T06:49:25.883 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-05-06T06:49:25.898 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-05-06T06:49:25.941 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-05-06T06:49:26.270 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package lua5.1. 2024-05-06T06:49:26.296 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-05-06T06:49:26.337 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-05-06T06:49:26.640 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package lua-any. 2024-05-06T06:49:26.658 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-05-06T06:49:26.698 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking lua-any (27ubuntu1) ... 2024-05-06T06:49:26.709 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package ceph-base. 2024-05-06T06:49:26.736 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../030-ceph-base_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T06:49:26.778 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking ceph-base (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:49:26.950 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package zip. 2024-05-06T06:49:26.966 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-05-06T06:49:27.009 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking zip (3.0-12build2) ... 2024-05-06T06:49:27.321 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package unzip. 2024-05-06T06:49:27.338 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-05-06T06:49:27.347 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-05-06T06:49:27.354 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-05-06T06:49:27.388 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-05-06T06:49:27.403 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-05-06T06:49:27.741 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package luarocks. 2024-05-06T06:49:27.767 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-05-06T06:49:27.785 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-cheroot. 2024-05-06T06:49:27.799 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-05-06T06:49:27.812 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-05-06T06:49:27.874 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-05-06T06:49:28.152 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-05-06T06:49:28.168 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-05-06T06:49:28.173 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package librgw2. 2024-05-06T06:49:28.200 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../025-librgw2_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T06:49:28.202 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-05-06T06:49:28.240 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking librgw2 (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:49:28.505 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-jaraco.text. 2024-05-06T06:49:28.532 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-05-06T06:49:28.571 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-05-06T06:49:28.784 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-rgw. 2024-05-06T06:49:28.811 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T06:49:28.851 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-rgw (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:49:28.874 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-05-06T06:49:28.901 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-05-06T06:49:28.965 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-05-06T06:49:29.146 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package liboath0:amd64. 2024-05-06T06:49:29.172 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-05-06T06:49:29.212 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-05-06T06:49:29.243 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-tempora. 2024-05-06T06:49:29.270 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-05-06T06:49:29.310 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-05-06T06:49:29.507 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package libradosstriper1. 2024-05-06T06:49:29.533 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T06:49:29.573 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking libradosstriper1 (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:49:29.588 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-portend. 2024-05-06T06:49:29.615 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-05-06T06:49:29.654 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-05-06T06:49:29.957 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-05-06T06:49:29.984 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-05-06T06:49:30.002 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package ceph-common. 2024-05-06T06:49:30.023 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-05-06T06:49:30.028 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../029-ceph-common_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T06:49:30.068 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking ceph-common (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:49:30.326 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-cherrypy3. 2024-05-06T06:49:30.353 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-05-06T06:49:30.392 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-05-06T06:49:30.746 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-natsort. 2024-05-06T06:49:30.774 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-05-06T06:49:30.813 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-05-06T06:49:31.066 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-logutils. 2024-05-06T06:49:31.092 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-05-06T06:49:31.123 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-05-06T06:49:31.418 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-markupsafe. 2024-05-06T06:49:31.445 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-05-06T06:49:31.457 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package ceph-base. 2024-05-06T06:49:31.483 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../030-ceph-base_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T06:49:31.484 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-05-06T06:49:31.541 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking ceph-base (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:49:31.787 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-mako. 2024-05-06T06:49:31.814 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-05-06T06:49:31.854 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-05-06T06:49:32.120 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-05-06T06:49:32.146 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-05-06T06:49:32.178 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-05-06T06:49:32.182 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-simplegeneric. 2024-05-06T06:49:32.209 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-05-06T06:49:32.248 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-05-06T06:49:32.464 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-cheroot. 2024-05-06T06:49:32.491 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-05-06T06:49:32.526 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-singledispatch. 2024-05-06T06:49:32.531 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-05-06T06:49:32.542 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-05-06T06:49:32.576 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-05-06T06:49:32.842 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-05-06T06:49:32.862 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-webob. 2024-05-06T06:49:32.868 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-05-06T06:49:32.889 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-05-06T06:49:32.909 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-05-06T06:49:32.929 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-05-06T06:49:33.204 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-jaraco.text. 2024-05-06T06:49:33.229 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-05-06T06:49:33.270 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-05-06T06:49:33.307 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-waitress. 2024-05-06T06:49:33.334 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-05-06T06:49:33.376 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-05-06T06:49:33.573 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-05-06T06:49:33.599 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-05-06T06:49:33.639 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-05-06T06:49:33.645 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-tempita. 2024-05-06T06:49:33.658 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-05-06T06:49:33.692 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-05-06T06:49:33.892 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-tempora. 2024-05-06T06:49:33.918 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-05-06T06:49:33.950 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-05-06T06:49:33.970 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-paste. 2024-05-06T06:49:33.997 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-05-06T06:49:34.037 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-05-06T06:49:34.262 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-portend. 2024-05-06T06:49:34.288 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-05-06T06:49:34.328 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-05-06T06:49:34.365 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-05-06T06:49:34.392 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-05-06T06:49:34.432 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-05-06T06:49:34.631 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-05-06T06:49:34.658 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-05-06T06:49:34.698 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-05-06T06:49:34.726 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-pastedeploy. 2024-05-06T06:49:34.753 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-05-06T06:49:34.792 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-05-06T06:49:34.967 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-cherrypy3. 2024-05-06T06:49:34.994 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-05-06T06:49:35.025 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-05-06T06:49:35.103 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-webtest. 2024-05-06T06:49:35.131 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-05-06T06:49:35.170 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-05-06T06:49:35.481 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-pecan. 2024-05-06T06:49:35.508 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-05-06T06:49:35.548 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-05-06T06:49:35.630 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-natsort. 2024-05-06T06:49:35.656 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-05-06T06:49:35.696 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-05-06T06:49:35.919 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-certifi. 2024-05-06T06:49:35.946 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-05-06T06:49:35.985 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-05-06T06:49:36.091 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-logutils. 2024-05-06T06:49:36.117 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-05-06T06:49:36.157 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-05-06T06:49:36.288 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-idna. 2024-05-06T06:49:36.316 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-05-06T06:49:36.355 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-idna (3.3-1) ... 2024-05-06T06:49:36.402 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-markupsafe. 2024-05-06T06:49:36.428 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-05-06T06:49:36.460 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-05-06T06:49:36.616 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-urllib3. 2024-05-06T06:49:36.632 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-05-06T06:49:36.666 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-05-06T06:49:36.772 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-mako. 2024-05-06T06:49:36.798 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-05-06T06:49:36.838 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-05-06T06:49:37.795 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-requests. 2024-05-06T06:49:37.822 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-05-06T06:49:37.861 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-05-06T06:49:37.866 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-simplegeneric. 2024-05-06T06:49:37.893 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-05-06T06:49:37.933 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-05-06T06:49:38.219 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-singledispatch. 2024-05-06T06:49:38.245 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-05-06T06:49:38.285 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-05-06T06:49:38.305 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-werkzeug. 2024-05-06T06:49:38.332 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-05-06T06:49:38.372 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-05-06T06:49:38.607 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-webob. 2024-05-06T06:49:38.633 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-05-06T06:49:38.667 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-05-06T06:49:38.673 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-05-06T06:49:38.682 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-3516-ge08cbbf6-1jammy_all.deb ... 2024-05-06T06:49:38.725 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking ceph-mgr-modules-core (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:49:39.018 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-waitress. 2024-05-06T06:49:39.044 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-05-06T06:49:39.088 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-05-06T06:49:39.096 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-05-06T06:49:39.112 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T06:49:39.154 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:49:39.379 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-tempita. 2024-05-06T06:49:39.406 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-05-06T06:49:39.446 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-05-06T06:49:39.457 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-bcrypt. 2024-05-06T06:49:39.484 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-05-06T06:49:39.523 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-05-06T06:49:39.757 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-paste. 2024-05-06T06:49:39.772 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-05-06T06:49:39.807 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-05-06T06:49:39.826 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-openssl. 2024-05-06T06:49:39.853 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-05-06T06:49:39.893 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-05-06T06:49:40.119 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-05-06T06:49:40.134 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-05-06T06:49:40.162 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package ceph-mgr. 2024-05-06T06:49:40.177 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-05-06T06:49:40.178 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T06:49:40.212 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking ceph-mgr (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:49:40.438 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-pastedeploy. 2024-05-06T06:49:40.464 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-05-06T06:49:40.504 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-05-06T06:49:40.665 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package ceph-mon. 2024-05-06T06:49:40.692 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T06:49:40.732 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking ceph-mon (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:49:40.816 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-webtest. 2024-05-06T06:49:40.842 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-05-06T06:49:40.883 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-05-06T06:49:41.194 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-pecan. 2024-05-06T06:49:41.220 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-05-06T06:49:41.260 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-05-06T06:49:41.402 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package ceph-osd. 2024-05-06T06:49:41.429 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T06:49:41.487 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking ceph-osd (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:49:41.607 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-certifi. 2024-05-06T06:49:41.633 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-05-06T06:49:41.673 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-05-06T06:49:41.993 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-idna. 2024-05-06T06:49:42.019 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-05-06T06:49:42.059 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-idna (3.3-1) ... 2024-05-06T06:49:42.363 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-urllib3. 2024-05-06T06:49:42.389 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-05-06T06:49:42.429 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-05-06T06:49:42.530 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package ceph. 2024-05-06T06:49:42.545 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../066-ceph_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T06:49:42.580 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking ceph (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:49:42.766 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-requests. 2024-05-06T06:49:42.792 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-05-06T06:49:42.832 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-05-06T06:49:42.891 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package ceph-fuse. 2024-05-06T06:49:42.918 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T06:49:42.957 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking ceph-fuse (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:49:43.102 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-werkzeug. 2024-05-06T06:49:43.128 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-05-06T06:49:43.160 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-05-06T06:49:43.335 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package ceph-mds. 2024-05-06T06:49:43.362 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T06:49:43.401 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking ceph-mds (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:49:43.455 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-05-06T06:49:43.481 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-3516-ge08cbbf6-1jammy_all.deb ... 2024-05-06T06:49:43.521 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking ceph-mgr-modules-core (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:49:43.779 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package cephadm. 2024-05-06T06:49:43.806 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../069-cephadm_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T06:49:43.854 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking cephadm (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:49:43.943 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-05-06T06:49:43.970 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T06:49:44.009 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:49:44.123 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-asyncssh. 2024-05-06T06:49:44.139 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-05-06T06:49:44.173 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-05-06T06:49:44.313 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-bcrypt. 2024-05-06T06:49:44.339 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-05-06T06:49:44.379 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-05-06T06:49:44.476 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python-babel-localedata. 2024-05-06T06:49:44.503 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-05-06T06:49:44.534 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-05-06T06:49:44.657 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-openssl. 2024-05-06T06:49:44.683 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-05-06T06:49:44.715 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-05-06T06:49:45.035 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package ceph-mgr. 2024-05-06T06:49:45.061 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T06:49:45.102 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking ceph-mgr (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:49:45.488 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package ceph-mon. 2024-05-06T06:49:45.514 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T06:49:45.554 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking ceph-mon (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:49:45.581 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-babel. 2024-05-06T06:49:45.608 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-05-06T06:49:45.639 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-05-06T06:49:45.967 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-jinja2. 2024-05-06T06:49:45.994 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-05-06T06:49:46.025 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-05-06T06:49:46.108 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package ceph-osd. 2024-05-06T06:49:46.135 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T06:49:46.175 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking ceph-osd (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:49:46.328 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-05-06T06:49:46.355 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-3516-ge08cbbf6-1jammy_all.deb ... 2024-05-06T06:49:46.386 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking ceph-mgr-cephadm (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:49:46.689 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-repoze.lru. 2024-05-06T06:49:46.717 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-05-06T06:49:46.747 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-05-06T06:49:47.025 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-routes. 2024-05-06T06:49:47.052 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-05-06T06:49:47.091 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-05-06T06:49:47.253 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package ceph. 2024-05-06T06:49:47.268 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../066-ceph_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T06:49:47.311 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking ceph (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:49:47.369 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-05-06T06:49:47.393 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-3516-ge08cbbf6-1jammy_all.deb ... 2024-05-06T06:49:47.427 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking ceph-mgr-dashboard (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:49:47.630 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package ceph-fuse. 2024-05-06T06:49:47.657 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T06:49:47.697 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking ceph-fuse (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:49:48.084 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package ceph-mds. 2024-05-06T06:49:48.110 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T06:49:48.150 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking ceph-mds (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:49:48.503 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package cephadm. 2024-05-06T06:49:48.518 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../069-cephadm_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T06:49:48.553 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking cephadm (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:49:48.783 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-05-06T06:49:48.811 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-05-06T06:49:48.849 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-05-06T06:49:48.872 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-asyncssh. 2024-05-06T06:49:48.898 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-05-06T06:49:48.939 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-05-06T06:49:49.208 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python-babel-localedata. 2024-05-06T06:49:49.224 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-05-06T06:49:49.266 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-05-06T06:49:49.361 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-joblib. 2024-05-06T06:49:49.388 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-05-06T06:49:49.427 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-05-06T06:49:49.756 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-05-06T06:49:49.783 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-05-06T06:49:49.813 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-05-06T06:49:50.091 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-sklearn. 2024-05-06T06:49:50.119 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-05-06T06:49:50.157 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-05-06T06:49:50.296 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-babel. 2024-05-06T06:49:50.324 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-05-06T06:49:50.363 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-05-06T06:49:50.666 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-jinja2. 2024-05-06T06:49:50.693 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-05-06T06:49:50.732 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-05-06T06:49:50.933 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-05-06T06:49:50.960 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-3516-ge08cbbf6-1jammy_all.deb ... 2024-05-06T06:49:51.093 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:49:51.294 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-05-06T06:49:51.321 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-3516-ge08cbbf6-1jammy_all.deb ... 2024-05-06T06:49:51.360 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking ceph-mgr-cephadm (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:49:51.714 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-repoze.lru. 2024-05-06T06:49:51.740 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-05-06T06:49:51.780 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-05-06T06:49:52.046 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-cachetools. 2024-05-06T06:49:52.074 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-05-06T06:49:52.091 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-routes. 2024-05-06T06:49:52.112 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-05-06T06:49:52.118 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-05-06T06:49:52.158 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-05-06T06:49:52.399 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-pyasn1. 2024-05-06T06:49:52.426 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-05-06T06:49:52.465 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-05-06T06:49:52.495 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-05-06T06:49:52.521 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-3516-ge08cbbf6-1jammy_all.deb ... 2024-05-06T06:49:52.561 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking ceph-mgr-dashboard (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:49:52.802 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-05-06T06:49:52.829 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-05-06T06:49:52.868 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-05-06T06:49:53.163 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-rsa. 2024-05-06T06:49:53.191 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-05-06T06:49:53.229 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-rsa (4.8-1) ... 2024-05-06T06:49:53.541 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-google-auth. 2024-05-06T06:49:53.569 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-05-06T06:49:53.607 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-05-06T06:49:53.758 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-05-06T06:49:53.774 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-05-06T06:49:53.816 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-05-06T06:49:53.869 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-05-06T06:49:53.885 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-05-06T06:49:53.919 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-05-06T06:49:54.205 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-websocket. 2024-05-06T06:49:54.221 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-05-06T06:49:54.262 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-joblib. 2024-05-06T06:49:54.263 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-05-06T06:49:54.288 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-05-06T06:49:54.319 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-05-06T06:49:54.608 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-kubernetes. 2024-05-06T06:49:54.636 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-05-06T06:49:54.673 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-05-06T06:49:54.674 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-05-06T06:49:54.700 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-05-06T06:49:54.739 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-05-06T06:49:55.051 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-sklearn. 2024-05-06T06:49:55.078 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-05-06T06:49:55.117 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-05-06T06:49:55.296 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-05-06T06:49:55.313 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-3516-ge08cbbf6-1jammy_all.deb ... 2024-05-06T06:49:55.354 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:49:55.699 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package libonig5:amd64. 2024-05-06T06:49:55.727 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-05-06T06:49:55.765 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-05-06T06:49:55.834 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-05-06T06:49:55.862 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-3516-ge08cbbf6-1jammy_all.deb ... 2024-05-06T06:49:55.986 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:49:56.077 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package libjq1:amd64. 2024-05-06T06:49:56.105 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-05-06T06:49:56.135 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-05-06T06:49:56.379 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package jq. 2024-05-06T06:49:56.407 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-05-06T06:49:56.445 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-05-06T06:49:56.700 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package socat. 2024-05-06T06:49:56.728 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-05-06T06:49:56.766 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-05-06T06:49:57.070 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package xmlstarlet. 2024-05-06T06:49:57.098 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-05-06T06:49:57.136 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-05-06T06:49:57.181 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-cachetools. 2024-05-06T06:49:57.209 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-05-06T06:49:57.248 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-05-06T06:49:57.457 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package ceph-test. 2024-05-06T06:49:57.473 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../097-ceph-test_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T06:49:57.506 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking ceph-test (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:49:57.543 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-pyasn1. 2024-05-06T06:49:57.570 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-05-06T06:49:57.609 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-05-06T06:49:57.946 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-05-06T06:49:57.973 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-05-06T06:49:58.012 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-05-06T06:49:58.316 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-rsa. 2024-05-06T06:49:58.343 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-05-06T06:49:58.451 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-rsa (4.8-1) ... 2024-05-06T06:49:58.811 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-google-auth. 2024-05-06T06:49:58.838 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-05-06T06:49:58.877 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-05-06T06:49:59.197 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-05-06T06:49:59.225 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-05-06T06:49:59.264 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-05-06T06:49:59.584 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-websocket. 2024-05-06T06:49:59.611 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-05-06T06:49:59.650 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-05-06T06:49:59.919 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package ceph-volume. 2024-05-06T06:49:59.941 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-3516-ge08cbbf6-1jammy_all.deb ... 2024-05-06T06:49:59.962 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-kubernetes. 2024-05-06T06:49:59.986 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking ceph-volume (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:49:59.989 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-05-06T06:50:00.028 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-05-06T06:50:00.323 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package libcephfs-dev. 2024-05-06T06:50:00.339 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T06:50:00.389 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking libcephfs-dev (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:50:00.667 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-05-06T06:50:00.683 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-3516-ge08cbbf6-1jammy_all.deb ... 2024-05-06T06:50:00.717 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:50:00.775 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package lua-socket:amd64. 2024-05-06T06:50:00.803 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-05-06T06:50:00.850 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-05-06T06:50:01.037 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package libonig5:amd64. 2024-05-06T06:50:01.064 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-05-06T06:50:01.103 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-05-06T06:50:01.204 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package lua-sec:amd64. 2024-05-06T06:50:01.233 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-05-06T06:50:01.271 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-05-06T06:50:01.440 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package libjq1:amd64. 2024-05-06T06:50:01.467 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-05-06T06:50:01.506 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-05-06T06:50:01.642 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package nvme-cli. 2024-05-06T06:50:01.670 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-05-06T06:50:01.708 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-05-06T06:50:01.767 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package jq. 2024-05-06T06:50:01.783 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-05-06T06:50:01.825 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-05-06T06:50:02.078 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package socat. 2024-05-06T06:50:02.093 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-05-06T06:50:02.136 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-05-06T06:50:02.154 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package pkg-config. 2024-05-06T06:50:02.183 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-05-06T06:50:02.221 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-05-06T06:50:02.422 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package xmlstarlet. 2024-05-06T06:50:02.438 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-05-06T06:50:02.481 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-05-06T06:50:02.482 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-05-06T06:50:02.498 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-05-06T06:50:02.540 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-05-06T06:50:02.852 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package ceph-test. 2024-05-06T06:50:02.879 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../097-ceph-test_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T06:50:02.918 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking ceph-test (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:50:03.010 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-iniconfig. 2024-05-06T06:50:03.038 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-05-06T06:50:03.076 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-05-06T06:50:03.379 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-pastescript. 2024-05-06T06:50:03.407 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-05-06T06:50:03.445 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-05-06T06:50:03.940 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-pluggy. 2024-05-06T06:50:03.968 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-05-06T06:50:04.007 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-05-06T06:50:04.276 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-psutil. 2024-05-06T06:50:04.293 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-05-06T06:50:04.326 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-05-06T06:50:04.637 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-py. 2024-05-06T06:50:04.654 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-05-06T06:50:04.687 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-py (1.10.0-1) ... 2024-05-06T06:50:04.974 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-pygments. 2024-05-06T06:50:05.002 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-05-06T06:50:05.031 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-05-06T06:50:05.149 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package ceph-volume. 2024-05-06T06:50:05.176 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-3516-ge08cbbf6-1jammy_all.deb ... 2024-05-06T06:50:05.214 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking ceph-volume (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:50:05.494 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-pyinotify. 2024-05-06T06:50:05.510 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package libcephfs-dev. 2024-05-06T06:50:05.522 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-05-06T06:50:05.535 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T06:50:05.560 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-05-06T06:50:05.576 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking libcephfs-dev (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:50:05.871 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package lua-socket:amd64. 2024-05-06T06:50:05.887 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-05-06T06:50:05.888 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-toml. 2024-05-06T06:50:05.916 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-05-06T06:50:05.921 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-05-06T06:50:05.954 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-05-06T06:50:06.257 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-pytest. 2024-05-06T06:50:06.259 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package lua-sec:amd64. 2024-05-06T06:50:06.285 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-05-06T06:50:06.287 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-05-06T06:50:06.323 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-05-06T06:50:06.325 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-05-06T06:50:06.637 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package nvme-cli. 2024-05-06T06:50:06.653 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-05-06T06:50:06.685 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-simplejson. 2024-05-06T06:50:06.687 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-05-06T06:50:06.714 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-05-06T06:50:06.752 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-05-06T06:50:07.021 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-05-06T06:50:07.038 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-05-06T06:50:07.076 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package pkg-config. 2024-05-06T06:50:07.079 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-05-06T06:50:07.104 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-05-06T06:50:07.142 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-05-06T06:50:07.404 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-05-06T06:50:07.420 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-05-06T06:50:07.462 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-05-06T06:50:07.808 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package radosgw. 2024-05-06T06:50:07.837 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../116-radosgw_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T06:50:07.865 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-iniconfig. 2024-05-06T06:50:07.882 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking radosgw (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:50:07.893 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-05-06T06:50:07.932 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-05-06T06:50:08.235 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-pastescript. 2024-05-06T06:50:08.263 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-05-06T06:50:08.301 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-05-06T06:50:08.655 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-pluggy. 2024-05-06T06:50:08.682 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-05-06T06:50:08.702 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package rbd-fuse. 2024-05-06T06:50:08.721 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-05-06T06:50:08.731 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T06:50:08.769 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking rbd-fuse (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:50:08.999 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-psutil. 2024-05-06T06:50:09.027 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-05-06T06:50:09.032 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-05-06T06:50:09.057 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-05-06T06:50:09.290 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-05-06T06:50:09.377 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-py. 2024-05-06T06:50:09.405 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-05-06T06:50:09.433 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-05-06T06:50:09.443 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-py (1.10.0-1) ... 2024-05-06T06:50:09.702 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-05-06T06:50:09.738 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-pygments. 2024-05-06T06:50:09.766 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-05-06T06:50:09.805 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-05-06T06:50:10.016 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-05-06T06:50:10.234 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-pyinotify. 2024-05-06T06:50:10.250 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-05-06T06:50:10.284 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-05-06T06:50:10.438 INFO:teuthology.orchestra.run.smithi063.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-05-06T06:50:10.518 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up cephadm (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:50:10.578 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-toml. 2024-05-06T06:50:10.606 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-05-06T06:50:10.644 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-05-06T06:50:10.956 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-pytest. 2024-05-06T06:50:10.984 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-05-06T06:50:11.022 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-05-06T06:50:11.034 INFO:teuthology.orchestra.run.smithi063.stdout:Adding system user cephadm....done 2024-05-06T06:50:11.190 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-05-06T06:50:11.343 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-simplejson. 2024-05-06T06:50:11.371 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-05-06T06:50:11.409 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-05-06T06:50:11.441 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-05-06T06:50:11.679 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-05-06T06:50:11.707 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-05-06T06:50:11.717 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-05-06T06:50:11.745 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-05-06T06:50:11.843 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-05-06T06:50:12.103 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-05-06T06:50:12.379 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-05-06T06:50:12.505 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-py (1.10.0-1) ... 2024-05-06T06:50:12.507 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package radosgw. 2024-05-06T06:50:12.536 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../116-radosgw_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T06:50:12.573 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking radosgw (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:50:12.840 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-05-06T06:50:13.259 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-05-06T06:50:13.368 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package rbd-fuse. 2024-05-06T06:50:13.384 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T06:50:13.426 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking rbd-fuse (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:50:13.535 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-05-06T06:50:13.731 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-05-06T06:50:13.819 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-05-06T06:50:13.981 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-05-06T06:50:14.082 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-05-06T06:50:14.096 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-05-06T06:50:14.325 INFO:teuthology.orchestra.run.smithi110.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-05-06T06:50:14.547 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-05-06T06:50:14.630 INFO:teuthology.orchestra.run.smithi110.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-05-06T06:50:14.931 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-05-06T06:50:15.069 INFO:teuthology.orchestra.run.smithi110.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-05-06T06:50:15.143 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up cephadm (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:50:15.215 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-ceph-argparse (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:50:15.500 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-05-06T06:50:15.626 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-05-06T06:50:15.659 INFO:teuthology.orchestra.run.smithi110.stdout:Adding system user cephadm....done 2024-05-06T06:50:15.752 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-05-06T06:50:15.799 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-05-06T06:50:15.878 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-05-06T06:50:16.100 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-05-06T06:50:16.137 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-05-06T06:50:16.343 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-05-06T06:50:16.469 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-05-06T06:50:16.503 INFO:teuthology.orchestra.run.smithi063.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-05-06T06:50:16.526 INFO:teuthology.orchestra.run.smithi063.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-05-06T06:50:16.590 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-05-06T06:50:16.716 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-05-06T06:50:16.753 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-05-06T06:50:17.021 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-05-06T06:50:17.092 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-05-06T06:50:17.139 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-py (1.10.0-1) ... 2024-05-06T06:50:17.218 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-05-06T06:50:17.441 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-05-06T06:50:17.486 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-05-06T06:50:17.754 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-05-06T06:50:17.810 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-05-06T06:50:18.078 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-05-06T06:50:18.080 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up zip (3.0-12build2) ... 2024-05-06T06:50:18.181 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-05-06T06:50:18.379 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-05-06T06:50:18.630 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-05-06T06:50:18.881 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-05-06T06:50:18.882 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-05-06T06:50:19.124 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-05-06T06:50:19.167 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-05-06T06:50:19.293 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-05-06T06:50:19.419 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-05-06T06:50:19.435 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-ceph-argparse (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:50:19.720 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-05-06T06:50:19.786 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-05-06T06:50:19.912 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-05-06T06:50:20.038 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-05-06T06:50:20.112 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-05-06T06:50:20.147 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-05-06T06:50:20.372 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-05-06T06:50:20.382 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-05-06T06:50:20.739 INFO:teuthology.orchestra.run.smithi110.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-05-06T06:50:20.757 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-05-06T06:50:20.789 INFO:teuthology.orchestra.run.smithi110.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-05-06T06:50:20.852 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-05-06T06:50:20.978 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-05-06T06:50:21.083 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-05-06T06:50:21.346 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-05-06T06:50:21.443 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-05-06T06:50:21.471 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-05-06T06:50:21.694 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-05-06T06:50:21.731 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-05-06T06:50:21.820 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-ceph-common (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:50:21.982 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-05-06T06:50:22.121 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-idna (3.3-1) ... 2024-05-06T06:50:22.325 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up zip (3.0-12build2) ... 2024-05-06T06:50:22.451 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-05-06T06:50:22.455 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-05-06T06:50:23.161 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-05-06T06:50:23.429 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-05-06T06:50:23.555 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-05-06T06:50:23.664 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-05-06T06:50:23.702 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-05-06T06:50:23.940 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-05-06T06:50:23.982 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-06T06:50:24.122 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-toml (0.10.2-1) ... 2024-05-06T06:50:24.317 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-05-06T06:50:24.390 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-05-06T06:50:24.541 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-05-06T06:50:24.567 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-05-06T06:50:24.692 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-05-06T06:50:24.961 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-05-06T06:50:25.018 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-05-06T06:50:25.262 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-05-06T06:50:25.277 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-05-06T06:50:25.529 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-06T06:50:25.622 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-05-06T06:50:25.654 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-05-06T06:50:25.856 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-05-06T06:50:25.957 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-ceph-common (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:50:25.973 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-05-06T06:50:26.223 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-05-06T06:50:26.233 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-idna (3.3-1) ... 2024-05-06T06:50:26.500 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-05-06T06:50:26.551 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-05-06T06:50:26.776 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-05-06T06:50:27.035 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-05-06T06:50:27.311 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-05-06T06:50:27.412 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-05-06T06:50:27.671 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-05-06T06:50:27.765 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-05-06T06:50:27.789 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-05-06T06:50:27.992 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-06T06:50:28.098 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-05-06T06:50:28.117 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-toml (0.10.2-1) ... 2024-05-06T06:50:28.386 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-05-06T06:50:28.433 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-05-06T06:50:28.512 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-05-06T06:50:28.638 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-05-06T06:50:28.709 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-05-06T06:50:28.835 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-05-06T06:50:28.922 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-05-06T06:50:28.961 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-05-06T06:50:29.042 INFO:teuthology.orchestra.run.smithi063.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-05-06T06:50:29.156 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-05-06T06:50:29.296 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-05-06T06:50:29.391 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-06T06:50:29.397 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-05-06T06:50:29.517 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-05-06T06:50:29.827 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-05-06T06:50:29.840 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-05-06T06:50:30.078 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-05-06T06:50:30.141 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up lua-any (27ubuntu1) ... 2024-05-06T06:50:30.267 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-portend (3.0.0-1) ... 2024-05-06T06:50:30.346 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-05-06T06:50:30.535 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-06T06:50:30.596 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-05-06T06:50:30.661 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-05-06T06:50:30.847 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-05-06T06:50:30.978 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-05-06T06:50:31.099 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-05-06T06:50:31.208 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-05-06T06:50:31.263 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-05-06T06:50:31.467 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-05-06T06:50:31.547 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-05-06T06:50:31.593 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-05-06T06:50:31.673 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-rsa (4.8-1) ... 2024-05-06T06:50:31.886 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-05-06T06:50:31.949 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-05-06T06:50:32.204 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-05-06T06:50:32.267 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-05-06T06:50:32.455 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-05-06T06:50:32.581 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-05-06T06:50:32.637 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-05-06T06:50:32.707 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-05-06T06:50:32.779 INFO:teuthology.orchestra.run.smithi110.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-05-06T06:50:33.017 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-05-06T06:50:33.030 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-05-06T06:50:33.134 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-05-06T06:50:33.323 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-05-06T06:50:33.528 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-05-06T06:50:33.684 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-05-06T06:50:33.804 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up lua-any (27ubuntu1) ... 2024-05-06T06:50:33.827 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up librados2 (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:50:33.921 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-portend (3.0.0-1) ... 2024-05-06T06:50:33.953 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up libsqlite3-mod-ceph (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:50:34.079 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-05-06T06:50:34.164 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-06T06:50:34.290 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-05-06T06:50:34.415 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up libcephfs2 (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:50:34.566 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up libradosstriper1 (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:50:34.608 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-05-06T06:50:34.725 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-05-06T06:50:34.900 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-05-06T06:50:35.035 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up librbd1 (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:50:35.153 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up ceph-mgr-modules-core (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:50:35.160 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-05-06T06:50:35.254 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up ceph-fuse (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:50:35.294 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-rsa (4.8-1) ... 2024-05-06T06:50:35.459 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-05-06T06:50:35.459 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-05-06T06:50:35.562 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-05-06T06:50:35.838 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-05-06T06:50:35.955 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up libcephfs-dev (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:50:36.081 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-rados (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:50:36.149 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-05-06T06:50:36.207 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up librgw2 (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:50:36.333 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-05-06T06:50:36.509 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-05-06T06:50:36.803 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-05-06T06:50:37.155 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-05-06T06:50:37.264 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up librados2 (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:50:37.374 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up libsqlite3-mod-ceph (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:50:37.500 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-05-06T06:50:37.603 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-rbd (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:50:37.729 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up rbd-fuse (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:50:37.836 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up libcephfs2 (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:50:37.855 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-rgw (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:50:37.962 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up libradosstriper1 (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:50:37.980 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-cephfs (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:50:38.088 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-05-06T06:50:38.115 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up ceph-common (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:50:38.356 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up librbd1 (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:50:38.474 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up ceph-mgr-modules-core (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:50:38.608 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up ceph-fuse (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:50:38.741 INFO:teuthology.orchestra.run.smithi063.stdout:Adding group ceph....done 2024-05-06T06:50:38.804 INFO:teuthology.orchestra.run.smithi110.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-05-06T06:50:38.804 INFO:teuthology.orchestra.run.smithi110.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-05-06T06:50:39.077 INFO:teuthology.orchestra.run.smithi063.stdout:Adding system user ceph....done 2024-05-06T06:50:39.228 INFO:teuthology.orchestra.run.smithi063.stdout:Setting system user ceph properties....done 2024-05-06T06:50:39.245 INFO:teuthology.orchestra.run.smithi063.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-05-06T06:50:39.301 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up libcephfs-dev (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:50:39.390 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-05-06T06:50:39.436 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-rados (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:50:39.562 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up librgw2 (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:50:39.688 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-05-06T06:50:39.738 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-05-06T06:50:40.191 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up ceph-test (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:50:40.342 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up radosgw (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:50:40.876 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-05-06T06:50:40.877 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-05-06T06:50:40.899 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-rbd (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:50:41.025 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up rbd-fuse (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:50:41.177 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-rgw (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:50:41.294 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up ceph-base (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:50:41.311 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-cephfs (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:50:41.437 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up ceph-common (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:50:41.660 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-05-06T06:50:41.937 INFO:teuthology.orchestra.run.smithi110.stdout:Adding group ceph....done 2024-05-06T06:50:42.154 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up ceph-mds (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:50:42.247 INFO:teuthology.orchestra.run.smithi110.stdout:Adding system user ceph....done 2024-05-06T06:50:42.393 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-05-06T06:50:42.393 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-05-06T06:50:42.408 INFO:teuthology.orchestra.run.smithi110.stdout:Setting system user ceph properties....done 2024-05-06T06:50:42.421 INFO:teuthology.orchestra.run.smithi110.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-05-06T06:50:42.555 INFO:teuthology.orchestra.run.smithi110.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-05-06T06:50:42.847 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up ceph-mgr (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:50:42.867 INFO:teuthology.orchestra.run.smithi110.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-05-06T06:50:43.075 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-05-06T06:50:43.075 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-05-06T06:50:43.338 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up ceph-test (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:50:43.455 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up radosgw (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:50:43.549 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up ceph-osd (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:50:43.864 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-05-06T06:50:43.864 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-05-06T06:50:43.913 INFO:teuthology.orchestra.run.smithi110.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-05-06T06:50:43.913 INFO:teuthology.orchestra.run.smithi110.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-05-06T06:50:44.334 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up ceph-mgr-k8sevents (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:50:44.399 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up ceph-base (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:50:44.485 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:50:44.636 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up ceph-mon (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:50:44.730 INFO:teuthology.orchestra.run.smithi110.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-05-06T06:50:44.878 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-05-06T06:50:44.878 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-05-06T06:50:45.303 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up ceph-mds (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:50:45.538 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up ceph-mgr-cephadm (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:50:45.583 INFO:teuthology.orchestra.run.smithi110.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-05-06T06:50:45.583 INFO:teuthology.orchestra.run.smithi110.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-05-06T06:50:45.672 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up ceph (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:50:45.798 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up ceph-mgr-dashboard (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:50:45.949 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up ceph-volume (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:50:46.062 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up ceph-mgr (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:50:46.276 INFO:teuthology.orchestra.run.smithi110.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-05-06T06:50:46.276 INFO:teuthology.orchestra.run.smithi110.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-05-06T06:50:46.452 INFO:teuthology.orchestra.run.smithi063.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-05-06T06:50:46.561 INFO:teuthology.orchestra.run.smithi063.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-05-06T06:50:46.705 INFO:teuthology.orchestra.run.smithi063.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-05-06T06:50:46.771 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up ceph-osd (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:50:47.053 INFO:teuthology.orchestra.run.smithi110.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-05-06T06:50:47.054 INFO:teuthology.orchestra.run.smithi110.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-05-06T06:50:47.539 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up ceph-mgr-k8sevents (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:50:47.665 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:50:47.808 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up ceph-mon (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:50:47.930 INFO:teuthology.orchestra.run.smithi063.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-05-06T06:50:48.002 INFO:teuthology.orchestra.run.smithi110.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-05-06T06:50:48.002 INFO:teuthology.orchestra.run.smithi110.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-05-06T06:50:48.484 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up ceph-mgr-cephadm (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:50:48.580 INFO:teuthology.orchestra.run.smithi063.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-05-06T06:50:48.586 DEBUG:teuthology.parallel:result is None 2024-05-06T06:50:48.618 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up ceph (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:50:48.744 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up ceph-mgr-dashboard (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:50:49.082 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up ceph-volume (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T06:50:49.419 INFO:teuthology.orchestra.run.smithi110.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-05-06T06:50:49.528 INFO:teuthology.orchestra.run.smithi110.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-05-06T06:50:49.689 INFO:teuthology.orchestra.run.smithi110.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-05-06T06:50:50.463 INFO:teuthology.orchestra.run.smithi110.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-05-06T06:50:51.070 INFO:teuthology.orchestra.run.smithi110.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-05-06T06:50:51.140 DEBUG:teuthology.parallel:result is None 2024-05-06T06:50:51.141 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=e08cbbf6fd79a8dd2949f340bce25e28ea3db004 2024-05-06T06:50:51.548 DEBUG:teuthology.orchestra.run.smithi063:> dpkg-query -W -f '${Version}' ceph 2024-05-06T06:50:51.568 INFO:teuthology.orchestra.run.smithi063.stdout:19.0.0-3516-ge08cbbf6-1jammy 2024-05-06T06:50:51.569 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3516-ge08cbbf6-1jammy 2024-05-06T06:50:51.569 INFO:teuthology.task.install:The correct ceph version 19.0.0-3516-ge08cbbf6-1jammy is installed. 2024-05-06T06:50:51.571 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=e08cbbf6fd79a8dd2949f340bce25e28ea3db004 2024-05-06T06:50:51.717 DEBUG:teuthology.orchestra.run.smithi110:> dpkg-query -W -f '${Version}' ceph 2024-05-06T06:50:51.736 INFO:teuthology.orchestra.run.smithi110.stdout:19.0.0-3516-ge08cbbf6-1jammy 2024-05-06T06:50:51.736 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3516-ge08cbbf6-1jammy 2024-05-06T06:50:51.736 INFO:teuthology.task.install:The correct ceph version 19.0.0-3516-ge08cbbf6-1jammy is installed. 2024-05-06T06:50:51.738 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-05-06T06:50:51.739 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-05-06T06:50:51.739 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-05-06T06:50:51.754 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2024-05-06T06:50:51.754 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-05-06T06:50:51.793 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-05-06T06:50:51.794 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-05-06T06:50:51.794 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd of=/usr/bin/daemon-helper 2024-05-06T06:50:51.809 DEBUG:teuthology.orchestra.run.smithi063:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-05-06T06:50:51.865 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2024-05-06T06:50:51.865 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd of=/usr/bin/daemon-helper 2024-05-06T06:50:51.878 DEBUG:teuthology.orchestra.run.smithi110:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-05-06T06:50:51.932 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-05-06T06:50:51.933 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-05-06T06:50:51.933 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd of=/usr/bin/adjust-ulimits 2024-05-06T06:50:51.947 DEBUG:teuthology.orchestra.run.smithi063:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-05-06T06:50:52.001 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2024-05-06T06:50:52.001 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd of=/usr/bin/adjust-ulimits 2024-05-06T06:50:52.015 DEBUG:teuthology.orchestra.run.smithi110:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-05-06T06:50:52.068 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-05-06T06:50:52.068 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-05-06T06:50:52.069 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd of=/usr/bin/stdin-killer 2024-05-06T06:50:52.083 DEBUG:teuthology.orchestra.run.smithi063:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-05-06T06:50:52.137 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2024-05-06T06:50:52.137 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd of=/usr/bin/stdin-killer 2024-05-06T06:50:52.151 DEBUG:teuthology.orchestra.run.smithi110:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-05-06T06:50:52.204 INFO:teuthology.run_tasks:Running task cephadm... 2024-05-06T06:50:52.305 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 3}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': True}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'log-only-match': ['CEPHADM_'], 'sha1': 'e08cbbf6fd79a8dd2949f340bce25e28ea3db004'} 2024-05-06T06:50:52.305 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 2024-05-06T06:50:52.306 INFO:tasks.cephadm:Cluster fsid is fac46718-0b74-11ef-bc97-c7b262605968 2024-05-06T06:50:52.306 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-05-06T06:50:52.306 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.63', 'mon.b': '172.21.15.110'} 2024-05-06T06:50:52.306 INFO:tasks.cephadm:First mon is mon.a on smithi063 2024-05-06T06:50:52.306 INFO:tasks.cephadm:First mgr is a 2024-05-06T06:50:52.306 INFO:tasks.cephadm:Normalizing hostnames... 2024-05-06T06:50:52.307 DEBUG:teuthology.orchestra.run.smithi063:> sudo hostname $(hostname -s) 2024-05-06T06:50:52.321 DEBUG:teuthology.orchestra.run.smithi110:> sudo hostname $(hostname -s) 2024-05-06T06:50:52.335 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-05-06T06:50:52.336 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=e08cbbf6fd79a8dd2949f340bce25e28ea3db004 2024-05-06T06:50:52.498 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': 'e08cbbf6fd79a8dd2949f340bce25e28ea3db004', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=jammy,DIST=jammy,MACHINE_SIZE=gigantic/79095/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-3516-ge08cbbf6', 'node_name': '172.21.2.12+braggi12', '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-3516-ge08cbbf6-1jammy'}, 'url': 'https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default/', 'distro_codename': 'jammy', 'modified': '2024-05-03 20:06:49.541906', 'distro_version': '22.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-yuriw-testing-20240503.181540-main', 'chacra_url': 'https://3.chacra.ceph.com/repos/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}, {'status': 'ready', 'sha1': 'e08cbbf6fd79a8dd2949f340bce25e28ea3db004', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=jammy,DIST=jammy,MACHINE_SIZE=gigantic/79093/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-3516-ge08cbbf6', 'node_name': '172.21.2.9+braggi09', '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-3516-ge08cbbf6-1jammy'}, 'url': 'https://2.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default/', 'distro_codename': 'jammy', 'modified': '2024-05-03 19:54:19.849342', 'distro_version': '22.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-yuriw-testing-20240503.181540-main', 'chacra_url': 'https://2.chacra.ceph.com/repos/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}] 2024-05-06T06:50:52.730 INFO:tasks.util.chacra:got chacra host 3.chacra.ceph.com, ref wip-yuriw-testing-20240503.181540-main, sha1 e08cbbf6fd79a8dd2949f340bce25e28ea3db004 from https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F22.04%2Fx86_64&flavor=default&sha1=e08cbbf6fd79a8dd2949f340bce25e28ea3db004 2024-05-06T06:50:52.733 INFO:tasks.cephadm:Discovered cachra url: https://3.chacra.ceph.com/binaries/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-05-06T06:50:52.733 DEBUG:teuthology.orchestra.run.smithi063:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-06T06:50:53.329 INFO:teuthology.orchestra.run.smithi063.stdout:-rw-rw-r-- 1 ubuntu ubuntu 789829 May 6 06:50 /home/ubuntu/cephtest/cephadm 2024-05-06T06:50:53.329 DEBUG:teuthology.orchestra.run.smithi110:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-06T06:50:53.797 INFO:teuthology.orchestra.run.smithi110.stdout:-rw-rw-r-- 1 ubuntu ubuntu 789829 May 6 06:50 /home/ubuntu/cephtest/cephadm 2024-05-06T06:50:53.797 DEBUG:teuthology.orchestra.run.smithi063:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-06T06:50:53.805 DEBUG:teuthology.orchestra.run.smithi110:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-06T06:50:53.825 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 on all hosts... 2024-05-06T06:50:53.825 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 pull 2024-05-06T06:50:53.850 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 pull 2024-05-06T06:50:54.020 INFO:teuthology.orchestra.run.smithi063.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004... 2024-05-06T06:50:54.021 INFO:teuthology.orchestra.run.smithi110.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004... 2024-05-06T06:52:09.364 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-05-06T06:52:09.364 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph_version": "ceph version 19.0.0-3516-ge08cbbf6 (e08cbbf6fd79a8dd2949f340bce25e28ea3db004) squid (dev)", 2024-05-06T06:52:09.365 INFO:teuthology.orchestra.run.smithi110.stdout: "image_id": "9f32bee02a8590592410ec0c77c02d76af1e98ec0f409b9b383ddc49778de711", 2024-05-06T06:52:09.365 INFO:teuthology.orchestra.run.smithi110.stdout: "repo_digests": [ 2024-05-06T06:52:09.365 INFO:teuthology.orchestra.run.smithi110.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a" 2024-05-06T06:52:09.365 INFO:teuthology.orchestra.run.smithi110.stdout: ] 2024-05-06T06:52:09.365 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-05-06T06:52:10.328 INFO:teuthology.orchestra.run.smithi063.stdout:{ 2024-05-06T06:52:10.328 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph_version": "ceph version 19.0.0-3516-ge08cbbf6 (e08cbbf6fd79a8dd2949f340bce25e28ea3db004) squid (dev)", 2024-05-06T06:52:10.328 INFO:teuthology.orchestra.run.smithi063.stdout: "image_id": "9f32bee02a8590592410ec0c77c02d76af1e98ec0f409b9b383ddc49778de711", 2024-05-06T06:52:10.328 INFO:teuthology.orchestra.run.smithi063.stdout: "repo_digests": [ 2024-05-06T06:52:10.328 INFO:teuthology.orchestra.run.smithi063.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a" 2024-05-06T06:52:10.328 INFO:teuthology.orchestra.run.smithi063.stdout: ] 2024-05-06T06:52:10.328 INFO:teuthology.orchestra.run.smithi063.stdout:} 2024-05-06T06:52:10.361 DEBUG:teuthology.orchestra.run.smithi063:> sudo mkdir -p /etc/ceph 2024-05-06T06:52:10.374 DEBUG:teuthology.orchestra.run.smithi110:> sudo mkdir -p /etc/ceph 2024-05-06T06:52:10.389 DEBUG:teuthology.orchestra.run.smithi063:> sudo chmod 777 /etc/ceph 2024-05-06T06:52:10.428 DEBUG:teuthology.orchestra.run.smithi110:> sudo chmod 777 /etc/ceph 2024-05-06T06:52:10.443 INFO:tasks.cephadm:Writing seed config... 2024-05-06T06:52:10.445 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2024-05-06T06:52:10.445 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-05-06T06:52:10.445 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-05-06T06:52:10.445 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = True 2024-05-06T06:52:10.445 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-05-06T06:52:10.445 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-05-06T06:52:10.445 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-05-06T06:52:10.445 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-05-06T06:52:10.445 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-05-06T06:52:10.446 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-05-06T06:52:10.446 DEBUG:teuthology.orchestra.run.smithi063:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-05-06T06:52:10.477 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 = fac46718-0b74-11ef-bc97-c7b262605968 mon election default strategy = 3 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 mgr/cephadm/use_agent = True [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-05-06T06:52:10.477 DEBUG:teuthology.orchestra.run.smithi063:mon.a> sudo journalctl -f -n 0 -u ceph-fac46718-0b74-11ef-bc97-c7b262605968@mon.a.service 2024-05-06T06:52:10.522 DEBUG:teuthology.orchestra.run.smithi063:mgr.a> sudo journalctl -f -n 0 -u ceph-fac46718-0b74-11ef-bc97-c7b262605968@mgr.a.service 2024-05-06T06:52:10.565 INFO:tasks.cephadm:Bootstrapping... 2024-05-06T06:52:10.566 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 -v bootstrap --fsid fac46718-0b74-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.63 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-05-06T06:52:10.780 INFO:teuthology.orchestra.run.smithi063.stdout:-------------------------------------------------------------------------------- 2024-05-06T06:52:10.780 INFO:teuthology.orchestra.run.smithi063.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004', '-v', 'bootstrap', '--fsid', 'fac46718-0b74-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.63', '--skip-admin-label'] 2024-05-06T06:52:10.780 INFO:teuthology.orchestra.run.smithi063.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-05-06T06:52:10.781 INFO:teuthology.orchestra.run.smithi063.stdout:Verifying podman|docker is present... 2024-05-06T06:52:10.781 INFO:teuthology.orchestra.run.smithi063.stdout:Verifying lvm2 is present... 2024-05-06T06:52:10.781 INFO:teuthology.orchestra.run.smithi063.stdout:Verifying time synchronization is in place... 2024-05-06T06:52:10.786 INFO:teuthology.orchestra.run.smithi063.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-05-06T06:52:10.786 INFO:teuthology.orchestra.run.smithi063.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-05-06T06:52:10.792 INFO:teuthology.orchestra.run.smithi063.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-05-06T06:52:10.792 INFO:teuthology.orchestra.run.smithi063.stdout:systemctl: stdout inactive 2024-05-06T06:52:10.797 INFO:teuthology.orchestra.run.smithi063.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-05-06T06:52:10.798 INFO:teuthology.orchestra.run.smithi063.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-05-06T06:52:10.801 INFO:teuthology.orchestra.run.smithi063.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-05-06T06:52:10.801 INFO:teuthology.orchestra.run.smithi063.stdout:systemctl: stdout inactive 2024-05-06T06:52:10.805 INFO:teuthology.orchestra.run.smithi063.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-05-06T06:52:10.805 INFO:teuthology.orchestra.run.smithi063.stdout:systemctl: stdout masked 2024-05-06T06:52:10.808 INFO:teuthology.orchestra.run.smithi063.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-05-06T06:52:10.808 INFO:teuthology.orchestra.run.smithi063.stdout:systemctl: stdout inactive 2024-05-06T06:52:10.812 INFO:teuthology.orchestra.run.smithi063.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-05-06T06:52:10.812 INFO:teuthology.orchestra.run.smithi063.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-05-06T06:52:10.816 INFO:teuthology.orchestra.run.smithi063.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-05-06T06:52:10.816 INFO:teuthology.orchestra.run.smithi063.stdout:systemctl: stdout inactive 2024-05-06T06:52:10.822 INFO:teuthology.orchestra.run.smithi063.stdout:systemctl: stdout enabled 2024-05-06T06:52:10.825 INFO:teuthology.orchestra.run.smithi063.stdout:systemctl: stdout active 2024-05-06T06:52:10.825 INFO:teuthology.orchestra.run.smithi063.stdout:Unit ntp.service is enabled and running 2024-05-06T06:52:10.825 INFO:teuthology.orchestra.run.smithi063.stdout:Repeating the final host check... 2024-05-06T06:52:10.826 INFO:teuthology.orchestra.run.smithi063.stdout:docker (/usr/bin/docker) is present 2024-05-06T06:52:10.826 INFO:teuthology.orchestra.run.smithi063.stdout:systemctl is present 2024-05-06T06:52:10.826 INFO:teuthology.orchestra.run.smithi063.stdout:lvcreate is present 2024-05-06T06:52:10.828 INFO:teuthology.orchestra.run.smithi063.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-05-06T06:52:10.829 INFO:teuthology.orchestra.run.smithi063.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-05-06T06:52:10.832 INFO:teuthology.orchestra.run.smithi063.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-05-06T06:52:10.833 INFO:teuthology.orchestra.run.smithi063.stdout:systemctl: stdout inactive 2024-05-06T06:52:10.836 INFO:teuthology.orchestra.run.smithi063.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-05-06T06:52:10.836 INFO:teuthology.orchestra.run.smithi063.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-05-06T06:52:10.840 INFO:teuthology.orchestra.run.smithi063.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-05-06T06:52:10.840 INFO:teuthology.orchestra.run.smithi063.stdout:systemctl: stdout inactive 2024-05-06T06:52:10.843 INFO:teuthology.orchestra.run.smithi063.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-05-06T06:52:10.844 INFO:teuthology.orchestra.run.smithi063.stdout:systemctl: stdout masked 2024-05-06T06:52:10.847 INFO:teuthology.orchestra.run.smithi063.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-05-06T06:52:10.847 INFO:teuthology.orchestra.run.smithi063.stdout:systemctl: stdout inactive 2024-05-06T06:52:10.851 INFO:teuthology.orchestra.run.smithi063.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-05-06T06:52:10.851 INFO:teuthology.orchestra.run.smithi063.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-05-06T06:52:10.855 INFO:teuthology.orchestra.run.smithi063.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-05-06T06:52:10.856 INFO:teuthology.orchestra.run.smithi063.stdout:systemctl: stdout inactive 2024-05-06T06:52:10.859 INFO:teuthology.orchestra.run.smithi063.stdout:systemctl: stdout enabled 2024-05-06T06:52:10.864 INFO:teuthology.orchestra.run.smithi063.stdout:systemctl: stdout active 2024-05-06T06:52:10.864 INFO:teuthology.orchestra.run.smithi063.stdout:Unit ntp.service is enabled and running 2024-05-06T06:52:10.864 INFO:teuthology.orchestra.run.smithi063.stdout:Host looks OK 2024-05-06T06:52:10.864 INFO:teuthology.orchestra.run.smithi063.stdout:Cluster fsid: fac46718-0b74-11ef-bc97-c7b262605968 2024-05-06T06:52:10.865 INFO:teuthology.orchestra.run.smithi063.stdout:Acquiring lock 139850724042800 on /run/cephadm/fac46718-0b74-11ef-bc97-c7b262605968.lock 2024-05-06T06:52:10.865 INFO:teuthology.orchestra.run.smithi063.stdout:Lock 139850724042800 acquired on /run/cephadm/fac46718-0b74-11ef-bc97-c7b262605968.lock 2024-05-06T06:52:10.865 INFO:teuthology.orchestra.run.smithi063.stdout:Verifying IP 172.21.15.63 port 3300 ... 2024-05-06T06:52:10.865 INFO:teuthology.orchestra.run.smithi063.stdout:Verifying IP 172.21.15.63 port 6789 ... 2024-05-06T06:52:10.865 INFO:teuthology.orchestra.run.smithi063.stdout:Base mon IP(s) is [172.21.15.63:3300, 172.21.15.63:6789], mon addrv is [v2:172.21.15.63:3300,v1:172.21.15.63:6789] 2024-05-06T06:52:10.866 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 2024-05-06T06:52:10.866 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.63 metric 100 2024-05-06T06:52:10.866 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/sbin/ip: stdout 158.69.67.47 via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.63 metric 100 2024-05-06T06:52:10.866 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/sbin/ip: stdout 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-05-06T06:52:10.866 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.63 metric 100 2024-05-06T06:52:10.866 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/sbin/ip: stdout 172.21.0.1 dev enp3s0f1 proto dhcp scope link src 172.21.15.63 metric 100 2024-05-06T06:52:10.866 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/sbin/ip: stdout 172.21.0.2 dev enp3s0f1 proto dhcp scope link src 172.21.15.63 metric 100 2024-05-06T06:52:10.867 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/sbin/ip: stdout 172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.63 metric 100 2024-05-06T06:52:10.868 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-05-06T06:52:10.868 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-05-06T06:52:10.868 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 expires 1794sec pref medium 2024-05-06T06:52:10.870 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-05-06T06:52:10.870 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/sbin/ip: stdout inet6 ::1/128 scope host 2024-05-06T06:52:10.870 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-05-06T06:52:10.870 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-05-06T06:52:10.870 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/sbin/ip: stdout inet6 fe80::ec4:7aff:feb6:f8d7/64 scope link 2024-05-06T06:52:10.871 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-05-06T06:52:10.872 INFO:teuthology.orchestra.run.smithi063.stdout:Mon IP `172.21.15.63` is in CIDR network `172.21.0.0/20` 2024-05-06T06:52:10.872 INFO:teuthology.orchestra.run.smithi063.stdout:Mon IP `172.21.15.63` is in CIDR network `172.21.0.0/20` 2024-05-06T06:52:10.872 INFO:teuthology.orchestra.run.smithi063.stdout:Mon IP `172.21.15.63` is in CIDR network `172.21.0.1/32` 2024-05-06T06:52:10.872 INFO:teuthology.orchestra.run.smithi063.stdout:Mon IP `172.21.15.63` is in CIDR network `172.21.0.1/32` 2024-05-06T06:52:10.872 INFO:teuthology.orchestra.run.smithi063.stdout:Mon IP `172.21.15.63` is in CIDR network `172.21.0.2/32` 2024-05-06T06:52:10.872 INFO:teuthology.orchestra.run.smithi063.stdout:Mon IP `172.21.15.63` is in CIDR network `172.21.0.2/32` 2024-05-06T06:52:10.872 INFO:teuthology.orchestra.run.smithi063.stdout:Mon IP `172.21.15.63` is in CIDR network `172.21.15.254/32` 2024-05-06T06:52:10.872 INFO:teuthology.orchestra.run.smithi063.stdout:Mon IP `172.21.15.63` is in CIDR network `172.21.15.254/32` 2024-05-06T06:52:10.872 INFO:teuthology.orchestra.run.smithi063.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20', '172.21.0.1/32', '172.21.0.1/32', '172.21.0.2/32', '172.21.0.2/32', '172.21.15.254/32', '172.21.15.254/32'] 2024-05-06T06:52:10.873 INFO:teuthology.orchestra.run.smithi063.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-05-06T06:52:10.873 INFO:teuthology.orchestra.run.smithi063.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004... 2024-05-06T06:52:11.111 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/docker: stdout e08cbbf6fd79a8dd2949f340bce25e28ea3db004: Pulling from ceph-ci/ceph 2024-05-06T06:52:11.111 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/docker: stdout Digest: sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a 2024-05-06T06:52:11.111 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/docker: stdout Status: Image is up to date for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 2024-05-06T06:52:11.111 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/docker: stdout quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 2024-05-06T06:52:12.549 INFO:teuthology.orchestra.run.smithi063.stdout:ceph: stdout ceph version 19.0.0-3516-ge08cbbf6 (e08cbbf6fd79a8dd2949f340bce25e28ea3db004) squid (dev) 2024-05-06T06:52:12.550 INFO:teuthology.orchestra.run.smithi063.stdout:Ceph version: ceph version 19.0.0-3516-ge08cbbf6 (e08cbbf6fd79a8dd2949f340bce25e28ea3db004) squid (dev) 2024-05-06T06:52:12.550 INFO:teuthology.orchestra.run.smithi063.stdout:Extracting ceph user uid/gid from container image... 2024-05-06T06:52:13.847 INFO:teuthology.orchestra.run.smithi063.stdout:stat: stdout 167 167 2024-05-06T06:52:13.847 INFO:teuthology.orchestra.run.smithi063.stdout:Creating initial keys... 2024-05-06T06:52:15.067 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-authtool: stdout AQAefjhmRNk2HBAAxGCm+RwSnkZL4OfZqVqbug== 2024-05-06T06:52:16.380 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-authtool: stdout AQAffjhmMPm4LBAAAa7IheN5Axv/y/CpXEIrQg== 2024-05-06T06:52:17.661 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-authtool: stdout AQAhfjhm3KfABhAA/BzcoZjJCH0nQ2NhK9JKEg== 2024-05-06T06:52:17.662 INFO:teuthology.orchestra.run.smithi063.stdout:Creating initial monmap... 2024-05-06T06:52:18.974 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-05-06T06:52:18.974 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-05-06T06:52:18.974 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to fac46718-0b74-11ef-bc97-c7b262605968 2024-05-06T06:52:18.974 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-05-06T06:52:18.974 INFO:teuthology.orchestra.run.smithi063.stdout:monmaptool for a [v2:172.21.15.63:3300,v1:172.21.15.63:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-05-06T06:52:18.975 INFO:teuthology.orchestra.run.smithi063.stdout:setting min_mon_release = quincy 2024-05-06T06:52:18.975 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/monmaptool: set fsid to fac46718-0b74-11ef-bc97-c7b262605968 2024-05-06T06:52:18.975 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-05-06T06:52:18.975 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-06T06:52:18.975 INFO:teuthology.orchestra.run.smithi063.stdout:Creating mon... 2024-05-06T06:52:20.216 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.657+0000 7f447bdf1c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-05-06T06:52:20.216 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.657+0000 7f447bdf1c80 1 imported monmap: 2024-05-06T06:52:20.216 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr epoch 0 2024-05-06T06:52:20.216 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr fsid fac46718-0b74-11ef-bc97-c7b262605968 2024-05-06T06:52:20.216 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr last_changed 2024-05-06T06:52:18.421051+0000 2024-05-06T06:52:20.216 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr created 2024-05-06T06:52:18.421051+0000 2024-05-06T06:52:20.216 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr min_mon_release 17 (quincy) 2024-05-06T06:52:20.216 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr election_strategy: 1 2024-05-06T06:52:20.216 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] mon.a 2024-05-06T06:52:20.216 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr 2024-05-06T06:52:20.217 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.657+0000 7f447bdf1c80 0 /usr/bin/ceph-mon: set fsid to fac46718-0b74-11ef-bc97-c7b262605968 2024-05-06T06:52:20.217 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.661+0000 7f447bdf1c80 4 rocksdb: RocksDB version: 7.9.2 2024-05-06T06:52:20.217 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr 2024-05-06T06:52:20.217 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.661+0000 7f447bdf1c80 4 rocksdb: Git sha 0 2024-05-06T06:52:20.217 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.661+0000 7f447bdf1c80 4 rocksdb: Compile date 2024-05-03 20:59:59 2024-05-06T06:52:20.217 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.661+0000 7f447bdf1c80 4 rocksdb: DB SUMMARY 2024-05-06T06:52:20.217 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr 2024-05-06T06:52:20.217 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.661+0000 7f447bdf1c80 4 rocksdb: DB Session ID: 23M4XX8AAG0LVUAPT7FV 2024-05-06T06:52:20.217 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr 2024-05-06T06:52:20.217 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.661+0000 7f447bdf1c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2024-05-06T06:52:20.217 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr 2024-05-06T06:52:20.217 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.661+0000 7f447bdf1c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2024-05-06T06:52:20.217 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr 2024-05-06T06:52:20.224 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.661+0000 7f447bdf1c80 4 rocksdb: Options.error_if_exists: 0 2024-05-06T06:52:20.224 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.661+0000 7f447bdf1c80 4 rocksdb: Options.create_if_missing: 1 2024-05-06T06:52:20.224 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.661+0000 7f447bdf1c80 4 rocksdb: Options.paranoid_checks: 1 2024-05-06T06:52:20.224 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.661+0000 7f447bdf1c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-05-06T06:52:20.224 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.661+0000 7f447bdf1c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-05-06T06:52:20.224 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.661+0000 7f447bdf1c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-05-06T06:52:20.224 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.661+0000 7f447bdf1c80 4 rocksdb: Options.env: 0x558249f4bcc0 2024-05-06T06:52:20.224 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.661+0000 7f447bdf1c80 4 rocksdb: Options.fs: PosixFileSystem 2024-05-06T06:52:20.224 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.661+0000 7f447bdf1c80 4 rocksdb: Options.info_log: 0x55824a827040 2024-05-06T06:52:20.224 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.661+0000 7f447bdf1c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-05-06T06:52:20.224 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.661+0000 7f447bdf1c80 4 rocksdb: Options.statistics: (nil) 2024-05-06T06:52:20.224 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.661+0000 7f447bdf1c80 4 rocksdb: Options.use_fsync: 0 2024-05-06T06:52:20.225 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.661+0000 7f447bdf1c80 4 rocksdb: Options.max_log_file_size: 0 2024-05-06T06:52:20.225 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.661+0000 7f447bdf1c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-05-06T06:52:20.225 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.661+0000 7f447bdf1c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-05-06T06:52:20.225 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.661+0000 7f447bdf1c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-05-06T06:52:20.225 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.661+0000 7f447bdf1c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-05-06T06:52:20.225 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.661+0000 7f447bdf1c80 4 rocksdb: Options.allow_fallocate: 1 2024-05-06T06:52:20.225 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.661+0000 7f447bdf1c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-05-06T06:52:20.225 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.661+0000 7f447bdf1c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-05-06T06:52:20.225 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.661+0000 7f447bdf1c80 4 rocksdb: Options.use_direct_reads: 0 2024-05-06T06:52:20.225 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.661+0000 7f447bdf1c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-05-06T06:52:20.225 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.661+0000 7f447bdf1c80 4 rocksdb: Options.create_missing_column_families: 0 2024-05-06T06:52:20.225 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.661+0000 7f447bdf1c80 4 rocksdb: Options.db_log_dir: 2024-05-06T06:52:20.225 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.661+0000 7f447bdf1c80 4 rocksdb: Options.wal_dir: 2024-05-06T06:52:20.225 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.661+0000 7f447bdf1c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-05-06T06:52:20.226 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.661+0000 7f447bdf1c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-05-06T06:52:20.226 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.661+0000 7f447bdf1c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-05-06T06:52:20.226 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.661+0000 7f447bdf1c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-05-06T06:52:20.226 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.661+0000 7f447bdf1c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-05-06T06:52:20.226 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.661+0000 7f447bdf1c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-05-06T06:52:20.226 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.661+0000 7f447bdf1c80 4 rocksdb: Options.advise_random_on_open: 1 2024-05-06T06:52:20.226 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.661+0000 7f447bdf1c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-05-06T06:52:20.226 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.661+0000 7f447bdf1c80 4 rocksdb: Options.write_buffer_manager: 0x55824a7f6aa0 2024-05-06T06:52:20.226 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.661+0000 7f447bdf1c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-05-06T06:52:20.226 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.661+0000 7f447bdf1c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-05-06T06:52:20.226 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.661+0000 7f447bdf1c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-05-06T06:52:20.226 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.661+0000 7f447bdf1c80 4 rocksdb: Options.rate_limiter: (nil) 2024-05-06T06:52:20.226 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.661+0000 7f447bdf1c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-05-06T06:52:20.227 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.661+0000 7f447bdf1c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-05-06T06:52:20.227 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.661+0000 7f447bdf1c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-05-06T06:52:20.227 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.661+0000 7f447bdf1c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-05-06T06:52:20.227 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.661+0000 7f447bdf1c80 4 rocksdb: Options.unordered_write: 0 2024-05-06T06:52:20.227 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.661+0000 7f447bdf1c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-05-06T06:52:20.227 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.661+0000 7f447bdf1c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-05-06T06:52:20.227 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.661+0000 7f447bdf1c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-05-06T06:52:20.227 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.661+0000 7f447bdf1c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-05-06T06:52:20.227 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.661+0000 7f447bdf1c80 4 rocksdb: Options.row_cache: None 2024-05-06T06:52:20.227 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.661+0000 7f447bdf1c80 4 rocksdb: Options.wal_filter: None 2024-05-06T06:52:20.227 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.661+0000 7f447bdf1c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-05-06T06:52:20.238 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.661+0000 7f447bdf1c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-05-06T06:52:20.238 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.661+0000 7f447bdf1c80 4 rocksdb: Options.two_write_queues: 0 2024-05-06T06:52:20.238 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.661+0000 7f447bdf1c80 4 rocksdb: Options.manual_wal_flush: 0 2024-05-06T06:52:20.238 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.661+0000 7f447bdf1c80 4 rocksdb: Options.wal_compression: 0 2024-05-06T06:52:20.238 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.661+0000 7f447bdf1c80 4 rocksdb: Options.atomic_flush: 0 2024-05-06T06:52:20.238 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.661+0000 7f447bdf1c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-05-06T06:52:20.238 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.661+0000 7f447bdf1c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-05-06T06:52:20.238 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.661+0000 7f447bdf1c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-05-06T06:52:20.238 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.661+0000 7f447bdf1c80 4 rocksdb: Options.log_readahead_size: 0 2024-05-06T06:52:20.239 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.661+0000 7f447bdf1c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-05-06T06:52:20.239 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.661+0000 7f447bdf1c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-05-06T06:52:20.239 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.661+0000 7f447bdf1c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-05-06T06:52:20.239 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.661+0000 7f447bdf1c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-05-06T06:52:20.239 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.661+0000 7f447bdf1c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-05-06T06:52:20.239 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.661+0000 7f447bdf1c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-05-06T06:52:20.239 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.661+0000 7f447bdf1c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-05-06T06:52:20.239 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.661+0000 7f447bdf1c80 4 rocksdb: Options.max_background_jobs: 2 2024-05-06T06:52:20.239 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.661+0000 7f447bdf1c80 4 rocksdb: Options.max_background_compactions: -1 2024-05-06T06:52:20.239 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.661+0000 7f447bdf1c80 4 rocksdb: Options.max_subcompactions: 1 2024-05-06T06:52:20.239 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.661+0000 7f447bdf1c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-05-06T06:52:20.239 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.661+0000 7f447bdf1c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-05-06T06:52:20.240 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.661+0000 7f447bdf1c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-05-06T06:52:20.240 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.661+0000 7f447bdf1c80 4 rocksdb: Options.max_total_wal_size: 0 2024-05-06T06:52:20.240 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.661+0000 7f447bdf1c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-05-06T06:52:20.240 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.661+0000 7f447bdf1c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-05-06T06:52:20.240 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.661+0000 7f447bdf1c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-05-06T06:52:20.240 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.661+0000 7f447bdf1c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-05-06T06:52:20.240 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.661+0000 7f447bdf1c80 4 rocksdb: Options.max_open_files: -1 2024-05-06T06:52:20.240 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.661+0000 7f447bdf1c80 4 rocksdb: Options.bytes_per_sync: 0 2024-05-06T06:52:20.240 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.661+0000 7f447bdf1c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-05-06T06:52:20.240 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.661+0000 7f447bdf1c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-05-06T06:52:20.241 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.661+0000 7f447bdf1c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-05-06T06:52:20.241 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.661+0000 7f447bdf1c80 4 rocksdb: Options.max_background_flushes: -1 2024-05-06T06:52:20.241 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.661+0000 7f447bdf1c80 4 rocksdb: Compression algorithms supported: 2024-05-06T06:52:20.241 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.661+0000 7f447bdf1c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-05-06T06:52:20.241 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.661+0000 7f447bdf1c80 4 rocksdb: kZSTD supported: 0 2024-05-06T06:52:20.241 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.661+0000 7f447bdf1c80 4 rocksdb: kXpressCompression supported: 0 2024-05-06T06:52:20.241 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.661+0000 7f447bdf1c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-05-06T06:52:20.242 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.661+0000 7f447bdf1c80 4 rocksdb: kZlibCompression supported: 1 2024-05-06T06:52:20.242 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.661+0000 7f447bdf1c80 4 rocksdb: kSnappyCompression supported: 1 2024-05-06T06:52:20.242 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.661+0000 7f447bdf1c80 4 rocksdb: kLZ4Compression supported: 1 2024-05-06T06:52:20.242 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.661+0000 7f447bdf1c80 4 rocksdb: kBZip2Compression supported: 0 2024-05-06T06:52:20.242 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.661+0000 7f447bdf1c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-05-06T06:52:20.242 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.661+0000 7f447bdf1c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-05-06T06:52:20.242 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.661+0000 7f447bdf1c80 4 rocksdb: [db/db_impl/db_impl_open.cc:317] Creating manifest 1 2024-05-06T06:52:20.243 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr 2024-05-06T06:52:20.243 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.665+0000 7f447bdf1c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2024-05-06T06:52:20.243 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr 2024-05-06T06:52:20.243 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.665+0000 7f447bdf1c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-05-06T06:52:20.243 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr 2024-05-06T06:52:20.243 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.665+0000 7f447bdf1c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-05-06T06:52:20.243 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.665+0000 7f447bdf1c80 4 rocksdb: Options.merge_operator: 2024-05-06T06:52:20.243 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.665+0000 7f447bdf1c80 4 rocksdb: Options.compaction_filter: None 2024-05-06T06:52:20.243 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.665+0000 7f447bdf1c80 4 rocksdb: Options.compaction_filter_factory: None 2024-05-06T06:52:20.243 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.665+0000 7f447bdf1c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-05-06T06:52:20.243 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.665+0000 7f447bdf1c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-05-06T06:52:20.244 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.665+0000 7f447bdf1c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-05-06T06:52:20.244 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.665+0000 7f447bdf1c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55824a827200) 2024-05-06T06:52:20.244 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2024-05-06T06:52:20.244 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 0 2024-05-06T06:52:20.244 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-05-06T06:52:20.244 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2024-05-06T06:52:20.245 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr index_type: 0 2024-05-06T06:52:20.245 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2024-05-06T06:52:20.245 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr index_shortening: 1 2024-05-06T06:52:20.245 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2024-05-06T06:52:20.245 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr checksum: 4 2024-05-06T06:52:20.245 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr no_block_cache: 0 2024-05-06T06:52:20.245 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr block_cache: 0x55824a8291f0 2024-05-06T06:52:20.245 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2024-05-06T06:52:20.245 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr block_cache_options: 2024-05-06T06:52:20.246 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr capacity : 536870912 2024-05-06T06:52:20.246 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2024-05-06T06:52:20.246 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2024-05-06T06:52:20.246 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2024-05-06T06:52:20.246 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2024-05-06T06:52:20.246 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2024-05-06T06:52:20.246 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr block_size: 4096 2024-05-06T06:52:20.246 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2024-05-06T06:52:20.246 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2024-05-06T06:52:20.246 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2024-05-06T06:52:20.246 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2024-05-06T06:52:20.251 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr partition_filters: 0 2024-05-06T06:52:20.251 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2024-05-06T06:52:20.251 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr filter_policy: bloomfilter 2024-05-06T06:52:20.251 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2024-05-06T06:52:20.251 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr verify_compression: 0 2024-05-06T06:52:20.251 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2024-05-06T06:52:20.251 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr format_version: 5 2024-05-06T06:52:20.268 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2024-05-06T06:52:20.269 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr block_align: 0 2024-05-06T06:52:20.269 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr max_auto_readahead_size: 262144 2024-05-06T06:52:20.269 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr prepopulate_block_cache: 0 2024-05-06T06:52:20.269 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr initial_auto_readahead_size: 8192 2024-05-06T06:52:20.269 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr num_file_reads_for_auto_readahead: 2 2024-05-06T06:52:20.269 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr 2024-05-06T06:52:20.269 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.665+0000 7f447bdf1c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-05-06T06:52:20.269 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.665+0000 7f447bdf1c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-05-06T06:52:20.269 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.665+0000 7f447bdf1c80 4 rocksdb: Options.compression: NoCompression 2024-05-06T06:52:20.269 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.665+0000 7f447bdf1c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-05-06T06:52:20.269 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.665+0000 7f447bdf1c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-05-06T06:52:20.269 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.665+0000 7f447bdf1c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-05-06T06:52:20.269 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.665+0000 7f447bdf1c80 4 rocksdb: Options.num_levels: 7 2024-05-06T06:52:20.270 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.665+0000 7f447bdf1c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-05-06T06:52:20.270 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.665+0000 7f447bdf1c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-05-06T06:52:20.270 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.665+0000 7f447bdf1c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-05-06T06:52:20.270 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.665+0000 7f447bdf1c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-05-06T06:52:20.270 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.665+0000 7f447bdf1c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-05-06T06:52:20.270 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.665+0000 7f447bdf1c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-05-06T06:52:20.270 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.665+0000 7f447bdf1c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-05-06T06:52:20.270 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.665+0000 7f447bdf1c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-05-06T06:52:20.270 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.665+0000 7f447bdf1c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-05-06T06:52:20.270 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.665+0000 7f447bdf1c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-05-06T06:52:20.270 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.665+0000 7f447bdf1c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-05-06T06:52:20.270 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.665+0000 7f447bdf1c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-05-06T06:52:20.270 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.665+0000 7f447bdf1c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-05-06T06:52:20.270 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.665+0000 7f447bdf1c80 4 rocksdb: Options.compression_opts.level: 32767 2024-05-06T06:52:20.271 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.665+0000 7f447bdf1c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-05-06T06:52:20.271 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.665+0000 7f447bdf1c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-05-06T06:52:20.271 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.665+0000 7f447bdf1c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-05-06T06:52:20.271 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.665+0000 7f447bdf1c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-05-06T06:52:20.271 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.665+0000 7f447bdf1c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-05-06T06:52:20.271 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.665+0000 7f447bdf1c80 4 rocksdb: Options.compression_opts.enabled: false 2024-05-06T06:52:20.271 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.665+0000 7f447bdf1c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-05-06T06:52:20.271 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.665+0000 7f447bdf1c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-05-06T06:52:20.271 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.665+0000 7f447bdf1c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-05-06T06:52:20.271 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.665+0000 7f447bdf1c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-05-06T06:52:20.271 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.665+0000 7f447bdf1c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-05-06T06:52:20.271 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.665+0000 7f447bdf1c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-05-06T06:52:20.271 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.665+0000 7f447bdf1c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-05-06T06:52:20.272 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.665+0000 7f447bdf1c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-05-06T06:52:20.272 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.665+0000 7f447bdf1c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-05-06T06:52:20.272 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.665+0000 7f447bdf1c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-05-06T06:52:20.272 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.665+0000 7f447bdf1c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-05-06T06:52:20.272 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.665+0000 7f447bdf1c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-05-06T06:52:20.272 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.665+0000 7f447bdf1c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-05-06T06:52:20.272 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.665+0000 7f447bdf1c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-05-06T06:52:20.272 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.665+0000 7f447bdf1c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-05-06T06:52:20.272 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.665+0000 7f447bdf1c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-05-06T06:52:20.272 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.665+0000 7f447bdf1c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-05-06T06:52:20.272 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.665+0000 7f447bdf1c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-05-06T06:52:20.272 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.665+0000 7f447bdf1c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-05-06T06:52:20.272 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.665+0000 7f447bdf1c80 4 rocksdb: Options.arena_block_size: 1048576 2024-05-06T06:52:20.272 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.665+0000 7f447bdf1c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-05-06T06:52:20.273 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.665+0000 7f447bdf1c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-05-06T06:52:20.273 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.665+0000 7f447bdf1c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-05-06T06:52:20.273 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.665+0000 7f447bdf1c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-05-06T06:52:20.273 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.665+0000 7f447bdf1c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-05-06T06:52:20.273 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.665+0000 7f447bdf1c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-05-06T06:52:20.273 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.665+0000 7f447bdf1c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-05-06T06:52:20.273 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.665+0000 7f447bdf1c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-05-06T06:52:20.273 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.665+0000 7f447bdf1c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-05-06T06:52:20.273 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.665+0000 7f447bdf1c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-05-06T06:52:20.273 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.665+0000 7f447bdf1c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-05-06T06:52:20.273 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.665+0000 7f447bdf1c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-05-06T06:52:20.273 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.665+0000 7f447bdf1c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-05-06T06:52:20.273 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.665+0000 7f447bdf1c80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-05-06T06:52:20.274 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.665+0000 7f447bdf1c80 4 rocksdb: Options.inplace_update_support: 0 2024-05-06T06:52:20.274 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.665+0000 7f447bdf1c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-05-06T06:52:20.274 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.665+0000 7f447bdf1c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-05-06T06:52:20.274 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.665+0000 7f447bdf1c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-05-06T06:52:20.274 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.665+0000 7f447bdf1c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-05-06T06:52:20.274 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.665+0000 7f447bdf1c80 4 rocksdb: Options.bloom_locality: 0 2024-05-06T06:52:20.274 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.665+0000 7f447bdf1c80 4 rocksdb: Options.max_successive_merges: 0 2024-05-06T06:52:20.274 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.665+0000 7f447bdf1c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-05-06T06:52:20.274 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.665+0000 7f447bdf1c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-05-06T06:52:20.274 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.665+0000 7f447bdf1c80 4 rocksdb: Options.force_consistency_checks: 1 2024-05-06T06:52:20.274 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.665+0000 7f447bdf1c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-05-06T06:52:20.274 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.665+0000 7f447bdf1c80 4 rocksdb: Options.ttl: 2592000 2024-05-06T06:52:20.274 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.665+0000 7f447bdf1c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-05-06T06:52:20.275 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.665+0000 7f447bdf1c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-05-06T06:52:20.275 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.665+0000 7f447bdf1c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-05-06T06:52:20.275 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.665+0000 7f447bdf1c80 4 rocksdb: Options.enable_blob_files: false 2024-05-06T06:52:20.275 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.665+0000 7f447bdf1c80 4 rocksdb: Options.min_blob_size: 0 2024-05-06T06:52:20.275 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.665+0000 7f447bdf1c80 4 rocksdb: Options.blob_file_size: 268435456 2024-05-06T06:52:20.275 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.665+0000 7f447bdf1c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-05-06T06:52:20.275 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.665+0000 7f447bdf1c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-05-06T06:52:20.275 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.665+0000 7f447bdf1c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-05-06T06:52:20.275 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.665+0000 7f447bdf1c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-05-06T06:52:20.275 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.665+0000 7f447bdf1c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-05-06T06:52:20.275 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.665+0000 7f447bdf1c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-05-06T06:52:20.275 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.665+0000 7f447bdf1c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-05-06T06:52:20.275 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.665+0000 7f447bdf1c80 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-06T06:52:20.276 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr 2024-05-06T06:52:20.276 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.665+0000 7f447bdf1c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-05-06T06:52:20.276 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr 2024-05-06T06:52:20.276 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.665+0000 7f447bdf1c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: f788ea11-7752-4d41-a725-698967728908 2024-05-06T06:52:20.276 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr 2024-05-06T06:52:20.276 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.665+0000 7f447bdf1c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 5 2024-05-06T06:52:20.276 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr 2024-05-06T06:52:20.276 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.665+0000 7f447bdf1c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55824a920000 2024-05-06T06:52:20.276 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.665+0000 7f447bdf1c80 4 rocksdb: DB pointer 0x55824a910000 2024-05-06T06:52:20.276 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.665+0000 7f446bf50700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-05-06T06:52:20.276 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.665+0000 7f446bf50700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-05-06T06:52:20.276 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr ** DB Stats ** 2024-05-06T06:52:20.276 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-05-06T06:52:20.276 INFO:teuthology.orchestra.run.smithi063.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-06T06:52:20.277 INFO:teuthology.orchestra.run.smithi063.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-06T06:52:20.277 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-06T06:52:20.277 INFO:teuthology.orchestra.run.smithi063.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-06T06:52:20.277 INFO:teuthology.orchestra.run.smithi063.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-06T06:52:20.277 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-06T06:52:20.277 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr 2024-05-06T06:52:20.277 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-05-06T06:52:20.277 INFO:teuthology.orchestra.run.smithi063.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-06T06:52:20.277 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-05-06T06:52:20.277 INFO:teuthology.orchestra.run.smithi063.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-06T06:52:20.277 INFO:teuthology.orchestra.run.smithi063.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-06T06:52:20.277 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr 2024-05-06T06:52:20.277 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-05-06T06:52:20.277 INFO:teuthology.orchestra.run.smithi063.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-06T06:52:20.278 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-05-06T06:52:20.278 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr 2024-05-06T06:52:20.278 INFO:teuthology.orchestra.run.smithi063.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-06T06:52:20.278 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr 2024-05-06T06:52:20.278 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-05-06T06:52:20.278 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-05-06T06:52:20.278 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-05-06T06:52:20.278 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-05-06T06:52:20.278 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-05-06T06:52:20.278 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-05-06T06:52:20.278 INFO:teuthology.orchestra.run.smithi063.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-06T06:52:20.278 INFO:teuthology.orchestra.run.smithi063.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-06T06:52:20.278 INFO:teuthology.orchestra.run.smithi063.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-06T06:52:20.278 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr Block cache BinnedLRUCache@0x55824a8291f0#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-06T06:52:20.279 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr Block cache entry stats(count,size,portion): Misc(1,0.00 KB,0%) 2024-05-06T06:52:20.279 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr 2024-05-06T06:52:20.279 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-05-06T06:52:20.279 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr 2024-05-06T06:52:20.279 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.669+0000 7f447bdf1c80 4 rocksdb: [db/db_impl/db_impl.cc:496] Shutdown: canceling all background work 2024-05-06T06:52:20.279 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.669+0000 7f447bdf1c80 4 rocksdb: [db/db_impl/db_impl.cc:704] Shutdown complete 2024-05-06T06:52:20.279 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T06:52:19.669+0000 7f447bdf1c80 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2024-05-06T06:52:20.279 INFO:teuthology.orchestra.run.smithi063.stdout:create mon.a on 2024-05-06T06:52:20.505 INFO:teuthology.orchestra.run.smithi063.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph.target. 2024-05-06T06:52:20.701 INFO:teuthology.orchestra.run.smithi063.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-05-06T06:52:20.923 INFO:teuthology.orchestra.run.smithi063.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-fac46718-0b74-11ef-bc97-c7b262605968.target -> /etc/systemd/system/ceph-fac46718-0b74-11ef-bc97-c7b262605968.target. 2024-05-06T06:52:20.923 INFO:teuthology.orchestra.run.smithi063.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-fac46718-0b74-11ef-bc97-c7b262605968.target -> /etc/systemd/system/ceph-fac46718-0b74-11ef-bc97-c7b262605968.target. 2024-05-06T06:52:21.199 INFO:teuthology.orchestra.run.smithi063.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-fac46718-0b74-11ef-bc97-c7b262605968@mon.a 2024-05-06T06:52:21.200 INFO:teuthology.orchestra.run.smithi063.stdout:systemctl: stderr Failed to reset failed state of unit ceph-fac46718-0b74-11ef-bc97-c7b262605968@mon.a.service: Unit ceph-fac46718-0b74-11ef-bc97-c7b262605968@mon.a.service not loaded. 2024-05-06T06:52:21.397 INFO:teuthology.orchestra.run.smithi063.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-fac46718-0b74-11ef-bc97-c7b262605968.target.wants/ceph-fac46718-0b74-11ef-bc97-c7b262605968@mon.a.service -> /etc/systemd/system/ceph-fac46718-0b74-11ef-bc97-c7b262605968@.service. 2024-05-06T06:52:21.407 INFO:teuthology.orchestra.run.smithi063.stdout:firewalld does not appear to be present 2024-05-06T06:52:21.407 INFO:teuthology.orchestra.run.smithi063.stdout:Not possible to enable service . firewalld.service is not available 2024-05-06T06:52:21.408 INFO:teuthology.orchestra.run.smithi063.stdout:Waiting for mon to start... 2024-05-06T06:52:21.408 INFO:teuthology.orchestra.run.smithi063.stdout:Waiting for mon... 2024-05-06T06:52:22.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:22 smithi063 bash[21097]: cluster 2024-05-06T06:52:22.726873+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-05-06T06:52:23.496 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout cluster: 2024-05-06T06:52:23.496 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout id: fac46718-0b74-11ef-bc97-c7b262605968 2024-05-06T06:52:23.496 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-05-06T06:52:23.496 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout 2024-05-06T06:52:23.497 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout services: 2024-05-06T06:52:23.497 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.1844s) 2024-05-06T06:52:23.499 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-05-06T06:52:23.499 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-05-06T06:52:23.499 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout 2024-05-06T06:52:23.499 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout data: 2024-05-06T06:52:23.499 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-05-06T06:52:23.499 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-05-06T06:52:23.499 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-05-06T06:52:23.499 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout pgs: 2024-05-06T06:52:23.499 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout 2024-05-06T06:52:23.499 INFO:teuthology.orchestra.run.smithi063.stdout:mon is available 2024-05-06T06:52:23.500 INFO:teuthology.orchestra.run.smithi063.stdout:Assimilating anything we can from ceph.conf... 2024-05-06T06:52:23.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:23 smithi063 bash[21097]: cluster 2024-05-06T06:52:22.730381+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-05-06T06:52:23.833 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:23 smithi063 bash[21097]: cluster 2024-05-06T06:52:22.730381+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-05-06T06:52:23.833 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:23 smithi063 bash[21097]: cluster 2024-05-06T06:52:22.730570+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 1 2024-05-06T06:52:23.833 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:23 smithi063 bash[21097]: cluster 2024-05-06T06:52:22.730570+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 1 2024-05-06T06:52:23.833 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:23 smithi063 bash[21097]: cluster 2024-05-06T06:52:22.730582+0000 mon.a (mon.0) 4 : cluster [DBG] fsid fac46718-0b74-11ef-bc97-c7b262605968 2024-05-06T06:52:23.833 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:23 smithi063 bash[21097]: cluster 2024-05-06T06:52:22.730582+0000 mon.a (mon.0) 4 : cluster [DBG] fsid fac46718-0b74-11ef-bc97-c7b262605968 2024-05-06T06:52:23.833 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:23 smithi063 bash[21097]: cluster 2024-05-06T06:52:22.730590+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-05-06T06:52:18.421051+0000 2024-05-06T06:52:23.833 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:23 smithi063 bash[21097]: cluster 2024-05-06T06:52:22.730590+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-05-06T06:52:18.421051+0000 2024-05-06T06:52:23.833 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:23 smithi063 bash[21097]: cluster 2024-05-06T06:52:22.730602+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-05-06T06:52:18.421051+0000 2024-05-06T06:52:23.833 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:23 smithi063 bash[21097]: cluster 2024-05-06T06:52:22.730602+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-05-06T06:52:18.421051+0000 2024-05-06T06:52:23.834 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:23 smithi063 bash[21097]: cluster 2024-05-06T06:52:22.730610+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-05-06T06:52:23.834 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:23 smithi063 bash[21097]: cluster 2024-05-06T06:52:22.730610+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-05-06T06:52:23.834 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:23 smithi063 bash[21097]: cluster 2024-05-06T06:52:22.730618+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-05-06T06:52:23.834 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:23 smithi063 bash[21097]: cluster 2024-05-06T06:52:22.730618+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-05-06T06:52:23.834 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:23 smithi063 bash[21097]: cluster 2024-05-06T06:52:22.730627+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] mon.a 2024-05-06T06:52:23.834 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:23 smithi063 bash[21097]: cluster 2024-05-06T06:52:22.730627+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] mon.a 2024-05-06T06:52:23.834 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:23 smithi063 bash[21097]: cluster 2024-05-06T06:52:22.732850+0000 mon.a (mon.0) 10 : cluster [DBG] fsmap 2024-05-06T06:52:23.834 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:23 smithi063 bash[21097]: cluster 2024-05-06T06:52:22.732850+0000 mon.a (mon.0) 10 : cluster [DBG] fsmap 2024-05-06T06:52:23.834 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:23 smithi063 bash[21097]: cluster 2024-05-06T06:52:22.735117+0000 mon.a (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-05-06T06:52:23.834 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:23 smithi063 bash[21097]: cluster 2024-05-06T06:52:22.735117+0000 mon.a (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-05-06T06:52:23.834 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:23 smithi063 bash[21097]: cluster 2024-05-06T06:52:22.735604+0000 mon.a (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2024-05-06T06:52:23.835 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:23 smithi063 bash[21097]: cluster 2024-05-06T06:52:22.735604+0000 mon.a (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2024-05-06T06:52:23.835 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:23 smithi063 bash[21097]: audit 2024-05-06T06:52:22.914717+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.63:0/1500262224' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-05-06T06:52:23.835 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:23 smithi063 bash[21097]: audit 2024-05-06T06:52:22.914717+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.63:0/1500262224' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-05-06T06:52:25.039 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout 2024-05-06T06:52:25.039 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout [global] 2024-05-06T06:52:25.040 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout fsid = fac46718-0b74-11ef-bc97-c7b262605968 2024-05-06T06:52:25.040 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-05-06T06:52:25.040 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.63:3300,v1:172.21.15.63:6789] 2024-05-06T06:52:25.040 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-05-06T06:52:25.040 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-05-06T06:52:25.040 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-05-06T06:52:25.040 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-05-06T06:52:25.040 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout 2024-05-06T06:52:25.040 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout [mgr] 2024-05-06T06:52:25.040 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = True 2024-05-06T06:52:25.040 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-05-06T06:52:25.040 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout 2024-05-06T06:52:25.040 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout [osd] 2024-05-06T06:52:25.041 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-05-06T06:52:25.041 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-05-06T06:52:25.041 INFO:teuthology.orchestra.run.smithi063.stdout:Generating new minimal ceph.conf... 2024-05-06T06:52:25.061 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:24 smithi063 bash[21097]: audit 2024-05-06T06:52:24.459819+0000 mon.a (mon.0) 14 : audit [INF] from='client.? 172.21.15.63:0/3074765767' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-05-06T06:52:25.062 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:24 smithi063 bash[21097]: audit 2024-05-06T06:52:24.459819+0000 mon.a (mon.0) 14 : audit [INF] from='client.? 172.21.15.63:0/3074765767' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-05-06T06:52:25.062 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:24 smithi063 bash[21097]: audit 2024-05-06T06:52:24.463547+0000 mon.a (mon.0) 15 : audit [INF] from='client.? 172.21.15.63:0/3074765767' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-05-06T06:52:25.062 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:24 smithi063 bash[21097]: audit 2024-05-06T06:52:24.463547+0000 mon.a (mon.0) 15 : audit [INF] from='client.? 172.21.15.63:0/3074765767' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-05-06T06:52:26.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:26 smithi063 bash[21097]: audit 2024-05-06T06:52:26.096081+0000 mon.a (mon.0) 16 : audit [DBG] from='client.? 172.21.15.63:0/1108257851' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:52:26.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:26 smithi063 bash[21097]: audit 2024-05-06T06:52:26.096081+0000 mon.a (mon.0) 16 : audit [DBG] from='client.? 172.21.15.63:0/1108257851' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:52:26.641 INFO:teuthology.orchestra.run.smithi063.stdout:Restarting the monitor... 2024-05-06T06:52:27.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:26 smithi063 systemd[1]: Stopping Ceph mon.a for fac46718-0b74-11ef-bc97-c7b262605968... 2024-05-06T06:52:27.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:26 smithi063 bash[21097]: debug 2024-05-06T06:52:26.757+0000 7f851c080700 -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-06T06:52:27.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:26 smithi063 bash[21097]: debug 2024-05-06T06:52:26.757+0000 7f851c080700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-05-06T06:52:27.544 INFO:teuthology.orchestra.run.smithi063.stdout:Setting public_network to 172.21.0.1/32,172.21.0.0/20,172.21.15.254/32,172.21.0.2/32 in mon config section 2024-05-06T06:52:27.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:27 smithi063 bash[21485]: ceph-fac46718-0b74-11ef-bc97-c7b262605968-mon-a 2024-05-06T06:52:27.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:27 smithi063 bash[21545]: Error response from daemon: No such container: ceph-fac46718-0b74-11ef-bc97-c7b262605968-mon-a 2024-05-06T06:52:27.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:27 smithi063 systemd[1]: ceph-fac46718-0b74-11ef-bc97-c7b262605968@mon.a.service: Deactivated successfully. 2024-05-06T06:52:27.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:27 smithi063 systemd[1]: Stopped Ceph mon.a for fac46718-0b74-11ef-bc97-c7b262605968. 2024-05-06T06:52:27.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:27 smithi063 systemd[1]: Started Ceph mon.a for fac46718-0b74-11ef-bc97-c7b262605968. 2024-05-06T06:52:28.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.593+0000 7fa64d738c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-05-06T06:52:28.833 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.593+0000 7fa64d738c80 0 ceph version 19.0.0-3516-ge08cbbf6 (e08cbbf6fd79a8dd2949f340bce25e28ea3db004) squid (dev), process ceph-mon, pid 7 2024-05-06T06:52:28.833 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.593+0000 7fa64d738c80 0 pidfile_write: ignore empty --pid-file 2024-05-06T06:52:28.833 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 0 load: jerasure load: lrc 2024-05-06T06:52:28.833 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: RocksDB version: 7.9.2 2024-05-06T06:52:28.833 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Git sha 0 2024-05-06T06:52:28.833 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Compile date 2024-05-03 20:59:59 2024-05-06T06:52:28.833 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: DB SUMMARY 2024-05-06T06:52:28.833 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: DB Session ID: EVVQRARW4L96Y5O978G8 2024-05-06T06:52:28.833 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: CURRENT file: CURRENT 2024-05-06T06:52:28.833 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: IDENTITY file: IDENTITY 2024-05-06T06:52:28.833 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-05-06T06:52:28.834 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-05-06T06:52:28.834 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 88549 ; 2024-05-06T06:52:28.834 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.error_if_exists: 0 2024-05-06T06:52:28.834 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.create_if_missing: 0 2024-05-06T06:52:28.834 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.paranoid_checks: 1 2024-05-06T06:52:28.834 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-05-06T06:52:28.834 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-05-06T06:52:28.834 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-05-06T06:52:28.834 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.env: 0x5566641d3cc0 2024-05-06T06:52:28.834 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.fs: PosixFileSystem 2024-05-06T06:52:28.834 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.info_log: 0x556664ba5de0 2024-05-06T06:52:28.834 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-05-06T06:52:28.834 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.statistics: (nil) 2024-05-06T06:52:28.835 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.use_fsync: 0 2024-05-06T06:52:28.835 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.max_log_file_size: 0 2024-05-06T06:52:28.835 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-05-06T06:52:28.835 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-05-06T06:52:28.835 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-05-06T06:52:28.836 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-05-06T06:52:28.836 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.allow_fallocate: 1 2024-05-06T06:52:28.836 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-05-06T06:52:28.836 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-05-06T06:52:28.836 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.use_direct_reads: 0 2024-05-06T06:52:28.836 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-05-06T06:52:28.836 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.create_missing_column_families: 0 2024-05-06T06:52:28.836 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.db_log_dir: 2024-05-06T06:52:28.836 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.wal_dir: 2024-05-06T06:52:28.836 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-05-06T06:52:28.836 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-05-06T06:52:28.836 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-05-06T06:52:28.836 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-05-06T06:52:28.837 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-05-06T06:52:28.837 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-05-06T06:52:28.837 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.advise_random_on_open: 1 2024-05-06T06:52:28.837 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-05-06T06:52:28.837 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.write_buffer_manager: 0x556664b770e0 2024-05-06T06:52:28.837 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-05-06T06:52:28.837 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-05-06T06:52:28.837 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-05-06T06:52:28.837 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.rate_limiter: (nil) 2024-05-06T06:52:28.837 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-05-06T06:52:28.837 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-05-06T06:52:28.837 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-05-06T06:52:28.838 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-05-06T06:52:28.838 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.unordered_write: 0 2024-05-06T06:52:28.838 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-05-06T06:52:28.838 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-05-06T06:52:28.838 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-05-06T06:52:28.838 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-05-06T06:52:28.838 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.row_cache: None 2024-05-06T06:52:28.838 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.wal_filter: None 2024-05-06T06:52:28.838 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-05-06T06:52:28.838 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-05-06T06:52:28.838 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.two_write_queues: 0 2024-05-06T06:52:28.838 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.manual_wal_flush: 0 2024-05-06T06:52:28.838 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.wal_compression: 0 2024-05-06T06:52:28.839 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.atomic_flush: 0 2024-05-06T06:52:28.839 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-05-06T06:52:28.839 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-05-06T06:52:28.839 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-05-06T06:52:28.839 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.log_readahead_size: 0 2024-05-06T06:52:28.839 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-05-06T06:52:28.839 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-05-06T06:52:28.839 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-05-06T06:52:28.839 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-05-06T06:52:28.839 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-05-06T06:52:28.839 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-05-06T06:52:28.839 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-05-06T06:52:28.839 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.max_background_jobs: 2 2024-05-06T06:52:28.839 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.max_background_compactions: -1 2024-05-06T06:52:28.840 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.max_subcompactions: 1 2024-05-06T06:52:28.840 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-05-06T06:52:28.840 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-05-06T06:52:28.840 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-05-06T06:52:28.840 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.max_total_wal_size: 0 2024-05-06T06:52:28.840 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-05-06T06:52:28.840 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-05-06T06:52:28.840 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-05-06T06:52:28.840 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-05-06T06:52:28.840 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.max_open_files: -1 2024-05-06T06:52:28.840 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.bytes_per_sync: 0 2024-05-06T06:52:28.840 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-05-06T06:52:28.840 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-05-06T06:52:28.841 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-05-06T06:52:28.841 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.max_background_flushes: -1 2024-05-06T06:52:28.841 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Compression algorithms supported: 2024-05-06T06:52:28.841 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-05-06T06:52:28.841 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: kZSTD supported: 0 2024-05-06T06:52:28.841 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: kXpressCompression supported: 0 2024-05-06T06:52:28.841 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-05-06T06:52:28.841 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: kZlibCompression supported: 1 2024-05-06T06:52:28.841 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: kSnappyCompression supported: 1 2024-05-06T06:52:28.841 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: kLZ4Compression supported: 1 2024-05-06T06:52:28.841 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: kBZip2Compression supported: 0 2024-05-06T06:52:28.841 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-05-06T06:52:28.841 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-05-06T06:52:28.841 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-05-06T06:52:28.843 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-05-06T06:52:28.843 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-05-06T06:52:28.843 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.merge_operator: 2024-05-06T06:52:28.843 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.compaction_filter: None 2024-05-06T06:52:28.843 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.compaction_filter_factory: None 2024-05-06T06:52:28.843 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-05-06T06:52:28.843 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-05-06T06:52:28.843 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-05-06T06:52:28.843 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x556664ba5fa0) 2024-05-06T06:52:28.844 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: cache_index_and_filter_blocks: 1 2024-05-06T06:52:28.844 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: cache_index_and_filter_blocks_with_high_priority: 0 2024-05-06T06:52:28.844 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-05-06T06:52:28.844 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: pin_top_level_index_and_filter: 1 2024-05-06T06:52:28.844 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: index_type: 0 2024-05-06T06:52:28.844 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: data_block_index_type: 0 2024-05-06T06:52:28.844 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: index_shortening: 1 2024-05-06T06:52:28.844 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: data_block_hash_table_util_ratio: 0.750000 2024-05-06T06:52:28.844 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: checksum: 4 2024-05-06T06:52:28.844 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: no_block_cache: 0 2024-05-06T06:52:28.844 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: block_cache: 0x556664ba71f0 2024-05-06T06:52:28.844 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: block_cache_name: BinnedLRUCache 2024-05-06T06:52:28.844 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: block_cache_options: 2024-05-06T06:52:28.844 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: capacity : 536870912 2024-05-06T06:52:28.845 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: num_shard_bits : 4 2024-05-06T06:52:28.845 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: strict_capacity_limit : 0 2024-05-06T06:52:28.845 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: high_pri_pool_ratio: 0.000 2024-05-06T06:52:28.845 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: block_cache_compressed: (nil) 2024-05-06T06:52:28.845 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: persistent_cache: (nil) 2024-05-06T06:52:28.845 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: block_size: 4096 2024-05-06T06:52:28.845 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: block_size_deviation: 10 2024-05-06T06:52:28.845 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: block_restart_interval: 16 2024-05-06T06:52:28.845 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: index_block_restart_interval: 1 2024-05-06T06:52:28.845 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: metadata_block_size: 4096 2024-05-06T06:52:28.845 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: partition_filters: 0 2024-05-06T06:52:28.845 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: use_delta_encoding: 1 2024-05-06T06:52:28.845 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: filter_policy: bloomfilter 2024-05-06T06:52:28.846 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: whole_key_filtering: 1 2024-05-06T06:52:28.846 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: verify_compression: 0 2024-05-06T06:52:28.846 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: read_amp_bytes_per_bit: 0 2024-05-06T06:52:28.846 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: format_version: 5 2024-05-06T06:52:28.846 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: enable_index_compression: 1 2024-05-06T06:52:28.846 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: block_align: 0 2024-05-06T06:52:28.846 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: max_auto_readahead_size: 262144 2024-05-06T06:52:28.846 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: prepopulate_block_cache: 0 2024-05-06T06:52:28.846 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: initial_auto_readahead_size: 8192 2024-05-06T06:52:28.846 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: num_file_reads_for_auto_readahead: 2 2024-05-06T06:52:28.846 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-05-06T06:52:28.846 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-05-06T06:52:28.846 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.compression: NoCompression 2024-05-06T06:52:28.846 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-05-06T06:52:28.847 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-05-06T06:52:28.847 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-05-06T06:52:28.847 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.num_levels: 7 2024-05-06T06:52:28.847 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-05-06T06:52:28.847 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-05-06T06:52:28.847 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-05-06T06:52:28.847 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-05-06T06:52:28.847 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-05-06T06:52:28.847 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-05-06T06:52:28.847 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-05-06T06:52:28.847 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-05-06T06:52:28.847 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-05-06T06:52:28.847 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-05-06T06:52:28.847 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-05-06T06:52:28.848 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-05-06T06:52:28.848 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-05-06T06:52:28.848 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.compression_opts.level: 32767 2024-05-06T06:52:28.848 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-05-06T06:52:28.848 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-05-06T06:52:28.848 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-05-06T06:52:28.848 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-05-06T06:52:28.848 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-05-06T06:52:28.848 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.compression_opts.enabled: false 2024-05-06T06:52:28.848 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-05-06T06:52:28.848 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-05-06T06:52:28.848 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-05-06T06:52:28.848 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-05-06T06:52:28.849 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-05-06T06:52:28.849 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-05-06T06:52:28.849 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-05-06T06:52:28.849 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-05-06T06:52:28.849 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-05-06T06:52:28.849 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-05-06T06:52:28.849 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-05-06T06:52:28.849 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-05-06T06:52:28.849 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-05-06T06:52:28.849 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-05-06T06:52:28.849 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-05-06T06:52:28.849 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-05-06T06:52:28.849 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-05-06T06:52:28.849 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-05-06T06:52:28.849 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-05-06T06:52:28.850 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.arena_block_size: 1048576 2024-05-06T06:52:28.850 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-05-06T06:52:28.850 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-05-06T06:52:28.850 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-05-06T06:52:28.850 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-05-06T06:52:28.850 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-05-06T06:52:28.850 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-05-06T06:52:28.850 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-05-06T06:52:28.850 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-05-06T06:52:28.850 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-05-06T06:52:28.850 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-05-06T06:52:28.850 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-05-06T06:52:28.850 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-05-06T06:52:28.851 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-05-06T06:52:28.851 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-05-06T06:52:28.851 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.inplace_update_support: 0 2024-05-06T06:52:28.851 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-05-06T06:52:28.851 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-05-06T06:52:28.851 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-05-06T06:52:28.851 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-05-06T06:52:28.851 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.bloom_locality: 0 2024-05-06T06:52:28.851 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.max_successive_merges: 0 2024-05-06T06:52:28.851 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-05-06T06:52:28.851 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-05-06T06:52:28.851 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.force_consistency_checks: 1 2024-05-06T06:52:28.851 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-05-06T06:52:28.851 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.ttl: 2592000 2024-05-06T06:52:28.851 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-05-06T06:52:28.852 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-05-06T06:52:28.852 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-05-06T06:52:28.852 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.enable_blob_files: false 2024-05-06T06:52:28.852 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.min_blob_size: 0 2024-05-06T06:52:28.852 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.blob_file_size: 268435456 2024-05-06T06:52:28.852 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-05-06T06:52:28.852 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-05-06T06:52:28.852 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-05-06T06:52:28.852 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-05-06T06:52:28.852 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-05-06T06:52:28.852 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-05-06T06:52:28.852 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.597+0000 7fa64d738c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-05-06T06:52:28.852 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.601+0000 7fa64d738c80 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-06T06:52:28.853 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.601+0000 7fa64d738c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-05-06T06:52:28.853 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.601+0000 7fa64d738c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: f788ea11-7752-4d41-a725-698967728908 2024-05-06T06:52:28.853 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.601+0000 7fa64d738c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1714978348603133, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-05-06T06:52:28.853 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.601+0000 7fa64d738c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-05-06T06:52:28.853 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.601+0000 7fa64d738c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1714978348604715, "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": 1714978348, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "f788ea11-7752-4d41-a725-698967728908", "db_session_id": "EVVQRARW4L96Y5O978G8", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-05-06T06:52:28.853 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.601+0000 7fa64d738c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1714978348604852, "job": 1, "event": "recovery_finished"} 2024-05-06T06:52:28.853 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.601+0000 7fa64d738c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-05-06T06:52:28.853 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.605+0000 7fa64d738c80 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-06T06:52:28.853 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.605+0000 7fa64d738c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x556664cc8000 2024-05-06T06:52:28.853 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.605+0000 7fa64d738c80 4 rocksdb: DB pointer 0x556664cb4000 2024-05-06T06:52:28.853 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.605+0000 7fa64d738c80 0 starting mon.a rank 0 at public addrs [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] at bind addrs [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid fac46718-0b74-11ef-bc97-c7b262605968 2024-05-06T06:52:28.853 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.605+0000 7fa64d738c80 1 mon.a@-1(???) e1 preinit fsid fac46718-0b74-11ef-bc97-c7b262605968 2024-05-06T06:52:28.853 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.605+0000 7fa64d738c80 0 mon.a@-1(???).mds e1 new map 2024-05-06T06:52:28.853 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.605+0000 7fa64d738c80 0 mon.a@-1(???).mds e1 print_map 2024-05-06T06:52:28.854 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: e1 2024-05-06T06:52:28.854 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: enable_multiple, ever_enabled_multiple: 1,1 2024-05-06T06:52:28.854 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: 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-06T06:52:28.854 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: legacy client fscid: -1 2024-05-06T06:52:28.854 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: 2024-05-06T06:52:28.854 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: No filesystems configured 2024-05-06T06:52:28.854 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.605+0000 7fa64d738c80 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-05-06T06:52:28.854 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.605+0000 7fa64d738c80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-05-06T06:52:28.854 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.605+0000 7fa64d738c80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-05-06T06:52:28.854 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.609+0000 7fa64d738c80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-05-06T06:52:28.854 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.609+0000 7fa63be8f700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-05-06T06:52:28.854 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.609+0000 7fa63be8f700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-05-06T06:52:28.854 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: ** DB Stats ** 2024-05-06T06:52:28.855 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: Uptime(secs): 0.0 total, 0.0 interval 2024-05-06T06:52:28.855 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: 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-06T06:52:28.855 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-06T06:52:28.855 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-06T06:52:28.855 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: 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-06T06:52:28.855 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-06T06:52:28.855 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-06T06:52:28.855 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: ** Compaction Stats [default] ** 2024-05-06T06:52:28.855 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: 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-06T06:52:28.855 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-05-06T06:52:28.855 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: L0 2/0 85.15 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 83.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-06T06:52:28.855 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: Sum 2/0 85.15 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 83.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-06T06:52:28.855 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 83.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-06T06:52:28.855 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: ** Compaction Stats [default] ** 2024-05-06T06:52:28.856 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: 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-06T06:52:28.856 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-05-06T06:52:28.856 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 83.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-06T06:52:28.856 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-05-06T06:52:28.856 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: Uptime(secs): 0.0 total, 0.0 interval 2024-05-06T06:52:28.856 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: Flush(GB): cumulative 0.000, interval 0.000 2024-05-06T06:52:28.856 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: AddFile(GB): cumulative 0.000, interval 0.000 2024-05-06T06:52:28.856 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: AddFile(Total Files): cumulative 0, interval 0 2024-05-06T06:52:28.856 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: AddFile(L0 Files): cumulative 0, interval 0 2024-05-06T06:52:28.856 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: AddFile(Keys): cumulative 0, interval 0 2024-05-06T06:52:28.856 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: Cumulative compaction: 0.00 GB write, 9.35 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-06T06:52:28.856 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: Interval compaction: 0.00 GB write, 9.35 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-06T06:52:28.856 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: 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-06T06:52:28.856 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: Block cache BinnedLRUCache@0x556664ba71f0#7 capacity: 512.00 MB usage: 41.53 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 2e-05 secs_since: 0 2024-05-06T06:52:28.857 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: Block cache entry stats(count,size,portion): DataBlock(6,40.34 KB,0.00769496%) FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.42 KB,8.04663e-05%) Misc(1,0.00 KB,0%) 2024-05-06T06:52:28.857 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: ** File Read Latency Histogram By Level [default] ** 2024-05-06T06:52:28.857 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: debug 2024-05-06T06:52:28.609+0000 7fa64d738c80 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-05-06T06:52:28.857 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: cluster 2024-05-06T06:52:28.634992+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-05-06T06:52:28.857 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: cluster 2024-05-06T06:52:28.634992+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-05-06T06:52:28.857 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: cluster 2024-05-06T06:52:28.635078+0000 mon.a (mon.0) 2 : cluster [DBG] monmap epoch 1 2024-05-06T06:52:28.857 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: cluster 2024-05-06T06:52:28.635078+0000 mon.a (mon.0) 2 : cluster [DBG] monmap epoch 1 2024-05-06T06:52:28.857 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: cluster 2024-05-06T06:52:28.635090+0000 mon.a (mon.0) 3 : cluster [DBG] fsid fac46718-0b74-11ef-bc97-c7b262605968 2024-05-06T06:52:28.857 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: cluster 2024-05-06T06:52:28.635090+0000 mon.a (mon.0) 3 : cluster [DBG] fsid fac46718-0b74-11ef-bc97-c7b262605968 2024-05-06T06:52:28.857 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: cluster 2024-05-06T06:52:28.635107+0000 mon.a (mon.0) 4 : cluster [DBG] last_changed 2024-05-06T06:52:18.421051+0000 2024-05-06T06:52:28.857 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: cluster 2024-05-06T06:52:28.635107+0000 mon.a (mon.0) 4 : cluster [DBG] last_changed 2024-05-06T06:52:18.421051+0000 2024-05-06T06:52:28.857 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: cluster 2024-05-06T06:52:28.635123+0000 mon.a (mon.0) 5 : cluster [DBG] created 2024-05-06T06:52:18.421051+0000 2024-05-06T06:52:28.857 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: cluster 2024-05-06T06:52:28.635123+0000 mon.a (mon.0) 5 : cluster [DBG] created 2024-05-06T06:52:18.421051+0000 2024-05-06T06:52:28.858 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: cluster 2024-05-06T06:52:28.635131+0000 mon.a (mon.0) 6 : cluster [DBG] min_mon_release 19 (squid) 2024-05-06T06:52:28.858 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: cluster 2024-05-06T06:52:28.635131+0000 mon.a (mon.0) 6 : cluster [DBG] min_mon_release 19 (squid) 2024-05-06T06:52:28.858 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: cluster 2024-05-06T06:52:28.635140+0000 mon.a (mon.0) 7 : cluster [DBG] election_strategy: 1 2024-05-06T06:52:28.858 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: cluster 2024-05-06T06:52:28.635140+0000 mon.a (mon.0) 7 : cluster [DBG] election_strategy: 1 2024-05-06T06:52:28.858 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: cluster 2024-05-06T06:52:28.635151+0000 mon.a (mon.0) 8 : cluster [DBG] 0: [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] mon.a 2024-05-06T06:52:28.858 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: cluster 2024-05-06T06:52:28.635151+0000 mon.a (mon.0) 8 : cluster [DBG] 0: [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] mon.a 2024-05-06T06:52:28.858 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: cluster 2024-05-06T06:52:28.635568+0000 mon.a (mon.0) 9 : cluster [DBG] fsmap 2024-05-06T06:52:28.858 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: cluster 2024-05-06T06:52:28.635568+0000 mon.a (mon.0) 9 : cluster [DBG] fsmap 2024-05-06T06:52:28.858 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: cluster 2024-05-06T06:52:28.635596+0000 mon.a (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-05-06T06:52:28.858 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: cluster 2024-05-06T06:52:28.635596+0000 mon.a (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-05-06T06:52:28.858 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: cluster 2024-05-06T06:52:28.636000+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2024-05-06T06:52:28.858 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:28 smithi063 bash[21584]: cluster 2024-05-06T06:52:28.636000+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2024-05-06T06:52:29.501 INFO:teuthology.orchestra.run.smithi063.stdout:Wrote config to /etc/ceph/ceph.conf 2024-05-06T06:52:29.518 INFO:teuthology.orchestra.run.smithi063.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-05-06T06:52:29.518 INFO:teuthology.orchestra.run.smithi063.stdout:Creating mgr... 2024-05-06T06:52:29.518 INFO:teuthology.orchestra.run.smithi063.stdout:Verifying port 0.0.0.0:9283 ... 2024-05-06T06:52:29.519 INFO:teuthology.orchestra.run.smithi063.stdout:Verifying port 0.0.0.0:8765 ... 2024-05-06T06:52:29.779 INFO:teuthology.orchestra.run.smithi063.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-fac46718-0b74-11ef-bc97-c7b262605968@mgr.a 2024-05-06T06:52:29.779 INFO:teuthology.orchestra.run.smithi063.stdout:systemctl: stderr Failed to reset failed state of unit ceph-fac46718-0b74-11ef-bc97-c7b262605968@mgr.a.service: Unit ceph-fac46718-0b74-11ef-bc97-c7b262605968@mgr.a.service not loaded. 2024-05-06T06:52:29.869 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:29 smithi063 systemd[1]: /etc/systemd/system/ceph-fac46718-0b74-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-06T06:52:29.970 INFO:teuthology.orchestra.run.smithi063.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-fac46718-0b74-11ef-bc97-c7b262605968.target.wants/ceph-fac46718-0b74-11ef-bc97-c7b262605968@mgr.a.service -> /etc/systemd/system/ceph-fac46718-0b74-11ef-bc97-c7b262605968@.service. 2024-05-06T06:52:29.978 INFO:teuthology.orchestra.run.smithi063.stdout:firewalld does not appear to be present 2024-05-06T06:52:29.978 INFO:teuthology.orchestra.run.smithi063.stdout:Not possible to enable service . firewalld.service is not available 2024-05-06T06:52:29.978 INFO:teuthology.orchestra.run.smithi063.stdout:firewalld does not appear to be present 2024-05-06T06:52:29.979 INFO:teuthology.orchestra.run.smithi063.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-05-06T06:52:29.979 INFO:teuthology.orchestra.run.smithi063.stdout:Waiting for mgr to start... 2024-05-06T06:52:29.979 INFO:teuthology.orchestra.run.smithi063.stdout:Waiting for mgr... 2024-05-06T06:52:30.332 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:29 smithi063 bash[21584]: audit 2024-05-06T06:52:28.872248+0000 mon.a (mon.0) 12 : audit [INF] from='client.? 172.21.15.63:0/1088079636' entity='client.admin' 2024-05-06T06:52:30.333 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:29 smithi063 bash[21584]: audit 2024-05-06T06:52:28.872248+0000 mon.a (mon.0) 12 : audit [INF] from='client.? 172.21.15.63:0/1088079636' entity='client.admin' 2024-05-06T06:52:30.333 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:29 smithi063 systemd[1]: /etc/systemd/system/ceph-fac46718-0b74-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-06T06:52:31.670 INFO:journalctl@ceph.mgr.a.smithi063.stdout:May 06 06:52:31 smithi063 bash[21838]: debug 2024-05-06T06:52:31.333+0000 7f4be89f9200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-05-06T06:52:31.670 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:31 smithi063 bash[21584]: audit 2024-05-06T06:52:31.449803+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.63:0/1770542167' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-06T06:52:31.670 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:31 smithi063 bash[21584]: audit 2024-05-06T06:52:31.449803+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.63:0/1770542167' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-06T06:52:32.087 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout 2024-05-06T06:52:32.087 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout { 2024-05-06T06:52:32.087 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "fsid": "fac46718-0b74-11ef-bc97-c7b262605968", 2024-05-06T06:52:32.087 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "health": { 2024-05-06T06:52:32.087 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-05-06T06:52:32.087 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-05-06T06:52:32.087 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-05-06T06:52:32.087 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout }, 2024-05-06T06:52:32.087 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-05-06T06:52:32.088 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-05-06T06:52:32.088 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout 0 2024-05-06T06:52:32.088 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout ], 2024-05-06T06:52:32.088 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-05-06T06:52:32.088 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "a" 2024-05-06T06:52:32.088 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout ], 2024-05-06T06:52:32.088 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-05-06T06:52:32.088 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "monmap": { 2024-05-06T06:52:32.088 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-06T06:52:32.088 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-05-06T06:52:32.093 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-05-06T06:52:32.093 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout }, 2024-05-06T06:52:32.093 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-05-06T06:52:32.093 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-06T06:52:32.093 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-05-06T06:52:32.094 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-05-06T06:52:32.094 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-05-06T06:52:32.094 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-05-06T06:52:32.094 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-05-06T06:52:32.094 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-05-06T06:52:32.094 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout }, 2024-05-06T06:52:32.094 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-05-06T06:52:32.094 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-05-06T06:52:32.094 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-05-06T06:52:32.094 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-05-06T06:52:32.094 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-05-06T06:52:32.094 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-05-06T06:52:32.095 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-05-06T06:52:32.095 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-05-06T06:52:32.095 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-05-06T06:52:32.095 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout }, 2024-05-06T06:52:32.095 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-05-06T06:52:32.095 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-06T06:52:32.095 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-05-06T06:52:32.095 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-05-06T06:52:32.095 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout }, 2024-05-06T06:52:32.095 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-05-06T06:52:32.095 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "available": false, 2024-05-06T06:52:32.095 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-05-06T06:52:32.096 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "modules": [ 2024-05-06T06:52:32.096 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "iostat", 2024-05-06T06:52:32.096 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "nfs", 2024-05-06T06:52:32.096 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "restful" 2024-05-06T06:52:32.096 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout ], 2024-05-06T06:52:32.096 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-06T06:52:32.096 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout }, 2024-05-06T06:52:32.096 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-05-06T06:52:32.096 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-06T06:52:32.096 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "modified": "2024-05-06T06:52:22.731761+0000", 2024-05-06T06:52:32.096 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-06T06:52:32.097 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout }, 2024-05-06T06:52:32.097 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-05-06T06:52:32.097 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout } 2024-05-06T06:52:32.097 INFO:teuthology.orchestra.run.smithi063.stdout:mgr not available, waiting (1/15)... 2024-05-06T06:52:33.313 INFO:journalctl@ceph.mgr.a.smithi063.stdout:May 06 06:52:32 smithi063 bash[21838]: debug 2024-05-06T06:52:32.957+0000 7f4be89f9200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-05-06T06:52:33.313 INFO:journalctl@ceph.mgr.a.smithi063.stdout:May 06 06:52:33 smithi063 bash[21838]: debug 2024-05-06T06:52:33.057+0000 7f4be89f9200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-05-06T06:52:33.313 INFO:journalctl@ceph.mgr.a.smithi063.stdout:May 06 06:52:33 smithi063 bash[21838]: debug 2024-05-06T06:52:33.313+0000 7f4be89f9200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-05-06T06:52:34.582 INFO:journalctl@ceph.mgr.a.smithi063.stdout:May 06 06:52:34 smithi063 bash[21838]: debug 2024-05-06T06:52:34.137+0000 7f4be89f9200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-05-06T06:52:34.582 INFO:journalctl@ceph.mgr.a.smithi063.stdout:May 06 06:52:34 smithi063 bash[21838]: debug 2024-05-06T06:52:34.249+0000 7f4be89f9200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-05-06T06:52:34.582 INFO:journalctl@ceph.mgr.a.smithi063.stdout:May 06 06:52:34 smithi063 bash[21838]: debug 2024-05-06T06:52:34.357+0000 7f4be89f9200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-05-06T06:52:35.082 INFO:journalctl@ceph.mgr.a.smithi063.stdout:May 06 06:52:34 smithi063 bash[21838]: debug 2024-05-06T06:52:34.721+0000 7f4be89f9200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-05-06T06:52:35.082 INFO:journalctl@ceph.mgr.a.smithi063.stdout:May 06 06:52:34 smithi063 bash[21838]: debug 2024-05-06T06:52:34.841+0000 7f4be89f9200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-05-06T06:52:35.082 INFO:journalctl@ceph.mgr.a.smithi063.stdout:May 06 06:52:34 smithi063 bash[21838]: debug 2024-05-06T06:52:34.949+0000 7f4be89f9200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-05-06T06:52:35.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:35 smithi063 bash[21584]: audit 2024-05-06T06:52:35.162946+0000 mon.a (mon.0) 14 : audit [DBG] from='client.? 172.21.15.63:0/1414043653' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-06T06:52:35.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:35 smithi063 bash[21584]: audit 2024-05-06T06:52:35.162946+0000 mon.a (mon.0) 14 : audit [DBG] from='client.? 172.21.15.63:0/1414043653' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-06T06:52:35.582 INFO:journalctl@ceph.mgr.a.smithi063.stdout:May 06 06:52:35 smithi063 bash[21838]: debug 2024-05-06T06:52:35.349+0000 7f4be89f9200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-05-06T06:52:35.773 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout 2024-05-06T06:52:35.773 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout { 2024-05-06T06:52:35.773 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "fsid": "fac46718-0b74-11ef-bc97-c7b262605968", 2024-05-06T06:52:35.773 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "health": { 2024-05-06T06:52:35.774 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-05-06T06:52:35.774 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-05-06T06:52:35.774 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-05-06T06:52:35.774 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout }, 2024-05-06T06:52:35.774 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-05-06T06:52:35.774 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-05-06T06:52:35.774 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout 0 2024-05-06T06:52:35.774 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout ], 2024-05-06T06:52:35.774 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-05-06T06:52:35.776 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "a" 2024-05-06T06:52:35.776 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout ], 2024-05-06T06:52:35.776 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "quorum_age": 6, 2024-05-06T06:52:35.776 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "monmap": { 2024-05-06T06:52:35.776 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-06T06:52:35.776 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-05-06T06:52:35.776 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-05-06T06:52:35.776 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout }, 2024-05-06T06:52:35.777 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-05-06T06:52:35.777 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-06T06:52:35.777 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-05-06T06:52:35.777 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-05-06T06:52:35.777 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-05-06T06:52:35.777 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-05-06T06:52:35.777 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-05-06T06:52:35.777 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-05-06T06:52:35.780 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout }, 2024-05-06T06:52:35.781 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-05-06T06:52:35.781 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-05-06T06:52:35.781 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-05-06T06:52:35.781 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-05-06T06:52:35.781 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-05-06T06:52:35.781 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-05-06T06:52:35.781 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-05-06T06:52:35.781 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-05-06T06:52:35.781 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-05-06T06:52:35.781 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout }, 2024-05-06T06:52:35.781 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-05-06T06:52:35.781 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-06T06:52:35.781 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-05-06T06:52:35.782 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-05-06T06:52:35.782 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout }, 2024-05-06T06:52:35.782 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-05-06T06:52:35.782 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "available": false, 2024-05-06T06:52:35.782 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-05-06T06:52:35.782 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "modules": [ 2024-05-06T06:52:35.782 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "iostat", 2024-05-06T06:52:35.782 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "nfs", 2024-05-06T06:52:35.782 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "restful" 2024-05-06T06:52:35.782 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout ], 2024-05-06T06:52:35.782 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-06T06:52:35.782 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout }, 2024-05-06T06:52:35.782 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-05-06T06:52:35.783 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-06T06:52:35.783 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "modified": "2024-05-06T06:52:22.731761+0000", 2024-05-06T06:52:35.783 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-06T06:52:35.783 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout }, 2024-05-06T06:52:35.783 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-05-06T06:52:35.783 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout } 2024-05-06T06:52:35.783 INFO:teuthology.orchestra.run.smithi063.stdout:mgr not available, waiting (2/15)... 2024-05-06T06:52:35.865 INFO:journalctl@ceph.mgr.a.smithi063.stdout:May 06 06:52:35 smithi063 bash[21838]: debug 2024-05-06T06:52:35.593+0000 7f4be89f9200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-05-06T06:52:36.262 INFO:journalctl@ceph.mgr.a.smithi063.stdout:May 06 06:52:35 smithi063 bash[21838]: debug 2024-05-06T06:52:35.861+0000 7f4be89f9200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-05-06T06:52:36.262 INFO:journalctl@ceph.mgr.a.smithi063.stdout:May 06 06:52:35 smithi063 bash[21838]: debug 2024-05-06T06:52:35.977+0000 7f4be89f9200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-05-06T06:52:36.582 INFO:journalctl@ceph.mgr.a.smithi063.stdout:May 06 06:52:36 smithi063 bash[21838]: debug 2024-05-06T06:52:36.261+0000 7f4be89f9200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-05-06T06:52:37.052 INFO:journalctl@ceph.mgr.a.smithi063.stdout:May 06 06:52:36 smithi063 bash[21838]: debug 2024-05-06T06:52:36.681+0000 7f4be89f9200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-05-06T06:52:37.052 INFO:journalctl@ceph.mgr.a.smithi063.stdout:May 06 06:52:36 smithi063 bash[21838]: debug 2024-05-06T06:52:36.925+0000 7f4be89f9200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-05-06T06:52:37.306 INFO:journalctl@ceph.mgr.a.smithi063.stdout:May 06 06:52:37 smithi063 bash[21838]: debug 2024-05-06T06:52:37.049+0000 7f4be89f9200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-05-06T06:52:37.582 INFO:journalctl@ceph.mgr.a.smithi063.stdout:May 06 06:52:37 smithi063 bash[21838]: debug 2024-05-06T06:52:37.305+0000 7f4be89f9200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-05-06T06:52:38.771 INFO:journalctl@ceph.mgr.a.smithi063.stdout:May 06 06:52:38 smithi063 bash[21838]: debug 2024-05-06T06:52:38.349+0000 7f4be89f9200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-05-06T06:52:38.771 INFO:journalctl@ceph.mgr.a.smithi063.stdout:May 06 06:52:38 smithi063 bash[21838]: debug 2024-05-06T06:52:38.469+0000 7f4be89f9200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-05-06T06:52:39.082 INFO:journalctl@ceph.mgr.a.smithi063.stdout:May 06 06:52:38 smithi063 bash[21838]: debug 2024-05-06T06:52:38.769+0000 7f4be89f9200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-05-06T06:52:39.082 INFO:journalctl@ceph.mgr.a.smithi063.stdout:May 06 06:52:38 smithi063 bash[21838]: debug 2024-05-06T06:52:38.885+0000 7f4be89f9200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-05-06T06:52:39.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:38 smithi063 bash[21584]: audit 2024-05-06T06:52:38.816674+0000 mon.a (mon.0) 15 : audit [DBG] from='client.? 172.21.15.63:0/459364149' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-06T06:52:39.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:38 smithi063 bash[21584]: audit 2024-05-06T06:52:38.816674+0000 mon.a (mon.0) 15 : audit [DBG] from='client.? 172.21.15.63:0/459364149' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-06T06:52:39.382 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout 2024-05-06T06:52:39.382 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout { 2024-05-06T06:52:39.382 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "fsid": "fac46718-0b74-11ef-bc97-c7b262605968", 2024-05-06T06:52:39.383 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "health": { 2024-05-06T06:52:39.383 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-05-06T06:52:39.383 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-05-06T06:52:39.383 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-05-06T06:52:39.383 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout }, 2024-05-06T06:52:39.383 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-05-06T06:52:39.383 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-05-06T06:52:39.383 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout 0 2024-05-06T06:52:39.383 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout ], 2024-05-06T06:52:39.383 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-05-06T06:52:39.383 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "a" 2024-05-06T06:52:39.383 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout ], 2024-05-06T06:52:39.383 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "quorum_age": 10, 2024-05-06T06:52:39.383 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "monmap": { 2024-05-06T06:52:39.384 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-06T06:52:39.384 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-05-06T06:52:39.384 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-05-06T06:52:39.384 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout }, 2024-05-06T06:52:39.384 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-05-06T06:52:39.384 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-06T06:52:39.384 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-05-06T06:52:39.384 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-05-06T06:52:39.384 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-05-06T06:52:39.384 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-05-06T06:52:39.384 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-05-06T06:52:39.384 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-05-06T06:52:39.384 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout }, 2024-05-06T06:52:39.385 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-05-06T06:52:39.385 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-05-06T06:52:39.385 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-05-06T06:52:39.385 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-05-06T06:52:39.385 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-05-06T06:52:39.385 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-05-06T06:52:39.385 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-05-06T06:52:39.385 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-05-06T06:52:39.385 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-05-06T06:52:39.385 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout }, 2024-05-06T06:52:39.385 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-05-06T06:52:39.385 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-06T06:52:39.385 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-05-06T06:52:39.385 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-05-06T06:52:39.386 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout }, 2024-05-06T06:52:39.386 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-05-06T06:52:39.386 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "available": false, 2024-05-06T06:52:39.386 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-05-06T06:52:39.386 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "modules": [ 2024-05-06T06:52:39.386 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "iostat", 2024-05-06T06:52:39.386 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "nfs", 2024-05-06T06:52:39.386 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "restful" 2024-05-06T06:52:39.386 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout ], 2024-05-06T06:52:39.386 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-06T06:52:39.386 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout }, 2024-05-06T06:52:39.386 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-05-06T06:52:39.386 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-06T06:52:39.386 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "modified": "2024-05-06T06:52:22.731761+0000", 2024-05-06T06:52:39.387 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-06T06:52:39.387 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout }, 2024-05-06T06:52:39.387 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-05-06T06:52:39.387 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout } 2024-05-06T06:52:39.387 INFO:teuthology.orchestra.run.smithi063.stdout:mgr not available, waiting (3/15)... 2024-05-06T06:52:39.582 INFO:journalctl@ceph.mgr.a.smithi063.stdout:May 06 06:52:39 smithi063 bash[21838]: debug 2024-05-06T06:52:39.177+0000 7f4be89f9200 -1 mgr[py] Module smb has missing NOTIFY_TYPES member 2024-05-06T06:52:40.082 INFO:journalctl@ceph.mgr.a.smithi063.stdout:May 06 06:52:39 smithi063 bash[21838]: debug 2024-05-06T06:52:39.645+0000 7f4be89f9200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-05-06T06:52:40.082 INFO:journalctl@ceph.mgr.a.smithi063.stdout:May 06 06:52:39 smithi063 bash[21838]: debug 2024-05-06T06:52:39.769+0000 7f4be89f9200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-05-06T06:52:40.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:39 smithi063 bash[21584]: cluster 2024-05-06T06:52:39.793036+0000 mon.a (mon.0) 16 : cluster [INF] Activating manager daemon a 2024-05-06T06:52:40.083 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:39 smithi063 bash[21584]: cluster 2024-05-06T06:52:39.793036+0000 mon.a (mon.0) 16 : cluster [INF] Activating manager daemon a 2024-05-06T06:52:40.083 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:39 smithi063 bash[21584]: cluster 2024-05-06T06:52:39.800595+0000 mon.a (mon.0) 17 : cluster [DBG] mgrmap e2: a(active, starting, since 0.00791322s) 2024-05-06T06:52:40.083 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:39 smithi063 bash[21584]: cluster 2024-05-06T06:52:39.800595+0000 mon.a (mon.0) 17 : cluster [DBG] mgrmap e2: a(active, starting, since 0.00791322s) 2024-05-06T06:52:40.083 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:39 smithi063 bash[21584]: audit 2024-05-06T06:52:39.801814+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.14100 172.21.15.63:0/3683864444' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-06T06:52:40.083 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:39 smithi063 bash[21584]: audit 2024-05-06T06:52:39.801814+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.14100 172.21.15.63:0/3683864444' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-06T06:52:40.083 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:39 smithi063 bash[21584]: audit 2024-05-06T06:52:39.802129+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.14100 172.21.15.63:0/3683864444' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-06T06:52:40.083 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:39 smithi063 bash[21584]: audit 2024-05-06T06:52:39.802129+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.14100 172.21.15.63:0/3683864444' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-06T06:52:40.083 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:39 smithi063 bash[21584]: audit 2024-05-06T06:52:39.802450+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.14100 172.21.15.63:0/3683864444' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-06T06:52:40.083 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:39 smithi063 bash[21584]: audit 2024-05-06T06:52:39.802450+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.14100 172.21.15.63:0/3683864444' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-06T06:52:40.083 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:39 smithi063 bash[21584]: audit 2024-05-06T06:52:39.802644+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.14100 172.21.15.63:0/3683864444' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T06:52:40.083 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:39 smithi063 bash[21584]: audit 2024-05-06T06:52:39.802644+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.14100 172.21.15.63:0/3683864444' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T06:52:40.084 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:39 smithi063 bash[21584]: audit 2024-05-06T06:52:39.803763+0000 mon.a (mon.0) 22 : audit [DBG] from='mgr.14100 172.21.15.63:0/3683864444' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-06T06:52:40.084 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:39 smithi063 bash[21584]: audit 2024-05-06T06:52:39.803763+0000 mon.a (mon.0) 22 : audit [DBG] from='mgr.14100 172.21.15.63:0/3683864444' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-06T06:52:40.084 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:39 smithi063 bash[21584]: cluster 2024-05-06T06:52:39.828773+0000 mon.a (mon.0) 23 : cluster [INF] Manager daemon a is now available 2024-05-06T06:52:40.084 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:39 smithi063 bash[21584]: cluster 2024-05-06T06:52:39.828773+0000 mon.a (mon.0) 23 : cluster [INF] Manager daemon a is now available 2024-05-06T06:52:40.084 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:39 smithi063 bash[21584]: audit 2024-05-06T06:52:39.841985+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.14100 172.21.15.63:0/3683864444' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-06T06:52:40.084 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:39 smithi063 bash[21584]: audit 2024-05-06T06:52:39.841985+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.14100 172.21.15.63:0/3683864444' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-06T06:52:40.084 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:39 smithi063 bash[21584]: audit 2024-05-06T06:52:39.844791+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.14100 172.21.15.63:0/3683864444' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-06T06:52:40.084 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:39 smithi063 bash[21584]: audit 2024-05-06T06:52:39.844791+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.14100 172.21.15.63:0/3683864444' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-06T06:52:40.084 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:39 smithi063 bash[21584]: audit 2024-05-06T06:52:39.847685+0000 mon.a (mon.0) 26 : audit [INF] from='mgr.14100 172.21.15.63:0/3683864444' entity='mgr.a' 2024-05-06T06:52:40.084 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:39 smithi063 bash[21584]: audit 2024-05-06T06:52:39.847685+0000 mon.a (mon.0) 26 : audit [INF] from='mgr.14100 172.21.15.63:0/3683864444' entity='mgr.a' 2024-05-06T06:52:40.084 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:39 smithi063 bash[21584]: audit 2024-05-06T06:52:39.851010+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.14100 172.21.15.63:0/3683864444' entity='mgr.a' 2024-05-06T06:52:40.084 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:39 smithi063 bash[21584]: audit 2024-05-06T06:52:39.851010+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.14100 172.21.15.63:0/3683864444' entity='mgr.a' 2024-05-06T06:52:40.084 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:39 smithi063 bash[21584]: audit 2024-05-06T06:52:39.855983+0000 mon.a (mon.0) 28 : audit [INF] from='mgr.14100 172.21.15.63:0/3683864444' entity='mgr.a' 2024-05-06T06:52:40.084 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:39 smithi063 bash[21584]: audit 2024-05-06T06:52:39.855983+0000 mon.a (mon.0) 28 : audit [INF] from='mgr.14100 172.21.15.63:0/3683864444' entity='mgr.a' 2024-05-06T06:52:42.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:41 smithi063 bash[21584]: cluster 2024-05-06T06:52:40.809578+0000 mon.a (mon.0) 29 : cluster [DBG] mgrmap e3: a(active, since 1.01688s) 2024-05-06T06:52:42.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:41 smithi063 bash[21584]: cluster 2024-05-06T06:52:40.809578+0000 mon.a (mon.0) 29 : cluster [DBG] mgrmap e3: a(active, since 1.01688s) 2024-05-06T06:52:43.556 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout 2024-05-06T06:52:43.556 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout { 2024-05-06T06:52:43.556 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "fsid": "fac46718-0b74-11ef-bc97-c7b262605968", 2024-05-06T06:52:43.557 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "health": { 2024-05-06T06:52:43.557 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-05-06T06:52:43.557 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-05-06T06:52:43.557 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-05-06T06:52:43.557 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout }, 2024-05-06T06:52:43.557 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-05-06T06:52:43.557 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-05-06T06:52:43.557 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout 0 2024-05-06T06:52:43.557 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout ], 2024-05-06T06:52:43.557 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-05-06T06:52:43.557 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "a" 2024-05-06T06:52:43.557 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout ], 2024-05-06T06:52:43.557 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "quorum_age": 14, 2024-05-06T06:52:43.557 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "monmap": { 2024-05-06T06:52:43.558 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-06T06:52:43.558 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-05-06T06:52:43.558 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-05-06T06:52:43.558 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout }, 2024-05-06T06:52:43.558 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-05-06T06:52:43.558 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-06T06:52:43.558 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-05-06T06:52:43.558 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-05-06T06:52:43.558 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-05-06T06:52:43.558 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-05-06T06:52:43.558 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-05-06T06:52:43.558 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-05-06T06:52:43.558 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout }, 2024-05-06T06:52:43.559 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-05-06T06:52:43.559 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-05-06T06:52:43.559 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-05-06T06:52:43.559 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-05-06T06:52:43.559 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-05-06T06:52:43.559 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-05-06T06:52:43.559 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-05-06T06:52:43.559 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-05-06T06:52:43.559 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-05-06T06:52:43.559 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout }, 2024-05-06T06:52:43.559 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-05-06T06:52:43.559 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-06T06:52:43.559 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-05-06T06:52:43.559 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-05-06T06:52:43.560 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout }, 2024-05-06T06:52:43.560 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-05-06T06:52:43.560 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "available": true, 2024-05-06T06:52:43.560 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-05-06T06:52:43.560 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "modules": [ 2024-05-06T06:52:43.560 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "iostat", 2024-05-06T06:52:43.560 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "nfs", 2024-05-06T06:52:43.560 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "restful" 2024-05-06T06:52:43.560 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout ], 2024-05-06T06:52:43.560 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-06T06:52:43.560 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout }, 2024-05-06T06:52:43.560 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-05-06T06:52:43.560 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-06T06:52:43.560 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "modified": "2024-05-06T06:52:22.731761+0000", 2024-05-06T06:52:43.561 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-06T06:52:43.561 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout }, 2024-05-06T06:52:43.561 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-05-06T06:52:43.561 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout } 2024-05-06T06:52:43.561 INFO:teuthology.orchestra.run.smithi063.stdout:mgr is available 2024-05-06T06:52:43.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:43 smithi063 bash[21584]: cluster 2024-05-06T06:52:42.804929+0000 mon.a (mon.0) 30 : cluster [DBG] mgrmap e4: a(active, since 3s) 2024-05-06T06:52:43.878 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:43 smithi063 bash[21584]: cluster 2024-05-06T06:52:42.804929+0000 mon.a (mon.0) 30 : cluster [DBG] mgrmap e4: a(active, since 3s) 2024-05-06T06:52:43.878 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:43 smithi063 bash[21584]: audit 2024-05-06T06:52:42.905547+0000 mon.a (mon.0) 31 : audit [DBG] from='client.? 172.21.15.63:0/2412285017' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-06T06:52:43.878 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:43 smithi063 bash[21584]: audit 2024-05-06T06:52:42.905547+0000 mon.a (mon.0) 31 : audit [DBG] from='client.? 172.21.15.63:0/2412285017' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-06T06:52:45.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:44 smithi063 bash[21584]: audit 2024-05-06T06:52:44.801823+0000 mon.a (mon.0) 32 : audit [INF] from='client.? 172.21.15.63:0/1895874594' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-05-06T06:52:45.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:44 smithi063 bash[21584]: audit 2024-05-06T06:52:44.801823+0000 mon.a (mon.0) 32 : audit [INF] from='client.? 172.21.15.63:0/1895874594' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-05-06T06:52:45.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:44 smithi063 bash[21584]: audit 2024-05-06T06:52:44.806649+0000 mon.a (mon.0) 33 : audit [INF] from='client.? 172.21.15.63:0/1895874594' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-05-06T06:52:45.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:44 smithi063 bash[21584]: audit 2024-05-06T06:52:44.806649+0000 mon.a (mon.0) 33 : audit [INF] from='client.? 172.21.15.63:0/1895874594' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-05-06T06:52:45.388 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout 2024-05-06T06:52:45.388 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout [global] 2024-05-06T06:52:45.389 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout fsid = fac46718-0b74-11ef-bc97-c7b262605968 2024-05-06T06:52:45.389 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-05-06T06:52:45.389 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-05-06T06:52:45.389 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-05-06T06:52:45.389 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-05-06T06:52:45.389 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-05-06T06:52:45.389 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout 2024-05-06T06:52:45.390 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout [mgr] 2024-05-06T06:52:45.390 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-05-06T06:52:45.390 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout 2024-05-06T06:52:45.390 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout [osd] 2024-05-06T06:52:45.390 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-05-06T06:52:45.390 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-05-06T06:52:45.390 INFO:teuthology.orchestra.run.smithi063.stdout:Enabling cephadm module... 2024-05-06T06:52:47.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:46 smithi063 bash[21584]: audit 2024-05-06T06:52:46.713965+0000 mon.a (mon.0) 34 : audit [INF] from='client.? 172.21.15.63:0/3602029841' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-05-06T06:52:47.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:46 smithi063 bash[21584]: audit 2024-05-06T06:52:46.713965+0000 mon.a (mon.0) 34 : audit [INF] from='client.? 172.21.15.63:0/3602029841' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-05-06T06:52:47.082 INFO:journalctl@ceph.mgr.a.smithi063.stdout:May 06 06:52:46 smithi063 bash[21838]: ignoring --setuser ceph since I am not root 2024-05-06T06:52:47.082 INFO:journalctl@ceph.mgr.a.smithi063.stdout:May 06 06:52:46 smithi063 bash[21838]: ignoring --setgroup ceph since I am not root 2024-05-06T06:52:47.082 INFO:journalctl@ceph.mgr.a.smithi063.stdout:May 06 06:52:46 smithi063 bash[21838]: debug 2024-05-06T06:52:46.956+0000 7f6f30bf1200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-05-06T06:52:48.081 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:47 smithi063 bash[21584]: audit 2024-05-06T06:52:46.765879+0000 mon.a (mon.0) 35 : audit [INF] from='client.? 172.21.15.63:0/3602029841' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-05-06T06:52:48.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:47 smithi063 bash[21584]: audit 2024-05-06T06:52:46.765879+0000 mon.a (mon.0) 35 : audit [INF] from='client.? 172.21.15.63:0/3602029841' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-05-06T06:52:48.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:47 smithi063 bash[21584]: cluster 2024-05-06T06:52:46.771717+0000 mon.a (mon.0) 36 : cluster [DBG] mgrmap e5: a(active, since 6s) 2024-05-06T06:52:48.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:47 smithi063 bash[21584]: cluster 2024-05-06T06:52:46.771717+0000 mon.a (mon.0) 36 : cluster [DBG] mgrmap e5: a(active, since 6s) 2024-05-06T06:52:48.900 INFO:journalctl@ceph.mgr.a.smithi063.stdout:May 06 06:52:48 smithi063 bash[21838]: debug 2024-05-06T06:52:48.592+0000 7f6f30bf1200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-05-06T06:52:48.900 INFO:journalctl@ceph.mgr.a.smithi063.stdout:May 06 06:52:48 smithi063 bash[21838]: debug 2024-05-06T06:52:48.696+0000 7f6f30bf1200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-05-06T06:52:48.901 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:48 smithi063 bash[21584]: audit 2024-05-06T06:52:48.686876+0000 mon.a (mon.0) 37 : audit [DBG] from='client.? 172.21.15.63:0/2997715107' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-05-06T06:52:48.901 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:48 smithi063 bash[21584]: audit 2024-05-06T06:52:48.686876+0000 mon.a (mon.0) 37 : audit [DBG] from='client.? 172.21.15.63:0/2997715107' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-05-06T06:52:49.280 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout { 2024-05-06T06:52:49.280 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-05-06T06:52:49.280 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "available": true, 2024-05-06T06:52:49.280 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-05-06T06:52:49.280 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-05-06T06:52:49.281 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout } 2024-05-06T06:52:49.281 INFO:teuthology.orchestra.run.smithi063.stdout:Waiting for the mgr to restart... 2024-05-06T06:52:49.281 INFO:teuthology.orchestra.run.smithi063.stdout:Waiting for mgr epoch 5... 2024-05-06T06:52:49.297 INFO:journalctl@ceph.mgr.a.smithi063.stdout:May 06 06:52:48 smithi063 bash[21838]: debug 2024-05-06T06:52:48.952+0000 7f6f30bf1200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-05-06T06:52:50.082 INFO:journalctl@ceph.mgr.a.smithi063.stdout:May 06 06:52:49 smithi063 bash[21838]: debug 2024-05-06T06:52:49.784+0000 7f6f30bf1200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-05-06T06:52:50.082 INFO:journalctl@ceph.mgr.a.smithi063.stdout:May 06 06:52:49 smithi063 bash[21838]: debug 2024-05-06T06:52:49.900+0000 7f6f30bf1200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-05-06T06:52:50.082 INFO:journalctl@ceph.mgr.a.smithi063.stdout:May 06 06:52:50 smithi063 bash[21838]: debug 2024-05-06T06:52:50.008+0000 7f6f30bf1200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-05-06T06:52:50.831 INFO:journalctl@ceph.mgr.a.smithi063.stdout:May 06 06:52:50 smithi063 bash[21838]: debug 2024-05-06T06:52:50.376+0000 7f6f30bf1200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-05-06T06:52:50.832 INFO:journalctl@ceph.mgr.a.smithi063.stdout:May 06 06:52:50 smithi063 bash[21838]: debug 2024-05-06T06:52:50.496+0000 7f6f30bf1200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-05-06T06:52:50.832 INFO:journalctl@ceph.mgr.a.smithi063.stdout:May 06 06:52:50 smithi063 bash[21838]: debug 2024-05-06T06:52:50.604+0000 7f6f30bf1200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-05-06T06:52:51.331 INFO:journalctl@ceph.mgr.a.smithi063.stdout:May 06 06:52:50 smithi063 bash[21838]: debug 2024-05-06T06:52:50.980+0000 7f6f30bf1200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-05-06T06:52:51.332 INFO:journalctl@ceph.mgr.a.smithi063.stdout:May 06 06:52:51 smithi063 bash[21838]: debug 2024-05-06T06:52:51.224+0000 7f6f30bf1200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-05-06T06:52:51.498 INFO:journalctl@ceph.mgr.a.smithi063.stdout:May 06 06:52:51 smithi063 bash[21838]: debug 2024-05-06T06:52:51.496+0000 7f6f30bf1200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-05-06T06:52:51.831 INFO:journalctl@ceph.mgr.a.smithi063.stdout:May 06 06:52:51 smithi063 bash[21838]: debug 2024-05-06T06:52:51.612+0000 7f6f30bf1200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-05-06T06:52:52.332 INFO:journalctl@ceph.mgr.a.smithi063.stdout:May 06 06:52:51 smithi063 bash[21838]: debug 2024-05-06T06:52:51.896+0000 7f6f30bf1200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-05-06T06:52:52.718 INFO:journalctl@ceph.mgr.a.smithi063.stdout:May 06 06:52:52 smithi063 bash[21838]: debug 2024-05-06T06:52:52.344+0000 7f6f30bf1200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-05-06T06:52:52.718 INFO:journalctl@ceph.mgr.a.smithi063.stdout:May 06 06:52:52 smithi063 bash[21838]: debug 2024-05-06T06:52:52.592+0000 7f6f30bf1200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-05-06T06:52:52.976 INFO:journalctl@ceph.mgr.a.smithi063.stdout:May 06 06:52:52 smithi063 bash[21838]: debug 2024-05-06T06:52:52.716+0000 7f6f30bf1200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-05-06T06:52:53.331 INFO:journalctl@ceph.mgr.a.smithi063.stdout:May 06 06:52:52 smithi063 bash[21838]: debug 2024-05-06T06:52:52.972+0000 7f6f30bf1200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-05-06T06:52:54.331 INFO:journalctl@ceph.mgr.a.smithi063.stdout:May 06 06:52:54 smithi063 bash[21838]: debug 2024-05-06T06:52:54.016+0000 7f6f30bf1200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-05-06T06:52:54.332 INFO:journalctl@ceph.mgr.a.smithi063.stdout:May 06 06:52:54 smithi063 bash[21838]: debug 2024-05-06T06:52:54.136+0000 7f6f30bf1200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-05-06T06:52:54.832 INFO:journalctl@ceph.mgr.a.smithi063.stdout:May 06 06:52:54 smithi063 bash[21838]: debug 2024-05-06T06:52:54.444+0000 7f6f30bf1200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-05-06T06:52:54.832 INFO:journalctl@ceph.mgr.a.smithi063.stdout:May 06 06:52:54 smithi063 bash[21838]: debug 2024-05-06T06:52:54.560+0000 7f6f30bf1200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-05-06T06:52:55.328 INFO:journalctl@ceph.mgr.a.smithi063.stdout:May 06 06:52:54 smithi063 bash[21838]: debug 2024-05-06T06:52:54.856+0000 7f6f30bf1200 -1 mgr[py] Module smb has missing NOTIFY_TYPES member 2024-05-06T06:52:55.582 INFO:journalctl@ceph.mgr.a.smithi063.stdout:May 06 06:52:55 smithi063 bash[21838]: debug 2024-05-06T06:52:55.324+0000 7f6f30bf1200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-05-06T06:52:55.582 INFO:journalctl@ceph.mgr.a.smithi063.stdout:May 06 06:52:55 smithi063 bash[21838]: debug 2024-05-06T06:52:55.452+0000 7f6f30bf1200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-05-06T06:52:55.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:55 smithi063 bash[21584]: cluster 2024-05-06T06:52:55.476283+0000 mon.a (mon.0) 38 : cluster [INF] Active manager daemon a restarted 2024-05-06T06:52:55.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:55 smithi063 bash[21584]: cluster 2024-05-06T06:52:55.476283+0000 mon.a (mon.0) 38 : cluster [INF] Active manager daemon a restarted 2024-05-06T06:52:55.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:55 smithi063 bash[21584]: cluster 2024-05-06T06:52:55.476770+0000 mon.a (mon.0) 39 : cluster [INF] Activating manager daemon a 2024-05-06T06:52:55.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:55 smithi063 bash[21584]: cluster 2024-05-06T06:52:55.476770+0000 mon.a (mon.0) 39 : cluster [INF] Activating manager daemon a 2024-05-06T06:52:55.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:55 smithi063 bash[21584]: cluster 2024-05-06T06:52:55.480598+0000 mon.a (mon.0) 40 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-05-06T06:52:55.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:55 smithi063 bash[21584]: cluster 2024-05-06T06:52:55.480598+0000 mon.a (mon.0) 40 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-05-06T06:52:55.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:55 smithi063 bash[21584]: cluster 2024-05-06T06:52:55.480726+0000 mon.a (mon.0) 41 : cluster [DBG] mgrmap e6: a(active, starting, since 0.00415233s) 2024-05-06T06:52:55.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:55 smithi063 bash[21584]: cluster 2024-05-06T06:52:55.480726+0000 mon.a (mon.0) 41 : cluster [DBG] mgrmap e6: a(active, starting, since 0.00415233s) 2024-05-06T06:52:55.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:55 smithi063 bash[21584]: audit 2024-05-06T06:52:55.483379+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.14120 172.21.15.63:0/2897605609' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T06:52:55.584 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:55 smithi063 bash[21584]: audit 2024-05-06T06:52:55.483379+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.14120 172.21.15.63:0/2897605609' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T06:52:55.584 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:55 smithi063 bash[21584]: audit 2024-05-06T06:52:55.484807+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.14120 172.21.15.63:0/2897605609' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-06T06:52:55.584 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:55 smithi063 bash[21584]: audit 2024-05-06T06:52:55.484807+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.14120 172.21.15.63:0/2897605609' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-06T06:52:55.584 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:55 smithi063 bash[21584]: audit 2024-05-06T06:52:55.485699+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.14120 172.21.15.63:0/2897605609' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-06T06:52:55.584 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:55 smithi063 bash[21584]: audit 2024-05-06T06:52:55.485699+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.14120 172.21.15.63:0/2897605609' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-06T06:52:55.584 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:55 smithi063 bash[21584]: audit 2024-05-06T06:52:55.485948+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14120 172.21.15.63:0/2897605609' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-06T06:52:55.584 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:55 smithi063 bash[21584]: audit 2024-05-06T06:52:55.485948+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14120 172.21.15.63:0/2897605609' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-06T06:52:55.584 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:55 smithi063 bash[21584]: audit 2024-05-06T06:52:55.486162+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.14120 172.21.15.63:0/2897605609' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-06T06:52:55.585 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:55 smithi063 bash[21584]: audit 2024-05-06T06:52:55.486162+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.14120 172.21.15.63:0/2897605609' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-06T06:52:55.585 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:55 smithi063 bash[21584]: cluster 2024-05-06T06:52:55.512856+0000 mon.a (mon.0) 47 : cluster [INF] Manager daemon a is now available 2024-05-06T06:52:55.585 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:55 smithi063 bash[21584]: cluster 2024-05-06T06:52:55.512856+0000 mon.a (mon.0) 47 : cluster [INF] Manager daemon a is now available 2024-05-06T06:52:56.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:56 smithi063 bash[21584]: cephadm 2024-05-06T06:52:55.532556+0000 mgr.a (mgr.14120) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-05-06T06:52:56.833 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:56 smithi063 bash[21584]: cephadm 2024-05-06T06:52:55.532556+0000 mgr.a (mgr.14120) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-05-06T06:52:56.833 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:56 smithi063 bash[21584]: audit 2024-05-06T06:52:55.536686+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.14120 172.21.15.63:0/2897605609' entity='mgr.a' 2024-05-06T06:52:56.833 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:56 smithi063 bash[21584]: audit 2024-05-06T06:52:55.536686+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.14120 172.21.15.63:0/2897605609' entity='mgr.a' 2024-05-06T06:52:56.833 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:56 smithi063 bash[21584]: audit 2024-05-06T06:52:55.541760+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.14120 172.21.15.63:0/2897605609' entity='mgr.a' 2024-05-06T06:52:56.833 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:56 smithi063 bash[21584]: audit 2024-05-06T06:52:55.541760+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.14120 172.21.15.63:0/2897605609' entity='mgr.a' 2024-05-06T06:52:56.833 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:56 smithi063 bash[21584]: audit 2024-05-06T06:52:55.546597+0000 mon.a (mon.0) 50 : audit [INF] from='mgr.14120 172.21.15.63:0/2897605609' entity='mgr.a' 2024-05-06T06:52:56.833 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:56 smithi063 bash[21584]: audit 2024-05-06T06:52:55.546597+0000 mon.a (mon.0) 50 : audit [INF] from='mgr.14120 172.21.15.63:0/2897605609' entity='mgr.a' 2024-05-06T06:52:56.833 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:56 smithi063 bash[21584]: audit 2024-05-06T06:52:55.549808+0000 mon.a (mon.0) 51 : audit [DBG] from='mgr.14120 172.21.15.63:0/2897605609' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T06:52:56.833 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:56 smithi063 bash[21584]: audit 2024-05-06T06:52:55.549808+0000 mon.a (mon.0) 51 : audit [DBG] from='mgr.14120 172.21.15.63:0/2897605609' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T06:52:56.833 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:56 smithi063 bash[21584]: audit 2024-05-06T06:52:55.555531+0000 mon.a (mon.0) 52 : audit [DBG] from='mgr.14120 172.21.15.63:0/2897605609' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T06:52:56.833 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:56 smithi063 bash[21584]: audit 2024-05-06T06:52:55.555531+0000 mon.a (mon.0) 52 : audit [DBG] from='mgr.14120 172.21.15.63:0/2897605609' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T06:52:56.834 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:56 smithi063 bash[21584]: audit 2024-05-06T06:52:55.565634+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.14120 172.21.15.63:0/2897605609' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-06T06:52:56.834 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:56 smithi063 bash[21584]: audit 2024-05-06T06:52:55.565634+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.14120 172.21.15.63:0/2897605609' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-06T06:52:56.834 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:56 smithi063 bash[21584]: audit 2024-05-06T06:52:55.568630+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.14120 172.21.15.63:0/2897605609' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-06T06:52:56.834 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:56 smithi063 bash[21584]: audit 2024-05-06T06:52:55.568630+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.14120 172.21.15.63:0/2897605609' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-06T06:52:56.834 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:56 smithi063 bash[21584]: audit 2024-05-06T06:52:56.004504+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.14120 172.21.15.63:0/2897605609' entity='mgr.a' 2024-05-06T06:52:56.834 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:56 smithi063 bash[21584]: audit 2024-05-06T06:52:56.004504+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.14120 172.21.15.63:0/2897605609' entity='mgr.a' 2024-05-06T06:52:56.834 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:56 smithi063 bash[21584]: audit 2024-05-06T06:52:56.010315+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.14120 172.21.15.63:0/2897605609' entity='mgr.a' 2024-05-06T06:52:56.834 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:56 smithi063 bash[21584]: audit 2024-05-06T06:52:56.010315+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.14120 172.21.15.63:0/2897605609' entity='mgr.a' 2024-05-06T06:52:56.834 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:56 smithi063 bash[21584]: audit 2024-05-06T06:52:56.475634+0000 mon.a (mon.0) 57 : audit [DBG] from='mgr.14120 172.21.15.63:0/2897605609' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T06:52:56.834 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:56 smithi063 bash[21584]: audit 2024-05-06T06:52:56.475634+0000 mon.a (mon.0) 57 : audit [DBG] from='mgr.14120 172.21.15.63:0/2897605609' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T06:52:56.834 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:56 smithi063 bash[21584]: cluster 2024-05-06T06:52:56.490255+0000 mon.a (mon.0) 58 : cluster [DBG] mgrmap e7: a(active, since 1.01368s) 2024-05-06T06:52:56.834 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:56 smithi063 bash[21584]: cluster 2024-05-06T06:52:56.490255+0000 mon.a (mon.0) 58 : cluster [DBG] mgrmap e7: a(active, since 1.01368s) 2024-05-06T06:52:57.170 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout { 2024-05-06T06:52:57.170 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-05-06T06:52:57.170 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "initialized": true 2024-05-06T06:52:57.170 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout } 2024-05-06T06:52:57.170 INFO:teuthology.orchestra.run.smithi063.stdout:mgr epoch 5 is available 2024-05-06T06:52:57.171 INFO:teuthology.orchestra.run.smithi063.stdout:Setting orchestrator backend to cephadm... 2024-05-06T06:52:57.801 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:57 smithi063 bash[21584]: cephadm 2024-05-06T06:52:56.227192+0000 mgr.a (mgr.14120) 2 : cephadm [INF] [06/May/2024:06:52:56] ENGINE Bus STARTING 2024-05-06T06:52:57.802 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:57 smithi063 bash[21584]: cephadm 2024-05-06T06:52:56.227192+0000 mgr.a (mgr.14120) 2 : cephadm [INF] [06/May/2024:06:52:56] ENGINE Bus STARTING 2024-05-06T06:52:57.802 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:57 smithi063 bash[21584]: cephadm 2024-05-06T06:52:56.350613+0000 mgr.a (mgr.14120) 3 : cephadm [INF] [06/May/2024:06:52:56] ENGINE Serving on https://172.21.15.63:7150 2024-05-06T06:52:57.802 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:57 smithi063 bash[21584]: cephadm 2024-05-06T06:52:56.350613+0000 mgr.a (mgr.14120) 3 : cephadm [INF] [06/May/2024:06:52:56] ENGINE Serving on https://172.21.15.63:7150 2024-05-06T06:52:57.802 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:57 smithi063 bash[21584]: cephadm 2024-05-06T06:52:56.452030+0000 mgr.a (mgr.14120) 4 : cephadm [INF] [06/May/2024:06:52:56] ENGINE Serving on http://172.21.15.63:8765 2024-05-06T06:52:57.802 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:57 smithi063 bash[21584]: cephadm 2024-05-06T06:52:56.452030+0000 mgr.a (mgr.14120) 4 : cephadm [INF] [06/May/2024:06:52:56] ENGINE Serving on http://172.21.15.63:8765 2024-05-06T06:52:57.802 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:57 smithi063 bash[21584]: cephadm 2024-05-06T06:52:56.452167+0000 mgr.a (mgr.14120) 5 : cephadm [INF] [06/May/2024:06:52:56] ENGINE Bus STARTED 2024-05-06T06:52:57.802 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:57 smithi063 bash[21584]: cephadm 2024-05-06T06:52:56.452167+0000 mgr.a (mgr.14120) 5 : cephadm [INF] [06/May/2024:06:52:56] ENGINE Bus STARTED 2024-05-06T06:52:57.802 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:57 smithi063 bash[21584]: audit 2024-05-06T06:52:56.489320+0000 mgr.a (mgr.14120) 6 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-05-06T06:52:57.802 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:57 smithi063 bash[21584]: audit 2024-05-06T06:52:56.489320+0000 mgr.a (mgr.14120) 6 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-05-06T06:52:57.802 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:57 smithi063 bash[21584]: audit 2024-05-06T06:52:56.506195+0000 mgr.a (mgr.14120) 7 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-05-06T06:52:57.803 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:57 smithi063 bash[21584]: audit 2024-05-06T06:52:56.506195+0000 mgr.a (mgr.14120) 7 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-05-06T06:52:58.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:58 smithi063 bash[21584]: cluster 2024-05-06T06:52:57.543507+0000 mon.a (mon.0) 59 : cluster [DBG] mgrmap e8: a(active, since 2s) 2024-05-06T06:52:58.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:58 smithi063 bash[21584]: cluster 2024-05-06T06:52:57.543507+0000 mon.a (mon.0) 59 : cluster [DBG] mgrmap e8: a(active, since 2s) 2024-05-06T06:52:58.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:58 smithi063 bash[21584]: audit 2024-05-06T06:52:58.412421+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.14120 172.21.15.63:0/2897605609' entity='mgr.a' 2024-05-06T06:52:58.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:58 smithi063 bash[21584]: audit 2024-05-06T06:52:58.412421+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.14120 172.21.15.63:0/2897605609' entity='mgr.a' 2024-05-06T06:52:58.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:58 smithi063 bash[21584]: audit 2024-05-06T06:52:58.449028+0000 mon.a (mon.0) 61 : audit [DBG] from='mgr.14120 172.21.15.63:0/2897605609' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T06:52:58.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:58 smithi063 bash[21584]: audit 2024-05-06T06:52:58.449028+0000 mon.a (mon.0) 61 : audit [DBG] from='mgr.14120 172.21.15.63:0/2897605609' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T06:52:59.831 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:59 smithi063 bash[21584]: audit 2024-05-06T06:52:58.403937+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-06T06:52:59.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:52:59 smithi063 bash[21584]: audit 2024-05-06T06:52:58.403937+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-06T06:53:00.820 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout value unchanged 2024-05-06T06:53:00.821 INFO:teuthology.orchestra.run.smithi063.stdout:Generating ssh key... 2024-05-06T06:53:01.332 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:00 smithi063 bash[21584]: audit 2024-05-06T06:53:00.231892+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-06T06:53:01.332 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:00 smithi063 bash[21584]: audit 2024-05-06T06:53:00.231892+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-06T06:53:02.832 INFO:journalctl@ceph.mgr.a.smithi063.stdout:May 06 06:53:02 smithi063 bash[21838]: Generating public/private rsa key pair. 2024-05-06T06:53:02.832 INFO:journalctl@ceph.mgr.a.smithi063.stdout:May 06 06:53:02 smithi063 bash[21838]: Your identification has been saved in /tmp/tmpoamihizy/key. 2024-05-06T06:53:02.832 INFO:journalctl@ceph.mgr.a.smithi063.stdout:May 06 06:53:02 smithi063 bash[21838]: Your public key has been saved in /tmp/tmpoamihizy/key.pub. 2024-05-06T06:53:02.832 INFO:journalctl@ceph.mgr.a.smithi063.stdout:May 06 06:53:02 smithi063 bash[21838]: The key fingerprint is: 2024-05-06T06:53:02.833 INFO:journalctl@ceph.mgr.a.smithi063.stdout:May 06 06:53:02 smithi063 bash[21838]: SHA256:ao/CYjlXs/mLzp4q9XEsqSAWm0yl4kBksa3MX0AYuGA ceph-fac46718-0b74-11ef-bc97-c7b262605968 2024-05-06T06:53:02.833 INFO:journalctl@ceph.mgr.a.smithi063.stdout:May 06 06:53:02 smithi063 bash[21838]: The key's randomart image is: 2024-05-06T06:53:02.833 INFO:journalctl@ceph.mgr.a.smithi063.stdout:May 06 06:53:02 smithi063 bash[21838]: +---[RSA 3072]----+ 2024-05-06T06:53:02.833 INFO:journalctl@ceph.mgr.a.smithi063.stdout:May 06 06:53:02 smithi063 bash[21838]: |o=+. | 2024-05-06T06:53:02.833 INFO:journalctl@ceph.mgr.a.smithi063.stdout:May 06 06:53:02 smithi063 bash[21838]: |+E+. | 2024-05-06T06:53:02.833 INFO:journalctl@ceph.mgr.a.smithi063.stdout:May 06 06:53:02 smithi063 bash[21838]: |+ooo | 2024-05-06T06:53:02.833 INFO:journalctl@ceph.mgr.a.smithi063.stdout:May 06 06:53:02 smithi063 bash[21838]: |*+. . | 2024-05-06T06:53:02.833 INFO:journalctl@ceph.mgr.a.smithi063.stdout:May 06 06:53:02 smithi063 bash[21838]: |*++ . oS | 2024-05-06T06:53:02.833 INFO:journalctl@ceph.mgr.a.smithi063.stdout:May 06 06:53:02 smithi063 bash[21838]: |.*o o *.o | 2024-05-06T06:53:02.833 INFO:journalctl@ceph.mgr.a.smithi063.stdout:May 06 06:53:02 smithi063 bash[21838]: |.. * +oB | 2024-05-06T06:53:02.833 INFO:journalctl@ceph.mgr.a.smithi063.stdout:May 06 06:53:02 smithi063 bash[21838]: | * =o+= | 2024-05-06T06:53:02.833 INFO:journalctl@ceph.mgr.a.smithi063.stdout:May 06 06:53:02 smithi063 bash[21838]: | . =.=B.+. | 2024-05-06T06:53:02.833 INFO:journalctl@ceph.mgr.a.smithi063.stdout:May 06 06:53:02 smithi063 bash[21838]: +----[SHA256]-----+ 2024-05-06T06:53:03.831 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:03 smithi063 bash[21584]: audit 2024-05-06T06:53:02.083831+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-06T06:53:03.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:03 smithi063 bash[21584]: audit 2024-05-06T06:53:02.083831+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-06T06:53:03.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:03 smithi063 bash[21584]: cephadm 2024-05-06T06:53:02.084244+0000 mgr.a (mgr.14120) 11 : cephadm [INF] Generating ssh key... 2024-05-06T06:53:03.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:03 smithi063 bash[21584]: cephadm 2024-05-06T06:53:02.084244+0000 mgr.a (mgr.14120) 11 : cephadm [INF] Generating ssh key... 2024-05-06T06:53:03.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:03 smithi063 bash[21584]: audit 2024-05-06T06:53:02.393724+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14120 172.21.15.63:0/2897605609' entity='mgr.a' 2024-05-06T06:53:03.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:03 smithi063 bash[21584]: audit 2024-05-06T06:53:02.393724+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14120 172.21.15.63:0/2897605609' entity='mgr.a' 2024-05-06T06:53:03.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:03 smithi063 bash[21584]: audit 2024-05-06T06:53:02.395889+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.14120 172.21.15.63:0/2897605609' entity='mgr.a' 2024-05-06T06:53:03.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:03 smithi063 bash[21584]: audit 2024-05-06T06:53:02.395889+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.14120 172.21.15.63:0/2897605609' entity='mgr.a' 2024-05-06T06:53:04.831 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCtp3oDkyqD3NVAwBudiVAH0vQzO2OOHRymVv9gldkEFo08pLAdl1XODm/uSgmRpfLHydjQtnzmhO/HsVBBXxlK2mBpX/236CTCUrEouFhHugUfb92ofBI2lU46esA6KeGSo2zS8CpUp+vhNk9kJZKPTBs48bnsFAcT0wYaDOKVSMUYhXwvxI76/jJnv5UMbqrLcKWjS/JnpAYDE0AZFXpOQrk88GcU4rYV8H6sbe/V0LUtSw/WF0kXoriCfSR5q4V+IdV5uZJVh89l8Th0AU9o2slDZ8ipLKJQmrlmQuUpzysOOaTf02VOkBHnbxBhAaVc4XqLqqvTNxyrLP4SDuL95w+m3qc+BzbUvxNfkA5PrCTEPXXNYOAiiIM4hZymRw7NnRUvtUDSMr0jqBkN1mtqQmLLQScQP8/+1IVKbkoK/Tpfiu/yJQklXem3kiF63eiRR2YFU+XK/xrKJE6DENHkIpnnBwC4DAhOiPKLqRWeBpLH0fFYwBD3IAK6qdsrZ1c= ceph-fac46718-0b74-11ef-bc97-c7b262605968 2024-05-06T06:53:04.832 INFO:teuthology.orchestra.run.smithi063.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-05-06T06:53:04.832 INFO:teuthology.orchestra.run.smithi063.stdout:Adding key to root@localhost authorized_keys... 2024-05-06T06:53:04.832 INFO:teuthology.orchestra.run.smithi063.stdout:Adding host smithi063... 2024-05-06T06:53:05.332 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:04 smithi063 bash[21584]: audit 2024-05-06T06:53:04.212331+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-06T06:53:05.332 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:04 smithi063 bash[21584]: audit 2024-05-06T06:53:04.212331+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-06T06:53:06.941 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:06 smithi063 bash[21584]: audit 2024-05-06T06:53:06.132526+0000 mgr.a (mgr.14120) 13 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi063", "addr": "172.21.15.63", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T06:53:06.941 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:06 smithi063 bash[21584]: audit 2024-05-06T06:53:06.132526+0000 mgr.a (mgr.14120) 13 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi063", "addr": "172.21.15.63", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T06:53:06.941 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:06 smithi063 bash[21584]: cephadm 2024-05-06T06:53:06.647356+0000 mgr.a (mgr.14120) 14 : cephadm [INF] Deploying cephadm binary to smithi063 2024-05-06T06:53:06.942 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:06 smithi063 bash[21584]: cephadm 2024-05-06T06:53:06.647356+0000 mgr.a (mgr.14120) 14 : cephadm [INF] Deploying cephadm binary to smithi063 2024-05-06T06:53:12.586 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout Added host 'smithi063' with addr '172.21.15.63' 2024-05-06T06:53:12.587 INFO:teuthology.orchestra.run.smithi063.stdout:Deploying unmanaged mon service... 2024-05-06T06:53:13.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:12 smithi063 bash[21584]: audit 2024-05-06T06:53:11.806761+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.14120 172.21.15.63:0/2897605609' entity='mgr.a' 2024-05-06T06:53:13.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:12 smithi063 bash[21584]: audit 2024-05-06T06:53:11.806761+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.14120 172.21.15.63:0/2897605609' entity='mgr.a' 2024-05-06T06:53:13.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:12 smithi063 bash[21584]: cephadm 2024-05-06T06:53:11.807644+0000 mgr.a (mgr.14120) 15 : cephadm [INF] Added host smithi063 2024-05-06T06:53:13.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:12 smithi063 bash[21584]: cephadm 2024-05-06T06:53:11.807644+0000 mgr.a (mgr.14120) 15 : cephadm [INF] Added host smithi063 2024-05-06T06:53:13.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:12 smithi063 bash[21584]: audit 2024-05-06T06:53:11.826302+0000 mon.a (mon.0) 65 : audit [DBG] from='mgr.14120 172.21.15.63:0/2897605609' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T06:53:13.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:12 smithi063 bash[21584]: audit 2024-05-06T06:53:11.826302+0000 mon.a (mon.0) 65 : audit [DBG] from='mgr.14120 172.21.15.63:0/2897605609' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T06:53:15.129 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-05-06T06:53:15.129 INFO:teuthology.orchestra.run.smithi063.stdout:Deploying unmanaged mgr service... 2024-05-06T06:53:15.772 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:15 smithi063 bash[21584]: audit 2024-05-06T06:53:14.470682+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-06T06:53:15.772 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:15 smithi063 bash[21584]: audit 2024-05-06T06:53:14.470682+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-06T06:53:15.772 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:15 smithi063 bash[21584]: cephadm 2024-05-06T06:53:14.474005+0000 mgr.a (mgr.14120) 17 : cephadm [INF] Saving service mon spec with placement count:5 2024-05-06T06:53:15.772 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:15 smithi063 bash[21584]: cephadm 2024-05-06T06:53:14.474005+0000 mgr.a (mgr.14120) 17 : cephadm [INF] Saving service mon spec with placement count:5 2024-05-06T06:53:15.772 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:15 smithi063 bash[21584]: audit 2024-05-06T06:53:14.478880+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.14120 172.21.15.63:0/2897605609' entity='mgr.a' 2024-05-06T06:53:15.773 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:15 smithi063 bash[21584]: audit 2024-05-06T06:53:14.478880+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.14120 172.21.15.63:0/2897605609' entity='mgr.a' 2024-05-06T06:53:15.773 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:15 smithi063 bash[21584]: audit 2024-05-06T06:53:14.851760+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.14120 172.21.15.63:0/2897605609' entity='mgr.a' 2024-05-06T06:53:15.773 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:15 smithi063 bash[21584]: audit 2024-05-06T06:53:14.851760+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.14120 172.21.15.63:0/2897605609' entity='mgr.a' 2024-05-06T06:53:15.773 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:15 smithi063 bash[21584]: audit 2024-05-06T06:53:15.338820+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.14120 172.21.15.63:0/2897605609' entity='mgr.a' 2024-05-06T06:53:15.773 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:15 smithi063 bash[21584]: audit 2024-05-06T06:53:15.338820+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.14120 172.21.15.63:0/2897605609' entity='mgr.a' 2024-05-06T06:53:16.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:16 smithi063 bash[21584]: cluster 2024-05-06T06:53:15.487422+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-06T06:53:16.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:16 smithi063 bash[21584]: cluster 2024-05-06T06:53:15.487422+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-06T06:53:16.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:16 smithi063 bash[21584]: audit 2024-05-06T06:53:16.391779+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.14120 172.21.15.63:0/2897605609' entity='mgr.a' 2024-05-06T06:53:16.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:16 smithi063 bash[21584]: audit 2024-05-06T06:53:16.391779+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.14120 172.21.15.63:0/2897605609' entity='mgr.a' 2024-05-06T06:53:17.036 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-05-06T06:53:17.767 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:17 smithi063 bash[21584]: audit 2024-05-06T06:53:16.385713+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-06T06:53:17.767 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:17 smithi063 bash[21584]: audit 2024-05-06T06:53:16.385713+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-06T06:53:17.767 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:17 smithi063 bash[21584]: cephadm 2024-05-06T06:53:16.387261+0000 mgr.a (mgr.14120) 20 : cephadm [INF] Saving service mgr spec with placement count:2 2024-05-06T06:53:17.767 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:17 smithi063 bash[21584]: cephadm 2024-05-06T06:53:16.387261+0000 mgr.a (mgr.14120) 20 : cephadm [INF] Saving service mgr spec with placement count:2 2024-05-06T06:53:18.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:18 smithi063 bash[21584]: cluster 2024-05-06T06:53:17.487726+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-06T06:53:18.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:18 smithi063 bash[21584]: cluster 2024-05-06T06:53:17.487726+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-06T06:53:18.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:18 smithi063 bash[21584]: audit 2024-05-06T06:53:18.388839+0000 mon.a (mon.0) 70 : audit [INF] from='client.? 172.21.15.63:0/249177467' entity='client.admin' 2024-05-06T06:53:18.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:18 smithi063 bash[21584]: audit 2024-05-06T06:53:18.388839+0000 mon.a (mon.0) 70 : audit [INF] from='client.? 172.21.15.63:0/249177467' entity='client.admin' 2024-05-06T06:53:20.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:20 smithi063 bash[21584]: cluster 2024-05-06T06:53:19.488132+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-06T06:53:20.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:20 smithi063 bash[21584]: cluster 2024-05-06T06:53:19.488132+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-06T06:53:20.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:20 smithi063 bash[21584]: audit 2024-05-06T06:53:20.257002+0000 mon.a (mon.0) 71 : audit [INF] from='client.? 172.21.15.63:0/2185793917' entity='client.admin' 2024-05-06T06:53:20.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:20 smithi063 bash[21584]: audit 2024-05-06T06:53:20.257002+0000 mon.a (mon.0) 71 : audit [INF] from='client.? 172.21.15.63:0/2185793917' entity='client.admin' 2024-05-06T06:53:20.874 INFO:teuthology.orchestra.run.smithi063.stdout:Enabling the dashboard module... 2024-05-06T06:53:22.834 INFO:journalctl@ceph.mgr.a.smithi063.stdout:May 06 06:53:22 smithi063 bash[21838]: ignoring --setuser ceph since I am not root 2024-05-06T06:53:22.834 INFO:journalctl@ceph.mgr.a.smithi063.stdout:May 06 06:53:22 smithi063 bash[21838]: ignoring --setgroup ceph since I am not root 2024-05-06T06:53:22.834 INFO:journalctl@ceph.mgr.a.smithi063.stdout:May 06 06:53:22 smithi063 bash[21838]: debug 2024-05-06T06:53:22.708+0000 7f1cc00eb200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-05-06T06:53:22.834 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:22 smithi063 bash[21584]: cluster 2024-05-06T06:53:21.488642+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-06T06:53:22.834 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:22 smithi063 bash[21584]: cluster 2024-05-06T06:53:21.488642+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-06T06:53:22.834 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:22 smithi063 bash[21584]: audit 2024-05-06T06:53:22.300103+0000 mon.a (mon.0) 72 : audit [INF] from='client.? 172.21.15.63:0/1529314544' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-05-06T06:53:22.834 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:22 smithi063 bash[21584]: audit 2024-05-06T06:53:22.300103+0000 mon.a (mon.0) 72 : audit [INF] from='client.? 172.21.15.63:0/1529314544' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-05-06T06:53:23.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:23 smithi063 bash[21584]: audit 2024-05-06T06:53:22.509994+0000 mon.a (mon.0) 73 : audit [INF] from='client.? 172.21.15.63:0/1529314544' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-05-06T06:53:23.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:23 smithi063 bash[21584]: audit 2024-05-06T06:53:22.509994+0000 mon.a (mon.0) 73 : audit [INF] from='client.? 172.21.15.63:0/1529314544' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-05-06T06:53:23.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:23 smithi063 bash[21584]: cluster 2024-05-06T06:53:22.514943+0000 mon.a (mon.0) 74 : cluster [DBG] mgrmap e9: a(active, since 27s) 2024-05-06T06:53:23.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:23 smithi063 bash[21584]: cluster 2024-05-06T06:53:22.514943+0000 mon.a (mon.0) 74 : cluster [DBG] mgrmap e9: a(active, since 27s) 2024-05-06T06:53:24.604 INFO:journalctl@ceph.mgr.a.smithi063.stdout:May 06 06:53:24 smithi063 bash[21838]: debug 2024-05-06T06:53:24.348+0000 7f1cc00eb200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-05-06T06:53:24.604 INFO:journalctl@ceph.mgr.a.smithi063.stdout:May 06 06:53:24 smithi063 bash[21838]: debug 2024-05-06T06:53:24.448+0000 7f1cc00eb200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-05-06T06:53:25.083 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:24 smithi063 bash[21584]: audit 2024-05-06T06:53:24.554587+0000 mon.a (mon.0) 75 : audit [DBG] from='client.? 172.21.15.63:0/2215531157' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-05-06T06:53:25.083 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:24 smithi063 bash[21584]: audit 2024-05-06T06:53:24.554587+0000 mon.a (mon.0) 75 : audit [DBG] from='client.? 172.21.15.63:0/2215531157' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-05-06T06:53:25.083 INFO:journalctl@ceph.mgr.a.smithi063.stdout:May 06 06:53:24 smithi063 bash[21838]: debug 2024-05-06T06:53:24.704+0000 7f1cc00eb200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-05-06T06:53:25.265 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout { 2024-05-06T06:53:25.265 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-05-06T06:53:25.265 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "available": true, 2024-05-06T06:53:25.265 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-05-06T06:53:25.265 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-05-06T06:53:25.266 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout } 2024-05-06T06:53:25.266 INFO:teuthology.orchestra.run.smithi063.stdout:Waiting for the mgr to restart... 2024-05-06T06:53:25.266 INFO:teuthology.orchestra.run.smithi063.stdout:Waiting for mgr epoch 9... 2024-05-06T06:53:25.832 INFO:journalctl@ceph.mgr.a.smithi063.stdout:May 06 06:53:25 smithi063 bash[21838]: debug 2024-05-06T06:53:25.540+0000 7f1cc00eb200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-05-06T06:53:25.832 INFO:journalctl@ceph.mgr.a.smithi063.stdout:May 06 06:53:25 smithi063 bash[21838]: debug 2024-05-06T06:53:25.652+0000 7f1cc00eb200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-05-06T06:53:25.832 INFO:journalctl@ceph.mgr.a.smithi063.stdout:May 06 06:53:25 smithi063 bash[21838]: debug 2024-05-06T06:53:25.764+0000 7f1cc00eb200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-05-06T06:53:26.256 INFO:journalctl@ceph.mgr.a.smithi063.stdout:May 06 06:53:26 smithi063 bash[21838]: debug 2024-05-06T06:53:26.136+0000 7f1cc00eb200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-05-06T06:53:26.256 INFO:journalctl@ceph.mgr.a.smithi063.stdout:May 06 06:53:26 smithi063 bash[21838]: debug 2024-05-06T06:53:26.252+0000 7f1cc00eb200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-05-06T06:53:26.582 INFO:journalctl@ceph.mgr.a.smithi063.stdout:May 06 06:53:26 smithi063 bash[21838]: debug 2024-05-06T06:53:26.364+0000 7f1cc00eb200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-05-06T06:53:27.082 INFO:journalctl@ceph.mgr.a.smithi063.stdout:May 06 06:53:26 smithi063 bash[21838]: debug 2024-05-06T06:53:26.736+0000 7f1cc00eb200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-05-06T06:53:27.082 INFO:journalctl@ceph.mgr.a.smithi063.stdout:May 06 06:53:26 smithi063 bash[21838]: debug 2024-05-06T06:53:26.980+0000 7f1cc00eb200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-05-06T06:53:27.582 INFO:journalctl@ceph.mgr.a.smithi063.stdout:May 06 06:53:27 smithi063 bash[21838]: debug 2024-05-06T06:53:27.252+0000 7f1cc00eb200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-05-06T06:53:27.582 INFO:journalctl@ceph.mgr.a.smithi063.stdout:May 06 06:53:27 smithi063 bash[21838]: debug 2024-05-06T06:53:27.372+0000 7f1cc00eb200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-05-06T06:53:28.082 INFO:journalctl@ceph.mgr.a.smithi063.stdout:May 06 06:53:27 smithi063 bash[21838]: debug 2024-05-06T06:53:27.656+0000 7f1cc00eb200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-05-06T06:53:28.458 INFO:journalctl@ceph.mgr.a.smithi063.stdout:May 06 06:53:28 smithi063 bash[21838]: debug 2024-05-06T06:53:28.084+0000 7f1cc00eb200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-05-06T06:53:28.458 INFO:journalctl@ceph.mgr.a.smithi063.stdout:May 06 06:53:28 smithi063 bash[21838]: debug 2024-05-06T06:53:28.332+0000 7f1cc00eb200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-05-06T06:53:29.082 INFO:journalctl@ceph.mgr.a.smithi063.stdout:May 06 06:53:28 smithi063 bash[21838]: debug 2024-05-06T06:53:28.456+0000 7f1cc00eb200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-05-06T06:53:29.082 INFO:journalctl@ceph.mgr.a.smithi063.stdout:May 06 06:53:28 smithi063 bash[21838]: debug 2024-05-06T06:53:28.716+0000 7f1cc00eb200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-05-06T06:53:30.082 INFO:journalctl@ceph.mgr.a.smithi063.stdout:May 06 06:53:29 smithi063 bash[21838]: debug 2024-05-06T06:53:29.760+0000 7f1cc00eb200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-05-06T06:53:30.082 INFO:journalctl@ceph.mgr.a.smithi063.stdout:May 06 06:53:29 smithi063 bash[21838]: debug 2024-05-06T06:53:29.880+0000 7f1cc00eb200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-05-06T06:53:30.581 INFO:journalctl@ceph.mgr.a.smithi063.stdout:May 06 06:53:30 smithi063 bash[21838]: debug 2024-05-06T06:53:30.184+0000 7f1cc00eb200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-05-06T06:53:30.582 INFO:journalctl@ceph.mgr.a.smithi063.stdout:May 06 06:53:30 smithi063 bash[21838]: debug 2024-05-06T06:53:30.304+0000 7f1cc00eb200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-05-06T06:53:31.077 INFO:journalctl@ceph.mgr.a.smithi063.stdout:May 06 06:53:30 smithi063 bash[21838]: debug 2024-05-06T06:53:30.600+0000 7f1cc00eb200 -1 mgr[py] Module smb has missing NOTIFY_TYPES member 2024-05-06T06:53:31.331 INFO:journalctl@ceph.mgr.a.smithi063.stdout:May 06 06:53:31 smithi063 bash[21838]: debug 2024-05-06T06:53:31.076+0000 7f1cc00eb200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-05-06T06:53:31.332 INFO:journalctl@ceph.mgr.a.smithi063.stdout:May 06 06:53:31 smithi063 bash[21838]: debug 2024-05-06T06:53:31.200+0000 7f1cc00eb200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-05-06T06:53:31.332 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:31 smithi063 bash[21584]: cluster 2024-05-06T06:53:31.224883+0000 mon.a (mon.0) 76 : cluster [INF] Active manager daemon a restarted 2024-05-06T06:53:31.332 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:31 smithi063 bash[21584]: cluster 2024-05-06T06:53:31.224883+0000 mon.a (mon.0) 76 : cluster [INF] Active manager daemon a restarted 2024-05-06T06:53:31.332 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:31 smithi063 bash[21584]: cluster 2024-05-06T06:53:31.225381+0000 mon.a (mon.0) 77 : cluster [INF] Activating manager daemon a 2024-05-06T06:53:31.332 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:31 smithi063 bash[21584]: cluster 2024-05-06T06:53:31.225381+0000 mon.a (mon.0) 77 : cluster [INF] Activating manager daemon a 2024-05-06T06:53:31.332 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:31 smithi063 bash[21584]: cluster 2024-05-06T06:53:31.229594+0000 mon.a (mon.0) 78 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-05-06T06:53:31.332 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:31 smithi063 bash[21584]: cluster 2024-05-06T06:53:31.229594+0000 mon.a (mon.0) 78 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-05-06T06:53:31.332 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:31 smithi063 bash[21584]: cluster 2024-05-06T06:53:31.229720+0000 mon.a (mon.0) 79 : cluster [DBG] mgrmap e10: a(active, starting, since 0.00456528s) 2024-05-06T06:53:31.333 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:31 smithi063 bash[21584]: cluster 2024-05-06T06:53:31.229720+0000 mon.a (mon.0) 79 : cluster [DBG] mgrmap e10: a(active, starting, since 0.00456528s) 2024-05-06T06:53:31.333 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:31 smithi063 bash[21584]: audit 2024-05-06T06:53:31.233992+0000 mon.a (mon.0) 80 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T06:53:31.333 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:31 smithi063 bash[21584]: audit 2024-05-06T06:53:31.233992+0000 mon.a (mon.0) 80 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T06:53:31.333 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:31 smithi063 bash[21584]: audit 2024-05-06T06:53:31.234783+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-06T06:53:31.333 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:31 smithi063 bash[21584]: audit 2024-05-06T06:53:31.234783+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-06T06:53:31.333 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:31 smithi063 bash[21584]: audit 2024-05-06T06:53:31.235771+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-06T06:53:31.333 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:31 smithi063 bash[21584]: audit 2024-05-06T06:53:31.235771+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-06T06:53:31.333 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:31 smithi063 bash[21584]: audit 2024-05-06T06:53:31.236236+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-06T06:53:31.333 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:31 smithi063 bash[21584]: audit 2024-05-06T06:53:31.236236+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-06T06:53:31.333 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:31 smithi063 bash[21584]: audit 2024-05-06T06:53:31.236499+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-06T06:53:31.333 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:31 smithi063 bash[21584]: audit 2024-05-06T06:53:31.236499+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-06T06:53:31.333 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:31 smithi063 bash[21584]: cluster 2024-05-06T06:53:31.260415+0000 mon.a (mon.0) 85 : cluster [INF] Manager daemon a is now available 2024-05-06T06:53:31.333 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:31 smithi063 bash[21584]: cluster 2024-05-06T06:53:31.260415+0000 mon.a (mon.0) 85 : cluster [INF] Manager daemon a is now available 2024-05-06T06:53:32.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:32 smithi063 bash[21584]: audit 2024-05-06T06:53:31.283768+0000 mon.a (mon.0) 86 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:53:32.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:32 smithi063 bash[21584]: audit 2024-05-06T06:53:31.283768+0000 mon.a (mon.0) 86 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:53:32.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:32 smithi063 bash[21584]: audit 2024-05-06T06:53:31.287360+0000 mon.a (mon.0) 87 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T06:53:32.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:32 smithi063 bash[21584]: audit 2024-05-06T06:53:31.287360+0000 mon.a (mon.0) 87 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T06:53:32.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:32 smithi063 bash[21584]: audit 2024-05-06T06:53:31.307768+0000 mon.a (mon.0) 88 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-06T06:53:32.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:32 smithi063 bash[21584]: audit 2024-05-06T06:53:31.307768+0000 mon.a (mon.0) 88 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-06T06:53:32.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:32 smithi063 bash[21584]: audit 2024-05-06T06:53:31.311244+0000 mon.a (mon.0) 89 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-06T06:53:32.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:32 smithi063 bash[21584]: audit 2024-05-06T06:53:31.311244+0000 mon.a (mon.0) 89 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-06T06:53:32.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:32 smithi063 bash[21584]: cluster 2024-05-06T06:53:32.237391+0000 mon.a (mon.0) 90 : cluster [DBG] mgrmap e11: a(active, since 1.01222s) 2024-05-06T06:53:32.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:32 smithi063 bash[21584]: cluster 2024-05-06T06:53:32.237391+0000 mon.a (mon.0) 90 : cluster [DBG] mgrmap e11: a(active, since 1.01222s) 2024-05-06T06:53:32.903 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout { 2024-05-06T06:53:32.903 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-05-06T06:53:32.903 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "initialized": true 2024-05-06T06:53:32.903 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout } 2024-05-06T06:53:32.903 INFO:teuthology.orchestra.run.smithi063.stdout:mgr epoch 9 is available 2024-05-06T06:53:32.903 INFO:teuthology.orchestra.run.smithi063.stdout:Generating a dashboard self-signed certificate... 2024-05-06T06:53:33.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:33 smithi063 bash[21584]: cephadm 2024-05-06T06:53:31.988718+0000 mgr.a (mgr.14152) 1 : cephadm [INF] [06/May/2024:06:53:31] ENGINE Bus STARTING 2024-05-06T06:53:33.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:33 smithi063 bash[21584]: cephadm 2024-05-06T06:53:31.988718+0000 mgr.a (mgr.14152) 1 : cephadm [INF] [06/May/2024:06:53:31] ENGINE Bus STARTING 2024-05-06T06:53:33.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:33 smithi063 bash[21584]: cephadm 2024-05-06T06:53:32.111310+0000 mgr.a (mgr.14152) 2 : cephadm [INF] [06/May/2024:06:53:32] ENGINE Serving on https://172.21.15.63:7150 2024-05-06T06:53:33.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:33 smithi063 bash[21584]: cephadm 2024-05-06T06:53:32.111310+0000 mgr.a (mgr.14152) 2 : cephadm [INF] [06/May/2024:06:53:32] ENGINE Serving on https://172.21.15.63:7150 2024-05-06T06:53:33.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:33 smithi063 bash[21584]: cephadm 2024-05-06T06:53:32.212714+0000 mgr.a (mgr.14152) 3 : cephadm [INF] [06/May/2024:06:53:32] ENGINE Serving on http://172.21.15.63:8765 2024-05-06T06:53:33.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:33 smithi063 bash[21584]: cephadm 2024-05-06T06:53:32.212714+0000 mgr.a (mgr.14152) 3 : cephadm [INF] [06/May/2024:06:53:32] ENGINE Serving on http://172.21.15.63:8765 2024-05-06T06:53:33.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:33 smithi063 bash[21584]: cephadm 2024-05-06T06:53:32.212850+0000 mgr.a (mgr.14152) 4 : cephadm [INF] [06/May/2024:06:53:32] ENGINE Bus STARTED 2024-05-06T06:53:33.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:33 smithi063 bash[21584]: cephadm 2024-05-06T06:53:32.212850+0000 mgr.a (mgr.14152) 4 : cephadm [INF] [06/May/2024:06:53:32] ENGINE Bus STARTED 2024-05-06T06:53:33.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:33 smithi063 bash[21584]: audit 2024-05-06T06:53:32.238043+0000 mgr.a (mgr.14152) 5 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-05-06T06:53:33.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:33 smithi063 bash[21584]: audit 2024-05-06T06:53:32.238043+0000 mgr.a (mgr.14152) 5 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-05-06T06:53:33.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:33 smithi063 bash[21584]: audit 2024-05-06T06:53:32.254752+0000 mgr.a (mgr.14152) 6 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-05-06T06:53:33.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:33 smithi063 bash[21584]: audit 2024-05-06T06:53:32.254752+0000 mgr.a (mgr.14152) 6 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-05-06T06:53:34.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:34 smithi063 bash[21584]: cluster 2024-05-06T06:53:33.297097+0000 mon.a (mon.0) 91 : cluster [DBG] mgrmap e12: a(active, since 2s) 2024-05-06T06:53:34.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:34 smithi063 bash[21584]: cluster 2024-05-06T06:53:33.297097+0000 mon.a (mon.0) 91 : cluster [DBG] mgrmap e12: a(active, since 2s) 2024-05-06T06:53:34.974 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-05-06T06:53:34.975 INFO:teuthology.orchestra.run.smithi063.stdout:Creating initial admin user... 2024-05-06T06:53:35.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:35 smithi063 bash[21584]: audit 2024-05-06T06:53:34.208270+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-06T06:53:35.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:35 smithi063 bash[21584]: audit 2024-05-06T06:53:34.208270+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-06T06:53:35.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:35 smithi063 bash[21584]: audit 2024-05-06T06:53:34.323974+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:53:35.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:35 smithi063 bash[21584]: audit 2024-05-06T06:53:34.323974+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:53:35.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:35 smithi063 bash[21584]: audit 2024-05-06T06:53:34.329107+0000 mon.a (mon.0) 93 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:53:35.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:35 smithi063 bash[21584]: audit 2024-05-06T06:53:34.329107+0000 mon.a (mon.0) 93 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:53:36.928 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:36 smithi063 bash[21584]: audit 2024-05-06T06:53:36.268138+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-06T06:53:36.928 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:36 smithi063 bash[21584]: audit 2024-05-06T06:53:36.268138+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-06T06:53:37.288 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$GNWjSqhVCHntO.oKmhUsEucnOLY/TNb7tVNYkifFJcI8nfSmw6No.", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1714978416, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-05-06T06:53:37.288 INFO:teuthology.orchestra.run.smithi063.stdout:Fetching dashboard port number... 2024-05-06T06:53:37.965 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:37 smithi063 bash[21584]: audit 2024-05-06T06:53:36.700191+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:53:37.965 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:37 smithi063 bash[21584]: audit 2024-05-06T06:53:36.700191+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:53:38.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:38 smithi063 bash[21584]: cluster 2024-05-06T06:53:37.711223+0000 mon.a (mon.0) 95 : cluster [DBG] mgrmap e13: a(active, since 6s) 2024-05-06T06:53:38.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:38 smithi063 bash[21584]: cluster 2024-05-06T06:53:37.711223+0000 mon.a (mon.0) 95 : cluster [DBG] mgrmap e13: a(active, since 6s) 2024-05-06T06:53:38.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:38 smithi063 bash[21584]: audit 2024-05-06T06:53:38.012723+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:53:38.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:38 smithi063 bash[21584]: audit 2024-05-06T06:53:38.012723+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:53:38.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:38 smithi063 bash[21584]: audit 2024-05-06T06:53:38.013417+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi063", "name": "osd_memory_target"}]: dispatch 2024-05-06T06:53:38.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:38 smithi063 bash[21584]: audit 2024-05-06T06:53:38.013417+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi063", "name": "osd_memory_target"}]: dispatch 2024-05-06T06:53:38.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:38 smithi063 bash[21584]: audit 2024-05-06T06:53:38.016706+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:53:38.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:38 smithi063 bash[21584]: audit 2024-05-06T06:53:38.016706+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:53:38.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:38 smithi063 bash[21584]: audit 2024-05-06T06:53:38.018377+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi063", "caps": []}]: dispatch 2024-05-06T06:53:38.833 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:38 smithi063 bash[21584]: audit 2024-05-06T06:53:38.018377+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi063", "caps": []}]: dispatch 2024-05-06T06:53:38.833 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:38 smithi063 bash[21584]: audit 2024-05-06T06:53:38.019105+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi063", "caps": []}]': finished 2024-05-06T06:53:38.833 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:38 smithi063 bash[21584]: audit 2024-05-06T06:53:38.019105+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi063", "caps": []}]': finished 2024-05-06T06:53:38.833 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:38 smithi063 bash[21584]: audit 2024-05-06T06:53:38.536404+0000 mon.a (mon.0) 101 : audit [DBG] from='client.? 172.21.15.63:0/571565414' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-05-06T06:53:38.833 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:38 smithi063 bash[21584]: audit 2024-05-06T06:53:38.536404+0000 mon.a (mon.0) 101 : audit [DBG] from='client.? 172.21.15.63:0/571565414' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-05-06T06:53:39.143 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout 8443 2024-05-06T06:53:39.143 INFO:teuthology.orchestra.run.smithi063.stdout:firewalld does not appear to be present 2024-05-06T06:53:39.143 INFO:teuthology.orchestra.run.smithi063.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-05-06T06:53:39.146 INFO:teuthology.orchestra.run.smithi063.stdout:Ceph Dashboard is now available at: 2024-05-06T06:53:39.146 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-06T06:53:39.147 INFO:teuthology.orchestra.run.smithi063.stdout: URL: https://smithi063.front.sepia.ceph.com:8443/ 2024-05-06T06:53:39.147 INFO:teuthology.orchestra.run.smithi063.stdout: User: admin 2024-05-06T06:53:39.147 INFO:teuthology.orchestra.run.smithi063.stdout: Password: nkhdw3jkuz 2024-05-06T06:53:39.147 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-06T06:53:39.147 INFO:teuthology.orchestra.run.smithi063.stdout:Saving cluster configuration to /var/lib/ceph/fac46718-0b74-11ef-bc97-c7b262605968/config directory 2024-05-06T06:53:39.148 INFO:teuthology.orchestra.run.smithi063.stdout:Enabling autotune for osd_memory_target 2024-05-06T06:53:40.081 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:39 smithi063 bash[21584]: cephadm 2024-05-06T06:53:38.774884+0000 mgr.a (mgr.14152) 9 : cephadm [INF] Deploying daemon agent.smithi063 on smithi063 2024-05-06T06:53:40.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:39 smithi063 bash[21584]: cephadm 2024-05-06T06:53:38.774884+0000 mgr.a (mgr.14152) 9 : cephadm [INF] Deploying daemon agent.smithi063 on smithi063 2024-05-06T06:53:43.175 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-05-06T06:53:43.176 INFO:teuthology.orchestra.run.smithi063.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-05-06T06:53:43.176 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-06T06:53:43.176 INFO:teuthology.orchestra.run.smithi063.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid fac46718-0b74-11ef-bc97-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-05-06T06:53:43.176 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-06T06:53:43.176 INFO:teuthology.orchestra.run.smithi063.stdout:Or, if you are only running a single cluster on this host: 2024-05-06T06:53:43.176 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-06T06:53:43.176 INFO:teuthology.orchestra.run.smithi063.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-05-06T06:53:43.176 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-06T06:53:43.176 INFO:teuthology.orchestra.run.smithi063.stdout:Please consider enabling telemetry to help improve Ceph: 2024-05-06T06:53:43.176 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-06T06:53:43.176 INFO:teuthology.orchestra.run.smithi063.stdout: ceph telemetry on 2024-05-06T06:53:43.176 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-06T06:53:43.177 INFO:teuthology.orchestra.run.smithi063.stdout:For more information see: 2024-05-06T06:53:43.177 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-06T06:53:43.177 INFO:teuthology.orchestra.run.smithi063.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-05-06T06:53:43.177 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-06T06:53:43.177 INFO:teuthology.orchestra.run.smithi063.stdout:Bootstrap complete. 2024-05-06T06:53:43.236 INFO:tasks.cephadm:Fetching config... 2024-05-06T06:53:43.236 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-05-06T06:53:43.236 DEBUG:teuthology.orchestra.run.smithi063:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-05-06T06:53:43.242 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-05-06T06:53:43.242 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-05-06T06:53:43.242 DEBUG:teuthology.orchestra.run.smithi063:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-05-06T06:53:43.289 INFO:tasks.cephadm:Fetching mon keyring... 2024-05-06T06:53:43.289 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-05-06T06:53:43.289 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd if=/var/lib/ceph/fac46718-0b74-11ef-bc97-c7b262605968/mon.a/keyring of=/dev/stdout 2024-05-06T06:53:43.345 INFO:tasks.cephadm:Fetching pub ssh key... 2024-05-06T06:53:43.346 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-05-06T06:53:43.346 DEBUG:teuthology.orchestra.run.smithi063:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-05-06T06:53:43.398 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-05-06T06:53:43.399 DEBUG:teuthology.orchestra.run.smithi063:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCtp3oDkyqD3NVAwBudiVAH0vQzO2OOHRymVv9gldkEFo08pLAdl1XODm/uSgmRpfLHydjQtnzmhO/HsVBBXxlK2mBpX/236CTCUrEouFhHugUfb92ofBI2lU46esA6KeGSo2zS8CpUp+vhNk9kJZKPTBs48bnsFAcT0wYaDOKVSMUYhXwvxI76/jJnv5UMbqrLcKWjS/JnpAYDE0AZFXpOQrk88GcU4rYV8H6sbe/V0LUtSw/WF0kXoriCfSR5q4V+IdV5uZJVh89l8Th0AU9o2slDZ8ipLKJQmrlmQuUpzysOOaTf02VOkBHnbxBhAaVc4XqLqqvTNxyrLP4SDuL95w+m3qc+BzbUvxNfkA5PrCTEPXXNYOAiiIM4hZymRw7NnRUvtUDSMr0jqBkN1mtqQmLLQScQP8/+1IVKbkoK/Tpfiu/yJQklXem3kiF63eiRR2YFU+XK/xrKJE6DENHkIpnnBwC4DAhOiPKLqRWeBpLH0fFYwBD3IAK6qdsrZ1c= ceph-fac46718-0b74-11ef-bc97-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-05-06T06:53:43.461 INFO:teuthology.orchestra.run.smithi063.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCtp3oDkyqD3NVAwBudiVAH0vQzO2OOHRymVv9gldkEFo08pLAdl1XODm/uSgmRpfLHydjQtnzmhO/HsVBBXxlK2mBpX/236CTCUrEouFhHugUfb92ofBI2lU46esA6KeGSo2zS8CpUp+vhNk9kJZKPTBs48bnsFAcT0wYaDOKVSMUYhXwvxI76/jJnv5UMbqrLcKWjS/JnpAYDE0AZFXpOQrk88GcU4rYV8H6sbe/V0LUtSw/WF0kXoriCfSR5q4V+IdV5uZJVh89l8Th0AU9o2slDZ8ipLKJQmrlmQuUpzysOOaTf02VOkBHnbxBhAaVc4XqLqqvTNxyrLP4SDuL95w+m3qc+BzbUvxNfkA5PrCTEPXXNYOAiiIM4hZymRw7NnRUvtUDSMr0jqBkN1mtqQmLLQScQP8/+1IVKbkoK/Tpfiu/yJQklXem3kiF63eiRR2YFU+XK/xrKJE6DENHkIpnnBwC4DAhOiPKLqRWeBpLH0fFYwBD3IAK6qdsrZ1c= ceph-fac46718-0b74-11ef-bc97-c7b262605968 2024-05-06T06:53:43.470 DEBUG:teuthology.orchestra.run.smithi110:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCtp3oDkyqD3NVAwBudiVAH0vQzO2OOHRymVv9gldkEFo08pLAdl1XODm/uSgmRpfLHydjQtnzmhO/HsVBBXxlK2mBpX/236CTCUrEouFhHugUfb92ofBI2lU46esA6KeGSo2zS8CpUp+vhNk9kJZKPTBs48bnsFAcT0wYaDOKVSMUYhXwvxI76/jJnv5UMbqrLcKWjS/JnpAYDE0AZFXpOQrk88GcU4rYV8H6sbe/V0LUtSw/WF0kXoriCfSR5q4V+IdV5uZJVh89l8Th0AU9o2slDZ8ipLKJQmrlmQuUpzysOOaTf02VOkBHnbxBhAaVc4XqLqqvTNxyrLP4SDuL95w+m3qc+BzbUvxNfkA5PrCTEPXXNYOAiiIM4hZymRw7NnRUvtUDSMr0jqBkN1mtqQmLLQScQP8/+1IVKbkoK/Tpfiu/yJQklXem3kiF63eiRR2YFU+XK/xrKJE6DENHkIpnnBwC4DAhOiPKLqRWeBpLH0fFYwBD3IAK6qdsrZ1c= ceph-fac46718-0b74-11ef-bc97-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-05-06T06:53:43.494 INFO:teuthology.orchestra.run.smithi110.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCtp3oDkyqD3NVAwBudiVAH0vQzO2OOHRymVv9gldkEFo08pLAdl1XODm/uSgmRpfLHydjQtnzmhO/HsVBBXxlK2mBpX/236CTCUrEouFhHugUfb92ofBI2lU46esA6KeGSo2zS8CpUp+vhNk9kJZKPTBs48bnsFAcT0wYaDOKVSMUYhXwvxI76/jJnv5UMbqrLcKWjS/JnpAYDE0AZFXpOQrk88GcU4rYV8H6sbe/V0LUtSw/WF0kXoriCfSR5q4V+IdV5uZJVh89l8Th0AU9o2slDZ8ipLKJQmrlmQuUpzysOOaTf02VOkBHnbxBhAaVc4XqLqqvTNxyrLP4SDuL95w+m3qc+BzbUvxNfkA5PrCTEPXXNYOAiiIM4hZymRw7NnRUvtUDSMr0jqBkN1mtqQmLLQScQP8/+1IVKbkoK/Tpfiu/yJQklXem3kiF63eiRR2YFU+XK/xrKJE6DENHkIpnnBwC4DAhOiPKLqRWeBpLH0fFYwBD3IAK6qdsrZ1c= ceph-fac46718-0b74-11ef-bc97-c7b262605968 2024-05-06T06:53:43.504 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fac46718-0b74-11ef-bc97-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-05-06T06:53:43.505 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:43 smithi063 systemd[1]: /etc/systemd/system/ceph-fac46718-0b74-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-06T06:53:43.505 INFO:journalctl@ceph.mgr.a.smithi063.stdout:May 06 06:53:43 smithi063 systemd[1]: /etc/systemd/system/ceph-fac46718-0b74-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-06T06:53:43.760 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:43 smithi063 bash[21584]: audit 2024-05-06T06:53:42.521145+0000 mon.a (mon.0) 102 : audit [INF] from='client.? 172.21.15.63:0/206586362' entity='client.admin' 2024-05-06T06:53:43.761 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:43 smithi063 bash[21584]: audit 2024-05-06T06:53:42.521145+0000 mon.a (mon.0) 102 : audit [INF] from='client.? 172.21.15.63:0/206586362' entity='client.admin' 2024-05-06T06:53:43.761 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:43 smithi063 systemd[1]: /etc/systemd/system/ceph-fac46718-0b74-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-06T06:53:43.761 INFO:journalctl@ceph.mgr.a.smithi063.stdout:May 06 06:53:43 smithi063 systemd[1]: /etc/systemd/system/ceph-fac46718-0b74-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-06T06:53:45.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:44 smithi063 bash[21584]: audit 2024-05-06T06:53:43.799886+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:53:45.083 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:44 smithi063 bash[21584]: audit 2024-05-06T06:53:43.799886+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:53:45.083 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:44 smithi063 bash[21584]: audit 2024-05-06T06:53:43.804403+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:53:45.083 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:44 smithi063 bash[21584]: audit 2024-05-06T06:53:43.804403+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:53:45.083 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:44 smithi063 bash[21584]: audit 2024-05-06T06:53:43.808326+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:53:45.083 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:44 smithi063 bash[21584]: audit 2024-05-06T06:53:43.808326+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:53:45.083 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:44 smithi063 bash[21584]: audit 2024-05-06T06:53:43.825430+0000 mon.a (mon.0) 106 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T06:53:45.083 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:44 smithi063 bash[21584]: audit 2024-05-06T06:53:43.825430+0000 mon.a (mon.0) 106 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T06:53:45.083 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:44 smithi063 bash[21584]: audit 2024-05-06T06:53:43.829819+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:53:45.083 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:44 smithi063 bash[21584]: audit 2024-05-06T06:53:43.829819+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:53:45.083 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:44 smithi063 bash[21584]: audit 2024-05-06T06:53:43.832219+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:53:45.083 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:44 smithi063 bash[21584]: audit 2024-05-06T06:53:43.832219+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:53:45.083 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:44 smithi063 bash[21584]: audit 2024-05-06T06:53:43.834694+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:53:45.083 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:44 smithi063 bash[21584]: audit 2024-05-06T06:53:43.834694+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:53:45.083 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:44 smithi063 bash[21584]: audit 2024-05-06T06:53:43.837344+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:53:45.084 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:44 smithi063 bash[21584]: audit 2024-05-06T06:53:43.837344+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:53:45.084 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:44 smithi063 bash[21584]: audit 2024-05-06T06:53:43.841854+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:53:45.084 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:44 smithi063 bash[21584]: audit 2024-05-06T06:53:43.841854+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:53:45.084 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:44 smithi063 bash[21584]: audit 2024-05-06T06:53:43.877683+0000 mon.a (mon.0) 112 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T06:53:45.084 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:44 smithi063 bash[21584]: audit 2024-05-06T06:53:43.877683+0000 mon.a (mon.0) 112 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T06:53:45.084 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:44 smithi063 bash[21584]: audit 2024-05-06T06:53:43.884218+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:53:45.084 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:44 smithi063 bash[21584]: audit 2024-05-06T06:53:43.884218+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:53:45.084 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:44 smithi063 bash[21584]: audit 2024-05-06T06:53:44.244786+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:53:45.084 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:44 smithi063 bash[21584]: audit 2024-05-06T06:53:44.244786+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:53:47.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:47 smithi063 bash[21584]: audit 2024-05-06T06:53:46.306609+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:53:47.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:47 smithi063 bash[21584]: audit 2024-05-06T06:53:46.306609+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:53:48.243 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/fac46718-0b74-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T06:53:49.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:49 smithi063 bash[21584]: audit 2024-05-06T06:53:48.774576+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:53:49.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:49 smithi063 bash[21584]: audit 2024-05-06T06:53:48.774576+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:53:49.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:49 smithi063 bash[21584]: audit 2024-05-06T06:53:48.779371+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:53:49.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:49 smithi063 bash[21584]: audit 2024-05-06T06:53:48.779371+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:53:51.792 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-05-06T06:53:51.792 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fac46718-0b74-11ef-bc97-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-05-06T06:53:52.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:52 smithi063 bash[21584]: audit 2024-05-06T06:53:51.107130+0000 mon.a (mon.0) 118 : audit [INF] from='client.? 172.21.15.63:0/746799614' entity='client.admin' 2024-05-06T06:53:52.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:52 smithi063 bash[21584]: audit 2024-05-06T06:53:51.107130+0000 mon.a (mon.0) 118 : audit [INF] from='client.? 172.21.15.63:0/746799614' entity='client.admin' 2024-05-06T06:53:52.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:52 smithi063 bash[21584]: audit 2024-05-06T06:53:51.149886+0000 mon.a (mon.0) 119 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T06:53:52.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:52 smithi063 bash[21584]: audit 2024-05-06T06:53:51.149886+0000 mon.a (mon.0) 119 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T06:53:52.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:52 smithi063 bash[21584]: audit 2024-05-06T06:53:51.154070+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:53:52.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:52 smithi063 bash[21584]: audit 2024-05-06T06:53:51.154070+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:53:52.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:52 smithi063 bash[21584]: cluster 2024-05-06T06:53:51.237178+0000 mgr.a (mgr.14152) 10 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:53:52.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:52 smithi063 bash[21584]: cluster 2024-05-06T06:53:51.237178+0000 mgr.a (mgr.14152) 10 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:53:54.542 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:54 smithi063 bash[21584]: cluster 2024-05-06T06:53:53.237513+0000 mgr.a (mgr.14152) 11 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:53:54.542 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:54 smithi063 bash[21584]: cluster 2024-05-06T06:53:53.237513+0000 mgr.a (mgr.14152) 11 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:53:56.389 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/fac46718-0b74-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T06:53:56.411 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:56 smithi063 bash[21584]: cluster 2024-05-06T06:53:55.238041+0000 mgr.a (mgr.14152) 12 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:53:56.412 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:56 smithi063 bash[21584]: cluster 2024-05-06T06:53:55.238041+0000 mgr.a (mgr.14152) 12 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:53:56.412 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:56 smithi063 bash[21584]: audit 2024-05-06T06:53:56.145006+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:53:56.412 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:56 smithi063 bash[21584]: audit 2024-05-06T06:53:56.145006+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:53:56.412 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:56 smithi063 bash[21584]: audit 2024-05-06T06:53:56.153270+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:53:56.412 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:56 smithi063 bash[21584]: audit 2024-05-06T06:53:56.153270+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:53:58.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:58 smithi063 bash[21584]: cluster 2024-05-06T06:53:57.238622+0000 mgr.a (mgr.14152) 13 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:53:58.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:58 smithi063 bash[21584]: cluster 2024-05-06T06:53:57.238622+0000 mgr.a (mgr.14152) 13 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:53:59.707 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi110 2024-05-06T06:53:59.707 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2024-05-06T06:53:59.707 DEBUG:teuthology.orchestra.run.smithi110:> dd of=/etc/ceph/ceph.conf 2024-05-06T06:53:59.713 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2024-05-06T06:53:59.713 DEBUG:teuthology.orchestra.run.smithi110:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-05-06T06:53:59.760 INFO:tasks.cephadm:Adding host smithi110 to orchestrator... 2024-05-06T06:53:59.760 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fac46718-0b74-11ef-bc97-c7b262605968 -- ceph orch host add smithi110 2024-05-06T06:54:00.333 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:59 smithi063 bash[21584]: audit 2024-05-06T06:53:58.990861+0000 mgr.a (mgr.14152) 14 : 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-06T06:54:00.333 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:59 smithi063 bash[21584]: audit 2024-05-06T06:53:58.990861+0000 mgr.a (mgr.14152) 14 : 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-06T06:54:00.333 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:59 smithi063 bash[21584]: audit 2024-05-06T06:53:58.996150+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:00.333 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:59 smithi063 bash[21584]: audit 2024-05-06T06:53:58.996150+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:00.333 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:59 smithi063 bash[21584]: audit 2024-05-06T06:53:59.005734+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T06:54:00.333 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:59 smithi063 bash[21584]: audit 2024-05-06T06:53:59.005734+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T06:54:00.333 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:59 smithi063 bash[21584]: audit 2024-05-06T06:53:59.007863+0000 mon.a (mon.0) 125 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:54:00.333 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:59 smithi063 bash[21584]: audit 2024-05-06T06:53:59.007863+0000 mon.a (mon.0) 125 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:54:00.333 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:59 smithi063 bash[21584]: audit 2024-05-06T06:53:59.008694+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T06:54:00.333 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:59 smithi063 bash[21584]: audit 2024-05-06T06:53:59.008694+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T06:54:00.334 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:59 smithi063 bash[21584]: cephadm 2024-05-06T06:53:59.009886+0000 mgr.a (mgr.14152) 15 : cephadm [INF] Updating smithi063:/etc/ceph/ceph.conf 2024-05-06T06:54:00.334 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:59 smithi063 bash[21584]: cephadm 2024-05-06T06:53:59.009886+0000 mgr.a (mgr.14152) 15 : cephadm [INF] Updating smithi063:/etc/ceph/ceph.conf 2024-05-06T06:54:00.334 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:59 smithi063 bash[21584]: cephadm 2024-05-06T06:53:59.124388+0000 mgr.a (mgr.14152) 16 : cephadm [INF] Updating smithi063:/var/lib/ceph/fac46718-0b74-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T06:54:00.334 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:59 smithi063 bash[21584]: cephadm 2024-05-06T06:53:59.124388+0000 mgr.a (mgr.14152) 16 : cephadm [INF] Updating smithi063:/var/lib/ceph/fac46718-0b74-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T06:54:00.334 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:59 smithi063 bash[21584]: cephadm 2024-05-06T06:53:59.238879+0000 mgr.a (mgr.14152) 17 : cephadm [INF] Updating smithi063:/etc/ceph/ceph.client.admin.keyring 2024-05-06T06:54:00.334 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:59 smithi063 bash[21584]: cephadm 2024-05-06T06:53:59.238879+0000 mgr.a (mgr.14152) 17 : cephadm [INF] Updating smithi063:/etc/ceph/ceph.client.admin.keyring 2024-05-06T06:54:00.334 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:59 smithi063 bash[21584]: cluster 2024-05-06T06:53:59.238998+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-06T06:54:00.334 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:59 smithi063 bash[21584]: cluster 2024-05-06T06:53:59.238998+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-06T06:54:00.334 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:59 smithi063 bash[21584]: cephadm 2024-05-06T06:53:59.403763+0000 mgr.a (mgr.14152) 19 : cephadm [INF] Updating smithi063:/var/lib/ceph/fac46718-0b74-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-06T06:54:00.334 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:59 smithi063 bash[21584]: cephadm 2024-05-06T06:53:59.403763+0000 mgr.a (mgr.14152) 19 : cephadm [INF] Updating smithi063:/var/lib/ceph/fac46718-0b74-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-06T06:54:00.334 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:59 smithi063 bash[21584]: audit 2024-05-06T06:53:59.572958+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:00.334 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:59 smithi063 bash[21584]: audit 2024-05-06T06:53:59.572958+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:00.334 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:59 smithi063 bash[21584]: audit 2024-05-06T06:53:59.576824+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:00.335 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:53:59 smithi063 bash[21584]: audit 2024-05-06T06:53:59.576824+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:00.335 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:00 smithi063 bash[21584]: audit 2024-05-06T06:53:59.580703+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:00.335 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:00 smithi063 bash[21584]: audit 2024-05-06T06:53:59.580703+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:02.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:02 smithi063 bash[21584]: cluster 2024-05-06T06:54:01.239342+0000 mgr.a (mgr.14152) 20 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:54:02.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:02 smithi063 bash[21584]: cluster 2024-05-06T06:54:01.239342+0000 mgr.a (mgr.14152) 20 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:54:04.472 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/fac46718-0b74-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T06:54:04.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:04 smithi063 bash[21584]: cluster 2024-05-06T06:54:03.239836+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-06T06:54:04.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:04 smithi063 bash[21584]: cluster 2024-05-06T06:54:03.239836+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-06T06:54:06.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:06 smithi063 bash[21584]: cluster 2024-05-06T06:54:05.240302+0000 mgr.a (mgr.14152) 22 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:54:06.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:06 smithi063 bash[21584]: cluster 2024-05-06T06:54:05.240302+0000 mgr.a (mgr.14152) 22 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:54:08.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:08 smithi063 bash[21584]: cluster 2024-05-06T06:54:07.240614+0000 mgr.a (mgr.14152) 23 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:54:08.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:08 smithi063 bash[21584]: cluster 2024-05-06T06:54:07.240614+0000 mgr.a (mgr.14152) 23 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:54:08.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:08 smithi063 bash[21584]: audit 2024-05-06T06:54:07.826745+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:08.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:08 smithi063 bash[21584]: audit 2024-05-06T06:54:07.826745+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:08.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:08 smithi063 bash[21584]: audit 2024-05-06T06:54:07.830212+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:08.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:08 smithi063 bash[21584]: audit 2024-05-06T06:54:07.830212+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:08.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:08 smithi063 bash[21584]: audit 2024-05-06T06:54:07.834337+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:08.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:08 smithi063 bash[21584]: audit 2024-05-06T06:54:07.834337+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:09.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:09 smithi063 bash[21584]: audit 2024-05-06T06:54:08.152522+0000 mgr.a (mgr.14152) 24 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi110", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T06:54:09.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:09 smithi063 bash[21584]: audit 2024-05-06T06:54:08.152522+0000 mgr.a (mgr.14152) 24 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi110", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T06:54:10.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:10 smithi063 bash[21584]: cephadm 2024-05-06T06:54:08.811450+0000 mgr.a (mgr.14152) 25 : cephadm [INF] Deploying cephadm binary to smithi110 2024-05-06T06:54:10.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:10 smithi063 bash[21584]: cephadm 2024-05-06T06:54:08.811450+0000 mgr.a (mgr.14152) 25 : cephadm [INF] Deploying cephadm binary to smithi110 2024-05-06T06:54:10.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:10 smithi063 bash[21584]: cluster 2024-05-06T06:54:09.240912+0000 mgr.a (mgr.14152) 26 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:54:10.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:10 smithi063 bash[21584]: cluster 2024-05-06T06:54:09.240912+0000 mgr.a (mgr.14152) 26 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:54:12.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:12 smithi063 bash[21584]: cluster 2024-05-06T06:54:11.241287+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-06T06:54:12.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:12 smithi063 bash[21584]: cluster 2024-05-06T06:54:11.241287+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-06T06:54:14.119 INFO:teuthology.orchestra.run.smithi063.stdout:Added host 'smithi110' with addr '172.21.15.110' 2024-05-06T06:54:14.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:14 smithi063 bash[21584]: cluster 2024-05-06T06:54:13.241675+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-06T06:54:14.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:14 smithi063 bash[21584]: cluster 2024-05-06T06:54:13.241675+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-06T06:54:14.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:14 smithi063 bash[21584]: audit 2024-05-06T06:54:14.119257+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:14.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:14 smithi063 bash[21584]: audit 2024-05-06T06:54:14.119257+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:14.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:14 smithi063 bash[21584]: audit 2024-05-06T06:54:14.165025+0000 mon.a (mon.0) 134 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T06:54:14.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:14 smithi063 bash[21584]: audit 2024-05-06T06:54:14.165025+0000 mon.a (mon.0) 134 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T06:54:14.746 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fac46718-0b74-11ef-bc97-c7b262605968 -- ceph orch host ls --format=json 2024-05-06T06:54:15.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:15 smithi063 bash[21584]: cephadm 2024-05-06T06:54:14.120131+0000 mgr.a (mgr.14152) 29 : cephadm [INF] Added host smithi110 2024-05-06T06:54:15.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:15 smithi063 bash[21584]: cephadm 2024-05-06T06:54:14.120131+0000 mgr.a (mgr.14152) 29 : cephadm [INF] Added host smithi110 2024-05-06T06:54:15.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:15 smithi063 bash[21584]: audit 2024-05-06T06:54:14.638638+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:15.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:15 smithi063 bash[21584]: audit 2024-05-06T06:54:14.638638+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:16.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:16 smithi063 bash[21584]: cluster 2024-05-06T06:54:15.242066+0000 mgr.a (mgr.14152) 30 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:54:16.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:16 smithi063 bash[21584]: cluster 2024-05-06T06:54:15.242066+0000 mgr.a (mgr.14152) 30 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:54:16.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:16 smithi063 bash[21584]: audit 2024-05-06T06:54:16.114374+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:16.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:16 smithi063 bash[21584]: audit 2024-05-06T06:54:16.114374+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:16.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:16 smithi063 bash[21584]: audit 2024-05-06T06:54:16.120560+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:16.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:16 smithi063 bash[21584]: audit 2024-05-06T06:54:16.120560+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:16.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:16 smithi063 bash[21584]: audit 2024-05-06T06:54:16.122044+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi110", "name": "osd_memory_target"}]: dispatch 2024-05-06T06:54:16.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:16 smithi063 bash[21584]: audit 2024-05-06T06:54:16.122044+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi110", "name": "osd_memory_target"}]: dispatch 2024-05-06T06:54:16.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:16 smithi063 bash[21584]: audit 2024-05-06T06:54:16.124200+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:54:16.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:16 smithi063 bash[21584]: audit 2024-05-06T06:54:16.124200+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:54:16.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:16 smithi063 bash[21584]: audit 2024-05-06T06:54:16.126029+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T06:54:16.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:16 smithi063 bash[21584]: audit 2024-05-06T06:54:16.126029+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T06:54:17.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:17 smithi063 bash[21584]: cephadm 2024-05-06T06:54:16.128973+0000 mgr.a (mgr.14152) 31 : cephadm [INF] Updating smithi110:/etc/ceph/ceph.conf 2024-05-06T06:54:17.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:17 smithi063 bash[21584]: cephadm 2024-05-06T06:54:16.128973+0000 mgr.a (mgr.14152) 31 : cephadm [INF] Updating smithi110:/etc/ceph/ceph.conf 2024-05-06T06:54:17.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:17 smithi063 bash[21584]: cephadm 2024-05-06T06:54:16.345240+0000 mgr.a (mgr.14152) 32 : cephadm [INF] Updating smithi110:/var/lib/ceph/fac46718-0b74-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T06:54:17.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:17 smithi063 bash[21584]: cephadm 2024-05-06T06:54:16.345240+0000 mgr.a (mgr.14152) 32 : cephadm [INF] Updating smithi110:/var/lib/ceph/fac46718-0b74-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T06:54:17.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:17 smithi063 bash[21584]: cephadm 2024-05-06T06:54:16.561641+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Updating smithi110:/etc/ceph/ceph.client.admin.keyring 2024-05-06T06:54:17.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:17 smithi063 bash[21584]: cephadm 2024-05-06T06:54:16.561641+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Updating smithi110:/etc/ceph/ceph.client.admin.keyring 2024-05-06T06:54:17.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:17 smithi063 bash[21584]: audit 2024-05-06T06:54:16.896455+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:17.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:17 smithi063 bash[21584]: audit 2024-05-06T06:54:16.896455+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:17.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:17 smithi063 bash[21584]: audit 2024-05-06T06:54:16.902167+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:17.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:17 smithi063 bash[21584]: audit 2024-05-06T06:54:16.902167+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:17.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:17 smithi063 bash[21584]: audit 2024-05-06T06:54:16.905819+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi110", "caps": []}]: dispatch 2024-05-06T06:54:17.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:17 smithi063 bash[21584]: audit 2024-05-06T06:54:16.905819+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi110", "caps": []}]: dispatch 2024-05-06T06:54:17.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:17 smithi063 bash[21584]: audit 2024-05-06T06:54:16.907209+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi110", "caps": []}]': finished 2024-05-06T06:54:17.584 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:17 smithi063 bash[21584]: audit 2024-05-06T06:54:16.907209+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi110", "caps": []}]': finished 2024-05-06T06:54:18.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:18 smithi063 bash[21584]: cephadm 2024-05-06T06:54:16.726359+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi110:/var/lib/ceph/fac46718-0b74-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-06T06:54:18.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:18 smithi063 bash[21584]: cephadm 2024-05-06T06:54:16.726359+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi110:/var/lib/ceph/fac46718-0b74-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-06T06:54:18.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:18 smithi063 bash[21584]: cluster 2024-05-06T06:54:17.242438+0000 mgr.a (mgr.14152) 35 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:54:18.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:18 smithi063 bash[21584]: cluster 2024-05-06T06:54:17.242438+0000 mgr.a (mgr.14152) 35 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:54:19.467 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/fac46718-0b74-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T06:54:20.833 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:20 smithi063 bash[21584]: cephadm 2024-05-06T06:54:18.640459+0000 mgr.a (mgr.14152) 36 : cephadm [INF] Deploying daemon agent.smithi110 on smithi110 2024-05-06T06:54:20.833 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:20 smithi063 bash[21584]: cephadm 2024-05-06T06:54:18.640459+0000 mgr.a (mgr.14152) 36 : cephadm [INF] Deploying daemon agent.smithi110 on smithi110 2024-05-06T06:54:20.833 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:20 smithi063 bash[21584]: cluster 2024-05-06T06:54:19.242871+0000 mgr.a (mgr.14152) 37 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:54:20.833 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:20 smithi063 bash[21584]: cluster 2024-05-06T06:54:19.242871+0000 mgr.a (mgr.14152) 37 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:54:20.833 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:20 smithi063 bash[21584]: audit 2024-05-06T06:54:19.587814+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:20.833 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:20 smithi063 bash[21584]: audit 2024-05-06T06:54:19.587814+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:20.833 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:20 smithi063 bash[21584]: audit 2024-05-06T06:54:19.612332+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:20.833 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:20 smithi063 bash[21584]: audit 2024-05-06T06:54:19.612332+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:20.833 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:20 smithi063 bash[21584]: audit 2024-05-06T06:54:19.618444+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:20.833 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:20 smithi063 bash[21584]: audit 2024-05-06T06:54:19.618444+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:20.834 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:20 smithi063 bash[21584]: audit 2024-05-06T06:54:19.685184+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T06:54:20.834 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:20 smithi063 bash[21584]: audit 2024-05-06T06:54:19.685184+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T06:54:20.834 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:20 smithi063 bash[21584]: audit 2024-05-06T06:54:19.688914+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:54:20.834 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:20 smithi063 bash[21584]: audit 2024-05-06T06:54:19.688914+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:54:20.834 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:20 smithi063 bash[21584]: audit 2024-05-06T06:54:19.690199+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T06:54:20.834 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:20 smithi063 bash[21584]: audit 2024-05-06T06:54:19.690199+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T06:54:20.834 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:20 smithi063 bash[21584]: audit 2024-05-06T06:54:19.695418+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:20.834 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:20 smithi063 bash[21584]: audit 2024-05-06T06:54:19.695418+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:20.834 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:20 smithi063 bash[21584]: audit 2024-05-06T06:54:19.764425+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T06:54:20.834 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:20 smithi063 bash[21584]: audit 2024-05-06T06:54:19.764425+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T06:54:20.834 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:20 smithi063 bash[21584]: audit 2024-05-06T06:54:19.767918+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:54:20.834 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:20 smithi063 bash[21584]: audit 2024-05-06T06:54:19.767918+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:54:20.834 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:20 smithi063 bash[21584]: audit 2024-05-06T06:54:19.769380+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T06:54:20.835 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:20 smithi063 bash[21584]: audit 2024-05-06T06:54:19.769380+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T06:54:20.835 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:20 smithi063 bash[21584]: audit 2024-05-06T06:54:19.777081+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:20.835 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:20 smithi063 bash[21584]: audit 2024-05-06T06:54:19.777081+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:20.835 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:20 smithi063 bash[21584]: audit 2024-05-06T06:54:20.076547+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:20.835 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:20 smithi063 bash[21584]: audit 2024-05-06T06:54:20.076547+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:22.357 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:22 smithi063 bash[21584]: audit 2024-05-06T06:54:21.146033+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:22.357 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:22 smithi063 bash[21584]: audit 2024-05-06T06:54:21.146033+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:22.357 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:22 smithi063 bash[21584]: audit 2024-05-06T06:54:21.154620+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:22.357 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:22 smithi063 bash[21584]: audit 2024-05-06T06:54:21.154620+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:22.357 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:22 smithi063 bash[21584]: cluster 2024-05-06T06:54:21.243253+0000 mgr.a (mgr.14152) 38 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:54:22.357 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:22 smithi063 bash[21584]: cluster 2024-05-06T06:54:21.243253+0000 mgr.a (mgr.14152) 38 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:54:22.357 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:22 smithi063 bash[21584]: audit 2024-05-06T06:54:21.316327+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:22.357 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:22 smithi063 bash[21584]: audit 2024-05-06T06:54:21.316327+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:22.510 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-06T06:54:22.510 INFO:teuthology.orchestra.run.smithi063.stdout:[{"addr": "172.21.15.63", "hostname": "smithi063", "labels": [], "status": ""}, {"addr": "172.21.15.110", "hostname": "smithi110", "labels": [], "status": ""}] 2024-05-06T06:54:23.341 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:23 smithi063 bash[21584]: audit 2024-05-06T06:54:22.511497+0000 mgr.a (mgr.14152) 39 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T06:54:23.341 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:23 smithi063 bash[21584]: audit 2024-05-06T06:54:22.511497+0000 mgr.a (mgr.14152) 39 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T06:54:23.353 INFO:tasks.cephadm:Setting crush tunables to default 2024-05-06T06:54:23.354 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fac46718-0b74-11ef-bc97-c7b262605968 -- ceph osd crush tunables default 2024-05-06T06:54:24.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:24 smithi063 bash[21584]: cluster 2024-05-06T06:54:23.243615+0000 mgr.a (mgr.14152) 40 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:54:24.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:24 smithi063 bash[21584]: cluster 2024-05-06T06:54:23.243615+0000 mgr.a (mgr.14152) 40 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:54:26.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:26 smithi063 bash[21584]: cluster 2024-05-06T06:54:25.244068+0000 mgr.a (mgr.14152) 41 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:54:26.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:26 smithi063 bash[21584]: cluster 2024-05-06T06:54:25.244068+0000 mgr.a (mgr.14152) 41 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:54:28.066 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/fac46718-0b74-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T06:54:28.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:28 smithi063 bash[21584]: cluster 2024-05-06T06:54:27.244496+0000 mgr.a (mgr.14152) 42 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:54:28.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:28 smithi063 bash[21584]: cluster 2024-05-06T06:54:27.244496+0000 mgr.a (mgr.14152) 42 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:54:28.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:28 smithi063 bash[21584]: audit 2024-05-06T06:54:28.028400+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:28.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:28 smithi063 bash[21584]: audit 2024-05-06T06:54:28.028400+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:28.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:28 smithi063 bash[21584]: audit 2024-05-06T06:54:28.034871+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:28.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:28 smithi063 bash[21584]: audit 2024-05-06T06:54:28.034871+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:28.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:28 smithi063 bash[21584]: audit 2024-05-06T06:54:28.042964+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:28.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:28 smithi063 bash[21584]: audit 2024-05-06T06:54:28.042964+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:30.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:30 smithi063 bash[21584]: cluster 2024-05-06T06:54:29.244951+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-06T06:54:30.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:30 smithi063 bash[21584]: cluster 2024-05-06T06:54:29.244951+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-06T06:54:31.311 INFO:teuthology.orchestra.run.smithi063.stderr:adjusted tunables profile to default 2024-05-06T06:54:31.554 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:31 smithi063 bash[21584]: audit 2024-05-06T06:54:30.603091+0000 mon.a (mon.0) 163 : audit [INF] from='client.? 172.21.15.63:0/2394909692' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-05-06T06:54:31.554 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:31 smithi063 bash[21584]: audit 2024-05-06T06:54:30.603091+0000 mon.a (mon.0) 163 : audit [INF] from='client.? 172.21.15.63:0/2394909692' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-05-06T06:54:32.040 INFO:tasks.cephadm:Adding mon.a on smithi063 2024-05-06T06:54:32.040 INFO:tasks.cephadm:Adding mon.b on smithi110 2024-05-06T06:54:32.041 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fac46718-0b74-11ef-bc97-c7b262605968 -- ceph orch apply mon '2;smithi063:172.21.15.63=a;smithi110:172.21.15.110=b' 2024-05-06T06:54:32.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:32 smithi063 bash[21584]: cluster 2024-05-06T06:54:31.245354+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-06T06:54:32.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:32 smithi063 bash[21584]: cluster 2024-05-06T06:54:31.245354+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-06T06:54:32.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:32 smithi063 bash[21584]: audit 2024-05-06T06:54:31.307634+0000 mon.a (mon.0) 164 : audit [INF] from='client.? 172.21.15.63:0/2394909692' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-05-06T06:54:32.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:32 smithi063 bash[21584]: audit 2024-05-06T06:54:31.307634+0000 mon.a (mon.0) 164 : audit [INF] from='client.? 172.21.15.63:0/2394909692' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-05-06T06:54:32.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:32 smithi063 bash[21584]: cluster 2024-05-06T06:54:31.311230+0000 mon.a (mon.0) 165 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-06T06:54:32.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:32 smithi063 bash[21584]: cluster 2024-05-06T06:54:31.311230+0000 mon.a (mon.0) 165 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-06T06:54:34.239 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/fac46718-0b74-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T06:54:34.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:34 smithi063 bash[21584]: cluster 2024-05-06T06:54:33.245779+0000 mgr.a (mgr.14152) 45 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:54:34.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:34 smithi063 bash[21584]: cluster 2024-05-06T06:54:33.245779+0000 mgr.a (mgr.14152) 45 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:54:34.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:34 smithi063 bash[21584]: audit 2024-05-06T06:54:33.997524+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:34.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:34 smithi063 bash[21584]: audit 2024-05-06T06:54:33.997524+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:34.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:34 smithi063 bash[21584]: audit 2024-05-06T06:54:34.005854+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:34.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:34 smithi063 bash[21584]: audit 2024-05-06T06:54:34.005854+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:36.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:36 smithi063 bash[21584]: cluster 2024-05-06T06:54:35.246164+0000 mgr.a (mgr.14152) 46 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:54:36.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:36 smithi063 bash[21584]: cluster 2024-05-06T06:54:35.246164+0000 mgr.a (mgr.14152) 46 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:54:36.644 INFO:teuthology.orchestra.run.smithi110.stdout:Scheduled mon update... 2024-05-06T06:54:37.187 DEBUG:teuthology.orchestra.run.smithi110:mon.b> sudo journalctl -f -n 0 -u ceph-fac46718-0b74-11ef-bc97-c7b262605968@mon.b.service 2024-05-06T06:54:37.189 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-05-06T06:54:37.189 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fac46718-0b74-11ef-bc97-c7b262605968 -- ceph mon dump -f json 2024-05-06T06:54:38.083 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:37 smithi063 bash[21584]: audit 2024-05-06T06:54:36.633325+0000 mgr.a (mgr.14152) 47 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi063:172.21.15.63=a;smithi110:172.21.15.110=b", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T06:54:38.083 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:37 smithi063 bash[21584]: audit 2024-05-06T06:54:36.633325+0000 mgr.a (mgr.14152) 47 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi063:172.21.15.63=a;smithi110:172.21.15.110=b", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T06:54:38.083 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:37 smithi063 bash[21584]: cephadm 2024-05-06T06:54:36.638629+0000 mgr.a (mgr.14152) 48 : cephadm [INF] Saving service mon spec with placement smithi063:172.21.15.63=a;smithi110:172.21.15.110=b;count:2 2024-05-06T06:54:38.083 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:37 smithi063 bash[21584]: cephadm 2024-05-06T06:54:36.638629+0000 mgr.a (mgr.14152) 48 : cephadm [INF] Saving service mon spec with placement smithi063:172.21.15.63=a;smithi110:172.21.15.110=b;count:2 2024-05-06T06:54:38.083 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:37 smithi063 bash[21584]: audit 2024-05-06T06:54:36.644739+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:38.083 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:37 smithi063 bash[21584]: audit 2024-05-06T06:54:36.644739+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:38.083 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:37 smithi063 bash[21584]: audit 2024-05-06T06:54:36.650847+0000 mon.a (mon.0) 169 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T06:54:38.084 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:37 smithi063 bash[21584]: audit 2024-05-06T06:54:36.650847+0000 mon.a (mon.0) 169 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T06:54:38.084 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:37 smithi063 bash[21584]: audit 2024-05-06T06:54:36.655521+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:54:38.084 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:37 smithi063 bash[21584]: audit 2024-05-06T06:54:36.655521+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:54:38.084 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:37 smithi063 bash[21584]: audit 2024-05-06T06:54:36.657288+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T06:54:38.084 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:37 smithi063 bash[21584]: audit 2024-05-06T06:54:36.657288+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T06:54:38.084 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:37 smithi063 bash[21584]: audit 2024-05-06T06:54:36.665343+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:38.084 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:37 smithi063 bash[21584]: audit 2024-05-06T06:54:36.665343+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:38.084 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:37 smithi063 bash[21584]: audit 2024-05-06T06:54:36.670288+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T06:54:38.084 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:37 smithi063 bash[21584]: audit 2024-05-06T06:54:36.670288+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T06:54:38.084 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:37 smithi063 bash[21584]: audit 2024-05-06T06:54:36.672010+0000 mon.a (mon.0) 174 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:54:38.084 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:37 smithi063 bash[21584]: audit 2024-05-06T06:54:36.672010+0000 mon.a (mon.0) 174 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:54:38.085 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:37 smithi063 bash[21584]: cephadm 2024-05-06T06:54:36.674016+0000 mgr.a (mgr.14152) 49 : cephadm [INF] Deploying daemon mon.b on smithi110 2024-05-06T06:54:38.085 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:37 smithi063 bash[21584]: cephadm 2024-05-06T06:54:36.674016+0000 mgr.a (mgr.14152) 49 : cephadm [INF] Deploying daemon mon.b on smithi110 2024-05-06T06:54:38.085 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:37 smithi063 bash[21584]: cluster 2024-05-06T06:54:37.246578+0000 mgr.a (mgr.14152) 50 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:54:38.085 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:37 smithi063 bash[21584]: cluster 2024-05-06T06:54:37.246578+0000 mgr.a (mgr.14152) 50 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:54:38.408 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/fac46718-0b74-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T06:54:40.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:40 smithi063 bash[21584]: cluster 2024-05-06T06:54:39.246910+0000 mgr.a (mgr.14152) 51 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:54:40.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:40 smithi063 bash[21584]: cluster 2024-05-06T06:54:39.246910+0000 mgr.a (mgr.14152) 51 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:54:41.701 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-05-06T06:54:41.801 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"fac46718-0b74-11ef-bc97-c7b262605968","modified":"2024-05-06T06:52:18.421051Z","created":"2024-05-06T06:52:18.421051Z","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.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-05-06T06:54:41.802 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-05-06T06:54:42.551 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:42 smithi063 bash[21584]: cluster 2024-05-06T06:54:41.247252+0000 mgr.a (mgr.14152) 52 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:54:42.551 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:42 smithi063 bash[21584]: cluster 2024-05-06T06:54:41.247252+0000 mgr.a (mgr.14152) 52 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:54:42.551 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:42 smithi063 bash[21584]: audit 2024-05-06T06:54:41.702823+0000 mon.a (mon.0) 175 : audit [DBG] from='client.? 172.21.15.110:0/830494550' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-06T06:54:42.551 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:42 smithi063 bash[21584]: audit 2024-05-06T06:54:41.702823+0000 mon.a (mon.0) 175 : audit [DBG] from='client.? 172.21.15.110:0/830494550' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-06T06:54:42.551 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:42 smithi063 bash[21584]: audit 2024-05-06T06:54:42.118247+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:42.551 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:42 smithi063 bash[21584]: audit 2024-05-06T06:54:42.118247+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:42.551 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:42 smithi063 bash[21584]: audit 2024-05-06T06:54:42.121689+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:42.551 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:42 smithi063 bash[21584]: audit 2024-05-06T06:54:42.121689+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:42.551 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:42 smithi063 bash[21584]: audit 2024-05-06T06:54:42.155611+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:42.552 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:42 smithi063 bash[21584]: audit 2024-05-06T06:54:42.155611+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:42.552 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:42 smithi063 bash[21584]: audit 2024-05-06T06:54:42.158590+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:42.552 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:42 smithi063 bash[21584]: audit 2024-05-06T06:54:42.158590+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:42.552 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:42 smithi063 bash[21584]: audit 2024-05-06T06:54:42.208196+0000 mon.a (mon.0) 180 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T06:54:42.552 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:42 smithi063 bash[21584]: audit 2024-05-06T06:54:42.208196+0000 mon.a (mon.0) 180 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T06:54:42.552 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:42 smithi063 bash[21584]: audit 2024-05-06T06:54:42.210469+0000 mon.a (mon.0) 181 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:54:42.552 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:42 smithi063 bash[21584]: audit 2024-05-06T06:54:42.210469+0000 mon.a (mon.0) 181 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:54:42.552 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:42 smithi063 bash[21584]: audit 2024-05-06T06:54:42.211248+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T06:54:42.552 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:42 smithi063 bash[21584]: audit 2024-05-06T06:54:42.211248+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T06:54:42.552 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:42 smithi063 bash[21584]: audit 2024-05-06T06:54:42.215334+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:42.552 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:42 smithi063 bash[21584]: audit 2024-05-06T06:54:42.215334+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:42.552 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:42 smithi063 bash[21584]: audit 2024-05-06T06:54:42.249096+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T06:54:42.552 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:42 smithi063 bash[21584]: audit 2024-05-06T06:54:42.249096+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T06:54:42.552 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:42 smithi063 bash[21584]: audit 2024-05-06T06:54:42.249803+0000 mon.a (mon.0) 185 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T06:54:42.553 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:42 smithi063 bash[21584]: audit 2024-05-06T06:54:42.249803+0000 mon.a (mon.0) 185 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T06:54:42.553 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:42 smithi063 bash[21584]: audit 2024-05-06T06:54:42.250435+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:54:42.553 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:42 smithi063 bash[21584]: audit 2024-05-06T06:54:42.250435+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:54:43.551 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: audit 2024-05-06T06:54:16.902167+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:43.551 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: audit 2024-05-06T06:54:16.905819+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi110", "caps": []}]: dispatch 2024-05-06T06:54:43.551 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: audit 2024-05-06T06:54:16.905819+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi110", "caps": []}]: dispatch 2024-05-06T06:54:43.551 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: audit 2024-05-06T06:54:16.907209+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi110", "caps": []}]': finished 2024-05-06T06:54:43.551 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: audit 2024-05-06T06:54:16.907209+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi110", "caps": []}]': finished 2024-05-06T06:54:43.551 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: cephadm 2024-05-06T06:54:16.726359+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi110:/var/lib/ceph/fac46718-0b74-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-06T06:54:43.551 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: cephadm 2024-05-06T06:54:16.726359+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi110:/var/lib/ceph/fac46718-0b74-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-06T06:54:43.551 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: cluster 2024-05-06T06:54:17.242438+0000 mgr.a (mgr.14152) 35 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:54:43.551 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: cluster 2024-05-06T06:54:17.242438+0000 mgr.a (mgr.14152) 35 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:54:43.551 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: cephadm 2024-05-06T06:54:18.640459+0000 mgr.a (mgr.14152) 36 : cephadm [INF] Deploying daemon agent.smithi110 on smithi110 2024-05-06T06:54:43.552 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: cephadm 2024-05-06T06:54:18.640459+0000 mgr.a (mgr.14152) 36 : cephadm [INF] Deploying daemon agent.smithi110 on smithi110 2024-05-06T06:54:43.552 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: cluster 2024-05-06T06:54:19.242871+0000 mgr.a (mgr.14152) 37 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:54:43.552 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: cluster 2024-05-06T06:54:19.242871+0000 mgr.a (mgr.14152) 37 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:54:43.552 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: audit 2024-05-06T06:54:19.587814+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:43.552 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: audit 2024-05-06T06:54:19.587814+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:43.552 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: audit 2024-05-06T06:54:19.612332+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:43.581 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:43 smithi063 bash[21584]: cephadm 2024-05-06T06:54:42.215764+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-06T06:54:43.581 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:43 smithi063 bash[21584]: cephadm 2024-05-06T06:54:42.215764+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-06T06:54:43.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:43 smithi063 bash[21584]: cephadm 2024-05-06T06:54:42.248640+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-05-06T06:54:43.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:43 smithi063 bash[21584]: cephadm 2024-05-06T06:54:42.248640+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-05-06T06:54:43.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:43 smithi063 bash[21584]: cephadm 2024-05-06T06:54:42.251251+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Reconfiguring daemon mon.a on smithi063 2024-05-06T06:54:43.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:43 smithi063 bash[21584]: cephadm 2024-05-06T06:54:42.251251+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Reconfiguring daemon mon.a on smithi063 2024-05-06T06:54:43.897 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: audit 2024-05-06T06:54:19.612332+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:43.898 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: audit 2024-05-06T06:54:19.618444+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:43.898 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: audit 2024-05-06T06:54:19.618444+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:43.898 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: audit 2024-05-06T06:54:19.685184+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T06:54:43.898 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: audit 2024-05-06T06:54:19.685184+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T06:54:43.898 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: audit 2024-05-06T06:54:19.688914+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:54:43.898 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: audit 2024-05-06T06:54:19.688914+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:54:43.898 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: audit 2024-05-06T06:54:19.690199+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T06:54:43.898 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: audit 2024-05-06T06:54:19.690199+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T06:54:43.898 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: audit 2024-05-06T06:54:19.695418+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:43.898 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: audit 2024-05-06T06:54:19.695418+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:43.898 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: audit 2024-05-06T06:54:19.764425+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T06:54:43.899 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: audit 2024-05-06T06:54:19.764425+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T06:54:43.899 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: audit 2024-05-06T06:54:19.767918+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:54:43.899 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: audit 2024-05-06T06:54:19.767918+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:54:43.899 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: audit 2024-05-06T06:54:19.769380+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T06:54:43.899 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: audit 2024-05-06T06:54:19.769380+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T06:54:43.899 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: audit 2024-05-06T06:54:19.777081+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:43.899 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: audit 2024-05-06T06:54:19.777081+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:43.899 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: audit 2024-05-06T06:54:20.076547+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:43.900 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: audit 2024-05-06T06:54:20.076547+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:43.900 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: audit 2024-05-06T06:54:21.146033+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:43.900 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: audit 2024-05-06T06:54:21.146033+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:43.900 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: audit 2024-05-06T06:54:21.154620+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:43.900 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: audit 2024-05-06T06:54:21.154620+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:43.900 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: cluster 2024-05-06T06:54:21.243253+0000 mgr.a (mgr.14152) 38 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:54:43.900 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: cluster 2024-05-06T06:54:21.243253+0000 mgr.a (mgr.14152) 38 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:54:43.901 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: audit 2024-05-06T06:54:21.316327+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:43.901 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: audit 2024-05-06T06:54:21.316327+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:43.901 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: audit 2024-05-06T06:54:22.511497+0000 mgr.a (mgr.14152) 39 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T06:54:43.901 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: audit 2024-05-06T06:54:22.511497+0000 mgr.a (mgr.14152) 39 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T06:54:43.901 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: cluster 2024-05-06T06:54:23.243615+0000 mgr.a (mgr.14152) 40 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:54:43.901 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: cluster 2024-05-06T06:54:23.243615+0000 mgr.a (mgr.14152) 40 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:54:43.901 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: cluster 2024-05-06T06:54:25.244068+0000 mgr.a (mgr.14152) 41 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:54:43.901 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: cluster 2024-05-06T06:54:25.244068+0000 mgr.a (mgr.14152) 41 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:54:43.901 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: cluster 2024-05-06T06:54:27.244496+0000 mgr.a (mgr.14152) 42 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:54:43.901 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: cluster 2024-05-06T06:54:27.244496+0000 mgr.a (mgr.14152) 42 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:54:43.901 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: audit 2024-05-06T06:54:28.028400+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:43.901 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: audit 2024-05-06T06:54:28.028400+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:43.901 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: audit 2024-05-06T06:54:28.034871+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:43.902 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: audit 2024-05-06T06:54:28.034871+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:43.902 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: audit 2024-05-06T06:54:28.042964+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:43.902 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: audit 2024-05-06T06:54:28.042964+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:43.902 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: cluster 2024-05-06T06:54:29.244951+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-06T06:54:43.902 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: cluster 2024-05-06T06:54:29.244951+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-06T06:54:43.902 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: audit 2024-05-06T06:54:30.603091+0000 mon.a (mon.0) 163 : audit [INF] from='client.? 172.21.15.63:0/2394909692' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-05-06T06:54:43.902 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: audit 2024-05-06T06:54:30.603091+0000 mon.a (mon.0) 163 : audit [INF] from='client.? 172.21.15.63:0/2394909692' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-05-06T06:54:43.902 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: cluster 2024-05-06T06:54:31.245354+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-06T06:54:43.902 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: cluster 2024-05-06T06:54:31.245354+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-06T06:54:43.902 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: audit 2024-05-06T06:54:31.307634+0000 mon.a (mon.0) 164 : audit [INF] from='client.? 172.21.15.63:0/2394909692' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-05-06T06:54:43.902 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: audit 2024-05-06T06:54:31.307634+0000 mon.a (mon.0) 164 : audit [INF] from='client.? 172.21.15.63:0/2394909692' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-05-06T06:54:43.902 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: cluster 2024-05-06T06:54:31.311230+0000 mon.a (mon.0) 165 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-06T06:54:43.902 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: cluster 2024-05-06T06:54:31.311230+0000 mon.a (mon.0) 165 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-06T06:54:43.902 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: cluster 2024-05-06T06:54:33.245779+0000 mgr.a (mgr.14152) 45 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:54:43.903 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: cluster 2024-05-06T06:54:33.245779+0000 mgr.a (mgr.14152) 45 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:54:43.903 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: audit 2024-05-06T06:54:33.997524+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:43.903 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: audit 2024-05-06T06:54:33.997524+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:43.903 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: audit 2024-05-06T06:54:34.005854+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:43.903 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: audit 2024-05-06T06:54:34.005854+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:43.903 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: cluster 2024-05-06T06:54:35.246164+0000 mgr.a (mgr.14152) 46 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:54:43.903 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: cluster 2024-05-06T06:54:35.246164+0000 mgr.a (mgr.14152) 46 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:54:43.903 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: audit 2024-05-06T06:54:36.633325+0000 mgr.a (mgr.14152) 47 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi063:172.21.15.63=a;smithi110:172.21.15.110=b", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T06:54:43.903 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: audit 2024-05-06T06:54:36.633325+0000 mgr.a (mgr.14152) 47 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi063:172.21.15.63=a;smithi110:172.21.15.110=b", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T06:54:43.903 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: cephadm 2024-05-06T06:54:36.638629+0000 mgr.a (mgr.14152) 48 : cephadm [INF] Saving service mon spec with placement smithi063:172.21.15.63=a;smithi110:172.21.15.110=b;count:2 2024-05-06T06:54:43.903 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: cephadm 2024-05-06T06:54:36.638629+0000 mgr.a (mgr.14152) 48 : cephadm [INF] Saving service mon spec with placement smithi063:172.21.15.63=a;smithi110:172.21.15.110=b;count:2 2024-05-06T06:54:43.903 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: audit 2024-05-06T06:54:36.644739+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:43.903 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: audit 2024-05-06T06:54:36.644739+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:43.904 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: audit 2024-05-06T06:54:36.650847+0000 mon.a (mon.0) 169 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T06:54:43.904 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: audit 2024-05-06T06:54:36.650847+0000 mon.a (mon.0) 169 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T06:54:43.904 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: audit 2024-05-06T06:54:36.655521+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:54:43.904 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: audit 2024-05-06T06:54:36.655521+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:54:43.904 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: audit 2024-05-06T06:54:36.657288+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T06:54:43.904 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: audit 2024-05-06T06:54:36.657288+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T06:54:43.904 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: audit 2024-05-06T06:54:36.665343+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:43.904 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: audit 2024-05-06T06:54:36.665343+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:43.904 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: audit 2024-05-06T06:54:36.670288+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T06:54:43.904 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: audit 2024-05-06T06:54:36.670288+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T06:54:43.904 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: audit 2024-05-06T06:54:36.672010+0000 mon.a (mon.0) 174 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:54:43.904 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: audit 2024-05-06T06:54:36.672010+0000 mon.a (mon.0) 174 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:54:43.904 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: cephadm 2024-05-06T06:54:36.674016+0000 mgr.a (mgr.14152) 49 : cephadm [INF] Deploying daemon mon.b on smithi110 2024-05-06T06:54:43.905 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: cephadm 2024-05-06T06:54:36.674016+0000 mgr.a (mgr.14152) 49 : cephadm [INF] Deploying daemon mon.b on smithi110 2024-05-06T06:54:43.905 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: cluster 2024-05-06T06:54:37.246578+0000 mgr.a (mgr.14152) 50 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:54:43.905 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: cluster 2024-05-06T06:54:37.246578+0000 mgr.a (mgr.14152) 50 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:54:43.905 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: cluster 2024-05-06T06:54:39.246910+0000 mgr.a (mgr.14152) 51 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:54:43.905 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: cluster 2024-05-06T06:54:39.246910+0000 mgr.a (mgr.14152) 51 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:54:43.905 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: cluster 2024-05-06T06:54:41.247252+0000 mgr.a (mgr.14152) 52 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:54:43.905 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: cluster 2024-05-06T06:54:41.247252+0000 mgr.a (mgr.14152) 52 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:54:43.905 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: audit 2024-05-06T06:54:41.702823+0000 mon.a (mon.0) 175 : audit [DBG] from='client.? 172.21.15.110:0/830494550' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-06T06:54:43.905 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: audit 2024-05-06T06:54:41.702823+0000 mon.a (mon.0) 175 : audit [DBG] from='client.? 172.21.15.110:0/830494550' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-06T06:54:43.906 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: audit 2024-05-06T06:54:42.118247+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:43.906 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: audit 2024-05-06T06:54:42.118247+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:43.906 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: audit 2024-05-06T06:54:42.121689+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:43.906 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: audit 2024-05-06T06:54:42.121689+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:43.906 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: audit 2024-05-06T06:54:42.155611+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:43.906 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: audit 2024-05-06T06:54:42.155611+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:43.906 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: audit 2024-05-06T06:54:42.158590+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:43.906 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: audit 2024-05-06T06:54:42.158590+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:43.906 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: audit 2024-05-06T06:54:42.208196+0000 mon.a (mon.0) 180 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T06:54:43.906 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: audit 2024-05-06T06:54:42.208196+0000 mon.a (mon.0) 180 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T06:54:43.906 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: audit 2024-05-06T06:54:42.210469+0000 mon.a (mon.0) 181 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:54:43.906 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: audit 2024-05-06T06:54:42.210469+0000 mon.a (mon.0) 181 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:54:43.906 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: audit 2024-05-06T06:54:42.211248+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T06:54:43.906 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: audit 2024-05-06T06:54:42.211248+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T06:54:43.907 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: audit 2024-05-06T06:54:42.215334+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:43.907 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: audit 2024-05-06T06:54:42.215334+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:43.907 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: audit 2024-05-06T06:54:42.249096+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T06:54:43.907 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: audit 2024-05-06T06:54:42.249096+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T06:54:43.907 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: audit 2024-05-06T06:54:42.249803+0000 mon.a (mon.0) 185 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T06:54:43.907 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: audit 2024-05-06T06:54:42.249803+0000 mon.a (mon.0) 185 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T06:54:43.907 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: audit 2024-05-06T06:54:42.250435+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:54:43.907 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: audit 2024-05-06T06:54:42.250435+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:54:43.908 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: cephadm 2024-05-06T06:54:42.215764+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-06T06:54:43.908 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: cephadm 2024-05-06T06:54:42.215764+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-06T06:54:43.908 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: cephadm 2024-05-06T06:54:42.248640+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-05-06T06:54:43.908 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: cephadm 2024-05-06T06:54:42.248640+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-05-06T06:54:43.908 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: cephadm 2024-05-06T06:54:42.251251+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Reconfiguring daemon mon.a on smithi063 2024-05-06T06:54:43.908 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: cephadm 2024-05-06T06:54:42.251251+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Reconfiguring daemon mon.a on smithi063 2024-05-06T06:54:43.908 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:43 smithi110 bash[22399]: debug 2024-05-06T06:54:43.547+0000 7fc9bb832700 1 mon.b@-1(synchronizing).paxosservice(auth 1..5) refresh upgraded, format 0 -> 3 2024-05-06T06:54:43.970 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-05-06T06:54:43.971 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fac46718-0b74-11ef-bc97-c7b262605968 -- ceph mon dump -f json 2024-05-06T06:54:49.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:48 smithi063 bash[21584]: cluster 2024-05-06T06:54:43.247542+0000 mgr.a (mgr.14152) 56 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:54:49.083 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:48 smithi063 bash[21584]: cluster 2024-05-06T06:54:43.247542+0000 mgr.a (mgr.14152) 56 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:54:49.083 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:48 smithi063 bash[21584]: audit 2024-05-06T06:54:43.559399+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T06:54:49.083 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:48 smithi063 bash[21584]: audit 2024-05-06T06:54:43.559399+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T06:54:49.083 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:48 smithi063 bash[21584]: cluster 2024-05-06T06:54:43.559650+0000 mon.a (mon.0) 189 : cluster [INF] mon.a calling monitor election 2024-05-06T06:54:49.083 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:48 smithi063 bash[21584]: cluster 2024-05-06T06:54:43.559650+0000 mon.a (mon.0) 189 : cluster [INF] mon.a calling monitor election 2024-05-06T06:54:49.083 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:48 smithi063 bash[21584]: audit 2024-05-06T06:54:43.579086+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T06:54:49.083 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:48 smithi063 bash[21584]: audit 2024-05-06T06:54:43.579086+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T06:54:49.083 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:48 smithi063 bash[21584]: audit 2024-05-06T06:54:44.556842+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T06:54:49.083 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:48 smithi063 bash[21584]: audit 2024-05-06T06:54:44.556842+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T06:54:49.083 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:48 smithi063 bash[21584]: cluster 2024-05-06T06:54:45.247903+0000 mgr.a (mgr.14152) 57 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:54:49.084 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:48 smithi063 bash[21584]: cluster 2024-05-06T06:54:45.247903+0000 mgr.a (mgr.14152) 57 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:54:49.084 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:48 smithi063 bash[21584]: audit 2024-05-06T06:54:45.557603+0000 mon.a (mon.0) 192 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T06:54:49.084 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:48 smithi063 bash[21584]: audit 2024-05-06T06:54:45.557603+0000 mon.a (mon.0) 192 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T06:54:49.084 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:48 smithi063 bash[21584]: cluster 2024-05-06T06:54:45.558670+0000 mon.b (mon.1) 1 : cluster [INF] mon.b calling monitor election 2024-05-06T06:54:49.084 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:48 smithi063 bash[21584]: cluster 2024-05-06T06:54:45.558670+0000 mon.b (mon.1) 1 : cluster [INF] mon.b calling monitor election 2024-05-06T06:54:49.084 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:48 smithi063 bash[21584]: audit 2024-05-06T06:54:46.557626+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T06:54:49.084 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:48 smithi063 bash[21584]: audit 2024-05-06T06:54:46.557626+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T06:54:49.084 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:48 smithi063 bash[21584]: cluster 2024-05-06T06:54:47.248302+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:54:49.084 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:48 smithi063 bash[21584]: cluster 2024-05-06T06:54:47.248302+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:54:49.084 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:48 smithi063 bash[21584]: audit 2024-05-06T06:54:47.557493+0000 mon.a (mon.0) 194 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T06:54:49.085 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:48 smithi063 bash[21584]: audit 2024-05-06T06:54:47.557493+0000 mon.a (mon.0) 194 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T06:54:49.085 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:48 smithi063 bash[21584]: audit 2024-05-06T06:54:48.557740+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T06:54:49.085 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:48 smithi063 bash[21584]: audit 2024-05-06T06:54:48.557740+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T06:54:49.085 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:48 smithi063 bash[21584]: cluster 2024-05-06T06:54:48.599987+0000 mon.a (mon.0) 196 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-05-06T06:54:49.085 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:48 smithi063 bash[21584]: cluster 2024-05-06T06:54:48.599987+0000 mon.a (mon.0) 196 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-05-06T06:54:49.085 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:48 smithi063 bash[21584]: cluster 2024-05-06T06:54:48.605863+0000 mon.a (mon.0) 197 : cluster [DBG] monmap epoch 2 2024-05-06T06:54:49.085 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:48 smithi063 bash[21584]: cluster 2024-05-06T06:54:48.605863+0000 mon.a (mon.0) 197 : cluster [DBG] monmap epoch 2 2024-05-06T06:54:49.085 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:48 smithi063 bash[21584]: cluster 2024-05-06T06:54:48.605898+0000 mon.a (mon.0) 198 : cluster [DBG] fsid fac46718-0b74-11ef-bc97-c7b262605968 2024-05-06T06:54:49.085 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:48 smithi063 bash[21584]: cluster 2024-05-06T06:54:48.605898+0000 mon.a (mon.0) 198 : cluster [DBG] fsid fac46718-0b74-11ef-bc97-c7b262605968 2024-05-06T06:54:49.086 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:48 smithi063 bash[21584]: cluster 2024-05-06T06:54:48.605928+0000 mon.a (mon.0) 199 : cluster [DBG] last_changed 2024-05-06T06:54:43.556454+0000 2024-05-06T06:54:49.086 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:48 smithi063 bash[21584]: cluster 2024-05-06T06:54:48.605928+0000 mon.a (mon.0) 199 : cluster [DBG] last_changed 2024-05-06T06:54:43.556454+0000 2024-05-06T06:54:49.086 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:48 smithi063 bash[21584]: cluster 2024-05-06T06:54:48.605979+0000 mon.a (mon.0) 200 : cluster [DBG] created 2024-05-06T06:52:18.421051+0000 2024-05-06T06:54:49.086 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:48 smithi063 bash[21584]: cluster 2024-05-06T06:54:48.605979+0000 mon.a (mon.0) 200 : cluster [DBG] created 2024-05-06T06:52:18.421051+0000 2024-05-06T06:54:49.086 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:48 smithi063 bash[21584]: cluster 2024-05-06T06:54:48.606033+0000 mon.a (mon.0) 201 : cluster [DBG] min_mon_release 19 (squid) 2024-05-06T06:54:49.086 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:48 smithi063 bash[21584]: cluster 2024-05-06T06:54:48.606033+0000 mon.a (mon.0) 201 : cluster [DBG] min_mon_release 19 (squid) 2024-05-06T06:54:49.086 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:48 smithi063 bash[21584]: cluster 2024-05-06T06:54:48.606084+0000 mon.a (mon.0) 202 : cluster [DBG] election_strategy: 1 2024-05-06T06:54:49.086 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:48 smithi063 bash[21584]: cluster 2024-05-06T06:54:48.606084+0000 mon.a (mon.0) 202 : cluster [DBG] election_strategy: 1 2024-05-06T06:54:49.086 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:48 smithi063 bash[21584]: cluster 2024-05-06T06:54:48.606110+0000 mon.a (mon.0) 203 : cluster [DBG] 0: [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] mon.a 2024-05-06T06:54:49.086 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:48 smithi063 bash[21584]: cluster 2024-05-06T06:54:48.606110+0000 mon.a (mon.0) 203 : cluster [DBG] 0: [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] mon.a 2024-05-06T06:54:49.086 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:48 smithi063 bash[21584]: cluster 2024-05-06T06:54:48.606135+0000 mon.a (mon.0) 204 : cluster [DBG] 1: [v2:172.21.15.110:3300/0,v1:172.21.15.110:6789/0] mon.b 2024-05-06T06:54:49.086 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:48 smithi063 bash[21584]: cluster 2024-05-06T06:54:48.606135+0000 mon.a (mon.0) 204 : cluster [DBG] 1: [v2:172.21.15.110:3300/0,v1:172.21.15.110:6789/0] mon.b 2024-05-06T06:54:49.087 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:48 smithi063 bash[21584]: cluster 2024-05-06T06:54:48.627266+0000 mon.a (mon.0) 205 : cluster [DBG] fsmap 2024-05-06T06:54:49.087 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:48 smithi063 bash[21584]: cluster 2024-05-06T06:54:48.627266+0000 mon.a (mon.0) 205 : cluster [DBG] fsmap 2024-05-06T06:54:49.087 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:48 smithi063 bash[21584]: cluster 2024-05-06T06:54:48.627350+0000 mon.a (mon.0) 206 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-06T06:54:49.087 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:48 smithi063 bash[21584]: cluster 2024-05-06T06:54:48.627350+0000 mon.a (mon.0) 206 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-06T06:54:49.087 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:48 smithi063 bash[21584]: cluster 2024-05-06T06:54:48.627643+0000 mon.a (mon.0) 207 : cluster [DBG] mgrmap e13: a(active, since 77s) 2024-05-06T06:54:49.087 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:48 smithi063 bash[21584]: cluster 2024-05-06T06:54:48.627643+0000 mon.a (mon.0) 207 : cluster [DBG] mgrmap e13: a(active, since 77s) 2024-05-06T06:54:49.087 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:48 smithi063 bash[21584]: cluster 2024-05-06T06:54:48.627908+0000 mon.a (mon.0) 208 : cluster [INF] overall HEALTH_OK 2024-05-06T06:54:49.087 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:48 smithi063 bash[21584]: cluster 2024-05-06T06:54:48.627908+0000 mon.a (mon.0) 208 : cluster [INF] overall HEALTH_OK 2024-05-06T06:54:49.087 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:48 smithi063 bash[21584]: audit 2024-05-06T06:54:48.636253+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:49.087 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:48 smithi063 bash[21584]: audit 2024-05-06T06:54:48.636253+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:49.087 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:48 smithi063 bash[21584]: audit 2024-05-06T06:54:48.642904+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:49.087 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:48 smithi063 bash[21584]: audit 2024-05-06T06:54:48.642904+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:49.087 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:48 smithi063 bash[21584]: audit 2024-05-06T06:54:48.649280+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:49.088 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:48 smithi063 bash[21584]: audit 2024-05-06T06:54:48.649280+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:49.088 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:48 smithi063 bash[21584]: audit 2024-05-06T06:54:48.655108+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:49.088 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:48 smithi063 bash[21584]: audit 2024-05-06T06:54:48.655108+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:49.088 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:48 smithi063 bash[21584]: audit 2024-05-06T06:54:48.661836+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:49.088 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:48 smithi063 bash[21584]: audit 2024-05-06T06:54:48.661836+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:49.088 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:48 smithi063 bash[21584]: audit 2024-05-06T06:54:48.667823+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:49.088 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:48 smithi063 bash[21584]: audit 2024-05-06T06:54:48.667823+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:49.088 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:48 smithi063 bash[21584]: audit 2024-05-06T06:54:48.673865+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:49.088 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:48 smithi063 bash[21584]: audit 2024-05-06T06:54:48.673865+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:49.089 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:48 smithi110 bash[22399]: cluster 2024-05-06T06:54:43.247542+0000 mgr.a (mgr.14152) 56 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:54:49.089 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:48 smithi110 bash[22399]: cluster 2024-05-06T06:54:43.247542+0000 mgr.a (mgr.14152) 56 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:54:49.089 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:48 smithi110 bash[22399]: audit 2024-05-06T06:54:43.559399+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T06:54:49.089 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:48 smithi110 bash[22399]: audit 2024-05-06T06:54:43.559399+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T06:54:49.089 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:48 smithi110 bash[22399]: cluster 2024-05-06T06:54:43.559650+0000 mon.a (mon.0) 189 : cluster [INF] mon.a calling monitor election 2024-05-06T06:54:49.089 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:48 smithi110 bash[22399]: cluster 2024-05-06T06:54:43.559650+0000 mon.a (mon.0) 189 : cluster [INF] mon.a calling monitor election 2024-05-06T06:54:49.089 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:48 smithi110 bash[22399]: audit 2024-05-06T06:54:43.579086+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T06:54:49.089 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:48 smithi110 bash[22399]: audit 2024-05-06T06:54:43.579086+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T06:54:49.089 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:48 smithi110 bash[22399]: audit 2024-05-06T06:54:44.556842+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T06:54:49.089 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:48 smithi110 bash[22399]: audit 2024-05-06T06:54:44.556842+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T06:54:49.090 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:48 smithi110 bash[22399]: cluster 2024-05-06T06:54:45.247903+0000 mgr.a (mgr.14152) 57 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:54:49.090 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:48 smithi110 bash[22399]: cluster 2024-05-06T06:54:45.247903+0000 mgr.a (mgr.14152) 57 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:54:49.090 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:48 smithi110 bash[22399]: audit 2024-05-06T06:54:45.557603+0000 mon.a (mon.0) 192 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T06:54:49.090 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:48 smithi110 bash[22399]: audit 2024-05-06T06:54:45.557603+0000 mon.a (mon.0) 192 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T06:54:49.090 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:48 smithi110 bash[22399]: cluster 2024-05-06T06:54:45.558670+0000 mon.b (mon.1) 1 : cluster [INF] mon.b calling monitor election 2024-05-06T06:54:49.090 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:48 smithi110 bash[22399]: cluster 2024-05-06T06:54:45.558670+0000 mon.b (mon.1) 1 : cluster [INF] mon.b calling monitor election 2024-05-06T06:54:49.090 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:48 smithi110 bash[22399]: audit 2024-05-06T06:54:46.557626+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T06:54:49.090 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:48 smithi110 bash[22399]: audit 2024-05-06T06:54:46.557626+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T06:54:49.090 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:48 smithi110 bash[22399]: cluster 2024-05-06T06:54:47.248302+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:54:49.090 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:48 smithi110 bash[22399]: cluster 2024-05-06T06:54:47.248302+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:54:49.090 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:48 smithi110 bash[22399]: audit 2024-05-06T06:54:47.557493+0000 mon.a (mon.0) 194 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T06:54:49.090 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:48 smithi110 bash[22399]: audit 2024-05-06T06:54:47.557493+0000 mon.a (mon.0) 194 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T06:54:49.090 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:48 smithi110 bash[22399]: audit 2024-05-06T06:54:48.557740+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T06:54:49.091 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:48 smithi110 bash[22399]: audit 2024-05-06T06:54:48.557740+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T06:54:49.091 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:48 smithi110 bash[22399]: cluster 2024-05-06T06:54:48.599987+0000 mon.a (mon.0) 196 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-05-06T06:54:49.091 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:48 smithi110 bash[22399]: cluster 2024-05-06T06:54:48.599987+0000 mon.a (mon.0) 196 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-05-06T06:54:49.091 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:48 smithi110 bash[22399]: cluster 2024-05-06T06:54:48.605863+0000 mon.a (mon.0) 197 : cluster [DBG] monmap epoch 2 2024-05-06T06:54:49.091 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:48 smithi110 bash[22399]: cluster 2024-05-06T06:54:48.605863+0000 mon.a (mon.0) 197 : cluster [DBG] monmap epoch 2 2024-05-06T06:54:49.091 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:48 smithi110 bash[22399]: cluster 2024-05-06T06:54:48.605898+0000 mon.a (mon.0) 198 : cluster [DBG] fsid fac46718-0b74-11ef-bc97-c7b262605968 2024-05-06T06:54:49.091 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:48 smithi110 bash[22399]: cluster 2024-05-06T06:54:48.605898+0000 mon.a (mon.0) 198 : cluster [DBG] fsid fac46718-0b74-11ef-bc97-c7b262605968 2024-05-06T06:54:49.091 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:48 smithi110 bash[22399]: cluster 2024-05-06T06:54:48.605928+0000 mon.a (mon.0) 199 : cluster [DBG] last_changed 2024-05-06T06:54:43.556454+0000 2024-05-06T06:54:49.091 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:48 smithi110 bash[22399]: cluster 2024-05-06T06:54:48.605928+0000 mon.a (mon.0) 199 : cluster [DBG] last_changed 2024-05-06T06:54:43.556454+0000 2024-05-06T06:54:49.091 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:48 smithi110 bash[22399]: cluster 2024-05-06T06:54:48.605979+0000 mon.a (mon.0) 200 : cluster [DBG] created 2024-05-06T06:52:18.421051+0000 2024-05-06T06:54:49.091 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:48 smithi110 bash[22399]: cluster 2024-05-06T06:54:48.605979+0000 mon.a (mon.0) 200 : cluster [DBG] created 2024-05-06T06:52:18.421051+0000 2024-05-06T06:54:49.091 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:48 smithi110 bash[22399]: cluster 2024-05-06T06:54:48.606033+0000 mon.a (mon.0) 201 : cluster [DBG] min_mon_release 19 (squid) 2024-05-06T06:54:49.091 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:48 smithi110 bash[22399]: cluster 2024-05-06T06:54:48.606033+0000 mon.a (mon.0) 201 : cluster [DBG] min_mon_release 19 (squid) 2024-05-06T06:54:49.091 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:48 smithi110 bash[22399]: cluster 2024-05-06T06:54:48.606084+0000 mon.a (mon.0) 202 : cluster [DBG] election_strategy: 1 2024-05-06T06:54:49.092 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:48 smithi110 bash[22399]: cluster 2024-05-06T06:54:48.606084+0000 mon.a (mon.0) 202 : cluster [DBG] election_strategy: 1 2024-05-06T06:54:49.092 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:48 smithi110 bash[22399]: cluster 2024-05-06T06:54:48.606110+0000 mon.a (mon.0) 203 : cluster [DBG] 0: [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] mon.a 2024-05-06T06:54:49.092 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:48 smithi110 bash[22399]: cluster 2024-05-06T06:54:48.606110+0000 mon.a (mon.0) 203 : cluster [DBG] 0: [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] mon.a 2024-05-06T06:54:49.092 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:48 smithi110 bash[22399]: cluster 2024-05-06T06:54:48.606135+0000 mon.a (mon.0) 204 : cluster [DBG] 1: [v2:172.21.15.110:3300/0,v1:172.21.15.110:6789/0] mon.b 2024-05-06T06:54:49.092 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:48 smithi110 bash[22399]: cluster 2024-05-06T06:54:48.606135+0000 mon.a (mon.0) 204 : cluster [DBG] 1: [v2:172.21.15.110:3300/0,v1:172.21.15.110:6789/0] mon.b 2024-05-06T06:54:49.092 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:48 smithi110 bash[22399]: cluster 2024-05-06T06:54:48.627266+0000 mon.a (mon.0) 205 : cluster [DBG] fsmap 2024-05-06T06:54:49.092 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:48 smithi110 bash[22399]: cluster 2024-05-06T06:54:48.627266+0000 mon.a (mon.0) 205 : cluster [DBG] fsmap 2024-05-06T06:54:49.092 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:48 smithi110 bash[22399]: cluster 2024-05-06T06:54:48.627350+0000 mon.a (mon.0) 206 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-06T06:54:49.092 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:48 smithi110 bash[22399]: cluster 2024-05-06T06:54:48.627350+0000 mon.a (mon.0) 206 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-06T06:54:49.092 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:48 smithi110 bash[22399]: cluster 2024-05-06T06:54:48.627643+0000 mon.a (mon.0) 207 : cluster [DBG] mgrmap e13: a(active, since 77s) 2024-05-06T06:54:49.092 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:48 smithi110 bash[22399]: cluster 2024-05-06T06:54:48.627643+0000 mon.a (mon.0) 207 : cluster [DBG] mgrmap e13: a(active, since 77s) 2024-05-06T06:54:49.092 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:48 smithi110 bash[22399]: cluster 2024-05-06T06:54:48.627908+0000 mon.a (mon.0) 208 : cluster [INF] overall HEALTH_OK 2024-05-06T06:54:49.092 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:48 smithi110 bash[22399]: cluster 2024-05-06T06:54:48.627908+0000 mon.a (mon.0) 208 : cluster [INF] overall HEALTH_OK 2024-05-06T06:54:49.092 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:48 smithi110 bash[22399]: audit 2024-05-06T06:54:48.636253+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:49.093 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:48 smithi110 bash[22399]: audit 2024-05-06T06:54:48.636253+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:49.093 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:48 smithi110 bash[22399]: audit 2024-05-06T06:54:48.642904+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:49.093 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:48 smithi110 bash[22399]: audit 2024-05-06T06:54:48.642904+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:49.093 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:48 smithi110 bash[22399]: audit 2024-05-06T06:54:48.649280+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:49.093 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:48 smithi110 bash[22399]: audit 2024-05-06T06:54:48.649280+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:49.093 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:48 smithi110 bash[22399]: audit 2024-05-06T06:54:48.655108+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:49.093 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:48 smithi110 bash[22399]: audit 2024-05-06T06:54:48.655108+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:49.093 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:48 smithi110 bash[22399]: audit 2024-05-06T06:54:48.661836+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:49.093 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:48 smithi110 bash[22399]: audit 2024-05-06T06:54:48.661836+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:49.093 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:48 smithi110 bash[22399]: audit 2024-05-06T06:54:48.667823+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:49.093 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:48 smithi110 bash[22399]: audit 2024-05-06T06:54:48.667823+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:49.093 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:48 smithi110 bash[22399]: audit 2024-05-06T06:54:48.673865+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:49.093 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:48 smithi110 bash[22399]: audit 2024-05-06T06:54:48.673865+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:49.198 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/fac46718-0b74-11ef-bc97-c7b262605968/mon.b/config 2024-05-06T06:54:50.083 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:49 smithi063 bash[21584]: audit 2024-05-06T06:54:48.679941+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:50.083 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:49 smithi063 bash[21584]: audit 2024-05-06T06:54:48.679941+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:50.083 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:49 smithi063 bash[21584]: cephadm 2024-05-06T06:54:48.681992+0000 mgr.a (mgr.14152) 59 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-05-06T06:54:50.083 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:49 smithi063 bash[21584]: cephadm 2024-05-06T06:54:48.681992+0000 mgr.a (mgr.14152) 59 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-05-06T06:54:50.083 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:49 smithi063 bash[21584]: audit 2024-05-06T06:54:48.695303+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T06:54:50.083 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:49 smithi063 bash[21584]: audit 2024-05-06T06:54:48.695303+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T06:54:50.083 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:49 smithi063 bash[21584]: audit 2024-05-06T06:54:48.700579+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:50.083 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:49 smithi063 bash[21584]: audit 2024-05-06T06:54:48.700579+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:50.084 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:49 smithi063 bash[21584]: audit 2024-05-06T06:54:48.701477+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T06:54:50.084 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:49 smithi063 bash[21584]: audit 2024-05-06T06:54:48.701477+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T06:54:50.084 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:49 smithi063 bash[21584]: audit 2024-05-06T06:54:48.703310+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:54:50.084 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:49 smithi063 bash[21584]: audit 2024-05-06T06:54:48.703310+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:54:50.084 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:49 smithi063 bash[21584]: cephadm 2024-05-06T06:54:48.705432+0000 mgr.a (mgr.14152) 60 : cephadm [INF] Reconfiguring daemon mon.b on smithi110 2024-05-06T06:54:50.084 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:49 smithi063 bash[21584]: cephadm 2024-05-06T06:54:48.705432+0000 mgr.a (mgr.14152) 60 : cephadm [INF] Reconfiguring daemon mon.b on smithi110 2024-05-06T06:54:50.084 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:49 smithi063 bash[21584]: audit 2024-05-06T06:54:48.849505+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:50.084 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:49 smithi063 bash[21584]: audit 2024-05-06T06:54:48.849505+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:50.084 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:49 smithi063 bash[21584]: audit 2024-05-06T06:54:48.857940+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:50.084 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:49 smithi063 bash[21584]: audit 2024-05-06T06:54:48.857940+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:50.084 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:49 smithi063 bash[21584]: audit 2024-05-06T06:54:48.868389+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:50.084 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:49 smithi063 bash[21584]: audit 2024-05-06T06:54:48.868389+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:50.084 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:49 smithi063 bash[21584]: audit 2024-05-06T06:54:49.066899+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:50.084 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:49 smithi063 bash[21584]: audit 2024-05-06T06:54:49.066899+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:50.085 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:49 smithi063 bash[21584]: audit 2024-05-06T06:54:49.075290+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:50.085 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:49 smithi063 bash[21584]: audit 2024-05-06T06:54:49.075290+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:50.085 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:49 smithi063 bash[21584]: audit 2024-05-06T06:54:49.085546+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:50.085 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:49 smithi063 bash[21584]: audit 2024-05-06T06:54:49.085546+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:50.085 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:49 smithi063 bash[21584]: cluster 2024-05-06T06:54:49.248712+0000 mgr.a (mgr.14152) 61 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:54:50.085 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:49 smithi063 bash[21584]: cluster 2024-05-06T06:54:49.248712+0000 mgr.a (mgr.14152) 61 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:54:50.085 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:49 smithi063 bash[21584]: audit 2024-05-06T06:54:49.557947+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T06:54:50.085 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:49 smithi063 bash[21584]: audit 2024-05-06T06:54:49.557947+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T06:54:50.148 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:49 smithi110 bash[22399]: audit 2024-05-06T06:54:48.679941+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:50.148 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:49 smithi110 bash[22399]: audit 2024-05-06T06:54:48.679941+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:50.148 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:49 smithi110 bash[22399]: cephadm 2024-05-06T06:54:48.681992+0000 mgr.a (mgr.14152) 59 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-05-06T06:54:50.148 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:49 smithi110 bash[22399]: cephadm 2024-05-06T06:54:48.681992+0000 mgr.a (mgr.14152) 59 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-05-06T06:54:50.148 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:49 smithi110 bash[22399]: audit 2024-05-06T06:54:48.695303+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T06:54:50.148 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:49 smithi110 bash[22399]: audit 2024-05-06T06:54:48.695303+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T06:54:50.148 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:49 smithi110 bash[22399]: audit 2024-05-06T06:54:48.700579+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:50.148 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:49 smithi110 bash[22399]: audit 2024-05-06T06:54:48.700579+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:50.149 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:49 smithi110 bash[22399]: audit 2024-05-06T06:54:48.701477+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T06:54:50.149 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:49 smithi110 bash[22399]: audit 2024-05-06T06:54:48.701477+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T06:54:50.149 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:49 smithi110 bash[22399]: audit 2024-05-06T06:54:48.703310+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:54:50.149 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:49 smithi110 bash[22399]: audit 2024-05-06T06:54:48.703310+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:54:50.149 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:49 smithi110 bash[22399]: cephadm 2024-05-06T06:54:48.705432+0000 mgr.a (mgr.14152) 60 : cephadm [INF] Reconfiguring daemon mon.b on smithi110 2024-05-06T06:54:50.149 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:49 smithi110 bash[22399]: cephadm 2024-05-06T06:54:48.705432+0000 mgr.a (mgr.14152) 60 : cephadm [INF] Reconfiguring daemon mon.b on smithi110 2024-05-06T06:54:50.149 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:49 smithi110 bash[22399]: audit 2024-05-06T06:54:48.849505+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:50.149 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:49 smithi110 bash[22399]: audit 2024-05-06T06:54:48.849505+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:50.149 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:49 smithi110 bash[22399]: audit 2024-05-06T06:54:48.857940+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:50.149 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:49 smithi110 bash[22399]: audit 2024-05-06T06:54:48.857940+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:50.149 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:49 smithi110 bash[22399]: audit 2024-05-06T06:54:48.868389+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:50.149 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:49 smithi110 bash[22399]: audit 2024-05-06T06:54:48.868389+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:50.149 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:49 smithi110 bash[22399]: audit 2024-05-06T06:54:49.066899+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:50.150 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:49 smithi110 bash[22399]: audit 2024-05-06T06:54:49.066899+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:50.150 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:49 smithi110 bash[22399]: audit 2024-05-06T06:54:49.075290+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:50.150 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:49 smithi110 bash[22399]: audit 2024-05-06T06:54:49.075290+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:50.150 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:49 smithi110 bash[22399]: audit 2024-05-06T06:54:49.085546+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:50.150 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:49 smithi110 bash[22399]: audit 2024-05-06T06:54:49.085546+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:50.150 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:49 smithi110 bash[22399]: cluster 2024-05-06T06:54:49.248712+0000 mgr.a (mgr.14152) 61 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:54:50.150 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:49 smithi110 bash[22399]: cluster 2024-05-06T06:54:49.248712+0000 mgr.a (mgr.14152) 61 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:54:50.150 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:49 smithi110 bash[22399]: audit 2024-05-06T06:54:49.557947+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T06:54:50.150 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:49 smithi110 bash[22399]: audit 2024-05-06T06:54:49.557947+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T06:54:52.391 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-05-06T06:54:52.391 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":2,"fsid":"fac46718-0b74-11ef-bc97-c7b262605968","modified":"2024-05-06T06:54:43.556454Z","created":"2024-05-06T06:52:18.421051Z","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.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:3300","nonce":0},{"type":"v1","addr":"172.21.15.110:6789","nonce":0}]},"addr":"172.21.15.110:6789/0","public_addr":"172.21.15.110:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-05-06T06:54:52.394 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 2 2024-05-06T06:54:52.573 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:52 smithi110 bash[22399]: audit 2024-05-06T06:54:51.210305+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:52.573 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:52 smithi110 bash[22399]: audit 2024-05-06T06:54:51.210305+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:52.573 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:52 smithi110 bash[22399]: audit 2024-05-06T06:54:51.218593+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:52.573 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:52 smithi110 bash[22399]: audit 2024-05-06T06:54:51.218593+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:52.573 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:52 smithi110 bash[22399]: audit 2024-05-06T06:54:51.228899+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T06:54:52.573 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:52 smithi110 bash[22399]: audit 2024-05-06T06:54:51.228899+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T06:54:52.573 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:52 smithi110 bash[22399]: audit 2024-05-06T06:54:51.233711+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:54:52.573 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:52 smithi110 bash[22399]: audit 2024-05-06T06:54:51.233711+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:54:52.573 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:52 smithi110 bash[22399]: audit 2024-05-06T06:54:51.235495+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T06:54:52.573 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:52 smithi110 bash[22399]: audit 2024-05-06T06:54:51.235495+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T06:54:52.573 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:52 smithi110 bash[22399]: cephadm 2024-05-06T06:54:51.238023+0000 mgr.a (mgr.14152) 62 : cephadm [INF] Updating smithi063:/etc/ceph/ceph.conf 2024-05-06T06:54:52.574 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:52 smithi110 bash[22399]: cephadm 2024-05-06T06:54:51.238023+0000 mgr.a (mgr.14152) 62 : cephadm [INF] Updating smithi063:/etc/ceph/ceph.conf 2024-05-06T06:54:52.574 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:52 smithi110 bash[22399]: cephadm 2024-05-06T06:54:51.238476+0000 mgr.a (mgr.14152) 63 : cephadm [INF] Updating smithi110:/etc/ceph/ceph.conf 2024-05-06T06:54:52.574 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:52 smithi110 bash[22399]: cephadm 2024-05-06T06:54:51.238476+0000 mgr.a (mgr.14152) 63 : cephadm [INF] Updating smithi110:/etc/ceph/ceph.conf 2024-05-06T06:54:52.574 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:52 smithi110 bash[22399]: cluster 2024-05-06T06:54:51.249070+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:54:52.574 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:52 smithi110 bash[22399]: cluster 2024-05-06T06:54:51.249070+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:54:52.574 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:52 smithi110 bash[22399]: cephadm 2024-05-06T06:54:51.507557+0000 mgr.a (mgr.14152) 65 : cephadm [INF] Updating smithi110:/var/lib/ceph/fac46718-0b74-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T06:54:52.574 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:52 smithi110 bash[22399]: cephadm 2024-05-06T06:54:51.507557+0000 mgr.a (mgr.14152) 65 : cephadm [INF] Updating smithi110:/var/lib/ceph/fac46718-0b74-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T06:54:52.574 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:52 smithi110 bash[22399]: cephadm 2024-05-06T06:54:51.555251+0000 mgr.a (mgr.14152) 66 : cephadm [INF] Updating smithi063:/var/lib/ceph/fac46718-0b74-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T06:54:52.574 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:52 smithi110 bash[22399]: cephadm 2024-05-06T06:54:51.555251+0000 mgr.a (mgr.14152) 66 : cephadm [INF] Updating smithi063:/var/lib/ceph/fac46718-0b74-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T06:54:52.574 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:52 smithi110 bash[22399]: audit 2024-05-06T06:54:51.679123+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:52.574 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:52 smithi110 bash[22399]: audit 2024-05-06T06:54:51.679123+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:52.575 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:52 smithi110 bash[22399]: audit 2024-05-06T06:54:51.684151+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:52.575 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:52 smithi110 bash[22399]: audit 2024-05-06T06:54:51.684151+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:52.575 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:52 smithi110 bash[22399]: audit 2024-05-06T06:54:51.724060+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:52.575 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:52 smithi110 bash[22399]: audit 2024-05-06T06:54:51.724060+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:52.575 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:52 smithi110 bash[22399]: audit 2024-05-06T06:54:51.728668+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:52.575 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:52 smithi110 bash[22399]: audit 2024-05-06T06:54:51.728668+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:52.575 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:52 smithi110 bash[22399]: audit 2024-05-06T06:54:51.732933+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:52.575 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:52 smithi110 bash[22399]: audit 2024-05-06T06:54:51.732933+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:52.575 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:52 smithi110 bash[22399]: audit 2024-05-06T06:54:51.800202+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T06:54:52.575 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:52 smithi110 bash[22399]: audit 2024-05-06T06:54:51.800202+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T06:54:52.575 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:52 smithi110 bash[22399]: audit 2024-05-06T06:54:51.801707+0000 mon.a (mon.0) 239 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T06:54:52.575 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:52 smithi110 bash[22399]: audit 2024-05-06T06:54:51.801707+0000 mon.a (mon.0) 239 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T06:54:52.575 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:52 smithi110 bash[22399]: audit 2024-05-06T06:54:51.803137+0000 mon.a (mon.0) 240 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:54:52.575 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:52 smithi110 bash[22399]: audit 2024-05-06T06:54:51.803137+0000 mon.a (mon.0) 240 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:54:52.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:52 smithi063 bash[21584]: audit 2024-05-06T06:54:51.210305+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:52.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:52 smithi063 bash[21584]: audit 2024-05-06T06:54:51.210305+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:52.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:52 smithi063 bash[21584]: audit 2024-05-06T06:54:51.218593+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:52.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:52 smithi063 bash[21584]: audit 2024-05-06T06:54:51.218593+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:52.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:52 smithi063 bash[21584]: audit 2024-05-06T06:54:51.228899+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T06:54:52.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:52 smithi063 bash[21584]: audit 2024-05-06T06:54:51.228899+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T06:54:52.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:52 smithi063 bash[21584]: audit 2024-05-06T06:54:51.233711+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:54:52.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:52 smithi063 bash[21584]: audit 2024-05-06T06:54:51.233711+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:54:52.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:52 smithi063 bash[21584]: audit 2024-05-06T06:54:51.235495+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T06:54:52.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:52 smithi063 bash[21584]: audit 2024-05-06T06:54:51.235495+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T06:54:52.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:52 smithi063 bash[21584]: cephadm 2024-05-06T06:54:51.238023+0000 mgr.a (mgr.14152) 62 : cephadm [INF] Updating smithi063:/etc/ceph/ceph.conf 2024-05-06T06:54:52.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:52 smithi063 bash[21584]: cephadm 2024-05-06T06:54:51.238023+0000 mgr.a (mgr.14152) 62 : cephadm [INF] Updating smithi063:/etc/ceph/ceph.conf 2024-05-06T06:54:52.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:52 smithi063 bash[21584]: cephadm 2024-05-06T06:54:51.238476+0000 mgr.a (mgr.14152) 63 : cephadm [INF] Updating smithi110:/etc/ceph/ceph.conf 2024-05-06T06:54:52.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:52 smithi063 bash[21584]: cephadm 2024-05-06T06:54:51.238476+0000 mgr.a (mgr.14152) 63 : cephadm [INF] Updating smithi110:/etc/ceph/ceph.conf 2024-05-06T06:54:52.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:52 smithi063 bash[21584]: cluster 2024-05-06T06:54:51.249070+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:54:52.584 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:52 smithi063 bash[21584]: cluster 2024-05-06T06:54:51.249070+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:54:52.584 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:52 smithi063 bash[21584]: cephadm 2024-05-06T06:54:51.507557+0000 mgr.a (mgr.14152) 65 : cephadm [INF] Updating smithi110:/var/lib/ceph/fac46718-0b74-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T06:54:52.584 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:52 smithi063 bash[21584]: cephadm 2024-05-06T06:54:51.507557+0000 mgr.a (mgr.14152) 65 : cephadm [INF] Updating smithi110:/var/lib/ceph/fac46718-0b74-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T06:54:52.584 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:52 smithi063 bash[21584]: cephadm 2024-05-06T06:54:51.555251+0000 mgr.a (mgr.14152) 66 : cephadm [INF] Updating smithi063:/var/lib/ceph/fac46718-0b74-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T06:54:52.584 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:52 smithi063 bash[21584]: cephadm 2024-05-06T06:54:51.555251+0000 mgr.a (mgr.14152) 66 : cephadm [INF] Updating smithi063:/var/lib/ceph/fac46718-0b74-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T06:54:52.584 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:52 smithi063 bash[21584]: audit 2024-05-06T06:54:51.679123+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:52.584 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:52 smithi063 bash[21584]: audit 2024-05-06T06:54:51.679123+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:52.584 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:52 smithi063 bash[21584]: audit 2024-05-06T06:54:51.684151+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:52.584 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:52 smithi063 bash[21584]: audit 2024-05-06T06:54:51.684151+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:52.584 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:52 smithi063 bash[21584]: audit 2024-05-06T06:54:51.724060+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:52.585 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:52 smithi063 bash[21584]: audit 2024-05-06T06:54:51.724060+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:52.585 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:52 smithi063 bash[21584]: audit 2024-05-06T06:54:51.728668+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:52.585 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:52 smithi063 bash[21584]: audit 2024-05-06T06:54:51.728668+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:52.585 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:52 smithi063 bash[21584]: audit 2024-05-06T06:54:51.732933+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:52.585 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:52 smithi063 bash[21584]: audit 2024-05-06T06:54:51.732933+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:52.585 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:52 smithi063 bash[21584]: audit 2024-05-06T06:54:51.800202+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T06:54:52.585 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:52 smithi063 bash[21584]: audit 2024-05-06T06:54:51.800202+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T06:54:52.585 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:52 smithi063 bash[21584]: audit 2024-05-06T06:54:51.801707+0000 mon.a (mon.0) 239 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T06:54:52.585 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:52 smithi063 bash[21584]: audit 2024-05-06T06:54:51.801707+0000 mon.a (mon.0) 239 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T06:54:52.585 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:52 smithi063 bash[21584]: audit 2024-05-06T06:54:51.803137+0000 mon.a (mon.0) 240 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:54:52.585 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:52 smithi063 bash[21584]: audit 2024-05-06T06:54:51.803137+0000 mon.a (mon.0) 240 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:54:53.006 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-05-06T06:54:53.007 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fac46718-0b74-11ef-bc97-c7b262605968 -- ceph config generate-minimal-conf 2024-05-06T06:54:53.318 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:53 smithi063 bash[21584]: cephadm 2024-05-06T06:54:51.799534+0000 mgr.a (mgr.14152) 67 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-05-06T06:54:53.318 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:53 smithi063 bash[21584]: cephadm 2024-05-06T06:54:51.799534+0000 mgr.a (mgr.14152) 67 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-05-06T06:54:53.318 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:53 smithi063 bash[21584]: cephadm 2024-05-06T06:54:51.804818+0000 mgr.a (mgr.14152) 68 : cephadm [INF] Reconfiguring daemon mon.a on smithi063 2024-05-06T06:54:53.318 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:53 smithi063 bash[21584]: cephadm 2024-05-06T06:54:51.804818+0000 mgr.a (mgr.14152) 68 : cephadm [INF] Reconfiguring daemon mon.a on smithi063 2024-05-06T06:54:53.319 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:53 smithi063 bash[21584]: audit 2024-05-06T06:54:52.391855+0000 mon.a (mon.0) 241 : audit [DBG] from='client.? 172.21.15.110:0/2865222140' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-06T06:54:53.319 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:53 smithi063 bash[21584]: audit 2024-05-06T06:54:52.391855+0000 mon.a (mon.0) 241 : audit [DBG] from='client.? 172.21.15.110:0/2865222140' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-06T06:54:53.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:53 smithi110 bash[22399]: cephadm 2024-05-06T06:54:51.799534+0000 mgr.a (mgr.14152) 67 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-05-06T06:54:53.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:53 smithi110 bash[22399]: cephadm 2024-05-06T06:54:51.799534+0000 mgr.a (mgr.14152) 67 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-05-06T06:54:53.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:53 smithi110 bash[22399]: cephadm 2024-05-06T06:54:51.804818+0000 mgr.a (mgr.14152) 68 : cephadm [INF] Reconfiguring daemon mon.a on smithi063 2024-05-06T06:54:53.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:53 smithi110 bash[22399]: cephadm 2024-05-06T06:54:51.804818+0000 mgr.a (mgr.14152) 68 : cephadm [INF] Reconfiguring daemon mon.a on smithi063 2024-05-06T06:54:53.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:53 smithi110 bash[22399]: audit 2024-05-06T06:54:52.391855+0000 mon.a (mon.0) 241 : audit [DBG] from='client.? 172.21.15.110:0/2865222140' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-06T06:54:53.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:53 smithi110 bash[22399]: audit 2024-05-06T06:54:52.391855+0000 mon.a (mon.0) 241 : audit [DBG] from='client.? 172.21.15.110:0/2865222140' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-06T06:54:54.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:54 smithi063 bash[21584]: cluster 2024-05-06T06:54:53.249451+0000 mgr.a (mgr.14152) 69 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:54:54.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:54 smithi063 bash[21584]: cluster 2024-05-06T06:54:53.249451+0000 mgr.a (mgr.14152) 69 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:54:54.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:54 smithi063 bash[21584]: audit 2024-05-06T06:54:53.804245+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:54.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:54 smithi063 bash[21584]: audit 2024-05-06T06:54:53.804245+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:54.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:54 smithi063 bash[21584]: audit 2024-05-06T06:54:53.810877+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:54.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:54 smithi063 bash[21584]: audit 2024-05-06T06:54:53.810877+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:54.897 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:54 smithi110 bash[22399]: cluster 2024-05-06T06:54:53.249451+0000 mgr.a (mgr.14152) 69 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:54:54.897 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:54 smithi110 bash[22399]: cluster 2024-05-06T06:54:53.249451+0000 mgr.a (mgr.14152) 69 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:54:54.897 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:54 smithi110 bash[22399]: audit 2024-05-06T06:54:53.804245+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:54.897 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:54 smithi110 bash[22399]: audit 2024-05-06T06:54:53.804245+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:54.897 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:54 smithi110 bash[22399]: audit 2024-05-06T06:54:53.810877+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:54.898 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:54 smithi110 bash[22399]: audit 2024-05-06T06:54:53.810877+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:54:56.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:56 smithi063 bash[21584]: cluster 2024-05-06T06:54:55.249857+0000 mgr.a (mgr.14152) 70 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:54:56.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:56 smithi063 bash[21584]: cluster 2024-05-06T06:54:55.249857+0000 mgr.a (mgr.14152) 70 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:54:56.897 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:56 smithi110 bash[22399]: cluster 2024-05-06T06:54:55.249857+0000 mgr.a (mgr.14152) 70 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:54:56.897 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:56 smithi110 bash[22399]: cluster 2024-05-06T06:54:55.249857+0000 mgr.a (mgr.14152) 70 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:54:57.730 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/fac46718-0b74-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T06:54:58.826 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:58 smithi063 bash[21584]: cluster 2024-05-06T06:54:57.250270+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:54:58.826 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:54:58 smithi063 bash[21584]: cluster 2024-05-06T06:54:57.250270+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:54:58.897 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:58 smithi110 bash[22399]: cluster 2024-05-06T06:54:57.250270+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:54:58.897 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:54:58 smithi110 bash[22399]: cluster 2024-05-06T06:54:57.250270+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:55:00.649 INFO:teuthology.orchestra.run.smithi063.stdout:# minimal ceph.conf for fac46718-0b74-11ef-bc97-c7b262605968 2024-05-06T06:55:00.649 INFO:teuthology.orchestra.run.smithi063.stdout:[global] 2024-05-06T06:55:00.649 INFO:teuthology.orchestra.run.smithi063.stdout: fsid = fac46718-0b74-11ef-bc97-c7b262605968 2024-05-06T06:55:00.649 INFO:teuthology.orchestra.run.smithi063.stdout: mon_host = [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] [v2:172.21.15.110:3300/0,v1:172.21.15.110:6789/0] 2024-05-06T06:55:00.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:00 smithi063 bash[21584]: cluster 2024-05-06T06:54:59.250635+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-06T06:55:00.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:00 smithi063 bash[21584]: cluster 2024-05-06T06:54:59.250635+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-06T06:55:00.897 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:00 smithi110 bash[22399]: cluster 2024-05-06T06:54:59.250635+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-06T06:55:00.897 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:00 smithi110 bash[22399]: cluster 2024-05-06T06:54:59.250635+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-06T06:55:01.722 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-05-06T06:55:01.722 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-05-06T06:55:01.722 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd of=/etc/ceph/ceph.conf 2024-05-06T06:55:01.736 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-05-06T06:55:01.736 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-05-06T06:55:01.793 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2024-05-06T06:55:01.793 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd of=/etc/ceph/ceph.conf 2024-05-06T06:55:01.803 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:01 smithi110 bash[22399]: audit 2024-05-06T06:55:00.650492+0000 mon.a (mon.0) 244 : audit [DBG] from='client.? 172.21.15.63:0/4125482298' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:55:01.803 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:01 smithi110 bash[22399]: audit 2024-05-06T06:55:00.650492+0000 mon.a (mon.0) 244 : audit [DBG] from='client.? 172.21.15.63:0/4125482298' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:55:01.805 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2024-05-06T06:55:01.805 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-05-06T06:55:01.831 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:01 smithi063 bash[21584]: audit 2024-05-06T06:55:00.650492+0000 mon.a (mon.0) 244 : audit [DBG] from='client.? 172.21.15.63:0/4125482298' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:55:01.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:01 smithi063 bash[21584]: audit 2024-05-06T06:55:00.650492+0000 mon.a (mon.0) 244 : audit [DBG] from='client.? 172.21.15.63:0/4125482298' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:55:01.858 INFO:tasks.cephadm:Adding mgr.a on smithi063 2024-05-06T06:55:01.859 INFO:tasks.cephadm:Adding mgr.b on smithi110 2024-05-06T06:55:01.859 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fac46718-0b74-11ef-bc97-c7b262605968 -- ceph orch apply mgr '2;smithi063=a;smithi110=b' 2024-05-06T06:55:02.813 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:02 smithi063 bash[21584]: cluster 2024-05-06T06:55:01.251023+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-06T06:55:02.814 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:02 smithi063 bash[21584]: cluster 2024-05-06T06:55:01.251023+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-06T06:55:02.897 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:02 smithi110 bash[22399]: cluster 2024-05-06T06:55:01.251023+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-06T06:55:02.897 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:02 smithi110 bash[22399]: cluster 2024-05-06T06:55:01.251023+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-06T06:55:04.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:04 smithi063 bash[21584]: cluster 2024-05-06T06:55:03.251465+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-06T06:55:04.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:04 smithi063 bash[21584]: cluster 2024-05-06T06:55:03.251465+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-06T06:55:04.897 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:04 smithi110 bash[22399]: cluster 2024-05-06T06:55:03.251465+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-06T06:55:04.897 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:04 smithi110 bash[22399]: cluster 2024-05-06T06:55:03.251465+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-06T06:55:05.798 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/fac46718-0b74-11ef-bc97-c7b262605968/mon.b/config 2024-05-06T06:55:06.746 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:06 smithi110 bash[22399]: cluster 2024-05-06T06:55:05.251923+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-06T06:55:06.746 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:06 smithi110 bash[22399]: cluster 2024-05-06T06:55:05.251923+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-06T06:55:06.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:06 smithi063 bash[21584]: cluster 2024-05-06T06:55:05.251923+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-06T06:55:06.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:06 smithi063 bash[21584]: cluster 2024-05-06T06:55:05.251923+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-06T06:55:08.278 INFO:teuthology.orchestra.run.smithi110.stdout:Scheduled mgr update... 2024-05-06T06:55:08.817 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:08 smithi110 bash[22399]: cluster 2024-05-06T06:55:07.252266+0000 mgr.a (mgr.14152) 76 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:55:08.817 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:08 smithi110 bash[22399]: cluster 2024-05-06T06:55:07.252266+0000 mgr.a (mgr.14152) 76 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:55:08.817 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:08 smithi110 bash[22399]: audit 2024-05-06T06:55:08.264629+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:08.818 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:08 smithi110 bash[22399]: audit 2024-05-06T06:55:08.264629+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:08.818 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:08 smithi110 bash[22399]: audit 2024-05-06T06:55:08.272566+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:08.818 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:08 smithi110 bash[22399]: audit 2024-05-06T06:55:08.272566+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:08.818 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:08 smithi110 bash[22399]: audit 2024-05-06T06:55:08.278215+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:08.818 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:08 smithi110 bash[22399]: audit 2024-05-06T06:55:08.278215+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:08.818 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:08 smithi110 bash[22399]: audit 2024-05-06T06:55:08.284325+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:08.818 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:08 smithi110 bash[22399]: audit 2024-05-06T06:55:08.284325+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:08.818 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:08 smithi110 bash[22399]: audit 2024-05-06T06:55:08.327275+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T06:55:08.818 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:08 smithi110 bash[22399]: audit 2024-05-06T06:55:08.327275+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T06:55:08.818 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:08 smithi110 bash[22399]: audit 2024-05-06T06:55:08.332501+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:55:08.818 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:08 smithi110 bash[22399]: audit 2024-05-06T06:55:08.332501+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:55:08.818 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:08 smithi110 bash[22399]: audit 2024-05-06T06:55:08.334362+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T06:55:08.819 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:08 smithi110 bash[22399]: audit 2024-05-06T06:55:08.334362+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T06:55:08.819 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:08 smithi110 bash[22399]: audit 2024-05-06T06:55:08.343096+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:08.819 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:08 smithi110 bash[22399]: audit 2024-05-06T06:55:08.343096+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:08.819 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:08 smithi110 bash[22399]: audit 2024-05-06T06:55:08.347520+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-06T06:55:08.819 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:08 smithi110 bash[22399]: audit 2024-05-06T06:55:08.347520+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-06T06:55:08.819 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:08 smithi110 bash[22399]: audit 2024-05-06T06:55:08.350000+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-05-06T06:55:08.819 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:08 smithi110 bash[22399]: audit 2024-05-06T06:55:08.350000+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-05-06T06:55:08.819 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:08 smithi110 bash[22399]: audit 2024-05-06T06:55:08.354653+0000 mon.a (mon.0) 255 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-06T06:55:08.819 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:08 smithi110 bash[22399]: audit 2024-05-06T06:55:08.354653+0000 mon.a (mon.0) 255 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-06T06:55:08.819 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:08 smithi110 bash[22399]: audit 2024-05-06T06:55:08.356794+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:55:08.819 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:08 smithi110 bash[22399]: audit 2024-05-06T06:55:08.356794+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:55:08.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:08 smithi063 bash[21584]: cluster 2024-05-06T06:55:07.252266+0000 mgr.a (mgr.14152) 76 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:55:08.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:08 smithi063 bash[21584]: cluster 2024-05-06T06:55:07.252266+0000 mgr.a (mgr.14152) 76 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:55:08.833 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:08 smithi063 bash[21584]: audit 2024-05-06T06:55:08.264629+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:08.833 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:08 smithi063 bash[21584]: audit 2024-05-06T06:55:08.264629+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:08.833 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:08 smithi063 bash[21584]: audit 2024-05-06T06:55:08.272566+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:08.833 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:08 smithi063 bash[21584]: audit 2024-05-06T06:55:08.272566+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:08.833 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:08 smithi063 bash[21584]: audit 2024-05-06T06:55:08.278215+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:08.833 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:08 smithi063 bash[21584]: audit 2024-05-06T06:55:08.278215+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:08.833 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:08 smithi063 bash[21584]: audit 2024-05-06T06:55:08.284325+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:08.833 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:08 smithi063 bash[21584]: audit 2024-05-06T06:55:08.284325+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:08.833 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:08 smithi063 bash[21584]: audit 2024-05-06T06:55:08.327275+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T06:55:08.833 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:08 smithi063 bash[21584]: audit 2024-05-06T06:55:08.327275+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T06:55:08.833 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:08 smithi063 bash[21584]: audit 2024-05-06T06:55:08.332501+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:55:08.833 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:08 smithi063 bash[21584]: audit 2024-05-06T06:55:08.332501+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:55:08.833 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:08 smithi063 bash[21584]: audit 2024-05-06T06:55:08.334362+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T06:55:08.834 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:08 smithi063 bash[21584]: audit 2024-05-06T06:55:08.334362+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T06:55:08.834 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:08 smithi063 bash[21584]: audit 2024-05-06T06:55:08.343096+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:08.834 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:08 smithi063 bash[21584]: audit 2024-05-06T06:55:08.343096+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:08.834 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:08 smithi063 bash[21584]: audit 2024-05-06T06:55:08.347520+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-06T06:55:08.834 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:08 smithi063 bash[21584]: audit 2024-05-06T06:55:08.347520+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-06T06:55:08.834 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:08 smithi063 bash[21584]: audit 2024-05-06T06:55:08.350000+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-05-06T06:55:08.834 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:08 smithi063 bash[21584]: audit 2024-05-06T06:55:08.350000+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-05-06T06:55:08.834 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:08 smithi063 bash[21584]: audit 2024-05-06T06:55:08.354653+0000 mon.a (mon.0) 255 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-06T06:55:08.834 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:08 smithi063 bash[21584]: audit 2024-05-06T06:55:08.354653+0000 mon.a (mon.0) 255 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-06T06:55:08.834 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:08 smithi063 bash[21584]: audit 2024-05-06T06:55:08.356794+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:55:08.834 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:08 smithi063 bash[21584]: audit 2024-05-06T06:55:08.356794+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:55:08.919 DEBUG:teuthology.orchestra.run.smithi110:mgr.b> sudo journalctl -f -n 0 -u ceph-fac46718-0b74-11ef-bc97-c7b262605968@mgr.b.service 2024-05-06T06:55:08.921 INFO:tasks.cephadm:Deploying OSDs... 2024-05-06T06:55:08.922 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-05-06T06:55:08.922 DEBUG:teuthology.orchestra.run.smithi063:> dd if=/scratch_devs of=/dev/stdout 2024-05-06T06:55:08.928 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-06T06:55:08.928 DEBUG:teuthology.orchestra.run.smithi063:> stat /dev/vg_nvme/lv_1 2024-05-06T06:55:08.982 INFO:teuthology.orchestra.run.smithi063.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-05-06T06:55:08.982 INFO:teuthology.orchestra.run.smithi063.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-06T06:55:08.982 INFO:teuthology.orchestra.run.smithi063.stdout:Device: 5h/5d Inode: 870 Links: 1 2024-05-06T06:55:08.982 INFO:teuthology.orchestra.run.smithi063.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-06T06:55:08.982 INFO:teuthology.orchestra.run.smithi063.stdout:Access: 2024-05-06 06:45:36.890866017 +0000 2024-05-06T06:55:08.982 INFO:teuthology.orchestra.run.smithi063.stdout:Modify: 2024-05-06 06:45:36.598868624 +0000 2024-05-06T06:55:08.982 INFO:teuthology.orchestra.run.smithi063.stdout:Change: 2024-05-06 06:45:36.598868624 +0000 2024-05-06T06:55:08.982 INFO:teuthology.orchestra.run.smithi063.stdout: Birth: - 2024-05-06T06:55:08.982 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-05-06T06:55:09.036 INFO:teuthology.orchestra.run.smithi063.stderr:1+0 records in 2024-05-06T06:55:09.036 INFO:teuthology.orchestra.run.smithi063.stderr:1+0 records out 2024-05-06T06:55:09.036 INFO:teuthology.orchestra.run.smithi063.stderr:512 bytes copied, 0.000439657 s, 1.2 MB/s 2024-05-06T06:55:09.037 DEBUG:teuthology.orchestra.run.smithi063:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-05-06T06:55:09.087 DEBUG:teuthology.orchestra.run.smithi063:> stat /dev/vg_nvme/lv_2 2024-05-06T06:55:09.133 INFO:teuthology.orchestra.run.smithi063.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-05-06T06:55:09.133 INFO:teuthology.orchestra.run.smithi063.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-06T06:55:09.133 INFO:teuthology.orchestra.run.smithi063.stdout:Device: 5h/5d Inode: 891 Links: 1 2024-05-06T06:55:09.133 INFO:teuthology.orchestra.run.smithi063.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-06T06:55:09.133 INFO:teuthology.orchestra.run.smithi063.stdout:Access: 2024-05-06 06:45:37.422861265 +0000 2024-05-06T06:55:09.133 INFO:teuthology.orchestra.run.smithi063.stdout:Modify: 2024-05-06 06:45:37.146863730 +0000 2024-05-06T06:55:09.133 INFO:teuthology.orchestra.run.smithi063.stdout:Change: 2024-05-06 06:45:37.146863730 +0000 2024-05-06T06:55:09.133 INFO:teuthology.orchestra.run.smithi063.stdout: Birth: - 2024-05-06T06:55:09.134 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-05-06T06:55:09.188 INFO:teuthology.orchestra.run.smithi063.stderr:1+0 records in 2024-05-06T06:55:09.188 INFO:teuthology.orchestra.run.smithi063.stderr:1+0 records out 2024-05-06T06:55:09.188 INFO:teuthology.orchestra.run.smithi063.stderr:512 bytes copied, 0.000371238 s, 1.4 MB/s 2024-05-06T06:55:09.189 DEBUG:teuthology.orchestra.run.smithi063:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-05-06T06:55:09.239 DEBUG:teuthology.orchestra.run.smithi063:> stat /dev/vg_nvme/lv_3 2024-05-06T06:55:09.286 INFO:teuthology.orchestra.run.smithi063.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-05-06T06:55:09.286 INFO:teuthology.orchestra.run.smithi063.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-06T06:55:09.286 INFO:teuthology.orchestra.run.smithi063.stdout:Device: 5h/5d Inode: 905 Links: 1 2024-05-06T06:55:09.286 INFO:teuthology.orchestra.run.smithi063.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-06T06:55:09.287 INFO:teuthology.orchestra.run.smithi063.stdout:Access: 2024-05-06 06:45:37.910856907 +0000 2024-05-06T06:55:09.287 INFO:teuthology.orchestra.run.smithi063.stdout:Modify: 2024-05-06 06:45:37.658859156 +0000 2024-05-06T06:55:09.287 INFO:teuthology.orchestra.run.smithi063.stdout:Change: 2024-05-06 06:45:37.658859156 +0000 2024-05-06T06:55:09.287 INFO:teuthology.orchestra.run.smithi063.stdout: Birth: - 2024-05-06T06:55:09.287 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-05-06T06:55:09.340 INFO:teuthology.orchestra.run.smithi063.stderr:1+0 records in 2024-05-06T06:55:09.340 INFO:teuthology.orchestra.run.smithi063.stderr:1+0 records out 2024-05-06T06:55:09.340 INFO:teuthology.orchestra.run.smithi063.stderr:512 bytes copied, 0.000391741 s, 1.3 MB/s 2024-05-06T06:55:09.341 DEBUG:teuthology.orchestra.run.smithi063:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-05-06T06:55:09.390 DEBUG:teuthology.orchestra.run.smithi063:> stat /dev/vg_nvme/lv_4 2024-05-06T06:55:09.441 INFO:teuthology.orchestra.run.smithi063.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-05-06T06:55:09.441 INFO:teuthology.orchestra.run.smithi063.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-06T06:55:09.442 INFO:teuthology.orchestra.run.smithi063.stdout:Device: 5h/5d Inode: 920 Links: 1 2024-05-06T06:55:09.442 INFO:teuthology.orchestra.run.smithi063.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-06T06:55:09.442 INFO:teuthology.orchestra.run.smithi063.stdout:Access: 2024-05-06 06:45:38.406852476 +0000 2024-05-06T06:55:09.442 INFO:teuthology.orchestra.run.smithi063.stdout:Modify: 2024-05-06 06:45:38.134854905 +0000 2024-05-06T06:55:09.442 INFO:teuthology.orchestra.run.smithi063.stdout:Change: 2024-05-06 06:45:38.134854905 +0000 2024-05-06T06:55:09.442 INFO:teuthology.orchestra.run.smithi063.stdout: Birth: - 2024-05-06T06:55:09.442 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-05-06T06:55:09.497 INFO:teuthology.orchestra.run.smithi063.stderr:1+0 records in 2024-05-06T06:55:09.497 INFO:teuthology.orchestra.run.smithi063.stderr:1+0 records out 2024-05-06T06:55:09.497 INFO:teuthology.orchestra.run.smithi063.stderr:512 bytes copied, 0.000419753 s, 1.2 MB/s 2024-05-06T06:55:09.498 DEBUG:teuthology.orchestra.run.smithi063:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-05-06T06:55:09.547 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2024-05-06T06:55:09.547 DEBUG:teuthology.orchestra.run.smithi110:> dd if=/scratch_devs of=/dev/stdout 2024-05-06T06:55:09.553 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-06T06:55:09.554 DEBUG:teuthology.orchestra.run.smithi110:> stat /dev/vg_nvme/lv_1 2024-05-06T06:55:09.600 INFO:teuthology.orchestra.run.smithi110.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-05-06T06:55:09.601 INFO:teuthology.orchestra.run.smithi110.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-06T06:55:09.601 INFO:teuthology.orchestra.run.smithi110.stdout:Device: 5h/5d Inode: 881 Links: 1 2024-05-06T06:55:09.601 INFO:teuthology.orchestra.run.smithi110.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-06T06:55:09.601 INFO:teuthology.orchestra.run.smithi110.stdout:Access: 2024-05-06 06:45:33.323426902 +0000 2024-05-06T06:55:09.601 INFO:teuthology.orchestra.run.smithi110.stdout:Modify: 2024-05-06 06:45:33.039429440 +0000 2024-05-06T06:55:09.601 INFO:teuthology.orchestra.run.smithi110.stdout:Change: 2024-05-06 06:45:33.039429440 +0000 2024-05-06T06:55:09.601 INFO:teuthology.orchestra.run.smithi110.stdout: Birth: - 2024-05-06T06:55:09.601 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-05-06T06:55:09.656 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records in 2024-05-06T06:55:09.656 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records out 2024-05-06T06:55:09.656 INFO:teuthology.orchestra.run.smithi110.stderr:512 bytes copied, 0.000202391 s, 2.5 MB/s 2024-05-06T06:55:09.657 DEBUG:teuthology.orchestra.run.smithi110:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-05-06T06:55:09.706 DEBUG:teuthology.orchestra.run.smithi110:> stat /dev/vg_nvme/lv_2 2024-05-06T06:55:09.751 INFO:teuthology.orchestra.run.smithi110.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-05-06T06:55:09.751 INFO:teuthology.orchestra.run.smithi110.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-06T06:55:09.751 INFO:teuthology.orchestra.run.smithi110.stdout:Device: 5h/5d Inode: 892 Links: 1 2024-05-06T06:55:09.752 INFO:teuthology.orchestra.run.smithi110.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-06T06:55:09.752 INFO:teuthology.orchestra.run.smithi110.stdout:Access: 2024-05-06 06:45:33.811422544 +0000 2024-05-06T06:55:09.752 INFO:teuthology.orchestra.run.smithi110.stdout:Modify: 2024-05-06 06:45:33.555424830 +0000 2024-05-06T06:55:09.752 INFO:teuthology.orchestra.run.smithi110.stdout:Change: 2024-05-06 06:45:33.555424830 +0000 2024-05-06T06:55:09.752 INFO:teuthology.orchestra.run.smithi110.stdout: Birth: - 2024-05-06T06:55:09.752 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-05-06T06:55:09.803 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records in 2024-05-06T06:55:09.803 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records out 2024-05-06T06:55:09.804 INFO:teuthology.orchestra.run.smithi110.stderr:512 bytes copied, 0.000165608 s, 3.1 MB/s 2024-05-06T06:55:09.804 DEBUG:teuthology.orchestra.run.smithi110:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-05-06T06:55:09.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:09 smithi063 bash[21584]: audit 2024-05-06T06:55:08.266046+0000 mgr.a (mgr.14152) 77 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi063=a;smithi110=b", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T06:55:09.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:09 smithi063 bash[21584]: audit 2024-05-06T06:55:08.266046+0000 mgr.a (mgr.14152) 77 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi063=a;smithi110=b", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T06:55:09.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:09 smithi063 bash[21584]: cephadm 2024-05-06T06:55:08.270124+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Saving service mgr spec with placement smithi063=a;smithi110=b;count:2 2024-05-06T06:55:09.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:09 smithi063 bash[21584]: cephadm 2024-05-06T06:55:08.270124+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Saving service mgr spec with placement smithi063=a;smithi110=b;count:2 2024-05-06T06:55:09.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:09 smithi063 bash[21584]: cephadm 2024-05-06T06:55:08.358896+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Deploying daemon mgr.b on smithi110 2024-05-06T06:55:09.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:09 smithi063 bash[21584]: cephadm 2024-05-06T06:55:08.358896+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Deploying daemon mgr.b on smithi110 2024-05-06T06:55:09.833 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:09 smithi063 bash[21584]: audit 2024-05-06T06:55:08.918920+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:09.833 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:09 smithi063 bash[21584]: audit 2024-05-06T06:55:08.918920+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:09.833 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:09 smithi063 bash[21584]: audit 2024-05-06T06:55:08.926959+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:09.833 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:09 smithi063 bash[21584]: audit 2024-05-06T06:55:08.926959+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:09.833 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:09 smithi063 bash[21584]: audit 2024-05-06T06:55:08.934254+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:09.833 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:09 smithi063 bash[21584]: audit 2024-05-06T06:55:08.934254+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:09.856 DEBUG:teuthology.orchestra.run.smithi110:> stat /dev/vg_nvme/lv_3 2024-05-06T06:55:09.872 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:09 smithi110 bash[22399]: audit 2024-05-06T06:55:08.266046+0000 mgr.a (mgr.14152) 77 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi063=a;smithi110=b", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T06:55:09.872 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:09 smithi110 bash[22399]: audit 2024-05-06T06:55:08.266046+0000 mgr.a (mgr.14152) 77 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi063=a;smithi110=b", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T06:55:09.872 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:09 smithi110 bash[22399]: cephadm 2024-05-06T06:55:08.270124+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Saving service mgr spec with placement smithi063=a;smithi110=b;count:2 2024-05-06T06:55:09.873 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:09 smithi110 bash[22399]: cephadm 2024-05-06T06:55:08.270124+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Saving service mgr spec with placement smithi063=a;smithi110=b;count:2 2024-05-06T06:55:09.873 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:09 smithi110 bash[22399]: cephadm 2024-05-06T06:55:08.358896+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Deploying daemon mgr.b on smithi110 2024-05-06T06:55:09.873 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:09 smithi110 bash[22399]: cephadm 2024-05-06T06:55:08.358896+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Deploying daemon mgr.b on smithi110 2024-05-06T06:55:09.873 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:09 smithi110 bash[22399]: audit 2024-05-06T06:55:08.918920+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:09.873 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:09 smithi110 bash[22399]: audit 2024-05-06T06:55:08.918920+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:09.874 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:09 smithi110 bash[22399]: audit 2024-05-06T06:55:08.926959+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:09.874 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:09 smithi110 bash[22399]: audit 2024-05-06T06:55:08.926959+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:09.874 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:09 smithi110 bash[22399]: audit 2024-05-06T06:55:08.934254+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:09.874 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:09 smithi110 bash[22399]: audit 2024-05-06T06:55:08.934254+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:09.879 INFO:teuthology.orchestra.run.smithi110.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-05-06T06:55:09.879 INFO:teuthology.orchestra.run.smithi110.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-06T06:55:09.879 INFO:teuthology.orchestra.run.smithi110.stdout:Device: 5h/5d Inode: 910 Links: 1 2024-05-06T06:55:09.879 INFO:teuthology.orchestra.run.smithi110.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-06T06:55:09.880 INFO:teuthology.orchestra.run.smithi110.stdout:Access: 2024-05-06 06:45:34.275418400 +0000 2024-05-06T06:55:09.880 INFO:teuthology.orchestra.run.smithi110.stdout:Modify: 2024-05-06 06:45:34.031420579 +0000 2024-05-06T06:55:09.880 INFO:teuthology.orchestra.run.smithi110.stdout:Change: 2024-05-06 06:45:34.031420579 +0000 2024-05-06T06:55:09.880 INFO:teuthology.orchestra.run.smithi110.stdout: Birth: - 2024-05-06T06:55:09.880 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-05-06T06:55:09.932 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records in 2024-05-06T06:55:09.933 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records out 2024-05-06T06:55:09.933 INFO:teuthology.orchestra.run.smithi110.stderr:512 bytes copied, 0.000161867 s, 3.2 MB/s 2024-05-06T06:55:09.934 DEBUG:teuthology.orchestra.run.smithi110:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-05-06T06:55:09.984 DEBUG:teuthology.orchestra.run.smithi110:> stat /dev/vg_nvme/lv_4 2024-05-06T06:55:10.036 INFO:teuthology.orchestra.run.smithi110.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-05-06T06:55:10.036 INFO:teuthology.orchestra.run.smithi110.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-06T06:55:10.036 INFO:teuthology.orchestra.run.smithi110.stdout:Device: 5h/5d Inode: 931 Links: 1 2024-05-06T06:55:10.036 INFO:teuthology.orchestra.run.smithi110.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-06T06:55:10.036 INFO:teuthology.orchestra.run.smithi110.stdout:Access: 2024-05-06 06:45:34.747414184 +0000 2024-05-06T06:55:10.036 INFO:teuthology.orchestra.run.smithi110.stdout:Modify: 2024-05-06 06:45:34.487416506 +0000 2024-05-06T06:55:10.036 INFO:teuthology.orchestra.run.smithi110.stdout:Change: 2024-05-06 06:45:34.487416506 +0000 2024-05-06T06:55:10.036 INFO:teuthology.orchestra.run.smithi110.stdout: Birth: - 2024-05-06T06:55:10.036 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-05-06T06:55:10.091 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records in 2024-05-06T06:55:10.091 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records out 2024-05-06T06:55:10.092 INFO:teuthology.orchestra.run.smithi110.stderr:512 bytes copied, 0.000209041 s, 2.4 MB/s 2024-05-06T06:55:10.092 DEBUG:teuthology.orchestra.run.smithi110:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-05-06T06:55:10.141 INFO:tasks.cephadm:Deploying osd.0 on smithi063 with /dev/vg_nvme/lv_4... 2024-05-06T06:55:10.141 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fac46718-0b74-11ef-bc97-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-05-06T06:55:10.783 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:10 smithi110 bash[22399]: cluster 2024-05-06T06:55:09.252668+0000 mgr.a (mgr.14152) 80 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:55:10.783 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:10 smithi110 bash[22399]: cluster 2024-05-06T06:55:09.252668+0000 mgr.a (mgr.14152) 80 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:55:10.783 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:10 smithi110 systemd[1]: /etc/systemd/system/ceph-fac46718-0b74-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-06T06:55:10.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:10 smithi063 bash[21584]: cluster 2024-05-06T06:55:09.252668+0000 mgr.a (mgr.14152) 80 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:55:10.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:10 smithi063 bash[21584]: cluster 2024-05-06T06:55:09.252668+0000 mgr.a (mgr.14152) 80 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:55:11.066 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:10 smithi110 systemd[1]: /etc/systemd/system/ceph-fac46718-0b74-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-06T06:55:11.067 INFO:journalctl@ceph.mgr.b.smithi110.stdout:May 06 06:55:10 smithi110 systemd[1]: /etc/systemd/system/ceph-fac46718-0b74-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-06T06:55:11.067 INFO:journalctl@ceph.mgr.b.smithi110.stdout:May 06 06:55:10 smithi110 systemd[1]: /etc/systemd/system/ceph-fac46718-0b74-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-06T06:55:11.067 INFO:journalctl@ceph.mgr.b.smithi110.stdout:May 06 06:55:10 smithi110 systemd[1]: /etc/systemd/system/ceph-fac46718-0b74-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-06T06:55:11.067 INFO:journalctl@ceph.mgr.b.smithi110.stdout:May 06 06:55:10 smithi110 systemd[1]: /etc/systemd/system/ceph-fac46718-0b74-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-06T06:55:11.067 INFO:journalctl@ceph.mgr.b.smithi110.stdout:May 06 06:55:11 smithi110 systemd[1]: Started Ceph mgr.b for fac46718-0b74-11ef-bc97-c7b262605968. 2024-05-06T06:55:12.134 INFO:journalctl@ceph.mgr.b.smithi110.stdout:May 06 06:55:11 smithi110 bash[23891]: debug 2024-05-06T06:55:11.963+0000 7f3222f3d700 1 -- 172.21.15.110:0/1364033520 <== mon.1 v2:172.21.15.110:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x56046d9685a0 con 0x56046e6e8400 2024-05-06T06:55:12.134 INFO:journalctl@ceph.mgr.b.smithi110.stdout:May 06 06:55:12 smithi110 bash[23891]: debug 2024-05-06T06:55:12.111+0000 7f322d150200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-05-06T06:55:12.135 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:12 smithi110 bash[22399]: audit 2024-05-06T06:55:11.072414+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:12.135 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:12 smithi110 bash[22399]: audit 2024-05-06T06:55:11.072414+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:12.135 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:12 smithi110 bash[22399]: audit 2024-05-06T06:55:11.082664+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:12.135 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:12 smithi110 bash[22399]: audit 2024-05-06T06:55:11.082664+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:12.135 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:12 smithi110 bash[22399]: audit 2024-05-06T06:55:11.138761+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:12.135 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:12 smithi110 bash[22399]: audit 2024-05-06T06:55:11.138761+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:12.135 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:12 smithi110 bash[22399]: audit 2024-05-06T06:55:11.148395+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:12.135 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:12 smithi110 bash[22399]: audit 2024-05-06T06:55:11.148395+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:12.135 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:12 smithi110 bash[22399]: audit 2024-05-06T06:55:11.216695+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T06:55:12.135 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:12 smithi110 bash[22399]: audit 2024-05-06T06:55:11.216695+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T06:55:12.135 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:12 smithi110 bash[22399]: audit 2024-05-06T06:55:11.220245+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:55:12.135 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:12 smithi110 bash[22399]: audit 2024-05-06T06:55:11.220245+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:55:12.136 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:12 smithi110 bash[22399]: audit 2024-05-06T06:55:11.221372+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T06:55:12.136 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:12 smithi110 bash[22399]: audit 2024-05-06T06:55:11.221372+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T06:55:12.136 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:12 smithi110 bash[22399]: audit 2024-05-06T06:55:11.230675+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:12.136 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:12 smithi110 bash[22399]: audit 2024-05-06T06:55:11.230675+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:12.136 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:12 smithi110 bash[22399]: cephadm 2024-05-06T06:55:11.231173+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-06T06:55:12.136 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:12 smithi110 bash[22399]: cephadm 2024-05-06T06:55:11.231173+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-06T06:55:12.136 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:12 smithi110 bash[22399]: cluster 2024-05-06T06:55:11.253037+0000 mgr.a (mgr.14152) 82 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:55:12.136 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:12 smithi110 bash[22399]: cluster 2024-05-06T06:55:11.253037+0000 mgr.a (mgr.14152) 82 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:55:12.136 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:12 smithi110 bash[22399]: cephadm 2024-05-06T06:55:11.297742+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-05-06T06:55:12.136 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:12 smithi110 bash[22399]: cephadm 2024-05-06T06:55:11.297742+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-05-06T06:55:12.136 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:12 smithi110 bash[22399]: audit 2024-05-06T06:55:11.298471+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-06T06:55:12.136 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:12 smithi110 bash[22399]: audit 2024-05-06T06:55:11.298471+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-06T06:55:12.137 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:12 smithi110 bash[22399]: audit 2024-05-06T06:55:11.300045+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-06T06:55:12.137 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:12 smithi110 bash[22399]: audit 2024-05-06T06:55:11.300045+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-06T06:55:12.137 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:12 smithi110 bash[22399]: audit 2024-05-06T06:55:11.301439+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:55:12.137 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:12 smithi110 bash[22399]: audit 2024-05-06T06:55:11.301439+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:55:12.137 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:12 smithi110 bash[22399]: cephadm 2024-05-06T06:55:11.303048+0000 mgr.a (mgr.14152) 84 : cephadm [INF] Reconfiguring daemon mgr.a on smithi063 2024-05-06T06:55:12.137 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:12 smithi110 bash[22399]: cephadm 2024-05-06T06:55:11.303048+0000 mgr.a (mgr.14152) 84 : cephadm [INF] Reconfiguring daemon mgr.a on smithi063 2024-05-06T06:55:12.332 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:12 smithi063 bash[21584]: audit 2024-05-06T06:55:11.072414+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:12.333 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:12 smithi063 bash[21584]: audit 2024-05-06T06:55:11.072414+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:12.333 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:12 smithi063 bash[21584]: audit 2024-05-06T06:55:11.082664+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:12.333 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:12 smithi063 bash[21584]: audit 2024-05-06T06:55:11.082664+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:12.333 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:12 smithi063 bash[21584]: audit 2024-05-06T06:55:11.138761+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:12.333 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:12 smithi063 bash[21584]: audit 2024-05-06T06:55:11.138761+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:12.333 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:12 smithi063 bash[21584]: audit 2024-05-06T06:55:11.148395+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:12.333 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:12 smithi063 bash[21584]: audit 2024-05-06T06:55:11.148395+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:12.333 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:12 smithi063 bash[21584]: audit 2024-05-06T06:55:11.216695+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T06:55:12.333 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:12 smithi063 bash[21584]: audit 2024-05-06T06:55:11.216695+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T06:55:12.333 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:12 smithi063 bash[21584]: audit 2024-05-06T06:55:11.220245+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:55:12.333 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:12 smithi063 bash[21584]: audit 2024-05-06T06:55:11.220245+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:55:12.333 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:12 smithi063 bash[21584]: audit 2024-05-06T06:55:11.221372+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T06:55:12.333 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:12 smithi063 bash[21584]: audit 2024-05-06T06:55:11.221372+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T06:55:12.333 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:12 smithi063 bash[21584]: audit 2024-05-06T06:55:11.230675+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:12.334 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:12 smithi063 bash[21584]: audit 2024-05-06T06:55:11.230675+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:12.334 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:12 smithi063 bash[21584]: cephadm 2024-05-06T06:55:11.231173+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-06T06:55:12.334 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:12 smithi063 bash[21584]: cephadm 2024-05-06T06:55:11.231173+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-06T06:55:12.334 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:12 smithi063 bash[21584]: cluster 2024-05-06T06:55:11.253037+0000 mgr.a (mgr.14152) 82 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:55:12.334 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:12 smithi063 bash[21584]: cluster 2024-05-06T06:55:11.253037+0000 mgr.a (mgr.14152) 82 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:55:12.334 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:12 smithi063 bash[21584]: cephadm 2024-05-06T06:55:11.297742+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-05-06T06:55:12.334 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:12 smithi063 bash[21584]: cephadm 2024-05-06T06:55:11.297742+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-05-06T06:55:12.334 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:12 smithi063 bash[21584]: audit 2024-05-06T06:55:11.298471+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-06T06:55:12.334 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:12 smithi063 bash[21584]: audit 2024-05-06T06:55:11.298471+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-06T06:55:12.335 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:12 smithi063 bash[21584]: audit 2024-05-06T06:55:11.300045+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-06T06:55:12.335 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:12 smithi063 bash[21584]: audit 2024-05-06T06:55:11.300045+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-06T06:55:12.335 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:12 smithi063 bash[21584]: audit 2024-05-06T06:55:11.301439+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:55:12.335 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:12 smithi063 bash[21584]: audit 2024-05-06T06:55:11.301439+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:55:12.335 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:12 smithi063 bash[21584]: cephadm 2024-05-06T06:55:11.303048+0000 mgr.a (mgr.14152) 84 : cephadm [INF] Reconfiguring daemon mgr.a on smithi063 2024-05-06T06:55:12.335 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:12 smithi063 bash[21584]: cephadm 2024-05-06T06:55:11.303048+0000 mgr.a (mgr.14152) 84 : cephadm [INF] Reconfiguring daemon mgr.a on smithi063 2024-05-06T06:55:14.059 INFO:journalctl@ceph.mgr.b.smithi110.stdout:May 06 06:55:13 smithi110 bash[23891]: debug 2024-05-06T06:55:13.715+0000 7f322d150200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-05-06T06:55:14.060 INFO:journalctl@ceph.mgr.b.smithi110.stdout:May 06 06:55:13 smithi110 bash[23891]: debug 2024-05-06T06:55:13.811+0000 7f322d150200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-05-06T06:55:14.323 INFO:journalctl@ceph.mgr.b.smithi110.stdout:May 06 06:55:14 smithi110 bash[23891]: debug 2024-05-06T06:55:14.059+0000 7f322d150200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-05-06T06:55:14.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:14 smithi063 bash[21584]: cluster 2024-05-06T06:55:13.253476+0000 mgr.a (mgr.14152) 85 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:55:14.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:14 smithi063 bash[21584]: cluster 2024-05-06T06:55:13.253476+0000 mgr.a (mgr.14152) 85 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:55:14.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:14 smithi063 bash[21584]: audit 2024-05-06T06:55:13.326444+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:14.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:14 smithi063 bash[21584]: audit 2024-05-06T06:55:13.326444+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:14.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:14 smithi063 bash[21584]: audit 2024-05-06T06:55:13.334016+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:14.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:14 smithi063 bash[21584]: audit 2024-05-06T06:55:13.334016+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:14.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:14 smithi063 bash[21584]: audit 2024-05-06T06:55:13.375383+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T06:55:14.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:14 smithi063 bash[21584]: audit 2024-05-06T06:55:13.375383+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T06:55:14.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:14 smithi063 bash[21584]: audit 2024-05-06T06:55:13.378740+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:55:14.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:14 smithi063 bash[21584]: audit 2024-05-06T06:55:13.378740+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:55:14.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:14 smithi063 bash[21584]: audit 2024-05-06T06:55:13.380214+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T06:55:14.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:14 smithi063 bash[21584]: audit 2024-05-06T06:55:13.380214+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T06:55:14.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:14 smithi063 bash[21584]: audit 2024-05-06T06:55:13.388869+0000 mon.a (mon.0) 276 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:14.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:14 smithi063 bash[21584]: audit 2024-05-06T06:55:13.388869+0000 mon.a (mon.0) 276 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:14.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:14 smithi063 bash[21584]: cephadm 2024-05-06T06:55:13.389588+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-06T06:55:14.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:14 smithi063 bash[21584]: cephadm 2024-05-06T06:55:13.389588+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-06T06:55:14.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:14 smithi063 bash[21584]: audit 2024-05-06T06:55:13.658126+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:14.584 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:14 smithi063 bash[21584]: audit 2024-05-06T06:55:13.658126+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:14.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:14 smithi110 bash[22399]: cluster 2024-05-06T06:55:13.253476+0000 mgr.a (mgr.14152) 85 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:55:14.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:14 smithi110 bash[22399]: cluster 2024-05-06T06:55:13.253476+0000 mgr.a (mgr.14152) 85 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:55:14.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:14 smithi110 bash[22399]: audit 2024-05-06T06:55:13.326444+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:14.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:14 smithi110 bash[22399]: audit 2024-05-06T06:55:13.326444+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:14.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:14 smithi110 bash[22399]: audit 2024-05-06T06:55:13.334016+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:14.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:14 smithi110 bash[22399]: audit 2024-05-06T06:55:13.334016+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:14.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:14 smithi110 bash[22399]: audit 2024-05-06T06:55:13.375383+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T06:55:14.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:14 smithi110 bash[22399]: audit 2024-05-06T06:55:13.375383+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T06:55:14.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:14 smithi110 bash[22399]: audit 2024-05-06T06:55:13.378740+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:55:14.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:14 smithi110 bash[22399]: audit 2024-05-06T06:55:13.378740+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:55:14.648 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:14 smithi110 bash[22399]: audit 2024-05-06T06:55:13.380214+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T06:55:14.648 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:14 smithi110 bash[22399]: audit 2024-05-06T06:55:13.380214+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T06:55:14.648 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:14 smithi110 bash[22399]: audit 2024-05-06T06:55:13.388869+0000 mon.a (mon.0) 276 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:14.648 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:14 smithi110 bash[22399]: audit 2024-05-06T06:55:13.388869+0000 mon.a (mon.0) 276 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:14.648 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:14 smithi110 bash[22399]: cephadm 2024-05-06T06:55:13.389588+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-06T06:55:14.648 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:14 smithi110 bash[22399]: cephadm 2024-05-06T06:55:13.389588+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-06T06:55:14.648 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:14 smithi110 bash[22399]: audit 2024-05-06T06:55:13.658126+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:14.648 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:14 smithi110 bash[22399]: audit 2024-05-06T06:55:13.658126+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:14.858 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/fac46718-0b74-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T06:55:15.008 INFO:journalctl@ceph.mgr.b.smithi110.stdout:May 06 06:55:14 smithi110 bash[23891]: debug 2024-05-06T06:55:14.887+0000 7f322d150200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-05-06T06:55:15.261 INFO:journalctl@ceph.mgr.b.smithi110.stdout:May 06 06:55:15 smithi110 bash[23891]: debug 2024-05-06T06:55:15.007+0000 7f322d150200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-05-06T06:55:15.261 INFO:journalctl@ceph.mgr.b.smithi110.stdout:May 06 06:55:15 smithi110 bash[23891]: debug 2024-05-06T06:55:15.115+0000 7f322d150200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-05-06T06:55:15.594 INFO:journalctl@ceph.mgr.b.smithi110.stdout:May 06 06:55:15 smithi110 bash[23891]: debug 2024-05-06T06:55:15.479+0000 7f322d150200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-05-06T06:55:15.858 INFO:journalctl@ceph.mgr.b.smithi110.stdout:May 06 06:55:15 smithi110 bash[23891]: debug 2024-05-06T06:55:15.591+0000 7f322d150200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-05-06T06:55:15.858 INFO:journalctl@ceph.mgr.b.smithi110.stdout:May 06 06:55:15 smithi110 bash[23891]: debug 2024-05-06T06:55:15.695+0000 7f322d150200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-05-06T06:55:16.147 INFO:journalctl@ceph.mgr.b.smithi110.stdout:May 06 06:55:16 smithi110 bash[23891]: debug 2024-05-06T06:55:16.067+0000 7f322d150200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-05-06T06:55:16.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:16 smithi063 bash[21584]: cluster 2024-05-06T06:55:15.253981+0000 mgr.a (mgr.14152) 87 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:55:16.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:16 smithi063 bash[21584]: cluster 2024-05-06T06:55:15.253981+0000 mgr.a (mgr.14152) 87 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:55:16.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:16 smithi063 bash[21584]: audit 2024-05-06T06:55:15.858964+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:16.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:16 smithi063 bash[21584]: audit 2024-05-06T06:55:15.858964+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:16.588 INFO:journalctl@ceph.mgr.b.smithi110.stdout:May 06 06:55:16 smithi110 bash[23891]: debug 2024-05-06T06:55:16.327+0000 7f322d150200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-05-06T06:55:16.589 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:16 smithi110 bash[22399]: cluster 2024-05-06T06:55:15.253981+0000 mgr.a (mgr.14152) 87 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:55:16.589 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:16 smithi110 bash[22399]: cluster 2024-05-06T06:55:15.253981+0000 mgr.a (mgr.14152) 87 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:55:16.589 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:16 smithi110 bash[22399]: audit 2024-05-06T06:55:15.858964+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:16.589 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:16 smithi110 bash[22399]: audit 2024-05-06T06:55:15.858964+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:16.897 INFO:journalctl@ceph.mgr.b.smithi110.stdout:May 06 06:55:16 smithi110 bash[23891]: debug 2024-05-06T06:55:16.587+0000 7f322d150200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-05-06T06:55:16.897 INFO:journalctl@ceph.mgr.b.smithi110.stdout:May 06 06:55:16 smithi110 bash[23891]: debug 2024-05-06T06:55:16.699+0000 7f322d150200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-05-06T06:55:17.387 INFO:journalctl@ceph.mgr.b.smithi110.stdout:May 06 06:55:16 smithi110 bash[23891]: debug 2024-05-06T06:55:16.967+0000 7f322d150200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-05-06T06:55:17.647 INFO:journalctl@ceph.mgr.b.smithi110.stdout:May 06 06:55:17 smithi110 bash[23891]: debug 2024-05-06T06:55:17.383+0000 7f322d150200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-05-06T06:55:17.647 INFO:journalctl@ceph.mgr.b.smithi110.stdout:May 06 06:55:17 smithi110 bash[23891]: debug 2024-05-06T06:55:17.623+0000 7f322d150200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-05-06T06:55:17.945 INFO:teuthology.orchestra.run.smithi063.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-05-06T06:55:17.945 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-05-06T06:55:17.945 INFO:teuthology.orchestra.run.smithi063.stderr: stderr: 10+0 records in 2024-05-06T06:55:17.945 INFO:teuthology.orchestra.run.smithi063.stderr:10+0 records out 2024-05-06T06:55:17.945 INFO:teuthology.orchestra.run.smithi063.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0187826 s, 558 MB/s 2024-05-06T06:55:17.945 INFO:teuthology.orchestra.run.smithi063.stderr: stderr: 2024-05-06T06:55:17.945 INFO:teuthology.orchestra.run.smithi063.stderr:--> Zapping successful for: 2024-05-06T06:55:18.147 INFO:journalctl@ceph.mgr.b.smithi110.stdout:May 06 06:55:17 smithi110 bash[23891]: debug 2024-05-06T06:55:17.739+0000 7f322d150200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-05-06T06:55:18.147 INFO:journalctl@ceph.mgr.b.smithi110.stdout:May 06 06:55:17 smithi110 bash[23891]: debug 2024-05-06T06:55:17.983+0000 7f322d150200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-05-06T06:55:18.581 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:18 smithi063 bash[21584]: cluster 2024-05-06T06:55:17.254538+0000 mgr.a (mgr.14152) 88 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:55:18.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:18 smithi063 bash[21584]: cluster 2024-05-06T06:55:17.254538+0000 mgr.a (mgr.14152) 88 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:55:18.627 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fac46718-0b74-11ef-bc97-c7b262605968 -- ceph orch daemon add osd smithi063:vg_nvme/lv_4 2024-05-06T06:55:18.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:18 smithi110 bash[22399]: cluster 2024-05-06T06:55:17.254538+0000 mgr.a (mgr.14152) 88 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:55:18.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:18 smithi110 bash[22399]: cluster 2024-05-06T06:55:17.254538+0000 mgr.a (mgr.14152) 88 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:55:19.396 INFO:journalctl@ceph.mgr.b.smithi110.stdout:May 06 06:55:18 smithi110 bash[23891]: debug 2024-05-06T06:55:18.983+0000 7f322d150200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-05-06T06:55:19.397 INFO:journalctl@ceph.mgr.b.smithi110.stdout:May 06 06:55:19 smithi110 bash[23891]: debug 2024-05-06T06:55:19.099+0000 7f322d150200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-05-06T06:55:19.805 INFO:journalctl@ceph.mgr.b.smithi110.stdout:May 06 06:55:19 smithi110 bash[23891]: debug 2024-05-06T06:55:19.403+0000 7f322d150200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-05-06T06:55:19.805 INFO:journalctl@ceph.mgr.b.smithi110.stdout:May 06 06:55:19 smithi110 bash[23891]: debug 2024-05-06T06:55:19.519+0000 7f322d150200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-05-06T06:55:19.805 INFO:journalctl@ceph.mgr.b.smithi110.stdout:May 06 06:55:19 smithi110 bash[23891]: debug 2024-05-06T06:55:19.803+0000 7f322d150200 -1 mgr[py] Module smb has missing NOTIFY_TYPES member 2024-05-06T06:55:20.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:20 smithi063 bash[21584]: cluster 2024-05-06T06:55:19.255108+0000 mgr.a (mgr.14152) 89 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:55:20.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:20 smithi063 bash[21584]: cluster 2024-05-06T06:55:19.255108+0000 mgr.a (mgr.14152) 89 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:55:20.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:20 smithi063 bash[21584]: audit 2024-05-06T06:55:19.602764+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:20.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:20 smithi063 bash[21584]: audit 2024-05-06T06:55:19.602764+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:20.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:20 smithi063 bash[21584]: audit 2024-05-06T06:55:19.610462+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:20.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:20 smithi063 bash[21584]: audit 2024-05-06T06:55:19.610462+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:20.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:20 smithi063 bash[21584]: audit 2024-05-06T06:55:19.621431+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:20.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:20 smithi063 bash[21584]: audit 2024-05-06T06:55:19.621431+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:20.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:20 smithi063 bash[21584]: audit 2024-05-06T06:55:19.635355+0000 mon.a (mon.0) 282 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T06:55:20.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:20 smithi063 bash[21584]: audit 2024-05-06T06:55:19.635355+0000 mon.a (mon.0) 282 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T06:55:20.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:20 smithi063 bash[21584]: audit 2024-05-06T06:55:19.639980+0000 mon.a (mon.0) 283 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:55:20.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:20 smithi063 bash[21584]: audit 2024-05-06T06:55:19.639980+0000 mon.a (mon.0) 283 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:55:20.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:20 smithi063 bash[21584]: audit 2024-05-06T06:55:19.641654+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T06:55:20.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:20 smithi063 bash[21584]: audit 2024-05-06T06:55:19.641654+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T06:55:20.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:20 smithi063 bash[21584]: audit 2024-05-06T06:55:19.651977+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:20.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:20 smithi063 bash[21584]: audit 2024-05-06T06:55:19.651977+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:20.647 INFO:journalctl@ceph.mgr.b.smithi110.stdout:May 06 06:55:20 smithi110 bash[23891]: debug 2024-05-06T06:55:20.251+0000 7f322d150200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-05-06T06:55:20.647 INFO:journalctl@ceph.mgr.b.smithi110.stdout:May 06 06:55:20 smithi110 bash[23891]: debug 2024-05-06T06:55:20.371+0000 7f322d150200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-05-06T06:55:20.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:20 smithi110 bash[22399]: cluster 2024-05-06T06:55:19.255108+0000 mgr.a (mgr.14152) 89 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:55:20.648 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:20 smithi110 bash[22399]: cluster 2024-05-06T06:55:19.255108+0000 mgr.a (mgr.14152) 89 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:55:20.648 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:20 smithi110 bash[22399]: audit 2024-05-06T06:55:19.602764+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:20.648 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:20 smithi110 bash[22399]: audit 2024-05-06T06:55:19.602764+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:20.648 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:20 smithi110 bash[22399]: audit 2024-05-06T06:55:19.610462+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:20.648 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:20 smithi110 bash[22399]: audit 2024-05-06T06:55:19.610462+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:20.648 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:20 smithi110 bash[22399]: audit 2024-05-06T06:55:19.621431+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:20.648 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:20 smithi110 bash[22399]: audit 2024-05-06T06:55:19.621431+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:20.648 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:20 smithi110 bash[22399]: audit 2024-05-06T06:55:19.635355+0000 mon.a (mon.0) 282 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T06:55:20.648 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:20 smithi110 bash[22399]: audit 2024-05-06T06:55:19.635355+0000 mon.a (mon.0) 282 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T06:55:20.648 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:20 smithi110 bash[22399]: audit 2024-05-06T06:55:19.639980+0000 mon.a (mon.0) 283 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:55:20.648 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:20 smithi110 bash[22399]: audit 2024-05-06T06:55:19.639980+0000 mon.a (mon.0) 283 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:55:20.649 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:20 smithi110 bash[22399]: audit 2024-05-06T06:55:19.641654+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T06:55:20.649 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:20 smithi110 bash[22399]: audit 2024-05-06T06:55:19.641654+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T06:55:20.649 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:20 smithi110 bash[22399]: audit 2024-05-06T06:55:19.651977+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:20.649 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:20 smithi110 bash[22399]: audit 2024-05-06T06:55:19.651977+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:21.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:21 smithi063 bash[21584]: cluster 2024-05-06T06:55:20.395914+0000 mon.a (mon.0) 286 : cluster [DBG] Standby manager daemon b started 2024-05-06T06:55:21.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:21 smithi063 bash[21584]: cluster 2024-05-06T06:55:20.395914+0000 mon.a (mon.0) 286 : cluster [DBG] Standby manager daemon b started 2024-05-06T06:55:21.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:21 smithi063 bash[21584]: audit 2024-05-06T06:55:20.397919+0000 mon.b (mon.1) 2 : audit [DBG] from='mgr.? 172.21.15.110:0/4255557599' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-06T06:55:21.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:21 smithi063 bash[21584]: audit 2024-05-06T06:55:20.397919+0000 mon.b (mon.1) 2 : audit [DBG] from='mgr.? 172.21.15.110:0/4255557599' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-06T06:55:21.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:21 smithi063 bash[21584]: audit 2024-05-06T06:55:20.399068+0000 mon.b (mon.1) 3 : audit [DBG] from='mgr.? 172.21.15.110:0/4255557599' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-06T06:55:21.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:21 smithi063 bash[21584]: audit 2024-05-06T06:55:20.399068+0000 mon.b (mon.1) 3 : audit [DBG] from='mgr.? 172.21.15.110:0/4255557599' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-06T06:55:21.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:21 smithi063 bash[21584]: audit 2024-05-06T06:55:20.400374+0000 mon.b (mon.1) 4 : audit [DBG] from='mgr.? 172.21.15.110:0/4255557599' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-06T06:55:21.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:21 smithi063 bash[21584]: audit 2024-05-06T06:55:20.400374+0000 mon.b (mon.1) 4 : audit [DBG] from='mgr.? 172.21.15.110:0/4255557599' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-06T06:55:21.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:21 smithi063 bash[21584]: audit 2024-05-06T06:55:20.400926+0000 mon.b (mon.1) 5 : audit [DBG] from='mgr.? 172.21.15.110:0/4255557599' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-06T06:55:21.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:21 smithi063 bash[21584]: audit 2024-05-06T06:55:20.400926+0000 mon.b (mon.1) 5 : audit [DBG] from='mgr.? 172.21.15.110:0/4255557599' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-06T06:55:21.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:21 smithi110 bash[22399]: cluster 2024-05-06T06:55:20.395914+0000 mon.a (mon.0) 286 : cluster [DBG] Standby manager daemon b started 2024-05-06T06:55:21.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:21 smithi110 bash[22399]: cluster 2024-05-06T06:55:20.395914+0000 mon.a (mon.0) 286 : cluster [DBG] Standby manager daemon b started 2024-05-06T06:55:21.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:21 smithi110 bash[22399]: audit 2024-05-06T06:55:20.397919+0000 mon.b (mon.1) 2 : audit [DBG] from='mgr.? 172.21.15.110:0/4255557599' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-06T06:55:21.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:21 smithi110 bash[22399]: audit 2024-05-06T06:55:20.397919+0000 mon.b (mon.1) 2 : audit [DBG] from='mgr.? 172.21.15.110:0/4255557599' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-06T06:55:21.648 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:21 smithi110 bash[22399]: audit 2024-05-06T06:55:20.399068+0000 mon.b (mon.1) 3 : audit [DBG] from='mgr.? 172.21.15.110:0/4255557599' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-06T06:55:21.648 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:21 smithi110 bash[22399]: audit 2024-05-06T06:55:20.399068+0000 mon.b (mon.1) 3 : audit [DBG] from='mgr.? 172.21.15.110:0/4255557599' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-06T06:55:21.648 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:21 smithi110 bash[22399]: audit 2024-05-06T06:55:20.400374+0000 mon.b (mon.1) 4 : audit [DBG] from='mgr.? 172.21.15.110:0/4255557599' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-06T06:55:21.648 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:21 smithi110 bash[22399]: audit 2024-05-06T06:55:20.400374+0000 mon.b (mon.1) 4 : audit [DBG] from='mgr.? 172.21.15.110:0/4255557599' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-06T06:55:21.648 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:21 smithi110 bash[22399]: audit 2024-05-06T06:55:20.400926+0000 mon.b (mon.1) 5 : audit [DBG] from='mgr.? 172.21.15.110:0/4255557599' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-06T06:55:21.648 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:21 smithi110 bash[22399]: audit 2024-05-06T06:55:20.400926+0000 mon.b (mon.1) 5 : audit [DBG] from='mgr.? 172.21.15.110:0/4255557599' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-06T06:55:22.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:22 smithi110 bash[22399]: cluster 2024-05-06T06:55:21.255508+0000 mgr.a (mgr.14152) 90 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:55:22.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:22 smithi110 bash[22399]: cluster 2024-05-06T06:55:21.255508+0000 mgr.a (mgr.14152) 90 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:55:22.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:22 smithi110 bash[22399]: cluster 2024-05-06T06:55:21.354756+0000 mon.a (mon.0) 287 : cluster [DBG] mgrmap e14: a(active, since 110s), standbys: b 2024-05-06T06:55:22.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:22 smithi110 bash[22399]: cluster 2024-05-06T06:55:21.354756+0000 mon.a (mon.0) 287 : cluster [DBG] mgrmap e14: a(active, since 110s), standbys: b 2024-05-06T06:55:22.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:22 smithi110 bash[22399]: audit 2024-05-06T06:55:21.355246+0000 mon.a (mon.0) 288 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-06T06:55:22.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:22 smithi110 bash[22399]: audit 2024-05-06T06:55:21.355246+0000 mon.a (mon.0) 288 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-06T06:55:22.794 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:22 smithi063 bash[21584]: cluster 2024-05-06T06:55:21.255508+0000 mgr.a (mgr.14152) 90 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:55:22.794 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:22 smithi063 bash[21584]: cluster 2024-05-06T06:55:21.255508+0000 mgr.a (mgr.14152) 90 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:55:22.794 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:22 smithi063 bash[21584]: cluster 2024-05-06T06:55:21.354756+0000 mon.a (mon.0) 287 : cluster [DBG] mgrmap e14: a(active, since 110s), standbys: b 2024-05-06T06:55:22.794 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:22 smithi063 bash[21584]: cluster 2024-05-06T06:55:21.354756+0000 mon.a (mon.0) 287 : cluster [DBG] mgrmap e14: a(active, since 110s), standbys: b 2024-05-06T06:55:22.794 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:22 smithi063 bash[21584]: audit 2024-05-06T06:55:21.355246+0000 mon.a (mon.0) 288 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-06T06:55:22.794 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:22 smithi063 bash[21584]: audit 2024-05-06T06:55:21.355246+0000 mon.a (mon.0) 288 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-06T06:55:23.917 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/fac46718-0b74-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T06:55:24.635 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:24 smithi063 bash[21584]: cluster 2024-05-06T06:55:23.255922+0000 mgr.a (mgr.14152) 91 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:55:24.636 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:24 smithi063 bash[21584]: cluster 2024-05-06T06:55:23.255922+0000 mgr.a (mgr.14152) 91 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:55:24.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:24 smithi110 bash[22399]: cluster 2024-05-06T06:55:23.255922+0000 mgr.a (mgr.14152) 91 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:55:24.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:24 smithi110 bash[22399]: cluster 2024-05-06T06:55:23.255922+0000 mgr.a (mgr.14152) 91 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:55:26.581 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:26 smithi063 bash[21584]: cluster 2024-05-06T06:55:25.256312+0000 mgr.a (mgr.14152) 92 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:55:26.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:26 smithi063 bash[21584]: cluster 2024-05-06T06:55:25.256312+0000 mgr.a (mgr.14152) 92 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:55:26.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:26 smithi110 bash[22399]: cluster 2024-05-06T06:55:25.256312+0000 mgr.a (mgr.14152) 92 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:55:26.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:26 smithi110 bash[22399]: cluster 2024-05-06T06:55:25.256312+0000 mgr.a (mgr.14152) 92 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:55:27.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:27 smithi110 bash[22399]: audit 2024-05-06T06:55:26.554177+0000 mgr.a (mgr.14152) 93 : audit [DBG] from='client.14202 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi063:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T06:55:27.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:27 smithi110 bash[22399]: audit 2024-05-06T06:55:26.554177+0000 mgr.a (mgr.14152) 93 : audit [DBG] from='client.14202 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi063:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T06:55:27.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:27 smithi110 bash[22399]: audit 2024-05-06T06:55:26.558757+0000 mon.a (mon.0) 289 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T06:55:27.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:27 smithi110 bash[22399]: audit 2024-05-06T06:55:26.558757+0000 mon.a (mon.0) 289 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T06:55:27.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:27 smithi110 bash[22399]: audit 2024-05-06T06:55:26.563887+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T06:55:27.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:27 smithi110 bash[22399]: audit 2024-05-06T06:55:26.563887+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T06:55:27.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:27 smithi110 bash[22399]: audit 2024-05-06T06:55:26.565227+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:55:27.648 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:27 smithi110 bash[22399]: audit 2024-05-06T06:55:26.565227+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:55:27.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:27 smithi063 bash[21584]: audit 2024-05-06T06:55:26.554177+0000 mgr.a (mgr.14152) 93 : audit [DBG] from='client.14202 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi063:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T06:55:27.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:27 smithi063 bash[21584]: audit 2024-05-06T06:55:26.554177+0000 mgr.a (mgr.14152) 93 : audit [DBG] from='client.14202 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi063:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T06:55:27.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:27 smithi063 bash[21584]: audit 2024-05-06T06:55:26.558757+0000 mon.a (mon.0) 289 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T06:55:27.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:27 smithi063 bash[21584]: audit 2024-05-06T06:55:26.558757+0000 mon.a (mon.0) 289 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T06:55:27.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:27 smithi063 bash[21584]: audit 2024-05-06T06:55:26.563887+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T06:55:27.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:27 smithi063 bash[21584]: audit 2024-05-06T06:55:26.563887+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T06:55:27.833 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:27 smithi063 bash[21584]: audit 2024-05-06T06:55:26.565227+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:55:27.833 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:27 smithi063 bash[21584]: audit 2024-05-06T06:55:26.565227+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:55:28.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:28 smithi110 bash[22399]: cluster 2024-05-06T06:55:27.256756+0000 mgr.a (mgr.14152) 94 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:55:28.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:28 smithi110 bash[22399]: cluster 2024-05-06T06:55:27.256756+0000 mgr.a (mgr.14152) 94 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:55:28.831 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:28 smithi063 bash[21584]: cluster 2024-05-06T06:55:27.256756+0000 mgr.a (mgr.14152) 94 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:55:28.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:28 smithi063 bash[21584]: cluster 2024-05-06T06:55:27.256756+0000 mgr.a (mgr.14152) 94 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:55:30.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:30 smithi110 bash[22399]: audit 2024-05-06T06:55:29.125061+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:30.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:30 smithi110 bash[22399]: audit 2024-05-06T06:55:29.125061+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:30.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:30 smithi110 bash[22399]: audit 2024-05-06T06:55:29.133533+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:30.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:30 smithi110 bash[22399]: audit 2024-05-06T06:55:29.133533+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:30.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:30 smithi110 bash[22399]: audit 2024-05-06T06:55:29.143739+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:30.398 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:30 smithi110 bash[22399]: audit 2024-05-06T06:55:29.143739+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:30.398 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:30 smithi110 bash[22399]: cluster 2024-05-06T06:55:29.257158+0000 mgr.a (mgr.14152) 95 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:55:30.398 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:30 smithi110 bash[22399]: cluster 2024-05-06T06:55:29.257158+0000 mgr.a (mgr.14152) 95 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:55:30.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:30 smithi063 bash[21584]: audit 2024-05-06T06:55:29.125061+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:30.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:30 smithi063 bash[21584]: audit 2024-05-06T06:55:29.125061+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:30.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:30 smithi063 bash[21584]: audit 2024-05-06T06:55:29.133533+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:30.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:30 smithi063 bash[21584]: audit 2024-05-06T06:55:29.133533+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:30.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:30 smithi063 bash[21584]: audit 2024-05-06T06:55:29.143739+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:30.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:30 smithi063 bash[21584]: audit 2024-05-06T06:55:29.143739+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:30.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:30 smithi063 bash[21584]: cluster 2024-05-06T06:55:29.257158+0000 mgr.a (mgr.14152) 95 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:55:30.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:30 smithi063 bash[21584]: cluster 2024-05-06T06:55:29.257158+0000 mgr.a (mgr.14152) 95 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:55:32.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:32 smithi063 bash[21584]: cluster 2024-05-06T06:55:31.257519+0000 mgr.a (mgr.14152) 96 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:55:32.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:32 smithi063 bash[21584]: cluster 2024-05-06T06:55:31.257519+0000 mgr.a (mgr.14152) 96 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:55:32.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:32 smithi110 bash[22399]: cluster 2024-05-06T06:55:31.257519+0000 mgr.a (mgr.14152) 96 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:55:32.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:32 smithi110 bash[22399]: cluster 2024-05-06T06:55:31.257519+0000 mgr.a (mgr.14152) 96 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:55:34.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:34 smithi110 bash[22399]: cluster 2024-05-06T06:55:33.257955+0000 mgr.a (mgr.14152) 97 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:55:34.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:34 smithi110 bash[22399]: cluster 2024-05-06T06:55:33.257955+0000 mgr.a (mgr.14152) 97 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:55:34.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:34 smithi110 bash[22399]: audit 2024-05-06T06:55:34.259499+0000 mon.a (mon.0) 295 : audit [INF] from='client.? 172.21.15.63:0/2081287146' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "99e8c140-162d-48f3-a47a-9e4a2cc6d868"}]: dispatch 2024-05-06T06:55:34.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:34 smithi110 bash[22399]: audit 2024-05-06T06:55:34.259499+0000 mon.a (mon.0) 295 : audit [INF] from='client.? 172.21.15.63:0/2081287146' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "99e8c140-162d-48f3-a47a-9e4a2cc6d868"}]: dispatch 2024-05-06T06:55:34.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:34 smithi110 bash[22399]: audit 2024-05-06T06:55:34.262321+0000 mon.a (mon.0) 296 : audit [INF] from='client.? 172.21.15.63:0/2081287146' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "99e8c140-162d-48f3-a47a-9e4a2cc6d868"}]': finished 2024-05-06T06:55:34.398 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:34 smithi110 bash[22399]: audit 2024-05-06T06:55:34.262321+0000 mon.a (mon.0) 296 : audit [INF] from='client.? 172.21.15.63:0/2081287146' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "99e8c140-162d-48f3-a47a-9e4a2cc6d868"}]': finished 2024-05-06T06:55:34.398 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:34 smithi110 bash[22399]: cluster 2024-05-06T06:55:34.267296+0000 mon.a (mon.0) 297 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-05-06T06:55:34.398 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:34 smithi110 bash[22399]: cluster 2024-05-06T06:55:34.267296+0000 mon.a (mon.0) 297 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-05-06T06:55:34.398 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:34 smithi110 bash[22399]: audit 2024-05-06T06:55:34.267597+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T06:55:34.398 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:34 smithi110 bash[22399]: audit 2024-05-06T06:55:34.267597+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T06:55:34.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:34 smithi063 bash[21584]: cluster 2024-05-06T06:55:33.257955+0000 mgr.a (mgr.14152) 97 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:55:34.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:34 smithi063 bash[21584]: cluster 2024-05-06T06:55:33.257955+0000 mgr.a (mgr.14152) 97 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:55:34.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:34 smithi063 bash[21584]: audit 2024-05-06T06:55:34.259499+0000 mon.a (mon.0) 295 : audit [INF] from='client.? 172.21.15.63:0/2081287146' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "99e8c140-162d-48f3-a47a-9e4a2cc6d868"}]: dispatch 2024-05-06T06:55:34.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:34 smithi063 bash[21584]: audit 2024-05-06T06:55:34.259499+0000 mon.a (mon.0) 295 : audit [INF] from='client.? 172.21.15.63:0/2081287146' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "99e8c140-162d-48f3-a47a-9e4a2cc6d868"}]: dispatch 2024-05-06T06:55:34.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:34 smithi063 bash[21584]: audit 2024-05-06T06:55:34.262321+0000 mon.a (mon.0) 296 : audit [INF] from='client.? 172.21.15.63:0/2081287146' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "99e8c140-162d-48f3-a47a-9e4a2cc6d868"}]': finished 2024-05-06T06:55:34.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:34 smithi063 bash[21584]: audit 2024-05-06T06:55:34.262321+0000 mon.a (mon.0) 296 : audit [INF] from='client.? 172.21.15.63:0/2081287146' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "99e8c140-162d-48f3-a47a-9e4a2cc6d868"}]': finished 2024-05-06T06:55:34.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:34 smithi063 bash[21584]: cluster 2024-05-06T06:55:34.267296+0000 mon.a (mon.0) 297 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-05-06T06:55:34.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:34 smithi063 bash[21584]: cluster 2024-05-06T06:55:34.267296+0000 mon.a (mon.0) 297 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-05-06T06:55:34.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:34 smithi063 bash[21584]: audit 2024-05-06T06:55:34.267597+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T06:55:34.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:34 smithi063 bash[21584]: audit 2024-05-06T06:55:34.267597+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T06:55:35.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:35 smithi063 bash[21584]: audit 2024-05-06T06:55:35.002805+0000 mon.a (mon.0) 299 : audit [DBG] from='client.? 172.21.15.63:0/3020555299' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T06:55:35.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:35 smithi063 bash[21584]: audit 2024-05-06T06:55:35.002805+0000 mon.a (mon.0) 299 : audit [DBG] from='client.? 172.21.15.63:0/3020555299' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T06:55:35.646 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:35 smithi110 bash[22399]: audit 2024-05-06T06:55:35.002805+0000 mon.a (mon.0) 299 : audit [DBG] from='client.? 172.21.15.63:0/3020555299' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T06:55:35.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:35 smithi110 bash[22399]: audit 2024-05-06T06:55:35.002805+0000 mon.a (mon.0) 299 : audit [DBG] from='client.? 172.21.15.63:0/3020555299' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T06:55:36.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:36 smithi063 bash[21584]: cluster 2024-05-06T06:55:35.258381+0000 mgr.a (mgr.14152) 98 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:55:36.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:36 smithi063 bash[21584]: cluster 2024-05-06T06:55:35.258381+0000 mgr.a (mgr.14152) 98 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:55:36.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:36 smithi110 bash[22399]: cluster 2024-05-06T06:55:35.258381+0000 mgr.a (mgr.14152) 98 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:55:36.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:36 smithi110 bash[22399]: cluster 2024-05-06T06:55:35.258381+0000 mgr.a (mgr.14152) 98 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:55:38.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:38 smithi063 bash[21584]: cluster 2024-05-06T06:55:37.258867+0000 mgr.a (mgr.14152) 99 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:55:38.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:38 smithi063 bash[21584]: cluster 2024-05-06T06:55:37.258867+0000 mgr.a (mgr.14152) 99 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:55:38.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:38 smithi063 bash[21584]: audit 2024-05-06T06:55:38.210837+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:38.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:38 smithi063 bash[21584]: audit 2024-05-06T06:55:38.210837+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:38.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:38 smithi063 bash[21584]: audit 2024-05-06T06:55:38.218146+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:38.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:38 smithi063 bash[21584]: audit 2024-05-06T06:55:38.218146+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:38.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:38 smithi063 bash[21584]: audit 2024-05-06T06:55:38.227112+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:38.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:38 smithi063 bash[21584]: audit 2024-05-06T06:55:38.227112+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:38.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:38 smithi110 bash[22399]: cluster 2024-05-06T06:55:37.258867+0000 mgr.a (mgr.14152) 99 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:55:38.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:38 smithi110 bash[22399]: cluster 2024-05-06T06:55:37.258867+0000 mgr.a (mgr.14152) 99 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:55:38.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:38 smithi110 bash[22399]: audit 2024-05-06T06:55:38.210837+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:38.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:38 smithi110 bash[22399]: audit 2024-05-06T06:55:38.210837+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:38.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:38 smithi110 bash[22399]: audit 2024-05-06T06:55:38.218146+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:38.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:38 smithi110 bash[22399]: audit 2024-05-06T06:55:38.218146+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:38.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:38 smithi110 bash[22399]: audit 2024-05-06T06:55:38.227112+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:38.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:38 smithi110 bash[22399]: audit 2024-05-06T06:55:38.227112+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:40.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:40 smithi110 bash[22399]: cluster 2024-05-06T06:55:39.259275+0000 mgr.a (mgr.14152) 100 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:55:40.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:40 smithi110 bash[22399]: cluster 2024-05-06T06:55:39.259275+0000 mgr.a (mgr.14152) 100 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:55:40.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:40 smithi063 bash[21584]: cluster 2024-05-06T06:55:39.259275+0000 mgr.a (mgr.14152) 100 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:55:40.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:40 smithi063 bash[21584]: cluster 2024-05-06T06:55:39.259275+0000 mgr.a (mgr.14152) 100 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:55:42.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:42 smithi110 bash[22399]: cluster 2024-05-06T06:55:41.259604+0000 mgr.a (mgr.14152) 101 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:55:42.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:42 smithi110 bash[22399]: cluster 2024-05-06T06:55:41.259604+0000 mgr.a (mgr.14152) 101 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:55:42.718 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:42 smithi063 bash[21584]: cluster 2024-05-06T06:55:41.259604+0000 mgr.a (mgr.14152) 101 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:55:42.718 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:42 smithi063 bash[21584]: cluster 2024-05-06T06:55:41.259604+0000 mgr.a (mgr.14152) 101 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:55:44.649 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:44 smithi110 bash[22399]: cluster 2024-05-06T06:55:43.259884+0000 mgr.a (mgr.14152) 102 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:55:44.650 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:44 smithi110 bash[22399]: cluster 2024-05-06T06:55:43.259884+0000 mgr.a (mgr.14152) 102 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:55:44.715 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:44 smithi063 bash[21584]: cluster 2024-05-06T06:55:43.259884+0000 mgr.a (mgr.14152) 102 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:55:44.715 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:44 smithi063 bash[21584]: cluster 2024-05-06T06:55:43.259884+0000 mgr.a (mgr.14152) 102 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:55:46.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:46 smithi110 bash[22399]: cluster 2024-05-06T06:55:45.260272+0000 mgr.a (mgr.14152) 103 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:55:46.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:46 smithi110 bash[22399]: cluster 2024-05-06T06:55:45.260272+0000 mgr.a (mgr.14152) 103 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:55:46.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:46 smithi063 bash[21584]: cluster 2024-05-06T06:55:45.260272+0000 mgr.a (mgr.14152) 103 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:55:46.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:46 smithi063 bash[21584]: cluster 2024-05-06T06:55:45.260272+0000 mgr.a (mgr.14152) 103 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:55:48.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:48 smithi110 bash[22399]: cluster 2024-05-06T06:55:47.260714+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:55:48.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:48 smithi110 bash[22399]: cluster 2024-05-06T06:55:47.260714+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:55:48.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:48 smithi110 bash[22399]: audit 2024-05-06T06:55:47.481478+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-06T06:55:48.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:48 smithi110 bash[22399]: audit 2024-05-06T06:55:47.481478+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-06T06:55:48.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:48 smithi110 bash[22399]: audit 2024-05-06T06:55:47.482928+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:55:48.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:48 smithi110 bash[22399]: audit 2024-05-06T06:55:47.482928+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:55:48.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:48 smithi110 bash[22399]: cephadm 2024-05-06T06:55:47.484093+0000 mgr.a (mgr.14152) 105 : cephadm [INF] Deploying daemon osd.0 on smithi063 2024-05-06T06:55:48.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:48 smithi110 bash[22399]: cephadm 2024-05-06T06:55:47.484093+0000 mgr.a (mgr.14152) 105 : cephadm [INF] Deploying daemon osd.0 on smithi063 2024-05-06T06:55:48.717 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:48 smithi063 bash[21584]: cluster 2024-05-06T06:55:47.260714+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:55:48.717 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:48 smithi063 bash[21584]: cluster 2024-05-06T06:55:47.260714+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:55:48.717 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:48 smithi063 bash[21584]: audit 2024-05-06T06:55:47.481478+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-06T06:55:48.717 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:48 smithi063 bash[21584]: audit 2024-05-06T06:55:47.481478+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-06T06:55:48.717 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:48 smithi063 bash[21584]: audit 2024-05-06T06:55:47.482928+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:55:48.717 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:48 smithi063 bash[21584]: audit 2024-05-06T06:55:47.482928+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:55:48.717 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:48 smithi063 bash[21584]: cephadm 2024-05-06T06:55:47.484093+0000 mgr.a (mgr.14152) 105 : cephadm [INF] Deploying daemon osd.0 on smithi063 2024-05-06T06:55:48.717 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:48 smithi063 bash[21584]: cephadm 2024-05-06T06:55:47.484093+0000 mgr.a (mgr.14152) 105 : cephadm [INF] Deploying daemon osd.0 on smithi063 2024-05-06T06:55:50.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:50 smithi063 bash[21584]: cluster 2024-05-06T06:55:49.261065+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:55:50.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:50 smithi063 bash[21584]: cluster 2024-05-06T06:55:49.261065+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:55:50.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:50 smithi063 bash[21584]: audit 2024-05-06T06:55:49.280618+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:50.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:50 smithi063 bash[21584]: audit 2024-05-06T06:55:49.280618+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:50.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:50 smithi063 bash[21584]: audit 2024-05-06T06:55:49.287043+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:50.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:50 smithi063 bash[21584]: audit 2024-05-06T06:55:49.287043+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:50.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:50 smithi063 bash[21584]: cephadm 2024-05-06T06:55:49.289812+0000 mgr.a (mgr.14152) 107 : cephadm [INF] Detected new or changed devices on smithi063 2024-05-06T06:55:50.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:50 smithi063 bash[21584]: cephadm 2024-05-06T06:55:49.289812+0000 mgr.a (mgr.14152) 107 : cephadm [INF] Detected new or changed devices on smithi063 2024-05-06T06:55:50.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:50 smithi063 bash[21584]: audit 2024-05-06T06:55:49.295199+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:50.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:50 smithi063 bash[21584]: audit 2024-05-06T06:55:49.295199+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:50.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:50 smithi110 bash[22399]: cluster 2024-05-06T06:55:49.261065+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:55:50.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:50 smithi110 bash[22399]: cluster 2024-05-06T06:55:49.261065+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:55:50.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:50 smithi110 bash[22399]: audit 2024-05-06T06:55:49.280618+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:50.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:50 smithi110 bash[22399]: audit 2024-05-06T06:55:49.280618+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:50.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:50 smithi110 bash[22399]: audit 2024-05-06T06:55:49.287043+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:50.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:50 smithi110 bash[22399]: audit 2024-05-06T06:55:49.287043+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:50.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:50 smithi110 bash[22399]: cephadm 2024-05-06T06:55:49.289812+0000 mgr.a (mgr.14152) 107 : cephadm [INF] Detected new or changed devices on smithi063 2024-05-06T06:55:50.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:50 smithi110 bash[22399]: cephadm 2024-05-06T06:55:49.289812+0000 mgr.a (mgr.14152) 107 : cephadm [INF] Detected new or changed devices on smithi063 2024-05-06T06:55:50.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:50 smithi110 bash[22399]: audit 2024-05-06T06:55:49.295199+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:50.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:50 smithi110 bash[22399]: audit 2024-05-06T06:55:49.295199+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:51.656 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:51 smithi063 systemd[1]: /etc/systemd/system/ceph-fac46718-0b74-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-06T06:55:51.657 INFO:journalctl@ceph.mgr.a.smithi063.stdout:May 06 06:55:51 smithi063 systemd[1]: /etc/systemd/system/ceph-fac46718-0b74-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-06T06:55:51.924 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:51 smithi063 systemd[1]: /etc/systemd/system/ceph-fac46718-0b74-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-06T06:55:51.924 INFO:journalctl@ceph.mgr.a.smithi063.stdout:May 06 06:55:51 smithi063 systemd[1]: /etc/systemd/system/ceph-fac46718-0b74-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-06T06:55:52.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:52 smithi063 bash[21584]: cluster 2024-05-06T06:55:51.261547+0000 mgr.a (mgr.14152) 108 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:55:52.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:52 smithi063 bash[21584]: cluster 2024-05-06T06:55:51.261547+0000 mgr.a (mgr.14152) 108 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:55:52.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:52 smithi063 bash[21584]: audit 2024-05-06T06:55:51.926673+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:52.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:52 smithi063 bash[21584]: audit 2024-05-06T06:55:51.926673+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:52.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:52 smithi063 bash[21584]: audit 2024-05-06T06:55:51.930956+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:52.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:52 smithi063 bash[21584]: audit 2024-05-06T06:55:51.930956+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:52.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:52 smithi063 bash[21584]: audit 2024-05-06T06:55:51.965895+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T06:55:52.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:52 smithi063 bash[21584]: audit 2024-05-06T06:55:51.965895+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T06:55:52.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:52 smithi063 bash[21584]: audit 2024-05-06T06:55:51.968179+0000 mon.a (mon.0) 311 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:55:52.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:52 smithi063 bash[21584]: audit 2024-05-06T06:55:51.968179+0000 mon.a (mon.0) 311 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:55:52.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:52 smithi063 bash[21584]: audit 2024-05-06T06:55:51.968868+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T06:55:52.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:52 smithi063 bash[21584]: audit 2024-05-06T06:55:51.968868+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T06:55:52.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:52 smithi063 bash[21584]: audit 2024-05-06T06:55:51.973978+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:52.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:52 smithi063 bash[21584]: audit 2024-05-06T06:55:51.973978+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:52.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:52 smithi110 bash[22399]: cluster 2024-05-06T06:55:51.261547+0000 mgr.a (mgr.14152) 108 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:55:52.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:52 smithi110 bash[22399]: cluster 2024-05-06T06:55:51.261547+0000 mgr.a (mgr.14152) 108 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:55:52.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:52 smithi110 bash[22399]: audit 2024-05-06T06:55:51.926673+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:52.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:52 smithi110 bash[22399]: audit 2024-05-06T06:55:51.926673+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:52.648 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:52 smithi110 bash[22399]: audit 2024-05-06T06:55:51.930956+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:52.648 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:52 smithi110 bash[22399]: audit 2024-05-06T06:55:51.930956+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:52.648 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:52 smithi110 bash[22399]: audit 2024-05-06T06:55:51.965895+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T06:55:52.648 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:52 smithi110 bash[22399]: audit 2024-05-06T06:55:51.965895+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T06:55:52.648 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:52 smithi110 bash[22399]: audit 2024-05-06T06:55:51.968179+0000 mon.a (mon.0) 311 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:55:52.648 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:52 smithi110 bash[22399]: audit 2024-05-06T06:55:51.968179+0000 mon.a (mon.0) 311 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:55:52.648 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:52 smithi110 bash[22399]: audit 2024-05-06T06:55:51.968868+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T06:55:52.648 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:52 smithi110 bash[22399]: audit 2024-05-06T06:55:51.968868+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T06:55:52.648 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:52 smithi110 bash[22399]: audit 2024-05-06T06:55:51.973978+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:52.649 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:52 smithi110 bash[22399]: audit 2024-05-06T06:55:51.973978+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:54.396 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:54 smithi110 bash[22399]: cluster 2024-05-06T06:55:53.261974+0000 mgr.a (mgr.14152) 109 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:55:54.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:54 smithi110 bash[22399]: cluster 2024-05-06T06:55:53.261974+0000 mgr.a (mgr.14152) 109 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:55:54.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:54 smithi063 bash[21584]: cluster 2024-05-06T06:55:53.261974+0000 mgr.a (mgr.14152) 109 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:55:54.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:54 smithi063 bash[21584]: cluster 2024-05-06T06:55:53.261974+0000 mgr.a (mgr.14152) 109 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:55:56.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:56 smithi063 bash[21584]: cluster 2024-05-06T06:55:55.262381+0000 mgr.a (mgr.14152) 110 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:55:56.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:56 smithi063 bash[21584]: cluster 2024-05-06T06:55:55.262381+0000 mgr.a (mgr.14152) 110 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:55:56.646 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:56 smithi110 bash[22399]: cluster 2024-05-06T06:55:55.262381+0000 mgr.a (mgr.14152) 110 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:55:56.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:56 smithi110 bash[22399]: cluster 2024-05-06T06:55:55.262381+0000 mgr.a (mgr.14152) 110 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:55:58.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:58 smithi063 bash[21584]: cluster 2024-05-06T06:55:57.262827+0000 mgr.a (mgr.14152) 111 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:55:58.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:58 smithi063 bash[21584]: cluster 2024-05-06T06:55:57.262827+0000 mgr.a (mgr.14152) 111 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:55:58.646 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:58 smithi110 bash[22399]: cluster 2024-05-06T06:55:57.262827+0000 mgr.a (mgr.14152) 111 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:55:58.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:58 smithi110 bash[22399]: cluster 2024-05-06T06:55:57.262827+0000 mgr.a (mgr.14152) 111 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:55:59.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:59 smithi063 bash[21584]: audit 2024-05-06T06:55:58.319875+0000 mon.a (mon.0) 314 : audit [INF] from='osd.0 [v2:172.21.15.63:6802/3215567953,v1:172.21.15.63:6803/3215567953]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-05-06T06:55:59.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:59 smithi063 bash[21584]: audit 2024-05-06T06:55:58.319875+0000 mon.a (mon.0) 314 : audit [INF] from='osd.0 [v2:172.21.15.63:6802/3215567953,v1:172.21.15.63:6803/3215567953]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-05-06T06:55:59.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:59 smithi063 bash[21584]: audit 2024-05-06T06:55:58.426673+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:59.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:59 smithi063 bash[21584]: audit 2024-05-06T06:55:58.426673+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:59.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:59 smithi063 bash[21584]: audit 2024-05-06T06:55:58.432533+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:59.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:59 smithi063 bash[21584]: audit 2024-05-06T06:55:58.432533+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:59.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:59 smithi063 bash[21584]: audit 2024-05-06T06:55:58.454612+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:59.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:55:59 smithi063 bash[21584]: audit 2024-05-06T06:55:58.454612+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:59.646 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:59 smithi110 bash[22399]: audit 2024-05-06T06:55:58.319875+0000 mon.a (mon.0) 314 : audit [INF] from='osd.0 [v2:172.21.15.63:6802/3215567953,v1:172.21.15.63:6803/3215567953]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-05-06T06:55:59.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:59 smithi110 bash[22399]: audit 2024-05-06T06:55:58.319875+0000 mon.a (mon.0) 314 : audit [INF] from='osd.0 [v2:172.21.15.63:6802/3215567953,v1:172.21.15.63:6803/3215567953]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-05-06T06:55:59.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:59 smithi110 bash[22399]: audit 2024-05-06T06:55:58.426673+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:59.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:59 smithi110 bash[22399]: audit 2024-05-06T06:55:58.426673+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:59.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:59 smithi110 bash[22399]: audit 2024-05-06T06:55:58.432533+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:59.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:59 smithi110 bash[22399]: audit 2024-05-06T06:55:58.432533+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:59.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:59 smithi110 bash[22399]: audit 2024-05-06T06:55:58.454612+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:55:59.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:55:59 smithi110 bash[22399]: audit 2024-05-06T06:55:58.454612+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:00.403 INFO:teuthology.orchestra.run.smithi063.stdout:Created osd(s) 0 on host 'smithi063' 2024-05-06T06:56:00.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:00 smithi063 bash[21584]: cluster 2024-05-06T06:55:59.263195+0000 mgr.a (mgr.14152) 112 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:56:00.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:00 smithi063 bash[21584]: cluster 2024-05-06T06:55:59.263195+0000 mgr.a (mgr.14152) 112 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:56:00.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:00 smithi063 bash[21584]: audit 2024-05-06T06:55:59.304347+0000 mon.a (mon.0) 318 : audit [INF] from='osd.0 [v2:172.21.15.63:6802/3215567953,v1:172.21.15.63:6803/3215567953]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-05-06T06:56:00.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:00 smithi063 bash[21584]: audit 2024-05-06T06:55:59.304347+0000 mon.a (mon.0) 318 : audit [INF] from='osd.0 [v2:172.21.15.63:6802/3215567953,v1:172.21.15.63:6803/3215567953]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-05-06T06:56:00.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:00 smithi063 bash[21584]: cluster 2024-05-06T06:55:59.307140+0000 mon.a (mon.0) 319 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-05-06T06:56:00.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:00 smithi063 bash[21584]: cluster 2024-05-06T06:55:59.307140+0000 mon.a (mon.0) 319 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-05-06T06:56:00.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:00 smithi063 bash[21584]: audit 2024-05-06T06:55:59.307373+0000 mon.a (mon.0) 320 : audit [INF] from='osd.0 [v2:172.21.15.63:6802/3215567953,v1:172.21.15.63:6803/3215567953]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2024-05-06T06:56:00.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:00 smithi063 bash[21584]: audit 2024-05-06T06:55:59.307373+0000 mon.a (mon.0) 320 : audit [INF] from='osd.0 [v2:172.21.15.63:6802/3215567953,v1:172.21.15.63:6803/3215567953]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2024-05-06T06:56:00.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:00 smithi063 bash[21584]: audit 2024-05-06T06:55:59.307617+0000 mon.a (mon.0) 321 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T06:56:00.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:00 smithi063 bash[21584]: audit 2024-05-06T06:55:59.307617+0000 mon.a (mon.0) 321 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T06:56:00.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:00 smithi110 bash[22399]: cluster 2024-05-06T06:55:59.263195+0000 mgr.a (mgr.14152) 112 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:56:00.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:00 smithi110 bash[22399]: cluster 2024-05-06T06:55:59.263195+0000 mgr.a (mgr.14152) 112 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:56:00.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:00 smithi110 bash[22399]: audit 2024-05-06T06:55:59.304347+0000 mon.a (mon.0) 318 : audit [INF] from='osd.0 [v2:172.21.15.63:6802/3215567953,v1:172.21.15.63:6803/3215567953]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-05-06T06:56:00.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:00 smithi110 bash[22399]: audit 2024-05-06T06:55:59.304347+0000 mon.a (mon.0) 318 : audit [INF] from='osd.0 [v2:172.21.15.63:6802/3215567953,v1:172.21.15.63:6803/3215567953]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-05-06T06:56:00.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:00 smithi110 bash[22399]: cluster 2024-05-06T06:55:59.307140+0000 mon.a (mon.0) 319 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-05-06T06:56:00.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:00 smithi110 bash[22399]: cluster 2024-05-06T06:55:59.307140+0000 mon.a (mon.0) 319 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-05-06T06:56:00.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:00 smithi110 bash[22399]: audit 2024-05-06T06:55:59.307373+0000 mon.a (mon.0) 320 : audit [INF] from='osd.0 [v2:172.21.15.63:6802/3215567953,v1:172.21.15.63:6803/3215567953]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2024-05-06T06:56:00.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:00 smithi110 bash[22399]: audit 2024-05-06T06:55:59.307373+0000 mon.a (mon.0) 320 : audit [INF] from='osd.0 [v2:172.21.15.63:6802/3215567953,v1:172.21.15.63:6803/3215567953]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2024-05-06T06:56:00.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:00 smithi110 bash[22399]: audit 2024-05-06T06:55:59.307617+0000 mon.a (mon.0) 321 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T06:56:00.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:00 smithi110 bash[22399]: audit 2024-05-06T06:55:59.307617+0000 mon.a (mon.0) 321 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T06:56:01.318 DEBUG:teuthology.orchestra.run.smithi063:osd.0> sudo journalctl -f -n 0 -u ceph-fac46718-0b74-11ef-bc97-c7b262605968@osd.0.service 2024-05-06T06:56:01.320 INFO:tasks.cephadm:Deploying osd.1 on smithi110 with /dev/vg_nvme/lv_4... 2024-05-06T06:56:01.320 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fac46718-0b74-11ef-bc97-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-05-06T06:56:01.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:01 smithi063 bash[21584]: audit 2024-05-06T06:56:00.306968+0000 mon.a (mon.0) 322 : audit [INF] from='osd.0 [v2:172.21.15.63:6802/3215567953,v1:172.21.15.63:6803/3215567953]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]': finished 2024-05-06T06:56:01.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:01 smithi063 bash[21584]: audit 2024-05-06T06:56:00.306968+0000 mon.a (mon.0) 322 : audit [INF] from='osd.0 [v2:172.21.15.63:6802/3215567953,v1:172.21.15.63:6803/3215567953]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]': finished 2024-05-06T06:56:01.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:01 smithi063 bash[21584]: cluster 2024-05-06T06:56:00.312170+0000 mon.a (mon.0) 323 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-05-06T06:56:01.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:01 smithi063 bash[21584]: cluster 2024-05-06T06:56:00.312170+0000 mon.a (mon.0) 323 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-05-06T06:56:01.584 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:01 smithi063 bash[21584]: audit 2024-05-06T06:56:00.313553+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T06:56:01.584 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:01 smithi063 bash[21584]: audit 2024-05-06T06:56:00.313553+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T06:56:01.584 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:01 smithi063 bash[21584]: audit 2024-05-06T06:56:00.321755+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T06:56:01.584 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:01 smithi063 bash[21584]: audit 2024-05-06T06:56:00.321755+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T06:56:01.584 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:01 smithi063 bash[21584]: audit 2024-05-06T06:56:00.394158+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:01.584 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:01 smithi063 bash[21584]: audit 2024-05-06T06:56:00.394158+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:01.584 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:01 smithi063 bash[21584]: audit 2024-05-06T06:56:00.399903+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:01.585 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:01 smithi063 bash[21584]: audit 2024-05-06T06:56:00.399903+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:01.585 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:01 smithi063 bash[21584]: audit 2024-05-06T06:56:00.409317+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T06:56:01.585 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:01 smithi063 bash[21584]: audit 2024-05-06T06:56:00.409317+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T06:56:01.585 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:01 smithi063 bash[21584]: audit 2024-05-06T06:56:00.412252+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-06T06:56:01.585 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:01 smithi063 bash[21584]: audit 2024-05-06T06:56:00.412252+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-06T06:56:01.585 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:01 smithi063 bash[21584]: cephadm 2024-05-06T06:56:00.413003+0000 mgr.a (mgr.14152) 113 : cephadm [INF] Adjusting osd_memory_target on smithi063 to 16241M 2024-05-06T06:56:01.585 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:01 smithi063 bash[21584]: cephadm 2024-05-06T06:56:00.413003+0000 mgr.a (mgr.14152) 113 : cephadm [INF] Adjusting osd_memory_target on smithi063 to 16241M 2024-05-06T06:56:01.585 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:01 smithi063 bash[21584]: audit 2024-05-06T06:56:00.417916+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:01.585 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:01 smithi063 bash[21584]: audit 2024-05-06T06:56:00.417916+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:01.585 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:01 smithi063 bash[21584]: audit 2024-05-06T06:56:00.420751+0000 mon.a (mon.0) 331 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:56:01.586 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:01 smithi063 bash[21584]: audit 2024-05-06T06:56:00.420751+0000 mon.a (mon.0) 331 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:56:01.586 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:01 smithi063 bash[21584]: audit 2024-05-06T06:56:00.421689+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T06:56:01.586 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:01 smithi063 bash[21584]: audit 2024-05-06T06:56:00.421689+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T06:56:01.586 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:01 smithi063 bash[21584]: audit 2024-05-06T06:56:00.429181+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:01.586 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:01 smithi063 bash[21584]: audit 2024-05-06T06:56:00.429181+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:01.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:01 smithi110 bash[22399]: audit 2024-05-06T06:56:00.306968+0000 mon.a (mon.0) 322 : audit [INF] from='osd.0 [v2:172.21.15.63:6802/3215567953,v1:172.21.15.63:6803/3215567953]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]': finished 2024-05-06T06:56:01.648 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:01 smithi110 bash[22399]: audit 2024-05-06T06:56:00.306968+0000 mon.a (mon.0) 322 : audit [INF] from='osd.0 [v2:172.21.15.63:6802/3215567953,v1:172.21.15.63:6803/3215567953]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]': finished 2024-05-06T06:56:01.648 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:01 smithi110 bash[22399]: cluster 2024-05-06T06:56:00.312170+0000 mon.a (mon.0) 323 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-05-06T06:56:01.648 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:01 smithi110 bash[22399]: cluster 2024-05-06T06:56:00.312170+0000 mon.a (mon.0) 323 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-05-06T06:56:01.648 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:01 smithi110 bash[22399]: audit 2024-05-06T06:56:00.313553+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T06:56:01.648 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:01 smithi110 bash[22399]: audit 2024-05-06T06:56:00.313553+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T06:56:01.648 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:01 smithi110 bash[22399]: audit 2024-05-06T06:56:00.321755+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T06:56:01.648 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:01 smithi110 bash[22399]: audit 2024-05-06T06:56:00.321755+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T06:56:01.649 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:01 smithi110 bash[22399]: audit 2024-05-06T06:56:00.394158+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:01.649 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:01 smithi110 bash[22399]: audit 2024-05-06T06:56:00.394158+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:01.649 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:01 smithi110 bash[22399]: audit 2024-05-06T06:56:00.399903+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:01.649 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:01 smithi110 bash[22399]: audit 2024-05-06T06:56:00.399903+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:01.649 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:01 smithi110 bash[22399]: audit 2024-05-06T06:56:00.409317+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T06:56:01.649 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:01 smithi110 bash[22399]: audit 2024-05-06T06:56:00.409317+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T06:56:01.650 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:01 smithi110 bash[22399]: audit 2024-05-06T06:56:00.412252+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-06T06:56:01.650 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:01 smithi110 bash[22399]: audit 2024-05-06T06:56:00.412252+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-06T06:56:01.650 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:01 smithi110 bash[22399]: cephadm 2024-05-06T06:56:00.413003+0000 mgr.a (mgr.14152) 113 : cephadm [INF] Adjusting osd_memory_target on smithi063 to 16241M 2024-05-06T06:56:01.650 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:01 smithi110 bash[22399]: cephadm 2024-05-06T06:56:00.413003+0000 mgr.a (mgr.14152) 113 : cephadm [INF] Adjusting osd_memory_target on smithi063 to 16241M 2024-05-06T06:56:01.650 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:01 smithi110 bash[22399]: audit 2024-05-06T06:56:00.417916+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:01.650 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:01 smithi110 bash[22399]: audit 2024-05-06T06:56:00.417916+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:01.651 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:01 smithi110 bash[22399]: audit 2024-05-06T06:56:00.420751+0000 mon.a (mon.0) 331 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:56:01.651 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:01 smithi110 bash[22399]: audit 2024-05-06T06:56:00.420751+0000 mon.a (mon.0) 331 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:56:01.651 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:01 smithi110 bash[22399]: audit 2024-05-06T06:56:00.421689+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T06:56:01.651 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:01 smithi110 bash[22399]: audit 2024-05-06T06:56:00.421689+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T06:56:01.651 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:01 smithi110 bash[22399]: audit 2024-05-06T06:56:00.429181+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:01.651 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:01 smithi110 bash[22399]: audit 2024-05-06T06:56:00.429181+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:02.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:02 smithi063 bash[21584]: cluster 2024-05-06T06:55:59.281498+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-06T06:56:02.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:02 smithi063 bash[21584]: cluster 2024-05-06T06:55:59.281498+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-06T06:56:02.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:02 smithi063 bash[21584]: cluster 2024-05-06T06:55:59.281588+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-06T06:56:02.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:02 smithi063 bash[21584]: cluster 2024-05-06T06:55:59.281588+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-06T06:56:02.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:02 smithi063 bash[21584]: cluster 2024-05-06T06:56:01.263599+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:56:02.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:02 smithi063 bash[21584]: cluster 2024-05-06T06:56:01.263599+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:56:02.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:02 smithi063 bash[21584]: cluster 2024-05-06T06:56:01.322206+0000 mon.a (mon.0) 334 : cluster [INF] osd.0 [v2:172.21.15.63:6802/3215567953,v1:172.21.15.63:6803/3215567953] boot 2024-05-06T06:56:02.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:02 smithi063 bash[21584]: cluster 2024-05-06T06:56:01.322206+0000 mon.a (mon.0) 334 : cluster [INF] osd.0 [v2:172.21.15.63:6802/3215567953,v1:172.21.15.63:6803/3215567953] boot 2024-05-06T06:56:02.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:02 smithi063 bash[21584]: cluster 2024-05-06T06:56:01.322248+0000 mon.a (mon.0) 335 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-05-06T06:56:02.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:02 smithi063 bash[21584]: cluster 2024-05-06T06:56:01.322248+0000 mon.a (mon.0) 335 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-05-06T06:56:02.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:02 smithi063 bash[21584]: audit 2024-05-06T06:56:01.323035+0000 mon.a (mon.0) 336 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T06:56:02.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:02 smithi063 bash[21584]: audit 2024-05-06T06:56:01.323035+0000 mon.a (mon.0) 336 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T06:56:02.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:02 smithi110 bash[22399]: cluster 2024-05-06T06:55:59.281498+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-06T06:56:02.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:02 smithi110 bash[22399]: cluster 2024-05-06T06:55:59.281498+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-06T06:56:02.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:02 smithi110 bash[22399]: cluster 2024-05-06T06:55:59.281588+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-06T06:56:02.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:02 smithi110 bash[22399]: cluster 2024-05-06T06:55:59.281588+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-06T06:56:02.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:02 smithi110 bash[22399]: cluster 2024-05-06T06:56:01.263599+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:56:02.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:02 smithi110 bash[22399]: cluster 2024-05-06T06:56:01.263599+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T06:56:02.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:02 smithi110 bash[22399]: cluster 2024-05-06T06:56:01.322206+0000 mon.a (mon.0) 334 : cluster [INF] osd.0 [v2:172.21.15.63:6802/3215567953,v1:172.21.15.63:6803/3215567953] boot 2024-05-06T06:56:02.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:02 smithi110 bash[22399]: cluster 2024-05-06T06:56:01.322206+0000 mon.a (mon.0) 334 : cluster [INF] osd.0 [v2:172.21.15.63:6802/3215567953,v1:172.21.15.63:6803/3215567953] boot 2024-05-06T06:56:02.648 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:02 smithi110 bash[22399]: cluster 2024-05-06T06:56:01.322248+0000 mon.a (mon.0) 335 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-05-06T06:56:02.648 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:02 smithi110 bash[22399]: cluster 2024-05-06T06:56:01.322248+0000 mon.a (mon.0) 335 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-05-06T06:56:02.648 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:02 smithi110 bash[22399]: audit 2024-05-06T06:56:01.323035+0000 mon.a (mon.0) 336 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T06:56:02.648 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:02 smithi110 bash[22399]: audit 2024-05-06T06:56:01.323035+0000 mon.a (mon.0) 336 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T06:56:03.618 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:03 smithi063 bash[21584]: cluster 2024-05-06T06:56:02.339917+0000 mon.a (mon.0) 337 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-05-06T06:56:03.618 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:03 smithi063 bash[21584]: cluster 2024-05-06T06:56:02.339917+0000 mon.a (mon.0) 337 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-05-06T06:56:03.646 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:03 smithi110 bash[22399]: cluster 2024-05-06T06:56:02.339917+0000 mon.a (mon.0) 337 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-05-06T06:56:03.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:03 smithi110 bash[22399]: cluster 2024-05-06T06:56:02.339917+0000 mon.a (mon.0) 337 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-05-06T06:56:04.625 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:04 smithi063 bash[21584]: cluster 2024-05-06T06:56:03.264075+0000 mgr.a (mgr.14152) 115 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T06:56:04.626 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:04 smithi063 bash[21584]: cluster 2024-05-06T06:56:03.264075+0000 mgr.a (mgr.14152) 115 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T06:56:04.646 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:04 smithi110 bash[22399]: cluster 2024-05-06T06:56:03.264075+0000 mgr.a (mgr.14152) 115 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T06:56:04.646 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:04 smithi110 bash[22399]: cluster 2024-05-06T06:56:03.264075+0000 mgr.a (mgr.14152) 115 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T06:56:06.036 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/fac46718-0b74-11ef-bc97-c7b262605968/mon.b/config 2024-05-06T06:56:06.646 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:06 smithi110 bash[22399]: cluster 2024-05-06T06:56:05.264563+0000 mgr.a (mgr.14152) 116 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T06:56:06.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:06 smithi110 bash[22399]: cluster 2024-05-06T06:56:05.264563+0000 mgr.a (mgr.14152) 116 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T06:56:06.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:06 smithi063 bash[21584]: cluster 2024-05-06T06:56:05.264563+0000 mgr.a (mgr.14152) 116 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T06:56:06.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:06 smithi063 bash[21584]: cluster 2024-05-06T06:56:05.264563+0000 mgr.a (mgr.14152) 116 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T06:56:08.646 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:08 smithi110 bash[22399]: cluster 2024-05-06T06:56:07.265054+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T06:56:08.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:08 smithi110 bash[22399]: cluster 2024-05-06T06:56:07.265054+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T06:56:08.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:08 smithi063 bash[21584]: cluster 2024-05-06T06:56:07.265054+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T06:56:08.859 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:08 smithi063 bash[21584]: cluster 2024-05-06T06:56:07.265054+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T06:56:08.887 INFO:teuthology.orchestra.run.smithi110.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-05-06T06:56:08.887 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-05-06T06:56:08.887 INFO:teuthology.orchestra.run.smithi110.stderr: stderr: 10+0 records in 2024-05-06T06:56:08.887 INFO:teuthology.orchestra.run.smithi110.stderr:10+0 records out 2024-05-06T06:56:08.888 INFO:teuthology.orchestra.run.smithi110.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0132188 s, 793 MB/s 2024-05-06T06:56:08.888 INFO:teuthology.orchestra.run.smithi110.stderr:--> Zapping successful for: 2024-05-06T06:56:09.479 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fac46718-0b74-11ef-bc97-c7b262605968 -- ceph orch daemon add osd smithi110:vg_nvme/lv_4 2024-05-06T06:56:10.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:10 smithi063 bash[21584]: cluster 2024-05-06T06:56:09.265554+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T06:56:10.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:10 smithi063 bash[21584]: cluster 2024-05-06T06:56:09.265554+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T06:56:10.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:10 smithi063 bash[21584]: audit 2024-05-06T06:56:09.485414+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:10.833 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:10 smithi063 bash[21584]: audit 2024-05-06T06:56:09.485414+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:10.833 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:10 smithi063 bash[21584]: audit 2024-05-06T06:56:09.490867+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:10.833 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:10 smithi063 bash[21584]: audit 2024-05-06T06:56:09.490867+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:10.833 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:10 smithi063 bash[21584]: audit 2024-05-06T06:56:09.496962+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:10.833 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:10 smithi063 bash[21584]: audit 2024-05-06T06:56:09.496962+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:10.833 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:10 smithi063 bash[21584]: audit 2024-05-06T06:56:09.517733+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T06:56:10.833 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:10 smithi063 bash[21584]: audit 2024-05-06T06:56:09.517733+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T06:56:10.833 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:10 smithi063 bash[21584]: audit 2024-05-06T06:56:09.522568+0000 mon.a (mon.0) 342 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:56:10.833 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:10 smithi063 bash[21584]: audit 2024-05-06T06:56:09.522568+0000 mon.a (mon.0) 342 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:56:10.833 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:10 smithi063 bash[21584]: audit 2024-05-06T06:56:09.524272+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T06:56:10.833 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:10 smithi063 bash[21584]: audit 2024-05-06T06:56:09.524272+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T06:56:10.833 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:10 smithi063 bash[21584]: cluster 2024-05-06T06:56:09.527662+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T06:56:10.833 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:10 smithi063 bash[21584]: cluster 2024-05-06T06:56:09.527662+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T06:56:10.834 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:10 smithi063 bash[21584]: audit 2024-05-06T06:56:09.533010+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:10.834 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:10 smithi063 bash[21584]: audit 2024-05-06T06:56:09.533010+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:10.897 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:10 smithi110 bash[22399]: cluster 2024-05-06T06:56:09.265554+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T06:56:10.897 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:10 smithi110 bash[22399]: cluster 2024-05-06T06:56:09.265554+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T06:56:10.897 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:10 smithi110 bash[22399]: audit 2024-05-06T06:56:09.485414+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:10.897 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:10 smithi110 bash[22399]: audit 2024-05-06T06:56:09.485414+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:10.897 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:10 smithi110 bash[22399]: audit 2024-05-06T06:56:09.490867+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:10.897 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:10 smithi110 bash[22399]: audit 2024-05-06T06:56:09.490867+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:10.897 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:10 smithi110 bash[22399]: audit 2024-05-06T06:56:09.496962+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:10.897 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:10 smithi110 bash[22399]: audit 2024-05-06T06:56:09.496962+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:10.897 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:10 smithi110 bash[22399]: audit 2024-05-06T06:56:09.517733+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T06:56:10.898 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:10 smithi110 bash[22399]: audit 2024-05-06T06:56:09.517733+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T06:56:10.898 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:10 smithi110 bash[22399]: audit 2024-05-06T06:56:09.522568+0000 mon.a (mon.0) 342 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:56:10.898 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:10 smithi110 bash[22399]: audit 2024-05-06T06:56:09.522568+0000 mon.a (mon.0) 342 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:56:10.898 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:10 smithi110 bash[22399]: audit 2024-05-06T06:56:09.524272+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T06:56:10.898 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:10 smithi110 bash[22399]: audit 2024-05-06T06:56:09.524272+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T06:56:10.898 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:10 smithi110 bash[22399]: cluster 2024-05-06T06:56:09.527662+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T06:56:10.898 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:10 smithi110 bash[22399]: cluster 2024-05-06T06:56:09.527662+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T06:56:10.898 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:10 smithi110 bash[22399]: audit 2024-05-06T06:56:09.533010+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:10.898 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:10 smithi110 bash[22399]: audit 2024-05-06T06:56:09.533010+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:11.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:11 smithi063 bash[21584]: cluster 2024-05-06T06:56:10.494891+0000 mon.a (mon.0) 345 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-05-06T06:56:11.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:11 smithi063 bash[21584]: cluster 2024-05-06T06:56:10.494891+0000 mon.a (mon.0) 345 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-05-06T06:56:11.896 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:11 smithi110 bash[22399]: cluster 2024-05-06T06:56:10.494891+0000 mon.a (mon.0) 345 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-05-06T06:56:11.896 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:11 smithi110 bash[22399]: cluster 2024-05-06T06:56:10.494891+0000 mon.a (mon.0) 345 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-05-06T06:56:12.831 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:12 smithi063 bash[21584]: cluster 2024-05-06T06:56:11.528121+0000 mgr.a (mgr.14152) 120 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T06:56:12.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:12 smithi063 bash[21584]: cluster 2024-05-06T06:56:11.528121+0000 mgr.a (mgr.14152) 120 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T06:56:12.896 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:12 smithi110 bash[22399]: cluster 2024-05-06T06:56:11.528121+0000 mgr.a (mgr.14152) 120 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T06:56:12.896 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:12 smithi110 bash[22399]: cluster 2024-05-06T06:56:11.528121+0000 mgr.a (mgr.14152) 120 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T06:56:14.193 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/fac46718-0b74-11ef-bc97-c7b262605968/mon.b/config 2024-05-06T06:56:14.851 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:14 smithi110 bash[22399]: cluster 2024-05-06T06:56:13.528621+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T06:56:14.851 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:14 smithi110 bash[22399]: cluster 2024-05-06T06:56:13.528621+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T06:56:14.852 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:14 smithi110 bash[22399]: audit 2024-05-06T06:56:13.988264+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:14.852 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:14 smithi110 bash[22399]: audit 2024-05-06T06:56:13.988264+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:14.852 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:14 smithi110 bash[22399]: audit 2024-05-06T06:56:13.996155+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:14.852 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:14 smithi110 bash[22399]: audit 2024-05-06T06:56:13.996155+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:14.852 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:14 smithi110 bash[22399]: audit 2024-05-06T06:56:14.005569+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:14.852 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:14 smithi110 bash[22399]: audit 2024-05-06T06:56:14.005569+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:14.852 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:14 smithi110 bash[22399]: audit 2024-05-06T06:56:14.030811+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T06:56:14.852 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:14 smithi110 bash[22399]: audit 2024-05-06T06:56:14.030811+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T06:56:14.852 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:14 smithi110 bash[22399]: audit 2024-05-06T06:56:14.035631+0000 mon.a (mon.0) 350 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:56:14.852 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:14 smithi110 bash[22399]: audit 2024-05-06T06:56:14.035631+0000 mon.a (mon.0) 350 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:56:14.852 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:14 smithi110 bash[22399]: audit 2024-05-06T06:56:14.037384+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T06:56:14.852 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:14 smithi110 bash[22399]: audit 2024-05-06T06:56:14.037384+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T06:56:14.852 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:14 smithi110 bash[22399]: audit 2024-05-06T06:56:14.048909+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:14.853 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:14 smithi110 bash[22399]: audit 2024-05-06T06:56:14.048909+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:15.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:14 smithi063 bash[21584]: cluster 2024-05-06T06:56:13.528621+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T06:56:15.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:14 smithi063 bash[21584]: cluster 2024-05-06T06:56:13.528621+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T06:56:15.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:14 smithi063 bash[21584]: audit 2024-05-06T06:56:13.988264+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:15.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:14 smithi063 bash[21584]: audit 2024-05-06T06:56:13.988264+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:15.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:14 smithi063 bash[21584]: audit 2024-05-06T06:56:13.996155+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:15.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:14 smithi063 bash[21584]: audit 2024-05-06T06:56:13.996155+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:15.083 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:14 smithi063 bash[21584]: audit 2024-05-06T06:56:14.005569+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:15.083 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:14 smithi063 bash[21584]: audit 2024-05-06T06:56:14.005569+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:15.083 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:14 smithi063 bash[21584]: audit 2024-05-06T06:56:14.030811+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T06:56:15.083 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:14 smithi063 bash[21584]: audit 2024-05-06T06:56:14.030811+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T06:56:15.083 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:14 smithi063 bash[21584]: audit 2024-05-06T06:56:14.035631+0000 mon.a (mon.0) 350 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:56:15.083 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:14 smithi063 bash[21584]: audit 2024-05-06T06:56:14.035631+0000 mon.a (mon.0) 350 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:56:15.083 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:14 smithi063 bash[21584]: audit 2024-05-06T06:56:14.037384+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T06:56:15.083 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:14 smithi063 bash[21584]: audit 2024-05-06T06:56:14.037384+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T06:56:15.083 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:14 smithi063 bash[21584]: audit 2024-05-06T06:56:14.048909+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:15.083 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:14 smithi063 bash[21584]: audit 2024-05-06T06:56:14.048909+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:15.896 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:15 smithi110 bash[22399]: cluster 2024-05-06T06:56:14.040610+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T06:56:15.897 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:15 smithi110 bash[22399]: cluster 2024-05-06T06:56:14.040610+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T06:56:15.897 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:15 smithi110 bash[22399]: cluster 2024-05-06T06:56:15.002173+0000 mon.a (mon.0) 353 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-05-06T06:56:15.897 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:15 smithi110 bash[22399]: cluster 2024-05-06T06:56:15.002173+0000 mon.a (mon.0) 353 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-05-06T06:56:15.897 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:15 smithi110 bash[22399]: cluster 2024-05-06T06:56:15.002227+0000 mon.a (mon.0) 354 : cluster [INF] Cluster is now healthy 2024-05-06T06:56:15.897 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:15 smithi110 bash[22399]: cluster 2024-05-06T06:56:15.002227+0000 mon.a (mon.0) 354 : cluster [INF] Cluster is now healthy 2024-05-06T06:56:16.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:15 smithi063 bash[21584]: cluster 2024-05-06T06:56:14.040610+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T06:56:16.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:15 smithi063 bash[21584]: cluster 2024-05-06T06:56:14.040610+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T06:56:16.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:15 smithi063 bash[21584]: cluster 2024-05-06T06:56:15.002173+0000 mon.a (mon.0) 353 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-05-06T06:56:16.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:15 smithi063 bash[21584]: cluster 2024-05-06T06:56:15.002173+0000 mon.a (mon.0) 353 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-05-06T06:56:16.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:15 smithi063 bash[21584]: cluster 2024-05-06T06:56:15.002227+0000 mon.a (mon.0) 354 : cluster [INF] Cluster is now healthy 2024-05-06T06:56:16.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:15 smithi063 bash[21584]: cluster 2024-05-06T06:56:15.002227+0000 mon.a (mon.0) 354 : cluster [INF] Cluster is now healthy 2024-05-06T06:56:17.896 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:17 smithi110 bash[22399]: cluster 2024-05-06T06:56:16.041173+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T06:56:17.896 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:17 smithi110 bash[22399]: cluster 2024-05-06T06:56:16.041173+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T06:56:18.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:17 smithi063 bash[21584]: cluster 2024-05-06T06:56:16.041173+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T06:56:18.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:17 smithi063 bash[21584]: cluster 2024-05-06T06:56:16.041173+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T06:56:18.896 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:18 smithi110 bash[22399]: audit 2024-05-06T06:56:17.648929+0000 mon.a (mon.0) 355 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T06:56:18.897 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:18 smithi110 bash[22399]: audit 2024-05-06T06:56:17.648929+0000 mon.a (mon.0) 355 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T06:56:18.897 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:18 smithi110 bash[22399]: audit 2024-05-06T06:56:17.657363+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T06:56:18.897 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:18 smithi110 bash[22399]: audit 2024-05-06T06:56:17.657363+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T06:56:18.897 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:18 smithi110 bash[22399]: audit 2024-05-06T06:56:17.659116+0000 mon.a (mon.0) 357 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:56:18.897 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:18 smithi110 bash[22399]: audit 2024-05-06T06:56:17.659116+0000 mon.a (mon.0) 357 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:56:19.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:18 smithi063 bash[21584]: audit 2024-05-06T06:56:17.648929+0000 mon.a (mon.0) 355 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T06:56:19.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:18 smithi063 bash[21584]: audit 2024-05-06T06:56:17.648929+0000 mon.a (mon.0) 355 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T06:56:19.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:18 smithi063 bash[21584]: audit 2024-05-06T06:56:17.657363+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T06:56:19.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:18 smithi063 bash[21584]: audit 2024-05-06T06:56:17.657363+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T06:56:19.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:18 smithi063 bash[21584]: audit 2024-05-06T06:56:17.659116+0000 mon.a (mon.0) 357 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:56:19.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:18 smithi063 bash[21584]: audit 2024-05-06T06:56:17.659116+0000 mon.a (mon.0) 357 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:56:19.897 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:19 smithi110 bash[22399]: audit 2024-05-06T06:56:17.641174+0000 mgr.a (mgr.14152) 124 : audit [DBG] from='client.24119 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi110:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T06:56:19.897 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:19 smithi110 bash[22399]: audit 2024-05-06T06:56:17.641174+0000 mgr.a (mgr.14152) 124 : audit [DBG] from='client.24119 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi110:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T06:56:19.897 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:19 smithi110 bash[22399]: cluster 2024-05-06T06:56:18.041757+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T06:56:19.897 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:19 smithi110 bash[22399]: cluster 2024-05-06T06:56:18.041757+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T06:56:19.897 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:19 smithi110 bash[22399]: audit 2024-05-06T06:56:18.668132+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:19.897 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:19 smithi110 bash[22399]: audit 2024-05-06T06:56:18.668132+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:19.897 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:19 smithi110 bash[22399]: audit 2024-05-06T06:56:18.676631+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:19.897 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:19 smithi110 bash[22399]: audit 2024-05-06T06:56:18.676631+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:19.897 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:19 smithi110 bash[22399]: audit 2024-05-06T06:56:18.686725+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:19.897 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:19 smithi110 bash[22399]: audit 2024-05-06T06:56:18.686725+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:20.052 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:19 smithi063 bash[21584]: audit 2024-05-06T06:56:17.641174+0000 mgr.a (mgr.14152) 124 : audit [DBG] from='client.24119 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi110:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T06:56:20.052 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:19 smithi063 bash[21584]: audit 2024-05-06T06:56:17.641174+0000 mgr.a (mgr.14152) 124 : audit [DBG] from='client.24119 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi110:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T06:56:20.053 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:19 smithi063 bash[21584]: cluster 2024-05-06T06:56:18.041757+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T06:56:20.053 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:19 smithi063 bash[21584]: cluster 2024-05-06T06:56:18.041757+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T06:56:20.053 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:19 smithi063 bash[21584]: audit 2024-05-06T06:56:18.668132+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:20.053 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:19 smithi063 bash[21584]: audit 2024-05-06T06:56:18.668132+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:20.053 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:19 smithi063 bash[21584]: audit 2024-05-06T06:56:18.676631+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:20.053 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:19 smithi063 bash[21584]: audit 2024-05-06T06:56:18.676631+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:20.053 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:19 smithi063 bash[21584]: audit 2024-05-06T06:56:18.686725+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:20.053 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:19 smithi063 bash[21584]: audit 2024-05-06T06:56:18.686725+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:21.873 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:21 smithi063 bash[21584]: cluster 2024-05-06T06:56:20.042238+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T06:56:21.873 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:21 smithi063 bash[21584]: cluster 2024-05-06T06:56:20.042238+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T06:56:21.896 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:21 smithi110 bash[22399]: cluster 2024-05-06T06:56:20.042238+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T06:56:21.896 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:21 smithi110 bash[22399]: cluster 2024-05-06T06:56:20.042238+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T06:56:23.646 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:23 smithi110 bash[22399]: cluster 2024-05-06T06:56:22.042610+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T06:56:23.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:23 smithi110 bash[22399]: cluster 2024-05-06T06:56:22.042610+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T06:56:24.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:23 smithi063 bash[21584]: cluster 2024-05-06T06:56:22.042610+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T06:56:24.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:23 smithi063 bash[21584]: cluster 2024-05-06T06:56:22.042610+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T06:56:25.896 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:25 smithi110 bash[22399]: cluster 2024-05-06T06:56:24.042925+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T06:56:25.896 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:25 smithi110 bash[22399]: cluster 2024-05-06T06:56:24.042925+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T06:56:26.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:25 smithi063 bash[21584]: cluster 2024-05-06T06:56:24.042925+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T06:56:26.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:25 smithi063 bash[21584]: cluster 2024-05-06T06:56:24.042925+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T06:56:26.896 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:26 smithi110 bash[22399]: audit 2024-05-06T06:56:25.704851+0000 mon.b (mon.1) 6 : audit [INF] from='client.? 172.21.15.110:0/1244131711' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "463284d5-c483-4fc7-b9b6-58e11de4b275"}]: dispatch 2024-05-06T06:56:26.896 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:26 smithi110 bash[22399]: audit 2024-05-06T06:56:25.704851+0000 mon.b (mon.1) 6 : audit [INF] from='client.? 172.21.15.110:0/1244131711' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "463284d5-c483-4fc7-b9b6-58e11de4b275"}]: dispatch 2024-05-06T06:56:26.897 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:26 smithi110 bash[22399]: audit 2024-05-06T06:56:25.705619+0000 mon.a (mon.0) 361 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "463284d5-c483-4fc7-b9b6-58e11de4b275"}]: dispatch 2024-05-06T06:56:26.897 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:26 smithi110 bash[22399]: audit 2024-05-06T06:56:25.705619+0000 mon.a (mon.0) 361 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "463284d5-c483-4fc7-b9b6-58e11de4b275"}]: dispatch 2024-05-06T06:56:26.897 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:26 smithi110 bash[22399]: audit 2024-05-06T06:56:25.709145+0000 mon.a (mon.0) 362 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "463284d5-c483-4fc7-b9b6-58e11de4b275"}]': finished 2024-05-06T06:56:26.897 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:26 smithi110 bash[22399]: audit 2024-05-06T06:56:25.709145+0000 mon.a (mon.0) 362 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "463284d5-c483-4fc7-b9b6-58e11de4b275"}]': finished 2024-05-06T06:56:26.897 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:26 smithi110 bash[22399]: cluster 2024-05-06T06:56:25.714181+0000 mon.a (mon.0) 363 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-05-06T06:56:26.897 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:26 smithi110 bash[22399]: cluster 2024-05-06T06:56:25.714181+0000 mon.a (mon.0) 363 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-05-06T06:56:26.897 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:26 smithi110 bash[22399]: audit 2024-05-06T06:56:25.714823+0000 mon.a (mon.0) 364 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T06:56:26.897 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:26 smithi110 bash[22399]: audit 2024-05-06T06:56:25.714823+0000 mon.a (mon.0) 364 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T06:56:26.897 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:26 smithi110 bash[22399]: cluster 2024-05-06T06:56:26.043347+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T06:56:26.897 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:26 smithi110 bash[22399]: cluster 2024-05-06T06:56:26.043347+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T06:56:26.897 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:26 smithi110 bash[22399]: audit 2024-05-06T06:56:26.424291+0000 mon.b (mon.1) 7 : audit [DBG] from='client.? 172.21.15.110:0/156855700' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T06:56:26.897 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:26 smithi110 bash[22399]: audit 2024-05-06T06:56:26.424291+0000 mon.b (mon.1) 7 : audit [DBG] from='client.? 172.21.15.110:0/156855700' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T06:56:27.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:26 smithi063 bash[21584]: audit 2024-05-06T06:56:25.704851+0000 mon.b (mon.1) 6 : audit [INF] from='client.? 172.21.15.110:0/1244131711' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "463284d5-c483-4fc7-b9b6-58e11de4b275"}]: dispatch 2024-05-06T06:56:27.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:26 smithi063 bash[21584]: audit 2024-05-06T06:56:25.704851+0000 mon.b (mon.1) 6 : audit [INF] from='client.? 172.21.15.110:0/1244131711' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "463284d5-c483-4fc7-b9b6-58e11de4b275"}]: dispatch 2024-05-06T06:56:27.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:26 smithi063 bash[21584]: audit 2024-05-06T06:56:25.705619+0000 mon.a (mon.0) 361 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "463284d5-c483-4fc7-b9b6-58e11de4b275"}]: dispatch 2024-05-06T06:56:27.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:26 smithi063 bash[21584]: audit 2024-05-06T06:56:25.705619+0000 mon.a (mon.0) 361 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "463284d5-c483-4fc7-b9b6-58e11de4b275"}]: dispatch 2024-05-06T06:56:27.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:26 smithi063 bash[21584]: audit 2024-05-06T06:56:25.709145+0000 mon.a (mon.0) 362 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "463284d5-c483-4fc7-b9b6-58e11de4b275"}]': finished 2024-05-06T06:56:27.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:26 smithi063 bash[21584]: audit 2024-05-06T06:56:25.709145+0000 mon.a (mon.0) 362 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "463284d5-c483-4fc7-b9b6-58e11de4b275"}]': finished 2024-05-06T06:56:27.083 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:26 smithi063 bash[21584]: cluster 2024-05-06T06:56:25.714181+0000 mon.a (mon.0) 363 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-05-06T06:56:27.083 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:26 smithi063 bash[21584]: cluster 2024-05-06T06:56:25.714181+0000 mon.a (mon.0) 363 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-05-06T06:56:27.083 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:26 smithi063 bash[21584]: audit 2024-05-06T06:56:25.714823+0000 mon.a (mon.0) 364 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T06:56:27.083 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:26 smithi063 bash[21584]: audit 2024-05-06T06:56:25.714823+0000 mon.a (mon.0) 364 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T06:56:27.083 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:26 smithi063 bash[21584]: cluster 2024-05-06T06:56:26.043347+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T06:56:27.083 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:26 smithi063 bash[21584]: cluster 2024-05-06T06:56:26.043347+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T06:56:27.083 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:26 smithi063 bash[21584]: audit 2024-05-06T06:56:26.424291+0000 mon.b (mon.1) 7 : audit [DBG] from='client.? 172.21.15.110:0/156855700' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T06:56:27.083 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:26 smithi063 bash[21584]: audit 2024-05-06T06:56:26.424291+0000 mon.b (mon.1) 7 : audit [DBG] from='client.? 172.21.15.110:0/156855700' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T06:56:29.396 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:29 smithi110 bash[22399]: cluster 2024-05-06T06:56:28.043876+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T06:56:29.396 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:29 smithi110 bash[22399]: cluster 2024-05-06T06:56:28.043876+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T06:56:29.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:29 smithi063 bash[21584]: cluster 2024-05-06T06:56:28.043876+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T06:56:29.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:29 smithi063 bash[21584]: cluster 2024-05-06T06:56:28.043876+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T06:56:31.396 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:31 smithi110 bash[22399]: cluster 2024-05-06T06:56:30.044457+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T06:56:31.396 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:31 smithi110 bash[22399]: cluster 2024-05-06T06:56:30.044457+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T06:56:31.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:31 smithi063 bash[21584]: cluster 2024-05-06T06:56:30.044457+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T06:56:31.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:31 smithi063 bash[21584]: cluster 2024-05-06T06:56:30.044457+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T06:56:33.897 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:33 smithi110 bash[22399]: cluster 2024-05-06T06:56:32.045045+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T06:56:33.897 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:33 smithi110 bash[22399]: cluster 2024-05-06T06:56:32.045045+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T06:56:33.897 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:33 smithi110 bash[22399]: audit 2024-05-06T06:56:32.586885+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:33.897 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:33 smithi110 bash[22399]: audit 2024-05-06T06:56:32.586885+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:33.897 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:33 smithi110 bash[22399]: audit 2024-05-06T06:56:32.591581+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:33.897 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:33 smithi110 bash[22399]: audit 2024-05-06T06:56:32.591581+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:33.897 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:33 smithi110 bash[22399]: audit 2024-05-06T06:56:32.601077+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:33.897 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:33 smithi110 bash[22399]: audit 2024-05-06T06:56:32.601077+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:34.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:33 smithi063 bash[21584]: cluster 2024-05-06T06:56:32.045045+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T06:56:34.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:33 smithi063 bash[21584]: cluster 2024-05-06T06:56:32.045045+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T06:56:34.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:33 smithi063 bash[21584]: audit 2024-05-06T06:56:32.586885+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:34.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:33 smithi063 bash[21584]: audit 2024-05-06T06:56:32.586885+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:34.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:33 smithi063 bash[21584]: audit 2024-05-06T06:56:32.591581+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:34.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:33 smithi063 bash[21584]: audit 2024-05-06T06:56:32.591581+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:34.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:33 smithi063 bash[21584]: audit 2024-05-06T06:56:32.601077+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:34.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:33 smithi063 bash[21584]: audit 2024-05-06T06:56:32.601077+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:35.871 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:35 smithi110 bash[22399]: cluster 2024-05-06T06:56:34.045524+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T06:56:35.871 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:35 smithi110 bash[22399]: cluster 2024-05-06T06:56:34.045524+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T06:56:36.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:35 smithi063 bash[21584]: cluster 2024-05-06T06:56:34.045524+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T06:56:36.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:35 smithi063 bash[21584]: cluster 2024-05-06T06:56:34.045524+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T06:56:37.896 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:37 smithi110 bash[22399]: cluster 2024-05-06T06:56:36.045914+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T06:56:37.896 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:37 smithi110 bash[22399]: cluster 2024-05-06T06:56:36.045914+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T06:56:38.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:37 smithi063 bash[21584]: cluster 2024-05-06T06:56:36.045914+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T06:56:38.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:37 smithi063 bash[21584]: cluster 2024-05-06T06:56:36.045914+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T06:56:39.896 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:39 smithi110 bash[22399]: cluster 2024-05-06T06:56:38.046364+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T06:56:39.896 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:39 smithi110 bash[22399]: cluster 2024-05-06T06:56:38.046364+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T06:56:39.897 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:39 smithi110 bash[22399]: audit 2024-05-06T06:56:38.746075+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-06T06:56:39.897 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:39 smithi110 bash[22399]: audit 2024-05-06T06:56:38.746075+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-06T06:56:39.897 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:39 smithi110 bash[22399]: audit 2024-05-06T06:56:38.747910+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:56:39.897 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:39 smithi110 bash[22399]: audit 2024-05-06T06:56:38.747910+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:56:39.897 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:39 smithi110 bash[22399]: audit 2024-05-06T06:56:38.883510+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:39.897 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:39 smithi110 bash[22399]: audit 2024-05-06T06:56:38.883510+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:39.897 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:39 smithi110 bash[22399]: audit 2024-05-06T06:56:38.892231+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:39.897 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:39 smithi110 bash[22399]: audit 2024-05-06T06:56:38.892231+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:39.897 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:39 smithi110 bash[22399]: audit 2024-05-06T06:56:38.902450+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:39.897 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:39 smithi110 bash[22399]: audit 2024-05-06T06:56:38.902450+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:40.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:39 smithi063 bash[21584]: cluster 2024-05-06T06:56:38.046364+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T06:56:40.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:39 smithi063 bash[21584]: cluster 2024-05-06T06:56:38.046364+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T06:56:40.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:39 smithi063 bash[21584]: audit 2024-05-06T06:56:38.746075+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-06T06:56:40.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:39 smithi063 bash[21584]: audit 2024-05-06T06:56:38.746075+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-06T06:56:40.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:39 smithi063 bash[21584]: audit 2024-05-06T06:56:38.747910+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:56:40.083 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:39 smithi063 bash[21584]: audit 2024-05-06T06:56:38.747910+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:56:40.083 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:39 smithi063 bash[21584]: audit 2024-05-06T06:56:38.883510+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:40.083 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:39 smithi063 bash[21584]: audit 2024-05-06T06:56:38.883510+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:40.083 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:39 smithi063 bash[21584]: audit 2024-05-06T06:56:38.892231+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:40.083 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:39 smithi063 bash[21584]: audit 2024-05-06T06:56:38.892231+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:40.083 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:39 smithi063 bash[21584]: audit 2024-05-06T06:56:38.902450+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:40.083 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:39 smithi063 bash[21584]: audit 2024-05-06T06:56:38.902450+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:40.896 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:40 smithi110 bash[22399]: cephadm 2024-05-06T06:56:38.749464+0000 mgr.a (mgr.14152) 136 : cephadm [INF] Deploying daemon osd.1 on smithi110 2024-05-06T06:56:40.896 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:40 smithi110 bash[22399]: cephadm 2024-05-06T06:56:38.749464+0000 mgr.a (mgr.14152) 136 : cephadm [INF] Deploying daemon osd.1 on smithi110 2024-05-06T06:56:41.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:40 smithi063 bash[21584]: cephadm 2024-05-06T06:56:38.749464+0000 mgr.a (mgr.14152) 136 : cephadm [INF] Deploying daemon osd.1 on smithi110 2024-05-06T06:56:41.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:40 smithi063 bash[21584]: cephadm 2024-05-06T06:56:38.749464+0000 mgr.a (mgr.14152) 136 : cephadm [INF] Deploying daemon osd.1 on smithi110 2024-05-06T06:56:41.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:41 smithi063 bash[21584]: cluster 2024-05-06T06:56:40.046782+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T06:56:41.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:41 smithi063 bash[21584]: cluster 2024-05-06T06:56:40.046782+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T06:56:41.896 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:41 smithi110 bash[22399]: cluster 2024-05-06T06:56:40.046782+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T06:56:41.896 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:41 smithi110 bash[22399]: cluster 2024-05-06T06:56:40.046782+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T06:56:43.876 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:43 smithi063 bash[21584]: cluster 2024-05-06T06:56:42.047286+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T06:56:43.876 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:43 smithi063 bash[21584]: cluster 2024-05-06T06:56:42.047286+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T06:56:43.896 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:43 smithi110 bash[22399]: cluster 2024-05-06T06:56:42.047286+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T06:56:43.896 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:43 smithi110 bash[22399]: cluster 2024-05-06T06:56:42.047286+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T06:56:44.690 INFO:journalctl@ceph.mgr.b.smithi110.stdout:May 06 06:56:44 smithi110 systemd[1]: /etc/systemd/system/ceph-fac46718-0b74-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-06T06:56:44.691 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:44 smithi110 systemd[1]: /etc/systemd/system/ceph-fac46718-0b74-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-06T06:56:44.691 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:44 smithi110 bash[22399]: cluster 2024-05-06T06:56:44.047812+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T06:56:44.691 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:44 smithi110 bash[22399]: cluster 2024-05-06T06:56:44.047812+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T06:56:44.943 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:44 smithi110 systemd[1]: /etc/systemd/system/ceph-fac46718-0b74-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-06T06:56:44.944 INFO:journalctl@ceph.mgr.b.smithi110.stdout:May 06 06:56:44 smithi110 systemd[1]: /etc/systemd/system/ceph-fac46718-0b74-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-06T06:56:45.081 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:44 smithi063 bash[21584]: cluster 2024-05-06T06:56:44.047812+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T06:56:45.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:44 smithi063 bash[21584]: cluster 2024-05-06T06:56:44.047812+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T06:56:46.150 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:45 smithi110 bash[22399]: audit 2024-05-06T06:56:44.945562+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:46.150 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:45 smithi110 bash[22399]: audit 2024-05-06T06:56:44.945562+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:46.150 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:45 smithi110 bash[22399]: audit 2024-05-06T06:56:44.954026+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:46.151 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:45 smithi110 bash[22399]: audit 2024-05-06T06:56:44.954026+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:46.151 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:45 smithi110 bash[22399]: audit 2024-05-06T06:56:44.973198+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T06:56:46.151 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:45 smithi110 bash[22399]: audit 2024-05-06T06:56:44.973198+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T06:56:46.151 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:45 smithi110 bash[22399]: audit 2024-05-06T06:56:44.982016+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:56:46.151 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:45 smithi110 bash[22399]: audit 2024-05-06T06:56:44.982016+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:56:46.151 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:45 smithi110 bash[22399]: audit 2024-05-06T06:56:44.985397+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T06:56:46.151 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:45 smithi110 bash[22399]: audit 2024-05-06T06:56:44.985397+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T06:56:46.151 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:45 smithi110 bash[22399]: audit 2024-05-06T06:56:44.998494+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:46.151 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:45 smithi110 bash[22399]: audit 2024-05-06T06:56:44.998494+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:46.332 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:45 smithi063 bash[21584]: audit 2024-05-06T06:56:44.945562+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:46.332 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:45 smithi063 bash[21584]: audit 2024-05-06T06:56:44.945562+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:46.332 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:45 smithi063 bash[21584]: audit 2024-05-06T06:56:44.954026+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:46.332 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:45 smithi063 bash[21584]: audit 2024-05-06T06:56:44.954026+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:46.332 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:45 smithi063 bash[21584]: audit 2024-05-06T06:56:44.973198+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T06:56:46.333 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:45 smithi063 bash[21584]: audit 2024-05-06T06:56:44.973198+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T06:56:46.333 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:45 smithi063 bash[21584]: audit 2024-05-06T06:56:44.982016+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:56:46.333 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:45 smithi063 bash[21584]: audit 2024-05-06T06:56:44.982016+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:56:46.333 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:45 smithi063 bash[21584]: audit 2024-05-06T06:56:44.985397+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T06:56:46.333 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:45 smithi063 bash[21584]: audit 2024-05-06T06:56:44.985397+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T06:56:46.333 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:45 smithi063 bash[21584]: audit 2024-05-06T06:56:44.998494+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:46.333 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:45 smithi063 bash[21584]: audit 2024-05-06T06:56:44.998494+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:47.332 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:46 smithi063 bash[21584]: cluster 2024-05-06T06:56:46.048286+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T06:56:47.332 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:46 smithi063 bash[21584]: cluster 2024-05-06T06:56:46.048286+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T06:56:47.396 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:46 smithi110 bash[22399]: cluster 2024-05-06T06:56:46.048286+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T06:56:47.396 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:46 smithi110 bash[22399]: cluster 2024-05-06T06:56:46.048286+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T06:56:49.396 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:49 smithi110 bash[22399]: cluster 2024-05-06T06:56:48.048747+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T06:56:49.396 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:49 smithi110 bash[22399]: cluster 2024-05-06T06:56:48.048747+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T06:56:49.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:49 smithi063 bash[21584]: cluster 2024-05-06T06:56:48.048747+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T06:56:49.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:49 smithi063 bash[21584]: cluster 2024-05-06T06:56:48.048747+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T06:56:51.332 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:51 smithi063 bash[21584]: cluster 2024-05-06T06:56:50.049214+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T06:56:51.332 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:51 smithi063 bash[21584]: cluster 2024-05-06T06:56:50.049214+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T06:56:51.396 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:51 smithi110 bash[22399]: cluster 2024-05-06T06:56:50.049214+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T06:56:51.396 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:51 smithi110 bash[22399]: cluster 2024-05-06T06:56:50.049214+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T06:56:52.396 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:52 smithi110 bash[22399]: audit 2024-05-06T06:56:51.443211+0000 mon.b (mon.1) 8 : audit [INF] from='osd.1 [v2:172.21.15.110:6800/3037975394,v1:172.21.15.110:6801/3037975394]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-06T06:56:52.396 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:52 smithi110 bash[22399]: audit 2024-05-06T06:56:51.443211+0000 mon.b (mon.1) 8 : audit [INF] from='osd.1 [v2:172.21.15.110:6800/3037975394,v1:172.21.15.110:6801/3037975394]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-06T06:56:52.396 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:52 smithi110 bash[22399]: audit 2024-05-06T06:56:51.443638+0000 mon.a (mon.0) 379 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-06T06:56:52.396 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:52 smithi110 bash[22399]: audit 2024-05-06T06:56:51.443638+0000 mon.a (mon.0) 379 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-06T06:56:52.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:52 smithi063 bash[21584]: audit 2024-05-06T06:56:51.443211+0000 mon.b (mon.1) 8 : audit [INF] from='osd.1 [v2:172.21.15.110:6800/3037975394,v1:172.21.15.110:6801/3037975394]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-06T06:56:52.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:52 smithi063 bash[21584]: audit 2024-05-06T06:56:51.443211+0000 mon.b (mon.1) 8 : audit [INF] from='osd.1 [v2:172.21.15.110:6800/3037975394,v1:172.21.15.110:6801/3037975394]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-06T06:56:52.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:52 smithi063 bash[21584]: audit 2024-05-06T06:56:51.443638+0000 mon.a (mon.0) 379 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-06T06:56:52.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:52 smithi063 bash[21584]: audit 2024-05-06T06:56:51.443638+0000 mon.a (mon.0) 379 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-06T06:56:53.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:53 smithi110 bash[22399]: cluster 2024-05-06T06:56:52.049751+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T06:56:53.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:53 smithi110 bash[22399]: cluster 2024-05-06T06:56:52.049751+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T06:56:53.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:53 smithi110 bash[22399]: audit 2024-05-06T06:56:52.119113+0000 mon.a (mon.0) 380 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-05-06T06:56:53.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:53 smithi110 bash[22399]: audit 2024-05-06T06:56:52.119113+0000 mon.a (mon.0) 380 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-05-06T06:56:53.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:53 smithi110 bash[22399]: cluster 2024-05-06T06:56:52.124253+0000 mon.a (mon.0) 381 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-05-06T06:56:53.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:53 smithi110 bash[22399]: cluster 2024-05-06T06:56:52.124253+0000 mon.a (mon.0) 381 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-05-06T06:56:53.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:53 smithi110 bash[22399]: audit 2024-05-06T06:56:52.124736+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T06:56:53.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:53 smithi110 bash[22399]: audit 2024-05-06T06:56:52.124736+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T06:56:53.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:53 smithi110 bash[22399]: audit 2024-05-06T06:56:52.124798+0000 mon.b (mon.1) 9 : audit [INF] from='osd.1 [v2:172.21.15.110:6800/3037975394,v1:172.21.15.110:6801/3037975394]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]: dispatch 2024-05-06T06:56:53.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:53 smithi110 bash[22399]: audit 2024-05-06T06:56:52.124798+0000 mon.b (mon.1) 9 : audit [INF] from='osd.1 [v2:172.21.15.110:6800/3037975394,v1:172.21.15.110:6801/3037975394]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]: dispatch 2024-05-06T06:56:53.398 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:53 smithi110 bash[22399]: audit 2024-05-06T06:56:52.125372+0000 mon.a (mon.0) 383 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]: dispatch 2024-05-06T06:56:53.398 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:53 smithi110 bash[22399]: audit 2024-05-06T06:56:52.125372+0000 mon.a (mon.0) 383 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]: dispatch 2024-05-06T06:56:53.398 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:53 smithi110 bash[22399]: audit 2024-05-06T06:56:52.809186+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:53.398 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:53 smithi110 bash[22399]: audit 2024-05-06T06:56:52.809186+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:53.398 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:53 smithi110 bash[22399]: audit 2024-05-06T06:56:52.818644+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:53.398 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:53 smithi110 bash[22399]: audit 2024-05-06T06:56:52.818644+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:53.398 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:53 smithi110 bash[22399]: audit 2024-05-06T06:56:52.829290+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:53.398 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:53 smithi110 bash[22399]: audit 2024-05-06T06:56:52.829290+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:53.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:53 smithi063 bash[21584]: cluster 2024-05-06T06:56:52.049751+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T06:56:53.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:53 smithi063 bash[21584]: cluster 2024-05-06T06:56:52.049751+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T06:56:53.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:53 smithi063 bash[21584]: audit 2024-05-06T06:56:52.119113+0000 mon.a (mon.0) 380 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-05-06T06:56:53.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:53 smithi063 bash[21584]: audit 2024-05-06T06:56:52.119113+0000 mon.a (mon.0) 380 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-05-06T06:56:53.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:53 smithi063 bash[21584]: cluster 2024-05-06T06:56:52.124253+0000 mon.a (mon.0) 381 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-05-06T06:56:53.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:53 smithi063 bash[21584]: cluster 2024-05-06T06:56:52.124253+0000 mon.a (mon.0) 381 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-05-06T06:56:53.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:53 smithi063 bash[21584]: audit 2024-05-06T06:56:52.124736+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T06:56:53.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:53 smithi063 bash[21584]: audit 2024-05-06T06:56:52.124736+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T06:56:53.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:53 smithi063 bash[21584]: audit 2024-05-06T06:56:52.124798+0000 mon.b (mon.1) 9 : audit [INF] from='osd.1 [v2:172.21.15.110:6800/3037975394,v1:172.21.15.110:6801/3037975394]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]: dispatch 2024-05-06T06:56:53.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:53 smithi063 bash[21584]: audit 2024-05-06T06:56:52.124798+0000 mon.b (mon.1) 9 : audit [INF] from='osd.1 [v2:172.21.15.110:6800/3037975394,v1:172.21.15.110:6801/3037975394]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]: dispatch 2024-05-06T06:56:53.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:53 smithi063 bash[21584]: audit 2024-05-06T06:56:52.125372+0000 mon.a (mon.0) 383 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]: dispatch 2024-05-06T06:56:53.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:53 smithi063 bash[21584]: audit 2024-05-06T06:56:52.125372+0000 mon.a (mon.0) 383 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]: dispatch 2024-05-06T06:56:53.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:53 smithi063 bash[21584]: audit 2024-05-06T06:56:52.809186+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:53.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:53 smithi063 bash[21584]: audit 2024-05-06T06:56:52.809186+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:53.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:53 smithi063 bash[21584]: audit 2024-05-06T06:56:52.818644+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:53.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:53 smithi063 bash[21584]: audit 2024-05-06T06:56:52.818644+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:53.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:53 smithi063 bash[21584]: audit 2024-05-06T06:56:52.829290+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:53.584 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:53 smithi063 bash[21584]: audit 2024-05-06T06:56:52.829290+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:53.817 INFO:teuthology.orchestra.run.smithi110.stdout:Created osd(s) 1 on host 'smithi110' 2024-05-06T06:56:54.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:54 smithi110 bash[22399]: audit 2024-05-06T06:56:53.121174+0000 mon.a (mon.0) 387 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]': finished 2024-05-06T06:56:54.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:54 smithi110 bash[22399]: audit 2024-05-06T06:56:53.121174+0000 mon.a (mon.0) 387 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]': finished 2024-05-06T06:56:54.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:54 smithi110 bash[22399]: cluster 2024-05-06T06:56:53.126500+0000 mon.a (mon.0) 388 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-05-06T06:56:54.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:54 smithi110 bash[22399]: cluster 2024-05-06T06:56:53.126500+0000 mon.a (mon.0) 388 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-05-06T06:56:54.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:54 smithi110 bash[22399]: audit 2024-05-06T06:56:53.127335+0000 mon.a (mon.0) 389 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T06:56:54.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:54 smithi110 bash[22399]: audit 2024-05-06T06:56:53.127335+0000 mon.a (mon.0) 389 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T06:56:54.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:54 smithi110 bash[22399]: audit 2024-05-06T06:56:53.135888+0000 mon.a (mon.0) 390 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T06:56:54.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:54 smithi110 bash[22399]: audit 2024-05-06T06:56:53.135888+0000 mon.a (mon.0) 390 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T06:56:54.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:54 smithi110 bash[22399]: audit 2024-05-06T06:56:53.805070+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:54.398 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:54 smithi110 bash[22399]: audit 2024-05-06T06:56:53.805070+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:54.398 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:54 smithi110 bash[22399]: audit 2024-05-06T06:56:53.813455+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:54.398 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:54 smithi110 bash[22399]: audit 2024-05-06T06:56:53.813455+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:54.398 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:54 smithi110 bash[22399]: audit 2024-05-06T06:56:53.844738+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T06:56:54.398 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:54 smithi110 bash[22399]: audit 2024-05-06T06:56:53.844738+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T06:56:54.398 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:54 smithi110 bash[22399]: audit 2024-05-06T06:56:53.850033+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-05-06T06:56:54.398 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:54 smithi110 bash[22399]: audit 2024-05-06T06:56:53.850033+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-05-06T06:56:54.398 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:54 smithi110 bash[22399]: audit 2024-05-06T06:56:53.857772+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:54.398 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:54 smithi110 bash[22399]: audit 2024-05-06T06:56:53.857772+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:54.398 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:54 smithi110 bash[22399]: audit 2024-05-06T06:56:53.861866+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:56:54.398 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:54 smithi110 bash[22399]: audit 2024-05-06T06:56:53.861866+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:56:54.398 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:54 smithi110 bash[22399]: audit 2024-05-06T06:56:53.863793+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T06:56:54.398 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:54 smithi110 bash[22399]: audit 2024-05-06T06:56:53.863793+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T06:56:54.399 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:54 smithi110 bash[22399]: audit 2024-05-06T06:56:53.872961+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:54.399 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:54 smithi110 bash[22399]: audit 2024-05-06T06:56:53.872961+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:54.453 DEBUG:teuthology.orchestra.run.smithi110:osd.1> sudo journalctl -f -n 0 -u ceph-fac46718-0b74-11ef-bc97-c7b262605968@osd.1.service 2024-05-06T06:56:54.455 INFO:tasks.cephadm:Waiting for 2 OSDs to come up... 2024-05-06T06:56:54.455 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fac46718-0b74-11ef-bc97-c7b262605968 -- ceph osd stat -f json 2024-05-06T06:56:54.467 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:54 smithi063 bash[21584]: audit 2024-05-06T06:56:53.121174+0000 mon.a (mon.0) 387 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]': finished 2024-05-06T06:56:54.467 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:54 smithi063 bash[21584]: audit 2024-05-06T06:56:53.121174+0000 mon.a (mon.0) 387 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]': finished 2024-05-06T06:56:54.468 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:54 smithi063 bash[21584]: cluster 2024-05-06T06:56:53.126500+0000 mon.a (mon.0) 388 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-05-06T06:56:54.468 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:54 smithi063 bash[21584]: cluster 2024-05-06T06:56:53.126500+0000 mon.a (mon.0) 388 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-05-06T06:56:54.468 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:54 smithi063 bash[21584]: audit 2024-05-06T06:56:53.127335+0000 mon.a (mon.0) 389 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T06:56:54.468 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:54 smithi063 bash[21584]: audit 2024-05-06T06:56:53.127335+0000 mon.a (mon.0) 389 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T06:56:54.468 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:54 smithi063 bash[21584]: audit 2024-05-06T06:56:53.135888+0000 mon.a (mon.0) 390 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T06:56:54.468 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:54 smithi063 bash[21584]: audit 2024-05-06T06:56:53.135888+0000 mon.a (mon.0) 390 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T06:56:54.468 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:54 smithi063 bash[21584]: audit 2024-05-06T06:56:53.805070+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:54.468 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:54 smithi063 bash[21584]: audit 2024-05-06T06:56:53.805070+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:54.468 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:54 smithi063 bash[21584]: audit 2024-05-06T06:56:53.813455+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:54.468 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:54 smithi063 bash[21584]: audit 2024-05-06T06:56:53.813455+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:54.468 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:54 smithi063 bash[21584]: audit 2024-05-06T06:56:53.844738+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T06:56:54.468 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:54 smithi063 bash[21584]: audit 2024-05-06T06:56:53.844738+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T06:56:54.468 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:54 smithi063 bash[21584]: audit 2024-05-06T06:56:53.850033+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-05-06T06:56:54.468 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:54 smithi063 bash[21584]: audit 2024-05-06T06:56:53.850033+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-05-06T06:56:54.469 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:54 smithi063 bash[21584]: audit 2024-05-06T06:56:53.857772+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:54.469 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:54 smithi063 bash[21584]: audit 2024-05-06T06:56:53.857772+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:54.469 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:54 smithi063 bash[21584]: audit 2024-05-06T06:56:53.861866+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:56:54.469 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:54 smithi063 bash[21584]: audit 2024-05-06T06:56:53.861866+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:56:54.469 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:54 smithi063 bash[21584]: audit 2024-05-06T06:56:53.863793+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T06:56:54.469 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:54 smithi063 bash[21584]: audit 2024-05-06T06:56:53.863793+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T06:56:54.469 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:54 smithi063 bash[21584]: audit 2024-05-06T06:56:53.872961+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:54.469 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:54 smithi063 bash[21584]: audit 2024-05-06T06:56:53.872961+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:55.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:55 smithi110 bash[22399]: cluster 2024-05-06T06:56:52.454095+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-06T06:56:55.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:55 smithi110 bash[22399]: cluster 2024-05-06T06:56:52.454095+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-06T06:56:55.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:55 smithi110 bash[22399]: cluster 2024-05-06T06:56:52.454205+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-06T06:56:55.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:55 smithi110 bash[22399]: cluster 2024-05-06T06:56:52.454205+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-06T06:56:55.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:55 smithi110 bash[22399]: cephadm 2024-05-06T06:56:53.851575+0000 mgr.a (mgr.14152) 144 : cephadm [INF] Adjusting osd_memory_target on smithi110 to 16241M 2024-05-06T06:56:55.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:55 smithi110 bash[22399]: cephadm 2024-05-06T06:56:53.851575+0000 mgr.a (mgr.14152) 144 : cephadm [INF] Adjusting osd_memory_target on smithi110 to 16241M 2024-05-06T06:56:55.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:55 smithi110 bash[22399]: cluster 2024-05-06T06:56:54.050368+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T06:56:55.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:55 smithi110 bash[22399]: cluster 2024-05-06T06:56:54.050368+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T06:56:55.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:55 smithi110 bash[22399]: audit 2024-05-06T06:56:54.129501+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T06:56:55.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:55 smithi110 bash[22399]: audit 2024-05-06T06:56:54.129501+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T06:56:55.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:55 smithi110 bash[22399]: cluster 2024-05-06T06:56:54.136413+0000 mon.a (mon.0) 400 : cluster [INF] osd.1 [v2:172.21.15.110:6800/3037975394,v1:172.21.15.110:6801/3037975394] boot 2024-05-06T06:56:55.398 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:55 smithi110 bash[22399]: cluster 2024-05-06T06:56:54.136413+0000 mon.a (mon.0) 400 : cluster [INF] osd.1 [v2:172.21.15.110:6800/3037975394,v1:172.21.15.110:6801/3037975394] boot 2024-05-06T06:56:55.398 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:55 smithi110 bash[22399]: cluster 2024-05-06T06:56:54.136489+0000 mon.a (mon.0) 401 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-05-06T06:56:55.398 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:55 smithi110 bash[22399]: cluster 2024-05-06T06:56:54.136489+0000 mon.a (mon.0) 401 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-05-06T06:56:55.398 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:55 smithi110 bash[22399]: audit 2024-05-06T06:56:54.137093+0000 mon.a (mon.0) 402 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T06:56:55.398 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:55 smithi110 bash[22399]: audit 2024-05-06T06:56:54.137093+0000 mon.a (mon.0) 402 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T06:56:55.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:55 smithi063 bash[21584]: cluster 2024-05-06T06:56:52.454095+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-06T06:56:55.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:55 smithi063 bash[21584]: cluster 2024-05-06T06:56:52.454095+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-06T06:56:55.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:55 smithi063 bash[21584]: cluster 2024-05-06T06:56:52.454205+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-06T06:56:55.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:55 smithi063 bash[21584]: cluster 2024-05-06T06:56:52.454205+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-06T06:56:55.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:55 smithi063 bash[21584]: cephadm 2024-05-06T06:56:53.851575+0000 mgr.a (mgr.14152) 144 : cephadm [INF] Adjusting osd_memory_target on smithi110 to 16241M 2024-05-06T06:56:55.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:55 smithi063 bash[21584]: cephadm 2024-05-06T06:56:53.851575+0000 mgr.a (mgr.14152) 144 : cephadm [INF] Adjusting osd_memory_target on smithi110 to 16241M 2024-05-06T06:56:55.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:55 smithi063 bash[21584]: cluster 2024-05-06T06:56:54.050368+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T06:56:55.584 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:55 smithi063 bash[21584]: cluster 2024-05-06T06:56:54.050368+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T06:56:55.584 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:55 smithi063 bash[21584]: audit 2024-05-06T06:56:54.129501+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T06:56:55.584 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:55 smithi063 bash[21584]: audit 2024-05-06T06:56:54.129501+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T06:56:55.584 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:55 smithi063 bash[21584]: cluster 2024-05-06T06:56:54.136413+0000 mon.a (mon.0) 400 : cluster [INF] osd.1 [v2:172.21.15.110:6800/3037975394,v1:172.21.15.110:6801/3037975394] boot 2024-05-06T06:56:55.584 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:55 smithi063 bash[21584]: cluster 2024-05-06T06:56:54.136413+0000 mon.a (mon.0) 400 : cluster [INF] osd.1 [v2:172.21.15.110:6800/3037975394,v1:172.21.15.110:6801/3037975394] boot 2024-05-06T06:56:55.584 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:55 smithi063 bash[21584]: cluster 2024-05-06T06:56:54.136489+0000 mon.a (mon.0) 401 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-05-06T06:56:55.585 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:55 smithi063 bash[21584]: cluster 2024-05-06T06:56:54.136489+0000 mon.a (mon.0) 401 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-05-06T06:56:55.585 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:55 smithi063 bash[21584]: audit 2024-05-06T06:56:54.137093+0000 mon.a (mon.0) 402 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T06:56:55.585 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:55 smithi063 bash[21584]: audit 2024-05-06T06:56:54.137093+0000 mon.a (mon.0) 402 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T06:56:56.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:56 smithi063 bash[21584]: cluster 2024-05-06T06:56:55.154702+0000 mon.a (mon.0) 403 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-05-06T06:56:56.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:56 smithi063 bash[21584]: cluster 2024-05-06T06:56:55.154702+0000 mon.a (mon.0) 403 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-05-06T06:56:56.646 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:56 smithi110 bash[22399]: cluster 2024-05-06T06:56:55.154702+0000 mon.a (mon.0) 403 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-05-06T06:56:56.646 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:56 smithi110 bash[22399]: cluster 2024-05-06T06:56:55.154702+0000 mon.a (mon.0) 403 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-05-06T06:56:57.396 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:57 smithi110 bash[22399]: cluster 2024-05-06T06:56:56.050856+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:56:57.396 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:57 smithi110 bash[22399]: cluster 2024-05-06T06:56:56.050856+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:56:57.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:57 smithi063 bash[21584]: cluster 2024-05-06T06:56:56.050856+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:56:57.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:57 smithi063 bash[21584]: cluster 2024-05-06T06:56:56.050856+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:56:59.185 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/fac46718-0b74-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T06:56:59.396 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:59 smithi110 bash[22399]: cluster 2024-05-06T06:56:58.051339+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:56:59.396 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:59 smithi110 bash[22399]: cluster 2024-05-06T06:56:58.051339+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:56:59.396 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:59 smithi110 bash[22399]: audit 2024-05-06T06:56:59.113608+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:59.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:59 smithi110 bash[22399]: audit 2024-05-06T06:56:59.113608+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:59.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:59 smithi110 bash[22399]: audit 2024-05-06T06:56:59.122579+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:59.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:59 smithi110 bash[22399]: audit 2024-05-06T06:56:59.122579+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:59.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:59 smithi110 bash[22399]: audit 2024-05-06T06:56:59.134806+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:59.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:56:59 smithi110 bash[22399]: audit 2024-05-06T06:56:59.134806+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:59.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:59 smithi063 bash[21584]: cluster 2024-05-06T06:56:58.051339+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:56:59.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:59 smithi063 bash[21584]: cluster 2024-05-06T06:56:58.051339+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:56:59.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:59 smithi063 bash[21584]: audit 2024-05-06T06:56:59.113608+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:59.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:59 smithi063 bash[21584]: audit 2024-05-06T06:56:59.113608+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:59.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:59 smithi063 bash[21584]: audit 2024-05-06T06:56:59.122579+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:59.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:59 smithi063 bash[21584]: audit 2024-05-06T06:56:59.122579+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:59.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:59 smithi063 bash[21584]: audit 2024-05-06T06:56:59.134806+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:56:59.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:56:59 smithi063 bash[21584]: audit 2024-05-06T06:56:59.134806+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:57:00.332 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:00 smithi063 bash[21584]: cephadm 2024-05-06T06:56:59.125804+0000 mgr.a (mgr.14152) 148 : cephadm [INF] Detected new or changed devices on smithi110 2024-05-06T06:57:00.332 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:00 smithi063 bash[21584]: cephadm 2024-05-06T06:56:59.125804+0000 mgr.a (mgr.14152) 148 : cephadm [INF] Detected new or changed devices on smithi110 2024-05-06T06:57:00.332 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:00 smithi063 bash[21584]: audit 2024-05-06T06:56:59.174348+0000 mon.a (mon.0) 407 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T06:57:00.332 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:00 smithi063 bash[21584]: audit 2024-05-06T06:56:59.174348+0000 mon.a (mon.0) 407 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T06:57:00.332 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:00 smithi063 bash[21584]: audit 2024-05-06T06:56:59.179447+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:57:00.333 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:00 smithi063 bash[21584]: audit 2024-05-06T06:56:59.179447+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:57:00.333 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:00 smithi063 bash[21584]: audit 2024-05-06T06:56:59.181302+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T06:57:00.333 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:00 smithi063 bash[21584]: audit 2024-05-06T06:56:59.181302+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T06:57:00.333 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:00 smithi063 bash[21584]: cluster 2024-05-06T06:56:59.184789+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:00.333 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:00 smithi063 bash[21584]: cluster 2024-05-06T06:56:59.184789+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:00.333 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:00 smithi063 bash[21584]: audit 2024-05-06T06:56:59.192283+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:57:00.333 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:00 smithi063 bash[21584]: audit 2024-05-06T06:56:59.192283+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:57:00.646 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:00 smithi110 bash[22399]: cephadm 2024-05-06T06:56:59.125804+0000 mgr.a (mgr.14152) 148 : cephadm [INF] Detected new or changed devices on smithi110 2024-05-06T06:57:00.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:00 smithi110 bash[22399]: cephadm 2024-05-06T06:56:59.125804+0000 mgr.a (mgr.14152) 148 : cephadm [INF] Detected new or changed devices on smithi110 2024-05-06T06:57:00.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:00 smithi110 bash[22399]: audit 2024-05-06T06:56:59.174348+0000 mon.a (mon.0) 407 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T06:57:00.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:00 smithi110 bash[22399]: audit 2024-05-06T06:56:59.174348+0000 mon.a (mon.0) 407 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T06:57:00.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:00 smithi110 bash[22399]: audit 2024-05-06T06:56:59.179447+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:57:00.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:00 smithi110 bash[22399]: audit 2024-05-06T06:56:59.179447+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:57:00.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:00 smithi110 bash[22399]: audit 2024-05-06T06:56:59.181302+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T06:57:00.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:00 smithi110 bash[22399]: audit 2024-05-06T06:56:59.181302+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T06:57:00.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:00 smithi110 bash[22399]: cluster 2024-05-06T06:56:59.184789+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:00.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:00 smithi110 bash[22399]: cluster 2024-05-06T06:56:59.184789+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:00.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:00 smithi110 bash[22399]: audit 2024-05-06T06:56:59.192283+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:57:00.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:00 smithi110 bash[22399]: audit 2024-05-06T06:56:59.192283+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:57:01.461 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:01 smithi063 bash[21584]: cluster 2024-05-06T06:57:00.165855+0000 mon.a (mon.0) 411 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-05-06T06:57:01.462 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:01 smithi063 bash[21584]: cluster 2024-05-06T06:57:00.165855+0000 mon.a (mon.0) 411 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-05-06T06:57:01.646 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:01 smithi110 bash[22399]: cluster 2024-05-06T06:57:00.165855+0000 mon.a (mon.0) 411 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-05-06T06:57:01.646 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:01 smithi110 bash[22399]: cluster 2024-05-06T06:57:00.165855+0000 mon.a (mon.0) 411 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-05-06T06:57:02.332 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:02 smithi063 bash[21584]: cluster 2024-05-06T06:57:01.185194+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:02.332 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:02 smithi063 bash[21584]: cluster 2024-05-06T06:57:01.185194+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:02.332 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:02 smithi063 bash[21584]: audit 2024-05-06T06:57:01.702903+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:57:02.332 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:02 smithi063 bash[21584]: audit 2024-05-06T06:57:01.702903+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:57:02.332 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:02 smithi063 bash[21584]: audit 2024-05-06T06:57:01.713101+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:57:02.332 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:02 smithi063 bash[21584]: audit 2024-05-06T06:57:01.713101+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:57:02.332 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:02 smithi063 bash[21584]: audit 2024-05-06T06:57:01.723584+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:57:02.333 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:02 smithi063 bash[21584]: audit 2024-05-06T06:57:01.723584+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:57:02.333 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:02 smithi063 bash[21584]: audit 2024-05-06T06:57:01.730424+0000 mon.a (mon.0) 415 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T06:57:02.333 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:02 smithi063 bash[21584]: audit 2024-05-06T06:57:01.730424+0000 mon.a (mon.0) 415 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T06:57:02.333 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:02 smithi063 bash[21584]: audit 2024-05-06T06:57:01.735460+0000 mon.a (mon.0) 416 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:57:02.333 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:02 smithi063 bash[21584]: audit 2024-05-06T06:57:01.735460+0000 mon.a (mon.0) 416 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:57:02.333 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:02 smithi063 bash[21584]: audit 2024-05-06T06:57:01.737116+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T06:57:02.333 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:02 smithi063 bash[21584]: audit 2024-05-06T06:57:01.737116+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T06:57:02.333 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:02 smithi063 bash[21584]: audit 2024-05-06T06:57:01.746768+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:57:02.333 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:02 smithi063 bash[21584]: audit 2024-05-06T06:57:01.746768+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:57:02.451 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-06T06:57:02.646 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:02 smithi110 bash[22399]: cluster 2024-05-06T06:57:01.185194+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:02.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:02 smithi110 bash[22399]: cluster 2024-05-06T06:57:01.185194+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:02.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:02 smithi110 bash[22399]: audit 2024-05-06T06:57:01.702903+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:57:02.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:02 smithi110 bash[22399]: audit 2024-05-06T06:57:01.702903+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:57:02.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:02 smithi110 bash[22399]: audit 2024-05-06T06:57:01.713101+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:57:02.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:02 smithi110 bash[22399]: audit 2024-05-06T06:57:01.713101+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:57:02.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:02 smithi110 bash[22399]: audit 2024-05-06T06:57:01.723584+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:57:02.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:02 smithi110 bash[22399]: audit 2024-05-06T06:57:01.723584+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:57:02.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:02 smithi110 bash[22399]: audit 2024-05-06T06:57:01.730424+0000 mon.a (mon.0) 415 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T06:57:02.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:02 smithi110 bash[22399]: audit 2024-05-06T06:57:01.730424+0000 mon.a (mon.0) 415 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T06:57:02.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:02 smithi110 bash[22399]: audit 2024-05-06T06:57:01.735460+0000 mon.a (mon.0) 416 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:57:02.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:02 smithi110 bash[22399]: audit 2024-05-06T06:57:01.735460+0000 mon.a (mon.0) 416 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:57:02.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:02 smithi110 bash[22399]: audit 2024-05-06T06:57:01.737116+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T06:57:02.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:02 smithi110 bash[22399]: audit 2024-05-06T06:57:01.737116+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T06:57:02.648 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:02 smithi110 bash[22399]: audit 2024-05-06T06:57:01.746768+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:57:02.648 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:02 smithi110 bash[22399]: audit 2024-05-06T06:57:01.746768+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:57:03.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:03 smithi063 bash[21584]: cluster 2024-05-06T06:57:01.740374+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:03.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:03 smithi063 bash[21584]: cluster 2024-05-06T06:57:01.740374+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:03.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:03 smithi063 bash[21584]: cluster 2024-05-06T06:57:02.169266+0000 mon.a (mon.0) 419 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-05-06T06:57:03.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:03 smithi063 bash[21584]: cluster 2024-05-06T06:57:02.169266+0000 mon.a (mon.0) 419 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-05-06T06:57:03.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:03 smithi063 bash[21584]: cluster 2024-05-06T06:57:02.169310+0000 mon.a (mon.0) 420 : cluster [INF] Cluster is now healthy 2024-05-06T06:57:03.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:03 smithi063 bash[21584]: cluster 2024-05-06T06:57:02.169310+0000 mon.a (mon.0) 420 : cluster [INF] Cluster is now healthy 2024-05-06T06:57:03.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:03 smithi063 bash[21584]: audit 2024-05-06T06:57:02.452692+0000 mon.a (mon.0) 421 : audit [DBG] from='client.? 172.21.15.63:0/42695782' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-06T06:57:03.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:03 smithi063 bash[21584]: audit 2024-05-06T06:57:02.452692+0000 mon.a (mon.0) 421 : audit [DBG] from='client.? 172.21.15.63:0/42695782' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-06T06:57:03.646 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:03 smithi110 bash[22399]: cluster 2024-05-06T06:57:01.740374+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:03.646 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:03 smithi110 bash[22399]: cluster 2024-05-06T06:57:01.740374+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:03.646 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:03 smithi110 bash[22399]: cluster 2024-05-06T06:57:02.169266+0000 mon.a (mon.0) 419 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-05-06T06:57:03.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:03 smithi110 bash[22399]: cluster 2024-05-06T06:57:02.169266+0000 mon.a (mon.0) 419 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-05-06T06:57:03.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:03 smithi110 bash[22399]: cluster 2024-05-06T06:57:02.169310+0000 mon.a (mon.0) 420 : cluster [INF] Cluster is now healthy 2024-05-06T06:57:03.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:03 smithi110 bash[22399]: cluster 2024-05-06T06:57:02.169310+0000 mon.a (mon.0) 420 : cluster [INF] Cluster is now healthy 2024-05-06T06:57:03.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:03 smithi110 bash[22399]: audit 2024-05-06T06:57:02.452692+0000 mon.a (mon.0) 421 : audit [DBG] from='client.? 172.21.15.63:0/42695782' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-06T06:57:03.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:03 smithi110 bash[22399]: audit 2024-05-06T06:57:02.452692+0000 mon.a (mon.0) 421 : audit [DBG] from='client.? 172.21.15.63:0/42695782' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-06T06:57:03.648 INFO:teuthology.orchestra.run.smithi063.stdout:{"epoch":14,"num_osds":2,"num_up_osds":2,"osd_up_since":1714978614,"num_in_osds":2,"osd_in_since":1714978585,"num_remapped_pgs":0} 2024-05-06T06:57:03.648 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell --fsid fac46718-0b74-11ef-bc97-c7b262605968 -- ceph osd dump --format=json 2024-05-06T06:57:05.446 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:05 smithi063 bash[21584]: cluster 2024-05-06T06:57:03.741057+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:05.446 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:05 smithi063 bash[21584]: cluster 2024-05-06T06:57:03.741057+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:05.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:05 smithi110 bash[22399]: cluster 2024-05-06T06:57:03.741057+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:05.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:05 smithi110 bash[22399]: cluster 2024-05-06T06:57:03.741057+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:07.581 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:07 smithi063 bash[21584]: cluster 2024-05-06T06:57:05.741520+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:07.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:07 smithi063 bash[21584]: cluster 2024-05-06T06:57:05.741520+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:07.646 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:07 smithi110 bash[22399]: cluster 2024-05-06T06:57:05.741520+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:07.646 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:07 smithi110 bash[22399]: cluster 2024-05-06T06:57:05.741520+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:08.533 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/fac46718-0b74-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T06:57:09.450 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:09 smithi063 bash[21584]: cluster 2024-05-06T06:57:07.742000+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:09.451 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:09 smithi063 bash[21584]: cluster 2024-05-06T06:57:07.742000+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:09.646 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:09 smithi110 bash[22399]: cluster 2024-05-06T06:57:07.742000+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:09.646 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:09 smithi110 bash[22399]: cluster 2024-05-06T06:57:07.742000+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:11.166 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-06T06:57:11.167 INFO:teuthology.orchestra.run.smithi063.stdout:{"epoch":14,"fsid":"fac46718-0b74-11ef-bc97-c7b262605968","created":"2024-05-06T06:52:22.731199+0000","modified":"2024-05-06T06:56:55.138695+0000","last_up_change":"2024-05-06T06:56:54.128481+0000","last_in_change":"2024-05-06T06:56:25.706733+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":"99e8c140-162d-48f3-a47a-9e4a2cc6d868","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.63:6802","nonce":3215567953},{"type":"v1","addr":"172.21.15.63:6803","nonce":3215567953}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6804","nonce":3215567953},{"type":"v1","addr":"172.21.15.63:6805","nonce":3215567953}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6808","nonce":3215567953},{"type":"v1","addr":"172.21.15.63:6809","nonce":3215567953}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6806","nonce":3215567953},{"type":"v1","addr":"172.21.15.63:6807","nonce":3215567953}]},"public_addr":"172.21.15.63:6803/3215567953","cluster_addr":"172.21.15.63:6805/3215567953","heartbeat_back_addr":"172.21.15.63:6809/3215567953","heartbeat_front_addr":"172.21.15.63:6807/3215567953","state":["exists","up"]},{"osd":1,"uuid":"463284d5-c483-4fc7-b9b6-58e11de4b275","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.110:6800","nonce":3037975394},{"type":"v1","addr":"172.21.15.110:6801","nonce":3037975394}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6802","nonce":3037975394},{"type":"v1","addr":"172.21.15.110:6803","nonce":3037975394}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6806","nonce":3037975394},{"type":"v1","addr":"172.21.15.110:6807","nonce":3037975394}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6804","nonce":3037975394},{"type":"v1","addr":"172.21.15.110:6805","nonce":3037975394}]},"public_addr":"172.21.15.110:6801/3037975394","cluster_addr":"172.21.15.110:6803/3037975394","heartbeat_back_addr":"172.21.15.110:6807/3037975394","heartbeat_front_addr":"172.21.15.110:6805/3037975394","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-06T06:55:59.281592+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-06T06:56:52.454210+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.63:6801/1083879402":"2024-05-07T06:53:31.224919+0000","172.21.15.63:6800/1083879402":"2024-05-07T06:53:31.224919+0000","172.21.15.63:0/403243710":"2024-05-07T06:53:31.224919+0000","172.21.15.63:0/3335534251":"2024-05-07T06:52:55.476325+0000","172.21.15.63:0/953329342":"2024-05-07T06:53:31.224919+0000","172.21.15.63:0/338534271":"2024-05-07T06:52:55.476325+0000","172.21.15.63:6801/41642416":"2024-05-07T06:52:55.476325+0000","172.21.15.63:0/1554715625":"2024-05-07T06:52:55.476325+0000","172.21.15.63:6800/41642416":"2024-05-07T06:52:55.476325+0000","172.21.15.63:0/607350445":"2024-05-07T06:53:31.224919+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-06T06:57:11.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:11 smithi063 bash[21584]: cluster 2024-05-06T06:57:09.742538+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:11.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:11 smithi063 bash[21584]: cluster 2024-05-06T06:57:09.742538+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:11.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:11 smithi063 bash[21584]: audit 2024-05-06T06:57:11.167402+0000 mon.a (mon.0) 422 : audit [DBG] from='client.? 172.21.15.63:0/927225632' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-06T06:57:11.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:11 smithi063 bash[21584]: audit 2024-05-06T06:57:11.167402+0000 mon.a (mon.0) 422 : audit [DBG] from='client.? 172.21.15.63:0/927225632' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-06T06:57:11.646 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:11 smithi110 bash[22399]: cluster 2024-05-06T06:57:09.742538+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:11.646 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:11 smithi110 bash[22399]: cluster 2024-05-06T06:57:09.742538+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:11.646 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:11 smithi110 bash[22399]: audit 2024-05-06T06:57:11.167402+0000 mon.a (mon.0) 422 : audit [DBG] from='client.? 172.21.15.63:0/927225632' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-06T06:57:11.646 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:11 smithi110 bash[22399]: audit 2024-05-06T06:57:11.167402+0000 mon.a (mon.0) 422 : audit [DBG] from='client.? 172.21.15.63:0/927225632' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-06T06:57:11.792 INFO:tasks.cephadm.ceph_manager.ceph:[] 2024-05-06T06:57:11.792 INFO:tasks.cephadm:Setting up client nodes... 2024-05-06T06:57:11.793 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-05-06T06:57:11.793 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-05-06T06:57:11.793 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell --fsid fac46718-0b74-11ef-bc97-c7b262605968 -- ceph mgr dump --format=json 2024-05-06T06:57:13.332 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:13 smithi063 bash[21584]: cluster 2024-05-06T06:57:11.743032+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:13.332 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:13 smithi063 bash[21584]: cluster 2024-05-06T06:57:11.743032+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:13.332 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:13 smithi063 bash[21584]: audit 2024-05-06T06:57:13.029756+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:57:13.332 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:13 smithi063 bash[21584]: audit 2024-05-06T06:57:13.029756+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:57:13.332 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:13 smithi063 bash[21584]: audit 2024-05-06T06:57:13.038378+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:57:13.332 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:13 smithi063 bash[21584]: audit 2024-05-06T06:57:13.038378+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:57:13.332 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:13 smithi063 bash[21584]: audit 2024-05-06T06:57:13.048066+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:57:13.333 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:13 smithi063 bash[21584]: audit 2024-05-06T06:57:13.048066+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:57:13.646 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:13 smithi110 bash[22399]: cluster 2024-05-06T06:57:11.743032+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:13.646 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:13 smithi110 bash[22399]: cluster 2024-05-06T06:57:11.743032+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:13.646 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:13 smithi110 bash[22399]: audit 2024-05-06T06:57:13.029756+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:57:13.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:13 smithi110 bash[22399]: audit 2024-05-06T06:57:13.029756+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:57:13.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:13 smithi110 bash[22399]: audit 2024-05-06T06:57:13.038378+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:57:13.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:13 smithi110 bash[22399]: audit 2024-05-06T06:57:13.038378+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:57:13.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:13 smithi110 bash[22399]: audit 2024-05-06T06:57:13.048066+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:57:13.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:13 smithi110 bash[22399]: audit 2024-05-06T06:57:13.048066+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:57:15.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:15 smithi063 bash[21584]: cluster 2024-05-06T06:57:13.743493+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:15.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:15 smithi063 bash[21584]: cluster 2024-05-06T06:57:13.743493+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:15.646 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:15 smithi110 bash[22399]: cluster 2024-05-06T06:57:13.743493+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:15.646 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:15 smithi110 bash[22399]: cluster 2024-05-06T06:57:13.743493+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:16.512 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/fac46718-0b74-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T06:57:17.506 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:17 smithi063 bash[21584]: cluster 2024-05-06T06:57:15.743966+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:17.506 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:17 smithi063 bash[21584]: cluster 2024-05-06T06:57:15.743966+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:17.589 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:17 smithi110 bash[22399]: cluster 2024-05-06T06:57:15.743966+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:17.589 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:17 smithi110 bash[22399]: cluster 2024-05-06T06:57:15.743966+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:19.236 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-06T06:57:19.396 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:19 smithi110 bash[22399]: cluster 2024-05-06T06:57:17.744478+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:19.396 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:19 smithi110 bash[22399]: cluster 2024-05-06T06:57:17.744478+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:19.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:19 smithi063 bash[21584]: cluster 2024-05-06T06:57:17.744478+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:19.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:19 smithi063 bash[21584]: cluster 2024-05-06T06:57:17.744478+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:19.903 INFO:teuthology.orchestra.run.smithi063.stdout:{"epoch":14,"flags":0,"active_gid":14152,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6800","nonce":4289843061},{"type":"v1","addr":"172.21.15.63:6801","nonce":4289843061}]},"active_addr":"172.21.15.63:6801/4289843061","active_change":"2024-05-06T06:53:31.225147+0000","active_mgr_features":4540701547738038271,"available":true,"standbys":[{"gid":24105,"name":"b","mgr_features":4540701547738038271,"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"1","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:9.4.12","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.2.1","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MANAGED_BY_CLUSTERS":{"name":"MANAGED_BY_CLUSTERS","type":"str","level":"advanced","flags":0,"default_value":"[]","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","type":"str","level":"advanced","flags":0,"default_value":"{}","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"smb","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"update_orchestration":{"name":"update_orchestration","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically update orchestration when smb resources are changed","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}]}],"modules":["cephadm","dashboard","iostat","nfs","restful"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"1","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:9.4.12","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.2.1","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MANAGED_BY_CLUSTERS":{"name":"MANAGED_BY_CLUSTERS","type":"str","level":"advanced","flags":0,"default_value":"[]","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","type":"str","level":"advanced","flags":0,"default_value":"{}","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"smb","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"update_orchestration":{"name":"update_orchestration","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically update orchestration when smb resources are changed","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://172.21.15.63: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.63:0","nonce":3454050228}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.63:0","nonce":2522965057}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.63:0","nonce":1239110337}]}]} 2024-05-06T06:57:19.910 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-05-06T06:57:19.910 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-05-06T06:57:19.913 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell --fsid fac46718-0b74-11ef-bc97-c7b262605968 -- ceph osd dump --format=json 2024-05-06T06:57:20.581 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:20 smithi063 bash[21584]: audit 2024-05-06T06:57:19.231960+0000 mon.a (mon.0) 426 : audit [DBG] from='client.? 172.21.15.63:0/854070516' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-05-06T06:57:20.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:20 smithi063 bash[21584]: audit 2024-05-06T06:57:19.231960+0000 mon.a (mon.0) 426 : audit [DBG] from='client.? 172.21.15.63:0/854070516' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-05-06T06:57:20.646 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:20 smithi110 bash[22399]: audit 2024-05-06T06:57:19.231960+0000 mon.a (mon.0) 426 : audit [DBG] from='client.? 172.21.15.63:0/854070516' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-05-06T06:57:20.646 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:20 smithi110 bash[22399]: audit 2024-05-06T06:57:19.231960+0000 mon.a (mon.0) 426 : audit [DBG] from='client.? 172.21.15.63:0/854070516' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-05-06T06:57:21.396 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:21 smithi110 bash[22399]: cluster 2024-05-06T06:57:19.744944+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:21.396 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:21 smithi110 bash[22399]: cluster 2024-05-06T06:57:19.744944+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:21.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:21 smithi063 bash[21584]: cluster 2024-05-06T06:57:19.744944+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:21.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:21 smithi063 bash[21584]: cluster 2024-05-06T06:57:19.744944+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:22.332 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:22 smithi063 bash[21584]: audit 2024-05-06T06:57:21.225673+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:57:22.332 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:22 smithi063 bash[21584]: audit 2024-05-06T06:57:21.225673+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:57:22.332 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:22 smithi063 bash[21584]: audit 2024-05-06T06:57:21.239203+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:57:22.332 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:22 smithi063 bash[21584]: audit 2024-05-06T06:57:21.239203+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:57:22.332 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:22 smithi063 bash[21584]: audit 2024-05-06T06:57:21.250746+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:57:22.332 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:22 smithi063 bash[21584]: audit 2024-05-06T06:57:21.250746+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:57:22.646 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:22 smithi110 bash[22399]: audit 2024-05-06T06:57:21.225673+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:57:22.646 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:22 smithi110 bash[22399]: audit 2024-05-06T06:57:21.225673+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:57:22.646 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:22 smithi110 bash[22399]: audit 2024-05-06T06:57:21.239203+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:57:22.646 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:22 smithi110 bash[22399]: audit 2024-05-06T06:57:21.239203+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:57:22.646 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:22 smithi110 bash[22399]: audit 2024-05-06T06:57:21.250746+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:57:22.646 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:22 smithi110 bash[22399]: audit 2024-05-06T06:57:21.250746+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:57:23.581 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:23 smithi063 bash[21584]: cluster 2024-05-06T06:57:21.745426+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:23.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:23 smithi063 bash[21584]: cluster 2024-05-06T06:57:21.745426+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:23.646 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:23 smithi110 bash[22399]: cluster 2024-05-06T06:57:21.745426+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:23.646 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:23 smithi110 bash[22399]: cluster 2024-05-06T06:57:21.745426+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:24.642 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/fac46718-0b74-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T06:57:25.581 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:25 smithi063 bash[21584]: cluster 2024-05-06T06:57:23.745942+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:25.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:25 smithi063 bash[21584]: cluster 2024-05-06T06:57:23.745942+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:25.646 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:25 smithi110 bash[22399]: cluster 2024-05-06T06:57:23.745942+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:25.646 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:25 smithi110 bash[22399]: cluster 2024-05-06T06:57:23.745942+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:27.581 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:27 smithi063 bash[21584]: cluster 2024-05-06T06:57:25.746516+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:27.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:27 smithi063 bash[21584]: cluster 2024-05-06T06:57:25.746516+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:27.646 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:27 smithi110 bash[22399]: cluster 2024-05-06T06:57:25.746516+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:27.646 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:27 smithi110 bash[22399]: cluster 2024-05-06T06:57:25.746516+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:27.709 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-06T06:57:27.709 INFO:teuthology.orchestra.run.smithi063.stdout:{"epoch":14,"fsid":"fac46718-0b74-11ef-bc97-c7b262605968","created":"2024-05-06T06:52:22.731199+0000","modified":"2024-05-06T06:56:55.138695+0000","last_up_change":"2024-05-06T06:56:54.128481+0000","last_in_change":"2024-05-06T06:56:25.706733+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":"99e8c140-162d-48f3-a47a-9e4a2cc6d868","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.63:6802","nonce":3215567953},{"type":"v1","addr":"172.21.15.63:6803","nonce":3215567953}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6804","nonce":3215567953},{"type":"v1","addr":"172.21.15.63:6805","nonce":3215567953}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6808","nonce":3215567953},{"type":"v1","addr":"172.21.15.63:6809","nonce":3215567953}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6806","nonce":3215567953},{"type":"v1","addr":"172.21.15.63:6807","nonce":3215567953}]},"public_addr":"172.21.15.63:6803/3215567953","cluster_addr":"172.21.15.63:6805/3215567953","heartbeat_back_addr":"172.21.15.63:6809/3215567953","heartbeat_front_addr":"172.21.15.63:6807/3215567953","state":["exists","up"]},{"osd":1,"uuid":"463284d5-c483-4fc7-b9b6-58e11de4b275","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.110:6800","nonce":3037975394},{"type":"v1","addr":"172.21.15.110:6801","nonce":3037975394}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6802","nonce":3037975394},{"type":"v1","addr":"172.21.15.110:6803","nonce":3037975394}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6806","nonce":3037975394},{"type":"v1","addr":"172.21.15.110:6807","nonce":3037975394}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6804","nonce":3037975394},{"type":"v1","addr":"172.21.15.110:6805","nonce":3037975394}]},"public_addr":"172.21.15.110:6801/3037975394","cluster_addr":"172.21.15.110:6803/3037975394","heartbeat_back_addr":"172.21.15.110:6807/3037975394","heartbeat_front_addr":"172.21.15.110:6805/3037975394","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-06T06:55:59.281592+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-06T06:56:52.454210+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.63:6801/1083879402":"2024-05-07T06:53:31.224919+0000","172.21.15.63:6800/1083879402":"2024-05-07T06:53:31.224919+0000","172.21.15.63:0/403243710":"2024-05-07T06:53:31.224919+0000","172.21.15.63:0/3335534251":"2024-05-07T06:52:55.476325+0000","172.21.15.63:0/953329342":"2024-05-07T06:53:31.224919+0000","172.21.15.63:0/338534271":"2024-05-07T06:52:55.476325+0000","172.21.15.63:6801/41642416":"2024-05-07T06:52:55.476325+0000","172.21.15.63:0/1554715625":"2024-05-07T06:52:55.476325+0000","172.21.15.63:6800/41642416":"2024-05-07T06:52:55.476325+0000","172.21.15.63:0/607350445":"2024-05-07T06:53:31.224919+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-06T06:57:28.391 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-05-06T06:57:28.392 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell --fsid fac46718-0b74-11ef-bc97-c7b262605968 -- ceph osd dump --format=json 2024-05-06T06:57:28.581 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:28 smithi063 bash[21584]: audit 2024-05-06T06:57:27.709600+0000 mon.a (mon.0) 430 : audit [DBG] from='client.? 172.21.15.63:0/1766933493' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-06T06:57:28.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:28 smithi063 bash[21584]: audit 2024-05-06T06:57:27.709600+0000 mon.a (mon.0) 430 : audit [DBG] from='client.? 172.21.15.63:0/1766933493' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-06T06:57:28.646 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:28 smithi110 bash[22399]: audit 2024-05-06T06:57:27.709600+0000 mon.a (mon.0) 430 : audit [DBG] from='client.? 172.21.15.63:0/1766933493' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-06T06:57:28.646 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:28 smithi110 bash[22399]: audit 2024-05-06T06:57:27.709600+0000 mon.a (mon.0) 430 : audit [DBG] from='client.? 172.21.15.63:0/1766933493' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-06T06:57:29.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:29 smithi063 bash[21584]: cluster 2024-05-06T06:57:27.746879+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:29.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:29 smithi063 bash[21584]: cluster 2024-05-06T06:57:27.746879+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:29.646 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:29 smithi110 bash[22399]: cluster 2024-05-06T06:57:27.746879+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:29.646 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:29 smithi110 bash[22399]: cluster 2024-05-06T06:57:27.746879+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:31.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:31 smithi063 bash[21584]: cluster 2024-05-06T06:57:29.747322+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:31.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:31 smithi063 bash[21584]: cluster 2024-05-06T06:57:29.747322+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:31.646 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:31 smithi110 bash[22399]: cluster 2024-05-06T06:57:29.747322+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:31.646 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:31 smithi110 bash[22399]: cluster 2024-05-06T06:57:29.747322+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:32.152 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/fac46718-0b74-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T06:57:33.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:33 smithi063 bash[21584]: cluster 2024-05-06T06:57:31.747886+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:33.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:33 smithi063 bash[21584]: cluster 2024-05-06T06:57:31.747886+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:33.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:33 smithi063 bash[21584]: audit 2024-05-06T06:57:33.174094+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:57:33.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:33 smithi063 bash[21584]: audit 2024-05-06T06:57:33.174094+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:57:33.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:33 smithi063 bash[21584]: audit 2024-05-06T06:57:33.178513+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:57:33.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:33 smithi063 bash[21584]: audit 2024-05-06T06:57:33.178513+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:57:33.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:33 smithi063 bash[21584]: audit 2024-05-06T06:57:33.183091+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:57:33.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:33 smithi063 bash[21584]: audit 2024-05-06T06:57:33.183091+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:57:33.646 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:33 smithi110 bash[22399]: cluster 2024-05-06T06:57:31.747886+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:33.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:33 smithi110 bash[22399]: cluster 2024-05-06T06:57:31.747886+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:33.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:33 smithi110 bash[22399]: audit 2024-05-06T06:57:33.174094+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:57:33.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:33 smithi110 bash[22399]: audit 2024-05-06T06:57:33.174094+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:57:33.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:33 smithi110 bash[22399]: audit 2024-05-06T06:57:33.178513+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:57:33.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:33 smithi110 bash[22399]: audit 2024-05-06T06:57:33.178513+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:57:33.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:33 smithi110 bash[22399]: audit 2024-05-06T06:57:33.183091+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:57:33.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:33 smithi110 bash[22399]: audit 2024-05-06T06:57:33.183091+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:57:34.885 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-06T06:57:34.885 INFO:teuthology.orchestra.run.smithi063.stdout:{"epoch":14,"fsid":"fac46718-0b74-11ef-bc97-c7b262605968","created":"2024-05-06T06:52:22.731199+0000","modified":"2024-05-06T06:56:55.138695+0000","last_up_change":"2024-05-06T06:56:54.128481+0000","last_in_change":"2024-05-06T06:56:25.706733+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":"99e8c140-162d-48f3-a47a-9e4a2cc6d868","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.63:6802","nonce":3215567953},{"type":"v1","addr":"172.21.15.63:6803","nonce":3215567953}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6804","nonce":3215567953},{"type":"v1","addr":"172.21.15.63:6805","nonce":3215567953}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6808","nonce":3215567953},{"type":"v1","addr":"172.21.15.63:6809","nonce":3215567953}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6806","nonce":3215567953},{"type":"v1","addr":"172.21.15.63:6807","nonce":3215567953}]},"public_addr":"172.21.15.63:6803/3215567953","cluster_addr":"172.21.15.63:6805/3215567953","heartbeat_back_addr":"172.21.15.63:6809/3215567953","heartbeat_front_addr":"172.21.15.63:6807/3215567953","state":["exists","up"]},{"osd":1,"uuid":"463284d5-c483-4fc7-b9b6-58e11de4b275","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.110:6800","nonce":3037975394},{"type":"v1","addr":"172.21.15.110:6801","nonce":3037975394}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6802","nonce":3037975394},{"type":"v1","addr":"172.21.15.110:6803","nonce":3037975394}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6806","nonce":3037975394},{"type":"v1","addr":"172.21.15.110:6807","nonce":3037975394}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6804","nonce":3037975394},{"type":"v1","addr":"172.21.15.110:6805","nonce":3037975394}]},"public_addr":"172.21.15.110:6801/3037975394","cluster_addr":"172.21.15.110:6803/3037975394","heartbeat_back_addr":"172.21.15.110:6807/3037975394","heartbeat_front_addr":"172.21.15.110:6805/3037975394","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-06T06:55:59.281592+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-06T06:56:52.454210+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.63:6801/1083879402":"2024-05-07T06:53:31.224919+0000","172.21.15.63:6800/1083879402":"2024-05-07T06:53:31.224919+0000","172.21.15.63:0/403243710":"2024-05-07T06:53:31.224919+0000","172.21.15.63:0/3335534251":"2024-05-07T06:52:55.476325+0000","172.21.15.63:0/953329342":"2024-05-07T06:53:31.224919+0000","172.21.15.63:0/338534271":"2024-05-07T06:52:55.476325+0000","172.21.15.63:6801/41642416":"2024-05-07T06:52:55.476325+0000","172.21.15.63:0/1554715625":"2024-05-07T06:52:55.476325+0000","172.21.15.63:6800/41642416":"2024-05-07T06:52:55.476325+0000","172.21.15.63:0/607350445":"2024-05-07T06:53:31.224919+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-06T06:57:35.581 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:35 smithi063 bash[21584]: cluster 2024-05-06T06:57:33.748500+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:35.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:35 smithi063 bash[21584]: cluster 2024-05-06T06:57:33.748500+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:35.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:35 smithi063 bash[21584]: audit 2024-05-06T06:57:34.885781+0000 mon.a (mon.0) 434 : audit [DBG] from='client.? 172.21.15.63:0/2897762119' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-06T06:57:35.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:35 smithi063 bash[21584]: audit 2024-05-06T06:57:34.885781+0000 mon.a (mon.0) 434 : audit [DBG] from='client.? 172.21.15.63:0/2897762119' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-06T06:57:35.604 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell --fsid fac46718-0b74-11ef-bc97-c7b262605968 -- ceph tell osd.0 flush_pg_stats 2024-05-06T06:57:35.605 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell --fsid fac46718-0b74-11ef-bc97-c7b262605968 -- ceph tell osd.1 flush_pg_stats 2024-05-06T06:57:35.646 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:35 smithi110 bash[22399]: cluster 2024-05-06T06:57:33.748500+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:35.646 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:35 smithi110 bash[22399]: cluster 2024-05-06T06:57:33.748500+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:35.646 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:35 smithi110 bash[22399]: audit 2024-05-06T06:57:34.885781+0000 mon.a (mon.0) 434 : audit [DBG] from='client.? 172.21.15.63:0/2897762119' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-06T06:57:35.646 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:35 smithi110 bash[22399]: audit 2024-05-06T06:57:34.885781+0000 mon.a (mon.0) 434 : audit [DBG] from='client.? 172.21.15.63:0/2897762119' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-06T06:57:37.539 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:37 smithi110 bash[22399]: cluster 2024-05-06T06:57:35.749007+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:37.540 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:37 smithi110 bash[22399]: cluster 2024-05-06T06:57:35.749007+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:37.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:37 smithi063 bash[21584]: cluster 2024-05-06T06:57:35.749007+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:37.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:37 smithi063 bash[21584]: cluster 2024-05-06T06:57:35.749007+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:39.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:39 smithi063 bash[21584]: cluster 2024-05-06T06:57:37.749454+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:39.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:39 smithi063 bash[21584]: cluster 2024-05-06T06:57:37.749454+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:39.646 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:39 smithi110 bash[22399]: cluster 2024-05-06T06:57:37.749454+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:39.646 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:39 smithi110 bash[22399]: cluster 2024-05-06T06:57:37.749454+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:40.328 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/fac46718-0b74-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T06:57:40.328 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/fac46718-0b74-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T06:57:41.581 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:41 smithi063 bash[21584]: cluster 2024-05-06T06:57:39.749897+0000 mgr.a (mgr.14152) 170 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:41.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:41 smithi063 bash[21584]: cluster 2024-05-06T06:57:39.749897+0000 mgr.a (mgr.14152) 170 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:41.646 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:41 smithi110 bash[22399]: cluster 2024-05-06T06:57:39.749897+0000 mgr.a (mgr.14152) 170 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:41.646 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:41 smithi110 bash[22399]: cluster 2024-05-06T06:57:39.749897+0000 mgr.a (mgr.14152) 170 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:42.666 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:42 smithi063 bash[21584]: audit 2024-05-06T06:57:41.462829+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:57:42.666 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:42 smithi063 bash[21584]: audit 2024-05-06T06:57:41.462829+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:57:42.666 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:42 smithi063 bash[21584]: audit 2024-05-06T06:57:41.472019+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:57:42.667 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:42 smithi063 bash[21584]: audit 2024-05-06T06:57:41.472019+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:57:42.667 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:42 smithi063 bash[21584]: audit 2024-05-06T06:57:41.482631+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:57:42.667 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:42 smithi063 bash[21584]: audit 2024-05-06T06:57:41.482631+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:57:42.896 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:42 smithi110 bash[22399]: audit 2024-05-06T06:57:41.462829+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:57:42.896 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:42 smithi110 bash[22399]: audit 2024-05-06T06:57:41.462829+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:57:42.896 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:42 smithi110 bash[22399]: audit 2024-05-06T06:57:41.472019+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:57:42.896 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:42 smithi110 bash[22399]: audit 2024-05-06T06:57:41.472019+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:57:42.896 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:42 smithi110 bash[22399]: audit 2024-05-06T06:57:41.482631+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:57:42.896 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:42 smithi110 bash[22399]: audit 2024-05-06T06:57:41.482631+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:57:43.820 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:43 smithi063 bash[21584]: cluster 2024-05-06T06:57:41.750272+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:43.820 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:43 smithi063 bash[21584]: cluster 2024-05-06T06:57:41.750272+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:43.896 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:43 smithi110 bash[22399]: cluster 2024-05-06T06:57:41.750272+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:43.896 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:43 smithi110 bash[22399]: cluster 2024-05-06T06:57:41.750272+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:45.543 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:45 smithi063 bash[21584]: cluster 2024-05-06T06:57:43.750735+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:45.543 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:45 smithi063 bash[21584]: cluster 2024-05-06T06:57:43.750735+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:45.896 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:45 smithi110 bash[22399]: cluster 2024-05-06T06:57:43.750735+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:45.896 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:45 smithi110 bash[22399]: cluster 2024-05-06T06:57:43.750735+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:47.092 INFO:teuthology.orchestra.run.smithi063.stdout:55834574862 2024-05-06T06:57:47.092 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell --fsid fac46718-0b74-11ef-bc97-c7b262605968 -- ceph osd last-stat-seq osd.1 2024-05-06T06:57:47.209 INFO:teuthology.orchestra.run.smithi063.stdout:34359738392 2024-05-06T06:57:47.209 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell --fsid fac46718-0b74-11ef-bc97-c7b262605968 -- ceph osd last-stat-seq osd.0 2024-05-06T06:57:47.831 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:47 smithi063 bash[21584]: cluster 2024-05-06T06:57:45.751189+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:47.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:47 smithi063 bash[21584]: cluster 2024-05-06T06:57:45.751189+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:47.896 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:47 smithi110 bash[22399]: cluster 2024-05-06T06:57:45.751189+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:47.896 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:47 smithi110 bash[22399]: cluster 2024-05-06T06:57:45.751189+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:49.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:49 smithi063 bash[21584]: cluster 2024-05-06T06:57:47.751559+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:49.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:49 smithi063 bash[21584]: cluster 2024-05-06T06:57:47.751559+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:49.896 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:49 smithi110 bash[22399]: cluster 2024-05-06T06:57:47.751559+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:49.896 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:49 smithi110 bash[22399]: cluster 2024-05-06T06:57:47.751559+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:51.831 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:51 smithi063 bash[21584]: cluster 2024-05-06T06:57:49.751991+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:51.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:51 smithi063 bash[21584]: cluster 2024-05-06T06:57:49.751991+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:51.896 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:51 smithi110 bash[22399]: cluster 2024-05-06T06:57:49.751991+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:51.896 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:51 smithi110 bash[22399]: cluster 2024-05-06T06:57:49.751991+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:52.373 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/fac46718-0b74-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T06:57:52.373 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/fac46718-0b74-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T06:57:53.678 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:53 smithi063 bash[21584]: cluster 2024-05-06T06:57:51.752466+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:53.678 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:53 smithi063 bash[21584]: cluster 2024-05-06T06:57:51.752466+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:53.678 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:53 smithi063 bash[21584]: audit 2024-05-06T06:57:53.397610+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:57:53.678 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:53 smithi063 bash[21584]: audit 2024-05-06T06:57:53.397610+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:57:53.678 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:53 smithi063 bash[21584]: audit 2024-05-06T06:57:53.406002+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:57:53.678 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:53 smithi063 bash[21584]: audit 2024-05-06T06:57:53.406002+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:57:53.678 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:53 smithi063 bash[21584]: audit 2024-05-06T06:57:53.416227+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:57:53.679 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:53 smithi063 bash[21584]: audit 2024-05-06T06:57:53.416227+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:57:53.896 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:53 smithi110 bash[22399]: cluster 2024-05-06T06:57:51.752466+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:53.896 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:53 smithi110 bash[22399]: cluster 2024-05-06T06:57:51.752466+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:53.896 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:53 smithi110 bash[22399]: audit 2024-05-06T06:57:53.397610+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:57:53.896 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:53 smithi110 bash[22399]: audit 2024-05-06T06:57:53.397610+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:57:53.896 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:53 smithi110 bash[22399]: audit 2024-05-06T06:57:53.406002+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:57:53.896 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:53 smithi110 bash[22399]: audit 2024-05-06T06:57:53.406002+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:57:53.896 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:53 smithi110 bash[22399]: audit 2024-05-06T06:57:53.416227+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:57:53.897 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:53 smithi110 bash[22399]: audit 2024-05-06T06:57:53.416227+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:57:55.769 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:55 smithi063 bash[21584]: cluster 2024-05-06T06:57:53.752939+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:55.769 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:55 smithi063 bash[21584]: cluster 2024-05-06T06:57:53.752939+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:55.896 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:55 smithi110 bash[22399]: cluster 2024-05-06T06:57:53.752939+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:55.896 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:55 smithi110 bash[22399]: cluster 2024-05-06T06:57:53.752939+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:56.160 INFO:teuthology.orchestra.run.smithi063.stdout:34359738394 2024-05-06T06:57:56.176 INFO:teuthology.orchestra.run.smithi063.stdout:55834574863 2024-05-06T06:57:56.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:56 smithi063 bash[21584]: audit 2024-05-06T06:57:56.161396+0000 mon.a (mon.0) 441 : audit [DBG] from='client.? 172.21.15.63:0/2709072092' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-05-06T06:57:56.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:56 smithi063 bash[21584]: audit 2024-05-06T06:57:56.161396+0000 mon.a (mon.0) 441 : audit [DBG] from='client.? 172.21.15.63:0/2709072092' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-05-06T06:57:56.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:56 smithi063 bash[21584]: audit 2024-05-06T06:57:56.177695+0000 mon.a (mon.0) 442 : audit [DBG] from='client.? 172.21.15.63:0/1913323037' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-05-06T06:57:56.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:56 smithi063 bash[21584]: audit 2024-05-06T06:57:56.177695+0000 mon.a (mon.0) 442 : audit [DBG] from='client.? 172.21.15.63:0/1913323037' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-05-06T06:57:56.896 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:56 smithi110 bash[22399]: audit 2024-05-06T06:57:56.161396+0000 mon.a (mon.0) 441 : audit [DBG] from='client.? 172.21.15.63:0/2709072092' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-05-06T06:57:56.896 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:56 smithi110 bash[22399]: audit 2024-05-06T06:57:56.161396+0000 mon.a (mon.0) 441 : audit [DBG] from='client.? 172.21.15.63:0/2709072092' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-05-06T06:57:56.896 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:56 smithi110 bash[22399]: audit 2024-05-06T06:57:56.177695+0000 mon.a (mon.0) 442 : audit [DBG] from='client.? 172.21.15.63:0/1913323037' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-05-06T06:57:56.896 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:56 smithi110 bash[22399]: audit 2024-05-06T06:57:56.177695+0000 mon.a (mon.0) 442 : audit [DBG] from='client.? 172.21.15.63:0/1913323037' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-05-06T06:57:57.349 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738392 got 34359738394 for osd.0 2024-05-06T06:57:57.349 DEBUG:teuthology.parallel:result is None 2024-05-06T06:57:57.356 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574862 got 55834574863 for osd.1 2024-05-06T06:57:57.357 DEBUG:teuthology.parallel:result is None 2024-05-06T06:57:57.357 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-05-06T06:57:57.357 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell --fsid fac46718-0b74-11ef-bc97-c7b262605968 -- ceph pg dump --format=json 2024-05-06T06:57:57.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:57 smithi063 bash[21584]: cluster 2024-05-06T06:57:55.753468+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:57.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:57 smithi063 bash[21584]: cluster 2024-05-06T06:57:55.753468+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:57.896 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:57 smithi110 bash[22399]: cluster 2024-05-06T06:57:55.753468+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:57.896 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:57 smithi110 bash[22399]: cluster 2024-05-06T06:57:55.753468+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:59.807 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:59 smithi110 bash[22399]: cluster 2024-05-06T06:57:57.753911+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:59.807 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:57:59 smithi110 bash[22399]: cluster 2024-05-06T06:57:57.753911+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:59.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:59 smithi063 bash[21584]: cluster 2024-05-06T06:57:57.753911+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:57:59.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:57:59 smithi063 bash[21584]: cluster 2024-05-06T06:57:57.753911+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:01.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:01 smithi063 bash[21584]: cluster 2024-05-06T06:57:59.754372+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:01.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:01 smithi063 bash[21584]: cluster 2024-05-06T06:57:59.754372+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:01.896 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:01 smithi110 bash[22399]: cluster 2024-05-06T06:57:59.754372+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:01.896 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:01 smithi110 bash[22399]: cluster 2024-05-06T06:57:59.754372+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:02.133 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/fac46718-0b74-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T06:58:02.974 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:02 smithi063 bash[21584]: audit 2024-05-06T06:58:01.659631+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:02.974 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:02 smithi063 bash[21584]: audit 2024-05-06T06:58:01.659631+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:02.974 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:02 smithi063 bash[21584]: audit 2024-05-06T06:58:01.667767+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:02.974 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:02 smithi063 bash[21584]: audit 2024-05-06T06:58:01.667767+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:02.974 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:02 smithi063 bash[21584]: audit 2024-05-06T06:58:01.678136+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:02.974 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:02 smithi063 bash[21584]: audit 2024-05-06T06:58:01.678136+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:02.975 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:02 smithi063 bash[21584]: cluster 2024-05-06T06:58:01.754886+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:02.975 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:02 smithi063 bash[21584]: cluster 2024-05-06T06:58:01.754886+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:02.975 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:02 smithi063 bash[21584]: audit 2024-05-06T06:58:01.852609+0000 mon.a (mon.0) 446 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T06:58:02.975 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:02 smithi063 bash[21584]: audit 2024-05-06T06:58:01.852609+0000 mon.a (mon.0) 446 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T06:58:02.975 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:02 smithi063 bash[21584]: audit 2024-05-06T06:58:01.857553+0000 mon.a (mon.0) 447 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:58:02.975 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:02 smithi063 bash[21584]: audit 2024-05-06T06:58:01.857553+0000 mon.a (mon.0) 447 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:58:02.975 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:02 smithi063 bash[21584]: audit 2024-05-06T06:58:01.859392+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T06:58:02.975 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:02 smithi063 bash[21584]: audit 2024-05-06T06:58:01.859392+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T06:58:02.975 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:02 smithi063 bash[21584]: audit 2024-05-06T06:58:01.870774+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:02.975 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:02 smithi063 bash[21584]: audit 2024-05-06T06:58:01.870774+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:03.146 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:02 smithi110 bash[22399]: audit 2024-05-06T06:58:01.659631+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:03.146 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:02 smithi110 bash[22399]: audit 2024-05-06T06:58:01.659631+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:03.147 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:02 smithi110 bash[22399]: audit 2024-05-06T06:58:01.667767+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:03.147 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:02 smithi110 bash[22399]: audit 2024-05-06T06:58:01.667767+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:03.147 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:02 smithi110 bash[22399]: audit 2024-05-06T06:58:01.678136+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:03.147 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:02 smithi110 bash[22399]: audit 2024-05-06T06:58:01.678136+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:03.147 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:02 smithi110 bash[22399]: cluster 2024-05-06T06:58:01.754886+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:03.147 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:02 smithi110 bash[22399]: cluster 2024-05-06T06:58:01.754886+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:03.147 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:02 smithi110 bash[22399]: audit 2024-05-06T06:58:01.852609+0000 mon.a (mon.0) 446 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T06:58:03.147 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:02 smithi110 bash[22399]: audit 2024-05-06T06:58:01.852609+0000 mon.a (mon.0) 446 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T06:58:03.147 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:02 smithi110 bash[22399]: audit 2024-05-06T06:58:01.857553+0000 mon.a (mon.0) 447 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:58:03.147 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:02 smithi110 bash[22399]: audit 2024-05-06T06:58:01.857553+0000 mon.a (mon.0) 447 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:58:03.147 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:02 smithi110 bash[22399]: audit 2024-05-06T06:58:01.859392+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T06:58:03.147 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:02 smithi110 bash[22399]: audit 2024-05-06T06:58:01.859392+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T06:58:03.147 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:02 smithi110 bash[22399]: audit 2024-05-06T06:58:01.870774+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:03.148 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:02 smithi110 bash[22399]: audit 2024-05-06T06:58:01.870774+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:05.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:04 smithi063 bash[21584]: cluster 2024-05-06T06:58:03.755290+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:05.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:04 smithi063 bash[21584]: cluster 2024-05-06T06:58:03.755290+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:05.146 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:04 smithi110 bash[22399]: cluster 2024-05-06T06:58:03.755290+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:05.146 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:04 smithi110 bash[22399]: cluster 2024-05-06T06:58:03.755290+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:05.236 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-06T06:58:05.239 INFO:teuthology.orchestra.run.smithi063.stderr:dumped all 2024-05-06T06:58:06.085 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:05 smithi063 bash[21584]: audit 2024-05-06T06:58:05.237384+0000 mgr.a (mgr.14152) 183 : audit [DBG] from='client.14260 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T06:58:06.085 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:05 smithi063 bash[21584]: audit 2024-05-06T06:58:05.237384+0000 mgr.a (mgr.14152) 183 : audit [DBG] from='client.14260 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T06:58:06.146 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:05 smithi110 bash[22399]: audit 2024-05-06T06:58:05.237384+0000 mgr.a (mgr.14152) 183 : audit [DBG] from='client.14260 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T06:58:06.146 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:05 smithi110 bash[22399]: audit 2024-05-06T06:58:05.237384+0000 mgr.a (mgr.14152) 183 : audit [DBG] from='client.14260 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T06:58:06.547 INFO:teuthology.orchestra.run.smithi063.stdout:{"pg_ready":true,"pg_map":{"version":143,"stamp":"2024-05-06T06:58:03.755119+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":54288,"kb_used_data":240,"kb_used_omap":3,"kb_used_meta":54012,"kb_avail":187436016,"statfs":{"total":191990071296,"available":191934480384,"internally_reserved":0,"allocated":245760,"data_stored":60448,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":3186,"internal_metadata":55309198},"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":55834574865,"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":34359738396,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27148,"kb_used_data":120,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93718004,"statfs":{"total":95995035648,"available":95967236096,"internally_reserved":0,"allocated":122880,"data_stored":30224,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1591,"internal_metadata":27654601},"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-06T06:58:06.548 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell --fsid fac46718-0b74-11ef-bc97-c7b262605968 -- ceph pg dump --format=json 2024-05-06T06:58:07.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:06 smithi063 bash[21584]: cluster 2024-05-06T06:58:05.755799+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:07.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:06 smithi063 bash[21584]: cluster 2024-05-06T06:58:05.755799+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:07.146 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:06 smithi110 bash[22399]: cluster 2024-05-06T06:58:05.755799+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:07.146 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:06 smithi110 bash[22399]: cluster 2024-05-06T06:58:05.755799+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:09.085 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:08 smithi063 bash[21584]: cluster 2024-05-06T06:58:07.756432+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:09.086 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:08 smithi063 bash[21584]: cluster 2024-05-06T06:58:07.756432+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:09.146 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:08 smithi110 bash[22399]: cluster 2024-05-06T06:58:07.756432+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:09.146 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:08 smithi110 bash[22399]: cluster 2024-05-06T06:58:07.756432+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:11.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:10 smithi063 bash[21584]: cluster 2024-05-06T06:58:09.756864+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:11.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:10 smithi063 bash[21584]: cluster 2024-05-06T06:58:09.756864+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:11.146 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:10 smithi110 bash[22399]: cluster 2024-05-06T06:58:09.756864+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:11.146 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:10 smithi110 bash[22399]: cluster 2024-05-06T06:58:09.756864+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:11.907 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/fac46718-0b74-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T06:58:12.959 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:12 smithi063 bash[21584]: cluster 2024-05-06T06:58:11.757412+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:12.959 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:12 smithi063 bash[21584]: cluster 2024-05-06T06:58:11.757412+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:13.146 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:12 smithi110 bash[22399]: cluster 2024-05-06T06:58:11.757412+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:13.146 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:12 smithi110 bash[22399]: cluster 2024-05-06T06:58:11.757412+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:14.646 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-06T06:58:14.649 INFO:teuthology.orchestra.run.smithi063.stderr:dumped all 2024-05-06T06:58:14.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:14 smithi063 bash[21584]: audit 2024-05-06T06:58:13.548405+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:14.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:14 smithi063 bash[21584]: audit 2024-05-06T06:58:13.548405+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:14.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:14 smithi063 bash[21584]: audit 2024-05-06T06:58:13.552905+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:14.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:14 smithi063 bash[21584]: audit 2024-05-06T06:58:13.552905+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:14.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:14 smithi063 bash[21584]: audit 2024-05-06T06:58:13.559218+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:14.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:14 smithi063 bash[21584]: audit 2024-05-06T06:58:13.559218+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:14.896 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:14 smithi110 bash[22399]: audit 2024-05-06T06:58:13.548405+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:14.896 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:14 smithi110 bash[22399]: audit 2024-05-06T06:58:13.548405+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:14.896 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:14 smithi110 bash[22399]: audit 2024-05-06T06:58:13.552905+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:14.896 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:14 smithi110 bash[22399]: audit 2024-05-06T06:58:13.552905+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:14.896 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:14 smithi110 bash[22399]: audit 2024-05-06T06:58:13.559218+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:14.896 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:14 smithi110 bash[22399]: audit 2024-05-06T06:58:13.559218+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:15.395 INFO:teuthology.orchestra.run.smithi063.stdout:{"pg_ready":true,"pg_map":{"version":148,"stamp":"2024-05-06T06:58:13.757705+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":54288,"kb_used_data":240,"kb_used_omap":3,"kb_used_meta":54012,"kb_avail":187436016,"statfs":{"total":191990071296,"available":191934480384,"internally_reserved":0,"allocated":245760,"data_stored":60448,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":3186,"internal_metadata":55309198},"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":55834574867,"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":34359738398,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27148,"kb_used_data":120,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93718004,"statfs":{"total":95995035648,"available":95967236096,"internally_reserved":0,"allocated":122880,"data_stored":30224,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1591,"internal_metadata":27654601},"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-06T06:58:15.395 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-05-06T06:58:15.396 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-05-06T06:58:15.396 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-05-06T06:58:15.396 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell --fsid fac46718-0b74-11ef-bc97-c7b262605968 -- ceph health --format=json 2024-05-06T06:58:15.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:15 smithi063 bash[21584]: cluster 2024-05-06T06:58:13.757889+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:15.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:15 smithi063 bash[21584]: cluster 2024-05-06T06:58:13.757889+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:15.896 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:15 smithi110 bash[22399]: cluster 2024-05-06T06:58:13.757889+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:15.896 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:15 smithi110 bash[22399]: cluster 2024-05-06T06:58:13.757889+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:16.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:16 smithi063 bash[21584]: audit 2024-05-06T06:58:14.647320+0000 mgr.a (mgr.14152) 189 : audit [DBG] from='client.14264 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T06:58:16.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:16 smithi063 bash[21584]: audit 2024-05-06T06:58:14.647320+0000 mgr.a (mgr.14152) 189 : audit [DBG] from='client.14264 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T06:58:16.896 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:16 smithi110 bash[22399]: audit 2024-05-06T06:58:14.647320+0000 mgr.a (mgr.14152) 189 : audit [DBG] from='client.14264 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T06:58:16.896 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:16 smithi110 bash[22399]: audit 2024-05-06T06:58:14.647320+0000 mgr.a (mgr.14152) 189 : audit [DBG] from='client.14264 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T06:58:17.831 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:17 smithi063 bash[21584]: cluster 2024-05-06T06:58:15.758366+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:17.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:17 smithi063 bash[21584]: cluster 2024-05-06T06:58:15.758366+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:17.896 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:17 smithi110 bash[22399]: cluster 2024-05-06T06:58:15.758366+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:17.896 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:17 smithi110 bash[22399]: cluster 2024-05-06T06:58:15.758366+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:19.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:19 smithi063 bash[21584]: cluster 2024-05-06T06:58:17.758910+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:19.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:19 smithi063 bash[21584]: cluster 2024-05-06T06:58:17.758910+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:19.895 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:19 smithi110 bash[22399]: cluster 2024-05-06T06:58:17.758910+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:19.896 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:19 smithi110 bash[22399]: cluster 2024-05-06T06:58:17.758910+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:20.125 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/fac46718-0b74-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T06:58:21.831 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:21 smithi063 bash[21584]: cluster 2024-05-06T06:58:19.759417+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v151: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:21.831 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:21 smithi063 bash[21584]: cluster 2024-05-06T06:58:19.759417+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v151: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:21.873 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:21 smithi110 bash[22399]: cluster 2024-05-06T06:58:19.759417+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v151: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:21.873 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:21 smithi110 bash[22399]: cluster 2024-05-06T06:58:19.759417+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v151: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:22.961 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-06T06:58:22.961 INFO:teuthology.orchestra.run.smithi063.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-05-06T06:58:23.146 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:22 smithi110 bash[22399]: cluster 2024-05-06T06:58:21.759892+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v152: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:23.146 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:22 smithi110 bash[22399]: cluster 2024-05-06T06:58:21.759892+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v152: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:23.146 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:22 smithi110 bash[22399]: audit 2024-05-06T06:58:21.854505+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:23.146 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:22 smithi110 bash[22399]: audit 2024-05-06T06:58:21.854505+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:23.146 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:22 smithi110 bash[22399]: audit 2024-05-06T06:58:21.862582+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:23.146 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:22 smithi110 bash[22399]: audit 2024-05-06T06:58:21.862582+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:23.146 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:22 smithi110 bash[22399]: audit 2024-05-06T06:58:21.872585+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:23.146 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:22 smithi110 bash[22399]: audit 2024-05-06T06:58:21.872585+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:23.175 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:22 smithi063 bash[21584]: cluster 2024-05-06T06:58:21.759892+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v152: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:23.175 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:22 smithi063 bash[21584]: cluster 2024-05-06T06:58:21.759892+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v152: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:23.175 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:22 smithi063 bash[21584]: audit 2024-05-06T06:58:21.854505+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:23.175 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:22 smithi063 bash[21584]: audit 2024-05-06T06:58:21.854505+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:23.175 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:22 smithi063 bash[21584]: audit 2024-05-06T06:58:21.862582+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:23.175 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:22 smithi063 bash[21584]: audit 2024-05-06T06:58:21.862582+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:23.176 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:22 smithi063 bash[21584]: audit 2024-05-06T06:58:21.872585+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:23.176 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:22 smithi063 bash[21584]: audit 2024-05-06T06:58:21.872585+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:24.117 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:23 smithi063 bash[21584]: audit 2024-05-06T06:58:22.962590+0000 mon.a (mon.0) 456 : audit [DBG] from='client.? 172.21.15.63:0/4065420490' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T06:58:24.117 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:23 smithi063 bash[21584]: audit 2024-05-06T06:58:22.962590+0000 mon.a (mon.0) 456 : audit [DBG] from='client.? 172.21.15.63:0/4065420490' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T06:58:24.118 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-05-06T06:58:24.118 INFO:tasks.cephadm:Setup complete, yielding 2024-05-06T06:58:24.119 INFO:teuthology.run_tasks:Running task exec... 2024-05-06T06:58:24.131 INFO:teuthology.task.exec:Executing custom commands... 2024-05-06T06:58:24.131 INFO:teuthology.task.exec:Running commands on role host.a host ubuntu@smithi063.front.sepia.ceph.com 2024-05-06T06:58:24.131 DEBUG:teuthology.orchestra.run.smithi063:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'mkdir /etc/cephadm_testing' 2024-05-06T06:58:24.145 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:23 smithi110 bash[22399]: audit 2024-05-06T06:58:22.962590+0000 mon.a (mon.0) 456 : audit [DBG] from='client.? 172.21.15.63:0/4065420490' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T06:58:24.146 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:23 smithi110 bash[22399]: audit 2024-05-06T06:58:22.962590+0000 mon.a (mon.0) 456 : audit [DBG] from='client.? 172.21.15.63:0/4065420490' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T06:58:24.153 INFO:teuthology.task.exec:Running commands on role host.b host ubuntu@smithi110.front.sepia.ceph.com 2024-05-06T06:58:24.154 DEBUG:teuthology.orchestra.run.smithi110:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'mkdir /etc/cephadm_testing' 2024-05-06T06:58:24.171 INFO:teuthology.run_tasks:Running task cephadm.apply... 2024-05-06T06:58:24.236 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-06T06:58:24.236 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fac46718-0b74-11ef-bc97-c7b262605968 -- ceph orch apply -i - 2024-05-06T06:58:25.081 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:24 smithi063 bash[21584]: cluster 2024-05-06T06:58:23.760352+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v153: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:25.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:24 smithi063 bash[21584]: cluster 2024-05-06T06:58:23.760352+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v153: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:25.145 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:24 smithi110 bash[22399]: cluster 2024-05-06T06:58:23.760352+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v153: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:25.146 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:24 smithi110 bash[22399]: cluster 2024-05-06T06:58:23.760352+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v153: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:27.146 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:26 smithi110 bash[22399]: cluster 2024-05-06T06:58:25.760894+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v154: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:27.146 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:26 smithi110 bash[22399]: cluster 2024-05-06T06:58:25.760894+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v154: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:27.258 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:26 smithi063 bash[21584]: cluster 2024-05-06T06:58:25.760894+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v154: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:27.259 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:26 smithi063 bash[21584]: cluster 2024-05-06T06:58:25.760894+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v154: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:29.145 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:28 smithi110 bash[22399]: cluster 2024-05-06T06:58:27.761511+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v155: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:29.146 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:28 smithi110 bash[22399]: cluster 2024-05-06T06:58:27.761511+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v155: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:29.331 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:28 smithi063 bash[21584]: cluster 2024-05-06T06:58:27.761511+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v155: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:29.332 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:28 smithi063 bash[21584]: cluster 2024-05-06T06:58:27.761511+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v155: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:30.204 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/fac46718-0b74-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T06:58:31.146 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:30 smithi110 bash[22399]: cluster 2024-05-06T06:58:29.761988+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v156: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:31.146 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:30 smithi110 bash[22399]: cluster 2024-05-06T06:58:29.761988+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v156: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:31.231 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:30 smithi063 bash[21584]: cluster 2024-05-06T06:58:29.761988+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v156: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:31.231 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:30 smithi063 bash[21584]: cluster 2024-05-06T06:58:29.761988+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v156: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:32.918 INFO:teuthology.orchestra.run.smithi063.stdout:Scheduled mon update... 2024-05-06T06:58:32.918 INFO:teuthology.orchestra.run.smithi063.stdout:Scheduled container.foo update... 2024-05-06T06:58:32.919 INFO:teuthology.orchestra.run.smithi063.stdout:Scheduled container.bar update... 2024-05-06T06:58:33.141 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:32 smithi063 bash[21584]: cluster 2024-05-06T06:58:31.762510+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v157: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:33.141 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:32 smithi063 bash[21584]: cluster 2024-05-06T06:58:31.762510+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v157: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:33.145 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:32 smithi110 bash[22399]: cluster 2024-05-06T06:58:31.762510+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v157: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:33.145 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:32 smithi110 bash[22399]: cluster 2024-05-06T06:58:31.762510+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v157: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:33.676 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-05-06T06:58:33.719 INFO:tasks.cephadm:Waiting for ceph service mon to start (timeout 300)... 2024-05-06T06:58:33.720 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fac46718-0b74-11ef-bc97-c7b262605968 -- ceph orch ls -f json 2024-05-06T06:58:33.865 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:33 smithi063 systemd[1]: /etc/systemd/system/ceph-fac46718-0b74-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-06T06:58:33.866 INFO:journalctl@ceph.mgr.a.smithi063.stdout:May 06 06:58:33 smithi063 systemd[1]: /etc/systemd/system/ceph-fac46718-0b74-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-06T06:58:33.866 INFO:journalctl@ceph.osd.0.smithi063.stdout:May 06 06:58:33 smithi063 systemd[1]: /etc/systemd/system/ceph-fac46718-0b74-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-06T06:58:34.005 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:33 smithi063 bash[21584]: audit 2024-05-06T06:58:32.850597+0000 mgr.a (mgr.14152) 199 : audit [DBG] from='client.14272 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T06:58:34.005 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:33 smithi063 bash[21584]: audit 2024-05-06T06:58:32.850597+0000 mgr.a (mgr.14152) 199 : audit [DBG] from='client.14272 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T06:58:34.005 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:33 smithi063 bash[21584]: cephadm 2024-05-06T06:58:32.902721+0000 mgr.a (mgr.14152) 200 : cephadm [INF] Saving service mon spec with placement * 2024-05-06T06:58:34.005 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:33 smithi063 bash[21584]: cephadm 2024-05-06T06:58:32.902721+0000 mgr.a (mgr.14152) 200 : cephadm [INF] Saving service mon spec with placement * 2024-05-06T06:58:34.005 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:33 smithi063 bash[21584]: audit 2024-05-06T06:58:32.908234+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:34.005 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:33 smithi063 bash[21584]: audit 2024-05-06T06:58:32.908234+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:34.006 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:33 smithi063 bash[21584]: cephadm 2024-05-06T06:58:32.909177+0000 mgr.a (mgr.14152) 201 : cephadm [INF] Saving service container.foo spec with placement * 2024-05-06T06:58:34.006 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:33 smithi063 bash[21584]: cephadm 2024-05-06T06:58:32.909177+0000 mgr.a (mgr.14152) 201 : cephadm [INF] Saving service container.foo spec with placement * 2024-05-06T06:58:34.006 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:33 smithi063 bash[21584]: audit 2024-05-06T06:58:32.913664+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:34.006 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:33 smithi063 bash[21584]: audit 2024-05-06T06:58:32.913664+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:34.006 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:33 smithi063 bash[21584]: cephadm 2024-05-06T06:58:32.914686+0000 mgr.a (mgr.14152) 202 : cephadm [INF] Saving service container.bar spec with placement * 2024-05-06T06:58:34.006 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:33 smithi063 bash[21584]: cephadm 2024-05-06T06:58:32.914686+0000 mgr.a (mgr.14152) 202 : cephadm [INF] Saving service container.bar spec with placement * 2024-05-06T06:58:34.006 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:33 smithi063 bash[21584]: audit 2024-05-06T06:58:32.919224+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:34.006 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:33 smithi063 bash[21584]: audit 2024-05-06T06:58:32.919224+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:34.006 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:33 smithi063 bash[21584]: audit 2024-05-06T06:58:32.936724+0000 mon.a (mon.0) 460 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T06:58:34.006 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:33 smithi063 bash[21584]: audit 2024-05-06T06:58:32.936724+0000 mon.a (mon.0) 460 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T06:58:34.006 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:33 smithi063 bash[21584]: audit 2024-05-06T06:58:32.939550+0000 mon.a (mon.0) 461 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:58:34.006 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:33 smithi063 bash[21584]: audit 2024-05-06T06:58:32.939550+0000 mon.a (mon.0) 461 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:58:34.007 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:33 smithi063 bash[21584]: audit 2024-05-06T06:58:32.940830+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T06:58:34.007 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:33 smithi063 bash[21584]: audit 2024-05-06T06:58:32.940830+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T06:58:34.007 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:33 smithi063 bash[21584]: audit 2024-05-06T06:58:32.946422+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:34.007 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:33 smithi063 bash[21584]: audit 2024-05-06T06:58:32.946422+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:34.007 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:33 smithi063 bash[21584]: audit 2024-05-06T06:58:32.951276+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:34.007 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:33 smithi063 bash[21584]: audit 2024-05-06T06:58:32.951276+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:34.007 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:33 smithi063 bash[21584]: cephadm 2024-05-06T06:58:32.952963+0000 mgr.a (mgr.14152) 203 : cephadm [INF] Deploying daemon container.foo.smithi063 on smithi063 2024-05-06T06:58:34.007 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:33 smithi063 bash[21584]: cephadm 2024-05-06T06:58:32.952963+0000 mgr.a (mgr.14152) 203 : cephadm [INF] Deploying daemon container.foo.smithi063 on smithi063 2024-05-06T06:58:34.007 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:33 smithi063 bash[21584]: audit 2024-05-06T06:58:33.730823+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:34.007 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:33 smithi063 bash[21584]: audit 2024-05-06T06:58:33.730823+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:34.007 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:33 smithi063 bash[21584]: audit 2024-05-06T06:58:33.737106+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:34.007 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:33 smithi063 bash[21584]: audit 2024-05-06T06:58:33.737106+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:34.007 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:33 smithi063 bash[21584]: audit 2024-05-06T06:58:33.743572+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:34.007 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:33 smithi063 bash[21584]: audit 2024-05-06T06:58:33.743572+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:34.143 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:34 smithi063 systemd[1]: /etc/systemd/system/ceph-fac46718-0b74-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-06T06:58:34.144 INFO:journalctl@ceph.mgr.a.smithi063.stdout:May 06 06:58:34 smithi063 systemd[1]: /etc/systemd/system/ceph-fac46718-0b74-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-06T06:58:34.144 INFO:journalctl@ceph.osd.0.smithi063.stdout:May 06 06:58:34 smithi063 systemd[1]: /etc/systemd/system/ceph-fac46718-0b74-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-06T06:58:34.396 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:33 smithi110 bash[22399]: audit 2024-05-06T06:58:32.850597+0000 mgr.a (mgr.14152) 199 : audit [DBG] from='client.14272 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T06:58:34.396 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:33 smithi110 bash[22399]: audit 2024-05-06T06:58:32.850597+0000 mgr.a (mgr.14152) 199 : audit [DBG] from='client.14272 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T06:58:34.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:33 smithi110 bash[22399]: cephadm 2024-05-06T06:58:32.902721+0000 mgr.a (mgr.14152) 200 : cephadm [INF] Saving service mon spec with placement * 2024-05-06T06:58:34.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:33 smithi110 bash[22399]: cephadm 2024-05-06T06:58:32.902721+0000 mgr.a (mgr.14152) 200 : cephadm [INF] Saving service mon spec with placement * 2024-05-06T06:58:34.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:33 smithi110 bash[22399]: audit 2024-05-06T06:58:32.908234+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:34.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:33 smithi110 bash[22399]: audit 2024-05-06T06:58:32.908234+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:34.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:33 smithi110 bash[22399]: cephadm 2024-05-06T06:58:32.909177+0000 mgr.a (mgr.14152) 201 : cephadm [INF] Saving service container.foo spec with placement * 2024-05-06T06:58:34.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:33 smithi110 bash[22399]: cephadm 2024-05-06T06:58:32.909177+0000 mgr.a (mgr.14152) 201 : cephadm [INF] Saving service container.foo spec with placement * 2024-05-06T06:58:34.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:33 smithi110 bash[22399]: audit 2024-05-06T06:58:32.913664+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:34.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:33 smithi110 bash[22399]: audit 2024-05-06T06:58:32.913664+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:34.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:33 smithi110 bash[22399]: cephadm 2024-05-06T06:58:32.914686+0000 mgr.a (mgr.14152) 202 : cephadm [INF] Saving service container.bar spec with placement * 2024-05-06T06:58:34.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:33 smithi110 bash[22399]: cephadm 2024-05-06T06:58:32.914686+0000 mgr.a (mgr.14152) 202 : cephadm [INF] Saving service container.bar spec with placement * 2024-05-06T06:58:34.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:33 smithi110 bash[22399]: audit 2024-05-06T06:58:32.919224+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:34.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:33 smithi110 bash[22399]: audit 2024-05-06T06:58:32.919224+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:34.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:33 smithi110 bash[22399]: audit 2024-05-06T06:58:32.936724+0000 mon.a (mon.0) 460 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T06:58:34.398 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:33 smithi110 bash[22399]: audit 2024-05-06T06:58:32.936724+0000 mon.a (mon.0) 460 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T06:58:34.398 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:33 smithi110 bash[22399]: audit 2024-05-06T06:58:32.939550+0000 mon.a (mon.0) 461 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:58:34.398 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:33 smithi110 bash[22399]: audit 2024-05-06T06:58:32.939550+0000 mon.a (mon.0) 461 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:58:34.398 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:33 smithi110 bash[22399]: audit 2024-05-06T06:58:32.940830+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T06:58:34.398 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:33 smithi110 bash[22399]: audit 2024-05-06T06:58:32.940830+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T06:58:34.398 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:33 smithi110 bash[22399]: audit 2024-05-06T06:58:32.946422+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:34.398 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:33 smithi110 bash[22399]: audit 2024-05-06T06:58:32.946422+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:34.398 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:33 smithi110 bash[22399]: audit 2024-05-06T06:58:32.951276+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:34.398 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:33 smithi110 bash[22399]: audit 2024-05-06T06:58:32.951276+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:34.398 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:33 smithi110 bash[22399]: cephadm 2024-05-06T06:58:32.952963+0000 mgr.a (mgr.14152) 203 : cephadm [INF] Deploying daemon container.foo.smithi063 on smithi063 2024-05-06T06:58:34.398 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:33 smithi110 bash[22399]: cephadm 2024-05-06T06:58:32.952963+0000 mgr.a (mgr.14152) 203 : cephadm [INF] Deploying daemon container.foo.smithi063 on smithi063 2024-05-06T06:58:34.398 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:33 smithi110 bash[22399]: audit 2024-05-06T06:58:33.730823+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:34.398 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:33 smithi110 bash[22399]: audit 2024-05-06T06:58:33.730823+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:34.399 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:33 smithi110 bash[22399]: audit 2024-05-06T06:58:33.737106+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:34.399 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:33 smithi110 bash[22399]: audit 2024-05-06T06:58:33.737106+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:34.399 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:33 smithi110 bash[22399]: audit 2024-05-06T06:58:33.743572+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:34.399 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:33 smithi110 bash[22399]: audit 2024-05-06T06:58:33.743572+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:35.145 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:34 smithi110 systemd[1]: /etc/systemd/system/ceph-fac46718-0b74-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-06T06:58:35.146 INFO:journalctl@ceph.mgr.b.smithi110.stdout:May 06 06:58:34 smithi110 systemd[1]: /etc/systemd/system/ceph-fac46718-0b74-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-06T06:58:35.146 INFO:journalctl@ceph.osd.1.smithi110.stdout:May 06 06:58:34 smithi110 systemd[1]: /etc/systemd/system/ceph-fac46718-0b74-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-06T06:58:35.395 INFO:journalctl@ceph.mgr.b.smithi110.stdout:May 06 06:58:35 smithi110 systemd[1]: /etc/systemd/system/ceph-fac46718-0b74-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-06T06:58:35.396 INFO:journalctl@ceph.osd.1.smithi110.stdout:May 06 06:58:35 smithi110 systemd[1]: /etc/systemd/system/ceph-fac46718-0b74-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-06T06:58:35.396 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:35 smithi110 bash[22399]: cluster 2024-05-06T06:58:33.762831+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v158: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:35.396 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:35 smithi110 bash[22399]: cluster 2024-05-06T06:58:33.762831+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v158: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:35.396 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:35 smithi110 bash[22399]: audit 2024-05-06T06:58:34.145013+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:35.396 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:35 smithi110 bash[22399]: audit 2024-05-06T06:58:34.145013+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:35.396 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:35 smithi110 bash[22399]: audit 2024-05-06T06:58:34.149610+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:35.396 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:35 smithi110 bash[22399]: audit 2024-05-06T06:58:34.149610+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:35.396 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:35 smithi110 bash[22399]: audit 2024-05-06T06:58:34.172253+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:35.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:35 smithi110 bash[22399]: audit 2024-05-06T06:58:34.172253+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:35.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:35 smithi110 bash[22399]: cephadm 2024-05-06T06:58:34.173165+0000 mgr.a (mgr.14152) 205 : cephadm [INF] Deploying daemon container.foo.smithi110 on smithi110 2024-05-06T06:58:35.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:35 smithi110 bash[22399]: cephadm 2024-05-06T06:58:34.173165+0000 mgr.a (mgr.14152) 205 : cephadm [INF] Deploying daemon container.foo.smithi110 on smithi110 2024-05-06T06:58:35.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:35 smithi110 systemd[1]: /etc/systemd/system/ceph-fac46718-0b74-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-06T06:58:35.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:35 smithi063 bash[21584]: cluster 2024-05-06T06:58:33.762831+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v158: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:35.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:35 smithi063 bash[21584]: cluster 2024-05-06T06:58:33.762831+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v158: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:35.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:35 smithi063 bash[21584]: audit 2024-05-06T06:58:34.145013+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:35.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:35 smithi063 bash[21584]: audit 2024-05-06T06:58:34.145013+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:35.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:35 smithi063 bash[21584]: audit 2024-05-06T06:58:34.149610+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:35.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:35 smithi063 bash[21584]: audit 2024-05-06T06:58:34.149610+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:35.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:35 smithi063 bash[21584]: audit 2024-05-06T06:58:34.172253+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:35.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:35 smithi063 bash[21584]: audit 2024-05-06T06:58:34.172253+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:35.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:35 smithi063 bash[21584]: cephadm 2024-05-06T06:58:34.173165+0000 mgr.a (mgr.14152) 205 : cephadm [INF] Deploying daemon container.foo.smithi110 on smithi110 2024-05-06T06:58:35.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:35 smithi063 bash[21584]: cephadm 2024-05-06T06:58:34.173165+0000 mgr.a (mgr.14152) 205 : cephadm [INF] Deploying daemon container.foo.smithi110 on smithi110 2024-05-06T06:58:36.560 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:36 smithi063 bash[21584]: audit 2024-05-06T06:58:35.302473+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:36.560 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:36 smithi063 bash[21584]: audit 2024-05-06T06:58:35.302473+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:36.560 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:36 smithi063 bash[21584]: audit 2024-05-06T06:58:35.315098+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:36.560 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:36 smithi063 bash[21584]: audit 2024-05-06T06:58:35.315098+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:36.560 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:36 smithi063 bash[21584]: audit 2024-05-06T06:58:35.350179+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:36.560 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:36 smithi063 bash[21584]: audit 2024-05-06T06:58:35.350179+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:36.561 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:36 smithi063 bash[21584]: audit 2024-05-06T06:58:35.360075+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:36.561 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:36 smithi063 bash[21584]: audit 2024-05-06T06:58:35.360075+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:36.561 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:36 smithi063 bash[21584]: cephadm 2024-05-06T06:58:35.365910+0000 mgr.a (mgr.14152) 206 : cephadm [INF] Deploying daemon container.bar.smithi110 on smithi110 2024-05-06T06:58:36.561 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:36 smithi063 bash[21584]: cephadm 2024-05-06T06:58:35.365910+0000 mgr.a (mgr.14152) 206 : cephadm [INF] Deploying daemon container.bar.smithi110 on smithi110 2024-05-06T06:58:36.646 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:36 smithi110 bash[22399]: audit 2024-05-06T06:58:35.302473+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:36.646 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:36 smithi110 bash[22399]: audit 2024-05-06T06:58:35.302473+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:36.646 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:36 smithi110 bash[22399]: audit 2024-05-06T06:58:35.315098+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:36.646 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:36 smithi110 bash[22399]: audit 2024-05-06T06:58:35.315098+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:36.646 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:36 smithi110 bash[22399]: audit 2024-05-06T06:58:35.350179+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:36.646 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:36 smithi110 bash[22399]: audit 2024-05-06T06:58:35.350179+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:36.646 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:36 smithi110 bash[22399]: audit 2024-05-06T06:58:35.360075+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:36.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:36 smithi110 bash[22399]: audit 2024-05-06T06:58:35.360075+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:36.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:36 smithi110 bash[22399]: cephadm 2024-05-06T06:58:35.365910+0000 mgr.a (mgr.14152) 206 : cephadm [INF] Deploying daemon container.bar.smithi110 on smithi110 2024-05-06T06:58:36.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:36 smithi110 bash[22399]: cephadm 2024-05-06T06:58:35.365910+0000 mgr.a (mgr.14152) 206 : cephadm [INF] Deploying daemon container.bar.smithi110 on smithi110 2024-05-06T06:58:37.072 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:36 smithi110 systemd[1]: /etc/systemd/system/ceph-fac46718-0b74-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-06T06:58:37.073 INFO:journalctl@ceph.mgr.b.smithi110.stdout:May 06 06:58:36 smithi110 systemd[1]: /etc/systemd/system/ceph-fac46718-0b74-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-06T06:58:37.073 INFO:journalctl@ceph.osd.1.smithi110.stdout:May 06 06:58:36 smithi110 systemd[1]: /etc/systemd/system/ceph-fac46718-0b74-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-06T06:58:37.339 INFO:journalctl@ceph.osd.1.smithi110.stdout:May 06 06:58:37 smithi110 systemd[1]: /etc/systemd/system/ceph-fac46718-0b74-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-06T06:58:37.339 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:37 smithi110 systemd[1]: /etc/systemd/system/ceph-fac46718-0b74-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-06T06:58:37.340 INFO:journalctl@ceph.mgr.b.smithi110.stdout:May 06 06:58:37 smithi110 systemd[1]: /etc/systemd/system/ceph-fac46718-0b74-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-06T06:58:37.635 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:37 smithi110 bash[22399]: cluster 2024-05-06T06:58:35.763247+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v159: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:37.635 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:37 smithi110 bash[22399]: cluster 2024-05-06T06:58:35.763247+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v159: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:37.848 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:37 smithi063 bash[21584]: cluster 2024-05-06T06:58:35.763247+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v159: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:37.848 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:37 smithi063 bash[21584]: cluster 2024-05-06T06:58:35.763247+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v159: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:38.425 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/fac46718-0b74-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T06:58:39.645 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:39 smithi110 bash[22399]: cluster 2024-05-06T06:58:37.763550+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v160: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:39.645 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:39 smithi110 bash[22399]: cluster 2024-05-06T06:58:37.763550+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v160: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:39.646 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:39 smithi110 bash[22399]: audit 2024-05-06T06:58:38.670110+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:39.646 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:39 smithi110 bash[22399]: audit 2024-05-06T06:58:38.670110+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:39.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:39 smithi063 bash[21584]: cluster 2024-05-06T06:58:37.763550+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v160: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:39.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:39 smithi063 bash[21584]: cluster 2024-05-06T06:58:37.763550+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v160: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:39.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:39 smithi063 bash[21584]: audit 2024-05-06T06:58:38.670110+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:39.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:39 smithi063 bash[21584]: audit 2024-05-06T06:58:38.670110+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:41.645 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:41 smithi110 bash[22399]: cluster 2024-05-06T06:58:39.763991+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v161: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:41.646 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:41 smithi110 bash[22399]: cluster 2024-05-06T06:58:39.763991+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v161: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:41.831 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:41 smithi063 bash[21584]: cluster 2024-05-06T06:58:39.763991+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v161: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:41.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:41 smithi063 bash[21584]: cluster 2024-05-06T06:58:39.763991+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v161: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:43.332 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:43 smithi063 bash[21584]: cluster 2024-05-06T06:58:41.764494+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v162: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:43.332 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:43 smithi063 bash[21584]: cluster 2024-05-06T06:58:41.764494+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v162: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:43.332 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:43 smithi063 bash[21584]: audit 2024-05-06T06:58:42.033420+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:43.333 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:43 smithi063 bash[21584]: audit 2024-05-06T06:58:42.033420+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:43.333 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:43 smithi063 bash[21584]: audit 2024-05-06T06:58:42.225107+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:43.333 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:43 smithi063 bash[21584]: audit 2024-05-06T06:58:42.225107+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:43.395 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:43 smithi110 bash[22399]: cluster 2024-05-06T06:58:41.764494+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v162: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:43.396 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:43 smithi110 bash[22399]: cluster 2024-05-06T06:58:41.764494+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v162: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:43.396 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:43 smithi110 bash[22399]: audit 2024-05-06T06:58:42.033420+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:43.396 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:43 smithi110 bash[22399]: audit 2024-05-06T06:58:42.033420+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:43.396 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:43 smithi110 bash[22399]: audit 2024-05-06T06:58:42.225107+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:43.396 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:43 smithi110 bash[22399]: audit 2024-05-06T06:58:42.225107+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:44.986 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:44 smithi063 bash[21584]: cluster 2024-05-06T06:58:43.764876+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v163: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:44.986 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:44 smithi063 bash[21584]: cluster 2024-05-06T06:58:43.764876+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v163: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:44.986 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:44 smithi063 bash[21584]: audit 2024-05-06T06:58:43.870216+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:44.986 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:44 smithi063 bash[21584]: audit 2024-05-06T06:58:43.870216+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:44.986 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:44 smithi063 bash[21584]: audit 2024-05-06T06:58:43.874850+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:44.986 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:44 smithi063 bash[21584]: audit 2024-05-06T06:58:43.874850+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:44.986 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:44 smithi063 bash[21584]: audit 2024-05-06T06:58:43.880619+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:44.987 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:44 smithi063 bash[21584]: audit 2024-05-06T06:58:43.880619+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:44.987 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:44 smithi063 bash[21584]: audit 2024-05-06T06:58:44.860634+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:44.987 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:44 smithi063 bash[21584]: audit 2024-05-06T06:58:44.860634+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:44.987 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:44 smithi063 bash[21584]: audit 2024-05-06T06:58:44.865722+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:44.987 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:44 smithi063 bash[21584]: audit 2024-05-06T06:58:44.865722+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:46.146 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:45 smithi110 bash[22399]: cluster 2024-05-06T06:58:43.764876+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v163: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:46.146 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:45 smithi110 bash[22399]: cluster 2024-05-06T06:58:43.764876+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v163: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:46.146 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:45 smithi110 bash[22399]: audit 2024-05-06T06:58:43.870216+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:46.146 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:45 smithi110 bash[22399]: audit 2024-05-06T06:58:43.870216+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:46.146 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:45 smithi110 bash[22399]: audit 2024-05-06T06:58:43.874850+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:46.146 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:45 smithi110 bash[22399]: audit 2024-05-06T06:58:43.874850+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:46.147 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:45 smithi110 bash[22399]: audit 2024-05-06T06:58:43.880619+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:46.147 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:45 smithi110 bash[22399]: audit 2024-05-06T06:58:43.880619+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:46.147 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:45 smithi110 bash[22399]: audit 2024-05-06T06:58:44.860634+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:46.147 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:45 smithi110 bash[22399]: audit 2024-05-06T06:58:44.860634+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:46.147 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:45 smithi110 bash[22399]: audit 2024-05-06T06:58:44.865722+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:46.147 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:45 smithi110 bash[22399]: audit 2024-05-06T06:58:44.865722+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:46.147 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:45 smithi110 bash[22399]: audit 2024-05-06T06:58:44.870655+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:46.147 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:45 smithi110 bash[22399]: audit 2024-05-06T06:58:44.870655+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:46.331 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:45 smithi063 bash[21584]: audit 2024-05-06T06:58:44.870655+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:46.332 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:45 smithi063 bash[21584]: audit 2024-05-06T06:58:44.870655+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:47.081 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:46 smithi063 bash[21584]: cluster 2024-05-06T06:58:45.765323+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v164: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:47.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:46 smithi063 bash[21584]: cluster 2024-05-06T06:58:45.765323+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v164: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:47.145 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:46 smithi110 bash[22399]: cluster 2024-05-06T06:58:45.765323+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v164: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:47.146 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:46 smithi110 bash[22399]: cluster 2024-05-06T06:58:45.765323+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v164: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:49.146 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:48 smithi110 bash[22399]: cluster 2024-05-06T06:58:47.765822+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v165: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:49.146 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:48 smithi110 bash[22399]: cluster 2024-05-06T06:58:47.765822+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v165: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:49.332 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:48 smithi063 bash[21584]: cluster 2024-05-06T06:58:47.765822+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v165: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:49.332 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:48 smithi063 bash[21584]: cluster 2024-05-06T06:58:47.765822+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v165: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:50.205 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-06T06:58:50.205 INFO:teuthology.orchestra.run.smithi063.stdout:[{"events": ["2024-05-06T06:54:19.618904Z service:agent [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "agent", "service_type": "agent", "status": {"created": "2024-05-06T06:53:31.281272Z", "last_refresh": "2024-05-06T06:58:43.865068Z", "running": 2, "size": 2}}, {"custom_configs": [{"content": "set -e\ntest -f /var/cache/bar/from.txt\ntest -f /var/cache/bar/presized.dat\necho ok > /var/cache/bar/primary.txt\nsleep infinity\n", "mount_path": "/root/init_check.sh"}], "events": ["2024-05-06T06:58:32.919668Z 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-06T06:58:32.914711Z", "last_refresh": "2024-05-06T06:58:43.865604Z", "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-06T06:58:35.360721Z 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-06T06:58:32.909195Z", "last_refresh": "2024-05-06T06:58:43.865531Z", "running": 2, "size": 2}}, {"events": ["2024-05-06T06:55:11.148983Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063=a", "smithi110=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-05-06T06:55:08.270363Z", "last_refresh": "2024-05-06T06:58:43.865329Z", "running": 2, "size": 2}}, {"events": ["2024-05-06T06:58:32.951501Z 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-06T06:58:32.903185Z", "last_refresh": "2024-05-06T06:58:43.865209Z", "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "9f32bee02a8590592410ec0c77c02d76af1e98ec0f409b9b383ddc49778de711", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a", "last_refresh": "2024-05-06T06:58:43.865451Z", "running": 2, "size": 2}, "unmanaged": true}] 2024-05-06T06:58:51.008 INFO:tasks.cephadm:mon has 2/2 2024-05-06T06:58:51.008 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-05-06T06:58:51.019 INFO:tasks.cephadm:Waiting for ceph service container.foo to start (timeout 300)... 2024-05-06T06:58:51.019 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fac46718-0b74-11ef-bc97-c7b262605968 -- ceph orch ls -f json 2024-05-06T06:58:51.129 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:50 smithi063 bash[21584]: cluster 2024-05-06T06:58:49.766297+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v166: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:51.130 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:50 smithi063 bash[21584]: cluster 2024-05-06T06:58:49.766297+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v166: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:51.130 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:50 smithi063 bash[21584]: audit 2024-05-06T06:58:50.202741+0000 mgr.a (mgr.14152) 215 : audit [DBG] from='client.14276 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T06:58:51.130 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:50 smithi063 bash[21584]: audit 2024-05-06T06:58:50.202741+0000 mgr.a (mgr.14152) 215 : audit [DBG] from='client.14276 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T06:58:51.396 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:50 smithi110 bash[22399]: cluster 2024-05-06T06:58:49.766297+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v166: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:51.396 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:50 smithi110 bash[22399]: cluster 2024-05-06T06:58:49.766297+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v166: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:51.396 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:50 smithi110 bash[22399]: audit 2024-05-06T06:58:50.202741+0000 mgr.a (mgr.14152) 215 : audit [DBG] from='client.14276 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T06:58:51.396 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:50 smithi110 bash[22399]: audit 2024-05-06T06:58:50.202741+0000 mgr.a (mgr.14152) 215 : audit [DBG] from='client.14276 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T06:58:53.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:52 smithi063 bash[21584]: audit 2024-05-06T06:58:51.761791+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:53.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:52 smithi063 bash[21584]: audit 2024-05-06T06:58:51.761791+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:53.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:52 smithi063 bash[21584]: cluster 2024-05-06T06:58:51.766722+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v167: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:53.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:52 smithi063 bash[21584]: cluster 2024-05-06T06:58:51.766722+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v167: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:53.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:52 smithi063 bash[21584]: audit 2024-05-06T06:58:51.768797+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:53.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:52 smithi063 bash[21584]: audit 2024-05-06T06:58:51.768797+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:53.083 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:52 smithi063 bash[21584]: audit 2024-05-06T06:58:51.775988+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:53.083 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:52 smithi063 bash[21584]: audit 2024-05-06T06:58:51.775988+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:53.096 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:52 smithi110 bash[22399]: audit 2024-05-06T06:58:51.761791+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:53.096 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:52 smithi110 bash[22399]: audit 2024-05-06T06:58:51.761791+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:53.096 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:52 smithi110 bash[22399]: cluster 2024-05-06T06:58:51.766722+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v167: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:53.096 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:52 smithi110 bash[22399]: cluster 2024-05-06T06:58:51.766722+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v167: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:53.097 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:52 smithi110 bash[22399]: audit 2024-05-06T06:58:51.768797+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:53.097 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:52 smithi110 bash[22399]: audit 2024-05-06T06:58:51.768797+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:53.097 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:52 smithi110 bash[22399]: audit 2024-05-06T06:58:51.775988+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:53.097 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:52 smithi110 bash[22399]: audit 2024-05-06T06:58:51.775988+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:54.896 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:54 smithi110 bash[22399]: cluster 2024-05-06T06:58:53.767062+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v168: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:54.896 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:54 smithi110 bash[22399]: cluster 2024-05-06T06:58:53.767062+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v168: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:55.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:54 smithi063 bash[21584]: cluster 2024-05-06T06:58:53.767062+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v168: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:55.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:54 smithi063 bash[21584]: cluster 2024-05-06T06:58:53.767062+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v168: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:55.743 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/fac46718-0b74-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T06:58:57.646 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:57 smithi110 bash[22399]: cluster 2024-05-06T06:58:55.767398+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v169: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:57.650 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:57 smithi110 bash[22399]: cluster 2024-05-06T06:58:55.767398+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v169: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:57.650 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:57 smithi110 bash[22399]: audit 2024-05-06T06:58:56.556463+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:57.651 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:57 smithi110 bash[22399]: audit 2024-05-06T06:58:56.556463+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:57.651 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:57 smithi110 bash[22399]: audit 2024-05-06T06:58:56.567455+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:57.651 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:57 smithi110 bash[22399]: audit 2024-05-06T06:58:56.567455+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:57.651 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:57 smithi110 bash[22399]: audit 2024-05-06T06:58:56.584586+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:57.651 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:57 smithi110 bash[22399]: audit 2024-05-06T06:58:56.584586+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:57.651 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:57 smithi110 bash[22399]: cephadm 2024-05-06T06:58:56.587174+0000 mgr.a (mgr.14152) 219 : cephadm [INF] Deploying daemon container.bar.smithi063 on smithi063 2024-05-06T06:58:57.651 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:57 smithi110 bash[22399]: cephadm 2024-05-06T06:58:56.587174+0000 mgr.a (mgr.14152) 219 : cephadm [INF] Deploying daemon container.bar.smithi063 on smithi063 2024-05-06T06:58:57.749 INFO:journalctl@ceph.mgr.a.smithi063.stdout:May 06 06:58:57 smithi063 systemd[1]: /etc/systemd/system/ceph-fac46718-0b74-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-06T06:58:57.750 INFO:journalctl@ceph.osd.0.smithi063.stdout:May 06 06:58:57 smithi063 systemd[1]: /etc/systemd/system/ceph-fac46718-0b74-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-06T06:58:57.750 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:57 smithi063 bash[21584]: cluster 2024-05-06T06:58:55.767398+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v169: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:57.750 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:57 smithi063 bash[21584]: cluster 2024-05-06T06:58:55.767398+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v169: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:57.751 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:57 smithi063 bash[21584]: audit 2024-05-06T06:58:56.556463+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:57.751 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:57 smithi063 bash[21584]: audit 2024-05-06T06:58:56.556463+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:57.751 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:57 smithi063 bash[21584]: audit 2024-05-06T06:58:56.567455+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:57.751 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:57 smithi063 bash[21584]: audit 2024-05-06T06:58:56.567455+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:57.751 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:57 smithi063 bash[21584]: audit 2024-05-06T06:58:56.584586+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:57.751 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:57 smithi063 bash[21584]: audit 2024-05-06T06:58:56.584586+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:57.751 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:57 smithi063 bash[21584]: cephadm 2024-05-06T06:58:56.587174+0000 mgr.a (mgr.14152) 219 : cephadm [INF] Deploying daemon container.bar.smithi063 on smithi063 2024-05-06T06:58:57.751 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:57 smithi063 bash[21584]: cephadm 2024-05-06T06:58:56.587174+0000 mgr.a (mgr.14152) 219 : cephadm [INF] Deploying daemon container.bar.smithi063 on smithi063 2024-05-06T06:58:57.751 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:57 smithi063 systemd[1]: /etc/systemd/system/ceph-fac46718-0b74-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-06T06:58:58.014 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:57 smithi063 systemd[1]: /etc/systemd/system/ceph-fac46718-0b74-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-06T06:58:58.015 INFO:journalctl@ceph.osd.0.smithi063.stdout:May 06 06:58:57 smithi063 systemd[1]: /etc/systemd/system/ceph-fac46718-0b74-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-06T06:58:58.015 INFO:journalctl@ceph.mgr.a.smithi063.stdout:May 06 06:58:57 smithi063 systemd[1]: /etc/systemd/system/ceph-fac46718-0b74-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-06T06:58:59.136 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-06T06:58:59.136 INFO:teuthology.orchestra.run.smithi063.stdout:[{"events": ["2024-05-06T06:54:19.618904Z service:agent [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "agent", "service_type": "agent", "status": {"created": "2024-05-06T06:53:31.281272Z", "last_refresh": "2024-05-06T06:58:43.865068Z", "running": 2, "size": 2}}, {"custom_configs": [{"content": "set -e\ntest -f /var/cache/bar/from.txt\ntest -f /var/cache/bar/presized.dat\necho ok > /var/cache/bar/primary.txt\nsleep infinity\n", "mount_path": "/root/init_check.sh"}], "events": ["2024-05-06T06:58:56.585275Z 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-06T06:58:32.914711Z", "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-06T06:58:35.360721Z 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-06T06:58:32.909195Z", "last_refresh": "2024-05-06T06:58:43.865531Z", "running": 2, "size": 2}}, {"events": ["2024-05-06T06:55:11.148983Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063=a", "smithi110=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-05-06T06:55:08.270363Z", "last_refresh": "2024-05-06T06:58:43.865329Z", "running": 2, "size": 2}}, {"events": ["2024-05-06T06:58:32.951501Z 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-06T06:58:32.903185Z", "last_refresh": "2024-05-06T06:58:43.865209Z", "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "9f32bee02a8590592410ec0c77c02d76af1e98ec0f409b9b383ddc49778de711", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a", "last_refresh": "2024-05-06T06:58:43.865451Z", "running": 2, "size": 2}, "unmanaged": true}] 2024-05-06T06:58:59.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:59 smithi063 bash[21584]: cluster 2024-05-06T06:58:57.767743+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v170: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:59.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:59 smithi063 bash[21584]: cluster 2024-05-06T06:58:57.767743+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v170: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:59.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:59 smithi063 bash[21584]: audit 2024-05-06T06:58:59.405495+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:59.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:59 smithi063 bash[21584]: audit 2024-05-06T06:58:59.405495+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:59.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:59 smithi063 bash[21584]: audit 2024-05-06T06:58:59.418068+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:59.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:59 smithi063 bash[21584]: audit 2024-05-06T06:58:59.418068+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:59.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:59 smithi063 bash[21584]: audit 2024-05-06T06:58:59.430573+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:59.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:58:59 smithi063 bash[21584]: audit 2024-05-06T06:58:59.430573+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:59.896 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:59 smithi110 bash[22399]: cluster 2024-05-06T06:58:57.767743+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v170: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:59.896 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:59 smithi110 bash[22399]: cluster 2024-05-06T06:58:57.767743+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v170: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:58:59.896 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:59 smithi110 bash[22399]: audit 2024-05-06T06:58:59.405495+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:59.896 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:59 smithi110 bash[22399]: audit 2024-05-06T06:58:59.405495+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:59.896 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:59 smithi110 bash[22399]: audit 2024-05-06T06:58:59.418068+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:59.896 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:59 smithi110 bash[22399]: audit 2024-05-06T06:58:59.418068+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:59.896 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:59 smithi110 bash[22399]: audit 2024-05-06T06:58:59.430573+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:59.896 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:58:59 smithi110 bash[22399]: audit 2024-05-06T06:58:59.430573+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:58:59.913 INFO:tasks.cephadm:container.foo has 2/2 2024-05-06T06:58:59.913 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-05-06T06:58:59.924 INFO:tasks.cephadm:Waiting for ceph service container.bar to start (timeout 300)... 2024-05-06T06:58:59.924 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fac46718-0b74-11ef-bc97-c7b262605968 -- ceph orch ls -f json 2024-05-06T06:59:00.831 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:00 smithi063 bash[21584]: audit 2024-05-06T06:58:59.133526+0000 mgr.a (mgr.14152) 221 : audit [DBG] from='client.14280 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T06:59:00.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:00 smithi063 bash[21584]: audit 2024-05-06T06:58:59.133526+0000 mgr.a (mgr.14152) 221 : audit [DBG] from='client.14280 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T06:59:00.883 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:00 smithi110 bash[22399]: audit 2024-05-06T06:58:59.133526+0000 mgr.a (mgr.14152) 221 : audit [DBG] from='client.14280 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T06:59:00.883 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:00 smithi110 bash[22399]: audit 2024-05-06T06:58:59.133526+0000 mgr.a (mgr.14152) 221 : audit [DBG] from='client.14280 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T06:59:01.831 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:01 smithi063 bash[21584]: cluster 2024-05-06T06:58:59.768170+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v171: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:59:01.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:01 smithi063 bash[21584]: cluster 2024-05-06T06:58:59.768170+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v171: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:59:01.895 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:01 smithi110 bash[22399]: cluster 2024-05-06T06:58:59.768170+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v171: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:59:01.895 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:01 smithi110 bash[22399]: cluster 2024-05-06T06:58:59.768170+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v171: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:59:03.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:03 smithi063 bash[21584]: cluster 2024-05-06T06:59:01.768574+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v172: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:59:03.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:03 smithi063 bash[21584]: cluster 2024-05-06T06:59:01.768574+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v172: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:59:03.895 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:03 smithi110 bash[22399]: cluster 2024-05-06T06:59:01.768574+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v172: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:59:03.896 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:03 smithi110 bash[22399]: cluster 2024-05-06T06:59:01.768574+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v172: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:59:04.698 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/fac46718-0b74-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T06:59:05.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:05 smithi063 bash[21584]: cluster 2024-05-06T06:59:03.769005+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v173: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:59:05.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:05 smithi063 bash[21584]: cluster 2024-05-06T06:59:03.769005+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v173: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:59:05.895 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:05 smithi110 bash[22399]: cluster 2024-05-06T06:59:03.769005+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v173: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:59:05.895 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:05 smithi110 bash[22399]: cluster 2024-05-06T06:59:03.769005+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v173: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:59:07.646 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:07 smithi110 bash[22399]: cluster 2024-05-06T06:59:05.769576+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v174: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:59:07.646 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:07 smithi110 bash[22399]: cluster 2024-05-06T06:59:05.769576+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v174: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:59:07.646 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:07 smithi110 bash[22399]: audit 2024-05-06T06:59:07.229179+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:59:07.646 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:07 smithi110 bash[22399]: audit 2024-05-06T06:59:07.229179+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:59:07.646 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:07 smithi110 bash[22399]: audit 2024-05-06T06:59:07.239519+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:59:07.646 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:07 smithi110 bash[22399]: audit 2024-05-06T06:59:07.239519+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:59:07.646 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:07 smithi110 bash[22399]: audit 2024-05-06T06:59:07.249762+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:59:07.646 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:07 smithi110 bash[22399]: audit 2024-05-06T06:59:07.249762+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:59:08.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:07 smithi063 bash[21584]: cluster 2024-05-06T06:59:05.769576+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v174: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:59:08.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:07 smithi063 bash[21584]: cluster 2024-05-06T06:59:05.769576+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v174: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:59:08.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:07 smithi063 bash[21584]: audit 2024-05-06T06:59:07.229179+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:59:08.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:07 smithi063 bash[21584]: audit 2024-05-06T06:59:07.229179+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:59:08.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:07 smithi063 bash[21584]: audit 2024-05-06T06:59:07.239519+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:59:08.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:07 smithi063 bash[21584]: audit 2024-05-06T06:59:07.239519+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:59:08.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:07 smithi063 bash[21584]: audit 2024-05-06T06:59:07.249762+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:59:08.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:07 smithi063 bash[21584]: audit 2024-05-06T06:59:07.249762+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:59:09.081 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:08 smithi063 bash[21584]: cluster 2024-05-06T06:59:07.770103+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v175: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:59:09.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:08 smithi063 bash[21584]: cluster 2024-05-06T06:59:07.770103+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v175: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:59:09.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:08 smithi063 bash[21584]: audit 2024-05-06T06:59:07.827293+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:59:09.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:08 smithi063 bash[21584]: audit 2024-05-06T06:59:07.827293+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:59:09.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:08 smithi063 bash[21584]: audit 2024-05-06T06:59:07.837398+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:59:09.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:08 smithi063 bash[21584]: audit 2024-05-06T06:59:07.837398+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:59:09.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:08 smithi063 bash[21584]: audit 2024-05-06T06:59:07.848022+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:59:09.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:08 smithi063 bash[21584]: audit 2024-05-06T06:59:07.848022+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:59:09.146 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:08 smithi110 bash[22399]: cluster 2024-05-06T06:59:07.770103+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v175: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:59:09.146 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:08 smithi110 bash[22399]: cluster 2024-05-06T06:59:07.770103+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v175: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:59:09.146 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:08 smithi110 bash[22399]: audit 2024-05-06T06:59:07.827293+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:59:09.146 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:08 smithi110 bash[22399]: audit 2024-05-06T06:59:07.827293+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:59:09.146 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:08 smithi110 bash[22399]: audit 2024-05-06T06:59:07.837398+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:59:09.147 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:08 smithi110 bash[22399]: audit 2024-05-06T06:59:07.837398+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:59:09.147 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:08 smithi110 bash[22399]: audit 2024-05-06T06:59:07.848022+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:59:09.147 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:08 smithi110 bash[22399]: audit 2024-05-06T06:59:07.848022+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:59:11.019 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:10 smithi063 bash[21584]: cluster 2024-05-06T06:59:09.770614+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v176: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:59:11.019 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:10 smithi063 bash[21584]: cluster 2024-05-06T06:59:09.770614+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v176: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:59:11.110 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:10 smithi110 bash[22399]: cluster 2024-05-06T06:59:09.770614+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v176: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:59:11.110 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:10 smithi110 bash[22399]: cluster 2024-05-06T06:59:09.770614+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v176: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:59:13.081 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:12 smithi063 bash[21584]: cluster 2024-05-06T06:59:11.771081+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v177: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:59:13.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:12 smithi063 bash[21584]: cluster 2024-05-06T06:59:11.771081+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v177: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:59:13.145 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:12 smithi110 bash[22399]: cluster 2024-05-06T06:59:11.771081+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v177: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:59:13.145 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:12 smithi110 bash[22399]: cluster 2024-05-06T06:59:11.771081+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v177: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:59:13.245 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-06T06:59:13.245 INFO:teuthology.orchestra.run.smithi063.stdout:[{"events": ["2024-05-06T06:54:19.618904Z service:agent [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "agent", "service_type": "agent", "status": {"created": "2024-05-06T06:53:31.281272Z", "last_refresh": "2024-05-06T06:59:07.219136Z", "running": 2, "size": 2}}, {"custom_configs": [{"content": "set -e\ntest -f /var/cache/bar/from.txt\ntest -f /var/cache/bar/presized.dat\necho ok > /var/cache/bar/primary.txt\nsleep infinity\n", "mount_path": "/root/init_check.sh"}], "events": ["2024-05-06T06:58:56.585275Z 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-06T06:58:32.914711Z", "last_refresh": "2024-05-06T06:59:07.219924Z", "running": 1, "size": 2}}, {"custom_configs": [{"content": "while getopts \"o:c:\" opt; do\n case ${opt} in\n o )\n OUT_FILE=${OPTARG}\n ;;\n c )\n CONTENT=${OPTARG}\n esac\ndone\necho $CONTENT > $OUT_FILE\nsleep infinity\n", "mount_path": "/root/write_thing_to_file.sh"}], "events": ["2024-05-06T06:58:35.360721Z 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-06T06:58:32.909195Z", "last_refresh": "2024-05-06T06:59:07.219742Z", "running": 2, "size": 2}}, {"events": ["2024-05-06T06:55:11.148983Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063=a", "smithi110=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-05-06T06:55:08.270363Z", "last_refresh": "2024-05-06T06:59:07.218926Z", "running": 2, "size": 2}}, {"events": ["2024-05-06T06:58:32.951501Z 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-06T06:58:32.903185Z", "last_refresh": "2024-05-06T06:59:07.218588Z", "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "9f32bee02a8590592410ec0c77c02d76af1e98ec0f409b9b383ddc49778de711", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a", "last_refresh": "2024-05-06T06:59:07.219439Z", "running": 2, "size": 2}, "unmanaged": true}] 2024-05-06T06:59:13.991 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:13 smithi063 bash[21584]: audit 2024-05-06T06:59:13.237308+0000 mgr.a (mgr.14152) 229 : audit [DBG] from='client.14284 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T06:59:13.991 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:13 smithi063 bash[21584]: audit 2024-05-06T06:59:13.237308+0000 mgr.a (mgr.14152) 229 : audit [DBG] from='client.14284 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T06:59:14.143 INFO:tasks.cephadm:container.bar has 1/2 2024-05-06T06:59:14.145 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:13 smithi110 bash[22399]: audit 2024-05-06T06:59:13.237308+0000 mgr.a (mgr.14152) 229 : audit [DBG] from='client.14284 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T06:59:14.145 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:13 smithi110 bash[22399]: audit 2024-05-06T06:59:13.237308+0000 mgr.a (mgr.14152) 229 : audit [DBG] from='client.14284 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T06:59:15.144 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fac46718-0b74-11ef-bc97-c7b262605968 -- ceph orch ls -f json 2024-05-06T06:59:15.145 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:14 smithi110 bash[22399]: cluster 2024-05-06T06:59:13.771508+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v178: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:59:15.145 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:14 smithi110 bash[22399]: cluster 2024-05-06T06:59:13.771508+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v178: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:59:15.152 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:14 smithi063 bash[21584]: cluster 2024-05-06T06:59:13.771508+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v178: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:59:15.153 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:14 smithi063 bash[21584]: cluster 2024-05-06T06:59:13.771508+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v178: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:59:16.083 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:15 smithi063 bash[21584]: audit 2024-05-06T06:59:14.943047+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:59:16.083 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:15 smithi063 bash[21584]: audit 2024-05-06T06:59:14.943047+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:59:16.083 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:15 smithi063 bash[21584]: audit 2024-05-06T06:59:14.948015+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:59:16.083 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:15 smithi063 bash[21584]: audit 2024-05-06T06:59:14.948015+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:59:16.083 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:15 smithi063 bash[21584]: audit 2024-05-06T06:59:14.995215+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:59:16.083 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:15 smithi063 bash[21584]: audit 2024-05-06T06:59:14.995215+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:59:16.083 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:15 smithi063 bash[21584]: audit 2024-05-06T06:59:14.999858+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:59:16.083 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:15 smithi063 bash[21584]: audit 2024-05-06T06:59:14.999858+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:59:16.083 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:15 smithi063 bash[21584]: audit 2024-05-06T06:59:15.053194+0000 mon.a (mon.0) 503 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T06:59:16.083 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:15 smithi063 bash[21584]: audit 2024-05-06T06:59:15.053194+0000 mon.a (mon.0) 503 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T06:59:16.084 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:15 smithi063 bash[21584]: audit 2024-05-06T06:59:15.055613+0000 mon.a (mon.0) 504 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:59:16.084 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:15 smithi063 bash[21584]: audit 2024-05-06T06:59:15.055613+0000 mon.a (mon.0) 504 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:59:16.084 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:15 smithi063 bash[21584]: audit 2024-05-06T06:59:15.056406+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T06:59:16.084 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:15 smithi063 bash[21584]: audit 2024-05-06T06:59:15.056406+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T06:59:16.084 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:15 smithi063 bash[21584]: audit 2024-05-06T06:59:15.061831+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:59:16.084 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:15 smithi063 bash[21584]: audit 2024-05-06T06:59:15.061831+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:59:16.084 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:15 smithi063 bash[21584]: cephadm 2024-05-06T06:59:15.062264+0000 mgr.a (mgr.14152) 231 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-06T06:59:16.084 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:15 smithi063 bash[21584]: cephadm 2024-05-06T06:59:15.062264+0000 mgr.a (mgr.14152) 231 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-06T06:59:16.084 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:15 smithi063 bash[21584]: cephadm 2024-05-06T06:59:15.110434+0000 mgr.a (mgr.14152) 232 : cephadm [INF] Redeploying mon.a, (container cli args changed) . . . 2024-05-06T06:59:16.084 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:15 smithi063 bash[21584]: cephadm 2024-05-06T06:59:15.110434+0000 mgr.a (mgr.14152) 232 : cephadm [INF] Redeploying mon.a, (container cli args changed) . . . 2024-05-06T06:59:16.084 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:15 smithi063 bash[21584]: audit 2024-05-06T06:59:15.110848+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T06:59:16.084 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:15 smithi063 bash[21584]: audit 2024-05-06T06:59:15.110848+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T06:59:16.084 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:15 smithi063 bash[21584]: audit 2024-05-06T06:59:15.111731+0000 mon.a (mon.0) 508 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T06:59:16.085 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:15 smithi063 bash[21584]: audit 2024-05-06T06:59:15.111731+0000 mon.a (mon.0) 508 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T06:59:16.085 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:15 smithi063 bash[21584]: audit 2024-05-06T06:59:15.112383+0000 mon.a (mon.0) 509 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:59:16.085 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:15 smithi063 bash[21584]: audit 2024-05-06T06:59:15.112383+0000 mon.a (mon.0) 509 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:59:16.085 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:15 smithi063 bash[21584]: cephadm 2024-05-06T06:59:15.113166+0000 mgr.a (mgr.14152) 233 : cephadm [INF] Deploying daemon mon.a on smithi063 2024-05-06T06:59:16.085 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:15 smithi063 bash[21584]: cephadm 2024-05-06T06:59:15.113166+0000 mgr.a (mgr.14152) 233 : cephadm [INF] Deploying daemon mon.a on smithi063 2024-05-06T06:59:16.271 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:15 smithi110 bash[22399]: audit 2024-05-06T06:59:14.943047+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:59:16.271 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:15 smithi110 bash[22399]: audit 2024-05-06T06:59:14.943047+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:59:16.271 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:15 smithi110 bash[22399]: audit 2024-05-06T06:59:14.948015+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:59:16.271 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:15 smithi110 bash[22399]: audit 2024-05-06T06:59:14.948015+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:59:16.271 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:15 smithi110 bash[22399]: audit 2024-05-06T06:59:14.995215+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:59:16.271 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:15 smithi110 bash[22399]: audit 2024-05-06T06:59:14.995215+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:59:16.271 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:15 smithi110 bash[22399]: audit 2024-05-06T06:59:14.999858+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:59:16.271 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:15 smithi110 bash[22399]: audit 2024-05-06T06:59:14.999858+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:59:16.271 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:15 smithi110 bash[22399]: audit 2024-05-06T06:59:15.053194+0000 mon.a (mon.0) 503 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T06:59:16.271 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:15 smithi110 bash[22399]: audit 2024-05-06T06:59:15.053194+0000 mon.a (mon.0) 503 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T06:59:16.272 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:15 smithi110 bash[22399]: audit 2024-05-06T06:59:15.055613+0000 mon.a (mon.0) 504 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:59:16.272 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:15 smithi110 bash[22399]: audit 2024-05-06T06:59:15.055613+0000 mon.a (mon.0) 504 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:59:16.272 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:15 smithi110 bash[22399]: audit 2024-05-06T06:59:15.056406+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T06:59:16.272 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:15 smithi110 bash[22399]: audit 2024-05-06T06:59:15.056406+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T06:59:16.272 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:15 smithi110 bash[22399]: audit 2024-05-06T06:59:15.061831+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:59:16.272 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:15 smithi110 bash[22399]: audit 2024-05-06T06:59:15.061831+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:59:16.272 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:15 smithi110 bash[22399]: cephadm 2024-05-06T06:59:15.062264+0000 mgr.a (mgr.14152) 231 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-06T06:59:16.272 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:15 smithi110 bash[22399]: cephadm 2024-05-06T06:59:15.062264+0000 mgr.a (mgr.14152) 231 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-06T06:59:16.272 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:15 smithi110 bash[22399]: cephadm 2024-05-06T06:59:15.110434+0000 mgr.a (mgr.14152) 232 : cephadm [INF] Redeploying mon.a, (container cli args changed) . . . 2024-05-06T06:59:16.272 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:15 smithi110 bash[22399]: cephadm 2024-05-06T06:59:15.110434+0000 mgr.a (mgr.14152) 232 : cephadm [INF] Redeploying mon.a, (container cli args changed) . . . 2024-05-06T06:59:16.272 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:15 smithi110 bash[22399]: audit 2024-05-06T06:59:15.110848+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T06:59:16.272 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:15 smithi110 bash[22399]: audit 2024-05-06T06:59:15.110848+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T06:59:16.272 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:15 smithi110 bash[22399]: audit 2024-05-06T06:59:15.111731+0000 mon.a (mon.0) 508 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T06:59:16.272 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:15 smithi110 bash[22399]: audit 2024-05-06T06:59:15.111731+0000 mon.a (mon.0) 508 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T06:59:16.273 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:15 smithi110 bash[22399]: audit 2024-05-06T06:59:15.112383+0000 mon.a (mon.0) 509 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:59:16.273 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:15 smithi110 bash[22399]: audit 2024-05-06T06:59:15.112383+0000 mon.a (mon.0) 509 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:59:16.273 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:15 smithi110 bash[22399]: cephadm 2024-05-06T06:59:15.113166+0000 mgr.a (mgr.14152) 233 : cephadm [INF] Deploying daemon mon.a on smithi063 2024-05-06T06:59:16.273 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:15 smithi110 bash[22399]: cephadm 2024-05-06T06:59:15.113166+0000 mgr.a (mgr.14152) 233 : cephadm [INF] Deploying daemon mon.a on smithi063 2024-05-06T06:59:17.332 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:17 smithi063 bash[21584]: cluster 2024-05-06T06:59:15.771854+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v179: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:59:17.332 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:17 smithi063 bash[21584]: cluster 2024-05-06T06:59:15.771854+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v179: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:59:17.395 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:17 smithi110 bash[22399]: cluster 2024-05-06T06:59:15.771854+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v179: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:59:17.395 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:17 smithi110 bash[22399]: cluster 2024-05-06T06:59:15.771854+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v179: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:59:19.155 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:19 smithi063 bash[21584]: cluster 2024-05-06T06:59:17.772319+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v180: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:59:19.156 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:19 smithi063 bash[21584]: cluster 2024-05-06T06:59:17.772319+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v180: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:59:19.156 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:19 smithi063 bash[21584]: audit 2024-05-06T06:59:18.042915+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:59:19.156 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:19 smithi063 bash[21584]: audit 2024-05-06T06:59:18.042915+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:59:19.156 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:19 smithi063 bash[21584]: audit 2024-05-06T06:59:18.052219+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:59:19.156 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:19 smithi063 bash[21584]: audit 2024-05-06T06:59:18.052219+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:59:19.156 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:19 smithi063 bash[21584]: audit 2024-05-06T06:59:18.062699+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:59:19.156 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:19 smithi063 bash[21584]: audit 2024-05-06T06:59:18.062699+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:59:19.156 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:19 smithi063 bash[21584]: audit 2024-05-06T06:59:18.679090+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:59:19.156 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:19 smithi063 bash[21584]: audit 2024-05-06T06:59:18.679090+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:59:19.395 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:19 smithi110 bash[22399]: cluster 2024-05-06T06:59:17.772319+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v180: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:59:19.396 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:19 smithi110 bash[22399]: cluster 2024-05-06T06:59:17.772319+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v180: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:59:19.396 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:19 smithi110 bash[22399]: audit 2024-05-06T06:59:18.042915+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:59:19.396 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:19 smithi110 bash[22399]: audit 2024-05-06T06:59:18.042915+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:59:19.396 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:19 smithi110 bash[22399]: audit 2024-05-06T06:59:18.052219+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:59:19.396 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:19 smithi110 bash[22399]: audit 2024-05-06T06:59:18.052219+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:59:19.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:19 smithi110 bash[22399]: audit 2024-05-06T06:59:18.062699+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:59:19.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:19 smithi110 bash[22399]: audit 2024-05-06T06:59:18.062699+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:59:19.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:19 smithi110 bash[22399]: audit 2024-05-06T06:59:18.679090+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:59:19.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:19 smithi110 bash[22399]: audit 2024-05-06T06:59:18.679090+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:59:20.748 INFO:journalctl@ceph.osd.0.smithi063.stdout:May 06 06:59:20 smithi063 systemd[1]: /etc/systemd/system/ceph-fac46718-0b74-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-06T06:59:20.748 INFO:journalctl@ceph.mgr.a.smithi063.stdout:May 06 06:59:20 smithi063 systemd[1]: /etc/systemd/system/ceph-fac46718-0b74-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-06T06:59:20.749 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:20 smithi063 bash[21584]: audit 2024-05-06T06:59:19.549095+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:59:20.749 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:20 smithi063 bash[21584]: audit 2024-05-06T06:59:19.549095+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:59:20.749 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:20 smithi063 bash[21584]: audit 2024-05-06T06:59:19.559061+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:59:20.749 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:20 smithi063 bash[21584]: audit 2024-05-06T06:59:19.559061+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:59:20.749 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:20 smithi063 bash[21584]: audit 2024-05-06T06:59:19.570310+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:59:20.750 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:20 smithi063 bash[21584]: audit 2024-05-06T06:59:19.570310+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:59:20.750 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:20 smithi063 systemd[1]: /etc/systemd/system/ceph-fac46718-0b74-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-06T06:59:20.750 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:20 smithi063 systemd[1]: Stopping Ceph mon.a for fac46718-0b74-11ef-bc97-c7b262605968... 2024-05-06T06:59:20.895 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:20 smithi110 bash[22399]: audit 2024-05-06T06:59:19.549095+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:59:20.896 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:20 smithi110 bash[22399]: audit 2024-05-06T06:59:19.549095+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:59:20.896 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:20 smithi110 bash[22399]: audit 2024-05-06T06:59:19.559061+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:59:20.896 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:20 smithi110 bash[22399]: audit 2024-05-06T06:59:19.559061+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:59:20.896 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:20 smithi110 bash[22399]: audit 2024-05-06T06:59:19.570310+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:59:20.896 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:20 smithi110 bash[22399]: audit 2024-05-06T06:59:19.570310+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:59:21.033 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:20 smithi063 bash[21584]: debug 2024-05-06T06:59:20.848+0000 7fa6446a0700 -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-06T06:59:21.033 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:20 smithi063 bash[21584]: debug 2024-05-06T06:59:20.848+0000 7fa6446a0700 -1 mon.a@0(leader) e2 *** Got Signal Terminated *** 2024-05-06T06:59:21.357 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/fac46718-0b74-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T06:59:21.841 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:21 smithi063 bash[39179]: ceph-fac46718-0b74-11ef-bc97-c7b262605968-mon-a 2024-05-06T06:59:22.421 INFO:journalctl@ceph.mgr.a.smithi063.stdout:May 06 06:59:22 smithi063 systemd[1]: /etc/systemd/system/ceph-fac46718-0b74-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-06T06:59:22.421 INFO:journalctl@ceph.osd.0.smithi063.stdout:May 06 06:59:22 smithi063 systemd[1]: /etc/systemd/system/ceph-fac46718-0b74-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-06T06:59:22.422 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:22 smithi063 bash[39268]: Error response from daemon: No such container: ceph-fac46718-0b74-11ef-bc97-c7b262605968-mon-a 2024-05-06T06:59:22.422 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:22 smithi063 systemd[1]: ceph-fac46718-0b74-11ef-bc97-c7b262605968@mon.a.service: Deactivated successfully. 2024-05-06T06:59:22.422 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:22 smithi063 systemd[1]: Stopped Ceph mon.a for fac46718-0b74-11ef-bc97-c7b262605968. 2024-05-06T06:59:22.422 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:22 smithi063 systemd[1]: /etc/systemd/system/ceph-fac46718-0b74-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-06T06:59:22.423 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:22 smithi063 systemd[1]: Started Ceph mon.a for fac46718-0b74-11ef-bc97-c7b262605968. 2024-05-06T06:59:25.219 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.912+0000 7f89b504dc80 0 set uid:gid to 167:167 (ceph:ceph) 2024-05-06T06:59:25.219 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.912+0000 7f89b504dc80 0 ceph version 19.0.0-3516-ge08cbbf6 (e08cbbf6fd79a8dd2949f340bce25e28ea3db004) squid (dev), process ceph-mon, pid 7 2024-05-06T06:59:25.219 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.912+0000 7f89b504dc80 0 pidfile_write: ignore empty --pid-file 2024-05-06T06:59:25.219 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 0 load: jerasure load: lrc 2024-05-06T06:59:25.219 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: RocksDB version: 7.9.2 2024-05-06T06:59:25.219 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Git sha 0 2024-05-06T06:59:25.220 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Compile date 2024-05-03 20:59:59 2024-05-06T06:59:25.220 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: DB SUMMARY 2024-05-06T06:59:25.220 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: DB Session ID: KAZR9LCH52OW0Q9UEJ27 2024-05-06T06:59:25.220 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: CURRENT file: CURRENT 2024-05-06T06:59:25.220 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: IDENTITY file: IDENTITY 2024-05-06T06:59:25.220 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: MANIFEST file: MANIFEST-000015 size: 281 Bytes 2024-05-06T06:59:25.220 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 2, files: 000008.sst 000013.sst 2024-05-06T06:59:25.220 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000014.log size: 5462047 ; 2024-05-06T06:59:25.220 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.error_if_exists: 0 2024-05-06T06:59:25.220 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.create_if_missing: 0 2024-05-06T06:59:25.220 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.paranoid_checks: 1 2024-05-06T06:59:25.220 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-05-06T06:59:25.220 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-05-06T06:59:25.221 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-05-06T06:59:25.221 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.env: 0x5654613f7cc0 2024-05-06T06:59:25.221 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.fs: PosixFileSystem 2024-05-06T06:59:25.221 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.info_log: 0x565463a65de0 2024-05-06T06:59:25.221 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.max_file_opening_threads: 16 2024-05-06T06:59:25.221 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.statistics: (nil) 2024-05-06T06:59:25.221 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.use_fsync: 0 2024-05-06T06:59:25.221 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.max_log_file_size: 0 2024-05-06T06:59:25.221 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-05-06T06:59:25.221 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-05-06T06:59:25.221 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.keep_log_file_num: 1000 2024-05-06T06:59:25.221 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.recycle_log_file_num: 0 2024-05-06T06:59:25.221 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.allow_fallocate: 1 2024-05-06T06:59:25.221 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.allow_mmap_reads: 0 2024-05-06T06:59:25.221 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.allow_mmap_writes: 0 2024-05-06T06:59:25.222 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.use_direct_reads: 0 2024-05-06T06:59:25.222 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-05-06T06:59:25.222 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.create_missing_column_families: 0 2024-05-06T06:59:25.222 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.db_log_dir: 2024-05-06T06:59:25.222 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.wal_dir: 2024-05-06T06:59:25.222 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-05-06T06:59:25.222 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-05-06T06:59:25.222 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-05-06T06:59:25.222 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-05-06T06:59:25.222 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-05-06T06:59:25.223 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-05-06T06:59:25.223 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.advise_random_on_open: 1 2024-05-06T06:59:25.223 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.db_write_buffer_size: 0 2024-05-06T06:59:25.223 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.write_buffer_manager: 0x565463a370e0 2024-05-06T06:59:25.223 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-05-06T06:59:25.223 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-05-06T06:59:25.223 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-05-06T06:59:25.223 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.rate_limiter: (nil) 2024-05-06T06:59:25.223 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-05-06T06:59:25.223 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.wal_recovery_mode: 2 2024-05-06T06:59:25.225 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.enable_thread_tracking: 0 2024-05-06T06:59:25.225 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.enable_pipelined_write: 0 2024-05-06T06:59:25.225 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.unordered_write: 0 2024-05-06T06:59:25.225 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-05-06T06:59:25.225 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-05-06T06:59:25.225 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-05-06T06:59:25.225 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-05-06T06:59:25.225 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.row_cache: None 2024-05-06T06:59:25.226 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.wal_filter: None 2024-05-06T06:59:25.226 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-05-06T06:59:25.226 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.allow_ingest_behind: 0 2024-05-06T06:59:25.226 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.two_write_queues: 0 2024-05-06T06:59:25.226 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.manual_wal_flush: 0 2024-05-06T06:59:25.226 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.wal_compression: 0 2024-05-06T06:59:25.226 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.atomic_flush: 0 2024-05-06T06:59:25.226 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-05-06T06:59:25.226 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-05-06T06:59:25.226 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-05-06T06:59:25.226 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.log_readahead_size: 0 2024-05-06T06:59:25.226 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-05-06T06:59:25.227 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.best_efforts_recovery: 0 2024-05-06T06:59:25.227 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-05-06T06:59:25.227 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-05-06T06:59:25.227 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.allow_data_in_errors: 0 2024-05-06T06:59:25.227 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.db_host_id: __hostname__ 2024-05-06T06:59:25.227 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-05-06T06:59:25.227 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.max_background_jobs: 2 2024-05-06T06:59:25.227 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.max_background_compactions: -1 2024-05-06T06:59:25.227 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.max_subcompactions: 1 2024-05-06T06:59:25.227 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-05-06T06:59:25.228 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-05-06T06:59:25.228 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-05-06T06:59:25.228 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.max_total_wal_size: 0 2024-05-06T06:59:25.228 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-05-06T06:59:25.228 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-05-06T06:59:25.228 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-05-06T06:59:25.228 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-05-06T06:59:25.228 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.max_open_files: -1 2024-05-06T06:59:25.228 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.bytes_per_sync: 0 2024-05-06T06:59:25.228 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-05-06T06:59:25.230 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-05-06T06:59:25.230 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.compaction_readahead_size: 0 2024-05-06T06:59:25.230 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.max_background_flushes: -1 2024-05-06T06:59:25.231 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Compression algorithms supported: 2024-05-06T06:59:25.231 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-05-06T06:59:25.231 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: kZSTD supported: 0 2024-05-06T06:59:25.231 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: kXpressCompression supported: 0 2024-05-06T06:59:25.231 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: kLZ4HCCompression supported: 1 2024-05-06T06:59:25.231 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: kZlibCompression supported: 1 2024-05-06T06:59:25.231 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: kSnappyCompression supported: 1 2024-05-06T06:59:25.231 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: kLZ4Compression supported: 1 2024-05-06T06:59:25.231 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: kBZip2Compression supported: 0 2024-05-06T06:59:25.231 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-05-06T06:59:25.231 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-05-06T06:59:25.231 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000015 2024-05-06T06:59:25.232 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-05-06T06:59:25.232 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-05-06T06:59:25.232 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.merge_operator: 2024-05-06T06:59:25.232 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.compaction_filter: None 2024-05-06T06:59:25.232 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.compaction_filter_factory: None 2024-05-06T06:59:25.232 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.sst_partitioner_factory: None 2024-05-06T06:59:25.232 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-05-06T06:59:25.232 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-05-06T06:59:25.232 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x565463a65fa0) 2024-05-06T06:59:25.232 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: cache_index_and_filter_blocks: 1 2024-05-06T06:59:25.232 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: cache_index_and_filter_blocks_with_high_priority: 0 2024-05-06T06:59:25.232 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-05-06T06:59:25.232 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: pin_top_level_index_and_filter: 1 2024-05-06T06:59:25.233 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: index_type: 0 2024-05-06T06:59:25.233 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: data_block_index_type: 0 2024-05-06T06:59:25.233 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: index_shortening: 1 2024-05-06T06:59:25.233 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: data_block_hash_table_util_ratio: 0.750000 2024-05-06T06:59:25.233 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: checksum: 4 2024-05-06T06:59:25.233 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: no_block_cache: 0 2024-05-06T06:59:25.233 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: block_cache: 0x565463a671f0 2024-05-06T06:59:25.233 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: block_cache_name: BinnedLRUCache 2024-05-06T06:59:25.233 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: block_cache_options: 2024-05-06T06:59:25.233 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: capacity : 536870912 2024-05-06T06:59:25.233 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: num_shard_bits : 4 2024-05-06T06:59:25.233 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: strict_capacity_limit : 0 2024-05-06T06:59:25.233 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: high_pri_pool_ratio: 0.000 2024-05-06T06:59:25.233 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: block_cache_compressed: (nil) 2024-05-06T06:59:25.234 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: persistent_cache: (nil) 2024-05-06T06:59:25.234 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: block_size: 4096 2024-05-06T06:59:25.234 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: block_size_deviation: 10 2024-05-06T06:59:25.234 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: block_restart_interval: 16 2024-05-06T06:59:25.234 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: index_block_restart_interval: 1 2024-05-06T06:59:25.234 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: metadata_block_size: 4096 2024-05-06T06:59:25.234 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: partition_filters: 0 2024-05-06T06:59:25.234 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: use_delta_encoding: 1 2024-05-06T06:59:25.234 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: filter_policy: bloomfilter 2024-05-06T06:59:25.234 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: whole_key_filtering: 1 2024-05-06T06:59:25.234 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: verify_compression: 0 2024-05-06T06:59:25.234 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: read_amp_bytes_per_bit: 0 2024-05-06T06:59:25.234 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: format_version: 5 2024-05-06T06:59:25.235 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: enable_index_compression: 1 2024-05-06T06:59:25.235 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: block_align: 0 2024-05-06T06:59:25.235 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: max_auto_readahead_size: 262144 2024-05-06T06:59:25.235 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: prepopulate_block_cache: 0 2024-05-06T06:59:25.235 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: initial_auto_readahead_size: 8192 2024-05-06T06:59:25.235 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: num_file_reads_for_auto_readahead: 2 2024-05-06T06:59:25.235 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.write_buffer_size: 33554432 2024-05-06T06:59:25.235 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.max_write_buffer_number: 2 2024-05-06T06:59:25.235 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.compression: NoCompression 2024-05-06T06:59:25.235 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.bottommost_compression: Disabled 2024-05-06T06:59:25.235 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.prefix_extractor: nullptr 2024-05-06T06:59:25.235 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-05-06T06:59:25.235 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.num_levels: 7 2024-05-06T06:59:25.235 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-05-06T06:59:25.236 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-05-06T06:59:25.236 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-05-06T06:59:25.236 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-05-06T06:59:25.236 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-05-06T06:59:25.236 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-05-06T06:59:25.236 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-05-06T06:59:25.236 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-05-06T06:59:25.236 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-05-06T06:59:25.236 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-05-06T06:59:25.236 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-05-06T06:59:25.236 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-05-06T06:59:25.236 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-05-06T06:59:25.236 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.compression_opts.level: 32767 2024-05-06T06:59:25.236 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.compression_opts.strategy: 0 2024-05-06T06:59:25.237 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-05-06T06:59:25.237 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-05-06T06:59:25.237 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-05-06T06:59:25.237 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-05-06T06:59:25.237 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.compression_opts.enabled: false 2024-05-06T06:59:25.237 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-05-06T06:59:25.237 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-05-06T06:59:25.237 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-05-06T06:59:25.237 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-05-06T06:59:25.237 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.target_file_size_base: 67108864 2024-05-06T06:59:25.237 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-05-06T06:59:25.237 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-05-06T06:59:25.237 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-05-06T06:59:25.237 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-05-06T06:59:25.238 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-05-06T06:59:25.238 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-05-06T06:59:25.238 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-05-06T06:59:25.238 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-05-06T06:59:25.238 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-05-06T06:59:25.238 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-05-06T06:59:25.238 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-05-06T06:59:25.238 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-05-06T06:59:25.238 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-05-06T06:59:25.238 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-05-06T06:59:25.238 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.arena_block_size: 1048576 2024-05-06T06:59:25.238 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-05-06T06:59:25.238 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-05-06T06:59:25.238 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.disable_auto_compactions: 0 2024-05-06T06:59:25.239 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-05-06T06:59:25.239 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-05-06T06:59:25.239 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-05-06T06:59:25.239 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-05-06T06:59:25.239 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-05-06T06:59:25.239 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-05-06T06:59:25.239 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-05-06T06:59:25.239 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-05-06T06:59:25.239 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-05-06T06:59:25.239 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-05-06T06:59:25.239 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-05-06T06:59:25.239 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.inplace_update_support: 0 2024-05-06T06:59:25.239 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-05-06T06:59:25.239 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-05-06T06:59:25.240 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-05-06T06:59:25.240 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-05-06T06:59:25.240 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.bloom_locality: 0 2024-05-06T06:59:25.240 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.max_successive_merges: 0 2024-05-06T06:59:25.240 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-05-06T06:59:25.240 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.paranoid_file_checks: 0 2024-05-06T06:59:25.240 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.force_consistency_checks: 1 2024-05-06T06:59:25.240 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.report_bg_io_stats: 0 2024-05-06T06:59:25.240 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.ttl: 2592000 2024-05-06T06:59:25.240 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-05-06T06:59:25.240 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-05-06T06:59:25.240 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-05-06T06:59:25.240 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.enable_blob_files: false 2024-05-06T06:59:25.240 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.min_blob_size: 0 2024-05-06T06:59:25.240 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.blob_file_size: 268435456 2024-05-06T06:59:25.241 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-05-06T06:59:25.241 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-05-06T06:59:25.241 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-05-06T06:59:25.241 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-05-06T06:59:25.241 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-05-06T06:59:25.241 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.blob_file_starting_level: 0 2024-05-06T06:59:25.241 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-05-06T06:59:25.241 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 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-06T06:59:25.241 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 10 2024-05-06T06:59:25.241 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: f788ea11-7752-4d41-a725-698967728908 2024-05-06T06:59:25.241 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1714978764925330, "job": 1, "event": "recovery_started", "wal_files": [14]} 2024-05-06T06:59:25.241 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.920+0000 7f89b504dc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #14 mode 2 2024-05-06T06:59:25.241 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.944+0000 7f89b504dc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1714978764948692, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 18, "file_size": 4704872, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 261, "largest_seqno": 5847, "table_properties": {"data_size": 4686013, "index_size": 12053, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 5765, "raw_key_size": 48956, "raw_average_key_size": 21, "raw_value_size": 4641867, "raw_average_value_size": 2021, "num_data_blocks": 571, "num_entries": 2296, "num_filter_entries": 2296, "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": 1714978764, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "f788ea11-7752-4d41-a725-698967728908", "db_session_id": "KAZR9LCH52OW0Q9UEJ27", "orig_file_number": 18, "seqno_to_time_mapping": "N/A"}} 2024-05-06T06:59:25.241 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.944+0000 7f89b504dc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1714978764948809, "job": 1, "event": "recovery_finished"} 2024-05-06T06:59:25.242 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.944+0000 7f89b504dc80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 20 2024-05-06T06:59:25.242 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.948+0000 7f89b504dc80 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-06T06:59:25.242 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.948+0000 7f89b504dc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x565463b88000 2024-05-06T06:59:25.242 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.948+0000 7f89b504dc80 4 rocksdb: DB pointer 0x565463b74000 2024-05-06T06:59:25.242 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.948+0000 7f89a37a4700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-05-06T06:59:25.242 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.948+0000 7f89a37a4700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-05-06T06:59:25.242 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: ** DB Stats ** 2024-05-06T06:59:25.242 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: Uptime(secs): 0.0 total, 0.0 interval 2024-05-06T06:59:25.242 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: 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-06T06:59:25.242 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-06T06:59:25.242 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-06T06:59:25.242 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: 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-06T06:59:25.242 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-06T06:59:25.243 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-06T06:59:25.243 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: ** Compaction Stats [default] ** 2024-05-06T06:59:25.243 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: 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-06T06:59:25.243 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-05-06T06:59:25.243 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: L0 3/0 4.57 MB 0.8 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 460.3 0.01 0.00 1 0.010 0 0 0.0 0.0 2024-05-06T06:59:25.243 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: Sum 3/0 4.57 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 460.3 0.01 0.00 1 0.010 0 0 0.0 0.0 2024-05-06T06:59:25.243 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 460.3 0.01 0.00 1 0.010 0 0 0.0 0.0 2024-05-06T06:59:25.243 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: ** Compaction Stats [default] ** 2024-05-06T06:59:25.243 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: 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-06T06:59:25.243 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-05-06T06:59:25.243 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 460.3 0.01 0.00 1 0.010 0 0 0.0 0.0 2024-05-06T06:59:25.244 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-05-06T06:59:25.244 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: Uptime(secs): 0.0 total, 0.0 interval 2024-05-06T06:59:25.244 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: Flush(GB): cumulative 0.004, interval 0.004 2024-05-06T06:59:25.244 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: AddFile(GB): cumulative 0.000, interval 0.000 2024-05-06T06:59:25.244 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: AddFile(Total Files): cumulative 0, interval 0 2024-05-06T06:59:25.244 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: AddFile(L0 Files): cumulative 0, interval 0 2024-05-06T06:59:25.244 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: AddFile(Keys): cumulative 0, interval 0 2024-05-06T06:59:25.244 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: Cumulative compaction: 0.00 GB write, 161.29 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-06T06:59:25.244 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: Interval compaction: 0.00 GB write, 161.29 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-06T06:59:25.244 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: 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-06T06:59:25.244 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: Block cache BinnedLRUCache@0x565463a671f0#7 capacity: 512.00 MB usage: 19.30 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.4e-05 secs_since: 0 2024-05-06T06:59:25.244 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: Block cache entry stats(count,size,portion): FilterBlock(3,6.80 KB,0.0012964%) IndexBlock(3,12.50 KB,0.00238419%) Misc(1,0.00 KB,0%) 2024-05-06T06:59:25.244 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: ** File Read Latency Histogram By Level [default] ** 2024-05-06T06:59:25.245 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.948+0000 7f89b504dc80 0 starting mon.a rank 0 at public addrs [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] at bind addrs [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid fac46718-0b74-11ef-bc97-c7b262605968 2024-05-06T06:59:25.245 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.948+0000 7f89b504dc80 1 mon.a@-1(???) e2 preinit fsid fac46718-0b74-11ef-bc97-c7b262605968 2024-05-06T06:59:25.245 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.948+0000 7f89b504dc80 0 mon.a@-1(???).mds e1 new map 2024-05-06T06:59:25.245 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.948+0000 7f89b504dc80 0 mon.a@-1(???).mds e1 print_map 2024-05-06T06:59:25.245 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: e1 2024-05-06T06:59:25.245 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: enable_multiple, ever_enabled_multiple: 1,1 2024-05-06T06:59:25.245 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: 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-06T06:59:25.246 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: legacy client fscid: -1 2024-05-06T06:59:25.246 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: 2024-05-06T06:59:25.246 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: No filesystems configured 2024-05-06T06:59:25.246 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.948+0000 7f89b504dc80 0 mon.a@-1(???).osd e14 crush map has features 3314932999778484224, adjusting msgr requires 2024-05-06T06:59:25.246 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.948+0000 7f89b504dc80 0 mon.a@-1(???).osd e14 crush map has features 288514050185494528, adjusting msgr requires 2024-05-06T06:59:25.246 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.948+0000 7f89b504dc80 0 mon.a@-1(???).osd e14 crush map has features 288514050185494528, adjusting msgr requires 2024-05-06T06:59:25.246 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.948+0000 7f89b504dc80 0 mon.a@-1(???).osd e14 crush map has features 288514050185494528, adjusting msgr requires 2024-05-06T06:59:25.246 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:24 smithi063 bash[39322]: debug 2024-05-06T06:59:24.952+0000 7f89b504dc80 1 mon.a@-1(???).paxosservice(auth 1..9) refresh upgraded, format 0 -> 3 2024-05-06T06:59:25.626 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-06T06:59:25.627 INFO:teuthology.orchestra.run.smithi063.stdout:[{"events": ["2024-05-06T06:54:19.618904Z service:agent [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "agent", "service_type": "agent", "status": {"created": "2024-05-06T06:53:31.281272Z", "last_refresh": "2024-05-06T06:59:19.537052Z", "running": 2, "size": 2}}, {"custom_configs": [{"content": "set -e\ntest -f /var/cache/bar/from.txt\ntest -f /var/cache/bar/presized.dat\necho ok > /var/cache/bar/primary.txt\nsleep infinity\n", "mount_path": "/root/init_check.sh"}], "events": ["2024-05-06T06:59:15.000166Z 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-06T06:58:32.914711Z", "last_refresh": "2024-05-06T06:59:19.538817Z", "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-06T06:58:35.360721Z 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-06T06:58:32.909195Z", "last_refresh": "2024-05-06T06:59:19.538369Z", "running": 2, "size": 2}}, {"events": ["2024-05-06T06:55:11.148983Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063=a", "smithi110=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-05-06T06:55:08.270363Z", "last_refresh": "2024-05-06T06:59:19.537740Z", "running": 2, "size": 2}}, {"events": ["2024-05-06T06:58:32.951501Z 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-06T06:58:32.903185Z", "last_refresh": "2024-05-06T06:59:19.537416Z", "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "9f32bee02a8590592410ec0c77c02d76af1e98ec0f409b9b383ddc49778de711", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a", "last_refresh": "2024-05-06T06:59:19.538056Z", "running": 2, "size": 2}, "unmanaged": true}] 2024-05-06T06:59:26.766 INFO:tasks.cephadm:container.bar has 2/2 2024-05-06T06:59:26.766 INFO:teuthology.run_tasks:Running task exec... 2024-05-06T06:59:26.776 INFO:teuthology.task.exec:Executing custom commands... 2024-05-06T06:59:26.776 INFO:teuthology.task.exec:Running commands on role host.a host ubuntu@smithi063.front.sepia.ceph.com 2024-05-06T06:59:26.776 DEBUG:teuthology.orchestra.run.smithi063:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'set -ex 2024-05-06T06:59:26.776 DEBUG:teuthology.orchestra.run.smithi063:> FSID=$(/home/ubuntu/cephtest/cephadm shell -- ceph fsid) 2024-05-06T06:59:26.776 DEBUG:teuthology.orchestra.run.smithi063:> sleep 60 2024-05-06T06:59:26.776 DEBUG:teuthology.orchestra.run.smithi063:> # check extra container and entrypoint args written to mon unit run file 2024-05-06T06:59:26.776 DEBUG:teuthology.orchestra.run.smithi063:> grep "\-\-cpus=2" /var/lib/ceph/$FSID/mon.*/unit.run 2024-05-06T06:59:26.776 DEBUG:teuthology.orchestra.run.smithi063:> grep "\-\-debug_ms 10" /var/lib/ceph/$FSID/mon.*/unit.run 2024-05-06T06:59:26.777 DEBUG:teuthology.orchestra.run.smithi063:> # check that custom container properly wrote content to file. 2024-05-06T06:59:26.777 DEBUG:teuthology.orchestra.run.smithi063:> # This requires the custom config, extra container args, and 2024-05-06T06:59:26.777 DEBUG:teuthology.orchestra.run.smithi063:> # entrypoint args to all be working in order for this to have 2024-05-06T06:59:26.777 DEBUG:teuthology.orchestra.run.smithi063:> # been written. The container entrypoint was set up with custom_configs, 2024-05-06T06:59:26.777 DEBUG:teuthology.orchestra.run.smithi063:> # the content and where to write to with the entrypoint args, and the mounting 2024-05-06T06:59:26.777 DEBUG:teuthology.orchestra.run.smithi063:> # of the /etc/cephadm_testing dir with extra container args 2024-05-06T06:59:26.777 DEBUG:teuthology.orchestra.run.smithi063:> grep "testing_custom_containers" /etc/cephadm_testing/testing.txt 2024-05-06T06:59:26.777 DEBUG:teuthology.orchestra.run.smithi063:> # Verify that container bar'"'"'s init containers and primary container 2024-05-06T06:59:26.777 DEBUG:teuthology.orchestra.run.smithi063:> # ran successfully 2024-05-06T06:59:26.777 DEBUG:teuthology.orchestra.run.smithi063:> dir=$(find /var/lib/ceph/$FSID -maxdepth 1 -type d -name '"'"'container.bar.*'"'"') 2024-05-06T06:59:26.777 DEBUG:teuthology.orchestra.run.smithi063:> test -n "$dir" 2024-05-06T06:59:26.777 DEBUG:teuthology.orchestra.run.smithi063:> grep ok ${dir}/data/primary.txt 2024-05-06T06:59:26.777 DEBUG:teuthology.orchestra.run.smithi063:> grep from=centos ${dir}/data/from.txt 2024-05-06T06:59:26.777 DEBUG:teuthology.orchestra.run.smithi063:> test -s ${dir}/data/presized.dat 2024-05-06T06:59:26.777 DEBUG:teuthology.orchestra.run.smithi063:> ' 2024-05-06T06:59:26.822 INFO:teuthology.orchestra.run.smithi063.stderr:++ /home/ubuntu/cephtest/cephadm shell -- ceph fsid 2024-05-06T06:59:28.332 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:28 smithi063 bash[39322]: audit 2024-05-06T06:59:20.862239+0000 mon.b (mon.1) 10 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T06:59:28.333 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:28 smithi063 bash[39322]: audit 2024-05-06T06:59:20.862239+0000 mon.b (mon.1) 10 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T06:59:28.333 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:28 smithi063 bash[39322]: audit 2024-05-06T06:59:20.862595+0000 mon.b (mon.1) 11 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T06:59:28.333 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:28 smithi063 bash[39322]: audit 2024-05-06T06:59:20.862595+0000 mon.b (mon.1) 11 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T06:59:28.333 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:28 smithi063 bash[39322]: cluster 2024-05-06T06:59:21.773326+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v182: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:59:28.333 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:28 smithi063 bash[39322]: cluster 2024-05-06T06:59:21.773326+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v182: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:59:28.333 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:28 smithi063 bash[39322]: cluster 2024-05-06T06:59:23.773816+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v183: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:59:28.333 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:28 smithi063 bash[39322]: cluster 2024-05-06T06:59:23.773816+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v183: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:59:28.333 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:28 smithi063 bash[39322]: audit 2024-05-06T06:59:25.624736+0000 mgr.a (mgr.14152) 239 : audit [DBG] from='client.24149 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T06:59:28.333 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:28 smithi063 bash[39322]: audit 2024-05-06T06:59:25.624736+0000 mgr.a (mgr.14152) 239 : audit [DBG] from='client.24149 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T06:59:28.333 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:28 smithi063 bash[39322]: cluster 2024-05-06T06:59:25.774110+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v184: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:59:28.333 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:28 smithi063 bash[39322]: cluster 2024-05-06T06:59:25.774110+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v184: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:59:28.333 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:28 smithi063 bash[39322]: cluster 2024-05-06T06:59:27.976594+0000 mon.a (mon.0) 1 : cluster [INF] mon.a calling monitor election 2024-05-06T06:59:28.333 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:28 smithi063 bash[39322]: cluster 2024-05-06T06:59:27.976594+0000 mon.a (mon.0) 1 : cluster [INF] mon.a calling monitor election 2024-05-06T06:59:28.334 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:28 smithi063 bash[39322]: cluster 2024-05-06T06:59:27.997200+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-05-06T06:59:28.334 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:28 smithi063 bash[39322]: cluster 2024-05-06T06:59:27.997200+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-05-06T06:59:28.334 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:28 smithi063 bash[39322]: cluster 2024-05-06T06:59:28.008548+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 2 2024-05-06T06:59:28.334 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:28 smithi063 bash[39322]: cluster 2024-05-06T06:59:28.008548+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 2 2024-05-06T06:59:28.334 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:28 smithi063 bash[39322]: cluster 2024-05-06T06:59:28.008593+0000 mon.a (mon.0) 4 : cluster [DBG] fsid fac46718-0b74-11ef-bc97-c7b262605968 2024-05-06T06:59:28.334 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:28 smithi063 bash[39322]: cluster 2024-05-06T06:59:28.008593+0000 mon.a (mon.0) 4 : cluster [DBG] fsid fac46718-0b74-11ef-bc97-c7b262605968 2024-05-06T06:59:28.334 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:28 smithi063 bash[39322]: cluster 2024-05-06T06:59:28.008614+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-05-06T06:54:43.556454+0000 2024-05-06T06:59:28.334 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:28 smithi063 bash[39322]: cluster 2024-05-06T06:59:28.008614+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-05-06T06:54:43.556454+0000 2024-05-06T06:59:28.334 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:28 smithi063 bash[39322]: cluster 2024-05-06T06:59:28.008634+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-05-06T06:52:18.421051+0000 2024-05-06T06:59:28.335 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:28 smithi063 bash[39322]: cluster 2024-05-06T06:59:28.008634+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-05-06T06:52:18.421051+0000 2024-05-06T06:59:28.335 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:28 smithi063 bash[39322]: cluster 2024-05-06T06:59:28.008655+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-05-06T06:59:28.335 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:28 smithi063 bash[39322]: cluster 2024-05-06T06:59:28.008655+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-05-06T06:59:28.335 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:28 smithi063 bash[39322]: cluster 2024-05-06T06:59:28.008675+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-05-06T06:59:28.335 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:28 smithi063 bash[39322]: cluster 2024-05-06T06:59:28.008675+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-05-06T06:59:28.335 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:28 smithi063 bash[39322]: cluster 2024-05-06T06:59:28.008695+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] mon.a 2024-05-06T06:59:28.335 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:28 smithi063 bash[39322]: cluster 2024-05-06T06:59:28.008695+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] mon.a 2024-05-06T06:59:28.335 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:28 smithi063 bash[39322]: cluster 2024-05-06T06:59:28.008715+0000 mon.a (mon.0) 10 : cluster [DBG] 1: [v2:172.21.15.110:3300/0,v1:172.21.15.110:6789/0] mon.b 2024-05-06T06:59:28.335 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:28 smithi063 bash[39322]: cluster 2024-05-06T06:59:28.008715+0000 mon.a (mon.0) 10 : cluster [DBG] 1: [v2:172.21.15.110:3300/0,v1:172.21.15.110:6789/0] mon.b 2024-05-06T06:59:28.335 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:28 smithi063 bash[39322]: cluster 2024-05-06T06:59:28.027428+0000 mon.a (mon.0) 11 : cluster [DBG] fsmap 2024-05-06T06:59:28.335 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:28 smithi063 bash[39322]: cluster 2024-05-06T06:59:28.027428+0000 mon.a (mon.0) 11 : cluster [DBG] fsmap 2024-05-06T06:59:28.335 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:28 smithi063 bash[39322]: cluster 2024-05-06T06:59:28.027505+0000 mon.a (mon.0) 12 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-05-06T06:59:28.335 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:28 smithi063 bash[39322]: cluster 2024-05-06T06:59:28.027505+0000 mon.a (mon.0) 12 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-05-06T06:59:28.335 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:28 smithi063 bash[39322]: cluster 2024-05-06T06:59:28.028807+0000 mon.a (mon.0) 13 : cluster [DBG] mgrmap e14: a(active, since 5m), standbys: b 2024-05-06T06:59:28.336 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:28 smithi063 bash[39322]: cluster 2024-05-06T06:59:28.028807+0000 mon.a (mon.0) 13 : cluster [DBG] mgrmap e14: a(active, since 5m), standbys: b 2024-05-06T06:59:28.336 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:28 smithi063 bash[39322]: cluster 2024-05-06T06:59:28.029152+0000 mon.a (mon.0) 14 : cluster [INF] overall HEALTH_OK 2024-05-06T06:59:28.336 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:28 smithi063 bash[39322]: cluster 2024-05-06T06:59:28.029152+0000 mon.a (mon.0) 14 : cluster [INF] overall HEALTH_OK 2024-05-06T06:59:28.336 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:28 smithi063 bash[39322]: audit 2024-05-06T06:59:28.040970+0000 mon.a (mon.0) 15 : audit [INF] from='mgr.14152 ' entity='' 2024-05-06T06:59:28.336 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:28 smithi063 bash[39322]: audit 2024-05-06T06:59:28.040970+0000 mon.a (mon.0) 15 : audit [INF] from='mgr.14152 ' entity='' 2024-05-06T06:59:28.336 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:28 smithi063 bash[39322]: audit 2024-05-06T06:59:28.046061+0000 mon.a (mon.0) 16 : audit [INF] from='mgr.14152 ' entity='' 2024-05-06T06:59:28.336 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:28 smithi063 bash[39322]: audit 2024-05-06T06:59:28.046061+0000 mon.a (mon.0) 16 : audit [INF] from='mgr.14152 ' entity='' 2024-05-06T06:59:28.336 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:28 smithi063 bash[39322]: audit 2024-05-06T06:59:28.056609+0000 mon.a (mon.0) 17 : audit [INF] from='mgr.14152 ' entity='mgr.a' 2024-05-06T06:59:28.336 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:28 smithi063 bash[39322]: audit 2024-05-06T06:59:28.056609+0000 mon.a (mon.0) 17 : audit [INF] from='mgr.14152 ' entity='mgr.a' 2024-05-06T06:59:28.336 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:28 smithi063 bash[39322]: audit 2024-05-06T06:59:28.062183+0000 mon.a (mon.0) 18 : audit [INF] from='mgr.14152 ' entity='mgr.a' 2024-05-06T06:59:28.336 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:28 smithi063 bash[39322]: audit 2024-05-06T06:59:28.062183+0000 mon.a (mon.0) 18 : audit [INF] from='mgr.14152 ' entity='mgr.a' 2024-05-06T06:59:28.336 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:28 smithi063 bash[39322]: audit 2024-05-06T06:59:28.075433+0000 mon.a (mon.0) 19 : audit [INF] from='mgr.14152 ' entity='mgr.a' 2024-05-06T06:59:28.336 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:28 smithi063 bash[39322]: audit 2024-05-06T06:59:28.075433+0000 mon.a (mon.0) 19 : audit [INF] from='mgr.14152 ' entity='mgr.a' 2024-05-06T06:59:28.336 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:28 smithi063 bash[39322]: audit 2024-05-06T06:59:28.078618+0000 mon.b (mon.1) 12 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T06:59:28.337 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:28 smithi063 bash[39322]: audit 2024-05-06T06:59:28.078618+0000 mon.b (mon.1) 12 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T06:59:28.396 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:28 smithi110 bash[22399]: audit 2024-05-06T06:59:20.862239+0000 mon.b (mon.1) 10 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T06:59:28.396 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:28 smithi110 bash[22399]: audit 2024-05-06T06:59:20.862239+0000 mon.b (mon.1) 10 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T06:59:28.396 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:28 smithi110 bash[22399]: audit 2024-05-06T06:59:20.862595+0000 mon.b (mon.1) 11 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T06:59:28.396 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:28 smithi110 bash[22399]: audit 2024-05-06T06:59:20.862595+0000 mon.b (mon.1) 11 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T06:59:28.396 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:28 smithi110 bash[22399]: cluster 2024-05-06T06:59:21.773326+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v182: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:59:28.396 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:28 smithi110 bash[22399]: cluster 2024-05-06T06:59:21.773326+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v182: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:59:28.396 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:28 smithi110 bash[22399]: cluster 2024-05-06T06:59:23.773816+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v183: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:59:28.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:28 smithi110 bash[22399]: cluster 2024-05-06T06:59:23.773816+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v183: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:59:28.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:28 smithi110 bash[22399]: audit 2024-05-06T06:59:25.624736+0000 mgr.a (mgr.14152) 239 : audit [DBG] from='client.24149 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T06:59:28.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:28 smithi110 bash[22399]: audit 2024-05-06T06:59:25.624736+0000 mgr.a (mgr.14152) 239 : audit [DBG] from='client.24149 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T06:59:28.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:28 smithi110 bash[22399]: cluster 2024-05-06T06:59:25.774110+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v184: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:59:28.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:28 smithi110 bash[22399]: cluster 2024-05-06T06:59:25.774110+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v184: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:59:28.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:28 smithi110 bash[22399]: cluster 2024-05-06T06:59:27.976594+0000 mon.a (mon.0) 1 : cluster [INF] mon.a calling monitor election 2024-05-06T06:59:28.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:28 smithi110 bash[22399]: cluster 2024-05-06T06:59:27.976594+0000 mon.a (mon.0) 1 : cluster [INF] mon.a calling monitor election 2024-05-06T06:59:28.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:28 smithi110 bash[22399]: cluster 2024-05-06T06:59:27.997200+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-05-06T06:59:28.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:28 smithi110 bash[22399]: cluster 2024-05-06T06:59:27.997200+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-05-06T06:59:28.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:28 smithi110 bash[22399]: cluster 2024-05-06T06:59:28.008548+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 2 2024-05-06T06:59:28.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:28 smithi110 bash[22399]: cluster 2024-05-06T06:59:28.008548+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 2 2024-05-06T06:59:28.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:28 smithi110 bash[22399]: cluster 2024-05-06T06:59:28.008593+0000 mon.a (mon.0) 4 : cluster [DBG] fsid fac46718-0b74-11ef-bc97-c7b262605968 2024-05-06T06:59:28.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:28 smithi110 bash[22399]: cluster 2024-05-06T06:59:28.008593+0000 mon.a (mon.0) 4 : cluster [DBG] fsid fac46718-0b74-11ef-bc97-c7b262605968 2024-05-06T06:59:28.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:28 smithi110 bash[22399]: cluster 2024-05-06T06:59:28.008614+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-05-06T06:54:43.556454+0000 2024-05-06T06:59:28.398 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:28 smithi110 bash[22399]: cluster 2024-05-06T06:59:28.008614+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-05-06T06:54:43.556454+0000 2024-05-06T06:59:28.398 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:28 smithi110 bash[22399]: cluster 2024-05-06T06:59:28.008634+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-05-06T06:52:18.421051+0000 2024-05-06T06:59:28.398 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:28 smithi110 bash[22399]: cluster 2024-05-06T06:59:28.008634+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-05-06T06:52:18.421051+0000 2024-05-06T06:59:28.398 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:28 smithi110 bash[22399]: cluster 2024-05-06T06:59:28.008655+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-05-06T06:59:28.398 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:28 smithi110 bash[22399]: cluster 2024-05-06T06:59:28.008655+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-05-06T06:59:28.398 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:28 smithi110 bash[22399]: cluster 2024-05-06T06:59:28.008675+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-05-06T06:59:28.398 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:28 smithi110 bash[22399]: cluster 2024-05-06T06:59:28.008675+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-05-06T06:59:28.398 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:28 smithi110 bash[22399]: cluster 2024-05-06T06:59:28.008695+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] mon.a 2024-05-06T06:59:28.398 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:28 smithi110 bash[22399]: cluster 2024-05-06T06:59:28.008695+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] mon.a 2024-05-06T06:59:28.399 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:28 smithi110 bash[22399]: cluster 2024-05-06T06:59:28.008715+0000 mon.a (mon.0) 10 : cluster [DBG] 1: [v2:172.21.15.110:3300/0,v1:172.21.15.110:6789/0] mon.b 2024-05-06T06:59:28.399 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:28 smithi110 bash[22399]: cluster 2024-05-06T06:59:28.008715+0000 mon.a (mon.0) 10 : cluster [DBG] 1: [v2:172.21.15.110:3300/0,v1:172.21.15.110:6789/0] mon.b 2024-05-06T06:59:28.399 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:28 smithi110 bash[22399]: cluster 2024-05-06T06:59:28.027428+0000 mon.a (mon.0) 11 : cluster [DBG] fsmap 2024-05-06T06:59:28.399 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:28 smithi110 bash[22399]: cluster 2024-05-06T06:59:28.027428+0000 mon.a (mon.0) 11 : cluster [DBG] fsmap 2024-05-06T06:59:28.399 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:28 smithi110 bash[22399]: cluster 2024-05-06T06:59:28.027505+0000 mon.a (mon.0) 12 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-05-06T06:59:28.399 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:28 smithi110 bash[22399]: cluster 2024-05-06T06:59:28.027505+0000 mon.a (mon.0) 12 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-05-06T06:59:28.399 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:28 smithi110 bash[22399]: cluster 2024-05-06T06:59:28.028807+0000 mon.a (mon.0) 13 : cluster [DBG] mgrmap e14: a(active, since 5m), standbys: b 2024-05-06T06:59:28.399 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:28 smithi110 bash[22399]: cluster 2024-05-06T06:59:28.028807+0000 mon.a (mon.0) 13 : cluster [DBG] mgrmap e14: a(active, since 5m), standbys: b 2024-05-06T06:59:28.399 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:28 smithi110 bash[22399]: cluster 2024-05-06T06:59:28.029152+0000 mon.a (mon.0) 14 : cluster [INF] overall HEALTH_OK 2024-05-06T06:59:28.399 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:28 smithi110 bash[22399]: cluster 2024-05-06T06:59:28.029152+0000 mon.a (mon.0) 14 : cluster [INF] overall HEALTH_OK 2024-05-06T06:59:28.399 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:28 smithi110 bash[22399]: audit 2024-05-06T06:59:28.040970+0000 mon.a (mon.0) 15 : audit [INF] from='mgr.14152 ' entity='' 2024-05-06T06:59:28.399 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:28 smithi110 bash[22399]: audit 2024-05-06T06:59:28.040970+0000 mon.a (mon.0) 15 : audit [INF] from='mgr.14152 ' entity='' 2024-05-06T06:59:28.399 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:28 smithi110 bash[22399]: audit 2024-05-06T06:59:28.046061+0000 mon.a (mon.0) 16 : audit [INF] from='mgr.14152 ' entity='' 2024-05-06T06:59:28.399 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:28 smithi110 bash[22399]: audit 2024-05-06T06:59:28.046061+0000 mon.a (mon.0) 16 : audit [INF] from='mgr.14152 ' entity='' 2024-05-06T06:59:28.400 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:28 smithi110 bash[22399]: audit 2024-05-06T06:59:28.056609+0000 mon.a (mon.0) 17 : audit [INF] from='mgr.14152 ' entity='mgr.a' 2024-05-06T06:59:28.400 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:28 smithi110 bash[22399]: audit 2024-05-06T06:59:28.056609+0000 mon.a (mon.0) 17 : audit [INF] from='mgr.14152 ' entity='mgr.a' 2024-05-06T06:59:28.400 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:28 smithi110 bash[22399]: audit 2024-05-06T06:59:28.062183+0000 mon.a (mon.0) 18 : audit [INF] from='mgr.14152 ' entity='mgr.a' 2024-05-06T06:59:28.400 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:28 smithi110 bash[22399]: audit 2024-05-06T06:59:28.062183+0000 mon.a (mon.0) 18 : audit [INF] from='mgr.14152 ' entity='mgr.a' 2024-05-06T06:59:28.400 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:28 smithi110 bash[22399]: audit 2024-05-06T06:59:28.075433+0000 mon.a (mon.0) 19 : audit [INF] from='mgr.14152 ' entity='mgr.a' 2024-05-06T06:59:28.400 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:28 smithi110 bash[22399]: audit 2024-05-06T06:59:28.075433+0000 mon.a (mon.0) 19 : audit [INF] from='mgr.14152 ' entity='mgr.a' 2024-05-06T06:59:28.400 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:28 smithi110 bash[22399]: audit 2024-05-06T06:59:28.078618+0000 mon.b (mon.1) 12 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T06:59:28.400 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:28 smithi110 bash[22399]: audit 2024-05-06T06:59:28.078618+0000 mon.b (mon.1) 12 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T06:59:29.396 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:29 smithi110 bash[22399]: cluster 2024-05-06T06:59:27.774540+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v185: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:59:29.396 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:29 smithi110 bash[22399]: cluster 2024-05-06T06:59:27.774540+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v185: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:59:29.396 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:29 smithi110 bash[22399]: cephadm 2024-05-06T06:59:28.073086+0000 mgr.a (mgr.14152) 242 : cephadm [INF] Redeploying mon.b, (container cli args changed) . . . 2024-05-06T06:59:29.396 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:29 smithi110 bash[22399]: cephadm 2024-05-06T06:59:28.073086+0000 mgr.a (mgr.14152) 242 : cephadm [INF] Redeploying mon.b, (container cli args changed) . . . 2024-05-06T06:59:29.396 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:29 smithi110 bash[22399]: audit 2024-05-06T06:59:28.080592+0000 mon.b (mon.1) 13 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T06:59:29.396 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:29 smithi110 bash[22399]: audit 2024-05-06T06:59:28.080592+0000 mon.b (mon.1) 13 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T06:59:29.396 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:29 smithi110 bash[22399]: audit 2024-05-06T06:59:28.083595+0000 mon.b (mon.1) 14 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:59:29.396 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:29 smithi110 bash[22399]: audit 2024-05-06T06:59:28.083595+0000 mon.b (mon.1) 14 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:59:29.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:29 smithi110 bash[22399]: cephadm 2024-05-06T06:59:28.097717+0000 mgr.a (mgr.14152) 243 : cephadm [INF] Deploying daemon mon.b on smithi110 2024-05-06T06:59:29.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:29 smithi110 bash[22399]: cephadm 2024-05-06T06:59:28.097717+0000 mgr.a (mgr.14152) 243 : cephadm [INF] Deploying daemon mon.b on smithi110 2024-05-06T06:59:29.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:29 smithi110 bash[22399]: audit 2024-05-06T06:59:28.278055+0000 mon.a (mon.0) 20 : audit [INF] from='mgr.14152 ' entity='mgr.a' 2024-05-06T06:59:29.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:29 smithi110 bash[22399]: audit 2024-05-06T06:59:28.278055+0000 mon.a (mon.0) 20 : audit [INF] from='mgr.14152 ' entity='mgr.a' 2024-05-06T06:59:29.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:29 smithi110 bash[22399]: audit 2024-05-06T06:59:28.290741+0000 mon.a (mon.0) 21 : audit [INF] from='mgr.14152 ' entity='mgr.a' 2024-05-06T06:59:29.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:29 smithi110 bash[22399]: audit 2024-05-06T06:59:28.290741+0000 mon.a (mon.0) 21 : audit [INF] from='mgr.14152 ' entity='mgr.a' 2024-05-06T06:59:29.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:29 smithi110 bash[22399]: audit 2024-05-06T06:59:28.302108+0000 mon.a (mon.0) 22 : audit [INF] from='mgr.14152 ' entity='mgr.a' 2024-05-06T06:59:29.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:29 smithi110 bash[22399]: audit 2024-05-06T06:59:28.302108+0000 mon.a (mon.0) 22 : audit [INF] from='mgr.14152 ' entity='mgr.a' 2024-05-06T06:59:29.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:29 smithi063 bash[39322]: cluster 2024-05-06T06:59:27.774540+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v185: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:59:29.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:29 smithi063 bash[39322]: cluster 2024-05-06T06:59:27.774540+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v185: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:59:29.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:29 smithi063 bash[39322]: cephadm 2024-05-06T06:59:28.073086+0000 mgr.a (mgr.14152) 242 : cephadm [INF] Redeploying mon.b, (container cli args changed) . . . 2024-05-06T06:59:29.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:29 smithi063 bash[39322]: cephadm 2024-05-06T06:59:28.073086+0000 mgr.a (mgr.14152) 242 : cephadm [INF] Redeploying mon.b, (container cli args changed) . . . 2024-05-06T06:59:29.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:29 smithi063 bash[39322]: audit 2024-05-06T06:59:28.080592+0000 mon.b (mon.1) 13 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T06:59:29.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:29 smithi063 bash[39322]: audit 2024-05-06T06:59:28.080592+0000 mon.b (mon.1) 13 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T06:59:29.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:29 smithi063 bash[39322]: audit 2024-05-06T06:59:28.083595+0000 mon.b (mon.1) 14 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:59:29.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:29 smithi063 bash[39322]: audit 2024-05-06T06:59:28.083595+0000 mon.b (mon.1) 14 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:59:29.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:29 smithi063 bash[39322]: cephadm 2024-05-06T06:59:28.097717+0000 mgr.a (mgr.14152) 243 : cephadm [INF] Deploying daemon mon.b on smithi110 2024-05-06T06:59:29.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:29 smithi063 bash[39322]: cephadm 2024-05-06T06:59:28.097717+0000 mgr.a (mgr.14152) 243 : cephadm [INF] Deploying daemon mon.b on smithi110 2024-05-06T06:59:29.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:29 smithi063 bash[39322]: audit 2024-05-06T06:59:28.278055+0000 mon.a (mon.0) 20 : audit [INF] from='mgr.14152 ' entity='mgr.a' 2024-05-06T06:59:29.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:29 smithi063 bash[39322]: audit 2024-05-06T06:59:28.278055+0000 mon.a (mon.0) 20 : audit [INF] from='mgr.14152 ' entity='mgr.a' 2024-05-06T06:59:29.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:29 smithi063 bash[39322]: audit 2024-05-06T06:59:28.290741+0000 mon.a (mon.0) 21 : audit [INF] from='mgr.14152 ' entity='mgr.a' 2024-05-06T06:59:29.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:29 smithi063 bash[39322]: audit 2024-05-06T06:59:28.290741+0000 mon.a (mon.0) 21 : audit [INF] from='mgr.14152 ' entity='mgr.a' 2024-05-06T06:59:29.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:29 smithi063 bash[39322]: audit 2024-05-06T06:59:28.302108+0000 mon.a (mon.0) 22 : audit [INF] from='mgr.14152 ' entity='mgr.a' 2024-05-06T06:59:29.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:29 smithi063 bash[39322]: audit 2024-05-06T06:59:28.302108+0000 mon.a (mon.0) 22 : audit [INF] from='mgr.14152 ' entity='mgr.a' 2024-05-06T06:59:31.145 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:31 smithi110 bash[22399]: cluster 2024-05-06T06:59:29.775074+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v186: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:59:31.145 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:31 smithi110 bash[22399]: cluster 2024-05-06T06:59:29.775074+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v186: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:59:31.556 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring fsid fac46718-0b74-11ef-bc97-c7b262605968 2024-05-06T06:59:31.581 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:31 smithi063 bash[39322]: cluster 2024-05-06T06:59:29.775074+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v186: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:59:31.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:31 smithi063 bash[39322]: cluster 2024-05-06T06:59:29.775074+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v186: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:59:31.748 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:31 smithi110 systemd[1]: /etc/systemd/system/ceph-fac46718-0b74-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-06T06:59:31.748 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:31 smithi110 systemd[1]: Stopping Ceph mon.b for fac46718-0b74-11ef-bc97-c7b262605968... 2024-05-06T06:59:31.748 INFO:journalctl@ceph.mgr.b.smithi110.stdout:May 06 06:59:31 smithi110 systemd[1]: /etc/systemd/system/ceph-fac46718-0b74-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-06T06:59:31.749 INFO:journalctl@ceph.osd.1.smithi110.stdout:May 06 06:59:31 smithi110 systemd[1]: /etc/systemd/system/ceph-fac46718-0b74-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-06T06:59:32.060 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:31 smithi110 bash[22399]: debug 2024-05-06T06:59:31.748+0000 7fc9c103d700 -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-06T06:59:32.060 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:31 smithi110 bash[22399]: debug 2024-05-06T06:59:31.748+0000 7fc9c103d700 -1 mon.b@1(peon) e2 *** Got Signal Terminated *** 2024-05-06T06:59:32.645 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:32 smithi110 bash[31814]: ceph-fac46718-0b74-11ef-bc97-c7b262605968-mon-b 2024-05-06T06:59:32.645 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:32 smithi110 bash[31876]: Error response from daemon: No such container: ceph-fac46718-0b74-11ef-bc97-c7b262605968-mon-b 2024-05-06T06:59:32.645 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:32 smithi110 systemd[1]: ceph-fac46718-0b74-11ef-bc97-c7b262605968@mon.b.service: Deactivated successfully. 2024-05-06T06:59:32.646 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:32 smithi110 systemd[1]: Stopped Ceph mon.b for fac46718-0b74-11ef-bc97-c7b262605968. 2024-05-06T06:59:33.145 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:32 smithi110 systemd[1]: /etc/systemd/system/ceph-fac46718-0b74-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-06T06:59:33.145 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:32 smithi110 systemd[1]: Started Ceph mon.b for fac46718-0b74-11ef-bc97-c7b262605968. 2024-05-06T06:59:33.146 INFO:journalctl@ceph.mgr.b.smithi110.stdout:May 06 06:59:32 smithi110 systemd[1]: /etc/systemd/system/ceph-fac46718-0b74-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-06T06:59:33.146 INFO:journalctl@ceph.osd.1.smithi110.stdout:May 06 06:59:32 smithi110 systemd[1]: /etc/systemd/system/ceph-fac46718-0b74-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-06T06:59:34.396 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.020+0000 7f6e95713c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-05-06T06:59:34.396 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.020+0000 7f6e95713c80 0 ceph version 19.0.0-3516-ge08cbbf6 (e08cbbf6fd79a8dd2949f340bce25e28ea3db004) squid (dev), process ceph-mon, pid 7 2024-05-06T06:59:34.396 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.024+0000 7f6e95713c80 0 pidfile_write: ignore empty --pid-file 2024-05-06T06:59:34.396 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 0 load: jerasure load: lrc 2024-05-06T06:59:34.396 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: RocksDB version: 7.9.2 2024-05-06T06:59:34.396 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Git sha 0 2024-05-06T06:59:34.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Compile date 2024-05-03 20:59:59 2024-05-06T06:59:34.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: DB SUMMARY 2024-05-06T06:59:34.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: DB Session ID: 441GD3ZGSINL3LBQXYNG 2024-05-06T06:59:34.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: CURRENT file: CURRENT 2024-05-06T06:59:34.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: IDENTITY file: IDENTITY 2024-05-06T06:59:34.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-05-06T06:59:34.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 1, files: 000008.sst 2024-05-06T06:59:34.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000009.log size: 7231825 ; 2024-05-06T06:59:34.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.error_if_exists: 0 2024-05-06T06:59:34.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.create_if_missing: 0 2024-05-06T06:59:34.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.paranoid_checks: 1 2024-05-06T06:59:34.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-05-06T06:59:34.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-05-06T06:59:34.398 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-05-06T06:59:34.398 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.env: 0x55884d480cc0 2024-05-06T06:59:34.398 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.fs: PosixFileSystem 2024-05-06T06:59:34.398 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.info_log: 0x55884ee91de0 2024-05-06T06:59:34.398 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-05-06T06:59:34.398 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.statistics: (nil) 2024-05-06T06:59:34.398 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.use_fsync: 0 2024-05-06T06:59:34.398 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.max_log_file_size: 0 2024-05-06T06:59:34.398 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-05-06T06:59:34.398 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-05-06T06:59:34.398 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-05-06T06:59:34.398 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-05-06T06:59:34.399 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.allow_fallocate: 1 2024-05-06T06:59:34.399 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-05-06T06:59:34.399 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-05-06T06:59:34.399 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.use_direct_reads: 0 2024-05-06T06:59:34.399 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-05-06T06:59:34.399 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.create_missing_column_families: 0 2024-05-06T06:59:34.399 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.db_log_dir: 2024-05-06T06:59:34.399 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.wal_dir: 2024-05-06T06:59:34.399 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-05-06T06:59:34.399 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-05-06T06:59:34.399 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-05-06T06:59:34.399 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-05-06T06:59:34.399 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-05-06T06:59:34.399 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-05-06T06:59:34.400 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.advise_random_on_open: 1 2024-05-06T06:59:34.400 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-05-06T06:59:34.400 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.write_buffer_manager: 0x55884ee630e0 2024-05-06T06:59:34.400 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-05-06T06:59:34.400 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-05-06T06:59:34.400 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-05-06T06:59:34.400 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.rate_limiter: (nil) 2024-05-06T06:59:34.400 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-05-06T06:59:34.400 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-05-06T06:59:34.400 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-05-06T06:59:34.400 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-05-06T06:59:34.400 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.unordered_write: 0 2024-05-06T06:59:34.400 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-05-06T06:59:34.400 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-05-06T06:59:34.401 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-05-06T06:59:34.401 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-05-06T06:59:34.401 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.row_cache: None 2024-05-06T06:59:34.401 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.wal_filter: None 2024-05-06T06:59:34.401 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-05-06T06:59:34.401 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-05-06T06:59:34.401 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.two_write_queues: 0 2024-05-06T06:59:34.401 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.manual_wal_flush: 0 2024-05-06T06:59:34.401 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.wal_compression: 0 2024-05-06T06:59:34.401 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.atomic_flush: 0 2024-05-06T06:59:34.402 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-05-06T06:59:34.402 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-05-06T06:59:34.402 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-05-06T06:59:34.402 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.log_readahead_size: 0 2024-05-06T06:59:34.402 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-05-06T06:59:34.402 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-05-06T06:59:34.402 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-05-06T06:59:34.402 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-05-06T06:59:34.402 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-05-06T06:59:34.402 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-05-06T06:59:34.402 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-05-06T06:59:34.402 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.max_background_jobs: 2 2024-05-06T06:59:34.403 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.max_background_compactions: -1 2024-05-06T06:59:34.403 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.max_subcompactions: 1 2024-05-06T06:59:34.403 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-05-06T06:59:34.403 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-05-06T06:59:34.403 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-05-06T06:59:34.403 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.max_total_wal_size: 0 2024-05-06T06:59:34.403 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-05-06T06:59:34.403 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-05-06T06:59:34.403 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-05-06T06:59:34.403 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-05-06T06:59:34.403 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.max_open_files: -1 2024-05-06T06:59:34.403 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.bytes_per_sync: 0 2024-05-06T06:59:34.403 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-05-06T06:59:34.404 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-05-06T06:59:34.404 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-05-06T06:59:34.404 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.max_background_flushes: -1 2024-05-06T06:59:34.404 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Compression algorithms supported: 2024-05-06T06:59:34.404 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-05-06T06:59:34.404 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: kZSTD supported: 0 2024-05-06T06:59:34.404 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: kXpressCompression supported: 0 2024-05-06T06:59:34.404 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-05-06T06:59:34.404 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: kZlibCompression supported: 1 2024-05-06T06:59:34.404 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: kSnappyCompression supported: 1 2024-05-06T06:59:34.404 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: kLZ4Compression supported: 1 2024-05-06T06:59:34.404 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: kBZip2Compression supported: 0 2024-05-06T06:59:34.404 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-05-06T06:59:34.404 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-05-06T06:59:34.405 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000010 2024-05-06T06:59:34.406 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-05-06T06:59:34.406 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-05-06T06:59:34.406 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.merge_operator: 2024-05-06T06:59:34.406 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.compaction_filter: None 2024-05-06T06:59:34.406 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.compaction_filter_factory: None 2024-05-06T06:59:34.406 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-05-06T06:59:34.406 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-05-06T06:59:34.406 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-05-06T06:59:34.406 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55884ee91fa0) 2024-05-06T06:59:34.407 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: cache_index_and_filter_blocks: 1 2024-05-06T06:59:34.407 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: cache_index_and_filter_blocks_with_high_priority: 0 2024-05-06T06:59:34.407 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-05-06T06:59:34.407 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: pin_top_level_index_and_filter: 1 2024-05-06T06:59:34.407 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: index_type: 0 2024-05-06T06:59:34.407 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: data_block_index_type: 0 2024-05-06T06:59:34.407 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: index_shortening: 1 2024-05-06T06:59:34.407 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: data_block_hash_table_util_ratio: 0.750000 2024-05-06T06:59:34.407 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: checksum: 4 2024-05-06T06:59:34.407 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: no_block_cache: 0 2024-05-06T06:59:34.407 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: block_cache: 0x55884ee931f0 2024-05-06T06:59:34.407 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: block_cache_name: BinnedLRUCache 2024-05-06T06:59:34.407 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: block_cache_options: 2024-05-06T06:59:34.407 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: capacity : 536870912 2024-05-06T06:59:34.407 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: num_shard_bits : 4 2024-05-06T06:59:34.408 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: strict_capacity_limit : 0 2024-05-06T06:59:34.408 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: high_pri_pool_ratio: 0.000 2024-05-06T06:59:34.408 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: block_cache_compressed: (nil) 2024-05-06T06:59:34.408 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: persistent_cache: (nil) 2024-05-06T06:59:34.408 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: block_size: 4096 2024-05-06T06:59:34.408 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: block_size_deviation: 10 2024-05-06T06:59:34.408 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: block_restart_interval: 16 2024-05-06T06:59:34.408 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: index_block_restart_interval: 1 2024-05-06T06:59:34.408 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: metadata_block_size: 4096 2024-05-06T06:59:34.408 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: partition_filters: 0 2024-05-06T06:59:34.408 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: use_delta_encoding: 1 2024-05-06T06:59:34.408 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: filter_policy: bloomfilter 2024-05-06T06:59:34.408 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: whole_key_filtering: 1 2024-05-06T06:59:34.408 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: verify_compression: 0 2024-05-06T06:59:34.409 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: read_amp_bytes_per_bit: 0 2024-05-06T06:59:34.409 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: format_version: 5 2024-05-06T06:59:34.409 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: enable_index_compression: 1 2024-05-06T06:59:34.409 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: block_align: 0 2024-05-06T06:59:34.409 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: max_auto_readahead_size: 262144 2024-05-06T06:59:34.409 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: prepopulate_block_cache: 0 2024-05-06T06:59:34.409 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: initial_auto_readahead_size: 8192 2024-05-06T06:59:34.409 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: num_file_reads_for_auto_readahead: 2 2024-05-06T06:59:34.409 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-05-06T06:59:34.409 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-05-06T06:59:34.409 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.compression: NoCompression 2024-05-06T06:59:34.409 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-05-06T06:59:34.409 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-05-06T06:59:34.409 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-05-06T06:59:34.409 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.num_levels: 7 2024-05-06T06:59:34.410 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-05-06T06:59:34.410 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-05-06T06:59:34.410 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-05-06T06:59:34.410 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-05-06T06:59:34.410 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-05-06T06:59:34.410 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-05-06T06:59:34.410 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-05-06T06:59:34.410 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-05-06T06:59:34.410 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-05-06T06:59:34.410 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-05-06T06:59:34.411 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-05-06T06:59:34.411 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-05-06T06:59:34.411 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-05-06T06:59:34.411 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.compression_opts.level: 32767 2024-05-06T06:59:34.411 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-05-06T06:59:34.411 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-05-06T06:59:34.411 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-05-06T06:59:34.411 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-05-06T06:59:34.411 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-05-06T06:59:34.411 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.compression_opts.enabled: false 2024-05-06T06:59:34.411 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-05-06T06:59:34.411 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-05-06T06:59:34.411 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-05-06T06:59:34.412 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-05-06T06:59:34.412 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-05-06T06:59:34.412 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-05-06T06:59:34.412 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-05-06T06:59:34.412 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-05-06T06:59:34.412 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-05-06T06:59:34.412 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-05-06T06:59:34.412 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-05-06T06:59:34.412 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-05-06T06:59:34.412 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-05-06T06:59:34.412 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-05-06T06:59:34.412 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-05-06T06:59:34.412 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-05-06T06:59:34.413 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-05-06T06:59:34.413 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-05-06T06:59:34.413 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-05-06T06:59:34.413 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.arena_block_size: 1048576 2024-05-06T06:59:34.413 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-05-06T06:59:34.413 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-05-06T06:59:34.413 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-05-06T06:59:34.413 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-05-06T06:59:34.413 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-05-06T06:59:34.413 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-05-06T06:59:34.413 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-05-06T06:59:34.413 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-05-06T06:59:34.413 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-05-06T06:59:34.413 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-05-06T06:59:34.414 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-05-06T06:59:34.414 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-05-06T06:59:34.414 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-05-06T06:59:34.414 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-05-06T06:59:34.414 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.inplace_update_support: 0 2024-05-06T06:59:34.414 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-05-06T06:59:34.414 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-05-06T06:59:34.414 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-05-06T06:59:34.414 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-05-06T06:59:34.414 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.bloom_locality: 0 2024-05-06T06:59:34.414 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.max_successive_merges: 0 2024-05-06T06:59:34.414 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-05-06T06:59:34.415 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-05-06T06:59:34.415 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.force_consistency_checks: 1 2024-05-06T06:59:34.415 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-05-06T06:59:34.415 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.ttl: 2592000 2024-05-06T06:59:34.415 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-05-06T06:59:34.415 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-05-06T06:59:34.415 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-05-06T06:59:34.415 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.enable_blob_files: false 2024-05-06T06:59:34.415 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.min_blob_size: 0 2024-05-06T06:59:34.415 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.blob_file_size: 268435456 2024-05-06T06:59:34.415 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-05-06T06:59:34.415 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-05-06T06:59:34.415 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-05-06T06:59:34.415 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-05-06T06:59:34.415 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-05-06T06:59:34.416 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-05-06T06:59:34.416 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-05-06T06:59:34.416 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 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-06T06:59:34.416 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-05-06T06:59:34.416 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: dfaa97cc-a57a-4988-a674-fedc6ce4e97d 2024-05-06T06:59:34.416 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1714978774032494, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-05-06T06:59:34.416 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.028+0000 7f6e95713c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-05-06T06:59:34.416 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.052+0000 7f6e95713c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1714978774055910, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 4902859, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 6, "largest_seqno": 5855, "table_properties": {"data_size": 4882761, "index_size": 12652, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 6405, "raw_key_size": 59889, "raw_average_key_size": 23, "raw_value_size": 4832262, "raw_average_value_size": 1893, "num_data_blocks": 598, "num_entries": 2552, "num_filter_entries": 2552, "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": 1714978774, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "dfaa97cc-a57a-4988-a674-fedc6ce4e97d", "db_session_id": "441GD3ZGSINL3LBQXYNG", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-05-06T06:59:34.416 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.052+0000 7f6e95713c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1714978774056065, "job": 1, "event": "recovery_finished"} 2024-05-06T06:59:34.416 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.052+0000 7f6e95713c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-05-06T06:59:34.416 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.056+0000 7f6e95713c80 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-06T06:59:34.416 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.056+0000 7f6e95713c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55884efb4000 2024-05-06T06:59:34.416 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.056+0000 7f6e95713c80 4 rocksdb: DB pointer 0x55884efa0000 2024-05-06T06:59:34.417 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.056+0000 7f6e83e6a700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-05-06T06:59:34.417 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.056+0000 7f6e83e6a700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-05-06T06:59:34.417 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: ** DB Stats ** 2024-05-06T06:59:34.417 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: Uptime(secs): 0.0 total, 0.0 interval 2024-05-06T06:59:34.417 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: 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-06T06:59:34.417 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-06T06:59:34.417 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-06T06:59:34.417 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: 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-06T06:59:34.417 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-06T06:59:34.417 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-06T06:59:34.417 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: ** Compaction Stats [default] ** 2024-05-06T06:59:34.417 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: 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-06T06:59:34.417 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-05-06T06:59:34.417 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: L0 2/0 4.68 MB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 591.3 0.01 0.00 1 0.008 0 0 0.0 0.0 2024-05-06T06:59:34.418 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: Sum 2/0 4.68 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 591.3 0.01 0.00 1 0.008 0 0 0.0 0.0 2024-05-06T06:59:34.418 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: 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.3 0.01 0.00 1 0.008 0 0 0.0 0.0 2024-05-06T06:59:34.418 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: ** Compaction Stats [default] ** 2024-05-06T06:59:34.418 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: 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-06T06:59:34.418 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-05-06T06:59:34.418 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: 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.3 0.01 0.00 1 0.008 0 0 0.0 0.0 2024-05-06T06:59:34.418 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-05-06T06:59:34.418 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: Uptime(secs): 0.0 total, 0.0 interval 2024-05-06T06:59:34.418 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: Flush(GB): cumulative 0.005, interval 0.005 2024-05-06T06:59:34.418 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: AddFile(GB): cumulative 0.000, interval 0.000 2024-05-06T06:59:34.418 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: AddFile(Total Files): cumulative 0, interval 0 2024-05-06T06:59:34.418 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: AddFile(L0 Files): cumulative 0, interval 0 2024-05-06T06:59:34.418 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: AddFile(Keys): cumulative 0, interval 0 2024-05-06T06:59:34.418 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: Cumulative compaction: 0.00 GB write, 174.48 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-06T06:59:34.419 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: Interval compaction: 0.00 GB write, 174.48 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-06T06:59:34.419 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: 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-06T06:59:34.419 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: Block cache BinnedLRUCache@0x55884ee931f0#7 capacity: 512.00 MB usage: 19.83 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.4e-05 secs_since: 0 2024-05-06T06:59:34.419 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: Block cache entry stats(count,size,portion): FilterBlock(2,6.64 KB,0.0012666%) IndexBlock(2,13.19 KB,0.00251532%) Misc(1,0.00 KB,0%) 2024-05-06T06:59:34.419 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: ** File Read Latency Histogram By Level [default] ** 2024-05-06T06:59:34.419 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.056+0000 7f6e95713c80 0 starting mon.b rank 1 at public addrs [v2:172.21.15.110:3300/0,v1:172.21.15.110:6789/0] at bind addrs [v2:172.21.15.110:3300/0,v1:172.21.15.110:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid fac46718-0b74-11ef-bc97-c7b262605968 2024-05-06T06:59:34.419 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.056+0000 7f6e95713c80 1 mon.b@-1(???) e2 preinit fsid fac46718-0b74-11ef-bc97-c7b262605968 2024-05-06T06:59:34.419 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.060+0000 7f6e95713c80 0 mon.b@-1(???).mds e1 new map 2024-05-06T06:59:34.419 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.060+0000 7f6e95713c80 0 mon.b@-1(???).mds e1 print_map 2024-05-06T06:59:34.419 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: e1 2024-05-06T06:59:34.419 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: enable_multiple, ever_enabled_multiple: 1,1 2024-05-06T06:59:34.419 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: 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-06T06:59:34.419 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: legacy client fscid: -1 2024-05-06T06:59:34.419 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: 2024-05-06T06:59:34.420 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: No filesystems configured 2024-05-06T06:59:34.420 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.060+0000 7f6e95713c80 0 mon.b@-1(???).osd e14 crush map has features 3314932999778484224, adjusting msgr requires 2024-05-06T06:59:34.420 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.060+0000 7f6e95713c80 0 mon.b@-1(???).osd e14 crush map has features 288514050185494528, adjusting msgr requires 2024-05-06T06:59:34.420 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.060+0000 7f6e95713c80 0 mon.b@-1(???).osd e14 crush map has features 288514050185494528, adjusting msgr requires 2024-05-06T06:59:34.420 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.060+0000 7f6e95713c80 0 mon.b@-1(???).osd e14 crush map has features 288514050185494528, adjusting msgr requires 2024-05-06T06:59:34.420 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:34 smithi110 bash[31933]: debug 2024-05-06T06:59:34.060+0000 7f6e95713c80 1 mon.b@-1(???).paxosservice(auth 1..10) refresh upgraded, format 0 -> 3 2024-05-06T06:59:35.608 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/fac46718-0b74-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T06:59:36.333 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:36 smithi063 bash[39322]: cluster 2024-05-06T06:59:31.775626+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v187: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:59:36.333 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:36 smithi063 bash[39322]: cluster 2024-05-06T06:59:31.775626+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v187: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:59:36.333 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:36 smithi063 bash[39322]: cluster 2024-05-06T06:59:33.776193+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v188: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:59:36.333 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:36 smithi063 bash[39322]: cluster 2024-05-06T06:59:33.776193+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v188: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:59:36.333 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:36 smithi063 bash[39322]: cluster 2024-05-06T06:59:34.994208+0000 mon.b (mon.1) 1 : cluster [INF] mon.b calling monitor election 2024-05-06T06:59:36.333 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:36 smithi063 bash[39322]: cluster 2024-05-06T06:59:34.994208+0000 mon.b (mon.1) 1 : cluster [INF] mon.b calling monitor election 2024-05-06T06:59:36.333 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:36 smithi063 bash[39322]: cluster 2024-05-06T06:59:34.995074+0000 mon.a (mon.0) 25 : cluster [INF] mon.a calling monitor election 2024-05-06T06:59:36.333 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:36 smithi063 bash[39322]: cluster 2024-05-06T06:59:34.995074+0000 mon.a (mon.0) 25 : cluster [INF] mon.a calling monitor election 2024-05-06T06:59:36.333 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:36 smithi063 bash[39322]: cluster 2024-05-06T06:59:35.016112+0000 mon.a (mon.0) 26 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-05-06T06:59:36.334 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:36 smithi063 bash[39322]: cluster 2024-05-06T06:59:35.016112+0000 mon.a (mon.0) 26 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-05-06T06:59:36.334 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:36 smithi063 bash[39322]: cluster 2024-05-06T06:59:35.023637+0000 mon.a (mon.0) 27 : cluster [DBG] monmap epoch 2 2024-05-06T06:59:36.334 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:36 smithi063 bash[39322]: cluster 2024-05-06T06:59:35.023637+0000 mon.a (mon.0) 27 : cluster [DBG] monmap epoch 2 2024-05-06T06:59:36.334 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:36 smithi063 bash[39322]: cluster 2024-05-06T06:59:35.023701+0000 mon.a (mon.0) 28 : cluster [DBG] fsid fac46718-0b74-11ef-bc97-c7b262605968 2024-05-06T06:59:36.334 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:36 smithi063 bash[39322]: cluster 2024-05-06T06:59:35.023701+0000 mon.a (mon.0) 28 : cluster [DBG] fsid fac46718-0b74-11ef-bc97-c7b262605968 2024-05-06T06:59:36.334 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:36 smithi063 bash[39322]: cluster 2024-05-06T06:59:35.023725+0000 mon.a (mon.0) 29 : cluster [DBG] last_changed 2024-05-06T06:54:43.556454+0000 2024-05-06T06:59:36.334 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:36 smithi063 bash[39322]: cluster 2024-05-06T06:59:35.023725+0000 mon.a (mon.0) 29 : cluster [DBG] last_changed 2024-05-06T06:54:43.556454+0000 2024-05-06T06:59:36.334 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:36 smithi063 bash[39322]: cluster 2024-05-06T06:59:35.023743+0000 mon.a (mon.0) 30 : cluster [DBG] created 2024-05-06T06:52:18.421051+0000 2024-05-06T06:59:36.334 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:36 smithi063 bash[39322]: cluster 2024-05-06T06:59:35.023743+0000 mon.a (mon.0) 30 : cluster [DBG] created 2024-05-06T06:52:18.421051+0000 2024-05-06T06:59:36.334 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:36 smithi063 bash[39322]: cluster 2024-05-06T06:59:35.023762+0000 mon.a (mon.0) 31 : cluster [DBG] min_mon_release 19 (squid) 2024-05-06T06:59:36.334 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:36 smithi063 bash[39322]: cluster 2024-05-06T06:59:35.023762+0000 mon.a (mon.0) 31 : cluster [DBG] min_mon_release 19 (squid) 2024-05-06T06:59:36.334 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:36 smithi063 bash[39322]: cluster 2024-05-06T06:59:35.023782+0000 mon.a (mon.0) 32 : cluster [DBG] election_strategy: 1 2024-05-06T06:59:36.334 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:36 smithi063 bash[39322]: cluster 2024-05-06T06:59:35.023782+0000 mon.a (mon.0) 32 : cluster [DBG] election_strategy: 1 2024-05-06T06:59:36.334 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:36 smithi063 bash[39322]: cluster 2024-05-06T06:59:35.023799+0000 mon.a (mon.0) 33 : cluster [DBG] 0: [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] mon.a 2024-05-06T06:59:36.335 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:36 smithi063 bash[39322]: cluster 2024-05-06T06:59:35.023799+0000 mon.a (mon.0) 33 : cluster [DBG] 0: [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] mon.a 2024-05-06T06:59:36.335 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:36 smithi063 bash[39322]: cluster 2024-05-06T06:59:35.023823+0000 mon.a (mon.0) 34 : cluster [DBG] 1: [v2:172.21.15.110:3300/0,v1:172.21.15.110:6789/0] mon.b 2024-05-06T06:59:36.335 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:36 smithi063 bash[39322]: cluster 2024-05-06T06:59:35.023823+0000 mon.a (mon.0) 34 : cluster [DBG] 1: [v2:172.21.15.110:3300/0,v1:172.21.15.110:6789/0] mon.b 2024-05-06T06:59:36.335 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:36 smithi063 bash[39322]: cluster 2024-05-06T06:59:35.025015+0000 mon.a (mon.0) 35 : cluster [DBG] fsmap 2024-05-06T06:59:36.335 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:36 smithi063 bash[39322]: cluster 2024-05-06T06:59:35.025015+0000 mon.a (mon.0) 35 : cluster [DBG] fsmap 2024-05-06T06:59:36.335 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:36 smithi063 bash[39322]: cluster 2024-05-06T06:59:35.025076+0000 mon.a (mon.0) 36 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-05-06T06:59:36.335 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:36 smithi063 bash[39322]: cluster 2024-05-06T06:59:35.025076+0000 mon.a (mon.0) 36 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-05-06T06:59:36.336 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:36 smithi063 bash[39322]: cluster 2024-05-06T06:59:35.025527+0000 mon.a (mon.0) 37 : cluster [DBG] mgrmap e14: a(active, since 6m), standbys: b 2024-05-06T06:59:36.336 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:36 smithi063 bash[39322]: cluster 2024-05-06T06:59:35.025527+0000 mon.a (mon.0) 37 : cluster [DBG] mgrmap e14: a(active, since 6m), standbys: b 2024-05-06T06:59:36.336 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:36 smithi063 bash[39322]: cluster 2024-05-06T06:59:35.025870+0000 mon.a (mon.0) 38 : cluster [INF] overall HEALTH_OK 2024-05-06T06:59:36.336 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:36 smithi063 bash[39322]: cluster 2024-05-06T06:59:35.025870+0000 mon.a (mon.0) 38 : cluster [INF] overall HEALTH_OK 2024-05-06T06:59:36.336 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:36 smithi063 bash[39322]: audit 2024-05-06T06:59:35.033145+0000 mon.a (mon.0) 39 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:59:36.336 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:36 smithi063 bash[39322]: audit 2024-05-06T06:59:35.033145+0000 mon.a (mon.0) 39 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:59:36.336 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:36 smithi063 bash[39322]: audit 2024-05-06T06:59:35.040447+0000 mon.a (mon.0) 40 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:59:36.336 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:36 smithi063 bash[39322]: audit 2024-05-06T06:59:35.040447+0000 mon.a (mon.0) 40 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:59:36.336 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:36 smithi063 bash[39322]: audit 2024-05-06T06:59:35.082916+0000 mon.a (mon.0) 41 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T06:59:36.336 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:36 smithi063 bash[39322]: audit 2024-05-06T06:59:35.082916+0000 mon.a (mon.0) 41 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T06:59:36.336 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:36 smithi063 bash[39322]: audit 2024-05-06T06:59:35.088777+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:59:36.336 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:36 smithi063 bash[39322]: audit 2024-05-06T06:59:35.088777+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:59:36.336 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:36 smithi063 bash[39322]: audit 2024-05-06T06:59:35.091509+0000 mon.a (mon.0) 43 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T06:59:36.336 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:36 smithi063 bash[39322]: audit 2024-05-06T06:59:35.091509+0000 mon.a (mon.0) 43 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T06:59:36.337 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:36 smithi063 bash[39322]: audit 2024-05-06T06:59:35.101794+0000 mon.a (mon.0) 44 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:59:36.337 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:36 smithi063 bash[39322]: audit 2024-05-06T06:59:35.101794+0000 mon.a (mon.0) 44 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:59:36.337 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:36 smithi063 bash[39322]: cephadm 2024-05-06T06:59:35.207773+0000 mgr.a (mgr.14152) 247 : cephadm [INF] Redeploying mon.a, (entrypoint args changed) . . . 2024-05-06T06:59:36.337 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:36 smithi063 bash[39322]: cephadm 2024-05-06T06:59:35.207773+0000 mgr.a (mgr.14152) 247 : cephadm [INF] Redeploying mon.a, (entrypoint args changed) . . . 2024-05-06T06:59:36.337 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:36 smithi063 bash[39322]: audit 2024-05-06T06:59:35.208596+0000 mon.a (mon.0) 45 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T06:59:36.337 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:36 smithi063 bash[39322]: audit 2024-05-06T06:59:35.208596+0000 mon.a (mon.0) 45 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T06:59:36.337 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:36 smithi063 bash[39322]: audit 2024-05-06T06:59:35.210352+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T06:59:36.337 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:36 smithi063 bash[39322]: audit 2024-05-06T06:59:35.210352+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T06:59:36.337 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:36 smithi063 bash[39322]: audit 2024-05-06T06:59:35.211995+0000 mon.a (mon.0) 47 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:59:36.337 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:36 smithi063 bash[39322]: audit 2024-05-06T06:59:35.211995+0000 mon.a (mon.0) 47 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:59:36.337 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:36 smithi063 bash[39322]: cephadm 2024-05-06T06:59:35.214002+0000 mgr.a (mgr.14152) 248 : cephadm [INF] Deploying daemon mon.a on smithi063 2024-05-06T06:59:36.337 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:36 smithi063 bash[39322]: cephadm 2024-05-06T06:59:35.214002+0000 mgr.a (mgr.14152) 248 : cephadm [INF] Deploying daemon mon.a on smithi063 2024-05-06T06:59:36.396 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:36 smithi110 bash[31933]: cluster 2024-05-06T06:59:31.775626+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v187: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:59:36.396 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:36 smithi110 bash[31933]: cluster 2024-05-06T06:59:31.775626+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v187: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:59:36.396 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:36 smithi110 bash[31933]: cluster 2024-05-06T06:59:33.776193+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v188: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:59:36.396 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:36 smithi110 bash[31933]: cluster 2024-05-06T06:59:33.776193+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v188: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:59:36.396 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:36 smithi110 bash[31933]: cluster 2024-05-06T06:59:34.994208+0000 mon.b (mon.1) 1 : cluster [INF] mon.b calling monitor election 2024-05-06T06:59:36.396 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:36 smithi110 bash[31933]: cluster 2024-05-06T06:59:34.994208+0000 mon.b (mon.1) 1 : cluster [INF] mon.b calling monitor election 2024-05-06T06:59:36.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:36 smithi110 bash[31933]: cluster 2024-05-06T06:59:34.995074+0000 mon.a (mon.0) 25 : cluster [INF] mon.a calling monitor election 2024-05-06T06:59:36.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:36 smithi110 bash[31933]: cluster 2024-05-06T06:59:34.995074+0000 mon.a (mon.0) 25 : cluster [INF] mon.a calling monitor election 2024-05-06T06:59:36.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:36 smithi110 bash[31933]: cluster 2024-05-06T06:59:35.016112+0000 mon.a (mon.0) 26 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-05-06T06:59:36.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:36 smithi110 bash[31933]: cluster 2024-05-06T06:59:35.016112+0000 mon.a (mon.0) 26 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-05-06T06:59:36.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:36 smithi110 bash[31933]: cluster 2024-05-06T06:59:35.023637+0000 mon.a (mon.0) 27 : cluster [DBG] monmap epoch 2 2024-05-06T06:59:36.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:36 smithi110 bash[31933]: cluster 2024-05-06T06:59:35.023637+0000 mon.a (mon.0) 27 : cluster [DBG] monmap epoch 2 2024-05-06T06:59:36.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:36 smithi110 bash[31933]: cluster 2024-05-06T06:59:35.023701+0000 mon.a (mon.0) 28 : cluster [DBG] fsid fac46718-0b74-11ef-bc97-c7b262605968 2024-05-06T06:59:36.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:36 smithi110 bash[31933]: cluster 2024-05-06T06:59:35.023701+0000 mon.a (mon.0) 28 : cluster [DBG] fsid fac46718-0b74-11ef-bc97-c7b262605968 2024-05-06T06:59:36.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:36 smithi110 bash[31933]: cluster 2024-05-06T06:59:35.023725+0000 mon.a (mon.0) 29 : cluster [DBG] last_changed 2024-05-06T06:54:43.556454+0000 2024-05-06T06:59:36.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:36 smithi110 bash[31933]: cluster 2024-05-06T06:59:35.023725+0000 mon.a (mon.0) 29 : cluster [DBG] last_changed 2024-05-06T06:54:43.556454+0000 2024-05-06T06:59:36.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:36 smithi110 bash[31933]: cluster 2024-05-06T06:59:35.023743+0000 mon.a (mon.0) 30 : cluster [DBG] created 2024-05-06T06:52:18.421051+0000 2024-05-06T06:59:36.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:36 smithi110 bash[31933]: cluster 2024-05-06T06:59:35.023743+0000 mon.a (mon.0) 30 : cluster [DBG] created 2024-05-06T06:52:18.421051+0000 2024-05-06T06:59:36.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:36 smithi110 bash[31933]: cluster 2024-05-06T06:59:35.023762+0000 mon.a (mon.0) 31 : cluster [DBG] min_mon_release 19 (squid) 2024-05-06T06:59:36.397 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:36 smithi110 bash[31933]: cluster 2024-05-06T06:59:35.023762+0000 mon.a (mon.0) 31 : cluster [DBG] min_mon_release 19 (squid) 2024-05-06T06:59:36.398 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:36 smithi110 bash[31933]: cluster 2024-05-06T06:59:35.023782+0000 mon.a (mon.0) 32 : cluster [DBG] election_strategy: 1 2024-05-06T06:59:36.398 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:36 smithi110 bash[31933]: cluster 2024-05-06T06:59:35.023782+0000 mon.a (mon.0) 32 : cluster [DBG] election_strategy: 1 2024-05-06T06:59:36.398 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:36 smithi110 bash[31933]: cluster 2024-05-06T06:59:35.023799+0000 mon.a (mon.0) 33 : cluster [DBG] 0: [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] mon.a 2024-05-06T06:59:36.398 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:36 smithi110 bash[31933]: cluster 2024-05-06T06:59:35.023799+0000 mon.a (mon.0) 33 : cluster [DBG] 0: [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] mon.a 2024-05-06T06:59:36.398 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:36 smithi110 bash[31933]: cluster 2024-05-06T06:59:35.023823+0000 mon.a (mon.0) 34 : cluster [DBG] 1: [v2:172.21.15.110:3300/0,v1:172.21.15.110:6789/0] mon.b 2024-05-06T06:59:36.398 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:36 smithi110 bash[31933]: cluster 2024-05-06T06:59:35.023823+0000 mon.a (mon.0) 34 : cluster [DBG] 1: [v2:172.21.15.110:3300/0,v1:172.21.15.110:6789/0] mon.b 2024-05-06T06:59:36.399 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:36 smithi110 bash[31933]: cluster 2024-05-06T06:59:35.025015+0000 mon.a (mon.0) 35 : cluster [DBG] fsmap 2024-05-06T06:59:36.399 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:36 smithi110 bash[31933]: cluster 2024-05-06T06:59:35.025015+0000 mon.a (mon.0) 35 : cluster [DBG] fsmap 2024-05-06T06:59:36.399 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:36 smithi110 bash[31933]: cluster 2024-05-06T06:59:35.025076+0000 mon.a (mon.0) 36 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-05-06T06:59:36.399 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:36 smithi110 bash[31933]: cluster 2024-05-06T06:59:35.025076+0000 mon.a (mon.0) 36 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-05-06T06:59:36.399 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:36 smithi110 bash[31933]: cluster 2024-05-06T06:59:35.025527+0000 mon.a (mon.0) 37 : cluster [DBG] mgrmap e14: a(active, since 6m), standbys: b 2024-05-06T06:59:36.399 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:36 smithi110 bash[31933]: cluster 2024-05-06T06:59:35.025527+0000 mon.a (mon.0) 37 : cluster [DBG] mgrmap e14: a(active, since 6m), standbys: b 2024-05-06T06:59:36.399 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:36 smithi110 bash[31933]: cluster 2024-05-06T06:59:35.025870+0000 mon.a (mon.0) 38 : cluster [INF] overall HEALTH_OK 2024-05-06T06:59:36.399 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:36 smithi110 bash[31933]: cluster 2024-05-06T06:59:35.025870+0000 mon.a (mon.0) 38 : cluster [INF] overall HEALTH_OK 2024-05-06T06:59:36.399 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:36 smithi110 bash[31933]: audit 2024-05-06T06:59:35.033145+0000 mon.a (mon.0) 39 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:59:36.399 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:36 smithi110 bash[31933]: audit 2024-05-06T06:59:35.033145+0000 mon.a (mon.0) 39 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:59:36.399 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:36 smithi110 bash[31933]: audit 2024-05-06T06:59:35.040447+0000 mon.a (mon.0) 40 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:59:36.399 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:36 smithi110 bash[31933]: audit 2024-05-06T06:59:35.040447+0000 mon.a (mon.0) 40 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:59:36.399 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:36 smithi110 bash[31933]: audit 2024-05-06T06:59:35.082916+0000 mon.a (mon.0) 41 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T06:59:36.399 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:36 smithi110 bash[31933]: audit 2024-05-06T06:59:35.082916+0000 mon.a (mon.0) 41 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T06:59:36.400 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:36 smithi110 bash[31933]: audit 2024-05-06T06:59:35.088777+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:59:36.400 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:36 smithi110 bash[31933]: audit 2024-05-06T06:59:35.088777+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:59:36.400 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:36 smithi110 bash[31933]: audit 2024-05-06T06:59:35.091509+0000 mon.a (mon.0) 43 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T06:59:36.400 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:36 smithi110 bash[31933]: audit 2024-05-06T06:59:35.091509+0000 mon.a (mon.0) 43 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T06:59:36.400 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:36 smithi110 bash[31933]: audit 2024-05-06T06:59:35.101794+0000 mon.a (mon.0) 44 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:59:36.400 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:36 smithi110 bash[31933]: audit 2024-05-06T06:59:35.101794+0000 mon.a (mon.0) 44 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:59:36.400 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:36 smithi110 bash[31933]: cephadm 2024-05-06T06:59:35.207773+0000 mgr.a (mgr.14152) 247 : cephadm [INF] Redeploying mon.a, (entrypoint args changed) . . . 2024-05-06T06:59:36.400 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:36 smithi110 bash[31933]: cephadm 2024-05-06T06:59:35.207773+0000 mgr.a (mgr.14152) 247 : cephadm [INF] Redeploying mon.a, (entrypoint args changed) . . . 2024-05-06T06:59:36.400 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:36 smithi110 bash[31933]: audit 2024-05-06T06:59:35.208596+0000 mon.a (mon.0) 45 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T06:59:36.400 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:36 smithi110 bash[31933]: audit 2024-05-06T06:59:35.208596+0000 mon.a (mon.0) 45 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T06:59:36.400 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:36 smithi110 bash[31933]: audit 2024-05-06T06:59:35.210352+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T06:59:36.400 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:36 smithi110 bash[31933]: audit 2024-05-06T06:59:35.210352+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T06:59:36.400 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:36 smithi110 bash[31933]: audit 2024-05-06T06:59:35.211995+0000 mon.a (mon.0) 47 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:59:36.401 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:36 smithi110 bash[31933]: audit 2024-05-06T06:59:35.211995+0000 mon.a (mon.0) 47 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:59:36.401 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:36 smithi110 bash[31933]: cephadm 2024-05-06T06:59:35.214002+0000 mgr.a (mgr.14152) 248 : cephadm [INF] Deploying daemon mon.a on smithi063 2024-05-06T06:59:36.401 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:36 smithi110 bash[31933]: cephadm 2024-05-06T06:59:35.214002+0000 mgr.a (mgr.14152) 248 : cephadm [INF] Deploying daemon mon.a on smithi063 2024-05-06T06:59:37.332 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:37 smithi063 bash[39322]: cluster 2024-05-06T06:59:35.776632+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v189: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:59:37.332 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:37 smithi063 bash[39322]: cluster 2024-05-06T06:59:35.776632+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v189: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:59:37.395 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:37 smithi110 bash[31933]: cluster 2024-05-06T06:59:35.776632+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v189: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:59:37.395 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:37 smithi110 bash[31933]: cluster 2024-05-06T06:59:35.776632+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v189: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:59:38.386 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:38 smithi063 systemd[1]: /etc/systemd/system/ceph-fac46718-0b74-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-06T06:59:38.387 INFO:journalctl@ceph.mgr.a.smithi063.stdout:May 06 06:59:38 smithi063 systemd[1]: /etc/systemd/system/ceph-fac46718-0b74-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-06T06:59:38.387 INFO:journalctl@ceph.osd.0.smithi063.stdout:May 06 06:59:38 smithi063 systemd[1]: /etc/systemd/system/ceph-fac46718-0b74-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-06T06:59:38.749 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:38 smithi063 systemd[1]: Stopping Ceph mon.a for fac46718-0b74-11ef-bc97-c7b262605968... 2024-05-06T06:59:38.749 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:38 smithi063 bash[39322]: debug 2024-05-06T06:59:38.500+0000 7f89abfb5700 -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-06T06:59:38.749 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:38 smithi063 bash[39322]: debug 2024-05-06T06:59:38.500+0000 7f89abfb5700 -1 mon.a@0(leader) e2 *** Got Signal Terminated *** 2024-05-06T06:59:39.332 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:39 smithi063 bash[40191]: ceph-fac46718-0b74-11ef-bc97-c7b262605968-mon-a 2024-05-06T06:59:39.332 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:39 smithi063 bash[40250]: Error response from daemon: No such container: ceph-fac46718-0b74-11ef-bc97-c7b262605968-mon-a 2024-05-06T06:59:39.332 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:39 smithi063 systemd[1]: ceph-fac46718-0b74-11ef-bc97-c7b262605968@mon.a.service: Deactivated successfully. 2024-05-06T06:59:39.332 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:39 smithi063 systemd[1]: Stopped Ceph mon.a for fac46718-0b74-11ef-bc97-c7b262605968. 2024-05-06T06:59:39.832 INFO:journalctl@ceph.mgr.a.smithi063.stdout:May 06 06:59:39 smithi063 systemd[1]: /etc/systemd/system/ceph-fac46718-0b74-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-06T06:59:39.832 INFO:journalctl@ceph.osd.0.smithi063.stdout:May 06 06:59:39 smithi063 systemd[1]: /etc/systemd/system/ceph-fac46718-0b74-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-06T06:59:39.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:39 smithi063 systemd[1]: /etc/systemd/system/ceph-fac46718-0b74-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-06T06:59:39.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:39 smithi063 systemd[1]: Started Ceph mon.a for fac46718-0b74-11ef-bc97-c7b262605968. 2024-05-06T06:59:40.808 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.596+0000 7ff41a71ac80 0 set uid:gid to 167:167 (ceph:ceph) 2024-05-06T06:59:40.808 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.596+0000 7ff41a71ac80 0 ceph version 19.0.0-3516-ge08cbbf6 (e08cbbf6fd79a8dd2949f340bce25e28ea3db004) squid (dev), process ceph-mon, pid 7 2024-05-06T06:59:40.809 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.596+0000 7ff41a71ac80 0 pidfile_write: ignore empty --pid-file 2024-05-06T06:59:40.809 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 0 load: jerasure load: lrc 2024-05-06T06:59:40.809 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: RocksDB version: 7.9.2 2024-05-06T06:59:40.809 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Git sha 0 2024-05-06T06:59:40.809 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Compile date 2024-05-03 20:59:59 2024-05-06T06:59:40.809 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: DB SUMMARY 2024-05-06T06:59:40.809 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: DB Session ID: V0JHYMNXTXRB9B2H6P4N 2024-05-06T06:59:40.809 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: CURRENT file: CURRENT 2024-05-06T06:59:40.809 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: IDENTITY file: IDENTITY 2024-05-06T06:59:40.809 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: MANIFEST file: MANIFEST-000020 size: 373 Bytes 2024-05-06T06:59:40.809 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 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-06T06:59:40.809 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000019.log size: 233055 ; 2024-05-06T06:59:40.810 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.error_if_exists: 0 2024-05-06T06:59:40.810 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.create_if_missing: 0 2024-05-06T06:59:40.810 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.paranoid_checks: 1 2024-05-06T06:59:40.810 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-05-06T06:59:40.810 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-05-06T06:59:40.810 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-05-06T06:59:40.810 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.env: 0x55dd7723fcc0 2024-05-06T06:59:40.810 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.fs: PosixFileSystem 2024-05-06T06:59:40.810 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.info_log: 0x55dd7951bde0 2024-05-06T06:59:40.810 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.max_file_opening_threads: 16 2024-05-06T06:59:40.810 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.statistics: (nil) 2024-05-06T06:59:40.810 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.use_fsync: 0 2024-05-06T06:59:40.810 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.max_log_file_size: 0 2024-05-06T06:59:40.810 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-05-06T06:59:40.811 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-05-06T06:59:40.811 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.keep_log_file_num: 1000 2024-05-06T06:59:40.811 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.recycle_log_file_num: 0 2024-05-06T06:59:40.811 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.allow_fallocate: 1 2024-05-06T06:59:40.811 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.allow_mmap_reads: 0 2024-05-06T06:59:40.811 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.allow_mmap_writes: 0 2024-05-06T06:59:40.811 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.use_direct_reads: 0 2024-05-06T06:59:40.811 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-05-06T06:59:40.811 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.create_missing_column_families: 0 2024-05-06T06:59:40.811 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.db_log_dir: 2024-05-06T06:59:40.811 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.wal_dir: 2024-05-06T06:59:40.811 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-05-06T06:59:40.811 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-05-06T06:59:40.812 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-05-06T06:59:40.812 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-05-06T06:59:40.812 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-05-06T06:59:40.812 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-05-06T06:59:40.812 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.advise_random_on_open: 1 2024-05-06T06:59:40.812 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.db_write_buffer_size: 0 2024-05-06T06:59:40.812 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.write_buffer_manager: 0x55dd794ed0e0 2024-05-06T06:59:40.812 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-05-06T06:59:40.812 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-05-06T06:59:40.812 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-05-06T06:59:40.812 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.rate_limiter: (nil) 2024-05-06T06:59:40.812 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-05-06T06:59:40.812 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.wal_recovery_mode: 2 2024-05-06T06:59:40.813 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.enable_thread_tracking: 0 2024-05-06T06:59:40.813 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.enable_pipelined_write: 0 2024-05-06T06:59:40.813 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.unordered_write: 0 2024-05-06T06:59:40.813 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-05-06T06:59:40.813 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-05-06T06:59:40.813 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-05-06T06:59:40.813 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-05-06T06:59:40.813 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.row_cache: None 2024-05-06T06:59:40.813 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.wal_filter: None 2024-05-06T06:59:40.813 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-05-06T06:59:40.813 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.allow_ingest_behind: 0 2024-05-06T06:59:40.813 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.two_write_queues: 0 2024-05-06T06:59:40.813 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.manual_wal_flush: 0 2024-05-06T06:59:40.814 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.wal_compression: 0 2024-05-06T06:59:40.814 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.atomic_flush: 0 2024-05-06T06:59:40.814 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-05-06T06:59:40.814 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-05-06T06:59:40.814 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-05-06T06:59:40.814 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.log_readahead_size: 0 2024-05-06T06:59:40.814 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-05-06T06:59:40.814 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.best_efforts_recovery: 0 2024-05-06T06:59:40.814 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-05-06T06:59:40.814 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-05-06T06:59:40.814 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.allow_data_in_errors: 0 2024-05-06T06:59:40.814 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.db_host_id: __hostname__ 2024-05-06T06:59:40.814 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-05-06T06:59:40.814 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.max_background_jobs: 2 2024-05-06T06:59:40.814 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.max_background_compactions: -1 2024-05-06T06:59:40.816 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.max_subcompactions: 1 2024-05-06T06:59:40.816 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-05-06T06:59:40.816 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-05-06T06:59:40.816 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-05-06T06:59:40.816 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.max_total_wal_size: 0 2024-05-06T06:59:40.816 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-05-06T06:59:40.816 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-05-06T06:59:40.816 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-05-06T06:59:40.817 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-05-06T06:59:40.817 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.max_open_files: -1 2024-05-06T06:59:40.817 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.bytes_per_sync: 0 2024-05-06T06:59:40.817 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-05-06T06:59:40.817 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-05-06T06:59:40.817 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.compaction_readahead_size: 0 2024-05-06T06:59:40.817 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.max_background_flushes: -1 2024-05-06T06:59:40.817 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Compression algorithms supported: 2024-05-06T06:59:40.817 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-05-06T06:59:40.817 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: kZSTD supported: 0 2024-05-06T06:59:40.817 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: kXpressCompression supported: 0 2024-05-06T06:59:40.817 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: kLZ4HCCompression supported: 1 2024-05-06T06:59:40.817 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: kZlibCompression supported: 1 2024-05-06T06:59:40.817 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: kSnappyCompression supported: 1 2024-05-06T06:59:40.817 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: kLZ4Compression supported: 1 2024-05-06T06:59:40.818 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: kBZip2Compression supported: 0 2024-05-06T06:59:40.818 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-05-06T06:59:40.818 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-05-06T06:59:40.818 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000020 2024-05-06T06:59:40.818 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-05-06T06:59:40.818 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-05-06T06:59:40.818 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.merge_operator: 2024-05-06T06:59:40.818 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.compaction_filter: None 2024-05-06T06:59:40.818 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.compaction_filter_factory: None 2024-05-06T06:59:40.818 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.sst_partitioner_factory: None 2024-05-06T06:59:40.818 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-05-06T06:59:40.818 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-05-06T06:59:40.818 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55dd7951bfa0) 2024-05-06T06:59:40.818 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: cache_index_and_filter_blocks: 1 2024-05-06T06:59:40.819 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: cache_index_and_filter_blocks_with_high_priority: 0 2024-05-06T06:59:40.819 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-05-06T06:59:40.819 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: pin_top_level_index_and_filter: 1 2024-05-06T06:59:40.819 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: index_type: 0 2024-05-06T06:59:40.819 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: data_block_index_type: 0 2024-05-06T06:59:40.819 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: index_shortening: 1 2024-05-06T06:59:40.819 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: data_block_hash_table_util_ratio: 0.750000 2024-05-06T06:59:40.819 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: checksum: 4 2024-05-06T06:59:40.819 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: no_block_cache: 0 2024-05-06T06:59:40.819 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: block_cache: 0x55dd7951d1f0 2024-05-06T06:59:40.819 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: block_cache_name: BinnedLRUCache 2024-05-06T06:59:40.819 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: block_cache_options: 2024-05-06T06:59:40.819 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: capacity : 536870912 2024-05-06T06:59:40.820 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: num_shard_bits : 4 2024-05-06T06:59:40.820 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: strict_capacity_limit : 0 2024-05-06T06:59:40.820 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: high_pri_pool_ratio: 0.000 2024-05-06T06:59:40.820 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: block_cache_compressed: (nil) 2024-05-06T06:59:40.820 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: persistent_cache: (nil) 2024-05-06T06:59:40.820 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: block_size: 4096 2024-05-06T06:59:40.820 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: block_size_deviation: 10 2024-05-06T06:59:40.820 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: block_restart_interval: 16 2024-05-06T06:59:40.820 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: index_block_restart_interval: 1 2024-05-06T06:59:40.820 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: metadata_block_size: 4096 2024-05-06T06:59:40.820 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: partition_filters: 0 2024-05-06T06:59:40.820 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: use_delta_encoding: 1 2024-05-06T06:59:40.820 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: filter_policy: bloomfilter 2024-05-06T06:59:40.820 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: whole_key_filtering: 1 2024-05-06T06:59:40.820 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: verify_compression: 0 2024-05-06T06:59:40.821 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: read_amp_bytes_per_bit: 0 2024-05-06T06:59:40.821 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: format_version: 5 2024-05-06T06:59:40.821 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: enable_index_compression: 1 2024-05-06T06:59:40.821 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: block_align: 0 2024-05-06T06:59:40.821 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: max_auto_readahead_size: 262144 2024-05-06T06:59:40.821 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: prepopulate_block_cache: 0 2024-05-06T06:59:40.821 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: initial_auto_readahead_size: 8192 2024-05-06T06:59:40.821 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: num_file_reads_for_auto_readahead: 2 2024-05-06T06:59:40.821 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.write_buffer_size: 33554432 2024-05-06T06:59:40.821 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.max_write_buffer_number: 2 2024-05-06T06:59:40.821 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.compression: NoCompression 2024-05-06T06:59:40.821 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.bottommost_compression: Disabled 2024-05-06T06:59:40.821 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.prefix_extractor: nullptr 2024-05-06T06:59:40.821 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-05-06T06:59:40.821 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.num_levels: 7 2024-05-06T06:59:40.822 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-05-06T06:59:40.822 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-05-06T06:59:40.822 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-05-06T06:59:40.822 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-05-06T06:59:40.822 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-05-06T06:59:40.822 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-05-06T06:59:40.822 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-05-06T06:59:40.822 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-05-06T06:59:40.822 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-05-06T06:59:40.822 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-05-06T06:59:40.822 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-05-06T06:59:40.822 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-05-06T06:59:40.823 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-05-06T06:59:40.823 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.compression_opts.level: 32767 2024-05-06T06:59:40.823 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.compression_opts.strategy: 0 2024-05-06T06:59:40.823 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-05-06T06:59:40.823 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-05-06T06:59:40.823 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-05-06T06:59:40.823 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-05-06T06:59:40.823 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.compression_opts.enabled: false 2024-05-06T06:59:40.823 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-05-06T06:59:40.823 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-05-06T06:59:40.823 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-05-06T06:59:40.823 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-05-06T06:59:40.823 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.target_file_size_base: 67108864 2024-05-06T06:59:40.823 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-05-06T06:59:40.823 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-05-06T06:59:40.824 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-05-06T06:59:40.824 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-05-06T06:59:40.824 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-05-06T06:59:40.824 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-05-06T06:59:40.824 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-05-06T06:59:40.824 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-05-06T06:59:40.824 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-05-06T06:59:40.824 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-05-06T06:59:40.824 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-05-06T06:59:40.824 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-05-06T06:59:40.824 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-05-06T06:59:40.824 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-05-06T06:59:40.824 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.arena_block_size: 1048576 2024-05-06T06:59:40.824 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-05-06T06:59:40.824 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-05-06T06:59:40.825 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.disable_auto_compactions: 0 2024-05-06T06:59:40.825 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-05-06T06:59:40.825 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-05-06T06:59:40.825 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-05-06T06:59:40.825 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-05-06T06:59:40.825 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-05-06T06:59:40.825 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-05-06T06:59:40.825 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-05-06T06:59:40.825 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-05-06T06:59:40.825 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-05-06T06:59:40.825 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-05-06T06:59:40.825 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-05-06T06:59:40.825 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.inplace_update_support: 0 2024-05-06T06:59:40.825 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-05-06T06:59:40.825 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-05-06T06:59:40.826 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-05-06T06:59:40.826 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-05-06T06:59:40.826 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.bloom_locality: 0 2024-05-06T06:59:40.826 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.max_successive_merges: 0 2024-05-06T06:59:40.826 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-05-06T06:59:40.826 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.paranoid_file_checks: 0 2024-05-06T06:59:40.826 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.force_consistency_checks: 1 2024-05-06T06:59:40.826 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.report_bg_io_stats: 0 2024-05-06T06:59:40.826 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.ttl: 2592000 2024-05-06T06:59:40.826 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-05-06T06:59:40.826 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-05-06T06:59:40.826 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-05-06T06:59:40.826 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.enable_blob_files: false 2024-05-06T06:59:40.826 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.min_blob_size: 0 2024-05-06T06:59:40.827 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.blob_file_size: 268435456 2024-05-06T06:59:40.827 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-05-06T06:59:40.827 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-05-06T06:59:40.827 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-05-06T06:59:40.827 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-05-06T06:59:40.827 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-05-06T06:59:40.827 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.blob_file_starting_level: 0 2024-05-06T06:59:40.827 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-05-06T06:59:40.827 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 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 5847, log_number is 15,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 15 2024-05-06T06:59:40.827 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 15 2024-05-06T06:59:40.827 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: f788ea11-7752-4d41-a725-698967728908 2024-05-06T06:59:40.827 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1714978780605896, "job": 1, "event": "recovery_started", "wal_files": [19]} 2024-05-06T06:59:40.827 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.600+0000 7ff41a71ac80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #19 mode 2 2024-05-06T06:59:40.827 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.604+0000 7ff41a71ac80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1714978780607605, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 23, "file_size": 208913, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 5853, "largest_seqno": 6082, "table_properties": {"data_size": 206752, "index_size": 737, "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": 3263, "raw_average_key_size": 25, "raw_value_size": 203911, "raw_average_value_size": 1568, "num_data_blocks": 32, "num_entries": 130, "num_filter_entries": 130, "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": 1714978780, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "f788ea11-7752-4d41-a725-698967728908", "db_session_id": "V0JHYMNXTXRB9B2H6P4N", "orig_file_number": 23, "seqno_to_time_mapping": "N/A"}} 2024-05-06T06:59:40.827 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.604+0000 7ff41a71ac80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1714978780607710, "job": 1, "event": "recovery_finished"} 2024-05-06T06:59:40.828 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.604+0000 7ff41a71ac80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 25 2024-05-06T06:59:40.828 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.604+0000 7ff41a71ac80 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-06T06:59:40.828 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.604+0000 7ff41a71ac80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55dd7963e000 2024-05-06T06:59:40.828 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.604+0000 7ff41a71ac80 4 rocksdb: DB pointer 0x55dd7962a000 2024-05-06T06:59:40.828 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.604+0000 7ff410e81700 4 rocksdb: [db/compaction/compaction_job.cc:1995] [default] [JOB 3] Compacting 4@0 files to L6, score 1.00 2024-05-06T06:59:40.828 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.604+0000 7ff410e81700 4 rocksdb: [db/compaction/compaction_job.cc:2001] [default]: Compaction start summary: Base version 2 Base level 0, inputs: [23(204KB) 18(4594KB) 13(83KB) 8(1905B)] 2024-05-06T06:59:40.828 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.604+0000 7ff410e81700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1714978780609150, "job": 3, "event": "compaction_started", "compaction_reason": "LevelL0FilesNum", "files_L0": [23, 18, 13, 8], "score": 1, "input_data_size": 5000978, "oldest_snapshot_seqno": -1} 2024-05-06T06:59:40.828 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.604+0000 7ff408e71700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-05-06T06:59:40.828 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.604+0000 7ff408e71700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-05-06T06:59:40.828 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: ** DB Stats ** 2024-05-06T06:59:40.828 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: Uptime(secs): 0.0 total, 0.0 interval 2024-05-06T06:59:40.828 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: 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-06T06:59:40.828 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-06T06:59:40.828 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-06T06:59:40.829 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: 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-06T06:59:40.829 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-06T06:59:40.829 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-06T06:59:40.829 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: ** Compaction Stats [default] ** 2024-05-06T06:59:40.829 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: 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-06T06:59:40.829 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-05-06T06:59:40.829 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: L0 4/4 4.77 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 183.5 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-06T06:59:40.829 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: Sum 4/4 4.77 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 183.5 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-06T06:59:40.829 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 183.5 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-06T06:59:40.829 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: ** Compaction Stats [default] ** 2024-05-06T06:59:40.829 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: 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-06T06:59:40.829 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-05-06T06:59:40.829 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 183.5 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-06T06:59:40.829 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-05-06T06:59:40.829 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: Uptime(secs): 0.0 total, 0.0 interval 2024-05-06T06:59:40.830 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: Flush(GB): cumulative 0.000, interval 0.000 2024-05-06T06:59:40.830 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: AddFile(GB): cumulative 0.000, interval 0.000 2024-05-06T06:59:40.830 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: AddFile(Total Files): cumulative 0, interval 0 2024-05-06T06:59:40.830 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: AddFile(L0 Files): cumulative 0, interval 0 2024-05-06T06:59:40.830 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: AddFile(Keys): cumulative 0, interval 0 2024-05-06T06:59:40.830 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: Cumulative compaction: 0.00 GB write, 44.28 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-06T06:59:40.830 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: Interval compaction: 0.00 GB write, 44.28 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-06T06:59:40.830 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: 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-06T06:59:40.830 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: Block cache BinnedLRUCache@0x55dd7951d1f0#7 capacity: 512.00 MB usage: 20.56 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.2e-05 secs_since: 0 2024-05-06T06:59:40.830 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: Block cache entry stats(count,size,portion): FilterBlock(4,7.23 KB,0.00137985%) IndexBlock(4,13.33 KB,0.00254214%) Misc(1,0.00 KB,0%) 2024-05-06T06:59:40.830 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: ** File Read Latency Histogram By Level [default] ** 2024-05-06T06:59:40.830 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.604+0000 7ff41a71ac80 10 CompressorRegistry(0x55dd795b6288) _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-06T06:59:40.830 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.604+0000 7ff409e73700 2 Event(0x55dd794fc088 nevent=5000 time_id=1).set_owner center_id=0 owner=140686114895616 2024-05-06T06:59:40.830 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.604+0000 7ff409e73700 10 stack operator() starting 2024-05-06T06:59:40.831 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.604+0000 7ff40a674700 2 Event(0x55dd794fc748 nevent=5000 time_id=1).set_owner center_id=1 owner=140686123288320 2024-05-06T06:59:40.831 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.604+0000 7ff40a674700 10 stack operator() starting 2024-05-06T06:59:40.831 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.604+0000 7ff40fe7f700 2 Event(0x55dd794fd4c8 nevent=5000 time_id=1).set_owner center_id=2 owner=140686215608064 2024-05-06T06:59:40.831 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.604+0000 7ff40fe7f700 10 stack operator() starting 2024-05-06T06:59:40.831 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.604+0000 7ff41a71ac80 0 starting mon.a rank 0 at public addrs [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] at bind addrs [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid fac46718-0b74-11ef-bc97-c7b262605968 2024-05-06T06:59:40.831 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.604+0000 7ff41a71ac80 10 CompressorRegistry(0x55dd795b6b88) _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-06T06:59:40.831 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.608+0000 7ff41a71ac80 1 mon.a@-1(???) e2 preinit fsid fac46718-0b74-11ef-bc97-c7b262605968 2024-05-06T06:59:40.831 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.608+0000 7ff41a71ac80 0 mon.a@-1(???).mds e1 new map 2024-05-06T06:59:40.831 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.608+0000 7ff41a71ac80 0 mon.a@-1(???).mds e1 print_map 2024-05-06T06:59:40.831 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: e1 2024-05-06T06:59:40.831 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: enable_multiple, ever_enabled_multiple: 1,1 2024-05-06T06:59:40.831 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: 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-06T06:59:40.831 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: legacy client fscid: -1 2024-05-06T06:59:40.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: 2024-05-06T06:59:40.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: No filesystems configured 2024-05-06T06:59:40.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.608+0000 7ff41a71ac80 0 mon.a@-1(???).osd e14 crush map has features 3314932999778484224, adjusting msgr requires 2024-05-06T06:59:40.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.608+0000 7ff41a71ac80 0 mon.a@-1(???).osd e14 crush map has features 288514050185494528, adjusting msgr requires 2024-05-06T06:59:40.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.608+0000 7ff41a71ac80 0 mon.a@-1(???).osd e14 crush map has features 288514050185494528, adjusting msgr requires 2024-05-06T06:59:40.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.608+0000 7ff41a71ac80 0 mon.a@-1(???).osd e14 crush map has features 288514050185494528, adjusting msgr requires 2024-05-06T06:59:40.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:40 smithi063 bash[40308]: debug 2024-05-06T06:59:40.608+0000 7ff41a71ac80 1 mon.a@-1(???).paxosservice(auth 1..10) refresh upgraded, format 0 -> 3 2024-05-06T06:59:44.083 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:43 smithi063 bash[40308]: audit 2024-05-06T06:59:38.514219+0000 mon.b (mon.1) 2 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T06:59:44.083 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:43 smithi063 bash[40308]: audit 2024-05-06T06:59:38.514219+0000 mon.b (mon.1) 2 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T06:59:44.083 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:43 smithi063 bash[40308]: audit 2024-05-06T06:59:38.515445+0000 mon.b (mon.1) 3 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T06:59:44.083 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:43 smithi063 bash[40308]: audit 2024-05-06T06:59:38.515445+0000 mon.b (mon.1) 3 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T06:59:44.084 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:43 smithi063 bash[40308]: cluster 2024-05-06T06:59:39.777553+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v191: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:59:44.084 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:43 smithi063 bash[40308]: cluster 2024-05-06T06:59:39.777553+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v191: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:59:44.084 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:43 smithi063 bash[40308]: cluster 2024-05-06T06:59:41.778009+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v192: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:59:44.084 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:43 smithi063 bash[40308]: cluster 2024-05-06T06:59:41.778009+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v192: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:59:44.084 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:43 smithi063 bash[40308]: cluster 2024-05-06T06:59:43.636845+0000 mon.a (mon.0) 1 : cluster [INF] mon.a calling monitor election 2024-05-06T06:59:44.084 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:43 smithi063 bash[40308]: cluster 2024-05-06T06:59:43.636845+0000 mon.a (mon.0) 1 : cluster [INF] mon.a calling monitor election 2024-05-06T06:59:44.084 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:43 smithi063 bash[40308]: cluster 2024-05-06T06:59:43.657056+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-05-06T06:59:44.084 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:43 smithi063 bash[40308]: cluster 2024-05-06T06:59:43.657056+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-05-06T06:59:44.084 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:43 smithi063 bash[40308]: cluster 2024-05-06T06:59:43.671304+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 2 2024-05-06T06:59:44.084 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:43 smithi063 bash[40308]: cluster 2024-05-06T06:59:43.671304+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 2 2024-05-06T06:59:44.084 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:43 smithi063 bash[40308]: cluster 2024-05-06T06:59:43.671365+0000 mon.a (mon.0) 4 : cluster [DBG] fsid fac46718-0b74-11ef-bc97-c7b262605968 2024-05-06T06:59:44.084 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:43 smithi063 bash[40308]: cluster 2024-05-06T06:59:43.671365+0000 mon.a (mon.0) 4 : cluster [DBG] fsid fac46718-0b74-11ef-bc97-c7b262605968 2024-05-06T06:59:44.084 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:43 smithi063 bash[40308]: cluster 2024-05-06T06:59:43.671408+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-05-06T06:54:43.556454+0000 2024-05-06T06:59:44.085 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:43 smithi063 bash[40308]: cluster 2024-05-06T06:59:43.671408+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-05-06T06:54:43.556454+0000 2024-05-06T06:59:44.085 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:43 smithi063 bash[40308]: cluster 2024-05-06T06:59:43.671451+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-05-06T06:52:18.421051+0000 2024-05-06T06:59:44.085 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:43 smithi063 bash[40308]: cluster 2024-05-06T06:59:43.671451+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-05-06T06:52:18.421051+0000 2024-05-06T06:59:44.085 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:43 smithi063 bash[40308]: cluster 2024-05-06T06:59:43.671495+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-05-06T06:59:44.085 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:43 smithi063 bash[40308]: cluster 2024-05-06T06:59:43.671495+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-05-06T06:59:44.085 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:43 smithi063 bash[40308]: cluster 2024-05-06T06:59:43.671535+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-05-06T06:59:44.085 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:43 smithi063 bash[40308]: cluster 2024-05-06T06:59:43.671535+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-05-06T06:59:44.085 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:43 smithi063 bash[40308]: cluster 2024-05-06T06:59:43.671579+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] mon.a 2024-05-06T06:59:44.085 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:43 smithi063 bash[40308]: cluster 2024-05-06T06:59:43.671579+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] mon.a 2024-05-06T06:59:44.085 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:43 smithi063 bash[40308]: cluster 2024-05-06T06:59:43.671624+0000 mon.a (mon.0) 10 : cluster [DBG] 1: [v2:172.21.15.110:3300/0,v1:172.21.15.110:6789/0] mon.b 2024-05-06T06:59:44.085 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:43 smithi063 bash[40308]: cluster 2024-05-06T06:59:43.671624+0000 mon.a (mon.0) 10 : cluster [DBG] 1: [v2:172.21.15.110:3300/0,v1:172.21.15.110:6789/0] mon.b 2024-05-06T06:59:44.085 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:43 smithi063 bash[40308]: cluster 2024-05-06T06:59:43.672875+0000 mon.a (mon.0) 11 : cluster [DBG] fsmap 2024-05-06T06:59:44.085 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:43 smithi063 bash[40308]: cluster 2024-05-06T06:59:43.672875+0000 mon.a (mon.0) 11 : cluster [DBG] fsmap 2024-05-06T06:59:44.086 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:43 smithi063 bash[40308]: cluster 2024-05-06T06:59:43.672999+0000 mon.a (mon.0) 12 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-05-06T06:59:44.086 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:43 smithi063 bash[40308]: cluster 2024-05-06T06:59:43.672999+0000 mon.a (mon.0) 12 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-05-06T06:59:44.086 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:43 smithi063 bash[40308]: cluster 2024-05-06T06:59:43.674816+0000 mon.a (mon.0) 13 : cluster [DBG] mgrmap e14: a(active, since 6m), standbys: b 2024-05-06T06:59:44.086 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:43 smithi063 bash[40308]: cluster 2024-05-06T06:59:43.674816+0000 mon.a (mon.0) 13 : cluster [DBG] mgrmap e14: a(active, since 6m), standbys: b 2024-05-06T06:59:44.086 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:43 smithi063 bash[40308]: cluster 2024-05-06T06:59:43.675236+0000 mon.a (mon.0) 14 : cluster [INF] overall HEALTH_OK 2024-05-06T06:59:44.086 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:43 smithi063 bash[40308]: cluster 2024-05-06T06:59:43.675236+0000 mon.a (mon.0) 14 : cluster [INF] overall HEALTH_OK 2024-05-06T06:59:44.086 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:43 smithi063 bash[40308]: audit 2024-05-06T06:59:43.690675+0000 mon.a (mon.0) 15 : audit [INF] from='mgr.14152 ' entity='' 2024-05-06T06:59:44.086 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:43 smithi063 bash[40308]: audit 2024-05-06T06:59:43.690675+0000 mon.a (mon.0) 15 : audit [INF] from='mgr.14152 ' entity='' 2024-05-06T06:59:44.086 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:43 smithi063 bash[40308]: audit 2024-05-06T06:59:43.696653+0000 mon.a (mon.0) 16 : audit [INF] from='mgr.14152 ' entity='' 2024-05-06T06:59:44.086 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:43 smithi063 bash[40308]: audit 2024-05-06T06:59:43.696653+0000 mon.a (mon.0) 16 : audit [INF] from='mgr.14152 ' entity='' 2024-05-06T06:59:44.086 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:43 smithi063 bash[40308]: audit 2024-05-06T06:59:43.708506+0000 mon.a (mon.0) 17 : audit [INF] from='mgr.14152 ' entity='mgr.a' 2024-05-06T06:59:44.086 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:43 smithi063 bash[40308]: audit 2024-05-06T06:59:43.708506+0000 mon.a (mon.0) 17 : audit [INF] from='mgr.14152 ' entity='mgr.a' 2024-05-06T06:59:44.086 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:43 smithi063 bash[40308]: audit 2024-05-06T06:59:43.716722+0000 mon.a (mon.0) 18 : audit [INF] from='mgr.14152 ' entity='mgr.a' 2024-05-06T06:59:44.087 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:43 smithi063 bash[40308]: audit 2024-05-06T06:59:43.716722+0000 mon.a (mon.0) 18 : audit [INF] from='mgr.14152 ' entity='mgr.a' 2024-05-06T06:59:44.146 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:43 smithi110 bash[31933]: audit 2024-05-06T06:59:38.514219+0000 mon.b (mon.1) 2 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T06:59:44.146 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:43 smithi110 bash[31933]: audit 2024-05-06T06:59:38.514219+0000 mon.b (mon.1) 2 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T06:59:44.146 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:43 smithi110 bash[31933]: audit 2024-05-06T06:59:38.515445+0000 mon.b (mon.1) 3 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T06:59:44.146 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:43 smithi110 bash[31933]: audit 2024-05-06T06:59:38.515445+0000 mon.b (mon.1) 3 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T06:59:44.147 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:43 smithi110 bash[31933]: cluster 2024-05-06T06:59:39.777553+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v191: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:59:44.147 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:43 smithi110 bash[31933]: cluster 2024-05-06T06:59:39.777553+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v191: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:59:44.147 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:43 smithi110 bash[31933]: cluster 2024-05-06T06:59:41.778009+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v192: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:59:44.147 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:43 smithi110 bash[31933]: cluster 2024-05-06T06:59:41.778009+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v192: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:59:44.147 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:43 smithi110 bash[31933]: cluster 2024-05-06T06:59:43.636845+0000 mon.a (mon.0) 1 : cluster [INF] mon.a calling monitor election 2024-05-06T06:59:44.147 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:43 smithi110 bash[31933]: cluster 2024-05-06T06:59:43.636845+0000 mon.a (mon.0) 1 : cluster [INF] mon.a calling monitor election 2024-05-06T06:59:44.147 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:43 smithi110 bash[31933]: cluster 2024-05-06T06:59:43.657056+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-05-06T06:59:44.147 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:43 smithi110 bash[31933]: cluster 2024-05-06T06:59:43.657056+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-05-06T06:59:44.147 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:43 smithi110 bash[31933]: cluster 2024-05-06T06:59:43.671304+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 2 2024-05-06T06:59:44.147 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:43 smithi110 bash[31933]: cluster 2024-05-06T06:59:43.671304+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 2 2024-05-06T06:59:44.147 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:43 smithi110 bash[31933]: cluster 2024-05-06T06:59:43.671365+0000 mon.a (mon.0) 4 : cluster [DBG] fsid fac46718-0b74-11ef-bc97-c7b262605968 2024-05-06T06:59:44.147 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:43 smithi110 bash[31933]: cluster 2024-05-06T06:59:43.671365+0000 mon.a (mon.0) 4 : cluster [DBG] fsid fac46718-0b74-11ef-bc97-c7b262605968 2024-05-06T06:59:44.147 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:43 smithi110 bash[31933]: cluster 2024-05-06T06:59:43.671408+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-05-06T06:54:43.556454+0000 2024-05-06T06:59:44.148 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:43 smithi110 bash[31933]: cluster 2024-05-06T06:59:43.671408+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-05-06T06:54:43.556454+0000 2024-05-06T06:59:44.148 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:43 smithi110 bash[31933]: cluster 2024-05-06T06:59:43.671451+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-05-06T06:52:18.421051+0000 2024-05-06T06:59:44.148 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:43 smithi110 bash[31933]: cluster 2024-05-06T06:59:43.671451+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-05-06T06:52:18.421051+0000 2024-05-06T06:59:44.148 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:43 smithi110 bash[31933]: cluster 2024-05-06T06:59:43.671495+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-05-06T06:59:44.148 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:43 smithi110 bash[31933]: cluster 2024-05-06T06:59:43.671495+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-05-06T06:59:44.148 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:43 smithi110 bash[31933]: cluster 2024-05-06T06:59:43.671535+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-05-06T06:59:44.148 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:43 smithi110 bash[31933]: cluster 2024-05-06T06:59:43.671535+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-05-06T06:59:44.148 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:43 smithi110 bash[31933]: cluster 2024-05-06T06:59:43.671579+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] mon.a 2024-05-06T06:59:44.148 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:43 smithi110 bash[31933]: cluster 2024-05-06T06:59:43.671579+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] mon.a 2024-05-06T06:59:44.148 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:43 smithi110 bash[31933]: cluster 2024-05-06T06:59:43.671624+0000 mon.a (mon.0) 10 : cluster [DBG] 1: [v2:172.21.15.110:3300/0,v1:172.21.15.110:6789/0] mon.b 2024-05-06T06:59:44.148 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:43 smithi110 bash[31933]: cluster 2024-05-06T06:59:43.671624+0000 mon.a (mon.0) 10 : cluster [DBG] 1: [v2:172.21.15.110:3300/0,v1:172.21.15.110:6789/0] mon.b 2024-05-06T06:59:44.148 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:43 smithi110 bash[31933]: cluster 2024-05-06T06:59:43.672875+0000 mon.a (mon.0) 11 : cluster [DBG] fsmap 2024-05-06T06:59:44.149 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:43 smithi110 bash[31933]: cluster 2024-05-06T06:59:43.672875+0000 mon.a (mon.0) 11 : cluster [DBG] fsmap 2024-05-06T06:59:44.149 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:43 smithi110 bash[31933]: cluster 2024-05-06T06:59:43.672999+0000 mon.a (mon.0) 12 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-05-06T06:59:44.149 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:43 smithi110 bash[31933]: cluster 2024-05-06T06:59:43.672999+0000 mon.a (mon.0) 12 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-05-06T06:59:44.149 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:43 smithi110 bash[31933]: cluster 2024-05-06T06:59:43.674816+0000 mon.a (mon.0) 13 : cluster [DBG] mgrmap e14: a(active, since 6m), standbys: b 2024-05-06T06:59:44.149 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:43 smithi110 bash[31933]: cluster 2024-05-06T06:59:43.674816+0000 mon.a (mon.0) 13 : cluster [DBG] mgrmap e14: a(active, since 6m), standbys: b 2024-05-06T06:59:44.149 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:43 smithi110 bash[31933]: cluster 2024-05-06T06:59:43.675236+0000 mon.a (mon.0) 14 : cluster [INF] overall HEALTH_OK 2024-05-06T06:59:44.149 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:43 smithi110 bash[31933]: cluster 2024-05-06T06:59:43.675236+0000 mon.a (mon.0) 14 : cluster [INF] overall HEALTH_OK 2024-05-06T06:59:44.149 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:43 smithi110 bash[31933]: audit 2024-05-06T06:59:43.690675+0000 mon.a (mon.0) 15 : audit [INF] from='mgr.14152 ' entity='' 2024-05-06T06:59:44.149 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:43 smithi110 bash[31933]: audit 2024-05-06T06:59:43.690675+0000 mon.a (mon.0) 15 : audit [INF] from='mgr.14152 ' entity='' 2024-05-06T06:59:44.149 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:43 smithi110 bash[31933]: audit 2024-05-06T06:59:43.696653+0000 mon.a (mon.0) 16 : audit [INF] from='mgr.14152 ' entity='' 2024-05-06T06:59:44.149 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:43 smithi110 bash[31933]: audit 2024-05-06T06:59:43.696653+0000 mon.a (mon.0) 16 : audit [INF] from='mgr.14152 ' entity='' 2024-05-06T06:59:44.149 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:43 smithi110 bash[31933]: audit 2024-05-06T06:59:43.708506+0000 mon.a (mon.0) 17 : audit [INF] from='mgr.14152 ' entity='mgr.a' 2024-05-06T06:59:44.149 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:43 smithi110 bash[31933]: audit 2024-05-06T06:59:43.708506+0000 mon.a (mon.0) 17 : audit [INF] from='mgr.14152 ' entity='mgr.a' 2024-05-06T06:59:44.149 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:43 smithi110 bash[31933]: audit 2024-05-06T06:59:43.716722+0000 mon.a (mon.0) 18 : audit [INF] from='mgr.14152 ' entity='mgr.a' 2024-05-06T06:59:44.150 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:43 smithi110 bash[31933]: audit 2024-05-06T06:59:43.716722+0000 mon.a (mon.0) 18 : audit [INF] from='mgr.14152 ' entity='mgr.a' 2024-05-06T06:59:44.839 INFO:teuthology.orchestra.run.smithi063.stderr:Using ceph image with id '9f32bee02a85' and tag 'e08cbbf6fd79a8dd2949f340bce25e28ea3db004' created on 2024-05-03 22:23:04 +0000 UTC 2024-05-06T06:59:44.839 INFO:teuthology.orchestra.run.smithi063.stderr:quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a 2024-05-06T06:59:45.044 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:44 smithi063 bash[40308]: audit 2024-05-06T06:59:43.731472+0000 mon.a (mon.0) 19 : audit [INF] from='mgr.14152 ' entity='mgr.a' 2024-05-06T06:59:45.045 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:44 smithi063 bash[40308]: audit 2024-05-06T06:59:43.731472+0000 mon.a (mon.0) 19 : audit [INF] from='mgr.14152 ' entity='mgr.a' 2024-05-06T06:59:45.045 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:44 smithi063 bash[40308]: cephadm 2024-05-06T06:59:43.752088+0000 mgr.a (mgr.14152) 253 : cephadm [INF] Redeploying mon.b, (entrypoint args changed) . . . 2024-05-06T06:59:45.045 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:44 smithi063 bash[40308]: cephadm 2024-05-06T06:59:43.752088+0000 mgr.a (mgr.14152) 253 : cephadm [INF] Redeploying mon.b, (entrypoint args changed) . . . 2024-05-06T06:59:45.045 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:44 smithi063 bash[40308]: audit 2024-05-06T06:59:43.754347+0000 mon.b (mon.1) 4 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T06:59:45.045 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:44 smithi063 bash[40308]: audit 2024-05-06T06:59:43.754347+0000 mon.b (mon.1) 4 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T06:59:45.045 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:44 smithi063 bash[40308]: audit 2024-05-06T06:59:43.755891+0000 mon.b (mon.1) 5 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T06:59:45.045 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:44 smithi063 bash[40308]: audit 2024-05-06T06:59:43.755891+0000 mon.b (mon.1) 5 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T06:59:45.045 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:44 smithi063 bash[40308]: audit 2024-05-06T06:59:43.757315+0000 mon.b (mon.1) 6 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:59:45.045 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:44 smithi063 bash[40308]: audit 2024-05-06T06:59:43.757315+0000 mon.b (mon.1) 6 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:59:45.045 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:44 smithi063 bash[40308]: cephadm 2024-05-06T06:59:43.757763+0000 mgr.a (mgr.14152) 254 : cephadm [INF] Deploying daemon mon.b on smithi110 2024-05-06T06:59:45.045 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:44 smithi063 bash[40308]: cephadm 2024-05-06T06:59:43.757763+0000 mgr.a (mgr.14152) 254 : cephadm [INF] Deploying daemon mon.b on smithi110 2024-05-06T06:59:45.045 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:44 smithi063 bash[40308]: cluster 2024-05-06T06:59:43.778457+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v193: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:59:45.046 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:44 smithi063 bash[40308]: cluster 2024-05-06T06:59:43.778457+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v193: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:59:45.046 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:44 smithi063 bash[40308]: audit 2024-05-06T06:59:43.891212+0000 mon.a (mon.0) 20 : audit [INF] from='mgr.14152 ' entity='mgr.a' 2024-05-06T06:59:45.046 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:44 smithi063 bash[40308]: audit 2024-05-06T06:59:43.891212+0000 mon.a (mon.0) 20 : audit [INF] from='mgr.14152 ' entity='mgr.a' 2024-05-06T06:59:45.046 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:44 smithi063 bash[40308]: audit 2024-05-06T06:59:43.903789+0000 mon.a (mon.0) 21 : audit [INF] from='mgr.14152 ' entity='mgr.a' 2024-05-06T06:59:45.046 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:44 smithi063 bash[40308]: audit 2024-05-06T06:59:43.903789+0000 mon.a (mon.0) 21 : audit [INF] from='mgr.14152 ' entity='mgr.a' 2024-05-06T06:59:45.046 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:44 smithi063 bash[40308]: audit 2024-05-06T06:59:43.916941+0000 mon.a (mon.0) 22 : audit [INF] from='mgr.14152 ' entity='mgr.a' 2024-05-06T06:59:45.046 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:44 smithi063 bash[40308]: audit 2024-05-06T06:59:43.916941+0000 mon.a (mon.0) 22 : audit [INF] from='mgr.14152 ' entity='mgr.a' 2024-05-06T06:59:45.146 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:44 smithi110 bash[31933]: audit 2024-05-06T06:59:43.731472+0000 mon.a (mon.0) 19 : audit [INF] from='mgr.14152 ' entity='mgr.a' 2024-05-06T06:59:45.146 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:44 smithi110 bash[31933]: audit 2024-05-06T06:59:43.731472+0000 mon.a (mon.0) 19 : audit [INF] from='mgr.14152 ' entity='mgr.a' 2024-05-06T06:59:45.146 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:44 smithi110 bash[31933]: cephadm 2024-05-06T06:59:43.752088+0000 mgr.a (mgr.14152) 253 : cephadm [INF] Redeploying mon.b, (entrypoint args changed) . . . 2024-05-06T06:59:45.147 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:44 smithi110 bash[31933]: cephadm 2024-05-06T06:59:43.752088+0000 mgr.a (mgr.14152) 253 : cephadm [INF] Redeploying mon.b, (entrypoint args changed) . . . 2024-05-06T06:59:45.147 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:44 smithi110 bash[31933]: audit 2024-05-06T06:59:43.754347+0000 mon.b (mon.1) 4 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T06:59:45.147 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:44 smithi110 bash[31933]: audit 2024-05-06T06:59:43.754347+0000 mon.b (mon.1) 4 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T06:59:45.147 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:44 smithi110 bash[31933]: audit 2024-05-06T06:59:43.755891+0000 mon.b (mon.1) 5 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T06:59:45.147 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:44 smithi110 bash[31933]: audit 2024-05-06T06:59:43.755891+0000 mon.b (mon.1) 5 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T06:59:45.147 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:44 smithi110 bash[31933]: audit 2024-05-06T06:59:43.757315+0000 mon.b (mon.1) 6 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:59:45.148 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:44 smithi110 bash[31933]: audit 2024-05-06T06:59:43.757315+0000 mon.b (mon.1) 6 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:59:45.148 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:44 smithi110 bash[31933]: cephadm 2024-05-06T06:59:43.757763+0000 mgr.a (mgr.14152) 254 : cephadm [INF] Deploying daemon mon.b on smithi110 2024-05-06T06:59:45.148 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:44 smithi110 bash[31933]: cephadm 2024-05-06T06:59:43.757763+0000 mgr.a (mgr.14152) 254 : cephadm [INF] Deploying daemon mon.b on smithi110 2024-05-06T06:59:45.148 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:44 smithi110 bash[31933]: cluster 2024-05-06T06:59:43.778457+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v193: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:59:45.148 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:44 smithi110 bash[31933]: cluster 2024-05-06T06:59:43.778457+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v193: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:59:45.148 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:44 smithi110 bash[31933]: audit 2024-05-06T06:59:43.891212+0000 mon.a (mon.0) 20 : audit [INF] from='mgr.14152 ' entity='mgr.a' 2024-05-06T06:59:45.148 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:44 smithi110 bash[31933]: audit 2024-05-06T06:59:43.891212+0000 mon.a (mon.0) 20 : audit [INF] from='mgr.14152 ' entity='mgr.a' 2024-05-06T06:59:45.149 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:44 smithi110 bash[31933]: audit 2024-05-06T06:59:43.903789+0000 mon.a (mon.0) 21 : audit [INF] from='mgr.14152 ' entity='mgr.a' 2024-05-06T06:59:45.149 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:44 smithi110 bash[31933]: audit 2024-05-06T06:59:43.903789+0000 mon.a (mon.0) 21 : audit [INF] from='mgr.14152 ' entity='mgr.a' 2024-05-06T06:59:45.149 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:44 smithi110 bash[31933]: audit 2024-05-06T06:59:43.916941+0000 mon.a (mon.0) 22 : audit [INF] from='mgr.14152 ' entity='mgr.a' 2024-05-06T06:59:45.149 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:44 smithi110 bash[31933]: audit 2024-05-06T06:59:43.916941+0000 mon.a (mon.0) 22 : audit [INF] from='mgr.14152 ' entity='mgr.a' 2024-05-06T06:59:46.392 INFO:journalctl@ceph.mgr.b.smithi110.stdout:May 06 06:59:46 smithi110 systemd[1]: /etc/systemd/system/ceph-fac46718-0b74-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-06T06:59:46.392 INFO:journalctl@ceph.osd.1.smithi110.stdout:May 06 06:59:46 smithi110 systemd[1]: /etc/systemd/system/ceph-fac46718-0b74-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-06T06:59:46.393 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:46 smithi110 systemd[1]: /etc/systemd/system/ceph-fac46718-0b74-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-06T06:59:46.393 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:46 smithi110 bash[31933]: audit 2024-05-06T06:59:45.302002+0000 mon.a (mon.0) 23 : audit [INF] from='mgr.14152 ' entity='mgr.a' 2024-05-06T06:59:46.393 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:46 smithi110 bash[31933]: audit 2024-05-06T06:59:45.302002+0000 mon.a (mon.0) 23 : audit [INF] from='mgr.14152 ' entity='mgr.a' 2024-05-06T06:59:46.393 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:46 smithi110 bash[31933]: audit 2024-05-06T06:59:45.312378+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.14152 ' entity='mgr.a' 2024-05-06T06:59:46.393 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:46 smithi110 bash[31933]: audit 2024-05-06T06:59:45.312378+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.14152 ' entity='mgr.a' 2024-05-06T06:59:46.393 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:46 smithi110 bash[31933]: audit 2024-05-06T06:59:45.321634+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.14152 ' entity='mgr.a' 2024-05-06T06:59:46.393 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:46 smithi110 bash[31933]: audit 2024-05-06T06:59:45.321634+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.14152 ' entity='mgr.a' 2024-05-06T06:59:46.393 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:46 smithi110 systemd[1]: Stopping Ceph mon.b for fac46718-0b74-11ef-bc97-c7b262605968... 2024-05-06T06:59:46.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:46 smithi063 bash[40308]: audit 2024-05-06T06:59:45.302002+0000 mon.a (mon.0) 23 : audit [INF] from='mgr.14152 ' entity='mgr.a' 2024-05-06T06:59:46.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:46 smithi063 bash[40308]: audit 2024-05-06T06:59:45.302002+0000 mon.a (mon.0) 23 : audit [INF] from='mgr.14152 ' entity='mgr.a' 2024-05-06T06:59:46.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:46 smithi063 bash[40308]: audit 2024-05-06T06:59:45.312378+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.14152 ' entity='mgr.a' 2024-05-06T06:59:46.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:46 smithi063 bash[40308]: audit 2024-05-06T06:59:45.312378+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.14152 ' entity='mgr.a' 2024-05-06T06:59:46.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:46 smithi063 bash[40308]: audit 2024-05-06T06:59:45.321634+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.14152 ' entity='mgr.a' 2024-05-06T06:59:46.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:46 smithi063 bash[40308]: audit 2024-05-06T06:59:45.321634+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.14152 ' entity='mgr.a' 2024-05-06T06:59:46.645 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:46 smithi110 bash[31933]: debug 2024-05-06T06:59:46.516+0000 7f6e8c67b700 -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-06T06:59:46.645 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:46 smithi110 bash[31933]: debug 2024-05-06T06:59:46.516+0000 7f6e8c67b700 -1 mon.b@1(peon) e2 *** Got Signal Terminated *** 2024-05-06T06:59:47.645 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:47 smithi110 bash[32528]: ceph-fac46718-0b74-11ef-bc97-c7b262605968-mon-b 2024-05-06T06:59:47.645 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:47 smithi110 bash[32590]: Error response from daemon: No such container: ceph-fac46718-0b74-11ef-bc97-c7b262605968-mon-b 2024-05-06T06:59:47.645 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:47 smithi110 systemd[1]: ceph-fac46718-0b74-11ef-bc97-c7b262605968@mon.b.service: Deactivated successfully. 2024-05-06T06:59:47.645 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:47 smithi110 systemd[1]: Stopped Ceph mon.b for fac46718-0b74-11ef-bc97-c7b262605968. 2024-05-06T06:59:48.145 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:47 smithi110 systemd[1]: /etc/systemd/system/ceph-fac46718-0b74-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-06T06:59:48.145 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:47 smithi110 systemd[1]: Started Ceph mon.b for fac46718-0b74-11ef-bc97-c7b262605968. 2024-05-06T06:59:48.146 INFO:journalctl@ceph.mgr.b.smithi110.stdout:May 06 06:59:47 smithi110 systemd[1]: /etc/systemd/system/ceph-fac46718-0b74-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-06T06:59:48.146 INFO:journalctl@ceph.osd.1.smithi110.stdout:May 06 06:59:47 smithi110 systemd[1]: /etc/systemd/system/ceph-fac46718-0b74-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-06T06:59:48.437 INFO:teuthology.orchestra.run.smithi063.stderr:+ FSID=fac46718-0b74-11ef-bc97-c7b262605968 2024-05-06T06:59:48.437 INFO:teuthology.orchestra.run.smithi063.stderr:+ sleep 60 2024-05-06T06:59:49.146 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.776+0000 7f1d59d9fc80 0 set uid:gid to 167:167 (ceph:ceph) 2024-05-06T06:59:49.146 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.776+0000 7f1d59d9fc80 0 ceph version 19.0.0-3516-ge08cbbf6 (e08cbbf6fd79a8dd2949f340bce25e28ea3db004) squid (dev), process ceph-mon, pid 7 2024-05-06T06:59:49.147 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.776+0000 7f1d59d9fc80 0 pidfile_write: ignore empty --pid-file 2024-05-06T06:59:49.147 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.780+0000 7f1d59d9fc80 0 load: jerasure load: lrc 2024-05-06T06:59:49.147 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: RocksDB version: 7.9.2 2024-05-06T06:59:49.147 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Git sha 0 2024-05-06T06:59:49.147 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Compile date 2024-05-03 20:59:59 2024-05-06T06:59:49.147 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: DB SUMMARY 2024-05-06T06:59:49.147 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: DB Session ID: 87U9BIDAJ2XKK8JAJ3U8 2024-05-06T06:59:49.148 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: CURRENT file: CURRENT 2024-05-06T06:59:49.148 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: IDENTITY file: IDENTITY 2024-05-06T06:59:49.148 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: MANIFEST file: MANIFEST-000015 size: 282 Bytes 2024-05-06T06:59:49.148 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 2, files: 000008.sst 000013.sst 2024-05-06T06:59:49.148 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000014.log size: 420606 ; 2024-05-06T06:59:49.148 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.error_if_exists: 0 2024-05-06T06:59:49.148 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.create_if_missing: 0 2024-05-06T06:59:49.149 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.paranoid_checks: 1 2024-05-06T06:59:49.149 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-05-06T06:59:49.149 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-05-06T06:59:49.149 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-05-06T06:59:49.149 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.env: 0x55c319a28cc0 2024-05-06T06:59:49.149 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.fs: PosixFileSystem 2024-05-06T06:59:49.150 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.info_log: 0x55c31b417de0 2024-05-06T06:59:49.150 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.max_file_opening_threads: 16 2024-05-06T06:59:49.150 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.statistics: (nil) 2024-05-06T06:59:49.150 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.use_fsync: 0 2024-05-06T06:59:49.150 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.max_log_file_size: 0 2024-05-06T06:59:49.153 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-05-06T06:59:49.153 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-05-06T06:59:49.154 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.keep_log_file_num: 1000 2024-05-06T06:59:49.154 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.recycle_log_file_num: 0 2024-05-06T06:59:49.154 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.allow_fallocate: 1 2024-05-06T06:59:49.154 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.allow_mmap_reads: 0 2024-05-06T06:59:49.154 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.allow_mmap_writes: 0 2024-05-06T06:59:49.154 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.use_direct_reads: 0 2024-05-06T06:59:49.154 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-05-06T06:59:49.155 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.create_missing_column_families: 0 2024-05-06T06:59:49.155 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.db_log_dir: 2024-05-06T06:59:49.155 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.wal_dir: 2024-05-06T06:59:49.155 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-05-06T06:59:49.155 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-05-06T06:59:49.155 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-05-06T06:59:49.155 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-05-06T06:59:49.155 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-05-06T06:59:49.155 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-05-06T06:59:49.155 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.advise_random_on_open: 1 2024-05-06T06:59:49.155 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.db_write_buffer_size: 0 2024-05-06T06:59:49.155 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.write_buffer_manager: 0x55c31b3e90e0 2024-05-06T06:59:49.155 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-05-06T06:59:49.155 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-05-06T06:59:49.156 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-05-06T06:59:49.156 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.rate_limiter: (nil) 2024-05-06T06:59:49.156 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-05-06T06:59:49.156 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.wal_recovery_mode: 2 2024-05-06T06:59:49.156 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.enable_thread_tracking: 0 2024-05-06T06:59:49.156 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.enable_pipelined_write: 0 2024-05-06T06:59:49.156 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.unordered_write: 0 2024-05-06T06:59:49.156 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-05-06T06:59:49.156 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-05-06T06:59:49.156 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-05-06T06:59:49.156 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-05-06T06:59:49.156 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.row_cache: None 2024-05-06T06:59:49.156 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.wal_filter: None 2024-05-06T06:59:49.156 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-05-06T06:59:49.157 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.allow_ingest_behind: 0 2024-05-06T06:59:49.157 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.two_write_queues: 0 2024-05-06T06:59:49.157 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.manual_wal_flush: 0 2024-05-06T06:59:49.157 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.wal_compression: 0 2024-05-06T06:59:49.157 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.atomic_flush: 0 2024-05-06T06:59:49.157 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-05-06T06:59:49.157 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-05-06T06:59:49.157 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-05-06T06:59:49.157 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.log_readahead_size: 0 2024-05-06T06:59:49.157 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-05-06T06:59:49.157 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.best_efforts_recovery: 0 2024-05-06T06:59:49.157 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-05-06T06:59:49.157 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-05-06T06:59:49.157 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.allow_data_in_errors: 0 2024-05-06T06:59:49.157 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.db_host_id: __hostname__ 2024-05-06T06:59:49.158 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-05-06T06:59:49.158 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.max_background_jobs: 2 2024-05-06T06:59:49.158 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.max_background_compactions: -1 2024-05-06T06:59:49.158 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.max_subcompactions: 1 2024-05-06T06:59:49.158 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-05-06T06:59:49.158 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-05-06T06:59:49.158 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-05-06T06:59:49.158 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.max_total_wal_size: 0 2024-05-06T06:59:49.159 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-05-06T06:59:49.159 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-05-06T06:59:49.159 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-05-06T06:59:49.159 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-05-06T06:59:49.159 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.max_open_files: -1 2024-05-06T06:59:49.159 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.bytes_per_sync: 0 2024-05-06T06:59:49.159 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-05-06T06:59:49.159 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-05-06T06:59:49.159 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.compaction_readahead_size: 0 2024-05-06T06:59:49.159 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.max_background_flushes: -1 2024-05-06T06:59:49.159 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Compression algorithms supported: 2024-05-06T06:59:49.159 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-05-06T06:59:49.159 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: kZSTD supported: 0 2024-05-06T06:59:49.159 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: kXpressCompression supported: 0 2024-05-06T06:59:49.160 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: kLZ4HCCompression supported: 1 2024-05-06T06:59:49.160 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: kZlibCompression supported: 1 2024-05-06T06:59:49.160 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: kSnappyCompression supported: 1 2024-05-06T06:59:49.160 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: kLZ4Compression supported: 1 2024-05-06T06:59:49.160 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: kBZip2Compression supported: 0 2024-05-06T06:59:49.160 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-05-06T06:59:49.160 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-05-06T06:59:49.161 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000015 2024-05-06T06:59:49.161 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-05-06T06:59:49.161 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-05-06T06:59:49.161 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.merge_operator: 2024-05-06T06:59:49.161 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.compaction_filter: None 2024-05-06T06:59:49.161 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.compaction_filter_factory: None 2024-05-06T06:59:49.161 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.sst_partitioner_factory: None 2024-05-06T06:59:49.161 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-05-06T06:59:49.161 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-05-06T06:59:49.161 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55c31b417fa0) 2024-05-06T06:59:49.161 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: cache_index_and_filter_blocks: 1 2024-05-06T06:59:49.162 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: cache_index_and_filter_blocks_with_high_priority: 0 2024-05-06T06:59:49.162 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-05-06T06:59:49.162 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: pin_top_level_index_and_filter: 1 2024-05-06T06:59:49.162 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: index_type: 0 2024-05-06T06:59:49.162 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: data_block_index_type: 0 2024-05-06T06:59:49.162 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: index_shortening: 1 2024-05-06T06:59:49.163 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: data_block_hash_table_util_ratio: 0.750000 2024-05-06T06:59:49.163 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: checksum: 4 2024-05-06T06:59:49.163 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: no_block_cache: 0 2024-05-06T06:59:49.163 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: block_cache: 0x55c31b4191f0 2024-05-06T06:59:49.163 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: block_cache_name: BinnedLRUCache 2024-05-06T06:59:49.163 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: block_cache_options: 2024-05-06T06:59:49.163 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: capacity : 536870912 2024-05-06T06:59:49.163 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: num_shard_bits : 4 2024-05-06T06:59:49.163 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: strict_capacity_limit : 0 2024-05-06T06:59:49.163 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: high_pri_pool_ratio: 0.000 2024-05-06T06:59:49.163 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: block_cache_compressed: (nil) 2024-05-06T06:59:49.164 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: persistent_cache: (nil) 2024-05-06T06:59:49.164 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: block_size: 4096 2024-05-06T06:59:49.164 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: block_size_deviation: 10 2024-05-06T06:59:49.164 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: block_restart_interval: 16 2024-05-06T06:59:49.164 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: index_block_restart_interval: 1 2024-05-06T06:59:49.164 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: metadata_block_size: 4096 2024-05-06T06:59:49.164 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: partition_filters: 0 2024-05-06T06:59:49.164 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: use_delta_encoding: 1 2024-05-06T06:59:49.164 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: filter_policy: bloomfilter 2024-05-06T06:59:49.164 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: whole_key_filtering: 1 2024-05-06T06:59:49.164 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: verify_compression: 0 2024-05-06T06:59:49.164 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: read_amp_bytes_per_bit: 0 2024-05-06T06:59:49.164 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: format_version: 5 2024-05-06T06:59:49.164 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: enable_index_compression: 1 2024-05-06T06:59:49.165 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: block_align: 0 2024-05-06T06:59:49.165 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: max_auto_readahead_size: 262144 2024-05-06T06:59:49.165 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: prepopulate_block_cache: 0 2024-05-06T06:59:49.165 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: initial_auto_readahead_size: 8192 2024-05-06T06:59:49.165 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: num_file_reads_for_auto_readahead: 2 2024-05-06T06:59:49.165 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.write_buffer_size: 33554432 2024-05-06T06:59:49.165 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.max_write_buffer_number: 2 2024-05-06T06:59:49.165 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.compression: NoCompression 2024-05-06T06:59:49.165 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.bottommost_compression: Disabled 2024-05-06T06:59:49.165 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.prefix_extractor: nullptr 2024-05-06T06:59:49.165 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-05-06T06:59:49.166 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.num_levels: 7 2024-05-06T06:59:49.166 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-05-06T06:59:49.166 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-05-06T06:59:49.166 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-05-06T06:59:49.166 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-05-06T06:59:49.166 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-05-06T06:59:49.166 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-05-06T06:59:49.166 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-05-06T06:59:49.166 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-05-06T06:59:49.166 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-05-06T06:59:49.166 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-05-06T06:59:49.166 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-05-06T06:59:49.167 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-05-06T06:59:49.167 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-05-06T06:59:49.167 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.compression_opts.level: 32767 2024-05-06T06:59:49.167 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.compression_opts.strategy: 0 2024-05-06T06:59:49.167 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-05-06T06:59:49.167 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-05-06T06:59:49.167 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-05-06T06:59:49.167 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-05-06T06:59:49.167 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.compression_opts.enabled: false 2024-05-06T06:59:49.167 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-05-06T06:59:49.167 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-05-06T06:59:49.167 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-05-06T06:59:49.167 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-05-06T06:59:49.167 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.target_file_size_base: 67108864 2024-05-06T06:59:49.167 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-05-06T06:59:49.168 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-05-06T06:59:49.168 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-05-06T06:59:49.168 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-05-06T06:59:49.168 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-05-06T06:59:49.168 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-05-06T06:59:49.168 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-05-06T06:59:49.168 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-05-06T06:59:49.168 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-05-06T06:59:49.168 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-05-06T06:59:49.168 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-05-06T06:59:49.168 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-05-06T06:59:49.168 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-05-06T06:59:49.168 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-05-06T06:59:49.168 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.arena_block_size: 1048576 2024-05-06T06:59:49.169 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-05-06T06:59:49.169 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-05-06T06:59:49.169 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.disable_auto_compactions: 0 2024-05-06T06:59:49.169 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-05-06T06:59:49.169 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-05-06T06:59:49.169 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-05-06T06:59:49.169 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-05-06T06:59:49.169 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-05-06T06:59:49.170 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-05-06T06:59:49.170 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-05-06T06:59:49.170 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-05-06T06:59:49.170 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-05-06T06:59:49.170 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-05-06T06:59:49.170 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-05-06T06:59:49.171 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.inplace_update_support: 0 2024-05-06T06:59:49.171 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-05-06T06:59:49.171 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-05-06T06:59:49.171 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-05-06T06:59:49.171 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-05-06T06:59:49.172 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.bloom_locality: 0 2024-05-06T06:59:49.172 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.max_successive_merges: 0 2024-05-06T06:59:49.172 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-05-06T06:59:49.172 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.paranoid_file_checks: 0 2024-05-06T06:59:49.172 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.force_consistency_checks: 1 2024-05-06T06:59:49.172 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.report_bg_io_stats: 0 2024-05-06T06:59:49.172 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.ttl: 2592000 2024-05-06T06:59:49.172 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-05-06T06:59:49.172 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-05-06T06:59:49.172 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-05-06T06:59:49.172 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.enable_blob_files: false 2024-05-06T06:59:49.172 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.min_blob_size: 0 2024-05-06T06:59:49.172 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.blob_file_size: 268435456 2024-05-06T06:59:49.173 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-05-06T06:59:49.173 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-05-06T06:59:49.173 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-05-06T06:59:49.173 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-05-06T06:59:49.173 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-05-06T06:59:49.173 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.blob_file_starting_level: 0 2024-05-06T06:59:49.173 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-05-06T06:59:49.173 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 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 5855, log_number is 10,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 10 2024-05-06T06:59:49.173 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 10 2024-05-06T06:59:49.173 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: dfaa97cc-a57a-4988-a674-fedc6ce4e97d 2024-05-06T06:59:49.174 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1714978788786713, "job": 1, "event": "recovery_started", "wal_files": [14]} 2024-05-06T06:59:49.174 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.784+0000 7f1d59d9fc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #14 mode 2 2024-05-06T06:59:49.174 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.788+0000 7f1d59d9fc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1714978788788786, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 18, "file_size": 249516, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 5867, "largest_seqno": 6139, "table_properties": {"data_size": 247238, "index_size": 854, "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": 3442, "raw_average_key_size": 24, "raw_value_size": 244161, "raw_average_value_size": 1756, "num_data_blocks": 38, "num_entries": 139, "num_filter_entries": 139, "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": 1714978788, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "dfaa97cc-a57a-4988-a674-fedc6ce4e97d", "db_session_id": "87U9BIDAJ2XKK8JAJ3U8", "orig_file_number": 18, "seqno_to_time_mapping": "N/A"}} 2024-05-06T06:59:49.174 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.788+0000 7f1d59d9fc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1714978788788891, "job": 1, "event": "recovery_finished"} 2024-05-06T06:59:49.174 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.788+0000 7f1d59d9fc80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 20 2024-05-06T06:59:49.174 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.788+0000 7f1d59d9fc80 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-06T06:59:49.174 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.788+0000 7f1d59d9fc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55c31b53a000 2024-05-06T06:59:49.174 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.788+0000 7f1d59d9fc80 4 rocksdb: DB pointer 0x55c31b526000 2024-05-06T06:59:49.174 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.788+0000 7f1d484f6700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-05-06T06:59:49.174 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.788+0000 7f1d484f6700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-05-06T06:59:49.175 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: ** DB Stats ** 2024-05-06T06:59:49.175 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: Uptime(secs): 0.0 total, 0.0 interval 2024-05-06T06:59:49.175 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: 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-06T06:59:49.175 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-06T06:59:49.175 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-06T06:59:49.175 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: 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-06T06:59:49.175 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-06T06:59:49.175 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-06T06:59:49.175 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: ** Compaction Stats [default] ** 2024-05-06T06:59:49.175 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: 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-06T06:59:49.175 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-05-06T06:59:49.175 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: L0 3/0 4.92 MB 0.8 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-06T06:59:49.175 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: Sum 3/0 4.92 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-06T06:59:49.176 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: 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-06T06:59:49.176 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: ** Compaction Stats [default] ** 2024-05-06T06:59:49.176 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: 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-06T06:59:49.176 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-05-06T06:59:49.176 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: 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-06T06:59:49.176 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-05-06T06:59:49.176 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: Uptime(secs): 0.0 total, 0.0 interval 2024-05-06T06:59:49.176 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: Flush(GB): cumulative 0.000, interval 0.000 2024-05-06T06:59:49.176 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: AddFile(GB): cumulative 0.000, interval 0.000 2024-05-06T06:59:49.176 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: AddFile(Total Files): cumulative 0, interval 0 2024-05-06T06:59:49.176 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: AddFile(L0 Files): cumulative 0, interval 0 2024-05-06T06:59:49.176 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: AddFile(Keys): cumulative 0, interval 0 2024-05-06T06:59:49.176 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: Cumulative compaction: 0.00 GB write, 49.32 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-06T06:59:49.177 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: Interval compaction: 0.00 GB write, 49.32 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-06T06:59:49.177 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: 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-06T06:59:49.177 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: Block cache BinnedLRUCache@0x55c31b4191f0#7 capacity: 512.00 MB usage: 21.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.4e-05 secs_since: 0 2024-05-06T06:59:49.177 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: Block cache entry stats(count,size,portion): FilterBlock(3,7.08 KB,0.00135005%) IndexBlock(3,14.14 KB,0.00269711%) Misc(1,0.00 KB,0%) 2024-05-06T06:59:49.177 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: ** File Read Latency Histogram By Level [default] ** 2024-05-06T06:59:49.177 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.788+0000 7f1d59d9fc80 10 CompressorRegistry(0x55c31b430288) _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-06T06:59:49.178 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.788+0000 7f1d49cf9700 2 Event(0x55c31b3f8988 nevent=5000 time_id=1).set_owner center_id=1 owner=139763769120512 2024-05-06T06:59:49.178 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.788+0000 7f1d494f8700 2 Event(0x55c31b3f8088 nevent=5000 time_id=1).set_owner center_id=0 owner=139763760727808 2024-05-06T06:59:49.178 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.788+0000 7f1d49cf9700 10 stack operator() starting 2024-05-06T06:59:49.178 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.788+0000 7f1d494f8700 10 stack operator() starting 2024-05-06T06:59:49.178 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.788+0000 7f1d4f504700 2 Event(0x55c31b3f94c8 nevent=5000 time_id=1).set_owner center_id=2 owner=139763861440256 2024-05-06T06:59:49.178 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.788+0000 7f1d4f504700 10 stack operator() starting 2024-05-06T06:59:49.178 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.788+0000 7f1d59d9fc80 0 starting mon.b rank 1 at public addrs [v2:172.21.15.110:3300/0,v1:172.21.15.110:6789/0] at bind addrs [v2:172.21.15.110:3300/0,v1:172.21.15.110:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid fac46718-0b74-11ef-bc97-c7b262605968 2024-05-06T06:59:49.178 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.788+0000 7f1d59d9fc80 10 CompressorRegistry(0x55c31b430b88) _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-06T06:59:49.178 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.788+0000 7f1d59d9fc80 1 mon.b@-1(???) e2 preinit fsid fac46718-0b74-11ef-bc97-c7b262605968 2024-05-06T06:59:49.178 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.792+0000 7f1d59d9fc80 0 mon.b@-1(???).mds e1 new map 2024-05-06T06:59:49.178 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.792+0000 7f1d59d9fc80 0 mon.b@-1(???).mds e1 print_map 2024-05-06T06:59:49.178 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: e1 2024-05-06T06:59:49.178 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: enable_multiple, ever_enabled_multiple: 1,1 2024-05-06T06:59:49.179 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: 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-06T06:59:49.179 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: legacy client fscid: -1 2024-05-06T06:59:49.179 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: 2024-05-06T06:59:49.179 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: No filesystems configured 2024-05-06T06:59:49.179 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.792+0000 7f1d59d9fc80 0 mon.b@-1(???).osd e14 crush map has features 3314932999778484224, adjusting msgr requires 2024-05-06T06:59:49.179 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.792+0000 7f1d59d9fc80 0 mon.b@-1(???).osd e14 crush map has features 288514050185494528, adjusting msgr requires 2024-05-06T06:59:49.179 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.792+0000 7f1d59d9fc80 0 mon.b@-1(???).osd e14 crush map has features 288514050185494528, adjusting msgr requires 2024-05-06T06:59:49.179 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.792+0000 7f1d59d9fc80 0 mon.b@-1(???).osd e14 crush map has features 288514050185494528, adjusting msgr requires 2024-05-06T06:59:49.179 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:48 smithi110 bash[32646]: debug 2024-05-06T06:59:48.792+0000 7f1d59d9fc80 1 mon.b@-1(???).paxosservice(auth 1..11) refresh upgraded, format 0 -> 3 2024-05-06T06:59:50.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:49 smithi063 bash[40308]: audit 2024-05-06T06:59:46.524557+0000 mon.a (mon.0) 26 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T06:59:50.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:49 smithi063 bash[40308]: audit 2024-05-06T06:59:46.524557+0000 mon.a (mon.0) 26 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T06:59:50.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:49 smithi063 bash[40308]: audit 2024-05-06T06:59:46.525363+0000 mon.a (mon.0) 27 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T06:59:50.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:49 smithi063 bash[40308]: audit 2024-05-06T06:59:46.525363+0000 mon.a (mon.0) 27 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T06:59:50.145 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:49 smithi110 bash[32646]: audit 2024-05-06T06:59:46.524557+0000 mon.a (mon.0) 26 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T06:59:50.145 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:49 smithi110 bash[32646]: audit 2024-05-06T06:59:46.524557+0000 mon.a (mon.0) 26 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T06:59:50.145 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:49 smithi110 bash[32646]: audit 2024-05-06T06:59:46.525363+0000 mon.a (mon.0) 27 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T06:59:50.145 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:49 smithi110 bash[32646]: audit 2024-05-06T06:59:46.525363+0000 mon.a (mon.0) 27 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T06:59:51.083 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:50 smithi063 bash[40308]: audit 2024-05-06T06:59:47.775480+0000 mon.a (mon.0) 28 : audit [DBG] from='client.? 172.21.15.63:0/2617481298' entity='client.admin' cmd=[{"prefix": "fsid"}]: dispatch 2024-05-06T06:59:51.083 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:50 smithi063 bash[40308]: audit 2024-05-06T06:59:47.775480+0000 mon.a (mon.0) 28 : audit [DBG] from='client.? 172.21.15.63:0/2617481298' entity='client.admin' cmd=[{"prefix": "fsid"}]: dispatch 2024-05-06T06:59:51.083 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:50 smithi063 bash[40308]: cluster 2024-05-06T06:59:47.779127+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v195: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:59:51.083 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:50 smithi063 bash[40308]: cluster 2024-05-06T06:59:47.779127+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v195: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:59:51.083 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:50 smithi063 bash[40308]: cluster 2024-05-06T06:59:49.654886+0000 mon.b (mon.1) 1 : cluster [INF] mon.b calling monitor election 2024-05-06T06:59:51.083 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:50 smithi063 bash[40308]: cluster 2024-05-06T06:59:49.654886+0000 mon.b (mon.1) 1 : cluster [INF] mon.b calling monitor election 2024-05-06T06:59:51.083 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:50 smithi063 bash[40308]: cluster 2024-05-06T06:59:49.655427+0000 mon.a (mon.0) 29 : cluster [INF] mon.a calling monitor election 2024-05-06T06:59:51.083 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:50 smithi063 bash[40308]: cluster 2024-05-06T06:59:49.655427+0000 mon.a (mon.0) 29 : cluster [INF] mon.a calling monitor election 2024-05-06T06:59:51.083 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:50 smithi063 bash[40308]: cluster 2024-05-06T06:59:49.679009+0000 mon.a (mon.0) 30 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-05-06T06:59:51.084 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:50 smithi063 bash[40308]: cluster 2024-05-06T06:59:49.679009+0000 mon.a (mon.0) 30 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-05-06T06:59:51.084 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:50 smithi063 bash[40308]: cluster 2024-05-06T06:59:49.693525+0000 mon.a (mon.0) 31 : cluster [DBG] monmap epoch 2 2024-05-06T06:59:51.084 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:50 smithi063 bash[40308]: cluster 2024-05-06T06:59:49.693525+0000 mon.a (mon.0) 31 : cluster [DBG] monmap epoch 2 2024-05-06T06:59:51.084 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:50 smithi063 bash[40308]: cluster 2024-05-06T06:59:49.693580+0000 mon.a (mon.0) 32 : cluster [DBG] fsid fac46718-0b74-11ef-bc97-c7b262605968 2024-05-06T06:59:51.084 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:50 smithi063 bash[40308]: cluster 2024-05-06T06:59:49.693580+0000 mon.a (mon.0) 32 : cluster [DBG] fsid fac46718-0b74-11ef-bc97-c7b262605968 2024-05-06T06:59:51.084 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:50 smithi063 bash[40308]: cluster 2024-05-06T06:59:49.693625+0000 mon.a (mon.0) 33 : cluster [DBG] last_changed 2024-05-06T06:54:43.556454+0000 2024-05-06T06:59:51.084 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:50 smithi063 bash[40308]: cluster 2024-05-06T06:59:49.693625+0000 mon.a (mon.0) 33 : cluster [DBG] last_changed 2024-05-06T06:54:43.556454+0000 2024-05-06T06:59:51.084 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:50 smithi063 bash[40308]: cluster 2024-05-06T06:59:49.693666+0000 mon.a (mon.0) 34 : cluster [DBG] created 2024-05-06T06:52:18.421051+0000 2024-05-06T06:59:51.084 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:50 smithi063 bash[40308]: cluster 2024-05-06T06:59:49.693666+0000 mon.a (mon.0) 34 : cluster [DBG] created 2024-05-06T06:52:18.421051+0000 2024-05-06T06:59:51.084 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:50 smithi063 bash[40308]: cluster 2024-05-06T06:59:49.693706+0000 mon.a (mon.0) 35 : cluster [DBG] min_mon_release 19 (squid) 2024-05-06T06:59:51.084 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:50 smithi063 bash[40308]: cluster 2024-05-06T06:59:49.693706+0000 mon.a (mon.0) 35 : cluster [DBG] min_mon_release 19 (squid) 2024-05-06T06:59:51.084 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:50 smithi063 bash[40308]: cluster 2024-05-06T06:59:49.693773+0000 mon.a (mon.0) 36 : cluster [DBG] election_strategy: 1 2024-05-06T06:59:51.084 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:50 smithi063 bash[40308]: cluster 2024-05-06T06:59:49.693773+0000 mon.a (mon.0) 36 : cluster [DBG] election_strategy: 1 2024-05-06T06:59:51.084 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:50 smithi063 bash[40308]: cluster 2024-05-06T06:59:49.693812+0000 mon.a (mon.0) 37 : cluster [DBG] 0: [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] mon.a 2024-05-06T06:59:51.085 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:50 smithi063 bash[40308]: cluster 2024-05-06T06:59:49.693812+0000 mon.a (mon.0) 37 : cluster [DBG] 0: [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] mon.a 2024-05-06T06:59:51.085 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:50 smithi063 bash[40308]: cluster 2024-05-06T06:59:49.693856+0000 mon.a (mon.0) 38 : cluster [DBG] 1: [v2:172.21.15.110:3300/0,v1:172.21.15.110:6789/0] mon.b 2024-05-06T06:59:51.085 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:50 smithi063 bash[40308]: cluster 2024-05-06T06:59:49.693856+0000 mon.a (mon.0) 38 : cluster [DBG] 1: [v2:172.21.15.110:3300/0,v1:172.21.15.110:6789/0] mon.b 2024-05-06T06:59:51.085 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:50 smithi063 bash[40308]: cluster 2024-05-06T06:59:49.715442+0000 mon.a (mon.0) 39 : cluster [DBG] fsmap 2024-05-06T06:59:51.085 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:50 smithi063 bash[40308]: cluster 2024-05-06T06:59:49.715442+0000 mon.a (mon.0) 39 : cluster [DBG] fsmap 2024-05-06T06:59:51.085 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:50 smithi063 bash[40308]: cluster 2024-05-06T06:59:49.715536+0000 mon.a (mon.0) 40 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-05-06T06:59:51.085 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:50 smithi063 bash[40308]: cluster 2024-05-06T06:59:49.715536+0000 mon.a (mon.0) 40 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-05-06T06:59:51.085 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:50 smithi063 bash[40308]: cluster 2024-05-06T06:59:49.716085+0000 mon.a (mon.0) 41 : cluster [DBG] mgrmap e14: a(active, since 6m), standbys: b 2024-05-06T06:59:51.085 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:50 smithi063 bash[40308]: cluster 2024-05-06T06:59:49.716085+0000 mon.a (mon.0) 41 : cluster [DBG] mgrmap e14: a(active, since 6m), standbys: b 2024-05-06T06:59:51.086 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:50 smithi063 bash[40308]: cluster 2024-05-06T06:59:49.716433+0000 mon.a (mon.0) 42 : cluster [INF] overall HEALTH_OK 2024-05-06T06:59:51.086 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:50 smithi063 bash[40308]: cluster 2024-05-06T06:59:49.716433+0000 mon.a (mon.0) 42 : cluster [INF] overall HEALTH_OK 2024-05-06T06:59:51.086 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:50 smithi063 bash[40308]: audit 2024-05-06T06:59:49.724864+0000 mon.a (mon.0) 43 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:59:51.086 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:50 smithi063 bash[40308]: audit 2024-05-06T06:59:49.724864+0000 mon.a (mon.0) 43 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:59:51.086 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:50 smithi063 bash[40308]: audit 2024-05-06T06:59:49.735648+0000 mon.a (mon.0) 44 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:59:51.086 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:50 smithi063 bash[40308]: audit 2024-05-06T06:59:49.735648+0000 mon.a (mon.0) 44 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:59:51.086 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:50 smithi063 bash[40308]: audit 2024-05-06T06:59:49.743740+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T06:59:51.086 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:50 smithi063 bash[40308]: audit 2024-05-06T06:59:49.743740+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T06:59:51.086 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:50 smithi063 bash[40308]: audit 2024-05-06T06:59:49.749054+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:59:51.086 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:50 smithi063 bash[40308]: audit 2024-05-06T06:59:49.749054+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:59:51.086 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:50 smithi063 bash[40308]: audit 2024-05-06T06:59:49.751284+0000 mon.a (mon.0) 47 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T06:59:51.086 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:50 smithi063 bash[40308]: audit 2024-05-06T06:59:49.751284+0000 mon.a (mon.0) 47 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T06:59:51.086 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:50 smithi063 bash[40308]: audit 2024-05-06T06:59:49.763108+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:59:51.086 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:50 smithi063 bash[40308]: audit 2024-05-06T06:59:49.763108+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:59:51.087 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:50 smithi063 bash[40308]: cluster 2024-05-06T06:59:49.779509+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v196: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:59:51.087 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:50 smithi063 bash[40308]: cluster 2024-05-06T06:59:49.779509+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v196: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:59:51.146 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:50 smithi110 bash[32646]: audit 2024-05-06T06:59:47.775480+0000 mon.a (mon.0) 28 : audit [DBG] from='client.? 172.21.15.63:0/2617481298' entity='client.admin' cmd=[{"prefix": "fsid"}]: dispatch 2024-05-06T06:59:51.146 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:50 smithi110 bash[32646]: audit 2024-05-06T06:59:47.775480+0000 mon.a (mon.0) 28 : audit [DBG] from='client.? 172.21.15.63:0/2617481298' entity='client.admin' cmd=[{"prefix": "fsid"}]: dispatch 2024-05-06T06:59:51.146 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:50 smithi110 bash[32646]: cluster 2024-05-06T06:59:47.779127+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v195: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:59:51.146 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:50 smithi110 bash[32646]: cluster 2024-05-06T06:59:47.779127+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v195: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:59:51.146 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:50 smithi110 bash[32646]: cluster 2024-05-06T06:59:49.654886+0000 mon.b (mon.1) 1 : cluster [INF] mon.b calling monitor election 2024-05-06T06:59:51.146 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:50 smithi110 bash[32646]: cluster 2024-05-06T06:59:49.654886+0000 mon.b (mon.1) 1 : cluster [INF] mon.b calling monitor election 2024-05-06T06:59:51.146 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:50 smithi110 bash[32646]: cluster 2024-05-06T06:59:49.655427+0000 mon.a (mon.0) 29 : cluster [INF] mon.a calling monitor election 2024-05-06T06:59:51.147 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:50 smithi110 bash[32646]: cluster 2024-05-06T06:59:49.655427+0000 mon.a (mon.0) 29 : cluster [INF] mon.a calling monitor election 2024-05-06T06:59:51.147 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:50 smithi110 bash[32646]: cluster 2024-05-06T06:59:49.679009+0000 mon.a (mon.0) 30 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-05-06T06:59:51.147 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:50 smithi110 bash[32646]: cluster 2024-05-06T06:59:49.679009+0000 mon.a (mon.0) 30 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-05-06T06:59:51.147 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:50 smithi110 bash[32646]: cluster 2024-05-06T06:59:49.693525+0000 mon.a (mon.0) 31 : cluster [DBG] monmap epoch 2 2024-05-06T06:59:51.147 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:50 smithi110 bash[32646]: cluster 2024-05-06T06:59:49.693525+0000 mon.a (mon.0) 31 : cluster [DBG] monmap epoch 2 2024-05-06T06:59:51.147 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:50 smithi110 bash[32646]: cluster 2024-05-06T06:59:49.693580+0000 mon.a (mon.0) 32 : cluster [DBG] fsid fac46718-0b74-11ef-bc97-c7b262605968 2024-05-06T06:59:51.147 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:50 smithi110 bash[32646]: cluster 2024-05-06T06:59:49.693580+0000 mon.a (mon.0) 32 : cluster [DBG] fsid fac46718-0b74-11ef-bc97-c7b262605968 2024-05-06T06:59:51.147 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:50 smithi110 bash[32646]: cluster 2024-05-06T06:59:49.693625+0000 mon.a (mon.0) 33 : cluster [DBG] last_changed 2024-05-06T06:54:43.556454+0000 2024-05-06T06:59:51.147 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:50 smithi110 bash[32646]: cluster 2024-05-06T06:59:49.693625+0000 mon.a (mon.0) 33 : cluster [DBG] last_changed 2024-05-06T06:54:43.556454+0000 2024-05-06T06:59:51.147 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:50 smithi110 bash[32646]: cluster 2024-05-06T06:59:49.693666+0000 mon.a (mon.0) 34 : cluster [DBG] created 2024-05-06T06:52:18.421051+0000 2024-05-06T06:59:51.147 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:50 smithi110 bash[32646]: cluster 2024-05-06T06:59:49.693666+0000 mon.a (mon.0) 34 : cluster [DBG] created 2024-05-06T06:52:18.421051+0000 2024-05-06T06:59:51.147 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:50 smithi110 bash[32646]: cluster 2024-05-06T06:59:49.693706+0000 mon.a (mon.0) 35 : cluster [DBG] min_mon_release 19 (squid) 2024-05-06T06:59:51.147 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:50 smithi110 bash[32646]: cluster 2024-05-06T06:59:49.693706+0000 mon.a (mon.0) 35 : cluster [DBG] min_mon_release 19 (squid) 2024-05-06T06:59:51.147 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:50 smithi110 bash[32646]: cluster 2024-05-06T06:59:49.693773+0000 mon.a (mon.0) 36 : cluster [DBG] election_strategy: 1 2024-05-06T06:59:51.147 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:50 smithi110 bash[32646]: cluster 2024-05-06T06:59:49.693773+0000 mon.a (mon.0) 36 : cluster [DBG] election_strategy: 1 2024-05-06T06:59:51.148 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:50 smithi110 bash[32646]: cluster 2024-05-06T06:59:49.693812+0000 mon.a (mon.0) 37 : cluster [DBG] 0: [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] mon.a 2024-05-06T06:59:51.148 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:50 smithi110 bash[32646]: cluster 2024-05-06T06:59:49.693812+0000 mon.a (mon.0) 37 : cluster [DBG] 0: [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] mon.a 2024-05-06T06:59:51.148 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:50 smithi110 bash[32646]: cluster 2024-05-06T06:59:49.693856+0000 mon.a (mon.0) 38 : cluster [DBG] 1: [v2:172.21.15.110:3300/0,v1:172.21.15.110:6789/0] mon.b 2024-05-06T06:59:51.148 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:50 smithi110 bash[32646]: cluster 2024-05-06T06:59:49.693856+0000 mon.a (mon.0) 38 : cluster [DBG] 1: [v2:172.21.15.110:3300/0,v1:172.21.15.110:6789/0] mon.b 2024-05-06T06:59:51.148 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:50 smithi110 bash[32646]: cluster 2024-05-06T06:59:49.715442+0000 mon.a (mon.0) 39 : cluster [DBG] fsmap 2024-05-06T06:59:51.148 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:50 smithi110 bash[32646]: cluster 2024-05-06T06:59:49.715442+0000 mon.a (mon.0) 39 : cluster [DBG] fsmap 2024-05-06T06:59:51.148 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:50 smithi110 bash[32646]: cluster 2024-05-06T06:59:49.715536+0000 mon.a (mon.0) 40 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-05-06T06:59:51.148 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:50 smithi110 bash[32646]: cluster 2024-05-06T06:59:49.715536+0000 mon.a (mon.0) 40 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-05-06T06:59:51.148 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:50 smithi110 bash[32646]: cluster 2024-05-06T06:59:49.716085+0000 mon.a (mon.0) 41 : cluster [DBG] mgrmap e14: a(active, since 6m), standbys: b 2024-05-06T06:59:51.148 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:50 smithi110 bash[32646]: cluster 2024-05-06T06:59:49.716085+0000 mon.a (mon.0) 41 : cluster [DBG] mgrmap e14: a(active, since 6m), standbys: b 2024-05-06T06:59:51.149 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:50 smithi110 bash[32646]: cluster 2024-05-06T06:59:49.716433+0000 mon.a (mon.0) 42 : cluster [INF] overall HEALTH_OK 2024-05-06T06:59:51.149 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:50 smithi110 bash[32646]: cluster 2024-05-06T06:59:49.716433+0000 mon.a (mon.0) 42 : cluster [INF] overall HEALTH_OK 2024-05-06T06:59:51.149 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:50 smithi110 bash[32646]: audit 2024-05-06T06:59:49.724864+0000 mon.a (mon.0) 43 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:59:51.149 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:50 smithi110 bash[32646]: audit 2024-05-06T06:59:49.724864+0000 mon.a (mon.0) 43 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:59:51.149 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:50 smithi110 bash[32646]: audit 2024-05-06T06:59:49.735648+0000 mon.a (mon.0) 44 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:59:51.149 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:50 smithi110 bash[32646]: audit 2024-05-06T06:59:49.735648+0000 mon.a (mon.0) 44 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:59:51.149 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:50 smithi110 bash[32646]: audit 2024-05-06T06:59:49.743740+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T06:59:51.149 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:50 smithi110 bash[32646]: audit 2024-05-06T06:59:49.743740+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T06:59:51.149 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:50 smithi110 bash[32646]: audit 2024-05-06T06:59:49.749054+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:59:51.149 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:50 smithi110 bash[32646]: audit 2024-05-06T06:59:49.749054+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T06:59:51.149 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:50 smithi110 bash[32646]: audit 2024-05-06T06:59:49.751284+0000 mon.a (mon.0) 47 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T06:59:51.149 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:50 smithi110 bash[32646]: audit 2024-05-06T06:59:49.751284+0000 mon.a (mon.0) 47 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T06:59:51.149 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:50 smithi110 bash[32646]: audit 2024-05-06T06:59:49.763108+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:59:51.149 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:50 smithi110 bash[32646]: audit 2024-05-06T06:59:49.763108+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T06:59:51.150 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:50 smithi110 bash[32646]: cluster 2024-05-06T06:59:49.779509+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v196: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:59:51.150 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:50 smithi110 bash[32646]: cluster 2024-05-06T06:59:49.779509+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v196: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:59:53.145 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:52 smithi110 bash[32646]: cluster 2024-05-06T06:59:51.779958+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v197: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:59:53.145 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:52 smithi110 bash[32646]: cluster 2024-05-06T06:59:51.779958+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v197: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:59:53.212 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:52 smithi063 bash[40308]: cluster 2024-05-06T06:59:51.779958+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v197: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:59:53.212 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:52 smithi063 bash[40308]: cluster 2024-05-06T06:59:51.779958+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v197: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:59:55.145 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:54 smithi110 bash[32646]: cluster 2024-05-06T06:59:53.780439+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v198: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:59:55.145 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:54 smithi110 bash[32646]: cluster 2024-05-06T06:59:53.780439+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v198: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:59:55.332 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:54 smithi063 bash[40308]: cluster 2024-05-06T06:59:53.780439+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v198: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:59:55.332 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:54 smithi063 bash[40308]: cluster 2024-05-06T06:59:53.780439+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v198: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:59:57.145 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:56 smithi110 bash[32646]: cluster 2024-05-06T06:59:55.780804+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v199: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:59:57.145 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:56 smithi110 bash[32646]: cluster 2024-05-06T06:59:55.780804+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v199: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:59:57.332 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:56 smithi063 bash[40308]: cluster 2024-05-06T06:59:55.780804+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v199: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:59:57.332 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:56 smithi063 bash[40308]: cluster 2024-05-06T06:59:55.780804+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v199: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:59:59.145 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:58 smithi110 bash[32646]: cluster 2024-05-06T06:59:57.781183+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v200: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:59:59.145 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 06:59:58 smithi110 bash[32646]: cluster 2024-05-06T06:59:57.781183+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v200: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:59:59.332 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:58 smithi063 bash[40308]: cluster 2024-05-06T06:59:57.781183+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v200: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T06:59:59.332 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 06:59:58 smithi063 bash[40308]: cluster 2024-05-06T06:59:57.781183+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v200: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T07:00:01.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 07:00:00 smithi063 bash[40308]: cluster 2024-05-06T06:59:59.781654+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v201: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T07:00:01.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 07:00:00 smithi063 bash[40308]: cluster 2024-05-06T06:59:59.781654+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v201: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T07:00:01.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 07:00:00 smithi063 bash[40308]: cluster 2024-05-06T07:00:00.000152+0000 mon.a (mon.0) 49 : cluster [INF] overall HEALTH_OK 2024-05-06T07:00:01.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 07:00:00 smithi063 bash[40308]: cluster 2024-05-06T07:00:00.000152+0000 mon.a (mon.0) 49 : cluster [INF] overall HEALTH_OK 2024-05-06T07:00:01.145 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 07:00:00 smithi110 bash[32646]: cluster 2024-05-06T06:59:59.781654+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v201: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T07:00:01.145 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 07:00:00 smithi110 bash[32646]: cluster 2024-05-06T06:59:59.781654+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v201: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T07:00:01.146 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 07:00:00 smithi110 bash[32646]: cluster 2024-05-06T07:00:00.000152+0000 mon.a (mon.0) 49 : cluster [INF] overall HEALTH_OK 2024-05-06T07:00:01.146 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 07:00:00 smithi110 bash[32646]: cluster 2024-05-06T07:00:00.000152+0000 mon.a (mon.0) 49 : cluster [INF] overall HEALTH_OK 2024-05-06T07:00:02.332 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 07:00:01 smithi063 bash[40308]: audit 2024-05-06T07:00:00.952388+0000 mon.a (mon.0) 50 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T07:00:02.332 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 07:00:01 smithi063 bash[40308]: audit 2024-05-06T07:00:00.952388+0000 mon.a (mon.0) 50 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T07:00:02.333 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 07:00:01 smithi063 bash[40308]: audit 2024-05-06T07:00:00.963359+0000 mon.a (mon.0) 51 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T07:00:02.333 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 07:00:01 smithi063 bash[40308]: audit 2024-05-06T07:00:00.963359+0000 mon.a (mon.0) 51 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T07:00:02.333 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 07:00:01 smithi063 bash[40308]: audit 2024-05-06T07:00:00.974732+0000 mon.a (mon.0) 52 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T07:00:02.333 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 07:00:01 smithi063 bash[40308]: audit 2024-05-06T07:00:00.974732+0000 mon.a (mon.0) 52 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T07:00:02.395 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 07:00:01 smithi110 bash[32646]: audit 2024-05-06T07:00:00.952388+0000 mon.a (mon.0) 50 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T07:00:02.395 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 07:00:01 smithi110 bash[32646]: audit 2024-05-06T07:00:00.952388+0000 mon.a (mon.0) 50 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T07:00:02.395 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 07:00:01 smithi110 bash[32646]: audit 2024-05-06T07:00:00.963359+0000 mon.a (mon.0) 51 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T07:00:02.396 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 07:00:01 smithi110 bash[32646]: audit 2024-05-06T07:00:00.963359+0000 mon.a (mon.0) 51 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T07:00:02.396 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 07:00:01 smithi110 bash[32646]: audit 2024-05-06T07:00:00.974732+0000 mon.a (mon.0) 52 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T07:00:02.396 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 07:00:01 smithi110 bash[32646]: audit 2024-05-06T07:00:00.974732+0000 mon.a (mon.0) 52 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T07:00:03.332 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 07:00:02 smithi063 bash[40308]: cluster 2024-05-06T07:00:01.782137+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v202: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T07:00:03.332 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 07:00:02 smithi063 bash[40308]: cluster 2024-05-06T07:00:01.782137+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v202: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T07:00:03.395 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 07:00:02 smithi110 bash[32646]: cluster 2024-05-06T07:00:01.782137+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v202: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T07:00:03.395 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 07:00:02 smithi110 bash[32646]: cluster 2024-05-06T07:00:01.782137+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v202: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T07:00:04.145 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 07:00:04 smithi110 bash[32646]: audit 2024-05-06T07:00:03.127064+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T07:00:04.145 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 07:00:04 smithi110 bash[32646]: audit 2024-05-06T07:00:03.127064+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T07:00:04.146 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 07:00:04 smithi110 bash[32646]: audit 2024-05-06T07:00:03.137391+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T07:00:04.146 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 07:00:04 smithi110 bash[32646]: audit 2024-05-06T07:00:03.137391+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T07:00:04.146 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 07:00:04 smithi110 bash[32646]: audit 2024-05-06T07:00:03.148829+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T07:00:04.146 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 07:00:04 smithi110 bash[32646]: audit 2024-05-06T07:00:03.148829+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T07:00:04.146 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 07:00:04 smithi110 bash[32646]: audit 2024-05-06T07:00:03.865265+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T07:00:04.146 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 07:00:04 smithi110 bash[32646]: audit 2024-05-06T07:00:03.865265+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T07:00:04.146 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 07:00:04 smithi110 bash[32646]: audit 2024-05-06T07:00:03.876599+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T07:00:04.146 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 07:00:04 smithi110 bash[32646]: audit 2024-05-06T07:00:03.876599+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T07:00:04.146 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 07:00:04 smithi110 bash[32646]: audit 2024-05-06T07:00:03.888243+0000 mon.a (mon.0) 58 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T07:00:04.146 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 07:00:04 smithi110 bash[32646]: audit 2024-05-06T07:00:03.888243+0000 mon.a (mon.0) 58 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T07:00:04.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 07:00:04 smithi063 bash[40308]: audit 2024-05-06T07:00:03.127064+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T07:00:04.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 07:00:04 smithi063 bash[40308]: audit 2024-05-06T07:00:03.127064+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T07:00:04.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 07:00:04 smithi063 bash[40308]: audit 2024-05-06T07:00:03.137391+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T07:00:04.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 07:00:04 smithi063 bash[40308]: audit 2024-05-06T07:00:03.137391+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T07:00:04.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 07:00:04 smithi063 bash[40308]: audit 2024-05-06T07:00:03.148829+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T07:00:04.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 07:00:04 smithi063 bash[40308]: audit 2024-05-06T07:00:03.148829+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T07:00:04.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 07:00:04 smithi063 bash[40308]: audit 2024-05-06T07:00:03.865265+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T07:00:04.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 07:00:04 smithi063 bash[40308]: audit 2024-05-06T07:00:03.865265+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T07:00:04.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 07:00:04 smithi063 bash[40308]: audit 2024-05-06T07:00:03.876599+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T07:00:04.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 07:00:04 smithi063 bash[40308]: audit 2024-05-06T07:00:03.876599+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T07:00:04.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 07:00:04 smithi063 bash[40308]: audit 2024-05-06T07:00:03.888243+0000 mon.a (mon.0) 58 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T07:00:04.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 07:00:04 smithi063 bash[40308]: audit 2024-05-06T07:00:03.888243+0000 mon.a (mon.0) 58 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T07:00:05.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 07:00:05 smithi063 bash[40308]: cluster 2024-05-06T07:00:03.782628+0000 mgr.a (mgr.14152) 265 : cluster [DBG] pgmap v203: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T07:00:05.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 07:00:05 smithi063 bash[40308]: cluster 2024-05-06T07:00:03.782628+0000 mgr.a (mgr.14152) 265 : cluster [DBG] pgmap v203: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T07:00:05.645 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 07:00:05 smithi110 bash[32646]: cluster 2024-05-06T07:00:03.782628+0000 mgr.a (mgr.14152) 265 : cluster [DBG] pgmap v203: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T07:00:05.645 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 07:00:05 smithi110 bash[32646]: cluster 2024-05-06T07:00:03.782628+0000 mgr.a (mgr.14152) 265 : cluster [DBG] pgmap v203: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T07:00:07.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 07:00:07 smithi063 bash[40308]: cluster 2024-05-06T07:00:05.783130+0000 mgr.a (mgr.14152) 266 : cluster [DBG] pgmap v204: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T07:00:07.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 07:00:07 smithi063 bash[40308]: cluster 2024-05-06T07:00:05.783130+0000 mgr.a (mgr.14152) 266 : cluster [DBG] pgmap v204: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T07:00:07.645 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 07:00:07 smithi110 bash[32646]: cluster 2024-05-06T07:00:05.783130+0000 mgr.a (mgr.14152) 266 : cluster [DBG] pgmap v204: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T07:00:07.645 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 07:00:07 smithi110 bash[32646]: cluster 2024-05-06T07:00:05.783130+0000 mgr.a (mgr.14152) 266 : cluster [DBG] pgmap v204: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T07:00:09.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 07:00:09 smithi063 bash[40308]: cluster 2024-05-06T07:00:07.783582+0000 mgr.a (mgr.14152) 267 : cluster [DBG] pgmap v205: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T07:00:09.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 07:00:09 smithi063 bash[40308]: cluster 2024-05-06T07:00:07.783582+0000 mgr.a (mgr.14152) 267 : cluster [DBG] pgmap v205: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T07:00:09.645 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 07:00:09 smithi110 bash[32646]: cluster 2024-05-06T07:00:07.783582+0000 mgr.a (mgr.14152) 267 : cluster [DBG] pgmap v205: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T07:00:09.645 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 07:00:09 smithi110 bash[32646]: cluster 2024-05-06T07:00:07.783582+0000 mgr.a (mgr.14152) 267 : cluster [DBG] pgmap v205: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T07:00:11.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 07:00:11 smithi063 bash[40308]: cluster 2024-05-06T07:00:09.784173+0000 mgr.a (mgr.14152) 268 : cluster [DBG] pgmap v206: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T07:00:11.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 07:00:11 smithi063 bash[40308]: cluster 2024-05-06T07:00:09.784173+0000 mgr.a (mgr.14152) 268 : cluster [DBG] pgmap v206: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T07:00:11.645 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 07:00:11 smithi110 bash[32646]: cluster 2024-05-06T07:00:09.784173+0000 mgr.a (mgr.14152) 268 : cluster [DBG] pgmap v206: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T07:00:11.645 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 07:00:11 smithi110 bash[32646]: cluster 2024-05-06T07:00:09.784173+0000 mgr.a (mgr.14152) 268 : cluster [DBG] pgmap v206: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T07:00:13.417 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 07:00:13 smithi063 bash[40308]: cluster 2024-05-06T07:00:11.784665+0000 mgr.a (mgr.14152) 269 : cluster [DBG] pgmap v207: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T07:00:13.417 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 07:00:13 smithi063 bash[40308]: cluster 2024-05-06T07:00:11.784665+0000 mgr.a (mgr.14152) 269 : cluster [DBG] pgmap v207: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T07:00:13.645 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 07:00:13 smithi110 bash[32646]: cluster 2024-05-06T07:00:11.784665+0000 mgr.a (mgr.14152) 269 : cluster [DBG] pgmap v207: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T07:00:13.645 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 07:00:13 smithi110 bash[32646]: cluster 2024-05-06T07:00:11.784665+0000 mgr.a (mgr.14152) 269 : cluster [DBG] pgmap v207: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T07:00:15.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 07:00:15 smithi063 bash[40308]: cluster 2024-05-06T07:00:13.785082+0000 mgr.a (mgr.14152) 270 : cluster [DBG] pgmap v208: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T07:00:15.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 07:00:15 smithi063 bash[40308]: cluster 2024-05-06T07:00:13.785082+0000 mgr.a (mgr.14152) 270 : cluster [DBG] pgmap v208: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T07:00:15.645 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 07:00:15 smithi110 bash[32646]: cluster 2024-05-06T07:00:13.785082+0000 mgr.a (mgr.14152) 270 : cluster [DBG] pgmap v208: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T07:00:15.645 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 07:00:15 smithi110 bash[32646]: cluster 2024-05-06T07:00:13.785082+0000 mgr.a (mgr.14152) 270 : cluster [DBG] pgmap v208: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T07:00:17.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 07:00:17 smithi063 bash[40308]: cluster 2024-05-06T07:00:15.785552+0000 mgr.a (mgr.14152) 271 : cluster [DBG] pgmap v209: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T07:00:17.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 07:00:17 smithi063 bash[40308]: cluster 2024-05-06T07:00:15.785552+0000 mgr.a (mgr.14152) 271 : cluster [DBG] pgmap v209: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T07:00:17.645 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 07:00:17 smithi110 bash[32646]: cluster 2024-05-06T07:00:15.785552+0000 mgr.a (mgr.14152) 271 : cluster [DBG] pgmap v209: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T07:00:17.645 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 07:00:17 smithi110 bash[32646]: cluster 2024-05-06T07:00:15.785552+0000 mgr.a (mgr.14152) 271 : cluster [DBG] pgmap v209: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T07:00:19.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 07:00:19 smithi063 bash[40308]: cluster 2024-05-06T07:00:17.786033+0000 mgr.a (mgr.14152) 272 : cluster [DBG] pgmap v210: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T07:00:19.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 07:00:19 smithi063 bash[40308]: cluster 2024-05-06T07:00:17.786033+0000 mgr.a (mgr.14152) 272 : cluster [DBG] pgmap v210: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T07:00:19.645 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 07:00:19 smithi110 bash[32646]: cluster 2024-05-06T07:00:17.786033+0000 mgr.a (mgr.14152) 272 : cluster [DBG] pgmap v210: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T07:00:19.645 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 07:00:19 smithi110 bash[32646]: cluster 2024-05-06T07:00:17.786033+0000 mgr.a (mgr.14152) 272 : cluster [DBG] pgmap v210: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T07:00:21.508 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 07:00:21 smithi110 bash[32646]: cluster 2024-05-06T07:00:19.786479+0000 mgr.a (mgr.14152) 273 : cluster [DBG] pgmap v211: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T07:00:21.508 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 07:00:21 smithi110 bash[32646]: cluster 2024-05-06T07:00:19.786479+0000 mgr.a (mgr.14152) 273 : cluster [DBG] pgmap v211: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T07:00:21.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 07:00:21 smithi063 bash[40308]: cluster 2024-05-06T07:00:19.786479+0000 mgr.a (mgr.14152) 273 : cluster [DBG] pgmap v211: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T07:00:21.582 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 07:00:21 smithi063 bash[40308]: cluster 2024-05-06T07:00:19.786479+0000 mgr.a (mgr.14152) 273 : cluster [DBG] pgmap v211: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T07:00:22.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 07:00:22 smithi063 bash[40308]: audit 2024-05-06T07:00:21.210360+0000 mon.a (mon.0) 59 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T07:00:22.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 07:00:22 smithi063 bash[40308]: audit 2024-05-06T07:00:21.210360+0000 mon.a (mon.0) 59 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T07:00:22.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 07:00:22 smithi063 bash[40308]: audit 2024-05-06T07:00:21.220367+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T07:00:22.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 07:00:22 smithi063 bash[40308]: audit 2024-05-06T07:00:21.220367+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T07:00:22.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 07:00:22 smithi063 bash[40308]: audit 2024-05-06T07:00:21.231347+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T07:00:22.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 07:00:22 smithi063 bash[40308]: audit 2024-05-06T07:00:21.231347+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T07:00:22.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 07:00:22 smithi063 bash[40308]: audit 2024-05-06T07:00:21.483637+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T07:00:22.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 07:00:22 smithi063 bash[40308]: audit 2024-05-06T07:00:21.483637+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T07:00:22.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 07:00:22 smithi063 bash[40308]: audit 2024-05-06T07:00:21.494580+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T07:00:22.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 07:00:22 smithi063 bash[40308]: audit 2024-05-06T07:00:21.494580+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T07:00:22.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 07:00:22 smithi063 bash[40308]: audit 2024-05-06T07:00:21.506630+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T07:00:22.583 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 07:00:22 smithi063 bash[40308]: audit 2024-05-06T07:00:21.506630+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T07:00:22.646 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 07:00:22 smithi110 bash[32646]: audit 2024-05-06T07:00:21.210360+0000 mon.a (mon.0) 59 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T07:00:22.646 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 07:00:22 smithi110 bash[32646]: audit 2024-05-06T07:00:21.210360+0000 mon.a (mon.0) 59 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T07:00:22.646 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 07:00:22 smithi110 bash[32646]: audit 2024-05-06T07:00:21.220367+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T07:00:22.646 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 07:00:22 smithi110 bash[32646]: audit 2024-05-06T07:00:21.220367+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T07:00:22.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 07:00:22 smithi110 bash[32646]: audit 2024-05-06T07:00:21.231347+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T07:00:22.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 07:00:22 smithi110 bash[32646]: audit 2024-05-06T07:00:21.231347+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T07:00:22.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 07:00:22 smithi110 bash[32646]: audit 2024-05-06T07:00:21.483637+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T07:00:22.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 07:00:22 smithi110 bash[32646]: audit 2024-05-06T07:00:21.483637+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T07:00:22.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 07:00:22 smithi110 bash[32646]: audit 2024-05-06T07:00:21.494580+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T07:00:22.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 07:00:22 smithi110 bash[32646]: audit 2024-05-06T07:00:21.494580+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T07:00:22.647 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 07:00:22 smithi110 bash[32646]: audit 2024-05-06T07:00:21.506630+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T07:00:22.648 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 07:00:22 smithi110 bash[32646]: audit 2024-05-06T07:00:21.506630+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T07:00:23.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 07:00:23 smithi063 bash[40308]: cluster 2024-05-06T07:00:21.787041+0000 mgr.a (mgr.14152) 274 : cluster [DBG] pgmap v212: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T07:00:23.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 07:00:23 smithi063 bash[40308]: cluster 2024-05-06T07:00:21.787041+0000 mgr.a (mgr.14152) 274 : cluster [DBG] pgmap v212: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T07:00:23.895 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 07:00:23 smithi110 bash[32646]: cluster 2024-05-06T07:00:21.787041+0000 mgr.a (mgr.14152) 274 : cluster [DBG] pgmap v212: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T07:00:23.895 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 07:00:23 smithi110 bash[32646]: cluster 2024-05-06T07:00:21.787041+0000 mgr.a (mgr.14152) 274 : cluster [DBG] pgmap v212: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T07:00:25.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 07:00:25 smithi063 bash[40308]: cluster 2024-05-06T07:00:23.787540+0000 mgr.a (mgr.14152) 275 : cluster [DBG] pgmap v213: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T07:00:25.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 07:00:25 smithi063 bash[40308]: cluster 2024-05-06T07:00:23.787540+0000 mgr.a (mgr.14152) 275 : cluster [DBG] pgmap v213: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T07:00:25.895 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 07:00:25 smithi110 bash[32646]: cluster 2024-05-06T07:00:23.787540+0000 mgr.a (mgr.14152) 275 : cluster [DBG] pgmap v213: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T07:00:25.895 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 07:00:25 smithi110 bash[32646]: cluster 2024-05-06T07:00:23.787540+0000 mgr.a (mgr.14152) 275 : cluster [DBG] pgmap v213: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T07:00:27.895 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 07:00:27 smithi110 bash[32646]: cluster 2024-05-06T07:00:25.788097+0000 mgr.a (mgr.14152) 276 : cluster [DBG] pgmap v214: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T07:00:27.895 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 07:00:27 smithi110 bash[32646]: cluster 2024-05-06T07:00:25.788097+0000 mgr.a (mgr.14152) 276 : cluster [DBG] pgmap v214: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T07:00:28.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 07:00:27 smithi063 bash[40308]: cluster 2024-05-06T07:00:25.788097+0000 mgr.a (mgr.14152) 276 : cluster [DBG] pgmap v214: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T07:00:28.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 07:00:27 smithi063 bash[40308]: cluster 2024-05-06T07:00:25.788097+0000 mgr.a (mgr.14152) 276 : cluster [DBG] pgmap v214: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T07:00:29.886 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 07:00:29 smithi063 bash[40308]: cluster 2024-05-06T07:00:27.788624+0000 mgr.a (mgr.14152) 277 : cluster [DBG] pgmap v215: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T07:00:29.886 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 07:00:29 smithi063 bash[40308]: cluster 2024-05-06T07:00:27.788624+0000 mgr.a (mgr.14152) 277 : cluster [DBG] pgmap v215: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T07:00:29.895 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 07:00:29 smithi110 bash[32646]: cluster 2024-05-06T07:00:27.788624+0000 mgr.a (mgr.14152) 277 : cluster [DBG] pgmap v215: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T07:00:29.895 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 07:00:29 smithi110 bash[32646]: cluster 2024-05-06T07:00:27.788624+0000 mgr.a (mgr.14152) 277 : cluster [DBG] pgmap v215: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T07:00:31.896 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 07:00:31 smithi110 bash[32646]: cluster 2024-05-06T07:00:29.789079+0000 mgr.a (mgr.14152) 278 : cluster [DBG] pgmap v216: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T07:00:31.896 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 07:00:31 smithi110 bash[32646]: cluster 2024-05-06T07:00:29.789079+0000 mgr.a (mgr.14152) 278 : cluster [DBG] pgmap v216: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T07:00:32.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 07:00:31 smithi063 bash[40308]: cluster 2024-05-06T07:00:29.789079+0000 mgr.a (mgr.14152) 278 : cluster [DBG] pgmap v216: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T07:00:32.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 07:00:31 smithi063 bash[40308]: cluster 2024-05-06T07:00:29.789079+0000 mgr.a (mgr.14152) 278 : cluster [DBG] pgmap v216: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T07:00:33.895 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 07:00:33 smithi110 bash[32646]: cluster 2024-05-06T07:00:31.789580+0000 mgr.a (mgr.14152) 279 : cluster [DBG] pgmap v217: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T07:00:33.895 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 07:00:33 smithi110 bash[32646]: cluster 2024-05-06T07:00:31.789580+0000 mgr.a (mgr.14152) 279 : cluster [DBG] pgmap v217: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T07:00:34.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 07:00:33 smithi063 bash[40308]: cluster 2024-05-06T07:00:31.789580+0000 mgr.a (mgr.14152) 279 : cluster [DBG] pgmap v217: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T07:00:34.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 07:00:33 smithi063 bash[40308]: cluster 2024-05-06T07:00:31.789580+0000 mgr.a (mgr.14152) 279 : cluster [DBG] pgmap v217: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T07:00:36.005 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 07:00:35 smithi063 bash[40308]: cluster 2024-05-06T07:00:33.790076+0000 mgr.a (mgr.14152) 280 : cluster [DBG] pgmap v218: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T07:00:36.005 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 07:00:35 smithi063 bash[40308]: cluster 2024-05-06T07:00:33.790076+0000 mgr.a (mgr.14152) 280 : cluster [DBG] pgmap v218: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T07:00:36.145 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 07:00:35 smithi110 bash[32646]: cluster 2024-05-06T07:00:33.790076+0000 mgr.a (mgr.14152) 280 : cluster [DBG] pgmap v218: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T07:00:36.145 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 07:00:35 smithi110 bash[32646]: cluster 2024-05-06T07:00:33.790076+0000 mgr.a (mgr.14152) 280 : cluster [DBG] pgmap v218: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T07:00:38.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 07:00:37 smithi063 bash[40308]: cluster 2024-05-06T07:00:35.790580+0000 mgr.a (mgr.14152) 281 : cluster [DBG] pgmap v219: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T07:00:38.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 07:00:37 smithi063 bash[40308]: cluster 2024-05-06T07:00:35.790580+0000 mgr.a (mgr.14152) 281 : cluster [DBG] pgmap v219: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T07:00:38.145 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 07:00:37 smithi110 bash[32646]: cluster 2024-05-06T07:00:35.790580+0000 mgr.a (mgr.14152) 281 : cluster [DBG] pgmap v219: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T07:00:38.145 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 07:00:37 smithi110 bash[32646]: cluster 2024-05-06T07:00:35.790580+0000 mgr.a (mgr.14152) 281 : cluster [DBG] pgmap v219: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T07:00:40.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 07:00:39 smithi063 bash[40308]: cluster 2024-05-06T07:00:37.790999+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v220: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T07:00:40.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 07:00:39 smithi063 bash[40308]: cluster 2024-05-06T07:00:37.790999+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v220: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T07:00:40.145 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 07:00:39 smithi110 bash[32646]: cluster 2024-05-06T07:00:37.790999+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v220: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T07:00:40.145 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 07:00:39 smithi110 bash[32646]: cluster 2024-05-06T07:00:37.790999+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v220: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T07:00:41.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 07:00:40 smithi063 bash[40308]: cluster 2024-05-06T07:00:39.791419+0000 mgr.a (mgr.14152) 283 : cluster [DBG] pgmap v221: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T07:00:41.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 07:00:40 smithi063 bash[40308]: cluster 2024-05-06T07:00:39.791419+0000 mgr.a (mgr.14152) 283 : cluster [DBG] pgmap v221: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T07:00:41.145 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 07:00:40 smithi110 bash[32646]: cluster 2024-05-06T07:00:39.791419+0000 mgr.a (mgr.14152) 283 : cluster [DBG] pgmap v221: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T07:00:41.145 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 07:00:40 smithi110 bash[32646]: cluster 2024-05-06T07:00:39.791419+0000 mgr.a (mgr.14152) 283 : cluster [DBG] pgmap v221: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T07:00:42.833 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 07:00:42 smithi063 bash[40308]: audit 2024-05-06T07:00:41.465119+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T07:00:42.833 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 07:00:42 smithi063 bash[40308]: audit 2024-05-06T07:00:41.465119+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T07:00:42.833 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 07:00:42 smithi063 bash[40308]: audit 2024-05-06T07:00:41.472927+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T07:00:42.833 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 07:00:42 smithi063 bash[40308]: audit 2024-05-06T07:00:41.472927+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T07:00:42.833 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 07:00:42 smithi063 bash[40308]: audit 2024-05-06T07:00:41.483927+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T07:00:42.833 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 07:00:42 smithi063 bash[40308]: audit 2024-05-06T07:00:41.483927+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T07:00:42.833 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 07:00:42 smithi063 bash[40308]: audit 2024-05-06T07:00:41.735399+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T07:00:42.833 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 07:00:42 smithi063 bash[40308]: audit 2024-05-06T07:00:41.735399+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T07:00:42.833 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 07:00:42 smithi063 bash[40308]: audit 2024-05-06T07:00:41.745801+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T07:00:42.833 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 07:00:42 smithi063 bash[40308]: audit 2024-05-06T07:00:41.745801+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T07:00:42.834 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 07:00:42 smithi063 bash[40308]: audit 2024-05-06T07:00:41.757383+0000 mon.a (mon.0) 70 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T07:00:42.834 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 07:00:42 smithi063 bash[40308]: audit 2024-05-06T07:00:41.757383+0000 mon.a (mon.0) 70 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T07:00:42.896 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 07:00:42 smithi110 bash[32646]: audit 2024-05-06T07:00:41.465119+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T07:00:42.896 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 07:00:42 smithi110 bash[32646]: audit 2024-05-06T07:00:41.465119+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T07:00:42.896 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 07:00:42 smithi110 bash[32646]: audit 2024-05-06T07:00:41.472927+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T07:00:42.896 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 07:00:42 smithi110 bash[32646]: audit 2024-05-06T07:00:41.472927+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T07:00:42.896 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 07:00:42 smithi110 bash[32646]: audit 2024-05-06T07:00:41.483927+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T07:00:42.896 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 07:00:42 smithi110 bash[32646]: audit 2024-05-06T07:00:41.483927+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T07:00:42.896 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 07:00:42 smithi110 bash[32646]: audit 2024-05-06T07:00:41.735399+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T07:00:42.896 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 07:00:42 smithi110 bash[32646]: audit 2024-05-06T07:00:41.735399+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T07:00:42.896 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 07:00:42 smithi110 bash[32646]: audit 2024-05-06T07:00:41.745801+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T07:00:42.896 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 07:00:42 smithi110 bash[32646]: audit 2024-05-06T07:00:41.745801+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T07:00:42.896 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 07:00:42 smithi110 bash[32646]: audit 2024-05-06T07:00:41.757383+0000 mon.a (mon.0) 70 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T07:00:42.896 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 07:00:42 smithi110 bash[32646]: audit 2024-05-06T07:00:41.757383+0000 mon.a (mon.0) 70 : audit [INF] from='mgr.14152 172.21.15.63:0/1984925928' entity='mgr.a' 2024-05-06T07:00:43.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 07:00:43 smithi063 bash[40308]: cluster 2024-05-06T07:00:41.791919+0000 mgr.a (mgr.14152) 284 : cluster [DBG] pgmap v222: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T07:00:43.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 07:00:43 smithi063 bash[40308]: cluster 2024-05-06T07:00:41.791919+0000 mgr.a (mgr.14152) 284 : cluster [DBG] pgmap v222: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T07:00:43.895 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 07:00:43 smithi110 bash[32646]: cluster 2024-05-06T07:00:41.791919+0000 mgr.a (mgr.14152) 284 : cluster [DBG] pgmap v222: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T07:00:43.895 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 07:00:43 smithi110 bash[32646]: cluster 2024-05-06T07:00:41.791919+0000 mgr.a (mgr.14152) 284 : cluster [DBG] pgmap v222: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T07:00:45.832 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 07:00:45 smithi063 bash[40308]: cluster 2024-05-06T07:00:43.792400+0000 mgr.a (mgr.14152) 285 : cluster [DBG] pgmap v223: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T07:00:45.833 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 07:00:45 smithi063 bash[40308]: cluster 2024-05-06T07:00:43.792400+0000 mgr.a (mgr.14152) 285 : cluster [DBG] pgmap v223: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T07:00:45.895 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 07:00:45 smithi110 bash[32646]: cluster 2024-05-06T07:00:43.792400+0000 mgr.a (mgr.14152) 285 : cluster [DBG] pgmap v223: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T07:00:45.895 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 07:00:45 smithi110 bash[32646]: cluster 2024-05-06T07:00:43.792400+0000 mgr.a (mgr.14152) 285 : cluster [DBG] pgmap v223: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T07:00:48.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 07:00:47 smithi063 bash[40308]: cluster 2024-05-06T07:00:45.792872+0000 mgr.a (mgr.14152) 286 : cluster [DBG] pgmap v224: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T07:00:48.082 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 07:00:47 smithi063 bash[40308]: cluster 2024-05-06T07:00:45.792872+0000 mgr.a (mgr.14152) 286 : cluster [DBG] pgmap v224: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T07:00:48.145 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 07:00:47 smithi110 bash[32646]: cluster 2024-05-06T07:00:45.792872+0000 mgr.a (mgr.14152) 286 : cluster [DBG] pgmap v224: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T07:00:48.145 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 07:00:47 smithi110 bash[32646]: cluster 2024-05-06T07:00:45.792872+0000 mgr.a (mgr.14152) 286 : cluster [DBG] pgmap v224: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T07:00:48.440 INFO:teuthology.orchestra.run.smithi063.stderr:+ grep '\-\-cpus=2' /var/lib/ceph/fac46718-0b74-11ef-bc97-c7b262605968/mon.a/unit.run 2024-05-06T07:00:48.441 INFO:teuthology.orchestra.run.smithi063.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-fac46718-0b74-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:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a -e NODE_NAME=smithi063 -e TCMALLOC_MAX_TOTAL_THREAD_CACHE_BYTES=134217728 -v /var/run/ceph/fac46718-0b74-11ef-bc97-c7b262605968:/var/run/ceph:z -v /var/log/ceph/fac46718-0b74-11ef-bc97-c7b262605968:/var/log/ceph:z -v /var/lib/ceph/fac46718-0b74-11ef-bc97-c7b262605968/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /var/lib/ceph/fac46718-0b74-11ef-bc97-c7b262605968/mon.a:/var/lib/ceph/mon/ceph-a:z -v /var/lib/ceph/fac46718-0b74-11ef-bc97-c7b262605968/mon.a/config:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-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-06T07:00:48.441 INFO:teuthology.orchestra.run.smithi063.stderr:+ grep '\-\-debug_ms 10' /var/lib/ceph/fac46718-0b74-11ef-bc97-c7b262605968/mon.a/unit.run 2024-05-06T07:00:48.443 INFO:teuthology.orchestra.run.smithi063.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-fac46718-0b74-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:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a -e NODE_NAME=smithi063 -e TCMALLOC_MAX_TOTAL_THREAD_CACHE_BYTES=134217728 -v /var/run/ceph/fac46718-0b74-11ef-bc97-c7b262605968:/var/run/ceph:z -v /var/log/ceph/fac46718-0b74-11ef-bc97-c7b262605968:/var/log/ceph:z -v /var/lib/ceph/fac46718-0b74-11ef-bc97-c7b262605968/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /var/lib/ceph/fac46718-0b74-11ef-bc97-c7b262605968/mon.a:/var/lib/ceph/mon/ceph-a:z -v /var/lib/ceph/fac46718-0b74-11ef-bc97-c7b262605968/mon.a/config:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-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-06T07:00:48.443 INFO:teuthology.orchestra.run.smithi063.stderr:+ grep testing_custom_containers /etc/cephadm_testing/testing.txt 2024-05-06T07:00:48.445 INFO:teuthology.orchestra.run.smithi063.stdout:testing_custom_containers 2024-05-06T07:00:48.446 INFO:teuthology.orchestra.run.smithi063.stderr:++ find /var/lib/ceph/fac46718-0b74-11ef-bc97-c7b262605968 -maxdepth 1 -type d -name 'container.bar.*' 2024-05-06T07:00:48.448 INFO:teuthology.orchestra.run.smithi063.stderr:+ dir=/var/lib/ceph/fac46718-0b74-11ef-bc97-c7b262605968/container.bar.smithi063 2024-05-06T07:00:48.448 INFO:teuthology.orchestra.run.smithi063.stderr:+ test -n /var/lib/ceph/fac46718-0b74-11ef-bc97-c7b262605968/container.bar.smithi063 2024-05-06T07:00:48.448 INFO:teuthology.orchestra.run.smithi063.stderr:+ grep ok /var/lib/ceph/fac46718-0b74-11ef-bc97-c7b262605968/container.bar.smithi063/data/primary.txt 2024-05-06T07:00:48.450 INFO:teuthology.orchestra.run.smithi063.stdout:ok 2024-05-06T07:00:48.451 INFO:teuthology.orchestra.run.smithi063.stderr:+ grep from=centos /var/lib/ceph/fac46718-0b74-11ef-bc97-c7b262605968/container.bar.smithi063/data/from.txt 2024-05-06T07:00:48.451 INFO:teuthology.orchestra.run.smithi063.stdout:from=centos 2024-05-06T07:00:48.451 INFO:teuthology.orchestra.run.smithi063.stderr:+ test -s /var/lib/ceph/fac46718-0b74-11ef-bc97-c7b262605968/container.bar.smithi063/data/presized.dat 2024-05-06T07:00:48.453 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-05-06T07:00:48.463 INFO:tasks.cephadm:Teardown begin 2024-05-06T07:00:48.464 DEBUG:teuthology.orchestra.run.smithi063:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-06T07:00:48.514 DEBUG:teuthology.orchestra.run.smithi110:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-06T07:00:48.530 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-05-06T07:00:48.530 DEBUG:teuthology.orchestra.run.smithi063:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-05-06T07:00:48.562 DEBUG:teuthology.orchestra.run.smithi110:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-05-06T07:00:48.578 INFO:tasks.cephadm:Stopping all daemons... 2024-05-06T07:00:48.578 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-05-06T07:00:48.579 DEBUG:teuthology.orchestra.run.smithi063:> sudo systemctl stop ceph-fac46718-0b74-11ef-bc97-c7b262605968@mon.a 2024-05-06T07:00:48.752 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 07:00:48 smithi063 systemd[1]: Stopping Ceph mon.a for fac46718-0b74-11ef-bc97-c7b262605968... 2024-05-06T07:00:48.906 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 07:00:48 smithi063 bash[40308]: debug 2024-05-06T07:00:48.747+0000 7ff411682700 -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-06T07:00:48.906 INFO:journalctl@ceph.mon.a.smithi063.stdout:May 06 07:00:48 smithi063 bash[40308]: debug 2024-05-06T07:00:48.747+0000 7ff411682700 -1 mon.a@0(leader) e2 *** Got Signal Terminated *** 2024-05-06T07:00:49.750 DEBUG:teuthology.orchestra.run.smithi063:> sudo pkill -f 'journalctl -f -n 0 -u ceph-fac46718-0b74-11ef-bc97-c7b262605968@mon.a.service' 2024-05-06T07:00:49.778 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-06T07:00:49.779 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-05-06T07:00:49.779 INFO:tasks.cephadm.mon.b:Stopping mon.b... 2024-05-06T07:00:49.779 DEBUG:teuthology.orchestra.run.smithi110:> sudo systemctl stop ceph-fac46718-0b74-11ef-bc97-c7b262605968@mon.b 2024-05-06T07:00:50.145 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 07:00:49 smithi110 systemd[1]: Stopping Ceph mon.b for fac46718-0b74-11ef-bc97-c7b262605968... 2024-05-06T07:00:50.145 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 07:00:49 smithi110 bash[32646]: debug 2024-05-06T07:00:49.930+0000 7f1d50d07700 -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-06T07:00:50.146 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 07:00:49 smithi110 bash[32646]: debug 2024-05-06T07:00:49.930+0000 7f1d50d07700 -1 mon.b@1(peon) e2 *** Got Signal Terminated *** 2024-05-06T07:00:50.726 DEBUG:teuthology.orchestra.run.smithi110:> sudo pkill -f 'journalctl -f -n 0 -u ceph-fac46718-0b74-11ef-bc97-c7b262605968@mon.b.service' 2024-05-06T07:00:50.736 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 07:00:50 smithi110 bash[33706]: ceph-fac46718-0b74-11ef-bc97-c7b262605968-mon-b 2024-05-06T07:00:50.736 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 07:00:50 smithi110 bash[33766]: Error response from daemon: No such container: ceph-fac46718-0b74-11ef-bc97-c7b262605968-mon-b 2024-05-06T07:00:50.737 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 07:00:50 smithi110 systemd[1]: ceph-fac46718-0b74-11ef-bc97-c7b262605968@mon.b.service: Deactivated successfully. 2024-05-06T07:00:50.737 INFO:journalctl@ceph.mon.b.smithi110.stdout:May 06 07:00:50 smithi110 systemd[1]: Stopped Ceph mon.b for fac46718-0b74-11ef-bc97-c7b262605968. 2024-05-06T07:00:50.755 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-06T07:00:50.755 INFO:tasks.cephadm.mon.b:Stopped mon.b 2024-05-06T07:00:50.755 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2024-05-06T07:00:50.755 DEBUG:teuthology.orchestra.run.smithi063:> sudo systemctl stop ceph-fac46718-0b74-11ef-bc97-c7b262605968@mgr.a 2024-05-06T07:00:51.082 INFO:journalctl@ceph.mgr.a.smithi063.stdout:May 06 07:00:50 smithi063 systemd[1]: Stopping Ceph mgr.a for fac46718-0b74-11ef-bc97-c7b262605968... 2024-05-06T07:00:51.082 INFO:journalctl@ceph.mgr.a.smithi063.stdout:May 06 07:00:50 smithi063 bash[21838]: debug 2024-05-06T07:00:50.899+0000 7f1cb4af3700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mgr -n mgr.a -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-06T07:00:52.348 INFO:journalctl@ceph.mgr.a.smithi063.stdout:May 06 07:00:52 smithi063 bash[41851]: ceph-fac46718-0b74-11ef-bc97-c7b262605968-mgr-a 2024-05-06T07:00:52.352 DEBUG:teuthology.orchestra.run.smithi063:> sudo pkill -f 'journalctl -f -n 0 -u ceph-fac46718-0b74-11ef-bc97-c7b262605968@mgr.a.service' 2024-05-06T07:00:52.378 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-06T07:00:52.378 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2024-05-06T07:00:52.378 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2024-05-06T07:00:52.378 DEBUG:teuthology.orchestra.run.smithi110:> sudo systemctl stop ceph-fac46718-0b74-11ef-bc97-c7b262605968@mgr.b 2024-05-06T07:00:52.645 INFO:journalctl@ceph.mgr.b.smithi110.stdout:May 06 07:00:52 smithi110 systemd[1]: Stopping Ceph mgr.b for fac46718-0b74-11ef-bc97-c7b262605968... 2024-05-06T07:00:53.895 INFO:journalctl@ceph.mgr.b.smithi110.stdout:May 06 07:00:53 smithi110 bash[33815]: ceph-fac46718-0b74-11ef-bc97-c7b262605968-mgr-b 2024-05-06T07:00:53.944 DEBUG:teuthology.orchestra.run.smithi110:> sudo pkill -f 'journalctl -f -n 0 -u ceph-fac46718-0b74-11ef-bc97-c7b262605968@mgr.b.service' 2024-05-06T07:00:53.964 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-06T07:00:53.964 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2024-05-06T07:00:53.965 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-05-06T07:00:53.965 DEBUG:teuthology.orchestra.run.smithi063:> sudo systemctl stop ceph-fac46718-0b74-11ef-bc97-c7b262605968@osd.0 2024-05-06T07:00:54.332 INFO:journalctl@ceph.osd.0.smithi063.stdout:May 06 07:00:53 smithi063 systemd[1]: Stopping Ceph osd.0 for fac46718-0b74-11ef-bc97-c7b262605968... 2024-05-06T07:00:54.333 INFO:journalctl@ceph.osd.0.smithi063.stdout:May 06 07:00:54 smithi063 bash[31248]: debug 2024-05-06T07:00:54.159+0000 7f3dc6729700 -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-06T07:00:54.333 INFO:journalctl@ceph.osd.0.smithi063.stdout:May 06 07:00:54 smithi063 bash[31248]: debug 2024-05-06T07:00:54.159+0000 7f3dc6729700 -1 osd.0 14 *** Got signal Terminated *** 2024-05-06T07:00:54.333 INFO:journalctl@ceph.osd.0.smithi063.stdout:May 06 07:00:54 smithi063 bash[31248]: debug 2024-05-06T07:00:54.159+0000 7f3dc6729700 -1 osd.0 14 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-05-06T07:01:00.235 INFO:journalctl@ceph.osd.0.smithi063.stdout:May 06 07:00:59 smithi063 bash[42034]: ceph-fac46718-0b74-11ef-bc97-c7b262605968-osd-0 2024-05-06T07:01:00.582 INFO:journalctl@ceph.osd.0.smithi063.stdout:May 06 07:01:00 smithi063 bash[42272]: Error response from daemon: No such container: ceph-fac46718-0b74-11ef-bc97-c7b262605968-osd-0 2024-05-06T07:01:02.144 DEBUG:teuthology.orchestra.run.smithi063:> sudo pkill -f 'journalctl -f -n 0 -u ceph-fac46718-0b74-11ef-bc97-c7b262605968@osd.0.service' 2024-05-06T07:01:02.186 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-06T07:01:02.186 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-05-06T07:01:02.186 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-05-06T07:01:02.187 DEBUG:teuthology.orchestra.run.smithi110:> sudo systemctl stop ceph-fac46718-0b74-11ef-bc97-c7b262605968@osd.1 2024-05-06T07:01:02.645 INFO:journalctl@ceph.osd.1.smithi110.stdout:May 06 07:01:02 smithi110 systemd[1]: Stopping Ceph osd.1 for fac46718-0b74-11ef-bc97-c7b262605968... 2024-05-06T07:01:02.646 INFO:journalctl@ceph.osd.1.smithi110.stdout:May 06 07:01:02 smithi110 bash[27630]: debug 2024-05-06T07:01:02.314+0000 7fe993d6d700 -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-06T07:01:02.646 INFO:journalctl@ceph.osd.1.smithi110.stdout:May 06 07:01:02 smithi110 bash[27630]: debug 2024-05-06T07:01:02.314+0000 7fe993d6d700 -1 osd.1 14 *** Got signal Terminated *** 2024-05-06T07:01:02.646 INFO:journalctl@ceph.osd.1.smithi110.stdout:May 06 07:01:02 smithi110 bash[27630]: debug 2024-05-06T07:01:02.314+0000 7fe993d6d700 -1 osd.1 14 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-05-06T07:01:08.719 INFO:journalctl@ceph.osd.1.smithi110.stdout:May 06 07:01:08 smithi110 bash[34402]: ceph-fac46718-0b74-11ef-bc97-c7b262605968-osd-1 2024-05-06T07:01:08.720 INFO:journalctl@ceph.osd.1.smithi110.stdout:May 06 07:01:08 smithi110 bash[34467]: Error response from daemon: No such container: ceph-fac46718-0b74-11ef-bc97-c7b262605968-osd-1 2024-05-06T07:01:10.493 DEBUG:teuthology.orchestra.run.smithi110:> sudo pkill -f 'journalctl -f -n 0 -u ceph-fac46718-0b74-11ef-bc97-c7b262605968@osd.1.service' 2024-05-06T07:01:10.526 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-06T07:01:10.527 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-05-06T07:01:10.527 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid fac46718-0b74-11ef-bc97-c7b262605968 --force --keep-logs 2024-05-06T07:01:10.700 INFO:teuthology.orchestra.run.smithi063.stdout:Deleting cluster with fsid: fac46718-0b74-11ef-bc97-c7b262605968 2024-05-06T07:01:19.557 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid fac46718-0b74-11ef-bc97-c7b262605968 --force --keep-logs 2024-05-06T07:01:19.727 INFO:teuthology.orchestra.run.smithi110.stdout:Deleting cluster with fsid: fac46718-0b74-11ef-bc97-c7b262605968 2024-05-06T07:01:28.225 DEBUG:teuthology.orchestra.run.smithi063:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-06T07:01:28.240 DEBUG:teuthology.orchestra.run.smithi110:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-06T07:01:28.253 INFO:tasks.cephadm:Archiving crash dumps... 2024-05-06T07:01:28.255 DEBUG:teuthology.misc:Transferring archived files from smithi063:/var/lib/ceph/fac46718-0b74-11ef-bc97-c7b262605968/crash to /home/teuthworker/archive/yuriw-2024-05-03_23:44:50-rados-wip-yuriw-testing-20240503.181540-main-distro-default-smithi/7690290/remote/smithi063/crash 2024-05-06T07:01:28.256 DEBUG:teuthology.orchestra.run.smithi063:> sudo tar c -f - -C /var/lib/ceph/fac46718-0b74-11ef-bc97-c7b262605968/crash -- . 2024-05-06T07:01:28.297 INFO:teuthology.orchestra.run.smithi063.stderr:tar: /var/lib/ceph/fac46718-0b74-11ef-bc97-c7b262605968/crash: Cannot open: No such file or directory 2024-05-06T07:01:28.298 INFO:teuthology.orchestra.run.smithi063.stderr:tar: Error is not recoverable: exiting now 2024-05-06T07:01:28.300 DEBUG:teuthology.misc:Transferring archived files from smithi110:/var/lib/ceph/fac46718-0b74-11ef-bc97-c7b262605968/crash to /home/teuthworker/archive/yuriw-2024-05-03_23:44:50-rados-wip-yuriw-testing-20240503.181540-main-distro-default-smithi/7690290/remote/smithi110/crash 2024-05-06T07:01:28.301 DEBUG:teuthology.orchestra.run.smithi110:> sudo tar c -f - -C /var/lib/ceph/fac46718-0b74-11ef-bc97-c7b262605968/crash -- . 2024-05-06T07:01:28.313 INFO:teuthology.orchestra.run.smithi110.stderr:tar: /var/lib/ceph/fac46718-0b74-11ef-bc97-c7b262605968/crash: Cannot open: No such file or directory 2024-05-06T07:01:28.313 INFO:teuthology.orchestra.run.smithi110.stderr:tar: Error is not recoverable: exiting now 2024-05-06T07:01:28.314 INFO:tasks.cephadm:Checking cluster log for badness... 2024-05-06T07:01:28.314 DEBUG:teuthology.orchestra.run.smithi063:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/fac46718-0b74-11ef-bc97-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-05-06T07:01:28.356 INFO:teuthology.orchestra.run.smithi063.stdout:2024-05-06T06:56:10.494891+0000 mon.a (mon.0) 345 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-05-06T07:01:28.356 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2024-05-06T07:01:28.356 DEBUG:teuthology.orchestra.run.smithi063:> sudo egrep '\[SEC\]' /var/log/ceph/fac46718-0b74-11ef-bc97-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-05-06T07:01:28.411 DEBUG:teuthology.orchestra.run.smithi063:> sudo egrep '\[ERR\]' /var/log/ceph/fac46718-0b74-11ef-bc97-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-05-06T07:01:28.465 DEBUG:teuthology.orchestra.run.smithi063:> sudo egrep '\[WRN\]' /var/log/ceph/fac46718-0b74-11ef-bc97-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-05-06T07:01:28.524 INFO:teuthology.orchestra.run.smithi063.stdout:2024-05-06T06:56:10.494891+0000 mon.a (mon.0) 345 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-05-06T07:01:28.524 INFO:tasks.cephadm:Compressing logs... 2024-05-06T07:01:28.525 DEBUG:teuthology.orchestra.run.smithi063:> 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-06T07:01:28.566 DEBUG:teuthology.orchestra.run.smithi110:> 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-06T07:01:28.575 INFO:teuthology.orchestra.run.smithi063.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-05-06T07:01:28.580 INFO:teuthology.orchestra.run.smithi110.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-05-06T07:01:28.590 INFO:teuthology.orchestra.run.smithi110.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-05-06T07:01:28.591 INFO:teuthology.orchestra.run.smithi110.stderr:gzip -5 --verbose -- /var/log/ceph/fac46718-0b74-11ef-bc97-c7b262605968/ceph.cephadm.log 2024-05-06T07:01:28.591 INFO:teuthology.orchestra.run.smithi110.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/fac46718-0b74-11ef-bc97-c7b262605968/ceph-osd.1.log 2024-05-06T07:01:28.592 INFO:teuthology.orchestra.run.smithi110.stderr:/var/log/ceph/fac46718-0b74-11ef-bc97-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/fac46718-0b74-11ef-bc97-c7b262605968/ceph.log 2024-05-06T07:01:28.592 INFO:teuthology.orchestra.run.smithi110.stderr: 79.0% -- replaced with /var/log/ceph/fac46718-0b74-11ef-bc97-c7b262605968/ceph.cephadm.log.gz 2024-05-06T07:01:28.594 INFO:teuthology.orchestra.run.smithi110.stderr:gzip -5 --verbose -- /var/log/ceph/fac46718-0b74-11ef-bc97-c7b262605968/ceph-volume.log 2024-05-06T07:01:28.594 INFO:teuthology.orchestra.run.smithi110.stderr:/var/log/ceph/fac46718-0b74-11ef-bc97-c7b262605968/ceph-osd.1.log: /var/log/ceph/fac46718-0b74-11ef-bc97-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/fac46718-0b74-11ef-bc97-c7b262605968/ceph-mgr.b.log 2024-05-06T07:01:28.594 INFO:teuthology.orchestra.run.smithi110.stderr:/var/log/ceph/fac46718-0b74-11ef-bc97-c7b262605968/ceph-volume.log: 85.5% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-06T07:01:28.594 INFO:teuthology.orchestra.run.smithi110.stderr: 87.2% -- replaced with /var/log/ceph/fac46718-0b74-11ef-bc97-c7b262605968/ceph.log.gz 2024-05-06T07:01:28.594 INFO:teuthology.orchestra.run.smithi110.stderr:gzip -5 --verbose -- /var/log/ceph/fac46718-0b74-11ef-bc97-c7b262605968/ceph.audit.log 2024-05-06T07:01:28.595 INFO:teuthology.orchestra.run.smithi110.stderr:gzip -5 --verbose -- /var/log/ceph/fac46718-0b74-11ef-bc97-c7b262605968/ceph-mon.b.log 2024-05-06T07:01:28.595 INFO:teuthology.orchestra.run.smithi110.stderr:/var/log/ceph/fac46718-0b74-11ef-bc97-c7b262605968/ceph-mgr.b.log: /var/log/ceph/fac46718-0b74-11ef-bc97-c7b262605968/ceph.audit.log: /var/log/ceph/fac46718-0b74-11ef-bc97-c7b262605968/ceph-mon.b.log: 90.3% -- replaced with /var/log/ceph/fac46718-0b74-11ef-bc97-c7b262605968/ceph.audit.log.gz 2024-05-06T07:01:28.600 INFO:teuthology.orchestra.run.smithi110.stderr: 91.4% -- replaced with /var/log/ceph/fac46718-0b74-11ef-bc97-c7b262605968/ceph-mgr.b.log.gz 2024-05-06T07:01:28.607 INFO:teuthology.orchestra.run.smithi110.stderr: 91.8% -- replaced with /var/log/ceph/fac46718-0b74-11ef-bc97-c7b262605968/ceph-volume.log.gz 2024-05-06T07:01:28.616 INFO:teuthology.orchestra.run.smithi110.stderr: 94.0% -- replaced with /var/log/ceph/fac46718-0b74-11ef-bc97-c7b262605968/ceph-osd.1.log.gz 2024-05-06T07:01:28.625 INFO:teuthology.orchestra.run.smithi063.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-05-06T07:01:28.626 INFO:teuthology.orchestra.run.smithi063.stderr:gzip -5 --verbose -- /var/log/ceph/fac46718-0b74-11ef-bc97-c7b262605968/ceph-osd.0.log 2024-05-06T07:01:28.626 INFO:teuthology.orchestra.run.smithi063.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/fac46718-0b74-11ef-bc97-c7b262605968/ceph-mon.a.log 2024-05-06T07:01:28.627 INFO:teuthology.orchestra.run.smithi063.stderr:/var/log/ceph/fac46718-0b74-11ef-bc97-c7b262605968/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/fac46718-0b74-11ef-bc97-c7b262605968/ceph.cephadm.log 2024-05-06T07:01:28.627 INFO:teuthology.orchestra.run.smithi063.stderr:/var/log/ceph/fac46718-0b74-11ef-bc97-c7b262605968/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/fac46718-0b74-11ef-bc97-c7b262605968/ceph.log 2024-05-06T07:01:28.628 INFO:teuthology.orchestra.run.smithi063.stderr:/var/log/ceph/fac46718-0b74-11ef-bc97-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/fac46718-0b74-11ef-bc97-c7b262605968/ceph-volume.log 2024-05-06T07:01:28.628 INFO:teuthology.orchestra.run.smithi063.stderr:/var/log/ceph/fac46718-0b74-11ef-bc97-c7b262605968/ceph.log: 81.3% -- replaced with /var/log/ceph/fac46718-0b74-11ef-bc97-c7b262605968/ceph.cephadm.log.gz 2024-05-06T07:01:28.628 INFO:teuthology.orchestra.run.smithi063.stderr:gzip -5 --verbose -- /var/log/ceph/fac46718-0b74-11ef-bc97-c7b262605968/ceph.audit.log 2024-05-06T07:01:28.629 INFO:teuthology.orchestra.run.smithi063.stderr:gzip -5 --verbose -- /var/log/ceph/fac46718-0b74-11ef-bc97-c7b262605968/ceph-mgr.a.log 2024-05-06T07:01:28.629 INFO:teuthology.orchestra.run.smithi063.stderr:/var/log/ceph/fac46718-0b74-11ef-bc97-c7b262605968/ceph-volume.log: 87.2% -- replaced with /var/log/ceph/fac46718-0b74-11ef-bc97-c7b262605968/ceph.log.gz 2024-05-06T07:01:28.630 INFO:teuthology.orchestra.run.smithi063.stderr:/var/log/ceph/fac46718-0b74-11ef-bc97-c7b262605968/ceph.audit.log: /var/log/ceph/fac46718-0b74-11ef-bc97-c7b262605968/ceph-mgr.a.log: 87.5% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-06T07:01:28.631 INFO:teuthology.orchestra.run.smithi063.stderr: 90.0% -- replaced with /var/log/ceph/fac46718-0b74-11ef-bc97-c7b262605968/ceph.audit.log.gz 2024-05-06T07:01:28.656 INFO:teuthology.orchestra.run.smithi063.stderr: 91.7% -- replaced with /var/log/ceph/fac46718-0b74-11ef-bc97-c7b262605968/ceph-volume.log.gz 2024-05-06T07:01:28.659 INFO:teuthology.orchestra.run.smithi063.stderr: 94.0% -- replaced with /var/log/ceph/fac46718-0b74-11ef-bc97-c7b262605968/ceph-osd.0.log.gz 2024-05-06T07:01:28.679 INFO:teuthology.orchestra.run.smithi110.stderr: 93.3% -- replaced with /var/log/ceph/fac46718-0b74-11ef-bc97-c7b262605968/ceph-mon.b.log.gz 2024-05-06T07:01:28.681 INFO:teuthology.orchestra.run.smithi110.stderr: 2024-05-06T07:01:28.681 INFO:teuthology.orchestra.run.smithi110.stderr:real 0m0.109s 2024-05-06T07:01:28.681 INFO:teuthology.orchestra.run.smithi110.stderr:user 0m0.139s 2024-05-06T07:01:28.681 INFO:teuthology.orchestra.run.smithi110.stderr:sys 0m0.020s 2024-05-06T07:01:28.714 INFO:teuthology.orchestra.run.smithi063.stderr: 88.1% -- replaced with /var/log/ceph/fac46718-0b74-11ef-bc97-c7b262605968/ceph-mgr.a.log.gz 2024-05-06T07:01:28.852 INFO:teuthology.orchestra.run.smithi063.stderr: 91.6% -- replaced with /var/log/ceph/fac46718-0b74-11ef-bc97-c7b262605968/ceph-mon.a.log.gz 2024-05-06T07:01:28.853 INFO:teuthology.orchestra.run.smithi063.stderr: 2024-05-06T07:01:28.853 INFO:teuthology.orchestra.run.smithi063.stderr:real 0m0.285s 2024-05-06T07:01:28.854 INFO:teuthology.orchestra.run.smithi063.stderr:user 0m0.383s 2024-05-06T07:01:28.854 INFO:teuthology.orchestra.run.smithi063.stderr:sys 0m0.017s 2024-05-06T07:01:28.855 INFO:tasks.cephadm:Archiving logs... 2024-05-06T07:01:28.855 DEBUG:teuthology.misc:Transferring archived files from smithi063:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-05-03_23:44:50-rados-wip-yuriw-testing-20240503.181540-main-distro-default-smithi/7690290/remote/smithi063/log 2024-05-06T07:01:28.856 DEBUG:teuthology.orchestra.run.smithi063:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-06T07:01:28.970 DEBUG:teuthology.misc:Transferring archived files from smithi110:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-05-03_23:44:50-rados-wip-yuriw-testing-20240503.181540-main-distro-default-smithi/7690290/remote/smithi110/log 2024-05-06T07:01:28.971 DEBUG:teuthology.orchestra.run.smithi110:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-06T07:01:29.007 INFO:tasks.cephadm:Removing cluster... 2024-05-06T07:01:29.008 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid fac46718-0b74-11ef-bc97-c7b262605968 --force 2024-05-06T07:01:29.182 INFO:teuthology.orchestra.run.smithi063.stdout:Deleting cluster with fsid: fac46718-0b74-11ef-bc97-c7b262605968 2024-05-06T07:01:30.506 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid fac46718-0b74-11ef-bc97-c7b262605968 --force 2024-05-06T07:01:30.670 INFO:teuthology.orchestra.run.smithi110.stdout:Deleting cluster with fsid: fac46718-0b74-11ef-bc97-c7b262605968 2024-05-06T07:01:32.026 INFO:tasks.cephadm:Removing cephadm ... 2024-05-06T07:01:32.027 DEBUG:teuthology.orchestra.run.smithi063:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-06T07:01:32.033 DEBUG:teuthology.orchestra.run.smithi110:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-06T07:01:32.038 INFO:tasks.cephadm:Teardown complete 2024-05-06T07:01:32.039 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-05-06T07:01:32.049 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-06T07:01:32.049 DEBUG:teuthology.orchestra.run.smithi063:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-05-06T07:01:32.079 DEBUG:teuthology.orchestra.run.smithi110:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-05-06T07:01:32.146 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-05-06T07:01:32.158 INFO:teuthology.task.clock:Checking final clock skew... 2024-05-06T07:01:32.159 DEBUG:teuthology.orchestra.run.smithi063:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-06T07:01:32.161 DEBUG:teuthology.orchestra.run.smithi110:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-06T07:01:32.170 INFO:teuthology.orchestra.run.smithi063.stdout: remote refid st t when poll reach delay offset jitter 2024-05-06T07:01:32.170 INFO:teuthology.orchestra.run.smithi063.stdout:============================================================================== 2024-05-06T07:01:32.170 INFO:teuthology.orchestra.run.smithi063.stdout:*hv01.front.sepi 67.205.162.81 3 u 33 64 377 0.100 -2.043 0.516 2024-05-06T07:01:32.170 INFO:teuthology.orchestra.run.smithi063.stdout:+hv02.front.sepi 63.231.80.2 3 u 32 64 377 0.096 -0.084 0.302 2024-05-06T07:01:32.170 INFO:teuthology.orchestra.run.smithi063.stdout:+hv03.front.sepi 74.6.168.72 3 u 25 64 377 0.091 -2.058 0.590 2024-05-06T07:01:32.170 INFO:teuthology.orchestra.run.smithi063.stdout: hv04.front.sepi .INIT. 16 u - 256 0 0.000 +0.000 0.000 2024-05-06T07:01:32.172 INFO:teuthology.orchestra.run.smithi110.stdout: remote refid st t when poll reach delay offset jitter 2024-05-06T07:01:32.173 INFO:teuthology.orchestra.run.smithi110.stdout:============================================================================== 2024-05-06T07:01:32.173 INFO:teuthology.orchestra.run.smithi110.stdout:*hv01.front.sepi 67.205.162.81 3 u 34 64 377 0.076 -3.968 1.486 2024-05-06T07:01:32.173 INFO:teuthology.orchestra.run.smithi110.stdout:+hv02.front.sepi 63.231.80.2 3 u 34 64 377 0.076 -1.619 1.379 2024-05-06T07:01:32.173 INFO:teuthology.orchestra.run.smithi110.stdout:+hv03.front.sepi 74.6.168.72 3 u 34 64 377 0.087 -2.916 0.938 2024-05-06T07:01:32.173 INFO:teuthology.orchestra.run.smithi110.stdout: hv04.front.sepi .INIT. 16 u - 256 0 0.000 +0.000 0.000 2024-05-06T07:01:32.174 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-05-06T07:01:32.211 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-05-06T07:01:32.212 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-05-06T07:01:32.258 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-05-06T07:01:32.308 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-05-06T07:01:32.392 INFO:teuthology.task.internal:Duration was 1188.668847 seconds 2024-05-06T07:01:32.392 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-05-06T07:01:32.438 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-05-06T07:01:32.438 DEBUG:teuthology.orchestra.run.smithi063:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-06T07:01:32.440 DEBUG:teuthology.orchestra.run.smithi110:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-06T07:01:32.478 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-05-06T07:01:32.478 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi063.front.sepia.ceph.com 2024-05-06T07:01:32.479 DEBUG:teuthology.orchestra.run.smithi063:> 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-06T07:01:32.527 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi110.front.sepia.ceph.com 2024-05-06T07:01:32.527 DEBUG:teuthology.orchestra.run.smithi110:> 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-06T07:01:32.537 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-05-06T07:01:32.538 DEBUG:teuthology.orchestra.run.smithi063:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-06T07:01:32.571 DEBUG:teuthology.orchestra.run.smithi110:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-06T07:01:32.618 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-05-06T07:01:32.619 DEBUG:teuthology.orchestra.run.smithi063:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-06T07:01:32.654 DEBUG:teuthology.orchestra.run.smithi110:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-06T07:01:32.750 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-05-06T07:01:32.761 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-05-06T07:01:32.761 DEBUG:teuthology.orchestra.run.smithi063:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-06T07:01:32.772 DEBUG:teuthology.orchestra.run.smithi110:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-06T07:01:32.783 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-05-06T07:01:32.845 DEBUG:teuthology.orchestra.run.smithi063:> 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-06T07:01:32.848 DEBUG:teuthology.orchestra.run.smithi110:> 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-06T07:01:32.858 INFO:teuthology.orchestra.run.smithi063.stdout:kernel.core_pattern = core 2024-05-06T07:01:32.859 INFO:teuthology.orchestra.run.smithi110.stdout:kernel.core_pattern = core 2024-05-06T07:01:32.887 DEBUG:teuthology.orchestra.run.smithi063:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-06T07:01:32.933 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-06T07:01:32.933 DEBUG:teuthology.orchestra.run.smithi110:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-06T07:01:32.937 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-06T07:01:32.938 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-05-06T07:01:32.948 INFO:teuthology.task.internal:Transferring archived files... 2024-05-06T07:01:32.949 DEBUG:teuthology.misc:Transferring archived files from smithi063:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-05-03_23:44:50-rados-wip-yuriw-testing-20240503.181540-main-distro-default-smithi/7690290/remote/smithi063 2024-05-06T07:01:32.949 DEBUG:teuthology.orchestra.run.smithi063:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-06T07:01:33.002 DEBUG:teuthology.misc:Transferring archived files from smithi110:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-05-03_23:44:50-rados-wip-yuriw-testing-20240503.181540-main-distro-default-smithi/7690290/remote/smithi110 2024-05-06T07:01:33.002 DEBUG:teuthology.orchestra.run.smithi110:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-06T07:01:33.024 INFO:teuthology.task.internal:Removing archive directory... 2024-05-06T07:01:33.024 DEBUG:teuthology.orchestra.run.smithi063:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-06T07:01:33.038 DEBUG:teuthology.orchestra.run.smithi110:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-06T07:01:33.070 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-05-06T07:01:33.081 INFO:teuthology.task.internal:Not uploading archives. 2024-05-06T07:01:33.081 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-05-06T07:01:33.151 INFO:teuthology.task.internal:Tidying up after the test... 2024-05-06T07:01:33.151 DEBUG:teuthology.orchestra.run.smithi063:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-06T07:01:33.153 DEBUG:teuthology.orchestra.run.smithi110:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-06T07:01:33.158 INFO:teuthology.orchestra.run.smithi063.stdout: 658466 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 6 07:01 /home/ubuntu/cephtest 2024-05-06T07:01:33.160 INFO:teuthology.orchestra.run.smithi110.stdout: 658464 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 6 07:01 /home/ubuntu/cephtest 2024-05-06T07:01:33.161 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-05-06T07:01:33.200 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-05-06T07:01:33.301 INFO:teuthology.nuke:Checking targets against current locks 2024-05-06T07:01:33.325 DEBUG:teuthology.nuke:shortname: smithi063 2024-05-06T07:01:33.325 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-06T07:01:33.350 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi063.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-05-03_23:44:50-rados-wip-yuriw-testing-20240503.181540-main-distro-default-smithi/7690290', '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-06 06:31:28.570935', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBP6XlPEzdCg3vwmnLJFXamTeT6YNrBNVcgXJ3hZmjlXOWiHRm0ZqlA2UNnhbGQLO/qo1B7ARQnNW61dw3AUc2sE='} 2024-05-06T07:01:33.353 DEBUG:teuthology.nuke:shortname: smithi110 2024-05-06T07:01:33.354 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-06T07:01:33.377 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi110.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-05-03_23:44:50-rados-wip-yuriw-testing-20240503.181540-main-distro-default-smithi/7690290', '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-06 06:31:28.569347', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBC0d4i9mB6GhJ2UW4Ze+OrfbMbIcDVsFZiZrQrOk4fmdU+RxsvVkGbyCzhUzEa8rZoZbF1F7W9piTEKO6gp1RVQ='} 2024-05-06T07:01:33.403 INFO:teuthology.orchestra.console.smithi063:Power off 2024-05-06T07:01:33.403 DEBUG:teuthology.orchestra.console.smithi063:pexpect command: ipmitool -H smithi063.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-05-06T07:01:33.430 DEBUG:teuthology.orchestra.console.smithi063:power off output: Chassis Power Control: Down/Off 2024-05-06T07:01:33.430 DEBUG:teuthology.orchestra.console.smithi063:pexpect command: ipmitool -H smithi063.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-06T07:01:33.447 INFO:teuthology.orchestra.console.smithi110:Power off 2024-05-06T07:01:33.447 DEBUG:teuthology.orchestra.console.smithi110:pexpect command: ipmitool -H smithi110.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-05-06T07:01:33.458 DEBUG:teuthology.orchestra.console.smithi063:check power output: Chassis Power is on 2024-05-06T07:01:33.472 DEBUG:teuthology.orchestra.console.smithi110:power off output: Chassis Power Control: Down/Off 2024-05-06T07:01:33.472 DEBUG:teuthology.orchestra.console.smithi110:pexpect command: ipmitool -H smithi110.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-06T07:01:33.495 DEBUG:teuthology.orchestra.console.smithi110:check power output: Chassis Power is on 2024-05-06T07:01:37.460 DEBUG:teuthology.orchestra.console.smithi063:pexpect command: ipmitool -H smithi063.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-06T07:01:37.497 DEBUG:teuthology.orchestra.console.smithi110:pexpect command: ipmitool -H smithi110.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-06T07:01:37.570 DEBUG:teuthology.orchestra.console.smithi063:check power output: Chassis Power is on 2024-05-06T07:01:37.607 DEBUG:teuthology.orchestra.console.smithi110:check power output: Chassis Power is on 2024-05-06T07:01:41.574 DEBUG:teuthology.orchestra.console.smithi063:pexpect command: ipmitool -H smithi063.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-06T07:01:41.608 DEBUG:teuthology.orchestra.console.smithi110:pexpect command: ipmitool -H smithi110.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-06T07:01:41.685 DEBUG:teuthology.orchestra.console.smithi063:check power output: Chassis Power is off 2024-05-06T07:01:41.718 DEBUG:teuthology.orchestra.console.smithi110:check power output: Chassis Power is off 2024-05-06T07:01:41.786 INFO:teuthology.orchestra.console.smithi063:Power off completed 2024-05-06T07:01:41.819 INFO:teuthology.orchestra.console.smithi110:Power off completed 2024-05-06T07:01:41.923 INFO:teuthology.run:Summary data: description: rados/cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_extra_daemon_features} duration: 1188.668847322464 failure_reason: '"2024-05-06T06:56:10.494891+0000 mon.a (mon.0) 345 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON)" in cluster log' flavor: default owner: scheduled_yuriw@teuthology success: false 2024-05-06T07:01:41.923 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-05-06T07:01:42.015 INFO:teuthology.run:FAIL