2024-03-21T13:20:07.503 INFO:root:teuthology version: 0.0.1.dev262+ge691533 2024-03-21T13:20:07.503 DEBUG:teuthology.run:Teuthology command: teuthology --verbose --owner scheduled_adking@teuthology --archive /home/teuthworker/archive/adking-2024-03-21_11:21:25-orch:cephadm-wip-adk-testing-2024-03-20-2326-distro-default-smithi/7614874 --description orch:cephadm/workunits/{0-distro/ubuntu_22.04 agent/off mon_election/classic task/test_host_drain} --name adking-2024-03-21_11:21:25-orch:cephadm-wip-adk-testing-2024-03-20-2326-distro-default-smithi -- /home/teuthworker/archive/adking-2024-03-21_11:21:25-orch:cephadm-wip-adk-testing-2024-03-20-2326-distro-default-smithi/7614874/orig.config.yaml 2024-03-21T13:20:07.531 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-03-21T13:20:07.611 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/adking-2024-03-21_11:21:25-orch:cephadm-wip-adk-testing-2024-03-20-2326-distro-default-smithi/7614874 branch: wip-adk-testing-2024-03-20-2326 description: orch:cephadm/workunits/{0-distro/ubuntu_22.04 agent/off mon_election/classic task/test_host_drain} email: adking@redhat.com first_in_suite: false job_id: '7614874' kernel: kdb: true sha1: distro ktype: distro last_in_suite: false machine_type: smithi name: adking-2024-03-21_11:21:25-orch:cephadm-wip-adk-testing-2024-03-20-2326-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: ubuntu os_version: '22.04' overrides: admin_socket: branch: wip-adk-testing-2024-03-20-2326 ceph: conf: global: mon election default strategy: 1 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: false mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) - MON_DOWN - mons down, quorum - is down \(out of quorum\) sha1: ba760091cd7bd2b0d23f4825ac856ba66450e988 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: ba760091cd7bd2b0d23f4825ac856ba66450e988 workunit: branch: wip-adk-testing-2024-03-20-2326 sha1: ba760091cd7bd2b0d23f4825ac856ba66450e988 owner: scheduled_adking@teuthology priority: 80 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - mon.a - mgr.a - osd.0 - osd.1 - - host.b - mon.b - mgr.b - osd.2 - osd.3 - - host.c - mon.c - osd.4 - osd.5 seed: 4016 sha1: ba760091cd7bd2b0d23f4825ac856ba66450e988 sleep_before_teardown: 0 subset: 1/16 suite: orch:cephadm suite_branch: wip-adk-testing-2024-03-20-2326 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_ba760091cd7bd2b0d23f4825ac856ba66450e988/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: ba760091cd7bd2b0d23f4825ac856ba66450e988 targets: smithi100.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFdaK2aJdwilIXZNI5pAf/i9iHQiOmRO9iQwzlN6XLQLu0HLRlkS3zRPw2ucE0Zo1YOSQ1q/RyatJrMkqCZWLh4= smithi170.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHjG2Df2KbnRWP7uFpo0AQIJRSfAPHb7w7woCYpEjEN3r5KC1Oe+TJgyjrKxk/UpZJ8v9TE1/IJOaJu4OXhCA4M= smithi186.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMbNKlTy5FNdM3+AJMVTiGE0w0EwUBwVPUZorxKEoqeyN6uv373UGePLMxquEk/lzSmbqk8JvqJ0d7sQZiM+yCU= tasks: - install: null - cephadm: null - cephadm.shell: host.a: - "set -ex\nHOSTNAMES=$(ceph orch host ls --format json | jq -r '.[] | .hostname')\n\ for host in $HOSTNAMES; do\n # find the hostname for \"host.c\" which will\ \ have no mgr\n HAS_MGRS=$(ceph orch ps --hostname ${host} --format json |\ \ jq 'any(.daemon_type == \"mgr\")')\n if [ \"$HAS_MGRS\" == \"false\" ]; then\n\ \ HOST_C=\"${host}\"\n fi\ndone\n# One last thing to worry about before\ \ draining the host\n# is that the teuthology test tends to put the explicit\n\ # hostnames in the placement for the mon service.\n# We want to make sure we\ \ can drain without providing\n# --force and there is a check for the host being\ \ removed\n# being listed explicitly in the placements. Therefore,\n# we should\ \ remove it from the mon placement.\nceph orch ls mon --export > mon.yaml\n\ sed /\"$HOST_C\"/d mon.yaml > mon_adjusted.yaml\nceph orch apply -i mon_adjusted.yaml\n\ # now drain that host\nceph orch host drain $HOST_C --zap-osd-devices\n# wait\ \ for drain to complete\nHOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C)\n\ while [ \"$HOST_C_DAEMONS\" != \"No daemons reported\" ]; do\n sleep 15\n \ \ HOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C)\ndone\n# we want to check\ \ the ability to remove the host from\n# the CRUSH map, so we should first verify\ \ the host is in\n# the CRUSH map.\nceph osd getcrushmap -o compiled-crushmap\n\ crushtool -d compiled-crushmap -o crushmap.txt\nCRUSH_MAP=$(cat crushmap.txt)\n\ if ! grep -q \"$HOST_C\" <<< \"$CRUSH_MAP\"; then\n printf \"Expected to see\ \ $HOST_C in CRUSH map. Saw:\\n\\n$CRUSH_MAP\"\n exit 1\nfi\n# If the drain\ \ was successful, we should be able to remove the\n# host without force with\ \ no issues. If there are still daemons\n# we will get a response telling us\ \ to drain the host and a\n# non-zero return code\nceph orch host rm $HOST_C\ \ --rm-crush-entry\n# verify we've successfully removed the host from the CRUSH\ \ map\nsleep 30\nceph osd getcrushmap -o compiled-crushmap\ncrushtool -d compiled-crushmap\ \ -o crushmap.txt\nCRUSH_MAP=$(cat crushmap.txt)\nif grep -q \"$HOST_C\" <<<\ \ \"$CRUSH_MAP\"; then\n printf \"Saw $HOST_C in CRUSH map after it should\ \ have been removed.\\n\\n$CRUSH_MAP\"\n exit 1\nfi\n" teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: e691533f9cbb33d85b2187bba20d7102f098636d timestamp: 2024-03-21_11:21:25 tube: smithi user: adking verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-03-21T13:20:07.612 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_ba760091cd7bd2b0d23f4825ac856ba66450e988/qa; will attempt to use it 2024-03-21T13:20:07.612 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_ba760091cd7bd2b0d23f4825ac856ba66450e988/qa/tasks 2024-03-21T13:20:07.612 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-03-21T13:20:07.614 INFO:teuthology.task.internal:Checking packages... 2024-03-21T13:20:07.634 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash 'ba760091cd7bd2b0d23f4825ac856ba66450e988' 2024-03-21T13:20:07.634 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-03-21T13:20:07.634 INFO:teuthology.packaging:ref: None 2024-03-21T13:20:07.634 INFO:teuthology.packaging:tag: None 2024-03-21T13:20:07.635 INFO:teuthology.packaging:branch: wip-adk-testing-2024-03-20-2326 2024-03-21T13:20:07.635 INFO:teuthology.packaging:sha1: ba760091cd7bd2b0d23f4825ac856ba66450e988 2024-03-21T13:20:07.635 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&ref=wip-adk-testing-2024-03-20-2326 2024-03-21T13:20:07.854 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-2309-gba760091-1jammy 2024-03-21T13:20:07.855 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-03-21T13:20:07.861 INFO:teuthology.task.internal:no buildpackages task found 2024-03-21T13:20:07.861 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-03-21T13:20:07.897 INFO:teuthology.task.internal:Saving configuration 2024-03-21T13:20:07.909 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-03-21T13:20:07.915 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-21T13:20:07.941 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi100.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-03-21_11:21:25-orch:cephadm-wip-adk-testing-2024-03-20-2326-distro-default-smithi/7614874', '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-03-21 13:13:52.252965', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDNM1jsU5J40eex98afRGEGqv5ZN0LIu/cxHaq9rFNlT'} 2024-03-21T13:20:07.965 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi170.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-03-21_11:21:25-orch:cephadm-wip-adk-testing-2024-03-20-2326-distro-default-smithi/7614874', '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-03-21 13:13:52.254751', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIG1yOJ2Cq6qYNusyffRRP+qTbDsnj93q0b2eMIW+CBCn'} 2024-03-21T13:20:07.985 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi186.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-03-21_11:21:25-orch:cephadm-wip-adk-testing-2024-03-20-2326-distro-default-smithi/7614874', '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-03-21 13:13:52.256042', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMO69zrOf7w48hOjwMNWUO9MqdVrbXjIsiNP/YQXtQKG'} 2024-03-21T13:20:07.985 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-03-21T13:20:07.991 INFO:teuthology.task.internal:roles: ubuntu@smithi100.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0', 'osd.1'] 2024-03-21T13:20:07.991 INFO:teuthology.task.internal:roles: ubuntu@smithi170.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.2', 'osd.3'] 2024-03-21T13:20:07.991 INFO:teuthology.task.internal:roles: ubuntu@smithi186.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.4', 'osd.5'] 2024-03-21T13:20:07.991 INFO:teuthology.run_tasks:Running task console_log... 2024-03-21T13:20:08.107 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f33e1a5df70>, signals=[15]) 2024-03-21T13:20:08.107 INFO:teuthology.run_tasks:Running task internal.connect... 2024-03-21T13:20:08.113 INFO:teuthology.task.internal:Opening connections... 2024-03-21T13:20:08.113 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi100.front.sepia.ceph.com 2024-03-21T13:20:08.115 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi100.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T13:20:08.196 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi170.front.sepia.ceph.com 2024-03-21T13:20:08.196 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi170.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T13:20:08.274 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi186.front.sepia.ceph.com 2024-03-21T13:20:08.274 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi186.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T13:20:08.350 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-03-21T13:20:08.357 DEBUG:teuthology.orchestra.run.smithi100:> uname -m 2024-03-21T13:20:08.363 INFO:teuthology.orchestra.run.smithi100.stdout:x86_64 2024-03-21T13:20:08.363 DEBUG:teuthology.orchestra.run.smithi100:> cat /etc/os-release 2024-03-21T13:20:08.409 INFO:teuthology.orchestra.run.smithi100.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-03-21T13:20:08.409 INFO:teuthology.orchestra.run.smithi100.stdout:NAME="Ubuntu" 2024-03-21T13:20:08.409 INFO:teuthology.orchestra.run.smithi100.stdout:VERSION_ID="22.04" 2024-03-21T13:20:08.409 INFO:teuthology.orchestra.run.smithi100.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-03-21T13:20:08.409 INFO:teuthology.orchestra.run.smithi100.stdout:VERSION_CODENAME=jammy 2024-03-21T13:20:08.409 INFO:teuthology.orchestra.run.smithi100.stdout:ID=ubuntu 2024-03-21T13:20:08.410 INFO:teuthology.orchestra.run.smithi100.stdout:ID_LIKE=debian 2024-03-21T13:20:08.410 INFO:teuthology.orchestra.run.smithi100.stdout:HOME_URL="https://www.ubuntu.com/" 2024-03-21T13:20:08.410 INFO:teuthology.orchestra.run.smithi100.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-03-21T13:20:08.410 INFO:teuthology.orchestra.run.smithi100.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-03-21T13:20:08.410 INFO:teuthology.orchestra.run.smithi100.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-03-21T13:20:08.410 INFO:teuthology.orchestra.run.smithi100.stdout:UBUNTU_CODENAME=jammy 2024-03-21T13:20:08.410 INFO:teuthology.lock.ops:Updating smithi100.front.sepia.ceph.com on lock server 2024-03-21T13:20:08.433 DEBUG:teuthology.orchestra.run.smithi170:> uname -m 2024-03-21T13:20:08.438 INFO:teuthology.orchestra.run.smithi170.stdout:x86_64 2024-03-21T13:20:08.438 DEBUG:teuthology.orchestra.run.smithi170:> cat /etc/os-release 2024-03-21T13:20:08.484 INFO:teuthology.orchestra.run.smithi170.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-03-21T13:20:08.484 INFO:teuthology.orchestra.run.smithi170.stdout:NAME="Ubuntu" 2024-03-21T13:20:08.484 INFO:teuthology.orchestra.run.smithi170.stdout:VERSION_ID="22.04" 2024-03-21T13:20:08.484 INFO:teuthology.orchestra.run.smithi170.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-03-21T13:20:08.484 INFO:teuthology.orchestra.run.smithi170.stdout:VERSION_CODENAME=jammy 2024-03-21T13:20:08.484 INFO:teuthology.orchestra.run.smithi170.stdout:ID=ubuntu 2024-03-21T13:20:08.485 INFO:teuthology.orchestra.run.smithi170.stdout:ID_LIKE=debian 2024-03-21T13:20:08.485 INFO:teuthology.orchestra.run.smithi170.stdout:HOME_URL="https://www.ubuntu.com/" 2024-03-21T13:20:08.485 INFO:teuthology.orchestra.run.smithi170.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-03-21T13:20:08.485 INFO:teuthology.orchestra.run.smithi170.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-03-21T13:20:08.485 INFO:teuthology.orchestra.run.smithi170.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-03-21T13:20:08.485 INFO:teuthology.orchestra.run.smithi170.stdout:UBUNTU_CODENAME=jammy 2024-03-21T13:20:08.485 INFO:teuthology.lock.ops:Updating smithi170.front.sepia.ceph.com on lock server 2024-03-21T13:20:08.507 DEBUG:teuthology.orchestra.run.smithi186:> uname -m 2024-03-21T13:20:08.513 INFO:teuthology.orchestra.run.smithi186.stdout:x86_64 2024-03-21T13:20:08.513 DEBUG:teuthology.orchestra.run.smithi186:> cat /etc/os-release 2024-03-21T13:20:08.559 INFO:teuthology.orchestra.run.smithi186.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-03-21T13:20:08.559 INFO:teuthology.orchestra.run.smithi186.stdout:NAME="Ubuntu" 2024-03-21T13:20:08.559 INFO:teuthology.orchestra.run.smithi186.stdout:VERSION_ID="22.04" 2024-03-21T13:20:08.559 INFO:teuthology.orchestra.run.smithi186.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-03-21T13:20:08.560 INFO:teuthology.orchestra.run.smithi186.stdout:VERSION_CODENAME=jammy 2024-03-21T13:20:08.560 INFO:teuthology.orchestra.run.smithi186.stdout:ID=ubuntu 2024-03-21T13:20:08.560 INFO:teuthology.orchestra.run.smithi186.stdout:ID_LIKE=debian 2024-03-21T13:20:08.560 INFO:teuthology.orchestra.run.smithi186.stdout:HOME_URL="https://www.ubuntu.com/" 2024-03-21T13:20:08.560 INFO:teuthology.orchestra.run.smithi186.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-03-21T13:20:08.560 INFO:teuthology.orchestra.run.smithi186.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-03-21T13:20:08.560 INFO:teuthology.orchestra.run.smithi186.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-03-21T13:20:08.560 INFO:teuthology.orchestra.run.smithi186.stdout:UBUNTU_CODENAME=jammy 2024-03-21T13:20:08.560 INFO:teuthology.lock.ops:Updating smithi186.front.sepia.ceph.com on lock server 2024-03-21T13:20:08.582 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-03-21T13:20:08.591 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-03-21T13:20:08.655 INFO:teuthology.task.internal:Checking for old test directory... 2024-03-21T13:20:08.655 DEBUG:teuthology.orchestra.run.smithi100:> test '!' -e /home/ubuntu/cephtest 2024-03-21T13:20:08.657 DEBUG:teuthology.orchestra.run.smithi170:> test '!' -e /home/ubuntu/cephtest 2024-03-21T13:20:08.660 DEBUG:teuthology.orchestra.run.smithi186:> test '!' -e /home/ubuntu/cephtest 2024-03-21T13:20:08.665 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-03-21T13:20:08.703 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-03-21T13:20:08.703 DEBUG:teuthology.orchestra.run.smithi100:> test -z $(ls -A /var/lib/ceph) 2024-03-21T13:20:08.705 DEBUG:teuthology.orchestra.run.smithi170:> test -z $(ls -A /var/lib/ceph) 2024-03-21T13:20:08.708 DEBUG:teuthology.orchestra.run.smithi186:> test -z $(ls -A /var/lib/ceph) 2024-03-21T13:20:08.796 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-03-21T13:20:08.878 INFO:teuthology.run_tasks:Running task kernel... 2024-03-21T13:20:08.892 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-03-21T13:20:08.892 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}, 'host.c': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-03-21T13:20:08.892 DEBUG:teuthology.orchestra.run.smithi100:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-21T13:20:08.893 DEBUG:teuthology.orchestra.run.smithi170:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-21T13:20:08.893 DEBUG:teuthology.orchestra.run.smithi186:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-21T13:20:08.897 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T13:20:08.898 DEBUG:teuthology.orchestra.run.smithi170:> uname -r 2024-03-21T13:20:08.899 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T13:20:08.899 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T13:20:08.899 DEBUG:teuthology.orchestra.run.smithi186:> uname -r 2024-03-21T13:20:08.900 DEBUG:teuthology.orchestra.run.smithi100:> uname -r 2024-03-21T13:20:08.944 INFO:teuthology.orchestra.run.smithi170.stdout:5.15.0-56-generic 2024-03-21T13:20:08.944 INFO:teuthology.task.kernel:Running kernel on smithi170: 5.15.0-56-generic 2024-03-21T13:20:08.944 DEBUG:teuthology.orchestra.run.smithi170:> sudo apt-get clean 2024-03-21T13:20:08.947 INFO:teuthology.orchestra.run.smithi186.stdout:5.15.0-56-generic 2024-03-21T13:20:08.947 INFO:teuthology.task.kernel:Running kernel on smithi186: 5.15.0-56-generic 2024-03-21T13:20:08.947 DEBUG:teuthology.orchestra.run.smithi186:> sudo apt-get clean 2024-03-21T13:20:08.949 INFO:teuthology.orchestra.run.smithi100.stdout:5.15.0-56-generic 2024-03-21T13:20:08.949 INFO:teuthology.task.kernel:Running kernel on smithi100: 5.15.0-56-generic 2024-03-21T13:20:08.949 DEBUG:teuthology.orchestra.run.smithi100:> sudo apt-get clean 2024-03-21T13:20:09.078 DEBUG:teuthology.orchestra.run.smithi100:> sudo apt-get update 2024-03-21T13:20:09.095 DEBUG:teuthology.orchestra.run.smithi170:> sudo apt-get update 2024-03-21T13:20:09.098 DEBUG:teuthology.orchestra.run.smithi186:> sudo apt-get update 2024-03-21T13:20:09.226 INFO:teuthology.orchestra.run.smithi100.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-21T13:20:09.226 INFO:teuthology.orchestra.run.smithi100.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-03-21T13:20:09.226 INFO:teuthology.orchestra.run.smithi100.stdout:Get:3 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-03-21T13:20:09.238 INFO:teuthology.orchestra.run.smithi170.stdout:Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-03-21T13:20:09.246 INFO:teuthology.orchestra.run.smithi186.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-21T13:20:09.246 INFO:teuthology.orchestra.run.smithi186.stdout:Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-03-21T13:20:09.249 INFO:teuthology.orchestra.run.smithi186.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-03-21T13:20:09.300 INFO:teuthology.orchestra.run.smithi100.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-03-21T13:20:09.347 INFO:teuthology.orchestra.run.smithi170.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-21T13:20:09.350 INFO:teuthology.orchestra.run.smithi186.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-03-21T13:20:09.429 INFO:teuthology.orchestra.run.smithi170.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-03-21T13:20:09.456 INFO:teuthology.orchestra.run.smithi186.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,286 kB] 2024-03-21T13:20:09.461 INFO:teuthology.orchestra.run.smithi170.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [428 kB] 2024-03-21T13:20:09.465 INFO:teuthology.orchestra.run.smithi100.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,286 kB] 2024-03-21T13:20:09.525 INFO:teuthology.orchestra.run.smithi186.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [594 kB] 2024-03-21T13:20:09.536 INFO:teuthology.orchestra.run.smithi100.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,502 kB] 2024-03-21T13:20:09.538 INFO:teuthology.orchestra.run.smithi170.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,286 kB] 2024-03-21T13:20:09.573 INFO:teuthology.orchestra.run.smithi186.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [428 kB] 2024-03-21T13:20:09.575 INFO:teuthology.orchestra.run.smithi100.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [428 kB] 2024-03-21T13:20:09.577 INFO:teuthology.orchestra.run.smithi186.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [229 kB] 2024-03-21T13:20:09.583 INFO:teuthology.orchestra.run.smithi186.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-03-21T13:20:09.583 INFO:teuthology.orchestra.run.smithi186.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,591 kB] 2024-03-21T13:20:09.584 INFO:teuthology.orchestra.run.smithi170.stdout:Get:6 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [229 kB] 2024-03-21T13:20:09.586 INFO:teuthology.orchestra.run.smithi100.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [229 kB] 2024-03-21T13:20:09.592 INFO:teuthology.orchestra.run.smithi100.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-03-21T13:20:09.592 INFO:teuthology.orchestra.run.smithi100.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [33.7 kB] 2024-03-21T13:20:09.593 INFO:teuthology.orchestra.run.smithi100.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,591 kB] 2024-03-21T13:20:09.594 INFO:teuthology.orchestra.run.smithi170.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-03-21T13:20:09.594 INFO:teuthology.orchestra.run.smithi170.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,591 kB] 2024-03-21T13:20:09.629 INFO:teuthology.orchestra.run.smithi186.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [33.7 kB] 2024-03-21T13:20:09.630 INFO:teuthology.orchestra.run.smithi186.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [267 kB] 2024-03-21T13:20:09.637 INFO:teuthology.orchestra.run.smithi186.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-03-21T13:20:09.637 INFO:teuthology.orchestra.run.smithi186.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [599 kB] 2024-03-21T13:20:09.639 INFO:teuthology.orchestra.run.smithi100.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [267 kB] 2024-03-21T13:20:09.643 INFO:teuthology.orchestra.run.smithi170.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [33.7 kB] 2024-03-21T13:20:09.644 INFO:teuthology.orchestra.run.smithi186.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,502 kB] 2024-03-21T13:20:09.645 INFO:teuthology.orchestra.run.smithi170.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [267 kB] 2024-03-21T13:20:09.648 INFO:teuthology.orchestra.run.smithi100.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-03-21T13:20:09.648 INFO:teuthology.orchestra.run.smithi100.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [851 kB] 2024-03-21T13:20:09.656 INFO:teuthology.orchestra.run.smithi170.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-03-21T13:20:09.656 INFO:teuthology.orchestra.run.smithi170.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [851 kB] 2024-03-21T13:20:09.662 INFO:teuthology.orchestra.run.smithi186.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [851 kB] 2024-03-21T13:20:09.706 INFO:teuthology.orchestra.run.smithi100.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [594 kB] 2024-03-21T13:20:09.707 INFO:teuthology.orchestra.run.smithi170.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [599 kB] 2024-03-21T13:20:09.715 INFO:teuthology.orchestra.run.smithi170.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [162 kB] 2024-03-21T13:20:09.717 INFO:teuthology.orchestra.run.smithi100.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [599 kB] 2024-03-21T13:20:09.719 INFO:teuthology.orchestra.run.smithi100.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [289 kB] 2024-03-21T13:20:09.719 INFO:teuthology.orchestra.run.smithi186.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [289 kB] 2024-03-21T13:20:09.728 INFO:teuthology.orchestra.run.smithi100.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [162 kB] 2024-03-21T13:20:09.741 INFO:teuthology.orchestra.run.smithi170.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-03-21T13:20:09.741 INFO:teuthology.orchestra.run.smithi170.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.1 kB] 2024-03-21T13:20:09.742 INFO:teuthology.orchestra.run.smithi186.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-03-21T13:20:09.742 INFO:teuthology.orchestra.run.smithi186.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [162 kB] 2024-03-21T13:20:09.742 INFO:teuthology.orchestra.run.smithi186.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [35.3 kB] 2024-03-21T13:20:09.742 INFO:teuthology.orchestra.run.smithi170.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-03-21T13:20:09.742 INFO:teuthology.orchestra.run.smithi170.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,476 B] 2024-03-21T13:20:09.742 INFO:teuthology.orchestra.run.smithi170.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-03-21T13:20:09.743 INFO:teuthology.orchestra.run.smithi186.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,619 kB] 2024-03-21T13:20:09.744 INFO:teuthology.orchestra.run.smithi186.stdout:Get:22 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-03-21T13:20:09.745 INFO:teuthology.orchestra.run.smithi186.stdout:Get:23 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-03-21T13:20:09.745 INFO:teuthology.orchestra.run.smithi186.stdout:Get:24 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.1 kB] 2024-03-21T13:20:09.746 INFO:teuthology.orchestra.run.smithi186.stdout:Get:25 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,476 B] 2024-03-21T13:20:09.746 INFO:teuthology.orchestra.run.smithi186.stdout:Get:26 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-03-21T13:20:09.751 INFO:teuthology.orchestra.run.smithi100.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-03-21T13:20:09.752 INFO:teuthology.orchestra.run.smithi100.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-03-21T13:20:09.752 INFO:teuthology.orchestra.run.smithi100.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,619 kB] 2024-03-21T13:20:09.752 INFO:teuthology.orchestra.run.smithi100.stdout:Get:22 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-03-21T13:20:09.753 INFO:teuthology.orchestra.run.smithi100.stdout:Get:23 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.1 kB] 2024-03-21T13:20:09.754 INFO:teuthology.orchestra.run.smithi100.stdout:Get:24 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,476 B] 2024-03-21T13:20:09.754 INFO:teuthology.orchestra.run.smithi100.stdout:Get:25 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-03-21T13:20:09.768 INFO:teuthology.orchestra.run.smithi186.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [271 kB] 2024-03-21T13:20:09.771 INFO:teuthology.orchestra.run.smithi186.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-03-21T13:20:09.771 INFO:teuthology.orchestra.run.smithi186.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,059 kB] 2024-03-21T13:20:09.780 INFO:teuthology.orchestra.run.smithi100.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [35.3 kB] 2024-03-21T13:20:09.780 INFO:teuthology.orchestra.run.smithi100.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [271 kB] 2024-03-21T13:20:09.782 INFO:teuthology.orchestra.run.smithi170.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-03-21T13:20:09.786 INFO:teuthology.orchestra.run.smithi100.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-03-21T13:20:09.786 INFO:teuthology.orchestra.run.smithi100.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [697 kB] 2024-03-21T13:20:09.795 INFO:teuthology.orchestra.run.smithi186.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [697 kB] 2024-03-21T13:20:09.796 INFO:teuthology.orchestra.run.smithi100.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,059 kB] 2024-03-21T13:20:09.807 INFO:teuthology.orchestra.run.smithi186.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [240 kB] 2024-03-21T13:20:09.809 INFO:teuthology.orchestra.run.smithi186.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-03-21T13:20:09.809 INFO:teuthology.orchestra.run.smithi186.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.1 kB] 2024-03-21T13:20:09.810 INFO:teuthology.orchestra.run.smithi186.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,160 B] 2024-03-21T13:20:09.810 INFO:teuthology.orchestra.run.smithi186.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.1 kB] 2024-03-21T13:20:09.811 INFO:teuthology.orchestra.run.smithi100.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [240 kB] 2024-03-21T13:20:09.814 INFO:teuthology.orchestra.run.smithi100.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-03-21T13:20:09.815 INFO:teuthology.orchestra.run.smithi100.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,160 B] 2024-03-21T13:20:09.815 INFO:teuthology.orchestra.run.smithi100.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.1 kB] 2024-03-21T13:20:09.819 INFO:teuthology.orchestra.run.smithi186.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-03-21T13:20:09.819 INFO:teuthology.orchestra.run.smithi186.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-03-21T13:20:09.820 INFO:teuthology.orchestra.run.smithi186.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-03-21T13:20:09.820 INFO:teuthology.orchestra.run.smithi186.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-03-21T13:20:09.833 INFO:teuthology.orchestra.run.smithi100.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.1 kB] 2024-03-21T13:20:09.834 INFO:teuthology.orchestra.run.smithi100.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-03-21T13:20:09.834 INFO:teuthology.orchestra.run.smithi100.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-03-21T13:20:09.835 INFO:teuthology.orchestra.run.smithi100.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-03-21T13:20:09.836 INFO:teuthology.orchestra.run.smithi100.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-03-21T13:20:09.838 INFO:teuthology.orchestra.run.smithi186.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-03-21T13:20:09.838 INFO:teuthology.orchestra.run.smithi186.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-03-21T13:20:09.839 INFO:teuthology.orchestra.run.smithi186.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-03-21T13:20:09.839 INFO:teuthology.orchestra.run.smithi186.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-03-21T13:20:09.839 INFO:teuthology.orchestra.run.smithi186.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-03-21T13:20:09.852 INFO:teuthology.orchestra.run.smithi100.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-03-21T13:20:09.853 INFO:teuthology.orchestra.run.smithi100.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-03-21T13:20:09.853 INFO:teuthology.orchestra.run.smithi100.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-03-21T13:20:09.854 INFO:teuthology.orchestra.run.smithi100.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-03-21T13:20:09.854 INFO:teuthology.orchestra.run.smithi100.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-03-21T13:20:09.921 INFO:teuthology.orchestra.run.smithi170.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,502 kB] 2024-03-21T13:20:10.224 INFO:teuthology.orchestra.run.smithi170.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [594 kB] 2024-03-21T13:20:10.264 INFO:teuthology.orchestra.run.smithi170.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [289 kB] 2024-03-21T13:20:10.279 INFO:teuthology.orchestra.run.smithi170.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-03-21T13:20:10.280 INFO:teuthology.orchestra.run.smithi170.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [35.3 kB] 2024-03-21T13:20:10.281 INFO:teuthology.orchestra.run.smithi170.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,619 kB] 2024-03-21T13:20:10.340 INFO:teuthology.orchestra.run.smithi170.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [271 kB] 2024-03-21T13:20:10.347 INFO:teuthology.orchestra.run.smithi170.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-03-21T13:20:10.511 INFO:teuthology.orchestra.run.smithi170.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,059 kB] 2024-03-21T13:20:11.145 INFO:teuthology.orchestra.run.smithi170.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [697 kB] 2024-03-21T13:20:11.183 INFO:teuthology.orchestra.run.smithi170.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [240 kB] 2024-03-21T13:20:11.196 INFO:teuthology.orchestra.run.smithi170.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-03-21T13:20:11.197 INFO:teuthology.orchestra.run.smithi170.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,160 B] 2024-03-21T13:20:11.197 INFO:teuthology.orchestra.run.smithi170.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.1 kB] 2024-03-21T13:20:11.199 INFO:teuthology.orchestra.run.smithi170.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.1 kB] 2024-03-21T13:20:11.200 INFO:teuthology.orchestra.run.smithi170.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-03-21T13:20:11.200 INFO:teuthology.orchestra.run.smithi170.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-03-21T13:20:11.226 INFO:teuthology.orchestra.run.smithi170.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-03-21T13:20:11.229 INFO:teuthology.orchestra.run.smithi170.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-03-21T13:20:11.394 INFO:teuthology.orchestra.run.smithi170.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-03-21T13:20:11.477 INFO:teuthology.orchestra.run.smithi170.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-03-21T13:20:11.588 INFO:teuthology.orchestra.run.smithi170.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-03-21T13:20:11.642 INFO:teuthology.orchestra.run.smithi170.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-03-21T13:20:11.677 INFO:teuthology.orchestra.run.smithi170.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-03-21T13:20:15.206 INFO:teuthology.orchestra.run.smithi100.stdout:Fetched 12.5 MB in 2s (6,954 kB/s) 2024-03-21T13:20:15.448 INFO:teuthology.orchestra.run.smithi186.stdout:Fetched 12.5 MB in 2s (7,117 kB/s) 2024-03-21T13:20:16.018 INFO:teuthology.orchestra.run.smithi170.stdout:Fetched 12.5 MB in 3s (4,954 kB/s) 2024-03-21T13:20:16.523 INFO:teuthology.orchestra.run.smithi100.stdout:Reading package lists... 2024-03-21T13:20:16.541 DEBUG:teuthology.orchestra.run.smithi100:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-21T13:20:16.599 INFO:teuthology.orchestra.run.smithi100.stdout:Reading package lists... 2024-03-21T13:20:16.804 INFO:teuthology.orchestra.run.smithi100.stdout:Building dependency tree... 2024-03-21T13:20:16.805 INFO:teuthology.orchestra.run.smithi100.stdout:Reading state information... 2024-03-21T13:20:16.981 INFO:teuthology.orchestra.run.smithi100.stdout:The following packages were automatically installed and are no longer required: 2024-03-21T13:20:16.981 INFO:teuthology.orchestra.run.smithi100.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-21T13:20:16.981 INFO:teuthology.orchestra.run.smithi100.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-21T13:20:16.982 INFO:teuthology.orchestra.run.smithi100.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-21T13:20:16.982 INFO:teuthology.orchestra.run.smithi100.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-03-21T13:20:16.982 INFO:teuthology.orchestra.run.smithi100.stdout: python2.7-minimal 2024-03-21T13:20:16.982 INFO:teuthology.orchestra.run.smithi100.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-21T13:20:16.983 INFO:teuthology.orchestra.run.smithi100.stdout:The following additional packages will be installed: 2024-03-21T13:20:16.984 INFO:teuthology.orchestra.run.smithi100.stdout: linux-generic linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-21T13:20:16.984 INFO:teuthology.orchestra.run.smithi100.stdout: linux-headers-generic linux-image-5.15.0-101-generic 2024-03-21T13:20:16.984 INFO:teuthology.orchestra.run.smithi100.stdout: linux-modules-5.15.0-101-generic linux-modules-extra-5.15.0-101-generic 2024-03-21T13:20:16.985 INFO:teuthology.orchestra.run.smithi100.stdout:Suggested packages: 2024-03-21T13:20:16.985 INFO:teuthology.orchestra.run.smithi100.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-03-21T13:20:16.985 INFO:teuthology.orchestra.run.smithi100.stdout:Recommended packages: 2024-03-21T13:20:16.985 INFO:teuthology.orchestra.run.smithi100.stdout: thermald 2024-03-21T13:20:17.043 INFO:teuthology.orchestra.run.smithi100.stdout:The following NEW packages will be installed: 2024-03-21T13:20:17.043 INFO:teuthology.orchestra.run.smithi100.stdout: linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-21T13:20:17.043 INFO:teuthology.orchestra.run.smithi100.stdout: linux-image-5.15.0-101-generic linux-modules-5.15.0-101-generic 2024-03-21T13:20:17.043 INFO:teuthology.orchestra.run.smithi100.stdout: linux-modules-extra-5.15.0-101-generic 2024-03-21T13:20:17.045 INFO:teuthology.orchestra.run.smithi100.stdout:The following packages will be upgraded: 2024-03-21T13:20:17.045 INFO:teuthology.orchestra.run.smithi100.stdout: linux-generic linux-headers-generic linux-image-generic 2024-03-21T13:20:17.225 INFO:teuthology.orchestra.run.smithi100.stdout:3 upgraded, 5 newly installed, 0 to remove and 298 not upgraded. 2024-03-21T13:20:17.225 INFO:teuthology.orchestra.run.smithi100.stdout:Need to get 113 MB of archives. 2024-03-21T13:20:17.225 INFO:teuthology.orchestra.run.smithi100.stdout:After this operation, 582 MB of additional disk space will be used. 2024-03-21T13:20:17.226 INFO:teuthology.orchestra.run.smithi100.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-101-generic amd64 5.15.0-101.111 [22.6 MB] 2024-03-21T13:20:17.286 INFO:teuthology.orchestra.run.smithi186.stdout:Reading package lists... 2024-03-21T13:20:17.305 DEBUG:teuthology.orchestra.run.smithi186:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-21T13:20:17.309 INFO:teuthology.orchestra.run.smithi170.stdout:Reading package lists... 2024-03-21T13:20:17.326 DEBUG:teuthology.orchestra.run.smithi170:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-21T13:20:17.376 INFO:teuthology.orchestra.run.smithi170.stdout:Reading package lists... 2024-03-21T13:20:17.412 INFO:teuthology.orchestra.run.smithi186.stdout:Reading package lists... 2024-03-21T13:20:17.552 INFO:teuthology.orchestra.run.smithi170.stdout:Building dependency tree... 2024-03-21T13:20:17.552 INFO:teuthology.orchestra.run.smithi170.stdout:Reading state information... 2024-03-21T13:20:17.617 INFO:teuthology.orchestra.run.smithi186.stdout:Building dependency tree... 2024-03-21T13:20:17.618 INFO:teuthology.orchestra.run.smithi186.stdout:Reading state information... 2024-03-21T13:20:17.704 INFO:teuthology.orchestra.run.smithi170.stdout:The following packages were automatically installed and are no longer required: 2024-03-21T13:20:17.704 INFO:teuthology.orchestra.run.smithi170.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-21T13:20:17.704 INFO:teuthology.orchestra.run.smithi170.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-21T13:20:17.705 INFO:teuthology.orchestra.run.smithi170.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-21T13:20:17.705 INFO:teuthology.orchestra.run.smithi170.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-03-21T13:20:17.705 INFO:teuthology.orchestra.run.smithi170.stdout: python2.7-minimal 2024-03-21T13:20:17.705 INFO:teuthology.orchestra.run.smithi170.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-21T13:20:17.705 INFO:teuthology.orchestra.run.smithi170.stdout:The following additional packages will be installed: 2024-03-21T13:20:17.706 INFO:teuthology.orchestra.run.smithi170.stdout: linux-generic linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-21T13:20:17.706 INFO:teuthology.orchestra.run.smithi170.stdout: linux-headers-generic linux-image-5.15.0-101-generic 2024-03-21T13:20:17.706 INFO:teuthology.orchestra.run.smithi170.stdout: linux-modules-5.15.0-101-generic linux-modules-extra-5.15.0-101-generic 2024-03-21T13:20:17.707 INFO:teuthology.orchestra.run.smithi170.stdout:Suggested packages: 2024-03-21T13:20:17.707 INFO:teuthology.orchestra.run.smithi170.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-03-21T13:20:17.707 INFO:teuthology.orchestra.run.smithi170.stdout:Recommended packages: 2024-03-21T13:20:17.707 INFO:teuthology.orchestra.run.smithi170.stdout: thermald 2024-03-21T13:20:17.778 INFO:teuthology.orchestra.run.smithi170.stdout:The following NEW packages will be installed: 2024-03-21T13:20:17.778 INFO:teuthology.orchestra.run.smithi170.stdout: linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-21T13:20:17.778 INFO:teuthology.orchestra.run.smithi170.stdout: linux-image-5.15.0-101-generic linux-modules-5.15.0-101-generic 2024-03-21T13:20:17.778 INFO:teuthology.orchestra.run.smithi170.stdout: linux-modules-extra-5.15.0-101-generic 2024-03-21T13:20:17.780 INFO:teuthology.orchestra.run.smithi170.stdout:The following packages will be upgraded: 2024-03-21T13:20:17.780 INFO:teuthology.orchestra.run.smithi170.stdout: linux-generic linux-headers-generic linux-image-generic 2024-03-21T13:20:17.790 INFO:teuthology.orchestra.run.smithi186.stdout:The following packages were automatically installed and are no longer required: 2024-03-21T13:20:17.790 INFO:teuthology.orchestra.run.smithi186.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-21T13:20:17.790 INFO:teuthology.orchestra.run.smithi186.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-21T13:20:17.791 INFO:teuthology.orchestra.run.smithi186.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-21T13:20:17.791 INFO:teuthology.orchestra.run.smithi186.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-03-21T13:20:17.791 INFO:teuthology.orchestra.run.smithi186.stdout: python2.7-minimal 2024-03-21T13:20:17.791 INFO:teuthology.orchestra.run.smithi186.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-21T13:20:17.793 INFO:teuthology.orchestra.run.smithi186.stdout:The following additional packages will be installed: 2024-03-21T13:20:17.793 INFO:teuthology.orchestra.run.smithi186.stdout: linux-generic linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-21T13:20:17.793 INFO:teuthology.orchestra.run.smithi186.stdout: linux-headers-generic linux-image-5.15.0-101-generic 2024-03-21T13:20:17.793 INFO:teuthology.orchestra.run.smithi186.stdout: linux-modules-5.15.0-101-generic linux-modules-extra-5.15.0-101-generic 2024-03-21T13:20:17.794 INFO:teuthology.orchestra.run.smithi186.stdout:Suggested packages: 2024-03-21T13:20:17.795 INFO:teuthology.orchestra.run.smithi186.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-03-21T13:20:17.795 INFO:teuthology.orchestra.run.smithi186.stdout:Recommended packages: 2024-03-21T13:20:17.795 INFO:teuthology.orchestra.run.smithi186.stdout: thermald 2024-03-21T13:20:17.854 INFO:teuthology.orchestra.run.smithi186.stdout:The following NEW packages will be installed: 2024-03-21T13:20:17.854 INFO:teuthology.orchestra.run.smithi186.stdout: linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-21T13:20:17.854 INFO:teuthology.orchestra.run.smithi186.stdout: linux-image-5.15.0-101-generic linux-modules-5.15.0-101-generic 2024-03-21T13:20:17.854 INFO:teuthology.orchestra.run.smithi186.stdout: linux-modules-extra-5.15.0-101-generic 2024-03-21T13:20:17.855 INFO:teuthology.orchestra.run.smithi186.stdout:The following packages will be upgraded: 2024-03-21T13:20:17.856 INFO:teuthology.orchestra.run.smithi186.stdout: linux-generic linux-headers-generic linux-image-generic 2024-03-21T13:20:17.961 INFO:teuthology.orchestra.run.smithi170.stdout:3 upgraded, 5 newly installed, 0 to remove and 298 not upgraded. 2024-03-21T13:20:17.961 INFO:teuthology.orchestra.run.smithi170.stdout:Need to get 113 MB of archives. 2024-03-21T13:20:17.961 INFO:teuthology.orchestra.run.smithi170.stdout:After this operation, 582 MB of additional disk space will be used. 2024-03-21T13:20:17.961 INFO:teuthology.orchestra.run.smithi170.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-101-generic amd64 5.15.0-101.111 [22.6 MB] 2024-03-21T13:20:18.036 INFO:teuthology.orchestra.run.smithi186.stdout:3 upgraded, 5 newly installed, 0 to remove and 298 not upgraded. 2024-03-21T13:20:18.037 INFO:teuthology.orchestra.run.smithi186.stdout:Need to get 113 MB of archives. 2024-03-21T13:20:18.037 INFO:teuthology.orchestra.run.smithi186.stdout:After this operation, 582 MB of additional disk space will be used. 2024-03-21T13:20:18.037 INFO:teuthology.orchestra.run.smithi186.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-101-generic amd64 5.15.0-101.111 [22.6 MB] 2024-03-21T13:20:18.650 INFO:teuthology.orchestra.run.smithi100.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-101-generic amd64 5.15.0-101.111 [11.5 MB] 2024-03-21T13:20:19.004 INFO:teuthology.orchestra.run.smithi100.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-101-generic amd64 5.15.0-101.111 [63.9 MB] 2024-03-21T13:20:19.458 INFO:teuthology.orchestra.run.smithi170.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-101-generic amd64 5.15.0-101.111 [11.5 MB] 2024-03-21T13:20:19.534 INFO:teuthology.orchestra.run.smithi186.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-101-generic amd64 5.15.0-101.111 [11.5 MB] 2024-03-21T13:20:19.829 INFO:teuthology.orchestra.run.smithi170.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-101-generic amd64 5.15.0-101.111 [63.9 MB] 2024-03-21T13:20:19.881 INFO:teuthology.orchestra.run.smithi186.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-101-generic amd64 5.15.0-101.111 [63.9 MB] 2024-03-21T13:20:21.291 INFO:teuthology.orchestra.run.smithi100.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.101.98 [1,698 B] 2024-03-21T13:20:21.291 INFO:teuthology.orchestra.run.smithi100.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.101.98 [2,486 B] 2024-03-21T13:20:21.292 INFO:teuthology.orchestra.run.smithi100.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-101 all 5.15.0-101.111 [12.3 MB] 2024-03-21T13:20:21.710 INFO:teuthology.orchestra.run.smithi100.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-101-generic amd64 5.15.0-101.111 [2,876 kB] 2024-03-21T13:20:21.791 INFO:teuthology.orchestra.run.smithi100.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.101.98 [2,332 B] 2024-03-21T13:20:22.048 INFO:teuthology.orchestra.run.smithi170.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.101.98 [1,698 B] 2024-03-21T13:20:22.048 INFO:teuthology.orchestra.run.smithi170.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.101.98 [2,486 B] 2024-03-21T13:20:22.048 INFO:teuthology.orchestra.run.smithi170.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-101 all 5.15.0-101.111 [12.3 MB] 2024-03-21T13:20:22.076 INFO:teuthology.orchestra.run.smithi186.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.101.98 [1,698 B] 2024-03-21T13:20:22.077 INFO:teuthology.orchestra.run.smithi186.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.101.98 [2,486 B] 2024-03-21T13:20:22.077 INFO:teuthology.orchestra.run.smithi186.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-101 all 5.15.0-101.111 [12.3 MB] 2024-03-21T13:20:22.202 INFO:teuthology.orchestra.run.smithi100.stdout:Fetched 113 MB in 5s (23.9 MB/s) 2024-03-21T13:20:22.358 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package linux-modules-5.15.0-101-generic. 2024-03-21T13:20:22.538 INFO:teuthology.orchestra.run.smithi170.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-101-generic amd64 5.15.0-101.111 [2,876 kB] 2024-03-21T13:20:22.618 INFO:teuthology.orchestra.run.smithi170.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.101.98 [2,332 B] 2024-03-21T13:20:22.982 INFO:teuthology.orchestra.run.smithi186.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-101-generic amd64 5.15.0-101.111 [2,876 kB] 2024-03-21T13:20:23.021 INFO:teuthology.orchestra.run.smithi170.stdout:Fetched 113 MB in 5s (23.4 MB/s) 2024-03-21T13:20:23.079 INFO:teuthology.orchestra.run.smithi186.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.101.98 [2,332 B] 2024-03-21T13:20:23.209 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package linux-modules-5.15.0-101-generic. 2024-03-21T13:20:23.486 INFO:teuthology.orchestra.run.smithi186.stdout:Fetched 113 MB in 5s (21.7 MB/s) 2024-03-21T13:20:23.649 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package linux-modules-5.15.0-101-generic. 2024-03-21T13:20:24.398 INFO:teuthology.orchestra.run.smithi100.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 129542 files and directories currently installed.) 2024-03-21T13:20:24.402 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../0-linux-modules-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-21T13:20:24.455 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T13:20:25.245 INFO:teuthology.orchestra.run.smithi170.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-03-21T13:20:25.250 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../0-linux-modules-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-21T13:20:25.314 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T13:20:25.628 INFO:teuthology.orchestra.run.smithi186.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-03-21T13:20:25.633 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../0-linux-modules-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-21T13:20:25.796 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T13:20:26.523 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package linux-image-5.15.0-101-generic. 2024-03-21T13:20:26.544 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../1-linux-image-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-21T13:20:26.624 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T13:20:27.076 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-101-generic. 2024-03-21T13:20:27.097 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-21T13:20:27.134 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T13:20:27.532 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package linux-image-5.15.0-101-generic. 2024-03-21T13:20:27.554 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../1-linux-image-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-21T13:20:27.637 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T13:20:27.963 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package linux-image-5.15.0-101-generic. 2024-03-21T13:20:27.985 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../1-linux-image-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-21T13:20:28.060 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-101-generic. 2024-03-21T13:20:28.078 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T13:20:28.081 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-21T13:20:28.110 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T13:20:28.516 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-101-generic. 2024-03-21T13:20:28.536 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-21T13:20:28.566 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T13:20:33.925 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../3-linux-generic_5.15.0.101.98_amd64.deb ... 2024-03-21T13:20:34.043 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking linux-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-21T13:20:34.368 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.101.98_amd64.deb ... 2024-03-21T13:20:34.497 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking linux-image-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-21T13:20:34.800 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package linux-headers-5.15.0-101. 2024-03-21T13:20:34.822 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../5-linux-headers-5.15.0-101_5.15.0-101.111_all.deb ... 2024-03-21T13:20:34.831 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../3-linux-generic_5.15.0.101.98_amd64.deb ... 2024-03-21T13:20:34.866 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-21T13:20:34.937 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking linux-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-21T13:20:35.024 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../3-linux-generic_5.15.0.101.98_amd64.deb ... 2024-03-21T13:20:35.149 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking linux-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-21T13:20:35.262 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.101.98_amd64.deb ... 2024-03-21T13:20:35.390 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking linux-image-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-21T13:20:35.464 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.101.98_amd64.deb ... 2024-03-21T13:20:35.560 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking linux-image-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-21T13:20:35.677 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package linux-headers-5.15.0-101. 2024-03-21T13:20:35.699 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../5-linux-headers-5.15.0-101_5.15.0-101.111_all.deb ... 2024-03-21T13:20:35.743 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-21T13:20:35.871 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package linux-headers-5.15.0-101. 2024-03-21T13:20:35.894 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../5-linux-headers-5.15.0-101_5.15.0-101.111_all.deb ... 2024-03-21T13:20:35.938 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-21T13:20:40.825 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package linux-headers-5.15.0-101-generic. 2024-03-21T13:20:40.861 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../6-linux-headers-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-21T13:20:40.891 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T13:20:41.377 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package linux-headers-5.15.0-101-generic. 2024-03-21T13:20:41.414 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../6-linux-headers-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-21T13:20:41.451 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T13:20:41.497 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package linux-headers-5.15.0-101-generic. 2024-03-21T13:20:41.535 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../6-linux-headers-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-21T13:20:41.580 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T13:20:43.496 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.101.98_amd64.deb ... 2024-03-21T13:20:43.619 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking linux-headers-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-21T13:20:43.961 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-21T13:20:44.083 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T13:20:44.140 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.101.98_amd64.deb ... 2024-03-21T13:20:44.170 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.101.98_amd64.deb ... 2024-03-21T13:20:44.209 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up linux-headers-generic (5.15.0.101.98) ... 2024-03-21T13:20:44.280 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking linux-headers-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-21T13:20:44.300 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking linux-headers-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-21T13:20:44.312 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T13:20:44.620 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-21T13:20:44.742 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T13:20:44.876 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-21T13:20:45.439 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T13:20:45.510 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up linux-headers-generic (5.15.0.101.98) ... 2024-03-21T13:20:45.565 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up linux-headers-generic (5.15.0.101.98) ... 2024-03-21T13:20:45.612 INFO:teuthology.orchestra.run.smithi100.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-03-21T13:20:45.612 INFO:teuthology.orchestra.run.smithi100.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-03-21T13:20:45.612 INFO:teuthology.orchestra.run.smithi100.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-101-generic 2024-03-21T13:20:45.612 INFO:teuthology.orchestra.run.smithi100.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-101-generic 2024-03-21T13:20:45.623 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T13:20:45.694 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T13:20:45.791 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T13:20:46.934 INFO:teuthology.orchestra.run.smithi186.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-03-21T13:20:46.934 INFO:teuthology.orchestra.run.smithi186.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-03-21T13:20:46.934 INFO:teuthology.orchestra.run.smithi186.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-101-generic 2024-03-21T13:20:46.934 INFO:teuthology.orchestra.run.smithi186.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-101-generic 2024-03-21T13:20:47.008 INFO:teuthology.orchestra.run.smithi170.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-03-21T13:20:47.008 INFO:teuthology.orchestra.run.smithi170.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-03-21T13:20:47.008 INFO:teuthology.orchestra.run.smithi170.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-101-generic 2024-03-21T13:20:47.009 INFO:teuthology.orchestra.run.smithi170.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-101-generic 2024-03-21T13:20:47.092 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T13:20:47.164 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T13:20:47.207 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T13:20:48.475 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T13:20:48.556 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T13:20:48.576 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up linux-image-generic (5.15.0.101.98) ... 2024-03-21T13:20:48.676 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up linux-generic (5.15.0.101.98) ... 2024-03-21T13:20:48.778 INFO:teuthology.orchestra.run.smithi100.stdout:Processing triggers for linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T13:20:48.828 INFO:teuthology.orchestra.run.smithi100.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-03-21T13:20:48.828 INFO:teuthology.orchestra.run.smithi100.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-101-generic 2024-03-21T13:20:49.877 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up linux-image-generic (5.15.0.101.98) ... 2024-03-21T13:20:49.949 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up linux-image-generic (5.15.0.101.98) ... 2024-03-21T13:20:50.003 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up linux-generic (5.15.0.101.98) ... 2024-03-21T13:20:50.075 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up linux-generic (5.15.0.101.98) ... 2024-03-21T13:20:50.129 INFO:teuthology.orchestra.run.smithi186.stdout:Processing triggers for linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T13:20:50.192 INFO:teuthology.orchestra.run.smithi186.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-03-21T13:20:50.193 INFO:teuthology.orchestra.run.smithi186.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-101-generic 2024-03-21T13:20:50.201 INFO:teuthology.orchestra.run.smithi170.stdout:Processing triggers for linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T13:20:50.270 INFO:teuthology.orchestra.run.smithi170.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-03-21T13:20:50.270 INFO:teuthology.orchestra.run.smithi170.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-101-generic 2024-03-21T13:21:02.732 INFO:teuthology.orchestra.run.smithi100.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-03-21T13:21:02.732 INFO:teuthology.orchestra.run.smithi100.stdout:Sourcing file `/etc/default/grub' 2024-03-21T13:21:02.746 INFO:teuthology.orchestra.run.smithi100.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-21T13:21:02.768 INFO:teuthology.orchestra.run.smithi100.stdout:Generating grub configuration file ... 2024-03-21T13:21:03.033 INFO:teuthology.orchestra.run.smithi100.stdout:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-21T13:21:03.054 INFO:teuthology.orchestra.run.smithi100.stdout:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-21T13:21:03.338 INFO:teuthology.orchestra.run.smithi100.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-21T13:21:03.343 INFO:teuthology.orchestra.run.smithi100.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-21T13:21:03.411 INFO:teuthology.orchestra.run.smithi100.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-21T13:21:03.417 INFO:teuthology.orchestra.run.smithi100.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-21T13:21:03.581 INFO:teuthology.orchestra.run.smithi100.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-21T13:21:03.581 INFO:teuthology.orchestra.run.smithi100.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-03-21T13:21:03.581 INFO:teuthology.orchestra.run.smithi100.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-21T13:21:03.619 INFO:teuthology.orchestra.run.smithi100.stdout:done 2024-03-21T13:21:03.978 INFO:teuthology.orchestra.run.smithi186.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-03-21T13:21:03.978 INFO:teuthology.orchestra.run.smithi186.stdout:Sourcing file `/etc/default/grub' 2024-03-21T13:21:03.994 INFO:teuthology.orchestra.run.smithi186.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-21T13:21:04.014 INFO:teuthology.orchestra.run.smithi186.stdout:Generating grub configuration file ... 2024-03-21T13:21:04.046 DEBUG:teuthology.orchestra.run.smithi100:> dpkg -s linux-image-generic 2024-03-21T13:21:04.067 INFO:teuthology.orchestra.run.smithi100.stdout:Package: linux-image-generic 2024-03-21T13:21:04.070 INFO:teuthology.orchestra.run.smithi100.stdout:Status: install ok installed 2024-03-21T13:21:04.070 INFO:teuthology.orchestra.run.smithi100.stdout:Priority: optional 2024-03-21T13:21:04.070 INFO:teuthology.orchestra.run.smithi100.stdout:Section: kernel 2024-03-21T13:21:04.070 INFO:teuthology.orchestra.run.smithi100.stdout:Installed-Size: 21 2024-03-21T13:21:04.070 INFO:teuthology.orchestra.run.smithi100.stdout:Maintainer: Ubuntu Kernel Team 2024-03-21T13:21:04.070 INFO:teuthology.orchestra.run.smithi100.stdout:Architecture: amd64 2024-03-21T13:21:04.070 INFO:teuthology.orchestra.run.smithi100.stdout:Source: linux-meta 2024-03-21T13:21:04.070 INFO:teuthology.orchestra.run.smithi100.stdout:Version: 5.15.0.101.98 2024-03-21T13:21:04.070 INFO:teuthology.orchestra.run.smithi100.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-101), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-03-21T13:21:04.070 INFO:teuthology.orchestra.run.smithi100.stdout:Depends: linux-image-5.15.0-101-generic, linux-modules-extra-5.15.0-101-generic, linux-firmware, intel-microcode, amd64-microcode 2024-03-21T13:21:04.070 INFO:teuthology.orchestra.run.smithi100.stdout:Recommends: thermald 2024-03-21T13:21:04.070 INFO:teuthology.orchestra.run.smithi100.stdout:Description: Generic Linux kernel image 2024-03-21T13:21:04.070 INFO:teuthology.orchestra.run.smithi100.stdout: This package will always depend on the latest generic kernel image 2024-03-21T13:21:04.071 INFO:teuthology.orchestra.run.smithi100.stdout: available. 2024-03-21T13:21:04.071 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-101-generic 2024-03-21T13:21:04.071 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-21T13:21:04.071 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-21T13:21:04.071 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-03-21T13:21:04.071 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi100.front.sepia.ceph.com, path=None, version=distro) 2024-03-21T13:21:04.071 DEBUG:teuthology.orchestra.run.smithi100:> sudo apt-get clean 2024-03-21T13:21:04.235 DEBUG:teuthology.orchestra.run.smithi100:> sudo apt-get update 2024-03-21T13:21:04.274 INFO:teuthology.orchestra.run.smithi186.stdout:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-21T13:21:04.290 INFO:teuthology.orchestra.run.smithi170.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-03-21T13:21:04.290 INFO:teuthology.orchestra.run.smithi170.stdout:Sourcing file `/etc/default/grub' 2024-03-21T13:21:04.296 INFO:teuthology.orchestra.run.smithi186.stdout:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-21T13:21:04.303 INFO:teuthology.orchestra.run.smithi170.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-21T13:21:04.323 INFO:teuthology.orchestra.run.smithi170.stdout:Generating grub configuration file ... 2024-03-21T13:21:04.353 INFO:teuthology.orchestra.run.smithi100.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-03-21T13:21:04.353 INFO:teuthology.orchestra.run.smithi100.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-21T13:21:04.368 INFO:teuthology.orchestra.run.smithi100.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-03-21T13:21:04.390 INFO:teuthology.orchestra.run.smithi100.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-21T13:21:04.599 INFO:teuthology.orchestra.run.smithi186.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-21T13:21:04.604 INFO:teuthology.orchestra.run.smithi186.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-21T13:21:04.629 INFO:teuthology.orchestra.run.smithi170.stdout:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-21T13:21:04.652 INFO:teuthology.orchestra.run.smithi170.stdout:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-21T13:21:04.673 INFO:teuthology.orchestra.run.smithi186.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-21T13:21:04.679 INFO:teuthology.orchestra.run.smithi186.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-21T13:21:04.853 INFO:teuthology.orchestra.run.smithi186.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-21T13:21:04.853 INFO:teuthology.orchestra.run.smithi186.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-03-21T13:21:04.853 INFO:teuthology.orchestra.run.smithi186.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-21T13:21:04.888 INFO:teuthology.orchestra.run.smithi186.stdout:done 2024-03-21T13:21:04.986 INFO:teuthology.orchestra.run.smithi170.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-21T13:21:04.992 INFO:teuthology.orchestra.run.smithi170.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-21T13:21:05.064 INFO:teuthology.orchestra.run.smithi170.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-21T13:21:05.070 INFO:teuthology.orchestra.run.smithi170.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-21T13:21:05.244 INFO:teuthology.orchestra.run.smithi170.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-21T13:21:05.244 INFO:teuthology.orchestra.run.smithi170.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-03-21T13:21:05.244 INFO:teuthology.orchestra.run.smithi170.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-21T13:21:05.288 INFO:teuthology.orchestra.run.smithi170.stdout:done 2024-03-21T13:21:05.346 DEBUG:teuthology.orchestra.run.smithi186:> dpkg -s linux-image-generic 2024-03-21T13:21:05.416 INFO:teuthology.orchestra.run.smithi186.stdout:Package: linux-image-generic 2024-03-21T13:21:05.416 INFO:teuthology.orchestra.run.smithi186.stdout:Status: install ok installed 2024-03-21T13:21:05.417 INFO:teuthology.orchestra.run.smithi186.stdout:Priority: optional 2024-03-21T13:21:05.417 INFO:teuthology.orchestra.run.smithi186.stdout:Section: kernel 2024-03-21T13:21:05.417 INFO:teuthology.orchestra.run.smithi186.stdout:Installed-Size: 21 2024-03-21T13:21:05.417 INFO:teuthology.orchestra.run.smithi186.stdout:Maintainer: Ubuntu Kernel Team 2024-03-21T13:21:05.417 INFO:teuthology.orchestra.run.smithi186.stdout:Architecture: amd64 2024-03-21T13:21:05.417 INFO:teuthology.orchestra.run.smithi186.stdout:Source: linux-meta 2024-03-21T13:21:05.417 INFO:teuthology.orchestra.run.smithi186.stdout:Version: 5.15.0.101.98 2024-03-21T13:21:05.417 INFO:teuthology.orchestra.run.smithi186.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-101), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-03-21T13:21:05.417 INFO:teuthology.orchestra.run.smithi186.stdout:Depends: linux-image-5.15.0-101-generic, linux-modules-extra-5.15.0-101-generic, linux-firmware, intel-microcode, amd64-microcode 2024-03-21T13:21:05.417 INFO:teuthology.orchestra.run.smithi186.stdout:Recommends: thermald 2024-03-21T13:21:05.417 INFO:teuthology.orchestra.run.smithi186.stdout:Description: Generic Linux kernel image 2024-03-21T13:21:05.417 INFO:teuthology.orchestra.run.smithi186.stdout: This package will always depend on the latest generic kernel image 2024-03-21T13:21:05.417 INFO:teuthology.orchestra.run.smithi186.stdout: available. 2024-03-21T13:21:05.418 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-101-generic 2024-03-21T13:21:05.418 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-21T13:21:05.418 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-21T13:21:05.418 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-03-21T13:21:05.418 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi186.front.sepia.ceph.com, path=None, version=distro) 2024-03-21T13:21:05.418 DEBUG:teuthology.orchestra.run.smithi186:> sudo apt-get clean 2024-03-21T13:21:05.566 DEBUG:teuthology.orchestra.run.smithi186:> sudo apt-get update 2024-03-21T13:21:05.602 INFO:teuthology.orchestra.run.smithi100.stdout:Reading package lists... 2024-03-21T13:21:05.618 DEBUG:teuthology.orchestra.run.smithi100:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-21T13:21:05.677 INFO:teuthology.orchestra.run.smithi100.stdout:Reading package lists... 2024-03-21T13:21:05.725 INFO:teuthology.orchestra.run.smithi186.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-03-21T13:21:05.763 DEBUG:teuthology.orchestra.run.smithi170:> dpkg -s linux-image-generic 2024-03-21T13:21:05.783 INFO:teuthology.orchestra.run.smithi170.stdout:Package: linux-image-generic 2024-03-21T13:21:05.783 INFO:teuthology.orchestra.run.smithi170.stdout:Status: install ok installed 2024-03-21T13:21:05.783 INFO:teuthology.orchestra.run.smithi170.stdout:Priority: optional 2024-03-21T13:21:05.783 INFO:teuthology.orchestra.run.smithi170.stdout:Section: kernel 2024-03-21T13:21:05.783 INFO:teuthology.orchestra.run.smithi170.stdout:Installed-Size: 21 2024-03-21T13:21:05.783 INFO:teuthology.orchestra.run.smithi170.stdout:Maintainer: Ubuntu Kernel Team 2024-03-21T13:21:05.784 INFO:teuthology.orchestra.run.smithi170.stdout:Architecture: amd64 2024-03-21T13:21:05.784 INFO:teuthology.orchestra.run.smithi170.stdout:Source: linux-meta 2024-03-21T13:21:05.784 INFO:teuthology.orchestra.run.smithi170.stdout:Version: 5.15.0.101.98 2024-03-21T13:21:05.784 INFO:teuthology.orchestra.run.smithi170.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-101), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-03-21T13:21:05.784 INFO:teuthology.orchestra.run.smithi170.stdout:Depends: linux-image-5.15.0-101-generic, linux-modules-extra-5.15.0-101-generic, linux-firmware, intel-microcode, amd64-microcode 2024-03-21T13:21:05.784 INFO:teuthology.orchestra.run.smithi170.stdout:Recommends: thermald 2024-03-21T13:21:05.784 INFO:teuthology.orchestra.run.smithi170.stdout:Description: Generic Linux kernel image 2024-03-21T13:21:05.784 INFO:teuthology.orchestra.run.smithi170.stdout: This package will always depend on the latest generic kernel image 2024-03-21T13:21:05.784 INFO:teuthology.orchestra.run.smithi170.stdout: available. 2024-03-21T13:21:05.785 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-101-generic 2024-03-21T13:21:05.785 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-21T13:21:05.785 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-21T13:21:05.785 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-03-21T13:21:05.785 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi170.front.sepia.ceph.com, path=None, version=distro) 2024-03-21T13:21:05.786 DEBUG:teuthology.orchestra.run.smithi170:> sudo apt-get clean 2024-03-21T13:21:05.797 INFO:teuthology.orchestra.run.smithi186.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-21T13:21:05.879 INFO:teuthology.orchestra.run.smithi186.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-03-21T13:21:05.882 INFO:teuthology.orchestra.run.smithi100.stdout:Building dependency tree... 2024-03-21T13:21:05.883 INFO:teuthology.orchestra.run.smithi100.stdout:Reading state information... 2024-03-21T13:21:05.961 INFO:teuthology.orchestra.run.smithi186.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-21T13:21:06.007 DEBUG:teuthology.orchestra.run.smithi170:> sudo apt-get update 2024-03-21T13:21:06.051 INFO:teuthology.orchestra.run.smithi100.stdout:linux-image-generic is already the newest version (5.15.0.101.98). 2024-03-21T13:21:06.051 INFO:teuthology.orchestra.run.smithi100.stdout:The following packages were automatically installed and are no longer required: 2024-03-21T13:21:06.051 INFO:teuthology.orchestra.run.smithi100.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-21T13:21:06.051 INFO:teuthology.orchestra.run.smithi100.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-21T13:21:06.051 INFO:teuthology.orchestra.run.smithi100.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-21T13:21:06.052 INFO:teuthology.orchestra.run.smithi100.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-21T13:21:06.052 INFO:teuthology.orchestra.run.smithi100.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-21T13:21:06.052 INFO:teuthology.orchestra.run.smithi100.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-21T13:21:06.088 INFO:teuthology.orchestra.run.smithi100.stdout:0 upgraded, 0 newly installed, 0 to remove and 298 not upgraded. 2024-03-21T13:21:06.090 DEBUG:teuthology.orchestra.run.smithi100:> dpkg -s linux-image-generic 2024-03-21T13:21:06.102 INFO:teuthology.orchestra.run.smithi100.stdout:Package: linux-image-generic 2024-03-21T13:21:06.102 INFO:teuthology.orchestra.run.smithi100.stdout:Status: install ok installed 2024-03-21T13:21:06.102 INFO:teuthology.orchestra.run.smithi100.stdout:Priority: optional 2024-03-21T13:21:06.102 INFO:teuthology.orchestra.run.smithi100.stdout:Section: kernel 2024-03-21T13:21:06.102 INFO:teuthology.orchestra.run.smithi100.stdout:Installed-Size: 21 2024-03-21T13:21:06.102 INFO:teuthology.orchestra.run.smithi100.stdout:Maintainer: Ubuntu Kernel Team 2024-03-21T13:21:06.102 INFO:teuthology.orchestra.run.smithi100.stdout:Architecture: amd64 2024-03-21T13:21:06.102 INFO:teuthology.orchestra.run.smithi100.stdout:Source: linux-meta 2024-03-21T13:21:06.102 INFO:teuthology.orchestra.run.smithi100.stdout:Version: 5.15.0.101.98 2024-03-21T13:21:06.102 INFO:teuthology.orchestra.run.smithi100.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-101), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-03-21T13:21:06.102 INFO:teuthology.orchestra.run.smithi100.stdout:Depends: linux-image-5.15.0-101-generic, linux-modules-extra-5.15.0-101-generic, linux-firmware, intel-microcode, amd64-microcode 2024-03-21T13:21:06.102 INFO:teuthology.orchestra.run.smithi100.stdout:Recommends: thermald 2024-03-21T13:21:06.103 INFO:teuthology.orchestra.run.smithi100.stdout:Description: Generic Linux kernel image 2024-03-21T13:21:06.103 INFO:teuthology.orchestra.run.smithi100.stdout: This package will always depend on the latest generic kernel image 2024-03-21T13:21:06.103 INFO:teuthology.orchestra.run.smithi100.stdout: available. 2024-03-21T13:21:06.103 DEBUG:teuthology.orchestra.run.smithi100:> mktemp 2024-03-21T13:21:06.146 INFO:teuthology.orchestra.run.smithi100.stdout:/tmp/tmp.nCuDjtHunM 2024-03-21T13:21:06.146 DEBUG:teuthology.orchestra.run.smithi100:> sudo cp /boot/grub/grub.cfg /tmp/tmp.nCuDjtHunM 2024-03-21T13:21:06.200 DEBUG:teuthology.orchestra.run.smithi100:> sudo chmod 0666 /tmp/tmp.nCuDjtHunM 2024-03-21T13:21:06.274 INFO:teuthology.orchestra.run.smithi170.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-21T13:21:06.274 INFO:teuthology.orchestra.run.smithi170.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-03-21T13:21:06.309 DEBUG:teuthology.orchestra.remote:smithi100:/tmp/tmp.nCuDjtHunM is 10KB 2024-03-21T13:21:06.323 DEBUG:teuthology.orchestra.run.smithi100:> rm -fr /tmp/tmp.nCuDjtHunM 2024-03-21T13:21:06.329 DEBUG:teuthology.orchestra.run.smithi100:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-03-21T13:21:06.334 INFO:teuthology.orchestra.run.smithi170.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-03-21T13:21:06.382 DEBUG:teuthology.orchestra.run.smithi100:> set -ex 2024-03-21T13:21:06.382 DEBUG:teuthology.orchestra.run.smithi100:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-03-21T13:21:06.382 DEBUG:teuthology.orchestra.run.smithi100:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-03-21T13:21:06.416 INFO:teuthology.orchestra.run.smithi170.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-21T13:21:06.445 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-101-generic 2024-03-21T13:21:06.445 DEBUG:teuthology.orchestra.run.smithi100:> sudo update-grub 2024-03-21T13:21:07.039 INFO:teuthology.orchestra.run.smithi186.stdout:Reading package lists... 2024-03-21T13:21:07.057 DEBUG:teuthology.orchestra.run.smithi186:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-21T13:21:07.108 INFO:teuthology.orchestra.run.smithi186.stdout:Reading package lists... 2024-03-21T13:21:07.281 INFO:teuthology.orchestra.run.smithi186.stdout:Building dependency tree... 2024-03-21T13:21:07.281 INFO:teuthology.orchestra.run.smithi186.stdout:Reading state information... 2024-03-21T13:21:07.432 INFO:teuthology.orchestra.run.smithi186.stdout:linux-image-generic is already the newest version (5.15.0.101.98). 2024-03-21T13:21:07.432 INFO:teuthology.orchestra.run.smithi186.stdout:The following packages were automatically installed and are no longer required: 2024-03-21T13:21:07.432 INFO:teuthology.orchestra.run.smithi186.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-21T13:21:07.432 INFO:teuthology.orchestra.run.smithi186.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-21T13:21:07.433 INFO:teuthology.orchestra.run.smithi186.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-21T13:21:07.433 INFO:teuthology.orchestra.run.smithi186.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-21T13:21:07.433 INFO:teuthology.orchestra.run.smithi186.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-21T13:21:07.433 INFO:teuthology.orchestra.run.smithi186.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-21T13:21:07.471 INFO:teuthology.orchestra.run.smithi186.stdout:0 upgraded, 0 newly installed, 0 to remove and 298 not upgraded. 2024-03-21T13:21:07.473 DEBUG:teuthology.orchestra.run.smithi186:> dpkg -s linux-image-generic 2024-03-21T13:21:07.529 INFO:teuthology.orchestra.run.smithi186.stdout:Package: linux-image-generic 2024-03-21T13:21:07.529 INFO:teuthology.orchestra.run.smithi186.stdout:Status: install ok installed 2024-03-21T13:21:07.529 INFO:teuthology.orchestra.run.smithi186.stdout:Priority: optional 2024-03-21T13:21:07.529 INFO:teuthology.orchestra.run.smithi186.stdout:Section: kernel 2024-03-21T13:21:07.529 INFO:teuthology.orchestra.run.smithi186.stdout:Installed-Size: 21 2024-03-21T13:21:07.529 INFO:teuthology.orchestra.run.smithi186.stdout:Maintainer: Ubuntu Kernel Team 2024-03-21T13:21:07.529 INFO:teuthology.orchestra.run.smithi186.stdout:Architecture: amd64 2024-03-21T13:21:07.529 INFO:teuthology.orchestra.run.smithi186.stdout:Source: linux-meta 2024-03-21T13:21:07.529 INFO:teuthology.orchestra.run.smithi186.stdout:Version: 5.15.0.101.98 2024-03-21T13:21:07.529 INFO:teuthology.orchestra.run.smithi186.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-101), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-03-21T13:21:07.529 INFO:teuthology.orchestra.run.smithi186.stdout:Depends: linux-image-5.15.0-101-generic, linux-modules-extra-5.15.0-101-generic, linux-firmware, intel-microcode, amd64-microcode 2024-03-21T13:21:07.530 INFO:teuthology.orchestra.run.smithi186.stdout:Recommends: thermald 2024-03-21T13:21:07.530 INFO:teuthology.orchestra.run.smithi186.stdout:Description: Generic Linux kernel image 2024-03-21T13:21:07.530 INFO:teuthology.orchestra.run.smithi186.stdout: This package will always depend on the latest generic kernel image 2024-03-21T13:21:07.530 INFO:teuthology.orchestra.run.smithi186.stdout: available. 2024-03-21T13:21:07.530 DEBUG:teuthology.orchestra.run.smithi186:> mktemp 2024-03-21T13:21:07.574 INFO:teuthology.orchestra.run.smithi186.stdout:/tmp/tmp.YKXuSvalzx 2024-03-21T13:21:07.574 DEBUG:teuthology.orchestra.run.smithi186:> sudo cp /boot/grub/grub.cfg /tmp/tmp.YKXuSvalzx 2024-03-21T13:21:07.579 INFO:teuthology.orchestra.run.smithi170.stdout:Reading package lists... 2024-03-21T13:21:07.585 INFO:teuthology.orchestra.run.smithi100.stderr:Sourcing file `/etc/default/grub' 2024-03-21T13:21:07.586 INFO:teuthology.orchestra.run.smithi100.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-21T13:21:07.590 INFO:teuthology.orchestra.run.smithi100.stderr:Generating grub configuration file ... 2024-03-21T13:21:07.597 DEBUG:teuthology.orchestra.run.smithi170:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-21T13:21:07.638 DEBUG:teuthology.orchestra.run.smithi186:> sudo chmod 0666 /tmp/tmp.YKXuSvalzx 2024-03-21T13:21:07.655 INFO:teuthology.orchestra.run.smithi170.stdout:Reading package lists... 2024-03-21T13:21:07.755 DEBUG:teuthology.orchestra.remote:smithi186:/tmp/tmp.YKXuSvalzx is 10KB 2024-03-21T13:21:07.768 DEBUG:teuthology.orchestra.run.smithi186:> rm -fr /tmp/tmp.YKXuSvalzx 2024-03-21T13:21:07.774 DEBUG:teuthology.orchestra.run.smithi186:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-03-21T13:21:07.783 INFO:teuthology.orchestra.run.smithi100.stderr:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-21T13:21:07.789 INFO:teuthology.orchestra.run.smithi100.stderr:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-21T13:21:07.830 DEBUG:teuthology.orchestra.run.smithi186:> set -ex 2024-03-21T13:21:07.830 DEBUG:teuthology.orchestra.run.smithi186:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-03-21T13:21:07.830 DEBUG:teuthology.orchestra.run.smithi186:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-03-21T13:21:07.847 INFO:teuthology.orchestra.run.smithi170.stdout:Building dependency tree... 2024-03-21T13:21:07.847 INFO:teuthology.orchestra.run.smithi170.stdout:Reading state information... 2024-03-21T13:21:07.909 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-101-generic 2024-03-21T13:21:07.909 DEBUG:teuthology.orchestra.run.smithi186:> sudo update-grub 2024-03-21T13:21:08.018 INFO:teuthology.orchestra.run.smithi170.stdout:linux-image-generic is already the newest version (5.15.0.101.98). 2024-03-21T13:21:08.018 INFO:teuthology.orchestra.run.smithi170.stdout:The following packages were automatically installed and are no longer required: 2024-03-21T13:21:08.018 INFO:teuthology.orchestra.run.smithi170.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-21T13:21:08.018 INFO:teuthology.orchestra.run.smithi170.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-21T13:21:08.018 INFO:teuthology.orchestra.run.smithi170.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-21T13:21:08.019 INFO:teuthology.orchestra.run.smithi170.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-21T13:21:08.019 INFO:teuthology.orchestra.run.smithi170.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-21T13:21:08.019 INFO:teuthology.orchestra.run.smithi170.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-21T13:21:08.029 INFO:teuthology.orchestra.run.smithi100.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-21T13:21:08.034 INFO:teuthology.orchestra.run.smithi100.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-21T13:21:08.061 INFO:teuthology.orchestra.run.smithi170.stdout:0 upgraded, 0 newly installed, 0 to remove and 298 not upgraded. 2024-03-21T13:21:08.063 DEBUG:teuthology.orchestra.run.smithi170:> dpkg -s linux-image-generic 2024-03-21T13:21:08.074 INFO:teuthology.orchestra.run.smithi100.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-21T13:21:08.078 INFO:teuthology.orchestra.run.smithi170.stdout:Package: linux-image-generic 2024-03-21T13:21:08.078 INFO:teuthology.orchestra.run.smithi170.stdout:Status: install ok installed 2024-03-21T13:21:08.078 INFO:teuthology.orchestra.run.smithi170.stdout:Priority: optional 2024-03-21T13:21:08.078 INFO:teuthology.orchestra.run.smithi170.stdout:Section: kernel 2024-03-21T13:21:08.078 INFO:teuthology.orchestra.run.smithi170.stdout:Installed-Size: 21 2024-03-21T13:21:08.078 INFO:teuthology.orchestra.run.smithi170.stdout:Maintainer: Ubuntu Kernel Team 2024-03-21T13:21:08.078 INFO:teuthology.orchestra.run.smithi170.stdout:Architecture: amd64 2024-03-21T13:21:08.078 INFO:teuthology.orchestra.run.smithi170.stdout:Source: linux-meta 2024-03-21T13:21:08.078 INFO:teuthology.orchestra.run.smithi170.stdout:Version: 5.15.0.101.98 2024-03-21T13:21:08.078 INFO:teuthology.orchestra.run.smithi170.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-101), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-03-21T13:21:08.078 INFO:teuthology.orchestra.run.smithi170.stdout:Depends: linux-image-5.15.0-101-generic, linux-modules-extra-5.15.0-101-generic, linux-firmware, intel-microcode, amd64-microcode 2024-03-21T13:21:08.079 INFO:teuthology.orchestra.run.smithi170.stdout:Recommends: thermald 2024-03-21T13:21:08.079 INFO:teuthology.orchestra.run.smithi170.stdout:Description: Generic Linux kernel image 2024-03-21T13:21:08.079 INFO:teuthology.orchestra.run.smithi170.stdout: This package will always depend on the latest generic kernel image 2024-03-21T13:21:08.079 INFO:teuthology.orchestra.run.smithi170.stdout: available. 2024-03-21T13:21:08.079 INFO:teuthology.orchestra.run.smithi100.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-21T13:21:08.080 DEBUG:teuthology.orchestra.run.smithi170:> mktemp 2024-03-21T13:21:08.127 INFO:teuthology.orchestra.run.smithi170.stdout:/tmp/tmp.FNUwcNu04V 2024-03-21T13:21:08.127 DEBUG:teuthology.orchestra.run.smithi170:> sudo cp /boot/grub/grub.cfg /tmp/tmp.FNUwcNu04V 2024-03-21T13:21:08.183 DEBUG:teuthology.orchestra.run.smithi170:> sudo chmod 0666 /tmp/tmp.FNUwcNu04V 2024-03-21T13:21:08.210 INFO:teuthology.orchestra.run.smithi100.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-21T13:21:08.210 INFO:teuthology.orchestra.run.smithi100.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-03-21T13:21:08.210 INFO:teuthology.orchestra.run.smithi100.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-21T13:21:08.224 INFO:teuthology.orchestra.run.smithi100.stderr:done 2024-03-21T13:21:08.239 DEBUG:teuthology.orchestra.run.smithi100:> sudo shutdown -r now 2024-03-21T13:21:08.304 DEBUG:teuthology.orchestra.remote:smithi170:/tmp/tmp.FNUwcNu04V is 10KB 2024-03-21T13:21:08.317 DEBUG:teuthology.orchestra.run.smithi170:> rm -fr /tmp/tmp.FNUwcNu04V 2024-03-21T13:21:08.323 DEBUG:teuthology.orchestra.run.smithi170:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-03-21T13:21:08.379 DEBUG:teuthology.orchestra.run.smithi170:> set -ex 2024-03-21T13:21:08.379 DEBUG:teuthology.orchestra.run.smithi170:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-03-21T13:21:08.379 DEBUG:teuthology.orchestra.run.smithi170:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-03-21T13:21:08.461 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-101-generic 2024-03-21T13:21:08.461 DEBUG:teuthology.orchestra.run.smithi170:> sudo update-grub 2024-03-21T13:21:09.083 INFO:teuthology.orchestra.run.smithi186.stderr:Sourcing file `/etc/default/grub' 2024-03-21T13:21:09.084 INFO:teuthology.orchestra.run.smithi186.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-21T13:21:09.086 INFO:teuthology.orchestra.run.smithi186.stderr:Generating grub configuration file ... 2024-03-21T13:21:09.240 INFO:teuthology.orchestra.run.smithi186.stderr:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-21T13:21:09.246 INFO:teuthology.orchestra.run.smithi186.stderr:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-21T13:21:09.462 INFO:teuthology.orchestra.run.smithi186.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-21T13:21:09.466 INFO:teuthology.orchestra.run.smithi186.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-21T13:21:09.508 INFO:teuthology.orchestra.run.smithi186.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-21T13:21:09.513 INFO:teuthology.orchestra.run.smithi186.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-21T13:21:09.622 INFO:teuthology.orchestra.run.smithi170.stderr:Sourcing file `/etc/default/grub' 2024-03-21T13:21:09.623 INFO:teuthology.orchestra.run.smithi170.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-21T13:21:09.626 INFO:teuthology.orchestra.run.smithi170.stderr:Generating grub configuration file ... 2024-03-21T13:21:09.630 INFO:teuthology.orchestra.run.smithi186.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-21T13:21:09.630 INFO:teuthology.orchestra.run.smithi186.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-03-21T13:21:09.630 INFO:teuthology.orchestra.run.smithi186.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-21T13:21:09.652 INFO:teuthology.orchestra.run.smithi186.stderr:done 2024-03-21T13:21:09.661 DEBUG:teuthology.orchestra.run.smithi186:> sudo shutdown -r now 2024-03-21T13:21:09.864 INFO:teuthology.orchestra.run.smithi170.stderr:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-21T13:21:09.870 INFO:teuthology.orchestra.run.smithi170.stderr:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-21T13:21:10.151 INFO:teuthology.orchestra.run.smithi170.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-21T13:21:10.156 INFO:teuthology.orchestra.run.smithi170.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-21T13:21:10.198 INFO:teuthology.orchestra.run.smithi170.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-21T13:21:10.203 INFO:teuthology.orchestra.run.smithi170.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-21T13:21:10.312 INFO:teuthology.orchestra.run.smithi170.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-21T13:21:10.312 INFO:teuthology.orchestra.run.smithi170.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-03-21T13:21:10.312 INFO:teuthology.orchestra.run.smithi170.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-21T13:21:10.332 INFO:teuthology.orchestra.run.smithi170.stderr:done 2024-03-21T13:21:10.346 DEBUG:teuthology.orchestra.run.smithi170:> sudo shutdown -r now 2024-03-21T13:21:38.269 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-03-21T13:21:38.270 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi100.front.sepia.ceph.com' 2024-03-21T13:21:38.271 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi100.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T13:21:39.665 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-03-21T13:21:39.665 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi186.front.sepia.ceph.com' 2024-03-21T13:21:39.665 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi186.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T13:21:40.349 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-03-21T13:21:40.350 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi170.front.sepia.ceph.com' 2024-03-21T13:21:40.350 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi170.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T13:21:56.766 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.100 2024-03-21T13:21:58.046 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.186 2024-03-21T13:21:58.814 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.170 2024-03-21T13:22:05.767 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi100.front.sepia.ceph.com' 2024-03-21T13:22:05.768 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi100.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T13:22:07.049 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi186.front.sepia.ceph.com' 2024-03-21T13:22:07.049 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi186.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T13:22:07.816 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi170.front.sepia.ceph.com' 2024-03-21T13:22:07.817 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi170.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T13:22:08.830 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.100 2024-03-21T13:22:10.110 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.186 2024-03-21T13:22:10.878 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.170 2024-03-21T13:22:20.838 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi100.front.sepia.ceph.com' 2024-03-21T13:22:20.839 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi100.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T13:22:22.112 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi186.front.sepia.ceph.com' 2024-03-21T13:22:22.113 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi186.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T13:22:22.880 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi170.front.sepia.ceph.com' 2024-03-21T13:22:22.880 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi170.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T13:22:25.950 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.170 2024-03-21T13:22:39.262 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.100 2024-03-21T13:22:40.953 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi170.front.sepia.ceph.com' 2024-03-21T13:22:40.954 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi170.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T13:22:44.030 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.170 2024-03-21T13:22:54.270 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi100.front.sepia.ceph.com' 2024-03-21T13:22:54.271 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi100.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T13:22:54.622 DEBUG:teuthology.orchestra.run.smithi100:> true 2024-03-21T13:22:55.630 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi100.front.sepia.ceph.com' 2024-03-21T13:22:55.630 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-101-generic"... 2024-03-21T13:22:55.631 DEBUG:teuthology.orchestra.run.smithi100:> uname -r 2024-03-21T13:22:55.676 INFO:teuthology.orchestra.run.smithi100.stdout:5.15.0-101-generic 2024-03-21T13:22:55.677 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-101-generic vs 5.15.0-101-generic 2024-03-21T13:22:55.677 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-21T13:22:55.677 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-03-21T13:22:56.678 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-03-21T13:22:56.679 DEBUG:teuthology.orchestra.run.smithi100:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-21T13:22:56.757 INFO:teuthology.orchestra.run.smithi100.stdout:ttyS1 2024-03-21T13:22:56.774 DEBUG:teuthology.parallel:result is None 2024-03-21T13:23:02.031 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi170.front.sepia.ceph.com' 2024-03-21T13:23:02.032 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi170.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T13:23:02.504 DEBUG:teuthology.orchestra.run.smithi170:> true 2024-03-21T13:23:03.088 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi170.front.sepia.ceph.com' 2024-03-21T13:23:03.088 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-101-generic"... 2024-03-21T13:23:03.089 DEBUG:teuthology.orchestra.run.smithi170:> uname -r 2024-03-21T13:23:03.135 INFO:teuthology.orchestra.run.smithi170.stdout:5.15.0-101-generic 2024-03-21T13:23:03.135 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-101-generic vs 5.15.0-101-generic 2024-03-21T13:23:03.135 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-21T13:23:03.135 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-03-21T13:23:04.136 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-03-21T13:23:04.137 DEBUG:teuthology.orchestra.run.smithi170:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-21T13:23:04.497 INFO:teuthology.orchestra.run.smithi170.stdout:ttyS1 2024-03-21T13:23:04.517 DEBUG:teuthology.parallel:result is None 2024-03-21T13:23:22.116 DEBUG:teuthology.orchestra.remote:timed out 2024-03-21T13:23:37.116 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi186.front.sepia.ceph.com' 2024-03-21T13:23:37.118 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi186.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T13:23:37.411 DEBUG:teuthology.orchestra.run.smithi186:> true 2024-03-21T13:23:38.002 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi186.front.sepia.ceph.com' 2024-03-21T13:23:38.002 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.15.0-101-generic"... 2024-03-21T13:23:38.003 DEBUG:teuthology.orchestra.run.smithi186:> uname -r 2024-03-21T13:23:38.050 INFO:teuthology.orchestra.run.smithi186.stdout:5.15.0-101-generic 2024-03-21T13:23:38.050 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-101-generic vs 5.15.0-101-generic 2024-03-21T13:23:38.051 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-21T13:23:38.051 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-03-21T13:23:39.052 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-03-21T13:23:39.052 DEBUG:teuthology.orchestra.run.smithi186:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-21T13:23:39.114 INFO:teuthology.orchestra.run.smithi186.stdout:ttyS1 2024-03-21T13:23:39.144 DEBUG:teuthology.parallel:result is None 2024-03-21T13:23:39.144 INFO:teuthology.run_tasks:Running task internal.base... 2024-03-21T13:23:39.152 INFO:teuthology.task.internal:Creating test directory... 2024-03-21T13:23:39.152 DEBUG:teuthology.orchestra.run.smithi100:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-21T13:23:39.155 DEBUG:teuthology.orchestra.run.smithi170:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-21T13:23:39.157 DEBUG:teuthology.orchestra.run.smithi186:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-21T13:23:39.163 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-03-21T13:23:39.192 INFO:teuthology.run_tasks:Running task internal.archive... 2024-03-21T13:23:39.213 INFO:teuthology.task.internal:Creating archive directory... 2024-03-21T13:23:39.214 DEBUG:teuthology.orchestra.run.smithi100:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-21T13:23:39.216 DEBUG:teuthology.orchestra.run.smithi170:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-21T13:23:39.218 DEBUG:teuthology.orchestra.run.smithi186:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-21T13:23:39.318 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-03-21T13:23:39.325 INFO:teuthology.task.internal:Enabling coredump saving... 2024-03-21T13:23:39.325 DEBUG:teuthology.orchestra.run.smithi100:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-03-21T13:23:39.328 DEBUG:teuthology.orchestra.run.smithi170:> 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-03-21T13:23:39.331 DEBUG:teuthology.orchestra.run.smithi186:> 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-03-21T13:23:39.346 INFO:teuthology.orchestra.run.smithi100.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-21T13:23:39.354 INFO:teuthology.orchestra.run.smithi100.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-21T13:23:39.356 INFO:teuthology.orchestra.run.smithi186.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-21T13:23:39.364 INFO:teuthology.orchestra.run.smithi186.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-21T13:23:39.376 INFO:teuthology.orchestra.run.smithi170.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-21T13:23:39.383 INFO:teuthology.orchestra.run.smithi170.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-21T13:23:39.385 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-03-21T13:23:39.393 INFO:teuthology.task.internal:Configuring sudo... 2024-03-21T13:23:39.393 DEBUG:teuthology.orchestra.run.smithi100:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-21T13:23:39.401 DEBUG:teuthology.orchestra.run.smithi170:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-21T13:23:39.403 DEBUG:teuthology.orchestra.run.smithi186:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-21T13:23:39.434 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-03-21T13:23:39.443 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-03-21T13:23:39.443 DEBUG:teuthology.orchestra.run.smithi100:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-21T13:23:39.457 DEBUG:teuthology.orchestra.run.smithi170:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-21T13:23:39.468 DEBUG:teuthology.orchestra.run.smithi186:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-21T13:23:39.478 DEBUG:teuthology.orchestra.run.smithi100:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-21T13:23:39.508 DEBUG:teuthology.orchestra.run.smithi100:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-21T13:23:39.556 DEBUG:teuthology.orchestra.run.smithi100:> set -ex 2024-03-21T13:23:39.556 DEBUG:teuthology.orchestra.run.smithi100:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-21T13:23:39.619 DEBUG:teuthology.orchestra.run.smithi170:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-21T13:23:39.625 DEBUG:teuthology.orchestra.run.smithi170:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-21T13:23:39.671 DEBUG:teuthology.orchestra.run.smithi170:> set -ex 2024-03-21T13:23:39.671 DEBUG:teuthology.orchestra.run.smithi170:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-21T13:23:39.737 DEBUG:teuthology.orchestra.run.smithi186:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-21T13:23:39.742 DEBUG:teuthology.orchestra.run.smithi186:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-21T13:23:39.790 DEBUG:teuthology.orchestra.run.smithi186:> set -ex 2024-03-21T13:23:39.791 DEBUG:teuthology.orchestra.run.smithi186:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-21T13:23:39.857 DEBUG:teuthology.orchestra.run.smithi100:> sudo service rsyslog restart 2024-03-21T13:23:39.860 DEBUG:teuthology.orchestra.run.smithi170:> sudo service rsyslog restart 2024-03-21T13:23:39.863 DEBUG:teuthology.orchestra.run.smithi186:> sudo service rsyslog restart 2024-03-21T13:23:39.933 INFO:teuthology.run_tasks:Running task internal.timer... 2024-03-21T13:23:39.941 INFO:teuthology.task.internal:Starting timer... 2024-03-21T13:23:39.941 INFO:teuthology.run_tasks:Running task pcp... 2024-03-21T13:23:39.975 INFO:teuthology.run_tasks:Running task selinux... 2024-03-21T13:23:40.008 DEBUG:teuthology.task.selinux:Excluding smithi100: OS 'ubuntu' does not support SELinux 2024-03-21T13:23:40.008 DEBUG:teuthology.task.selinux:Excluding smithi170: OS 'ubuntu' does not support SELinux 2024-03-21T13:23:40.008 DEBUG:teuthology.task.selinux:Excluding smithi186: OS 'ubuntu' does not support SELinux 2024-03-21T13:23:40.009 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-03-21T13:23:40.009 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-03-21T13:23:40.010 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-03-21T13:23:40.010 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-03-21T13:23:40.041 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-03-21T13:23:40.064 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-03-21T13:23:40.065 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi100.front.sepia.ceph.com,smithi170.front.sepia.ceph.com,smithi186.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-03-21T13:30:40.204 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi100.front.sepia.ceph.com'), Remote(name='ubuntu@smithi170.front.sepia.ceph.com'), Remote(name='ubuntu@smithi186.front.sepia.ceph.com')] 2024-03-21T13:30:40.205 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi100.front.sepia.ceph.com' 2024-03-21T13:30:40.206 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi100.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T13:30:40.289 DEBUG:teuthology.orchestra.run.smithi100:> true 2024-03-21T13:30:40.366 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi100.front.sepia.ceph.com' 2024-03-21T13:30:40.366 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi170.front.sepia.ceph.com' 2024-03-21T13:30:40.367 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi170.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T13:30:40.447 DEBUG:teuthology.orchestra.run.smithi170:> true 2024-03-21T13:30:40.522 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi170.front.sepia.ceph.com' 2024-03-21T13:30:40.522 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi186.front.sepia.ceph.com' 2024-03-21T13:30:40.523 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi186.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T13:30:40.601 DEBUG:teuthology.orchestra.run.smithi186:> true 2024-03-21T13:30:40.678 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi186.front.sepia.ceph.com' 2024-03-21T13:30:40.679 INFO:teuthology.run_tasks:Running task clock... 2024-03-21T13:30:40.690 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-03-21T13:30:40.690 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-21T13:30:40.690 DEBUG:teuthology.orchestra.run.smithi100:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-21T13:30:40.693 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-21T13:30:40.693 DEBUG:teuthology.orchestra.run.smithi170:> 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-03-21T13:30:40.695 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-21T13:30:40.695 DEBUG:teuthology.orchestra.run.smithi186:> 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-03-21T13:30:40.718 INFO:teuthology.orchestra.run.smithi100.stdout:21 Mar 13:30:40 ntpd[17162]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-03-21T13:30:40.719 INFO:teuthology.orchestra.run.smithi100.stdout:21 Mar 13:30:40 ntpd[17162]: Command line: ntpd -gq 2024-03-21T13:30:40.719 INFO:teuthology.orchestra.run.smithi100.stdout:21 Mar 13:30:40 ntpd[17162]: ---------------------------------------------------- 2024-03-21T13:30:40.719 INFO:teuthology.orchestra.run.smithi100.stdout:21 Mar 13:30:40 ntpd[17162]: ntp-4 is maintained by Network Time Foundation, 2024-03-21T13:30:40.719 INFO:teuthology.orchestra.run.smithi100.stdout:21 Mar 13:30:40 ntpd[17162]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-03-21T13:30:40.719 INFO:teuthology.orchestra.run.smithi100.stdout:21 Mar 13:30:40 ntpd[17162]: corporation. Support and training for ntp-4 are 2024-03-21T13:30:40.719 INFO:teuthology.orchestra.run.smithi100.stdout:21 Mar 13:30:40 ntpd[17162]: available at https://www.nwtime.org/support 2024-03-21T13:30:40.719 INFO:teuthology.orchestra.run.smithi100.stdout:21 Mar 13:30:40 ntpd[17162]: ---------------------------------------------------- 2024-03-21T13:30:40.720 INFO:teuthology.orchestra.run.smithi100.stdout:21 Mar 13:30:40 ntpd[17162]: proto: precision = 0.044 usec (-24) 2024-03-21T13:30:40.720 INFO:teuthology.orchestra.run.smithi100.stdout:21 Mar 13:30:40 ntpd[17162]: basedate set to 2022-02-04 2024-03-21T13:30:40.720 INFO:teuthology.orchestra.run.smithi100.stdout:21 Mar 13:30:40 ntpd[17162]: gps base set to 2022-02-06 (week 2196) 2024-03-21T13:30:40.720 INFO:teuthology.orchestra.run.smithi100.stdout:21 Mar 13:30:40 ntpd[17162]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-21T13:30:40.720 INFO:teuthology.orchestra.run.smithi100.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-21T13:30:40.720 INFO:teuthology.orchestra.run.smithi100.stderr:restrict ::: KOD does nothing without LIMITED. 2024-03-21T13:30:40.721 INFO:teuthology.orchestra.run.smithi100.stdout:21 Mar 13:30:40 ntpd[17162]: restrict ::: KOD does nothing without LIMITED. 2024-03-21T13:30:40.721 INFO:teuthology.orchestra.run.smithi100.stdout:21 Mar 13:30:40 ntpd[17162]: Listen and drop on 0 v6wildcard [::]:123 2024-03-21T13:30:40.721 INFO:teuthology.orchestra.run.smithi100.stdout:21 Mar 13:30:40 ntpd[17162]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-03-21T13:30:40.721 INFO:teuthology.orchestra.run.smithi100.stdout:21 Mar 13:30:40 ntpd[17162]: Listen normally on 2 lo 127.0.0.1:123 2024-03-21T13:30:40.721 INFO:teuthology.orchestra.run.smithi100.stdout:21 Mar 13:30:40 ntpd[17162]: Listen normally on 3 enp3s0f1 172.21.15.100:123 2024-03-21T13:30:40.721 INFO:teuthology.orchestra.run.smithi100.stdout:21 Mar 13:30:40 ntpd[17162]: Listen normally on 4 lo [::1]:123 2024-03-21T13:30:40.721 INFO:teuthology.orchestra.run.smithi100.stdout:21 Mar 13:30:40 ntpd[17162]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:d733%5]:123 2024-03-21T13:30:40.721 INFO:teuthology.orchestra.run.smithi100.stdout:21 Mar 13:30:40 ntpd[17162]: Listening on routing socket on fd #22 for interface updates 2024-03-21T13:30:40.723 INFO:teuthology.orchestra.run.smithi170.stdout:21 Mar 13:30:40 ntpd[17160]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-03-21T13:30:40.723 INFO:teuthology.orchestra.run.smithi170.stdout:21 Mar 13:30:40 ntpd[17160]: Command line: ntpd -gq 2024-03-21T13:30:40.723 INFO:teuthology.orchestra.run.smithi170.stdout:21 Mar 13:30:40 ntpd[17160]: ---------------------------------------------------- 2024-03-21T13:30:40.723 INFO:teuthology.orchestra.run.smithi170.stdout:21 Mar 13:30:40 ntpd[17160]: ntp-4 is maintained by Network Time Foundation, 2024-03-21T13:30:40.723 INFO:teuthology.orchestra.run.smithi170.stdout:21 Mar 13:30:40 ntpd[17160]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-03-21T13:30:40.723 INFO:teuthology.orchestra.run.smithi170.stdout:21 Mar 13:30:40 ntpd[17160]: corporation. Support and training for ntp-4 are 2024-03-21T13:30:40.723 INFO:teuthology.orchestra.run.smithi170.stdout:21 Mar 13:30:40 ntpd[17160]: available at https://www.nwtime.org/support 2024-03-21T13:30:40.723 INFO:teuthology.orchestra.run.smithi170.stdout:21 Mar 13:30:40 ntpd[17160]: ---------------------------------------------------- 2024-03-21T13:30:40.724 INFO:teuthology.orchestra.run.smithi170.stdout:21 Mar 13:30:40 ntpd[17160]: proto: precision = 0.044 usec (-24) 2024-03-21T13:30:40.725 INFO:teuthology.orchestra.run.smithi170.stdout:21 Mar 13:30:40 ntpd[17160]: basedate set to 2022-02-04 2024-03-21T13:30:40.725 INFO:teuthology.orchestra.run.smithi170.stdout:21 Mar 13:30:40 ntpd[17160]: gps base set to 2022-02-06 (week 2196) 2024-03-21T13:30:40.725 INFO:teuthology.orchestra.run.smithi170.stdout:21 Mar 13:30:40 ntpd[17160]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-21T13:30:40.725 INFO:teuthology.orchestra.run.smithi170.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-21T13:30:40.725 INFO:teuthology.orchestra.run.smithi170.stderr:restrict ::: KOD does nothing without LIMITED. 2024-03-21T13:30:40.726 INFO:teuthology.orchestra.run.smithi170.stdout:21 Mar 13:30:40 ntpd[17160]: restrict ::: KOD does nothing without LIMITED. 2024-03-21T13:30:40.726 INFO:teuthology.orchestra.run.smithi170.stdout:21 Mar 13:30:40 ntpd[17160]: Listen and drop on 0 v6wildcard [::]:123 2024-03-21T13:30:40.726 INFO:teuthology.orchestra.run.smithi170.stdout:21 Mar 13:30:40 ntpd[17160]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-03-21T13:30:40.726 INFO:teuthology.orchestra.run.smithi170.stdout:21 Mar 13:30:40 ntpd[17160]: Listen normally on 2 lo 127.0.0.1:123 2024-03-21T13:30:40.726 INFO:teuthology.orchestra.run.smithi170.stdout:21 Mar 13:30:40 ntpd[17160]: Listen normally on 3 enp3s0f1 172.21.15.170:123 2024-03-21T13:30:40.726 INFO:teuthology.orchestra.run.smithi170.stdout:21 Mar 13:30:40 ntpd[17160]: Listen normally on 4 lo [::1]:123 2024-03-21T13:30:40.727 INFO:teuthology.orchestra.run.smithi170.stdout:21 Mar 13:30:40 ntpd[17160]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:7255%5]:123 2024-03-21T13:30:40.727 INFO:teuthology.orchestra.run.smithi170.stdout:21 Mar 13:30:40 ntpd[17160]: Listening on routing socket on fd #22 for interface updates 2024-03-21T13:30:40.747 INFO:teuthology.orchestra.run.smithi186.stdout:21 Mar 13:30:40 ntpd[17202]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-03-21T13:30:40.747 INFO:teuthology.orchestra.run.smithi186.stdout:21 Mar 13:30:40 ntpd[17202]: Command line: ntpd -gq 2024-03-21T13:30:40.747 INFO:teuthology.orchestra.run.smithi186.stdout:21 Mar 13:30:40 ntpd[17202]: ---------------------------------------------------- 2024-03-21T13:30:40.747 INFO:teuthology.orchestra.run.smithi186.stdout:21 Mar 13:30:40 ntpd[17202]: ntp-4 is maintained by Network Time Foundation, 2024-03-21T13:30:40.747 INFO:teuthology.orchestra.run.smithi186.stdout:21 Mar 13:30:40 ntpd[17202]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-03-21T13:30:40.747 INFO:teuthology.orchestra.run.smithi186.stdout:21 Mar 13:30:40 ntpd[17202]: corporation. Support and training for ntp-4 are 2024-03-21T13:30:40.747 INFO:teuthology.orchestra.run.smithi186.stdout:21 Mar 13:30:40 ntpd[17202]: available at https://www.nwtime.org/support 2024-03-21T13:30:40.747 INFO:teuthology.orchestra.run.smithi186.stdout:21 Mar 13:30:40 ntpd[17202]: ---------------------------------------------------- 2024-03-21T13:30:40.748 INFO:teuthology.orchestra.run.smithi186.stdout:21 Mar 13:30:40 ntpd[17202]: proto: precision = 0.045 usec (-24) 2024-03-21T13:30:40.748 INFO:teuthology.orchestra.run.smithi186.stdout:21 Mar 13:30:40 ntpd[17202]: basedate set to 2022-02-04 2024-03-21T13:30:40.748 INFO:teuthology.orchestra.run.smithi186.stdout:21 Mar 13:30:40 ntpd[17202]: gps base set to 2022-02-06 (week 2196) 2024-03-21T13:30:40.748 INFO:teuthology.orchestra.run.smithi186.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-21T13:30:40.749 INFO:teuthology.orchestra.run.smithi186.stdout:21 Mar 13:30:40 ntpd[17202]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-21T13:30:40.749 INFO:teuthology.orchestra.run.smithi186.stdout:21 Mar 13:30:40 ntpd[17202]: restrict ::: KOD does nothing without LIMITED. 2024-03-21T13:30:40.749 INFO:teuthology.orchestra.run.smithi186.stderr:restrict ::: KOD does nothing without LIMITED. 2024-03-21T13:30:40.750 INFO:teuthology.orchestra.run.smithi186.stdout:21 Mar 13:30:40 ntpd[17202]: Listen and drop on 0 v6wildcard [::]:123 2024-03-21T13:30:40.750 INFO:teuthology.orchestra.run.smithi186.stdout:21 Mar 13:30:40 ntpd[17202]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-03-21T13:30:40.750 INFO:teuthology.orchestra.run.smithi186.stdout:21 Mar 13:30:40 ntpd[17202]: Listen normally on 2 lo 127.0.0.1:123 2024-03-21T13:30:40.750 INFO:teuthology.orchestra.run.smithi186.stdout:21 Mar 13:30:40 ntpd[17202]: Listen normally on 3 enp3s0f1 172.21.15.186:123 2024-03-21T13:30:40.750 INFO:teuthology.orchestra.run.smithi186.stdout:21 Mar 13:30:40 ntpd[17202]: Listen normally on 4 lo [::1]:123 2024-03-21T13:30:40.750 INFO:teuthology.orchestra.run.smithi186.stdout:21 Mar 13:30:40 ntpd[17202]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:6df5%5]:123 2024-03-21T13:30:40.750 INFO:teuthology.orchestra.run.smithi186.stdout:21 Mar 13:30:40 ntpd[17202]: Listening on routing socket on fd #22 for interface updates 2024-03-21T13:30:41.719 INFO:teuthology.orchestra.run.smithi100.stderr:21 Mar 13:30:41 ntpd[17162]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:30:41.719 INFO:teuthology.orchestra.run.smithi100.stderr:21 Mar 13:30:41 ntpd[17162]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:30:41.720 INFO:teuthology.orchestra.run.smithi100.stderr:21 Mar 13:30:41 ntpd[17162]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:30:41.720 INFO:teuthology.orchestra.run.smithi100.stderr:21 Mar 13:30:41 ntpd[17162]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:30:41.720 INFO:teuthology.orchestra.run.smithi100.stderr:21 Mar 13:30:41 ntpd[17162]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T13:30:41.720 INFO:teuthology.orchestra.run.smithi100.stderr:21 Mar 13:30:41 ntpd[17162]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T13:30:41.723 INFO:teuthology.orchestra.run.smithi170.stderr:21 Mar 13:30:41 ntpd[17160]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:30:41.723 INFO:teuthology.orchestra.run.smithi170.stderr:21 Mar 13:30:41 ntpd[17160]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:30:41.748 INFO:teuthology.orchestra.run.smithi186.stderr:21 Mar 13:30:41 ntpd[17202]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:30:41.748 INFO:teuthology.orchestra.run.smithi186.stderr:21 Mar 13:30:41 ntpd[17202]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:30:41.748 INFO:teuthology.orchestra.run.smithi186.stderr:21 Mar 13:30:41 ntpd[17202]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:30:41.748 INFO:teuthology.orchestra.run.smithi186.stderr:21 Mar 13:30:41 ntpd[17202]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:30:41.748 INFO:teuthology.orchestra.run.smithi186.stderr:21 Mar 13:30:41 ntpd[17202]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:30:41.748 INFO:teuthology.orchestra.run.smithi186.stderr:21 Mar 13:30:41 ntpd[17202]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:30:41.748 INFO:teuthology.orchestra.run.smithi186.stderr:21 Mar 13:30:41 ntpd[17202]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T13:30:41.749 INFO:teuthology.orchestra.run.smithi186.stderr:21 Mar 13:30:41 ntpd[17202]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T13:30:43.720 INFO:teuthology.orchestra.run.smithi100.stderr:21 Mar 13:30:43 ntpd[17162]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:30:43.721 INFO:teuthology.orchestra.run.smithi100.stderr:21 Mar 13:30:43 ntpd[17162]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:30:43.721 INFO:teuthology.orchestra.run.smithi100.stderr:21 Mar 13:30:43 ntpd[17162]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:30:43.721 INFO:teuthology.orchestra.run.smithi100.stderr:21 Mar 13:30:43 ntpd[17162]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:30:43.721 INFO:teuthology.orchestra.run.smithi100.stderr:21 Mar 13:30:43 ntpd[17162]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:30:43.721 INFO:teuthology.orchestra.run.smithi100.stderr:21 Mar 13:30:43 ntpd[17162]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:30:43.721 INFO:teuthology.orchestra.run.smithi100.stderr:21 Mar 13:30:43 ntpd[17162]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:30:43.721 INFO:teuthology.orchestra.run.smithi100.stderr:21 Mar 13:30:43 ntpd[17162]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:30:43.721 INFO:teuthology.orchestra.run.smithi100.stderr:21 Mar 13:30:43 ntpd[17162]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T13:30:43.721 INFO:teuthology.orchestra.run.smithi100.stderr:21 Mar 13:30:43 ntpd[17162]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T13:30:43.721 INFO:teuthology.orchestra.run.smithi100.stderr:21 Mar 13:30:43 ntpd[17162]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:30:43.721 INFO:teuthology.orchestra.run.smithi100.stderr:21 Mar 13:30:43 ntpd[17162]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:30:43.721 INFO:teuthology.orchestra.run.smithi100.stderr:21 Mar 13:30:43 ntpd[17162]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T13:30:43.721 INFO:teuthology.orchestra.run.smithi100.stderr:21 Mar 13:30:43 ntpd[17162]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T13:30:43.721 INFO:teuthology.orchestra.run.smithi100.stderr:21 Mar 13:30:43 ntpd[17162]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:30:43.721 INFO:teuthology.orchestra.run.smithi100.stderr:21 Mar 13:30:43 ntpd[17162]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:30:43.722 INFO:teuthology.orchestra.run.smithi100.stderr:21 Mar 13:30:43 ntpd[17162]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T13:30:43.722 INFO:teuthology.orchestra.run.smithi100.stderr:21 Mar 13:30:43 ntpd[17162]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T13:30:43.749 INFO:teuthology.orchestra.run.smithi186.stderr:21 Mar 13:30:43 ntpd[17202]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:30:43.749 INFO:teuthology.orchestra.run.smithi186.stderr:21 Mar 13:30:43 ntpd[17202]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:30:43.749 INFO:teuthology.orchestra.run.smithi186.stderr:21 Mar 13:30:43 ntpd[17202]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:30:43.749 INFO:teuthology.orchestra.run.smithi186.stderr:21 Mar 13:30:43 ntpd[17202]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:30:43.749 INFO:teuthology.orchestra.run.smithi186.stderr:21 Mar 13:30:43 ntpd[17202]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:30:43.749 INFO:teuthology.orchestra.run.smithi186.stderr:21 Mar 13:30:43 ntpd[17202]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:30:43.749 INFO:teuthology.orchestra.run.smithi186.stderr:21 Mar 13:30:43 ntpd[17202]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:30:43.749 INFO:teuthology.orchestra.run.smithi186.stderr:21 Mar 13:30:43 ntpd[17202]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:30:43.749 INFO:teuthology.orchestra.run.smithi186.stderr:21 Mar 13:30:43 ntpd[17202]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T13:30:43.749 INFO:teuthology.orchestra.run.smithi186.stderr:21 Mar 13:30:43 ntpd[17202]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T13:30:43.750 INFO:teuthology.orchestra.run.smithi186.stderr:21 Mar 13:30:43 ntpd[17202]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:30:43.750 INFO:teuthology.orchestra.run.smithi186.stderr:21 Mar 13:30:43 ntpd[17202]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:30:43.750 INFO:teuthology.orchestra.run.smithi186.stderr:21 Mar 13:30:43 ntpd[17202]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T13:30:43.750 INFO:teuthology.orchestra.run.smithi186.stderr:21 Mar 13:30:43 ntpd[17202]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T13:30:43.750 INFO:teuthology.orchestra.run.smithi186.stderr:21 Mar 13:30:43 ntpd[17202]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:30:43.750 INFO:teuthology.orchestra.run.smithi186.stderr:21 Mar 13:30:43 ntpd[17202]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:30:43.750 INFO:teuthology.orchestra.run.smithi186.stderr:21 Mar 13:30:43 ntpd[17202]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T13:30:43.750 INFO:teuthology.orchestra.run.smithi186.stderr:21 Mar 13:30:43 ntpd[17202]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T13:30:44.724 INFO:teuthology.orchestra.run.smithi170.stderr:21 Mar 13:30:44 ntpd[17160]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:30:44.724 INFO:teuthology.orchestra.run.smithi170.stderr:21 Mar 13:30:44 ntpd[17160]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:30:44.724 INFO:teuthology.orchestra.run.smithi170.stderr:21 Mar 13:30:44 ntpd[17160]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:30:44.724 INFO:teuthology.orchestra.run.smithi170.stderr:21 Mar 13:30:44 ntpd[17160]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:30:44.724 INFO:teuthology.orchestra.run.smithi170.stderr:21 Mar 13:30:44 ntpd[17160]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T13:30:44.724 INFO:teuthology.orchestra.run.smithi170.stderr:21 Mar 13:30:44 ntpd[17160]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T13:30:45.721 INFO:teuthology.orchestra.run.smithi100.stderr:21 Mar 13:30:45 ntpd[17162]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:30:45.721 INFO:teuthology.orchestra.run.smithi100.stderr:21 Mar 13:30:45 ntpd[17162]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:30:45.721 INFO:teuthology.orchestra.run.smithi100.stderr:21 Mar 13:30:45 ntpd[17162]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:30:45.721 INFO:teuthology.orchestra.run.smithi100.stderr:21 Mar 13:30:45 ntpd[17162]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:30:45.721 INFO:teuthology.orchestra.run.smithi100.stderr:21 Mar 13:30:45 ntpd[17162]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:30:45.721 INFO:teuthology.orchestra.run.smithi100.stderr:21 Mar 13:30:45 ntpd[17162]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:30:45.721 INFO:teuthology.orchestra.run.smithi100.stderr:21 Mar 13:30:45 ntpd[17162]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:30:45.721 INFO:teuthology.orchestra.run.smithi100.stderr:21 Mar 13:30:45 ntpd[17162]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:30:45.721 INFO:teuthology.orchestra.run.smithi100.stderr:21 Mar 13:30:45 ntpd[17162]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:30:45.721 INFO:teuthology.orchestra.run.smithi100.stderr:21 Mar 13:30:45 ntpd[17162]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:30:45.722 INFO:teuthology.orchestra.run.smithi100.stderr:21 Mar 13:30:45 ntpd[17162]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T13:30:45.722 INFO:teuthology.orchestra.run.smithi100.stderr:21 Mar 13:30:45 ntpd[17162]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T13:30:45.722 INFO:teuthology.orchestra.run.smithi100.stderr:21 Mar 13:30:45 ntpd[17162]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:30:45.722 INFO:teuthology.orchestra.run.smithi100.stderr:21 Mar 13:30:45 ntpd[17162]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:30:45.722 INFO:teuthology.orchestra.run.smithi100.stderr:21 Mar 13:30:45 ntpd[17162]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T13:30:45.722 INFO:teuthology.orchestra.run.smithi100.stderr:21 Mar 13:30:45 ntpd[17162]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T13:30:45.722 INFO:teuthology.orchestra.run.smithi100.stderr:21 Mar 13:30:45 ntpd[17162]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:30:45.722 INFO:teuthology.orchestra.run.smithi100.stderr:21 Mar 13:30:45 ntpd[17162]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:30:45.722 INFO:teuthology.orchestra.run.smithi100.stderr:21 Mar 13:30:45 ntpd[17162]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T13:30:45.722 INFO:teuthology.orchestra.run.smithi100.stderr:21 Mar 13:30:45 ntpd[17162]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T13:30:45.724 INFO:teuthology.orchestra.run.smithi170.stderr:21 Mar 13:30:45 ntpd[17160]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:30:45.724 INFO:teuthology.orchestra.run.smithi170.stderr:21 Mar 13:30:45 ntpd[17160]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:30:45.724 INFO:teuthology.orchestra.run.smithi170.stderr:21 Mar 13:30:45 ntpd[17160]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:30:45.724 INFO:teuthology.orchestra.run.smithi170.stderr:21 Mar 13:30:45 ntpd[17160]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:30:45.724 INFO:teuthology.orchestra.run.smithi170.stderr:21 Mar 13:30:45 ntpd[17160]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:30:45.724 INFO:teuthology.orchestra.run.smithi170.stderr:21 Mar 13:30:45 ntpd[17160]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:30:45.724 INFO:teuthology.orchestra.run.smithi170.stderr:21 Mar 13:30:45 ntpd[17160]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T13:30:45.724 INFO:teuthology.orchestra.run.smithi170.stderr:21 Mar 13:30:45 ntpd[17160]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T13:30:45.724 INFO:teuthology.orchestra.run.smithi170.stderr:21 Mar 13:30:45 ntpd[17160]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:30:45.724 INFO:teuthology.orchestra.run.smithi170.stderr:21 Mar 13:30:45 ntpd[17160]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:30:45.724 INFO:teuthology.orchestra.run.smithi170.stderr:21 Mar 13:30:45 ntpd[17160]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T13:30:45.725 INFO:teuthology.orchestra.run.smithi170.stderr:21 Mar 13:30:45 ntpd[17160]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T13:30:45.749 INFO:teuthology.orchestra.run.smithi186.stderr:21 Mar 13:30:45 ntpd[17202]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:30:45.749 INFO:teuthology.orchestra.run.smithi186.stderr:21 Mar 13:30:45 ntpd[17202]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:30:45.749 INFO:teuthology.orchestra.run.smithi186.stderr:21 Mar 13:30:45 ntpd[17202]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:30:45.749 INFO:teuthology.orchestra.run.smithi186.stderr:21 Mar 13:30:45 ntpd[17202]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:30:45.749 INFO:teuthology.orchestra.run.smithi186.stderr:21 Mar 13:30:45 ntpd[17202]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:30:45.749 INFO:teuthology.orchestra.run.smithi186.stderr:21 Mar 13:30:45 ntpd[17202]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:30:45.749 INFO:teuthology.orchestra.run.smithi186.stderr:21 Mar 13:30:45 ntpd[17202]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:30:45.749 INFO:teuthology.orchestra.run.smithi186.stderr:21 Mar 13:30:45 ntpd[17202]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:30:45.749 INFO:teuthology.orchestra.run.smithi186.stderr:21 Mar 13:30:45 ntpd[17202]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T13:30:45.750 INFO:teuthology.orchestra.run.smithi186.stderr:21 Mar 13:30:45 ntpd[17202]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T13:30:45.750 INFO:teuthology.orchestra.run.smithi186.stderr:21 Mar 13:30:45 ntpd[17202]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:30:45.750 INFO:teuthology.orchestra.run.smithi186.stderr:21 Mar 13:30:45 ntpd[17202]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:30:45.750 INFO:teuthology.orchestra.run.smithi186.stderr:21 Mar 13:30:45 ntpd[17202]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T13:30:45.750 INFO:teuthology.orchestra.run.smithi186.stderr:21 Mar 13:30:45 ntpd[17202]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T13:30:45.750 INFO:teuthology.orchestra.run.smithi186.stderr:21 Mar 13:30:45 ntpd[17202]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:30:45.750 INFO:teuthology.orchestra.run.smithi186.stderr:21 Mar 13:30:45 ntpd[17202]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:30:45.750 INFO:teuthology.orchestra.run.smithi186.stderr:21 Mar 13:30:45 ntpd[17202]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T13:30:45.750 INFO:teuthology.orchestra.run.smithi186.stderr:21 Mar 13:30:45 ntpd[17202]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T13:30:46.724 INFO:teuthology.orchestra.run.smithi170.stderr:21 Mar 13:30:46 ntpd[17160]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:30:46.724 INFO:teuthology.orchestra.run.smithi170.stderr:21 Mar 13:30:46 ntpd[17160]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:30:46.724 INFO:teuthology.orchestra.run.smithi170.stderr:21 Mar 13:30:46 ntpd[17160]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:30:46.724 INFO:teuthology.orchestra.run.smithi170.stderr:21 Mar 13:30:46 ntpd[17160]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:30:46.724 INFO:teuthology.orchestra.run.smithi170.stderr:21 Mar 13:30:46 ntpd[17160]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T13:30:46.724 INFO:teuthology.orchestra.run.smithi170.stderr:21 Mar 13:30:46 ntpd[17160]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T13:30:47.720 INFO:teuthology.orchestra.run.smithi100.stderr:21 Mar 13:30:47 ntpd[17162]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:30:47.720 INFO:teuthology.orchestra.run.smithi100.stderr:21 Mar 13:30:47 ntpd[17162]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:30:47.720 INFO:teuthology.orchestra.run.smithi100.stderr:21 Mar 13:30:47 ntpd[17162]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:30:47.720 INFO:teuthology.orchestra.run.smithi100.stderr:21 Mar 13:30:47 ntpd[17162]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:30:47.720 INFO:teuthology.orchestra.run.smithi100.stderr:21 Mar 13:30:47 ntpd[17162]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:30:47.720 INFO:teuthology.orchestra.run.smithi100.stderr:21 Mar 13:30:47 ntpd[17162]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:30:47.720 INFO:teuthology.orchestra.run.smithi100.stderr:21 Mar 13:30:47 ntpd[17162]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:30:47.721 INFO:teuthology.orchestra.run.smithi100.stderr:21 Mar 13:30:47 ntpd[17162]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:30:47.721 INFO:teuthology.orchestra.run.smithi100.stderr:21 Mar 13:30:47 ntpd[17162]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T13:30:47.721 INFO:teuthology.orchestra.run.smithi100.stderr:21 Mar 13:30:47 ntpd[17162]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T13:30:47.721 INFO:teuthology.orchestra.run.smithi100.stderr:21 Mar 13:30:47 ntpd[17162]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:30:47.721 INFO:teuthology.orchestra.run.smithi100.stderr:21 Mar 13:30:47 ntpd[17162]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:30:47.721 INFO:teuthology.orchestra.run.smithi100.stderr:21 Mar 13:30:47 ntpd[17162]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T13:30:47.721 INFO:teuthology.orchestra.run.smithi100.stderr:21 Mar 13:30:47 ntpd[17162]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T13:30:47.721 INFO:teuthology.orchestra.run.smithi100.stdout:21 Mar 13:30:47 ntpd[17162]: ntpd: time slew +0.001821 s 2024-03-21T13:30:47.721 INFO:teuthology.orchestra.run.smithi100.stdout:ntpd: time slew +0.001821s 2024-03-21T13:30:47.722 INFO:teuthology.orchestra.run.smithi100.stderr:21 Mar 13:30:47 ntpd[17162]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-03-21T13:30:47.722 INFO:teuthology.orchestra.run.smithi100.stderr:21 Mar 13:30:47 ntpd[17162]: can't open /var/log/ntpstats/loopstats.20240321: Permission denied 2024-03-21T13:30:47.724 INFO:teuthology.orchestra.run.smithi170.stderr:21 Mar 13:30:47 ntpd[17160]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:30:47.724 INFO:teuthology.orchestra.run.smithi170.stderr:21 Mar 13:30:47 ntpd[17160]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:30:47.724 INFO:teuthology.orchestra.run.smithi170.stderr:21 Mar 13:30:47 ntpd[17160]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:30:47.724 INFO:teuthology.orchestra.run.smithi170.stderr:21 Mar 13:30:47 ntpd[17160]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:30:47.724 INFO:teuthology.orchestra.run.smithi170.stderr:21 Mar 13:30:47 ntpd[17160]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:30:47.724 INFO:teuthology.orchestra.run.smithi170.stderr:21 Mar 13:30:47 ntpd[17160]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:30:47.724 INFO:teuthology.orchestra.run.smithi170.stderr:21 Mar 13:30:47 ntpd[17160]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T13:30:47.724 INFO:teuthology.orchestra.run.smithi170.stderr:21 Mar 13:30:47 ntpd[17160]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T13:30:47.724 INFO:teuthology.orchestra.run.smithi170.stderr:21 Mar 13:30:47 ntpd[17160]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:30:47.724 INFO:teuthology.orchestra.run.smithi170.stderr:21 Mar 13:30:47 ntpd[17160]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:30:47.724 INFO:teuthology.orchestra.run.smithi170.stderr:21 Mar 13:30:47 ntpd[17160]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T13:30:47.725 INFO:teuthology.orchestra.run.smithi170.stderr:21 Mar 13:30:47 ntpd[17160]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T13:30:47.748 INFO:teuthology.orchestra.run.smithi186.stderr:21 Mar 13:30:47 ntpd[17202]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:30:47.749 INFO:teuthology.orchestra.run.smithi186.stderr:21 Mar 13:30:47 ntpd[17202]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:30:47.749 INFO:teuthology.orchestra.run.smithi186.stderr:21 Mar 13:30:47 ntpd[17202]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:30:47.749 INFO:teuthology.orchestra.run.smithi186.stderr:21 Mar 13:30:47 ntpd[17202]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:30:47.749 INFO:teuthology.orchestra.run.smithi186.stderr:21 Mar 13:30:47 ntpd[17202]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:30:47.749 INFO:teuthology.orchestra.run.smithi186.stderr:21 Mar 13:30:47 ntpd[17202]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:30:47.749 INFO:teuthology.orchestra.run.smithi186.stderr:21 Mar 13:30:47 ntpd[17202]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:30:47.749 INFO:teuthology.orchestra.run.smithi186.stderr:21 Mar 13:30:47 ntpd[17202]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:30:47.749 INFO:teuthology.orchestra.run.smithi186.stderr:21 Mar 13:30:47 ntpd[17202]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T13:30:47.749 INFO:teuthology.orchestra.run.smithi186.stderr:21 Mar 13:30:47 ntpd[17202]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T13:30:47.749 INFO:teuthology.orchestra.run.smithi186.stderr:21 Mar 13:30:47 ntpd[17202]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:30:47.749 INFO:teuthology.orchestra.run.smithi186.stderr:21 Mar 13:30:47 ntpd[17202]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:30:47.749 INFO:teuthology.orchestra.run.smithi186.stderr:21 Mar 13:30:47 ntpd[17202]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T13:30:47.749 INFO:teuthology.orchestra.run.smithi186.stderr:21 Mar 13:30:47 ntpd[17202]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T13:30:47.750 INFO:teuthology.orchestra.run.smithi186.stdout:21 Mar 13:30:47 ntpd[17202]: ntpd: time slew -0.000466 s 2024-03-21T13:30:47.750 INFO:teuthology.orchestra.run.smithi186.stdout:ntpd: time slew -0.000466s 2024-03-21T13:30:47.750 INFO:teuthology.orchestra.run.smithi186.stderr:21 Mar 13:30:47 ntpd[17202]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-03-21T13:30:47.750 INFO:teuthology.orchestra.run.smithi186.stderr:21 Mar 13:30:47 ntpd[17202]: can't open /var/log/ntpstats/loopstats.20240321: Permission denied 2024-03-21T13:30:47.778 INFO:teuthology.orchestra.run.smithi100.stdout: remote refid st t when poll reach delay offset jitter 2024-03-21T13:30:47.778 INFO:teuthology.orchestra.run.smithi100.stdout:============================================================================== 2024-03-21T13:30:47.778 INFO:teuthology.orchestra.run.smithi100.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T13:30:47.778 INFO:teuthology.orchestra.run.smithi100.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T13:30:47.778 INFO:teuthology.orchestra.run.smithi100.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T13:30:47.778 INFO:teuthology.orchestra.run.smithi100.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T13:30:47.863 INFO:teuthology.orchestra.run.smithi186.stdout: remote refid st t when poll reach delay offset jitter 2024-03-21T13:30:47.863 INFO:teuthology.orchestra.run.smithi186.stdout:============================================================================== 2024-03-21T13:30:47.863 INFO:teuthology.orchestra.run.smithi186.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T13:30:47.863 INFO:teuthology.orchestra.run.smithi186.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T13:30:47.863 INFO:teuthology.orchestra.run.smithi186.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T13:30:47.863 INFO:teuthology.orchestra.run.smithi186.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T13:30:48.723 INFO:teuthology.orchestra.run.smithi170.stderr:21 Mar 13:30:48 ntpd[17160]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:30:48.724 INFO:teuthology.orchestra.run.smithi170.stderr:21 Mar 13:30:48 ntpd[17160]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:30:48.724 INFO:teuthology.orchestra.run.smithi170.stderr:21 Mar 13:30:48 ntpd[17160]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:30:48.724 INFO:teuthology.orchestra.run.smithi170.stderr:21 Mar 13:30:48 ntpd[17160]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:30:48.724 INFO:teuthology.orchestra.run.smithi170.stderr:21 Mar 13:30:48 ntpd[17160]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T13:30:48.724 INFO:teuthology.orchestra.run.smithi170.stderr:21 Mar 13:30:48 ntpd[17160]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T13:30:49.724 INFO:teuthology.orchestra.run.smithi170.stderr:21 Mar 13:30:49 ntpd[17160]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:30:49.724 INFO:teuthology.orchestra.run.smithi170.stderr:21 Mar 13:30:49 ntpd[17160]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:30:49.724 INFO:teuthology.orchestra.run.smithi170.stderr:21 Mar 13:30:49 ntpd[17160]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:30:49.724 INFO:teuthology.orchestra.run.smithi170.stderr:21 Mar 13:30:49 ntpd[17160]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:30:49.724 INFO:teuthology.orchestra.run.smithi170.stderr:21 Mar 13:30:49 ntpd[17160]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:30:49.724 INFO:teuthology.orchestra.run.smithi170.stderr:21 Mar 13:30:49 ntpd[17160]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:30:49.724 INFO:teuthology.orchestra.run.smithi170.stderr:21 Mar 13:30:49 ntpd[17160]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T13:30:49.724 INFO:teuthology.orchestra.run.smithi170.stderr:21 Mar 13:30:49 ntpd[17160]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T13:30:49.724 INFO:teuthology.orchestra.run.smithi170.stderr:21 Mar 13:30:49 ntpd[17160]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:30:49.724 INFO:teuthology.orchestra.run.smithi170.stderr:21 Mar 13:30:49 ntpd[17160]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:30:49.724 INFO:teuthology.orchestra.run.smithi170.stderr:21 Mar 13:30:49 ntpd[17160]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T13:30:49.724 INFO:teuthology.orchestra.run.smithi170.stderr:21 Mar 13:30:49 ntpd[17160]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T13:30:50.724 INFO:teuthology.orchestra.run.smithi170.stderr:21 Mar 13:30:50 ntpd[17160]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:30:50.724 INFO:teuthology.orchestra.run.smithi170.stderr:21 Mar 13:30:50 ntpd[17160]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:30:50.724 INFO:teuthology.orchestra.run.smithi170.stderr:21 Mar 13:30:50 ntpd[17160]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:30:50.724 INFO:teuthology.orchestra.run.smithi170.stderr:21 Mar 13:30:50 ntpd[17160]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:30:50.724 INFO:teuthology.orchestra.run.smithi170.stderr:21 Mar 13:30:50 ntpd[17160]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T13:30:50.724 INFO:teuthology.orchestra.run.smithi170.stderr:21 Mar 13:30:50 ntpd[17160]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T13:30:50.724 INFO:teuthology.orchestra.run.smithi170.stdout:21 Mar 13:30:50 ntpd[17160]: ntpd: time slew -0.001476 s 2024-03-21T13:30:50.724 INFO:teuthology.orchestra.run.smithi170.stdout:ntpd: time slew -0.001476s 2024-03-21T13:30:50.725 INFO:teuthology.orchestra.run.smithi170.stderr:21 Mar 13:30:50 ntpd[17160]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-03-21T13:30:50.725 INFO:teuthology.orchestra.run.smithi170.stderr:21 Mar 13:30:50 ntpd[17160]: can't open /var/log/ntpstats/loopstats.20240321: Permission denied 2024-03-21T13:30:50.777 INFO:teuthology.orchestra.run.smithi170.stdout: remote refid st t when poll reach delay offset jitter 2024-03-21T13:30:50.777 INFO:teuthology.orchestra.run.smithi170.stdout:============================================================================== 2024-03-21T13:30:50.777 INFO:teuthology.orchestra.run.smithi170.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T13:30:50.778 INFO:teuthology.orchestra.run.smithi170.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T13:30:50.778 INFO:teuthology.orchestra.run.smithi170.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T13:30:50.778 INFO:teuthology.orchestra.run.smithi170.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T13:30:50.778 INFO:teuthology.run_tasks:Running task install... 2024-03-21T13:30:50.787 DEBUG:teuthology.task.install:project ceph 2024-03-21T13:30:50.787 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'ba760091cd7bd2b0d23f4825ac856ba66450e988'}} 2024-03-21T13:30:50.787 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'ba760091cd7bd2b0d23f4825ac856ba66450e988'} 2024-03-21T13:30:50.787 INFO:teuthology.task.install:Using flavor: default 2024-03-21T13:30:50.793 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-03-21T13:30:50.793 INFO:teuthology.task.install:extra packages: [] 2024-03-21T13:30:50.794 DEBUG:teuthology.orchestra.run.smithi100:> sudo apt-key list | grep Ceph 2024-03-21T13:30:50.794 DEBUG:teuthology.orchestra.run.smithi170:> sudo apt-key list | grep Ceph 2024-03-21T13:30:50.795 DEBUG:teuthology.orchestra.run.smithi186:> sudo apt-key list | grep Ceph 2024-03-21T13:30:50.858 INFO:teuthology.orchestra.run.smithi100.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-03-21T13:30:50.859 INFO:teuthology.orchestra.run.smithi186.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-03-21T13:30:50.877 INFO:teuthology.orchestra.run.smithi170.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-03-21T13:30:50.886 INFO:teuthology.orchestra.run.smithi100.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-03-21T13:30:50.886 INFO:teuthology.orchestra.run.smithi100.stdout:uid [ unknown] Ceph.com (release key) 2024-03-21T13:30:50.887 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-03-21T13:30:50.887 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=ba760091cd7bd2b0d23f4825ac856ba66450e988 2024-03-21T13:30:50.897 INFO:teuthology.orchestra.run.smithi186.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-03-21T13:30:50.897 INFO:teuthology.orchestra.run.smithi186.stdout:uid [ unknown] Ceph.com (release key) 2024-03-21T13:30:50.898 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-03-21T13:30:50.898 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=ba760091cd7bd2b0d23f4825ac856ba66450e988 2024-03-21T13:30:50.902 INFO:teuthology.orchestra.run.smithi170.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-03-21T13:30:50.903 INFO:teuthology.orchestra.run.smithi170.stdout:uid [ unknown] Ceph.com (release key) 2024-03-21T13:30:50.903 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-03-21T13:30:50.903 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=ba760091cd7bd2b0d23f4825ac856ba66450e988 2024-03-21T13:30:51.047 INFO:teuthology.task.install.deb:Pulling from https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default/ 2024-03-21T13:30:51.047 INFO:teuthology.task.install.deb:Package version is 19.0.0-2309-gba760091-1jammy 2024-03-21T13:30:51.111 INFO:teuthology.task.install.deb:Pulling from https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default/ 2024-03-21T13:30:51.111 INFO:teuthology.task.install.deb:Package version is 19.0.0-2309-gba760091-1jammy 2024-03-21T13:30:51.134 INFO:teuthology.task.install.deb:Pulling from https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default/ 2024-03-21T13:30:51.134 INFO:teuthology.task.install.deb:Package version is 19.0.0-2309-gba760091-1jammy 2024-03-21T13:30:51.221 DEBUG:teuthology.orchestra.run.smithi186:> set -ex 2024-03-21T13:30:51.221 DEBUG:teuthology.orchestra.run.smithi186:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-03-21T13:30:51.235 DEBUG:teuthology.orchestra.run.smithi186:> sudo apt-get update 2024-03-21T13:30:51.282 DEBUG:teuthology.orchestra.run.smithi100:> set -ex 2024-03-21T13:30:51.282 DEBUG:teuthology.orchestra.run.smithi100:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-03-21T13:30:51.296 DEBUG:teuthology.orchestra.run.smithi100:> sudo apt-get update 2024-03-21T13:30:51.304 DEBUG:teuthology.orchestra.run.smithi170:> set -ex 2024-03-21T13:30:51.304 DEBUG:teuthology.orchestra.run.smithi170:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-03-21T13:30:51.318 DEBUG:teuthology.orchestra.run.smithi170:> sudo apt-get update 2024-03-21T13:30:51.470 INFO:teuthology.orchestra.run.smithi100.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-21T13:30:51.470 INFO:teuthology.orchestra.run.smithi100.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-03-21T13:30:51.483 INFO:teuthology.orchestra.run.smithi100.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-03-21T13:30:51.494 INFO:teuthology.orchestra.run.smithi170.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-03-21T13:30:51.503 INFO:teuthology.orchestra.run.smithi100.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-21T13:30:51.518 INFO:teuthology.orchestra.run.smithi100.stdout:Ign:5 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy InRelease 2024-03-21T13:30:51.520 INFO:teuthology.orchestra.run.smithi186.stdout:Ign:1 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy InRelease 2024-03-21T13:30:51.539 INFO:teuthology.orchestra.run.smithi100.stdout:Get:6 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-03-21T13:30:51.555 INFO:teuthology.orchestra.run.smithi186.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-21T13:30:51.555 INFO:teuthology.orchestra.run.smithi186.stdout:Get:3 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-03-21T13:30:51.556 INFO:teuthology.orchestra.run.smithi186.stdout:Get:4 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-03-21T13:30:51.561 INFO:teuthology.orchestra.run.smithi100.stdout:Ign:7 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy Release.gpg 2024-03-21T13:30:51.582 INFO:teuthology.orchestra.run.smithi100.stdout:Get:8 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,416 B] 2024-03-21T13:30:51.594 INFO:teuthology.orchestra.run.smithi186.stdout:Ign:5 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy Release.gpg 2024-03-21T13:30:51.602 INFO:teuthology.orchestra.run.smithi170.stdout:Ign:2 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy InRelease 2024-03-21T13:30:51.608 INFO:teuthology.orchestra.run.smithi170.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-21T13:30:51.609 INFO:teuthology.orchestra.run.smithi100.stdout:Get:9 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.1 kB] 2024-03-21T13:30:51.627 INFO:teuthology.orchestra.run.smithi186.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-03-21T13:30:51.630 INFO:teuthology.orchestra.run.smithi186.stdout:Get:7 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.1 kB] 2024-03-21T13:30:51.639 INFO:teuthology.orchestra.run.smithi170.stdout:Get:4 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-03-21T13:30:51.672 INFO:teuthology.orchestra.run.smithi186.stdout:Get:8 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,416 B] 2024-03-21T13:30:51.676 INFO:teuthology.orchestra.run.smithi170.stdout:Ign:5 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy Release.gpg 2024-03-21T13:30:51.690 INFO:teuthology.orchestra.run.smithi170.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-03-21T13:30:51.712 INFO:teuthology.orchestra.run.smithi170.stdout:Get:7 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,416 B] 2024-03-21T13:30:51.755 INFO:teuthology.orchestra.run.smithi170.stdout:Get:8 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.1 kB] 2024-03-21T13:30:51.825 INFO:teuthology.orchestra.run.smithi100.stdout:Fetched 29.2 kB in 0s (84.1 kB/s) 2024-03-21T13:30:51.975 INFO:teuthology.orchestra.run.smithi186.stdout:Hit:9 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-21T13:30:52.049 INFO:teuthology.orchestra.run.smithi170.stdout:Hit:9 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-21T13:30:52.120 INFO:teuthology.orchestra.run.smithi186.stdout:Fetched 258 kB in 1s (363 kB/s) 2024-03-21T13:30:52.207 INFO:teuthology.orchestra.run.smithi170.stdout:Fetched 148 kB in 1s (211 kB/s) 2024-03-21T13:30:52.780 INFO:teuthology.orchestra.run.smithi100.stdout:Reading package lists... 2024-03-21T13:30:52.795 DEBUG:teuthology.orchestra.run.smithi100:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-2309-gba760091-1jammy cephadm=19.0.0-2309-gba760091-1jammy ceph-mds=19.0.0-2309-gba760091-1jammy ceph-mgr=19.0.0-2309-gba760091-1jammy ceph-common=19.0.0-2309-gba760091-1jammy ceph-fuse=19.0.0-2309-gba760091-1jammy ceph-test=19.0.0-2309-gba760091-1jammy ceph-volume=19.0.0-2309-gba760091-1jammy radosgw=19.0.0-2309-gba760091-1jammy python3-rados=19.0.0-2309-gba760091-1jammy python3-rgw=19.0.0-2309-gba760091-1jammy python3-cephfs=19.0.0-2309-gba760091-1jammy python3-rbd=19.0.0-2309-gba760091-1jammy libcephfs2=19.0.0-2309-gba760091-1jammy libcephfs-dev=19.0.0-2309-gba760091-1jammy librados2=19.0.0-2309-gba760091-1jammy librbd1=19.0.0-2309-gba760091-1jammy rbd-fuse=19.0.0-2309-gba760091-1jammy 2024-03-21T13:30:52.857 INFO:teuthology.orchestra.run.smithi100.stdout:Reading package lists... 2024-03-21T13:30:53.046 INFO:teuthology.orchestra.run.smithi100.stdout:Building dependency tree... 2024-03-21T13:30:53.046 INFO:teuthology.orchestra.run.smithi100.stdout:Reading state information... 2024-03-21T13:30:53.066 INFO:teuthology.orchestra.run.smithi186.stdout:Reading package lists... 2024-03-21T13:30:53.083 DEBUG:teuthology.orchestra.run.smithi186:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-2309-gba760091-1jammy cephadm=19.0.0-2309-gba760091-1jammy ceph-mds=19.0.0-2309-gba760091-1jammy ceph-mgr=19.0.0-2309-gba760091-1jammy ceph-common=19.0.0-2309-gba760091-1jammy ceph-fuse=19.0.0-2309-gba760091-1jammy ceph-test=19.0.0-2309-gba760091-1jammy ceph-volume=19.0.0-2309-gba760091-1jammy radosgw=19.0.0-2309-gba760091-1jammy python3-rados=19.0.0-2309-gba760091-1jammy python3-rgw=19.0.0-2309-gba760091-1jammy python3-cephfs=19.0.0-2309-gba760091-1jammy python3-rbd=19.0.0-2309-gba760091-1jammy libcephfs2=19.0.0-2309-gba760091-1jammy libcephfs-dev=19.0.0-2309-gba760091-1jammy librados2=19.0.0-2309-gba760091-1jammy librbd1=19.0.0-2309-gba760091-1jammy rbd-fuse=19.0.0-2309-gba760091-1jammy 2024-03-21T13:30:53.135 INFO:teuthology.orchestra.run.smithi186.stdout:Reading package lists... 2024-03-21T13:30:53.207 INFO:teuthology.orchestra.run.smithi170.stdout:Reading package lists... 2024-03-21T13:30:53.224 DEBUG:teuthology.orchestra.run.smithi170:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-2309-gba760091-1jammy cephadm=19.0.0-2309-gba760091-1jammy ceph-mds=19.0.0-2309-gba760091-1jammy ceph-mgr=19.0.0-2309-gba760091-1jammy ceph-common=19.0.0-2309-gba760091-1jammy ceph-fuse=19.0.0-2309-gba760091-1jammy ceph-test=19.0.0-2309-gba760091-1jammy ceph-volume=19.0.0-2309-gba760091-1jammy radosgw=19.0.0-2309-gba760091-1jammy python3-rados=19.0.0-2309-gba760091-1jammy python3-rgw=19.0.0-2309-gba760091-1jammy python3-cephfs=19.0.0-2309-gba760091-1jammy python3-rbd=19.0.0-2309-gba760091-1jammy libcephfs2=19.0.0-2309-gba760091-1jammy libcephfs-dev=19.0.0-2309-gba760091-1jammy librados2=19.0.0-2309-gba760091-1jammy librbd1=19.0.0-2309-gba760091-1jammy rbd-fuse=19.0.0-2309-gba760091-1jammy 2024-03-21T13:30:53.229 INFO:teuthology.orchestra.run.smithi100.stdout:The following packages were automatically installed and are no longer required: 2024-03-21T13:30:53.229 INFO:teuthology.orchestra.run.smithi100.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-21T13:30:53.229 INFO:teuthology.orchestra.run.smithi100.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-21T13:30:53.229 INFO:teuthology.orchestra.run.smithi100.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-21T13:30:53.229 INFO:teuthology.orchestra.run.smithi100.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-21T13:30:53.229 INFO:teuthology.orchestra.run.smithi100.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-21T13:30:53.229 INFO:teuthology.orchestra.run.smithi100.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-21T13:30:53.231 INFO:teuthology.orchestra.run.smithi100.stdout:The following additional packages will be installed: 2024-03-21T13:30:53.231 INFO:teuthology.orchestra.run.smithi100.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-03-21T13:30:53.231 INFO:teuthology.orchestra.run.smithi100.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-03-21T13:30:53.231 INFO:teuthology.orchestra.run.smithi100.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-03-21T13:30:53.231 INFO:teuthology.orchestra.run.smithi100.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-03-21T13:30:53.231 INFO:teuthology.orchestra.run.smithi100.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-03-21T13:30:53.231 INFO:teuthology.orchestra.run.smithi100.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-03-21T13:30:53.232 INFO:teuthology.orchestra.run.smithi100.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-03-21T13:30:53.232 INFO:teuthology.orchestra.run.smithi100.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-03-21T13:30:53.232 INFO:teuthology.orchestra.run.smithi100.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-03-21T13:30:53.232 INFO:teuthology.orchestra.run.smithi100.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-03-21T13:30:53.232 INFO:teuthology.orchestra.run.smithi100.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-03-21T13:30:53.232 INFO:teuthology.orchestra.run.smithi100.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-03-21T13:30:53.232 INFO:teuthology.orchestra.run.smithi100.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-03-21T13:30:53.232 INFO:teuthology.orchestra.run.smithi100.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-03-21T13:30:53.232 INFO:teuthology.orchestra.run.smithi100.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-03-21T13:30:53.232 INFO:teuthology.orchestra.run.smithi100.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-03-21T13:30:53.232 INFO:teuthology.orchestra.run.smithi100.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-03-21T13:30:53.232 INFO:teuthology.orchestra.run.smithi100.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-03-21T13:30:53.232 INFO:teuthology.orchestra.run.smithi100.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-03-21T13:30:53.232 INFO:teuthology.orchestra.run.smithi100.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-03-21T13:30:53.232 INFO:teuthology.orchestra.run.smithi100.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-03-21T13:30:53.233 INFO:teuthology.orchestra.run.smithi100.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-03-21T13:30:53.233 INFO:teuthology.orchestra.run.smithi100.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-03-21T13:30:53.233 INFO:teuthology.orchestra.run.smithi100.stdout: xmlstarlet zip 2024-03-21T13:30:53.233 INFO:teuthology.orchestra.run.smithi100.stdout:Suggested packages: 2024-03-21T13:30:53.233 INFO:teuthology.orchestra.run.smithi100.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-03-21T13:30:53.233 INFO:teuthology.orchestra.run.smithi100.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-03-21T13:30:53.233 INFO:teuthology.orchestra.run.smithi100.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-03-21T13:30:53.233 INFO:teuthology.orchestra.run.smithi100.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-03-21T13:30:53.233 INFO:teuthology.orchestra.run.smithi100.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-03-21T13:30:53.234 INFO:teuthology.orchestra.run.smithi100.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-03-21T13:30:53.234 INFO:teuthology.orchestra.run.smithi100.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-03-21T13:30:53.234 INFO:teuthology.orchestra.run.smithi100.stdout:Recommended packages: 2024-03-21T13:30:53.234 INFO:teuthology.orchestra.run.smithi100.stdout: btrfs-tools 2024-03-21T13:30:53.283 INFO:teuthology.orchestra.run.smithi170.stdout:Reading package lists... 2024-03-21T13:30:53.308 INFO:teuthology.orchestra.run.smithi186.stdout:Building dependency tree... 2024-03-21T13:30:53.308 INFO:teuthology.orchestra.run.smithi186.stdout:Reading state information... 2024-03-21T13:30:53.334 INFO:teuthology.orchestra.run.smithi100.stdout:The following NEW packages will be installed: 2024-03-21T13:30:53.334 INFO:teuthology.orchestra.run.smithi100.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-03-21T13:30:53.334 INFO:teuthology.orchestra.run.smithi100.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-03-21T13:30:53.334 INFO:teuthology.orchestra.run.smithi100.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-03-21T13:30:53.334 INFO:teuthology.orchestra.run.smithi100.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-03-21T13:30:53.334 INFO:teuthology.orchestra.run.smithi100.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-03-21T13:30:53.334 INFO:teuthology.orchestra.run.smithi100.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-03-21T13:30:53.335 INFO:teuthology.orchestra.run.smithi100.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-03-21T13:30:53.335 INFO:teuthology.orchestra.run.smithi100.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-03-21T13:30:53.335 INFO:teuthology.orchestra.run.smithi100.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-03-21T13:30:53.335 INFO:teuthology.orchestra.run.smithi100.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-03-21T13:30:53.335 INFO:teuthology.orchestra.run.smithi100.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-03-21T13:30:53.335 INFO:teuthology.orchestra.run.smithi100.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-03-21T13:30:53.335 INFO:teuthology.orchestra.run.smithi100.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-03-21T13:30:53.335 INFO:teuthology.orchestra.run.smithi100.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-03-21T13:30:53.336 INFO:teuthology.orchestra.run.smithi100.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-03-21T13:30:53.336 INFO:teuthology.orchestra.run.smithi100.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-03-21T13:30:53.336 INFO:teuthology.orchestra.run.smithi100.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-03-21T13:30:53.336 INFO:teuthology.orchestra.run.smithi100.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-03-21T13:30:53.336 INFO:teuthology.orchestra.run.smithi100.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-03-21T13:30:53.336 INFO:teuthology.orchestra.run.smithi100.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-03-21T13:30:53.336 INFO:teuthology.orchestra.run.smithi100.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-03-21T13:30:53.336 INFO:teuthology.orchestra.run.smithi100.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-03-21T13:30:53.336 INFO:teuthology.orchestra.run.smithi100.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-03-21T13:30:53.336 INFO:teuthology.orchestra.run.smithi100.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-03-21T13:30:53.336 INFO:teuthology.orchestra.run.smithi100.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-03-21T13:30:53.336 INFO:teuthology.orchestra.run.smithi100.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-03-21T13:30:53.468 INFO:teuthology.orchestra.run.smithi186.stdout:The following packages were automatically installed and are no longer required: 2024-03-21T13:30:53.468 INFO:teuthology.orchestra.run.smithi186.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-21T13:30:53.468 INFO:teuthology.orchestra.run.smithi186.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-21T13:30:53.468 INFO:teuthology.orchestra.run.smithi186.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-21T13:30:53.468 INFO:teuthology.orchestra.run.smithi186.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-21T13:30:53.469 INFO:teuthology.orchestra.run.smithi186.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-21T13:30:53.469 INFO:teuthology.orchestra.run.smithi186.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-21T13:30:53.469 INFO:teuthology.orchestra.run.smithi186.stdout:The following additional packages will be installed: 2024-03-21T13:30:53.469 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-03-21T13:30:53.469 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-03-21T13:30:53.470 INFO:teuthology.orchestra.run.smithi186.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-03-21T13:30:53.471 INFO:teuthology.orchestra.run.smithi186.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-03-21T13:30:53.471 INFO:teuthology.orchestra.run.smithi186.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-03-21T13:30:53.471 INFO:teuthology.orchestra.run.smithi186.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-03-21T13:30:53.471 INFO:teuthology.orchestra.run.smithi186.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-03-21T13:30:53.471 INFO:teuthology.orchestra.run.smithi186.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-03-21T13:30:53.471 INFO:teuthology.orchestra.run.smithi186.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-03-21T13:30:53.471 INFO:teuthology.orchestra.run.smithi186.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-03-21T13:30:53.471 INFO:teuthology.orchestra.run.smithi186.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-03-21T13:30:53.471 INFO:teuthology.orchestra.run.smithi186.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-03-21T13:30:53.471 INFO:teuthology.orchestra.run.smithi186.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-03-21T13:30:53.471 INFO:teuthology.orchestra.run.smithi186.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-03-21T13:30:53.471 INFO:teuthology.orchestra.run.smithi186.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-03-21T13:30:53.471 INFO:teuthology.orchestra.run.smithi186.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-03-21T13:30:53.471 INFO:teuthology.orchestra.run.smithi186.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-03-21T13:30:53.471 INFO:teuthology.orchestra.run.smithi186.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-03-21T13:30:53.472 INFO:teuthology.orchestra.run.smithi186.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-03-21T13:30:53.472 INFO:teuthology.orchestra.run.smithi186.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-03-21T13:30:53.472 INFO:teuthology.orchestra.run.smithi186.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-03-21T13:30:53.472 INFO:teuthology.orchestra.run.smithi186.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-03-21T13:30:53.472 INFO:teuthology.orchestra.run.smithi186.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-03-21T13:30:53.472 INFO:teuthology.orchestra.run.smithi186.stdout: xmlstarlet zip 2024-03-21T13:30:53.472 INFO:teuthology.orchestra.run.smithi186.stdout:Suggested packages: 2024-03-21T13:30:53.472 INFO:teuthology.orchestra.run.smithi186.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-03-21T13:30:53.472 INFO:teuthology.orchestra.run.smithi186.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-03-21T13:30:53.472 INFO:teuthology.orchestra.run.smithi186.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-03-21T13:30:53.472 INFO:teuthology.orchestra.run.smithi186.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-03-21T13:30:53.473 INFO:teuthology.orchestra.run.smithi186.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-03-21T13:30:53.473 INFO:teuthology.orchestra.run.smithi186.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-03-21T13:30:53.473 INFO:teuthology.orchestra.run.smithi186.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-03-21T13:30:53.473 INFO:teuthology.orchestra.run.smithi186.stdout:Recommended packages: 2024-03-21T13:30:53.473 INFO:teuthology.orchestra.run.smithi186.stdout: btrfs-tools 2024-03-21T13:30:53.478 INFO:teuthology.orchestra.run.smithi170.stdout:Building dependency tree... 2024-03-21T13:30:53.479 INFO:teuthology.orchestra.run.smithi170.stdout:Reading state information... 2024-03-21T13:30:53.522 INFO:teuthology.orchestra.run.smithi100.stdout:0 upgraded, 118 newly installed, 0 to remove and 285 not upgraded. 2024-03-21T13:30:53.522 INFO:teuthology.orchestra.run.smithi100.stdout:Need to get 178 MB of archives. 2024-03-21T13:30:53.522 INFO:teuthology.orchestra.run.smithi100.stdout:After this operation, 818 MB of additional disk space will be used. 2024-03-21T13:30:53.523 INFO:teuthology.orchestra.run.smithi100.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-03-21T13:30:53.571 INFO:teuthology.orchestra.run.smithi186.stdout:The following NEW packages will be installed: 2024-03-21T13:30:53.571 INFO:teuthology.orchestra.run.smithi186.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-03-21T13:30:53.571 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-03-21T13:30:53.571 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-03-21T13:30:53.571 INFO:teuthology.orchestra.run.smithi186.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-03-21T13:30:53.571 INFO:teuthology.orchestra.run.smithi186.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-03-21T13:30:53.571 INFO:teuthology.orchestra.run.smithi186.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-03-21T13:30:53.573 INFO:teuthology.orchestra.run.smithi186.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-03-21T13:30:53.573 INFO:teuthology.orchestra.run.smithi186.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-03-21T13:30:53.573 INFO:teuthology.orchestra.run.smithi186.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-03-21T13:30:53.573 INFO:teuthology.orchestra.run.smithi186.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-03-21T13:30:53.573 INFO:teuthology.orchestra.run.smithi186.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-03-21T13:30:53.573 INFO:teuthology.orchestra.run.smithi186.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-03-21T13:30:53.573 INFO:teuthology.orchestra.run.smithi186.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-03-21T13:30:53.573 INFO:teuthology.orchestra.run.smithi186.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-03-21T13:30:53.573 INFO:teuthology.orchestra.run.smithi186.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-03-21T13:30:53.573 INFO:teuthology.orchestra.run.smithi186.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-03-21T13:30:53.573 INFO:teuthology.orchestra.run.smithi186.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-03-21T13:30:53.573 INFO:teuthology.orchestra.run.smithi186.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-03-21T13:30:53.573 INFO:teuthology.orchestra.run.smithi186.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-03-21T13:30:53.573 INFO:teuthology.orchestra.run.smithi186.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-03-21T13:30:53.573 INFO:teuthology.orchestra.run.smithi186.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-03-21T13:30:53.574 INFO:teuthology.orchestra.run.smithi186.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-03-21T13:30:53.574 INFO:teuthology.orchestra.run.smithi186.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-03-21T13:30:53.574 INFO:teuthology.orchestra.run.smithi186.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-03-21T13:30:53.574 INFO:teuthology.orchestra.run.smithi186.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-03-21T13:30:53.574 INFO:teuthology.orchestra.run.smithi186.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-03-21T13:30:53.633 INFO:teuthology.orchestra.run.smithi100.stdout:Get:2 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-2309-gba760091-1jammy [3,556 kB] 2024-03-21T13:30:53.644 INFO:teuthology.orchestra.run.smithi186.stdout:0 upgraded, 118 newly installed, 0 to remove and 285 not upgraded. 2024-03-21T13:30:53.644 INFO:teuthology.orchestra.run.smithi186.stdout:Need to get 178 MB of archives. 2024-03-21T13:30:53.644 INFO:teuthology.orchestra.run.smithi186.stdout:After this operation, 818 MB of additional disk space will be used. 2024-03-21T13:30:53.644 INFO:teuthology.orchestra.run.smithi186.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-03-21T13:30:53.657 INFO:teuthology.orchestra.run.smithi170.stdout:The following packages were automatically installed and are no longer required: 2024-03-21T13:30:53.657 INFO:teuthology.orchestra.run.smithi170.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-21T13:30:53.657 INFO:teuthology.orchestra.run.smithi170.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-21T13:30:53.657 INFO:teuthology.orchestra.run.smithi170.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-21T13:30:53.658 INFO:teuthology.orchestra.run.smithi170.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-21T13:30:53.658 INFO:teuthology.orchestra.run.smithi170.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-21T13:30:53.658 INFO:teuthology.orchestra.run.smithi170.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-21T13:30:53.659 INFO:teuthology.orchestra.run.smithi170.stdout:The following additional packages will be installed: 2024-03-21T13:30:53.659 INFO:teuthology.orchestra.run.smithi170.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-03-21T13:30:53.659 INFO:teuthology.orchestra.run.smithi170.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-03-21T13:30:53.659 INFO:teuthology.orchestra.run.smithi170.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-03-21T13:30:53.659 INFO:teuthology.orchestra.run.smithi170.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-03-21T13:30:53.660 INFO:teuthology.orchestra.run.smithi170.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-03-21T13:30:53.660 INFO:teuthology.orchestra.run.smithi170.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-03-21T13:30:53.660 INFO:teuthology.orchestra.run.smithi170.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-03-21T13:30:53.660 INFO:teuthology.orchestra.run.smithi170.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-03-21T13:30:53.660 INFO:teuthology.orchestra.run.smithi170.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-03-21T13:30:53.660 INFO:teuthology.orchestra.run.smithi170.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-03-21T13:30:53.660 INFO:teuthology.orchestra.run.smithi170.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-03-21T13:30:53.661 INFO:teuthology.orchestra.run.smithi170.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-03-21T13:30:53.661 INFO:teuthology.orchestra.run.smithi170.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-03-21T13:30:53.661 INFO:teuthology.orchestra.run.smithi170.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-03-21T13:30:53.661 INFO:teuthology.orchestra.run.smithi170.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-03-21T13:30:53.661 INFO:teuthology.orchestra.run.smithi170.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-03-21T13:30:53.661 INFO:teuthology.orchestra.run.smithi170.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-03-21T13:30:53.661 INFO:teuthology.orchestra.run.smithi170.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-03-21T13:30:53.661 INFO:teuthology.orchestra.run.smithi170.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-03-21T13:30:53.661 INFO:teuthology.orchestra.run.smithi170.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-03-21T13:30:53.661 INFO:teuthology.orchestra.run.smithi170.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-03-21T13:30:53.661 INFO:teuthology.orchestra.run.smithi170.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-03-21T13:30:53.661 INFO:teuthology.orchestra.run.smithi170.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-03-21T13:30:53.661 INFO:teuthology.orchestra.run.smithi170.stdout: xmlstarlet zip 2024-03-21T13:30:53.662 INFO:teuthology.orchestra.run.smithi170.stdout:Suggested packages: 2024-03-21T13:30:53.662 INFO:teuthology.orchestra.run.smithi170.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-03-21T13:30:53.662 INFO:teuthology.orchestra.run.smithi170.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-03-21T13:30:53.662 INFO:teuthology.orchestra.run.smithi170.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-03-21T13:30:53.662 INFO:teuthology.orchestra.run.smithi170.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-03-21T13:30:53.662 INFO:teuthology.orchestra.run.smithi170.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-03-21T13:30:53.662 INFO:teuthology.orchestra.run.smithi170.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-03-21T13:30:53.662 INFO:teuthology.orchestra.run.smithi170.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-03-21T13:30:53.662 INFO:teuthology.orchestra.run.smithi170.stdout:Recommended packages: 2024-03-21T13:30:53.662 INFO:teuthology.orchestra.run.smithi170.stdout: btrfs-tools 2024-03-21T13:30:53.714 INFO:teuthology.orchestra.run.smithi186.stdout:Get:2 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-2309-gba760091-1jammy [3,556 kB] 2024-03-21T13:30:53.751 INFO:teuthology.orchestra.run.smithi186.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-03-21T13:30:53.755 INFO:teuthology.orchestra.run.smithi186.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-03-21T13:30:53.761 INFO:teuthology.orchestra.run.smithi170.stdout:The following NEW packages will be installed: 2024-03-21T13:30:53.761 INFO:teuthology.orchestra.run.smithi170.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-03-21T13:30:53.762 INFO:teuthology.orchestra.run.smithi170.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-03-21T13:30:53.762 INFO:teuthology.orchestra.run.smithi170.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-03-21T13:30:53.762 INFO:teuthology.orchestra.run.smithi170.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-03-21T13:30:53.762 INFO:teuthology.orchestra.run.smithi170.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-03-21T13:30:53.762 INFO:teuthology.orchestra.run.smithi170.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-03-21T13:30:53.763 INFO:teuthology.orchestra.run.smithi170.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-03-21T13:30:53.763 INFO:teuthology.orchestra.run.smithi170.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-03-21T13:30:53.763 INFO:teuthology.orchestra.run.smithi170.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-03-21T13:30:53.763 INFO:teuthology.orchestra.run.smithi170.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-03-21T13:30:53.763 INFO:teuthology.orchestra.run.smithi170.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-03-21T13:30:53.763 INFO:teuthology.orchestra.run.smithi170.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-03-21T13:30:53.763 INFO:teuthology.orchestra.run.smithi170.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-03-21T13:30:53.763 INFO:teuthology.orchestra.run.smithi170.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-03-21T13:30:53.763 INFO:teuthology.orchestra.run.smithi170.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-03-21T13:30:53.764 INFO:teuthology.orchestra.run.smithi170.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-03-21T13:30:53.764 INFO:teuthology.orchestra.run.smithi170.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-03-21T13:30:53.764 INFO:teuthology.orchestra.run.smithi170.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-03-21T13:30:53.764 INFO:teuthology.orchestra.run.smithi170.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-03-21T13:30:53.764 INFO:teuthology.orchestra.run.smithi170.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-03-21T13:30:53.764 INFO:teuthology.orchestra.run.smithi170.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-03-21T13:30:53.764 INFO:teuthology.orchestra.run.smithi170.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-03-21T13:30:53.764 INFO:teuthology.orchestra.run.smithi170.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-03-21T13:30:53.764 INFO:teuthology.orchestra.run.smithi170.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-03-21T13:30:53.764 INFO:teuthology.orchestra.run.smithi170.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-03-21T13:30:53.764 INFO:teuthology.orchestra.run.smithi170.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-03-21T13:30:53.781 INFO:teuthology.orchestra.run.smithi186.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-03-21T13:30:53.879 INFO:teuthology.orchestra.run.smithi186.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-03-21T13:30:53.893 INFO:teuthology.orchestra.run.smithi186.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-03-21T13:30:53.907 INFO:teuthology.orchestra.run.smithi170.stdout:0 upgraded, 118 newly installed, 0 to remove and 285 not upgraded. 2024-03-21T13:30:53.907 INFO:teuthology.orchestra.run.smithi170.stdout:Need to get 178 MB of archives. 2024-03-21T13:30:53.907 INFO:teuthology.orchestra.run.smithi170.stdout:After this operation, 818 MB of additional disk space will be used. 2024-03-21T13:30:53.907 INFO:teuthology.orchestra.run.smithi170.stdout:Get:1 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-2309-gba760091-1jammy [3,556 kB] 2024-03-21T13:30:53.953 INFO:teuthology.orchestra.run.smithi170.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-03-21T13:30:53.953 INFO:teuthology.orchestra.run.smithi100.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-03-21T13:30:53.963 INFO:teuthology.orchestra.run.smithi100.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-03-21T13:30:53.982 INFO:teuthology.orchestra.run.smithi186.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-03-21T13:30:53.989 INFO:teuthology.orchestra.run.smithi186.stdout:Get:9 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-2309-gba760091-1jammy [3,223 kB] 2024-03-21T13:30:53.992 INFO:teuthology.orchestra.run.smithi186.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-03-21T13:30:53.993 INFO:teuthology.orchestra.run.smithi186.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-03-21T13:30:53.994 INFO:teuthology.orchestra.run.smithi186.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-03-21T13:30:54.009 INFO:teuthology.orchestra.run.smithi186.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-03-21T13:30:54.013 INFO:teuthology.orchestra.run.smithi186.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-03-21T13:30:54.017 INFO:teuthology.orchestra.run.smithi186.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-03-21T13:30:54.020 INFO:teuthology.orchestra.run.smithi186.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-03-21T13:30:54.020 INFO:teuthology.orchestra.run.smithi186.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-03-21T13:30:54.024 INFO:teuthology.orchestra.run.smithi186.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-03-21T13:30:54.028 INFO:teuthology.orchestra.run.smithi186.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-03-21T13:30:54.039 INFO:teuthology.orchestra.run.smithi186.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-03-21T13:30:54.040 INFO:teuthology.orchestra.run.smithi186.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-03-21T13:30:54.040 INFO:teuthology.orchestra.run.smithi186.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-03-21T13:30:54.042 INFO:teuthology.orchestra.run.smithi186.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-03-21T13:30:54.045 INFO:teuthology.orchestra.run.smithi100.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-03-21T13:30:54.059 INFO:teuthology.orchestra.run.smithi186.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-03-21T13:30:54.060 INFO:teuthology.orchestra.run.smithi186.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-03-21T13:30:54.060 INFO:teuthology.orchestra.run.smithi186.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-03-21T13:30:54.061 INFO:teuthology.orchestra.run.smithi186.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-03-21T13:30:54.061 INFO:teuthology.orchestra.run.smithi186.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-03-21T13:30:54.062 INFO:teuthology.orchestra.run.smithi186.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-03-21T13:30:54.084 INFO:teuthology.orchestra.run.smithi186.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-03-21T13:30:54.085 INFO:teuthology.orchestra.run.smithi186.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-03-21T13:30:54.086 INFO:teuthology.orchestra.run.smithi186.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-03-21T13:30:54.087 INFO:teuthology.orchestra.run.smithi186.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-03-21T13:30:54.105 INFO:teuthology.orchestra.run.smithi186.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-03-21T13:30:54.105 INFO:teuthology.orchestra.run.smithi186.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-03-21T13:30:54.106 INFO:teuthology.orchestra.run.smithi186.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-03-21T13:30:54.109 INFO:teuthology.orchestra.run.smithi186.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-03-21T13:30:54.110 INFO:teuthology.orchestra.run.smithi186.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-03-21T13:30:54.111 INFO:teuthology.orchestra.run.smithi186.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-03-21T13:30:54.125 INFO:teuthology.orchestra.run.smithi186.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-03-21T13:30:54.126 INFO:teuthology.orchestra.run.smithi186.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-03-21T13:30:54.127 INFO:teuthology.orchestra.run.smithi186.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-03-21T13:30:54.128 INFO:teuthology.orchestra.run.smithi186.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-03-21T13:30:54.146 INFO:teuthology.orchestra.run.smithi186.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-03-21T13:30:54.150 INFO:teuthology.orchestra.run.smithi186.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-03-21T13:30:54.152 INFO:teuthology.orchestra.run.smithi186.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-03-21T13:30:54.154 INFO:teuthology.orchestra.run.smithi186.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-03-21T13:30:54.156 INFO:teuthology.orchestra.run.smithi186.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-03-21T13:30:54.161 INFO:teuthology.orchestra.run.smithi186.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-03-21T13:30:54.167 INFO:teuthology.orchestra.run.smithi186.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-03-21T13:30:54.169 INFO:teuthology.orchestra.run.smithi186.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-03-21T13:30:54.174 INFO:teuthology.orchestra.run.smithi186.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-03-21T13:30:54.189 INFO:teuthology.orchestra.run.smithi186.stdout:Get:53 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-2309-gba760091-1jammy [712 kB] 2024-03-21T13:30:54.237 INFO:teuthology.orchestra.run.smithi186.stdout:Get:54 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-2309-gba760091-1jammy [356 kB] 2024-03-21T13:30:54.255 INFO:teuthology.orchestra.run.smithi186.stdout:Get:55 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-2309-gba760091-1jammy [32.8 kB] 2024-03-21T13:30:54.256 INFO:teuthology.orchestra.run.smithi186.stdout:Get:56 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-2309-gba760091-1jammy [180 kB] 2024-03-21T13:30:54.266 INFO:teuthology.orchestra.run.smithi186.stdout:Get:57 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-2309-gba760091-1jammy [66.5 kB] 2024-03-21T13:30:54.275 INFO:teuthology.orchestra.run.smithi100.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-03-21T13:30:54.275 INFO:teuthology.orchestra.run.smithi186.stdout:Get:58 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-2309-gba760091-1jammy [330 kB] 2024-03-21T13:30:54.277 INFO:teuthology.orchestra.run.smithi186.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-03-21T13:30:54.279 INFO:teuthology.orchestra.run.smithi186.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-03-21T13:30:54.281 INFO:teuthology.orchestra.run.smithi186.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-03-21T13:30:54.282 INFO:teuthology.orchestra.run.smithi186.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-03-21T13:30:54.283 INFO:teuthology.orchestra.run.smithi186.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-03-21T13:30:54.287 INFO:teuthology.orchestra.run.smithi100.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-03-21T13:30:54.289 INFO:teuthology.orchestra.run.smithi186.stdout:Get:64 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-2309-gba760091-1jammy [6,662 kB] 2024-03-21T13:30:54.305 INFO:teuthology.orchestra.run.smithi170.stdout:Get:3 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-2309-gba760091-1jammy [3,223 kB] 2024-03-21T13:30:54.316 INFO:teuthology.orchestra.run.smithi100.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-03-21T13:30:54.317 INFO:teuthology.orchestra.run.smithi186.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-03-21T13:30:54.320 INFO:teuthology.orchestra.run.smithi186.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-03-21T13:30:54.320 INFO:teuthology.orchestra.run.smithi186.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-03-21T13:30:54.326 INFO:teuthology.orchestra.run.smithi100.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-03-21T13:30:54.327 INFO:teuthology.orchestra.run.smithi100.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-03-21T13:30:54.328 INFO:teuthology.orchestra.run.smithi100.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-03-21T13:30:54.339 INFO:teuthology.orchestra.run.smithi186.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-03-21T13:30:54.339 INFO:teuthology.orchestra.run.smithi186.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-03-21T13:30:54.346 INFO:teuthology.orchestra.run.smithi186.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-03-21T13:30:54.346 INFO:teuthology.orchestra.run.smithi100.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-03-21T13:30:54.347 INFO:teuthology.orchestra.run.smithi186.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-03-21T13:30:54.347 INFO:teuthology.orchestra.run.smithi186.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-03-21T13:30:54.348 INFO:teuthology.orchestra.run.smithi186.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-03-21T13:30:54.348 INFO:teuthology.orchestra.run.smithi186.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-03-21T13:30:54.348 INFO:teuthology.orchestra.run.smithi186.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-03-21T13:30:54.352 INFO:teuthology.orchestra.run.smithi186.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-03-21T13:30:54.367 INFO:teuthology.orchestra.run.smithi186.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-03-21T13:30:54.368 INFO:teuthology.orchestra.run.smithi186.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-03-21T13:30:54.369 INFO:teuthology.orchestra.run.smithi186.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-03-21T13:30:54.378 INFO:teuthology.orchestra.run.smithi170.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-03-21T13:30:54.387 INFO:teuthology.orchestra.run.smithi186.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-03-21T13:30:54.390 INFO:teuthology.orchestra.run.smithi186.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-03-21T13:30:54.391 INFO:teuthology.orchestra.run.smithi170.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-03-21T13:30:54.391 INFO:teuthology.orchestra.run.smithi186.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-03-21T13:30:54.391 INFO:teuthology.orchestra.run.smithi186.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-03-21T13:30:54.396 INFO:teuthology.orchestra.run.smithi186.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-03-21T13:30:54.396 INFO:teuthology.orchestra.run.smithi186.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-03-21T13:30:54.400 INFO:teuthology.orchestra.run.smithi186.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-03-21T13:30:54.408 INFO:teuthology.orchestra.run.smithi186.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-03-21T13:30:54.409 INFO:teuthology.orchestra.run.smithi186.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-03-21T13:30:54.409 INFO:teuthology.orchestra.run.smithi186.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-03-21T13:30:54.430 INFO:teuthology.orchestra.run.smithi186.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-03-21T13:30:54.431 INFO:teuthology.orchestra.run.smithi186.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-03-21T13:30:54.440 INFO:teuthology.orchestra.run.smithi186.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-03-21T13:30:54.440 INFO:teuthology.orchestra.run.smithi186.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-03-21T13:30:54.440 INFO:teuthology.orchestra.run.smithi186.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-03-21T13:30:54.442 INFO:teuthology.orchestra.run.smithi186.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-03-21T13:30:54.443 INFO:teuthology.orchestra.run.smithi186.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-03-21T13:30:54.472 INFO:teuthology.orchestra.run.smithi170.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-03-21T13:30:54.514 INFO:teuthology.orchestra.run.smithi100.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-03-21T13:30:54.605 INFO:teuthology.orchestra.run.smithi170.stdout:Get:7 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-2309-gba760091-1jammy [712 kB] 2024-03-21T13:30:54.627 INFO:teuthology.orchestra.run.smithi100.stdout:Get:14 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-2309-gba760091-1jammy [3,223 kB] 2024-03-21T13:30:54.660 INFO:teuthology.orchestra.run.smithi170.stdout:Get:8 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-2309-gba760091-1jammy [356 kB] 2024-03-21T13:30:54.674 INFO:teuthology.orchestra.run.smithi170.stdout:Get:9 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-2309-gba760091-1jammy [32.8 kB] 2024-03-21T13:30:54.675 INFO:teuthology.orchestra.run.smithi170.stdout:Get:10 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-2309-gba760091-1jammy [180 kB] 2024-03-21T13:30:54.681 INFO:teuthology.orchestra.run.smithi170.stdout:Get:11 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-2309-gba760091-1jammy [66.5 kB] 2024-03-21T13:30:54.697 INFO:teuthology.orchestra.run.smithi186.stdout:Get:97 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-2309-gba760091-1jammy [112 kB] 2024-03-21T13:30:54.700 INFO:teuthology.orchestra.run.smithi186.stdout:Get:98 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-2309-gba760091-1jammy [467 kB] 2024-03-21T13:30:54.702 INFO:teuthology.orchestra.run.smithi170.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-03-21T13:30:54.714 INFO:teuthology.orchestra.run.smithi170.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-03-21T13:30:54.716 INFO:teuthology.orchestra.run.smithi186.stdout:Get:99 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-2309-gba760091-1jammy [25.0 MB] 2024-03-21T13:30:54.725 INFO:teuthology.orchestra.run.smithi170.stdout:Get:14 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-2309-gba760091-1jammy [330 kB] 2024-03-21T13:30:54.735 INFO:teuthology.orchestra.run.smithi170.stdout:Get:15 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-2309-gba760091-1jammy [6,662 kB] 2024-03-21T13:30:54.744 INFO:teuthology.orchestra.run.smithi170.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-03-21T13:30:54.753 INFO:teuthology.orchestra.run.smithi170.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-03-21T13:30:54.754 INFO:teuthology.orchestra.run.smithi170.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-03-21T13:30:54.756 INFO:teuthology.orchestra.run.smithi170.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-03-21T13:30:54.774 INFO:teuthology.orchestra.run.smithi170.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-03-21T13:30:54.914 INFO:teuthology.orchestra.run.smithi100.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-03-21T13:30:54.942 INFO:teuthology.orchestra.run.smithi170.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-03-21T13:30:54.949 INFO:teuthology.orchestra.run.smithi100.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-03-21T13:30:54.951 INFO:teuthology.orchestra.run.smithi100.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-03-21T13:30:55.030 INFO:teuthology.orchestra.run.smithi100.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-03-21T13:30:55.082 INFO:teuthology.orchestra.run.smithi100.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-03-21T13:30:55.104 INFO:teuthology.orchestra.run.smithi100.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-03-21T13:30:55.110 INFO:teuthology.orchestra.run.smithi100.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-03-21T13:30:55.111 INFO:teuthology.orchestra.run.smithi100.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-03-21T13:30:55.122 INFO:teuthology.orchestra.run.smithi100.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-03-21T13:30:55.123 INFO:teuthology.orchestra.run.smithi100.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-03-21T13:30:55.289 INFO:teuthology.orchestra.run.smithi100.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-03-21T13:30:55.352 INFO:teuthology.orchestra.run.smithi170.stdout:Get:22 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-2309-gba760091-1jammy [112 kB] 2024-03-21T13:30:55.353 INFO:teuthology.orchestra.run.smithi170.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-03-21T13:30:55.357 INFO:teuthology.orchestra.run.smithi170.stdout:Get:24 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-2309-gba760091-1jammy [467 kB] 2024-03-21T13:30:55.372 INFO:teuthology.orchestra.run.smithi100.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-03-21T13:30:55.388 INFO:teuthology.orchestra.run.smithi170.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-03-21T13:30:55.390 INFO:teuthology.orchestra.run.smithi170.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-03-21T13:30:55.400 INFO:teuthology.orchestra.run.smithi100.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-03-21T13:30:55.407 INFO:teuthology.orchestra.run.smithi170.stdout:Get:27 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-2309-gba760091-1jammy [25.0 MB] 2024-03-21T13:30:55.418 INFO:teuthology.orchestra.run.smithi100.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-03-21T13:30:55.462 INFO:teuthology.orchestra.run.smithi100.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-03-21T13:30:55.470 INFO:teuthology.orchestra.run.smithi170.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-03-21T13:30:55.521 INFO:teuthology.orchestra.run.smithi170.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-03-21T13:30:55.543 INFO:teuthology.orchestra.run.smithi170.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-03-21T13:30:55.550 INFO:teuthology.orchestra.run.smithi170.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-03-21T13:30:55.551 INFO:teuthology.orchestra.run.smithi170.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-03-21T13:30:55.563 INFO:teuthology.orchestra.run.smithi170.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-03-21T13:30:55.563 INFO:teuthology.orchestra.run.smithi170.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-03-21T13:30:55.633 INFO:teuthology.orchestra.run.smithi100.stdout:Get:30 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-2309-gba760091-1jammy [712 kB] 2024-03-21T13:30:55.678 INFO:teuthology.orchestra.run.smithi100.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-03-21T13:30:55.693 INFO:teuthology.orchestra.run.smithi100.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-03-21T13:30:55.699 INFO:teuthology.orchestra.run.smithi100.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-03-21T13:30:55.705 INFO:teuthology.orchestra.run.smithi100.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-03-21T13:30:55.726 INFO:teuthology.orchestra.run.smithi100.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-03-21T13:30:55.728 INFO:teuthology.orchestra.run.smithi170.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-03-21T13:30:55.730 INFO:teuthology.orchestra.run.smithi100.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-03-21T13:30:55.811 INFO:teuthology.orchestra.run.smithi170.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-03-21T13:30:55.840 INFO:teuthology.orchestra.run.smithi170.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-03-21T13:30:55.857 INFO:teuthology.orchestra.run.smithi170.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-03-21T13:30:55.896 INFO:teuthology.orchestra.run.smithi100.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-03-21T13:30:55.901 INFO:teuthology.orchestra.run.smithi170.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-03-21T13:30:55.940 INFO:teuthology.orchestra.run.smithi100.stdout:Get:38 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-2309-gba760091-1jammy [356 kB] 2024-03-21T13:30:56.047 INFO:teuthology.orchestra.run.smithi100.stdout:Get:39 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-2309-gba760091-1jammy [32.8 kB] 2024-03-21T13:30:56.063 INFO:teuthology.orchestra.run.smithi100.stdout:Get:40 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-2309-gba760091-1jammy [180 kB] 2024-03-21T13:30:56.116 INFO:teuthology.orchestra.run.smithi170.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-03-21T13:30:56.131 INFO:teuthology.orchestra.run.smithi170.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-03-21T13:30:56.133 INFO:teuthology.orchestra.run.smithi100.stdout:Get:41 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-2309-gba760091-1jammy [66.5 kB] 2024-03-21T13:30:56.138 INFO:teuthology.orchestra.run.smithi170.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-03-21T13:30:56.143 INFO:teuthology.orchestra.run.smithi170.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-03-21T13:30:56.157 INFO:teuthology.orchestra.run.smithi100.stdout:Get:42 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-2309-gba760091-1jammy [330 kB] 2024-03-21T13:30:56.164 INFO:teuthology.orchestra.run.smithi170.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-03-21T13:30:56.168 INFO:teuthology.orchestra.run.smithi170.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-03-21T13:30:56.228 INFO:teuthology.orchestra.run.smithi100.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-03-21T13:30:56.259 INFO:teuthology.orchestra.run.smithi100.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-03-21T13:30:56.269 INFO:teuthology.orchestra.run.smithi100.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-03-21T13:30:56.307 INFO:teuthology.orchestra.run.smithi186.stdout:Get:100 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-2309-gba760091-1jammy [5,084 kB] 2024-03-21T13:30:56.313 INFO:teuthology.orchestra.run.smithi100.stdout:Get:46 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-2309-gba760091-1jammy [6,662 kB] 2024-03-21T13:30:56.334 INFO:teuthology.orchestra.run.smithi170.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-03-21T13:30:56.471 INFO:teuthology.orchestra.run.smithi100.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-03-21T13:30:56.473 INFO:teuthology.orchestra.run.smithi100.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-03-21T13:30:56.479 INFO:teuthology.orchestra.run.smithi100.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-03-21T13:30:56.485 INFO:teuthology.orchestra.run.smithi100.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-03-21T13:30:56.500 INFO:teuthology.orchestra.run.smithi100.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-03-21T13:30:56.521 INFO:teuthology.orchestra.run.smithi100.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-03-21T13:30:56.522 INFO:teuthology.orchestra.run.smithi186.stdout:Get:101 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-2309-gba760091-1jammy [244 kB] 2024-03-21T13:30:56.528 INFO:teuthology.orchestra.run.smithi100.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-03-21T13:30:56.556 INFO:teuthology.orchestra.run.smithi186.stdout:Get:102 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-2309-gba760091-1jammy [124 kB] 2024-03-21T13:30:56.561 INFO:teuthology.orchestra.run.smithi186.stdout:Get:103 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-2309-gba760091-1jammy [1,524 kB] 2024-03-21T13:30:56.643 INFO:teuthology.orchestra.run.smithi186.stdout:Get:104 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-2309-gba760091-1jammy [6,253 kB] 2024-03-21T13:30:56.651 INFO:teuthology.orchestra.run.smithi170.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-03-21T13:30:56.689 INFO:teuthology.orchestra.run.smithi170.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-03-21T13:30:56.701 INFO:teuthology.orchestra.run.smithi170.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-03-21T13:30:56.702 INFO:teuthology.orchestra.run.smithi100.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-03-21T13:30:56.905 INFO:teuthology.orchestra.run.smithi170.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-03-21T13:30:56.906 INFO:teuthology.orchestra.run.smithi170.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-03-21T13:30:56.912 INFO:teuthology.orchestra.run.smithi170.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-03-21T13:30:56.918 INFO:teuthology.orchestra.run.smithi170.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-03-21T13:30:56.933 INFO:teuthology.orchestra.run.smithi170.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-03-21T13:30:56.954 INFO:teuthology.orchestra.run.smithi170.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-03-21T13:30:56.960 INFO:teuthology.orchestra.run.smithi170.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-03-21T13:30:56.964 INFO:teuthology.orchestra.run.smithi100.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-03-21T13:30:57.035 INFO:teuthology.orchestra.run.smithi186.stdout:Get:105 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-2309-gba760091-1jammy [22.8 MB] 2024-03-21T13:30:57.135 INFO:teuthology.orchestra.run.smithi170.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-03-21T13:30:57.141 INFO:teuthology.orchestra.run.smithi100.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-03-21T13:30:57.155 INFO:teuthology.orchestra.run.smithi100.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-03-21T13:30:57.174 INFO:teuthology.orchestra.run.smithi100.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-03-21T13:30:57.239 INFO:teuthology.orchestra.run.smithi100.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-03-21T13:30:57.399 INFO:teuthology.orchestra.run.smithi170.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-03-21T13:30:57.527 INFO:teuthology.orchestra.run.smithi100.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-03-21T13:30:57.530 INFO:teuthology.orchestra.run.smithi100.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-03-21T13:30:57.532 INFO:teuthology.orchestra.run.smithi100.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-03-21T13:30:57.533 INFO:teuthology.orchestra.run.smithi100.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-03-21T13:30:57.535 INFO:teuthology.orchestra.run.smithi100.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-03-21T13:30:57.577 INFO:teuthology.orchestra.run.smithi170.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-03-21T13:30:57.591 INFO:teuthology.orchestra.run.smithi170.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-03-21T13:30:57.610 INFO:teuthology.orchestra.run.smithi170.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-03-21T13:30:57.725 INFO:teuthology.orchestra.run.smithi170.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-03-21T13:30:57.727 INFO:teuthology.orchestra.run.smithi170.stdout:Get:63 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-2309-gba760091-1jammy [5,084 kB] 2024-03-21T13:30:57.759 INFO:teuthology.orchestra.run.smithi100.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-03-21T13:30:57.970 INFO:teuthology.orchestra.run.smithi170.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-03-21T13:30:57.972 INFO:teuthology.orchestra.run.smithi170.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-03-21T13:30:57.975 INFO:teuthology.orchestra.run.smithi170.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-03-21T13:30:57.975 INFO:teuthology.orchestra.run.smithi170.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-03-21T13:30:57.977 INFO:teuthology.orchestra.run.smithi170.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-03-21T13:30:58.122 INFO:teuthology.orchestra.run.smithi170.stdout:Get:69 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-2309-gba760091-1jammy [244 kB] 2024-03-21T13:30:58.129 INFO:teuthology.orchestra.run.smithi170.stdout:Get:70 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-2309-gba760091-1jammy [124 kB] 2024-03-21T13:30:58.133 INFO:teuthology.orchestra.run.smithi170.stdout:Get:71 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-2309-gba760091-1jammy [1,524 kB] 2024-03-21T13:30:58.190 INFO:teuthology.orchestra.run.smithi100.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-03-21T13:30:58.197 INFO:teuthology.orchestra.run.smithi100.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-03-21T13:30:58.201 INFO:teuthology.orchestra.run.smithi170.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-03-21T13:30:58.281 INFO:teuthology.orchestra.run.smithi170.stdout:Get:73 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-2309-gba760091-1jammy [6,253 kB] 2024-03-21T13:30:58.492 INFO:teuthology.orchestra.run.smithi100.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-03-21T13:30:58.492 INFO:teuthology.orchestra.run.smithi100.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-03-21T13:30:58.560 INFO:teuthology.orchestra.run.smithi100.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-03-21T13:30:58.561 INFO:teuthology.orchestra.run.smithi100.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-03-21T13:30:58.566 INFO:teuthology.orchestra.run.smithi186.stdout:Get:106 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-2309-gba760091-1jammy [14.0 kB] 2024-03-21T13:30:58.567 INFO:teuthology.orchestra.run.smithi186.stdout:Get:107 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-2309-gba760091-1jammy [870 kB] 2024-03-21T13:30:58.584 INFO:teuthology.orchestra.run.smithi186.stdout:Get:108 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-2309-gba760091-1jammy [2,384 kB] 2024-03-21T13:30:58.625 INFO:teuthology.orchestra.run.smithi186.stdout:Get:109 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-2309-gba760091-1jammy [791 kB] 2024-03-21T13:30:58.639 INFO:teuthology.orchestra.run.smithi170.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-03-21T13:30:58.640 INFO:teuthology.orchestra.run.smithi100.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-03-21T13:30:58.641 INFO:teuthology.orchestra.run.smithi100.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-03-21T13:30:58.642 INFO:teuthology.orchestra.run.smithi100.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-03-21T13:30:58.643 INFO:teuthology.orchestra.run.smithi100.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-03-21T13:30:58.646 INFO:teuthology.orchestra.run.smithi170.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-03-21T13:30:58.663 INFO:teuthology.orchestra.run.smithi186.stdout:Get:110 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-2309-gba760091-1jammy [147 kB] 2024-03-21T13:30:58.667 INFO:teuthology.orchestra.run.smithi186.stdout:Get:111 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-2309-gba760091-1jammy [2,277 kB] 2024-03-21T13:30:58.741 INFO:teuthology.orchestra.run.smithi100.stdout:Get:76 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-2309-gba760091-1jammy [112 kB] 2024-03-21T13:30:58.795 INFO:teuthology.orchestra.run.smithi100.stdout:Get:77 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-2309-gba760091-1jammy [467 kB] 2024-03-21T13:30:58.805 INFO:teuthology.orchestra.run.smithi170.stdout:Get:76 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-2309-gba760091-1jammy [22.8 MB] 2024-03-21T13:30:58.812 INFO:teuthology.orchestra.run.smithi186.stdout:Get:112 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-2309-gba760091-1jammy [8,625 kB] 2024-03-21T13:30:58.881 INFO:teuthology.orchestra.run.smithi100.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-03-21T13:30:58.936 INFO:teuthology.orchestra.run.smithi170.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-03-21T13:30:58.936 INFO:teuthology.orchestra.run.smithi170.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-03-21T13:30:58.938 INFO:teuthology.orchestra.run.smithi170.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-03-21T13:30:58.940 INFO:teuthology.orchestra.run.smithi170.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-03-21T13:30:58.942 INFO:teuthology.orchestra.run.smithi170.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-03-21T13:30:58.944 INFO:teuthology.orchestra.run.smithi170.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-03-21T13:30:58.945 INFO:teuthology.orchestra.run.smithi170.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-03-21T13:30:58.947 INFO:teuthology.orchestra.run.smithi170.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-03-21T13:30:58.948 INFO:teuthology.orchestra.run.smithi100.stdout:Get:79 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-2309-gba760091-1jammy [25.0 MB] 2024-03-21T13:30:59.128 INFO:teuthology.orchestra.run.smithi170.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-03-21T13:30:59.285 INFO:teuthology.orchestra.run.smithi100.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-03-21T13:30:59.330 INFO:teuthology.orchestra.run.smithi186.stdout:Get:113 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-2309-gba760091-1jammy [14.2 kB] 2024-03-21T13:30:59.330 INFO:teuthology.orchestra.run.smithi186.stdout:Get:114 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-2309-gba760091-1jammy [50.3 MB] 2024-03-21T13:30:59.332 INFO:teuthology.orchestra.run.smithi100.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-03-21T13:30:59.351 INFO:teuthology.orchestra.run.smithi100.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-03-21T13:30:59.463 INFO:teuthology.orchestra.run.smithi100.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-03-21T13:30:59.503 INFO:teuthology.orchestra.run.smithi100.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-03-21T13:30:59.514 INFO:teuthology.orchestra.run.smithi100.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-03-21T13:30:59.519 INFO:teuthology.orchestra.run.smithi100.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-03-21T13:30:59.536 INFO:teuthology.orchestra.run.smithi170.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-03-21T13:30:59.567 INFO:teuthology.orchestra.run.smithi100.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-03-21T13:30:59.570 INFO:teuthology.orchestra.run.smithi100.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-03-21T13:30:59.583 INFO:teuthology.orchestra.run.smithi170.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-03-21T13:30:59.592 INFO:teuthology.orchestra.run.smithi100.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-03-21T13:30:59.617 INFO:teuthology.orchestra.run.smithi170.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-03-21T13:30:59.714 INFO:teuthology.orchestra.run.smithi170.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-03-21T13:30:59.754 INFO:teuthology.orchestra.run.smithi170.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-03-21T13:30:59.756 INFO:teuthology.orchestra.run.smithi100.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-03-21T13:30:59.767 INFO:teuthology.orchestra.run.smithi170.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-03-21T13:30:59.772 INFO:teuthology.orchestra.run.smithi170.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-03-21T13:30:59.819 INFO:teuthology.orchestra.run.smithi170.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-03-21T13:30:59.822 INFO:teuthology.orchestra.run.smithi170.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-03-21T13:30:59.843 INFO:teuthology.orchestra.run.smithi170.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-03-21T13:31:00.008 INFO:teuthology.orchestra.run.smithi170.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-03-21T13:31:00.022 INFO:teuthology.orchestra.run.smithi100.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-03-21T13:31:00.040 INFO:teuthology.orchestra.run.smithi100.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-03-21T13:31:00.193 INFO:teuthology.orchestra.run.smithi100.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-03-21T13:31:00.221 INFO:teuthology.orchestra.run.smithi100.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-03-21T13:31:00.274 INFO:teuthology.orchestra.run.smithi170.stdout:Get:97 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-03-21T13:31:00.292 INFO:teuthology.orchestra.run.smithi170.stdout:Get:98 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-03-21T13:31:00.378 INFO:teuthology.orchestra.run.smithi100.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-03-21T13:31:00.381 INFO:teuthology.orchestra.run.smithi100.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-03-21T13:31:00.383 INFO:teuthology.orchestra.run.smithi100.stdout:Get:97 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-03-21T13:31:00.405 INFO:teuthology.orchestra.run.smithi100.stdout:Get:98 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-03-21T13:31:00.412 INFO:teuthology.orchestra.run.smithi100.stdout:Get:99 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-03-21T13:31:00.445 INFO:teuthology.orchestra.run.smithi170.stdout:Get:99 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-03-21T13:31:00.474 INFO:teuthology.orchestra.run.smithi170.stdout:Get:100 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-03-21T13:31:00.632 INFO:teuthology.orchestra.run.smithi170.stdout:Get:101 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-03-21T13:31:00.634 INFO:teuthology.orchestra.run.smithi170.stdout:Get:102 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-03-21T13:31:00.636 INFO:teuthology.orchestra.run.smithi170.stdout:Get:103 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-03-21T13:31:00.658 INFO:teuthology.orchestra.run.smithi170.stdout:Get:104 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-03-21T13:31:00.663 INFO:teuthology.orchestra.run.smithi170.stdout:Get:105 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-03-21T13:31:00.755 INFO:teuthology.orchestra.run.smithi170.stdout:Get:106 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-2309-gba760091-1jammy [14.0 kB] 2024-03-21T13:31:00.756 INFO:teuthology.orchestra.run.smithi170.stdout:Get:107 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-2309-gba760091-1jammy [870 kB] 2024-03-21T13:31:00.773 INFO:teuthology.orchestra.run.smithi170.stdout:Get:108 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-2309-gba760091-1jammy [2,384 kB] 2024-03-21T13:31:00.925 INFO:teuthology.orchestra.run.smithi170.stdout:Get:109 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-2309-gba760091-1jammy [791 kB] 2024-03-21T13:31:00.969 INFO:teuthology.orchestra.run.smithi170.stdout:Get:110 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-2309-gba760091-1jammy [147 kB] 2024-03-21T13:31:00.995 INFO:teuthology.orchestra.run.smithi170.stdout:Get:111 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-2309-gba760091-1jammy [2,277 kB] 2024-03-21T13:31:01.166 INFO:teuthology.orchestra.run.smithi170.stdout:Get:112 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-2309-gba760091-1jammy [8,625 kB] 2024-03-21T13:31:01.842 INFO:teuthology.orchestra.run.smithi170.stdout:Get:113 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-2309-gba760091-1jammy [14.2 kB] 2024-03-21T13:31:01.892 INFO:teuthology.orchestra.run.smithi170.stdout:Get:114 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-2309-gba760091-1jammy [50.3 MB] 2024-03-21T13:31:03.073 INFO:teuthology.orchestra.run.smithi186.stdout:Get:115 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-2309-gba760091-1jammy [121 kB] 2024-03-21T13:31:03.075 INFO:teuthology.orchestra.run.smithi186.stdout:Get:116 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-2309-gba760091-1jammy [38.5 kB] 2024-03-21T13:31:03.076 INFO:teuthology.orchestra.run.smithi186.stdout:Get:117 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-2309-gba760091-1jammy [13.2 MB] 2024-03-21T13:31:03.723 INFO:teuthology.orchestra.run.smithi186.stdout:Get:118 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-2309-gba760091-1jammy [91.7 kB] 2024-03-21T13:31:04.248 INFO:teuthology.orchestra.run.smithi186.stdout:Fetched 178 MB in 10s (17.6 MB/s) 2024-03-21T13:31:04.357 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-03-21T13:31:04.443 INFO:teuthology.orchestra.run.smithi186.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 ... 165997 files and directories currently installed.) 2024-03-21T13:31:04.448 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-03-21T13:31:04.515 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-03-21T13:31:04.810 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-03-21T13:31:04.836 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-03-21T13:31:04.876 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-03-21T13:31:04.976 INFO:teuthology.orchestra.run.smithi170.stdout:Get:115 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-2309-gba760091-1jammy [121 kB] 2024-03-21T13:31:04.979 INFO:teuthology.orchestra.run.smithi170.stdout:Get:116 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-2309-gba760091-1jammy [38.5 kB] 2024-03-21T13:31:04.980 INFO:teuthology.orchestra.run.smithi170.stdout:Get:117 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-2309-gba760091-1jammy [13.2 MB] 2024-03-21T13:31:05.221 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-03-21T13:31:05.247 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-03-21T13:31:05.287 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-03-21T13:31:05.432 INFO:teuthology.orchestra.run.smithi170.stdout:Get:118 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-2309-gba760091-1jammy [91.7 kB] 2024-03-21T13:31:05.502 INFO:teuthology.orchestra.run.smithi100.stdout:Get:100 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-2309-gba760091-1jammy [5,084 kB] 2024-03-21T13:31:05.725 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-03-21T13:31:05.751 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-21T13:31:05.799 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-21T13:31:05.935 INFO:teuthology.orchestra.run.smithi100.stdout:Get:101 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-2309-gba760091-1jammy [244 kB] 2024-03-21T13:31:05.965 INFO:teuthology.orchestra.run.smithi100.stdout:Get:102 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-2309-gba760091-1jammy [124 kB] 2024-03-21T13:31:05.969 INFO:teuthology.orchestra.run.smithi100.stdout:Get:103 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-2309-gba760091-1jammy [1,524 kB] 2024-03-21T13:31:05.987 INFO:teuthology.orchestra.run.smithi170.stdout:Fetched 178 MB in 12s (15.3 MB/s) 2024-03-21T13:31:06.110 INFO:teuthology.orchestra.run.smithi100.stdout:Get:104 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-2309-gba760091-1jammy [6,253 kB] 2024-03-21T13:31:06.147 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-03-21T13:31:06.169 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-03-21T13:31:06.195 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-21T13:31:06.236 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-21T13:31:06.247 INFO:teuthology.orchestra.run.smithi170.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 ... 165997 files and directories currently installed.) 2024-03-21T13:31:06.253 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-03-21T13:31:06.337 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-03-21T13:31:06.580 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-03-21T13:31:06.606 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-21T13:31:06.622 INFO:teuthology.orchestra.run.smithi100.stdout:Get:105 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-2309-gba760091-1jammy [22.8 MB] 2024-03-21T13:31:06.647 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-21T13:31:06.674 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-03-21T13:31:06.700 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-03-21T13:31:06.749 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-03-21T13:31:06.975 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-03-21T13:31:07.002 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-03-21T13:31:07.011 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-03-21T13:31:07.037 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-03-21T13:31:07.041 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-03-21T13:31:07.077 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-03-21T13:31:07.328 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package librados2. 2024-03-21T13:31:07.354 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../007-librados2_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T13:31:07.394 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking librados2 (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:31:07.514 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-03-21T13:31:07.540 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-21T13:31:07.589 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-21T13:31:07.848 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package librbd1. 2024-03-21T13:31:08.179 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../008-librbd1_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T13:31:08.179 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking librbd1 (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:31:08.179 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-03-21T13:31:08.179 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-21T13:31:08.180 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-21T13:31:08.312 INFO:teuthology.orchestra.run.smithi100.stdout:Get:106 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-2309-gba760091-1jammy [14.0 kB] 2024-03-21T13:31:08.312 INFO:teuthology.orchestra.run.smithi100.stdout:Get:107 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-2309-gba760091-1jammy [870 kB] 2024-03-21T13:31:08.329 INFO:teuthology.orchestra.run.smithi100.stdout:Get:108 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-2309-gba760091-1jammy [2,384 kB] 2024-03-21T13:31:08.350 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package libcephfs2. 2024-03-21T13:31:08.376 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T13:31:08.416 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking libcephfs2 (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:31:08.428 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-03-21T13:31:08.454 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-21T13:31:08.458 INFO:teuthology.orchestra.run.smithi100.stdout:Get:109 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-2309-gba760091-1jammy [791 kB] 2024-03-21T13:31:08.495 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-21T13:31:08.497 INFO:teuthology.orchestra.run.smithi100.stdout:Get:110 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-2309-gba760091-1jammy [147 kB] 2024-03-21T13:31:08.500 INFO:teuthology.orchestra.run.smithi100.stdout:Get:111 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-2309-gba760091-1jammy [2,277 kB] 2024-03-21T13:31:08.636 INFO:teuthology.orchestra.run.smithi100.stdout:Get:112 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-2309-gba760091-1jammy [8,625 kB] 2024-03-21T13:31:08.677 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-rados. 2024-03-21T13:31:08.693 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../010-python3-rados_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T13:31:08.729 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-rados (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:31:08.798 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-03-21T13:31:08.824 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-03-21T13:31:08.856 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-03-21T13:31:09.077 INFO:teuthology.orchestra.run.smithi100.stdout:Get:113 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-2309-gba760091-1jammy [14.2 kB] 2024-03-21T13:31:09.077 INFO:teuthology.orchestra.run.smithi100.stdout:Get:114 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-2309-gba760091-1jammy [50.3 MB] 2024-03-21T13:31:09.176 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package librados2. 2024-03-21T13:31:09.202 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../007-librados2_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T13:31:09.242 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking librados2 (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:31:09.280 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-03-21T13:31:09.306 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-2309-gba760091-1jammy_all.deb ... 2024-03-21T13:31:09.347 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-ceph-argparse (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:31:09.608 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-cephfs. 2024-03-21T13:31:09.623 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T13:31:09.666 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-cephfs (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:31:09.703 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package librbd1. 2024-03-21T13:31:09.730 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../008-librbd1_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T13:31:09.770 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking librbd1 (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:31:09.986 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-ceph-common. 2024-03-21T13:31:10.012 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-2309-gba760091-1jammy_all.deb ... 2024-03-21T13:31:10.052 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-ceph-common (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:31:10.198 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package libcephfs2. 2024-03-21T13:31:10.224 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T13:31:10.264 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking libcephfs2 (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:31:10.355 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-wcwidth. 2024-03-21T13:31:10.378 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-03-21T13:31:10.438 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-03-21T13:31:10.534 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-rados. 2024-03-21T13:31:10.560 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../010-python3-rados_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T13:31:10.600 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-rados (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:31:10.741 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-prettytable. 2024-03-21T13:31:10.768 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-03-21T13:31:10.808 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-03-21T13:31:10.936 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-03-21T13:31:10.962 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-2309-gba760091-1jammy_all.deb ... 2024-03-21T13:31:11.003 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-ceph-argparse (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:31:11.077 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-rbd. 2024-03-21T13:31:11.103 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T13:31:11.143 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-rbd (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:31:11.255 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-cephfs. 2024-03-21T13:31:11.281 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T13:31:11.322 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-cephfs (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:31:11.344 INFO:teuthology.orchestra.run.smithi100.stdout:Get:115 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-2309-gba760091-1jammy [121 kB] 2024-03-21T13:31:11.347 INFO:teuthology.orchestra.run.smithi100.stdout:Get:116 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-2309-gba760091-1jammy [38.5 kB] 2024-03-21T13:31:11.348 INFO:teuthology.orchestra.run.smithi100.stdout:Get:117 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-2309-gba760091-1jammy [13.2 MB] 2024-03-21T13:31:11.505 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-03-21T13:31:11.531 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-03-21T13:31:11.571 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-03-21T13:31:11.624 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-ceph-common. 2024-03-21T13:31:11.651 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-2309-gba760091-1jammy_all.deb ... 2024-03-21T13:31:11.688 INFO:teuthology.orchestra.run.smithi100.stdout:Get:118 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-2309-gba760091-1jammy [91.7 kB] 2024-03-21T13:31:11.700 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-ceph-common (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:31:11.841 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-03-21T13:31:11.867 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-03-21T13:31:11.907 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-03-21T13:31:12.020 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-wcwidth. 2024-03-21T13:31:12.046 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-03-21T13:31:12.078 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-03-21T13:31:12.194 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-03-21T13:31:12.209 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-03-21T13:31:12.240 INFO:teuthology.orchestra.run.smithi100.stdout:Fetched 178 MB in 18s (9,711 kB/s) 2024-03-21T13:31:12.252 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-03-21T13:31:12.387 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-03-21T13:31:12.397 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-prettytable. 2024-03-21T13:31:12.423 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-03-21T13:31:12.463 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-03-21T13:31:12.487 INFO:teuthology.orchestra.run.smithi100.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 165997 files and directories currently installed.) 2024-03-21T13:31:12.492 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-03-21T13:31:12.578 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-03-21T13:31:12.588 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package lua5.1. 2024-03-21T13:31:12.615 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-03-21T13:31:12.655 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-03-21T13:31:12.700 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-rbd. 2024-03-21T13:31:12.726 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T13:31:12.775 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-rbd (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:31:12.873 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-03-21T13:31:12.899 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-03-21T13:31:12.939 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-03-21T13:31:12.966 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package lua-any. 2024-03-21T13:31:12.993 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-03-21T13:31:13.033 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking lua-any (27ubuntu1) ... 2024-03-21T13:31:13.103 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-03-21T13:31:13.129 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-03-21T13:31:13.169 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-03-21T13:31:13.242 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-03-21T13:31:13.252 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package zip. 2024-03-21T13:31:13.267 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-03-21T13:31:13.269 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-03-21T13:31:13.309 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-03-21T13:31:13.310 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking zip (3.0-12build2) ... 2024-03-21T13:31:13.447 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-03-21T13:31:13.474 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-03-21T13:31:13.513 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-03-21T13:31:13.630 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package unzip. 2024-03-21T13:31:13.656 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-03-21T13:31:13.696 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-03-21T13:31:13.762 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-03-21T13:31:13.789 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-21T13:31:13.791 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-03-21T13:31:13.806 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-03-21T13:31:13.838 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-21T13:31:13.841 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-03-21T13:31:14.101 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package luarocks. 2024-03-21T13:31:14.127 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-03-21T13:31:14.161 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package lua5.1. 2024-03-21T13:31:14.167 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-03-21T13:31:14.188 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-03-21T13:31:14.223 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-03-21T13:31:14.227 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-03-21T13:31:14.247 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-21T13:31:14.282 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-21T13:31:14.547 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package lua-any. 2024-03-21T13:31:14.562 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-03-21T13:31:14.605 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking lua-any (27ubuntu1) ... 2024-03-21T13:31:14.652 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-03-21T13:31:14.658 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package librgw2. 2024-03-21T13:31:14.679 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-21T13:31:14.685 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../025-librgw2_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T13:31:14.716 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking librgw2 (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:31:14.718 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-21T13:31:14.849 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package zip. 2024-03-21T13:31:14.865 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-03-21T13:31:14.908 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking zip (3.0-12build2) ... 2024-03-21T13:31:15.080 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-03-21T13:31:15.106 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-03-21T13:31:15.146 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-03-21T13:31:15.178 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package unzip. 2024-03-21T13:31:15.193 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-03-21T13:31:15.227 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-03-21T13:31:15.235 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-rgw. 2024-03-21T13:31:15.259 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T13:31:15.302 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-rgw (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:31:15.415 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package librados2. 2024-03-21T13:31:15.431 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../007-librados2_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T13:31:15.465 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking librados2 (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:31:15.621 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package liboath0:amd64. 2024-03-21T13:31:15.648 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-03-21T13:31:15.648 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package luarocks. 2024-03-21T13:31:15.675 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-03-21T13:31:15.688 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-03-21T13:31:15.714 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-03-21T13:31:15.927 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package librbd1. 2024-03-21T13:31:15.941 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package libradosstriper1. 2024-03-21T13:31:15.953 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../008-librbd1_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T13:31:15.956 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T13:31:15.993 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking librbd1 (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:31:16.007 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking libradosstriper1 (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:31:16.089 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package librgw2. 2024-03-21T13:31:16.116 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../025-librgw2_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T13:31:16.155 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking librgw2 (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:31:16.436 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package ceph-common. 2024-03-21T13:31:16.455 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package libcephfs2. 2024-03-21T13:31:16.463 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../029-ceph-common_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T13:31:16.481 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T13:31:16.502 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking ceph-common (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:31:16.521 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking libcephfs2 (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:31:16.700 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-rgw. 2024-03-21T13:31:16.726 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T13:31:16.766 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-rgw (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:31:16.798 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-rados. 2024-03-21T13:31:16.814 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../010-python3-rados_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T13:31:16.848 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-rados (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:31:17.078 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package liboath0:amd64. 2024-03-21T13:31:17.104 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-03-21T13:31:17.144 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-03-21T13:31:17.351 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-03-21T13:31:17.378 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-2309-gba760091-1jammy_all.deb ... 2024-03-21T13:31:17.418 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-ceph-argparse (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:31:17.447 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package libradosstriper1. 2024-03-21T13:31:17.474 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T13:31:17.513 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking libradosstriper1 (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:31:17.670 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-cephfs. 2024-03-21T13:31:17.697 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T13:31:17.737 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-cephfs (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:31:17.832 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package ceph-base. 2024-03-21T13:31:17.859 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../030-ceph-base_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T13:31:17.883 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package ceph-common. 2024-03-21T13:31:17.908 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking ceph-base (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:31:17.910 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../029-ceph-common_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T13:31:17.950 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking ceph-common (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:31:18.056 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-ceph-common. 2024-03-21T13:31:18.083 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-2309-gba760091-1jammy_all.deb ... 2024-03-21T13:31:18.148 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-ceph-common (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:31:18.454 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-03-21T13:31:18.459 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-wcwidth. 2024-03-21T13:31:18.480 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-03-21T13:31:18.486 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-03-21T13:31:18.511 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-03-21T13:31:18.526 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-03-21T13:31:18.789 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-cheroot. 2024-03-21T13:31:18.804 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-prettytable. 2024-03-21T13:31:18.816 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-03-21T13:31:18.819 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-03-21T13:31:18.854 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-03-21T13:31:18.856 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-03-21T13:31:19.123 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-rbd. 2024-03-21T13:31:19.149 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T13:31:19.176 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-03-21T13:31:19.189 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-rbd (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:31:19.203 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-03-21T13:31:19.242 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-03-21T13:31:19.489 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package ceph-base. 2024-03-21T13:31:19.516 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../030-ceph-base_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T13:31:19.545 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-jaraco.text. 2024-03-21T13:31:19.551 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-03-21T13:31:19.564 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking ceph-base (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:31:19.571 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-03-21T13:31:19.577 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-03-21T13:31:19.617 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-03-21T13:31:19.759 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-03-21T13:31:19.895 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-03-21T13:31:19.910 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-03-21T13:31:19.945 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-03-21T13:31:20.073 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-03-21T13:31:20.088 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-03-21T13:31:20.122 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-03-21T13:31:20.143 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-03-21T13:31:20.170 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-03-21T13:31:20.209 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-03-21T13:31:20.231 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-03-21T13:31:20.246 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-03-21T13:31:20.281 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-03-21T13:31:20.401 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-tempora. 2024-03-21T13:31:20.427 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-03-21T13:31:20.467 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-03-21T13:31:20.479 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-cheroot. 2024-03-21T13:31:20.506 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-03-21T13:31:20.545 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-03-21T13:31:20.618 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package lua5.1. 2024-03-21T13:31:20.644 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-03-21T13:31:20.684 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-03-21T13:31:20.770 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-portend. 2024-03-21T13:31:20.797 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-03-21T13:31:20.836 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-03-21T13:31:20.865 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-03-21T13:31:20.892 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-03-21T13:31:20.931 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-03-21T13:31:21.004 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package lua-any. 2024-03-21T13:31:21.020 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-03-21T13:31:21.062 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking lua-any (27ubuntu1) ... 2024-03-21T13:31:21.173 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-03-21T13:31:21.199 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-03-21T13:31:21.239 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-03-21T13:31:21.243 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-jaraco.text. 2024-03-21T13:31:21.269 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-03-21T13:31:21.289 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package zip. 2024-03-21T13:31:21.305 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-03-21T13:31:21.309 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-03-21T13:31:21.340 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking zip (3.0-12build2) ... 2024-03-21T13:31:21.559 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-cherrypy3. 2024-03-21T13:31:21.586 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-03-21T13:31:21.612 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-03-21T13:31:21.634 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-03-21T13:31:21.639 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-03-21T13:31:21.643 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package unzip. 2024-03-21T13:31:21.669 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-03-21T13:31:21.679 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-03-21T13:31:21.734 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-03-21T13:31:21.940 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-tempora. 2024-03-21T13:31:21.966 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-03-21T13:31:22.004 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-natsort. 2024-03-21T13:31:22.006 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-03-21T13:31:22.031 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-03-21T13:31:22.070 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-03-21T13:31:22.105 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package luarocks. 2024-03-21T13:31:22.132 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-03-21T13:31:22.163 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-03-21T13:31:22.318 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-portend. 2024-03-21T13:31:22.345 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-03-21T13:31:22.382 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-logutils. 2024-03-21T13:31:22.384 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-03-21T13:31:22.409 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-03-21T13:31:22.448 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-03-21T13:31:22.629 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package librgw2. 2024-03-21T13:31:22.656 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../025-librgw2_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T13:31:22.696 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-03-21T13:31:22.696 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking librgw2 (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:31:22.722 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-03-21T13:31:22.762 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-03-21T13:31:22.810 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-markupsafe. 2024-03-21T13:31:22.836 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-03-21T13:31:22.885 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-03-21T13:31:23.032 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-cherrypy3. 2024-03-21T13:31:23.058 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-03-21T13:31:23.090 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-03-21T13:31:23.240 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-rgw. 2024-03-21T13:31:23.254 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-mako. 2024-03-21T13:31:23.267 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T13:31:23.281 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-03-21T13:31:23.306 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-rgw (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:31:23.329 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-03-21T13:31:23.435 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-natsort. 2024-03-21T13:31:23.462 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-03-21T13:31:23.502 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-03-21T13:31:23.649 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-simplegeneric. 2024-03-21T13:31:23.651 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package liboath0:amd64. 2024-03-21T13:31:23.676 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-03-21T13:31:23.677 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-03-21T13:31:23.726 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-03-21T13:31:23.813 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-logutils. 2024-03-21T13:31:23.840 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-03-21T13:31:23.880 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-03-21T13:31:23.949 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-03-21T13:31:23.962 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package libradosstriper1. 2024-03-21T13:31:23.988 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T13:31:24.020 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking libradosstriper1 (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:31:24.124 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-markupsafe. 2024-03-21T13:31:24.151 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-03-21T13:31:24.182 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-03-21T13:31:24.432 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package ceph-common. 2024-03-21T13:31:24.458 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../029-ceph-common_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T13:31:24.494 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-mako. 2024-03-21T13:31:24.498 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking ceph-common (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:31:24.520 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-03-21T13:31:24.560 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-03-21T13:31:24.752 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-singledispatch. 2024-03-21T13:31:24.779 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-03-21T13:31:24.819 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-03-21T13:31:24.888 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-simplegeneric. 2024-03-21T13:31:24.915 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-03-21T13:31:24.955 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-03-21T13:31:25.122 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-webob. 2024-03-21T13:31:25.148 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-03-21T13:31:25.188 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-03-21T13:31:25.257 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-singledispatch. 2024-03-21T13:31:25.284 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-03-21T13:31:25.324 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-03-21T13:31:25.542 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-waitress. 2024-03-21T13:31:25.568 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-03-21T13:31:25.569 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-webob. 2024-03-21T13:31:25.595 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-03-21T13:31:25.619 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-03-21T13:31:25.627 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-03-21T13:31:25.853 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package ceph-base. 2024-03-21T13:31:25.880 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../030-ceph-base_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T13:31:25.903 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-tempita. 2024-03-21T13:31:25.913 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-waitress. 2024-03-21T13:31:25.929 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-03-21T13:31:25.930 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking ceph-base (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:31:25.940 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-03-21T13:31:25.961 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-03-21T13:31:25.983 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-03-21T13:31:26.230 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-paste. 2024-03-21T13:31:26.257 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-03-21T13:31:26.297 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-03-21T13:31:26.299 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-tempita. 2024-03-21T13:31:26.326 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-03-21T13:31:26.366 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-03-21T13:31:26.541 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-03-21T13:31:26.567 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-03-21T13:31:26.607 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-03-21T13:31:26.625 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-03-21T13:31:26.652 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-03-21T13:31:26.692 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-03-21T13:31:26.868 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-cheroot. 2024-03-21T13:31:26.884 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-03-21T13:31:26.919 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-03-21T13:31:26.969 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-pastedeploy. 2024-03-21T13:31:26.996 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-03-21T13:31:27.003 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-paste. 2024-03-21T13:31:27.029 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-03-21T13:31:27.036 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-03-21T13:31:27.205 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-03-21T13:31:27.231 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-03-21T13:31:27.271 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-03-21T13:31:27.339 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-webtest. 2024-03-21T13:31:27.365 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-03-21T13:31:27.422 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-03-21T13:31:27.444 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-03-21T13:31:27.566 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-jaraco.text. 2024-03-21T13:31:27.592 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-03-21T13:31:27.632 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-03-21T13:31:27.717 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-pecan. 2024-03-21T13:31:27.743 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-03-21T13:31:27.783 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-03-21T13:31:27.814 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-03-21T13:31:27.829 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-03-21T13:31:27.872 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-03-21T13:31:27.944 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-03-21T13:31:27.970 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-03-21T13:31:28.010 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-03-21T13:31:28.146 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-certifi. 2024-03-21T13:31:28.162 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-03-21T13:31:28.175 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-pastedeploy. 2024-03-21T13:31:28.202 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-03-21T13:31:28.204 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-03-21T13:31:28.242 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-03-21T13:31:28.279 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-tempora. 2024-03-21T13:31:28.306 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-03-21T13:31:28.338 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-03-21T13:31:28.499 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-idna. 2024-03-21T13:31:28.520 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-webtest. 2024-03-21T13:31:28.525 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-03-21T13:31:28.547 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-03-21T13:31:28.557 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-idna (3.3-1) ... 2024-03-21T13:31:28.586 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-03-21T13:31:28.624 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-portend. 2024-03-21T13:31:28.650 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-03-21T13:31:28.691 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-03-21T13:31:28.847 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-pecan. 2024-03-21T13:31:28.869 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-urllib3. 2024-03-21T13:31:28.874 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-03-21T13:31:28.895 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-03-21T13:31:28.905 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-03-21T13:31:28.935 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-03-21T13:31:29.002 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-03-21T13:31:29.028 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-03-21T13:31:29.068 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-03-21T13:31:29.211 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-certifi. 2024-03-21T13:31:29.238 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-03-21T13:31:29.247 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-requests. 2024-03-21T13:31:29.274 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-03-21T13:31:29.277 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-03-21T13:31:29.313 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-03-21T13:31:29.346 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-cherrypy3. 2024-03-21T13:31:29.372 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-03-21T13:31:29.413 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-03-21T13:31:29.606 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-idna. 2024-03-21T13:31:29.624 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-werkzeug. 2024-03-21T13:31:29.632 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-03-21T13:31:29.651 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-03-21T13:31:29.671 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-idna (3.3-1) ... 2024-03-21T13:31:29.691 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-03-21T13:31:29.758 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-natsort. 2024-03-21T13:31:29.784 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-03-21T13:31:29.824 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-03-21T13:31:29.978 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-03-21T13:31:30.005 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-2309-gba760091-1jammy_all.deb ... 2024-03-21T13:31:30.008 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-urllib3. 2024-03-21T13:31:30.035 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-03-21T13:31:30.044 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking ceph-mgr-modules-core (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:31:30.074 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-03-21T13:31:30.144 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-logutils. 2024-03-21T13:31:30.171 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-03-21T13:31:30.211 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-03-21T13:31:30.402 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-requests. 2024-03-21T13:31:30.429 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-03-21T13:31:30.469 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-03-21T13:31:30.480 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-markupsafe. 2024-03-21T13:31:30.507 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-03-21T13:31:30.538 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-03-21T13:31:30.540 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-03-21T13:31:30.568 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T13:31:30.607 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:31:30.763 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-werkzeug. 2024-03-21T13:31:30.790 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-03-21T13:31:30.808 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-mako. 2024-03-21T13:31:30.830 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-03-21T13:31:30.834 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-03-21T13:31:30.868 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-bcrypt. 2024-03-21T13:31:30.874 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-03-21T13:31:30.895 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-03-21T13:31:30.934 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-03-21T13:31:31.116 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-03-21T13:31:31.131 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-2309-gba760091-1jammy_all.deb ... 2024-03-21T13:31:31.174 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking ceph-mgr-modules-core (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:31:31.203 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-simplegeneric. 2024-03-21T13:31:31.230 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-03-21T13:31:31.237 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-openssl. 2024-03-21T13:31:31.265 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-03-21T13:31:31.269 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-03-21T13:31:31.304 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-03-21T13:31:31.521 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-03-21T13:31:31.547 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T13:31:31.572 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-singledispatch. 2024-03-21T13:31:31.587 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:31:31.599 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-03-21T13:31:31.638 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-03-21T13:31:31.649 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package ceph-mgr. 2024-03-21T13:31:31.676 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T13:31:31.715 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking ceph-mgr (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:31:31.898 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-bcrypt. 2024-03-21T13:31:31.916 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-webob. 2024-03-21T13:31:31.925 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-03-21T13:31:31.943 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-03-21T13:31:31.965 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-03-21T13:31:31.974 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-03-21T13:31:32.152 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package ceph-mon. 2024-03-21T13:31:32.178 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T13:31:32.218 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking ceph-mon (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:31:32.276 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-openssl. 2024-03-21T13:31:32.278 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-waitress. 2024-03-21T13:31:32.304 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-03-21T13:31:32.305 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-03-21T13:31:32.338 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-03-21T13:31:32.343 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-03-21T13:31:32.647 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-tempita. 2024-03-21T13:31:32.674 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-03-21T13:31:32.679 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package ceph-mgr. 2024-03-21T13:31:32.706 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T13:31:32.746 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking ceph-mgr (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:31:32.832 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-03-21T13:31:32.864 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package ceph-osd. 2024-03-21T13:31:32.890 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T13:31:32.930 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking ceph-osd (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:31:33.107 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package ceph-mon. 2024-03-21T13:31:33.134 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T13:31:33.173 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking ceph-mon (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:31:33.191 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-paste. 2024-03-21T13:31:33.218 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-03-21T13:31:33.274 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-03-21T13:31:33.569 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-03-21T13:31:33.585 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-03-21T13:31:33.627 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-03-21T13:31:33.780 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package ceph-osd. 2024-03-21T13:31:33.806 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T13:31:33.846 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking ceph-osd (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:31:33.930 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-pastedeploy. 2024-03-21T13:31:33.957 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-03-21T13:31:33.991 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package ceph. 2024-03-21T13:31:33.997 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-03-21T13:31:34.007 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../066-ceph_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T13:31:34.049 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking ceph (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:31:34.300 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-webtest. 2024-03-21T13:31:34.326 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-03-21T13:31:34.366 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-03-21T13:31:34.386 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package ceph-fuse. 2024-03-21T13:31:34.413 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T13:31:34.452 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking ceph-fuse (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:31:34.661 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-pecan. 2024-03-21T13:31:34.688 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-03-21T13:31:34.727 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-03-21T13:31:34.839 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package ceph-mds. 2024-03-21T13:31:34.866 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T13:31:34.899 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package ceph. 2024-03-21T13:31:34.905 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking ceph-mds (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:31:34.914 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../066-ceph_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T13:31:34.957 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking ceph (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:31:35.065 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-certifi. 2024-03-21T13:31:35.093 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-03-21T13:31:35.124 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-03-21T13:31:35.227 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package ceph-fuse. 2024-03-21T13:31:35.253 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T13:31:35.285 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking ceph-fuse (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:31:35.367 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package cephadm. 2024-03-21T13:31:35.394 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../069-cephadm_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T13:31:35.418 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-idna. 2024-03-21T13:31:35.441 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking cephadm (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:31:35.445 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-03-21T13:31:35.493 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-idna (3.3-1) ... 2024-03-21T13:31:35.672 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package ceph-mds. 2024-03-21T13:31:35.698 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T13:31:35.738 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking ceph-mds (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:31:35.804 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-urllib3. 2024-03-21T13:31:35.832 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-03-21T13:31:35.836 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-asyncssh. 2024-03-21T13:31:35.863 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-03-21T13:31:35.871 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-03-21T13:31:35.903 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-03-21T13:31:36.158 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package cephadm. 2024-03-21T13:31:36.184 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../069-cephadm_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T13:31:36.216 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-requests. 2024-03-21T13:31:36.224 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking cephadm (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:31:36.243 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-03-21T13:31:36.264 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python-babel-localedata. 2024-03-21T13:31:36.280 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-03-21T13:31:36.282 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-03-21T13:31:36.330 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-03-21T13:31:36.502 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-asyncssh. 2024-03-21T13:31:36.529 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-03-21T13:31:36.560 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-03-21T13:31:36.602 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-werkzeug. 2024-03-21T13:31:36.629 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-03-21T13:31:36.668 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-03-21T13:31:36.863 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python-babel-localedata. 2024-03-21T13:31:36.878 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-03-21T13:31:36.938 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-03-21T13:31:36.971 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-03-21T13:31:36.995 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-2309-gba760091-1jammy_all.deb ... 2024-03-21T13:31:37.038 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking ceph-mgr-modules-core (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:31:37.344 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-babel. 2024-03-21T13:31:37.371 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-03-21T13:31:37.392 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-03-21T13:31:37.402 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-03-21T13:31:37.408 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T13:31:37.442 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:31:37.696 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-jinja2. 2024-03-21T13:31:37.712 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-03-21T13:31:37.746 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-03-21T13:31:37.770 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-bcrypt. 2024-03-21T13:31:37.797 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-03-21T13:31:37.837 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-03-21T13:31:37.951 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-babel. 2024-03-21T13:31:37.978 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-03-21T13:31:38.018 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-03-21T13:31:38.049 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-03-21T13:31:38.077 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-2309-gba760091-1jammy_all.deb ... 2024-03-21T13:31:38.107 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking ceph-mgr-cephadm (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:31:38.174 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-openssl. 2024-03-21T13:31:38.200 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-03-21T13:31:38.240 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-03-21T13:31:38.321 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-jinja2. 2024-03-21T13:31:38.348 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-03-21T13:31:38.388 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-03-21T13:31:38.455 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-repoze.lru. 2024-03-21T13:31:38.482 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-03-21T13:31:38.521 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-03-21T13:31:38.551 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package ceph-mgr. 2024-03-21T13:31:38.578 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T13:31:38.617 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking ceph-mgr (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:31:38.733 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-03-21T13:31:38.759 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-2309-gba760091-1jammy_all.deb ... 2024-03-21T13:31:38.799 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking ceph-mgr-cephadm (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:31:38.824 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-routes. 2024-03-21T13:31:38.851 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-03-21T13:31:38.890 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-03-21T13:31:38.988 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package ceph-mon. 2024-03-21T13:31:39.014 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T13:31:39.054 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking ceph-mon (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:31:39.144 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-repoze.lru. 2024-03-21T13:31:39.171 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-03-21T13:31:39.219 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-03-21T13:31:39.235 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-03-21T13:31:39.262 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-2309-gba760091-1jammy_all.deb ... 2024-03-21T13:31:39.301 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking ceph-mgr-dashboard (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:31:39.497 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-routes. 2024-03-21T13:31:39.524 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-03-21T13:31:39.563 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-03-21T13:31:39.682 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package ceph-osd. 2024-03-21T13:31:39.709 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T13:31:39.749 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking ceph-osd (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:31:39.909 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-03-21T13:31:39.936 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-2309-gba760091-1jammy_all.deb ... 2024-03-21T13:31:39.975 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking ceph-mgr-dashboard (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:31:40.582 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-03-21T13:31:40.610 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-03-21T13:31:40.794 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package ceph. 2024-03-21T13:31:40.810 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../066-ceph_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T13:31:40.832 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-03-21T13:31:40.844 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking ceph (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:31:41.088 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package ceph-fuse. 2024-03-21T13:31:41.115 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T13:31:41.146 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking ceph-fuse (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:31:41.239 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-03-21T13:31:41.255 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-03-21T13:31:41.297 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-03-21T13:31:41.335 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-joblib. 2024-03-21T13:31:41.362 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-03-21T13:31:41.402 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-03-21T13:31:41.533 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package ceph-mds. 2024-03-21T13:31:41.559 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T13:31:41.599 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking ceph-mds (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:31:41.772 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-03-21T13:31:41.792 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-joblib. 2024-03-21T13:31:41.799 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-03-21T13:31:41.816 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-03-21T13:31:41.838 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-03-21T13:31:41.858 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-03-21T13:31:42.027 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package cephadm. 2024-03-21T13:31:42.055 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../069-cephadm_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T13:31:42.094 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking cephadm (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:31:42.141 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-sklearn. 2024-03-21T13:31:42.168 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-03-21T13:31:42.196 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-03-21T13:31:42.208 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-03-21T13:31:42.223 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-03-21T13:31:42.262 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-03-21T13:31:42.372 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-asyncssh. 2024-03-21T13:31:42.398 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-03-21T13:31:42.430 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-03-21T13:31:42.565 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-sklearn. 2024-03-21T13:31:42.592 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-03-21T13:31:42.631 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-03-21T13:31:42.757 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python-babel-localedata. 2024-03-21T13:31:42.784 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-03-21T13:31:42.824 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-03-21T13:31:43.041 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-03-21T13:31:43.069 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-2309-gba760091-1jammy_all.deb ... 2024-03-21T13:31:43.193 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:31:43.332 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-03-21T13:31:43.359 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-2309-gba760091-1jammy_all.deb ... 2024-03-21T13:31:43.484 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:31:43.995 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-babel. 2024-03-21T13:31:44.011 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-03-21T13:31:44.045 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-03-21T13:31:44.121 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-cachetools. 2024-03-21T13:31:44.149 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-03-21T13:31:44.188 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-03-21T13:31:44.340 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-jinja2. 2024-03-21T13:31:44.367 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-03-21T13:31:44.398 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-03-21T13:31:44.491 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-pyasn1. 2024-03-21T13:31:44.518 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-03-21T13:31:44.557 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-03-21T13:31:44.696 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-cachetools. 2024-03-21T13:31:44.718 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-03-21T13:31:44.723 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-03-21T13:31:44.745 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-2309-gba760091-1jammy_all.deb ... 2024-03-21T13:31:44.762 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-03-21T13:31:44.784 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking ceph-mgr-cephadm (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:31:44.852 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-03-21T13:31:44.868 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-03-21T13:31:44.902 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-03-21T13:31:45.095 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-pyasn1. 2024-03-21T13:31:45.122 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-03-21T13:31:45.139 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-rsa. 2024-03-21T13:31:45.166 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-03-21T13:31:45.197 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-rsa (4.8-1) ... 2024-03-21T13:31:45.207 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-03-21T13:31:45.263 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-repoze.lru. 2024-03-21T13:31:45.290 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-03-21T13:31:45.321 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-03-21T13:31:45.500 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-google-auth. 2024-03-21T13:31:45.527 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-03-21T13:31:45.560 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-03-21T13:31:45.567 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-03-21T13:31:45.587 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-03-21T13:31:45.591 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-routes. 2024-03-21T13:31:45.618 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-03-21T13:31:45.627 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-03-21T13:31:45.657 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-03-21T13:31:45.897 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-rsa. 2024-03-21T13:31:45.904 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-03-21T13:31:45.924 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-03-21T13:31:45.926 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-03-21T13:31:45.930 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-03-21T13:31:45.942 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-2309-gba760091-1jammy_all.deb ... 2024-03-21T13:31:45.955 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-rsa (4.8-1) ... 2024-03-21T13:31:45.970 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-03-21T13:31:45.985 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking ceph-mgr-dashboard (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:31:46.276 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-google-auth. 2024-03-21T13:31:46.298 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-websocket. 2024-03-21T13:31:46.303 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-03-21T13:31:46.325 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-03-21T13:31:46.342 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-03-21T13:31:46.364 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-03-21T13:31:46.645 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-03-21T13:31:46.673 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-03-21T13:31:46.684 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-kubernetes. 2024-03-21T13:31:46.712 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-03-21T13:31:46.712 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-03-21T13:31:46.742 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-03-21T13:31:47.023 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-websocket. 2024-03-21T13:31:47.051 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-03-21T13:31:47.090 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-03-21T13:31:47.248 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-03-21T13:31:47.264 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-03-21T13:31:47.306 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-03-21T13:31:47.373 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-03-21T13:31:47.376 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-kubernetes. 2024-03-21T13:31:47.392 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-03-21T13:31:47.401 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-2309-gba760091-1jammy_all.deb ... 2024-03-21T13:31:47.426 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-03-21T13:31:47.439 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:31:47.751 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package libonig5:amd64. 2024-03-21T13:31:47.778 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-03-21T13:31:47.785 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-joblib. 2024-03-21T13:31:47.812 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-03-21T13:31:47.817 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-03-21T13:31:47.851 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-03-21T13:31:48.123 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-03-21T13:31:48.140 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-2309-gba760091-1jammy_all.deb ... 2024-03-21T13:31:48.162 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package libjq1:amd64. 2024-03-21T13:31:48.174 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-03-21T13:31:48.182 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:31:48.189 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-03-21T13:31:48.201 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-03-21T13:31:48.228 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-03-21T13:31:48.232 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-03-21T13:31:48.489 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package jq. 2024-03-21T13:31:48.501 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package libonig5:amd64. 2024-03-21T13:31:48.517 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-03-21T13:31:48.529 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-03-21T13:31:48.543 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-sklearn. 2024-03-21T13:31:48.556 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-03-21T13:31:48.568 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-03-21T13:31:48.570 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-03-21T13:31:48.609 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-03-21T13:31:48.767 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package socat. 2024-03-21T13:31:48.791 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-03-21T13:31:48.825 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-03-21T13:31:48.863 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package libjq1:amd64. 2024-03-21T13:31:48.890 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-03-21T13:31:48.921 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-03-21T13:31:49.145 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package xmlstarlet. 2024-03-21T13:31:49.172 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-03-21T13:31:49.174 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package jq. 2024-03-21T13:31:49.201 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-03-21T13:31:49.211 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-03-21T13:31:49.240 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-03-21T13:31:49.301 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-03-21T13:31:49.329 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-2309-gba760091-1jammy_all.deb ... 2024-03-21T13:31:49.470 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:31:49.493 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package socat. 2024-03-21T13:31:49.509 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-03-21T13:31:49.551 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-03-21T13:31:49.582 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package ceph-test. 2024-03-21T13:31:49.598 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../097-ceph-test_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T13:31:49.640 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking ceph-test (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:31:50.022 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package xmlstarlet. 2024-03-21T13:31:50.048 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-03-21T13:31:50.088 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-03-21T13:31:50.434 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package ceph-test. 2024-03-21T13:31:50.461 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../097-ceph-test_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T13:31:50.465 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-cachetools. 2024-03-21T13:31:50.492 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-03-21T13:31:50.500 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking ceph-test (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:31:50.532 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-03-21T13:31:50.835 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-pyasn1. 2024-03-21T13:31:50.862 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-03-21T13:31:50.901 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-03-21T13:31:51.247 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-03-21T13:31:51.274 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-03-21T13:31:51.313 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-03-21T13:31:51.616 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-rsa. 2024-03-21T13:31:51.643 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-03-21T13:31:51.682 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-rsa (4.8-1) ... 2024-03-21T13:31:51.970 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-google-auth. 2024-03-21T13:31:51.996 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-03-21T13:31:52.020 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package ceph-volume. 2024-03-21T13:31:52.036 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-03-21T13:31:52.047 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-2309-gba760091-1jammy_all.deb ... 2024-03-21T13:31:52.086 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking ceph-volume (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:31:52.323 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-03-21T13:31:52.338 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-03-21T13:31:52.372 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-03-21T13:31:52.381 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package libcephfs-dev. 2024-03-21T13:31:52.398 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T13:31:52.440 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking libcephfs-dev (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:31:52.638 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package ceph-volume. 2024-03-21T13:31:52.666 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-2309-gba760091-1jammy_all.deb ... 2024-03-21T13:31:52.676 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-websocket. 2024-03-21T13:31:52.703 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-03-21T13:31:52.704 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking ceph-volume (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:31:52.709 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package lua-socket:amd64. 2024-03-21T13:31:52.725 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-03-21T13:31:52.742 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-03-21T13:31:52.759 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-03-21T13:31:52.992 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package libcephfs-dev. 2024-03-21T13:31:53.008 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T13:31:53.050 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking libcephfs-dev (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:31:53.054 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-kubernetes. 2024-03-21T13:31:53.080 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package lua-sec:amd64. 2024-03-21T13:31:53.082 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-03-21T13:31:53.108 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-03-21T13:31:53.120 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-03-21T13:31:53.147 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-03-21T13:31:53.361 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package lua-socket:amd64. 2024-03-21T13:31:53.388 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-03-21T13:31:53.427 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-03-21T13:31:53.517 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package nvme-cli. 2024-03-21T13:31:53.545 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-03-21T13:31:53.584 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-03-21T13:31:53.734 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-03-21T13:31:53.749 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package lua-sec:amd64. 2024-03-21T13:31:53.763 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-2309-gba760091-1jammy_all.deb ... 2024-03-21T13:31:53.777 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-03-21T13:31:53.801 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:31:53.824 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-03-21T13:31:54.039 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package pkg-config. 2024-03-21T13:31:54.067 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-03-21T13:31:54.105 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-03-21T13:31:54.119 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package nvme-cli. 2024-03-21T13:31:54.147 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-03-21T13:31:54.186 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-03-21T13:31:54.325 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-03-21T13:31:54.341 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-03-21T13:31:54.375 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-03-21T13:31:54.379 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package libonig5:amd64. 2024-03-21T13:31:54.407 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-03-21T13:31:54.453 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-03-21T13:31:54.600 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package pkg-config. 2024-03-21T13:31:54.627 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-03-21T13:31:54.666 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-03-21T13:31:54.803 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-iniconfig. 2024-03-21T13:31:54.823 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package libjq1:amd64. 2024-03-21T13:31:54.830 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-03-21T13:31:54.851 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-03-21T13:31:54.869 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-03-21T13:31:54.890 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-03-21T13:31:54.936 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-03-21T13:31:54.963 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-03-21T13:31:54.994 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-03-21T13:31:55.139 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-pastescript. 2024-03-21T13:31:55.151 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package jq. 2024-03-21T13:31:55.167 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-03-21T13:31:55.167 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-03-21T13:31:55.205 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-03-21T13:31:55.209 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-03-21T13:31:55.389 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-iniconfig. 2024-03-21T13:31:55.417 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-03-21T13:31:55.455 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-03-21T13:31:55.487 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package socat. 2024-03-21T13:31:55.514 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-03-21T13:31:55.525 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-pluggy. 2024-03-21T13:31:55.553 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-03-21T13:31:55.561 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-03-21T13:31:55.591 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-03-21T13:31:55.758 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-pastescript. 2024-03-21T13:31:55.786 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-03-21T13:31:55.825 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-03-21T13:31:55.882 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package xmlstarlet. 2024-03-21T13:31:55.898 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-03-21T13:31:55.905 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-psutil. 2024-03-21T13:31:55.931 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-03-21T13:31:55.940 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-03-21T13:31:55.969 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-03-21T13:31:56.111 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-pluggy. 2024-03-21T13:31:56.127 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-03-21T13:31:56.161 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-03-21T13:31:56.281 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-py. 2024-03-21T13:31:56.286 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package ceph-test. 2024-03-21T13:31:56.302 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../097-ceph-test_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T13:31:56.309 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-03-21T13:31:56.344 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking ceph-test (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:31:56.347 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-py (1.10.0-1) ... 2024-03-21T13:31:56.440 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-psutil. 2024-03-21T13:31:56.467 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-03-21T13:31:56.506 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-03-21T13:31:56.667 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-pygments. 2024-03-21T13:31:56.695 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-03-21T13:31:56.734 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-03-21T13:31:56.825 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-py. 2024-03-21T13:31:56.841 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-03-21T13:31:56.884 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-py (1.10.0-1) ... 2024-03-21T13:31:57.163 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-pyinotify. 2024-03-21T13:31:57.179 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-03-21T13:31:57.196 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-pygments. 2024-03-21T13:31:57.212 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-03-21T13:31:57.223 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-03-21T13:31:57.262 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-03-21T13:31:57.540 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-toml. 2024-03-21T13:31:57.568 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-03-21T13:31:57.607 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-03-21T13:31:57.708 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-pyinotify. 2024-03-21T13:31:57.736 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-03-21T13:31:57.774 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-03-21T13:31:57.910 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-pytest. 2024-03-21T13:31:57.937 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-03-21T13:31:57.976 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-03-21T13:31:58.077 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-toml. 2024-03-21T13:31:58.105 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-03-21T13:31:58.144 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-03-21T13:31:58.288 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-simplejson. 2024-03-21T13:31:58.315 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-03-21T13:31:58.346 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-03-21T13:31:58.447 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-pytest. 2024-03-21T13:31:58.474 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-03-21T13:31:58.505 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-03-21T13:31:58.549 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package ceph-volume. 2024-03-21T13:31:58.557 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-03-21T13:31:58.573 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-03-21T13:31:58.576 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-2309-gba760091-1jammy_all.deb ... 2024-03-21T13:31:58.606 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking ceph-volume (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:31:58.607 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-03-21T13:31:58.850 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-simplejson. 2024-03-21T13:31:58.878 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-03-21T13:31:58.916 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-03-21T13:31:58.955 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package libcephfs-dev. 2024-03-21T13:31:58.955 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T13:31:58.993 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking libcephfs-dev (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:31:59.186 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-03-21T13:31:59.202 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-03-21T13:31:59.244 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-03-21T13:31:59.280 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package lua-socket:amd64. 2024-03-21T13:31:59.302 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package radosgw. 2024-03-21T13:31:59.308 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-03-21T13:31:59.330 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../116-radosgw_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T13:31:59.363 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-03-21T13:31:59.368 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking radosgw (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:31:59.701 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package lua-sec:amd64. 2024-03-21T13:31:59.729 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-03-21T13:31:59.767 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-03-21T13:31:59.873 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package radosgw. 2024-03-21T13:31:59.902 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../116-radosgw_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T13:31:59.939 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking radosgw (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:32:00.155 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package nvme-cli. 2024-03-21T13:32:00.163 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package rbd-fuse. 2024-03-21T13:32:00.180 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T13:32:00.183 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-03-21T13:32:00.222 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-03-21T13:32:00.222 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking rbd-fuse (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:32:00.535 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-03-21T13:32:00.668 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package pkg-config. 2024-03-21T13:32:00.697 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-03-21T13:32:00.709 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package rbd-fuse. 2024-03-21T13:32:00.735 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-03-21T13:32:00.737 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T13:32:00.776 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking rbd-fuse (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:32:00.776 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-03-21T13:32:00.927 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-03-21T13:32:00.979 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-03-21T13:32:01.007 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-03-21T13:32:01.038 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-03-21T13:32:01.071 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-03-21T13:32:01.185 INFO:teuthology.orchestra.run.smithi186.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-03-21T13:32:01.323 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-03-21T13:32:01.449 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-03-21T13:32:01.457 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-iniconfig. 2024-03-21T13:32:01.473 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-03-21T13:32:01.507 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-03-21T13:32:01.537 INFO:teuthology.orchestra.run.smithi186.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-03-21T13:32:01.718 INFO:teuthology.orchestra.run.smithi170.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-03-21T13:32:01.785 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-pastescript. 2024-03-21T13:32:01.813 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-03-21T13:32:01.852 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-03-21T13:32:01.978 INFO:teuthology.orchestra.run.smithi186.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-03-21T13:32:02.056 INFO:teuthology.orchestra.run.smithi170.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-03-21T13:32:02.063 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up cephadm (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:32:02.180 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-pluggy. 2024-03-21T13:32:02.208 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-03-21T13:32:02.246 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-03-21T13:32:02.438 INFO:teuthology.orchestra.run.smithi170.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-03-21T13:32:02.517 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up cephadm (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:32:02.558 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-psutil. 2024-03-21T13:32:02.585 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-03-21T13:32:02.624 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-03-21T13:32:02.654 INFO:teuthology.orchestra.run.smithi186.stdout:Adding system user cephadm....done 2024-03-21T13:32:02.904 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-03-21T13:32:02.952 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-py. 2024-03-21T13:32:02.980 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-03-21T13:32:03.019 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-py (1.10.0-1) ... 2024-03-21T13:32:03.034 INFO:teuthology.orchestra.run.smithi170.stdout:Adding system user cephadm....done 2024-03-21T13:32:03.190 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-03-21T13:32:03.275 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-03-21T13:32:03.339 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-pygments. 2024-03-21T13:32:03.367 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-03-21T13:32:03.405 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-03-21T13:32:03.483 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-03-21T13:32:03.665 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-03-21T13:32:03.734 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-03-21T13:32:03.806 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-03-21T13:32:03.860 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-03-21T13:32:03.910 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-pyinotify. 2024-03-21T13:32:03.938 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-03-21T13:32:03.976 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-03-21T13:32:04.058 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-03-21T13:32:04.120 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-03-21T13:32:04.253 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-toml. 2024-03-21T13:32:04.267 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-03-21T13:32:04.295 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-03-21T13:32:04.300 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-03-21T13:32:04.371 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-03-21T13:32:04.451 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-py (1.10.0-1) ... 2024-03-21T13:32:04.472 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-py (1.10.0-1) ... 2024-03-21T13:32:04.737 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-03-21T13:32:04.749 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-03-21T13:32:04.857 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-pytest. 2024-03-21T13:32:04.884 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-03-21T13:32:04.923 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-03-21T13:32:05.097 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-03-21T13:32:05.109 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-03-21T13:32:05.260 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-simplejson. 2024-03-21T13:32:05.288 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-03-21T13:32:05.326 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-03-21T13:32:05.348 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-03-21T13:32:05.369 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-03-21T13:32:05.596 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-03-21T13:32:05.607 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-03-21T13:32:05.612 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-03-21T13:32:05.645 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-03-21T13:32:05.654 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-03-21T13:32:05.859 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-03-21T13:32:05.914 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-03-21T13:32:06.093 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-03-21T13:32:06.156 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-03-21T13:32:06.353 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-03-21T13:32:06.408 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-03-21T13:32:06.425 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package radosgw. 2024-03-21T13:32:06.453 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../116-radosgw_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T13:32:06.491 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking radosgw (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:32:06.621 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-ceph-argparse (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:32:06.667 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-ceph-argparse (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:32:06.880 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-03-21T13:32:06.935 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-03-21T13:32:07.006 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-03-21T13:32:07.061 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-03-21T13:32:07.132 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-03-21T13:32:07.187 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-03-21T13:32:07.258 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-03-21T13:32:07.286 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package rbd-fuse. 2024-03-21T13:32:07.302 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T13:32:07.304 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-03-21T13:32:07.344 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking rbd-fuse (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:32:07.509 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-03-21T13:32:07.530 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-03-21T13:32:07.665 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-03-21T13:32:07.868 INFO:teuthology.orchestra.run.smithi170.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-03-21T13:32:07.878 INFO:teuthology.orchestra.run.smithi186.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-03-21T13:32:07.904 INFO:teuthology.orchestra.run.smithi170.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-03-21T13:32:07.907 INFO:teuthology.orchestra.run.smithi186.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-03-21T13:32:07.915 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-03-21T13:32:07.967 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-03-21T13:32:08.002 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-03-21T13:32:08.042 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-03-21T13:32:08.093 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-03-21T13:32:08.130 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-03-21T13:32:08.303 INFO:teuthology.orchestra.run.smithi100.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-03-21T13:32:08.453 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-03-21T13:32:08.489 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-03-21T13:32:08.578 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-03-21T13:32:08.590 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-03-21T13:32:08.643 INFO:teuthology.orchestra.run.smithi100.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-03-21T13:32:08.822 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-03-21T13:32:08.842 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-03-21T13:32:09.047 INFO:teuthology.orchestra.run.smithi100.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-03-21T13:32:09.065 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-03-21T13:32:09.101 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-03-21T13:32:09.119 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up cephadm (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:32:09.382 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up zip (3.0-12build2) ... 2024-03-21T13:32:09.402 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up zip (3.0-12build2) ... 2024-03-21T13:32:09.508 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-03-21T13:32:09.528 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-03-21T13:32:09.653 INFO:teuthology.orchestra.run.smithi100.stdout:Adding system user cephadm....done 2024-03-21T13:32:09.808 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-03-21T13:32:10.093 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-03-21T13:32:10.179 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-03-21T13:32:10.222 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-03-21T13:32:10.353 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-03-21T13:32:10.481 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-03-21T13:32:10.495 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-03-21T13:32:10.607 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-03-21T13:32:10.708 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-03-21T13:32:10.746 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-03-21T13:32:10.811 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-03-21T13:32:10.946 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-03-21T13:32:11.001 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-03-21T13:32:11.014 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-03-21T13:32:11.055 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-03-21T13:32:11.141 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-py (1.10.0-1) ... 2024-03-21T13:32:11.331 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-03-21T13:32:11.369 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-03-21T13:32:11.442 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-03-21T13:32:11.620 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-03-21T13:32:11.708 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-03-21T13:32:11.803 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-03-21T13:32:11.959 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-03-21T13:32:11.997 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-03-21T13:32:12.096 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-03-21T13:32:12.289 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-03-21T13:32:12.344 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-03-21T13:32:12.389 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-03-21T13:32:12.616 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-03-21T13:32:12.636 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-03-21T13:32:12.648 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-03-21T13:32:12.859 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-03-21T13:32:12.908 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-03-21T13:32:12.984 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-ceph-common (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:32:12.997 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-03-21T13:32:13.167 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-03-21T13:32:13.239 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-03-21T13:32:13.269 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-idna (3.3-1) ... 2024-03-21T13:32:13.340 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-ceph-common (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:32:13.451 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-ceph-argparse (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:32:13.578 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-03-21T13:32:13.641 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-idna (3.3-1) ... 2024-03-21T13:32:13.878 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-03-21T13:32:13.959 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-03-21T13:32:14.029 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-03-21T13:32:14.180 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-03-21T13:32:14.314 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-03-21T13:32:14.574 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-03-21T13:32:14.684 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-03-21T13:32:14.894 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-21T13:32:14.960 INFO:teuthology.orchestra.run.smithi100.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-03-21T13:32:15.028 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-toml (0.10.2-1) ... 2024-03-21T13:32:15.157 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-03-21T13:32:15.191 INFO:teuthology.orchestra.run.smithi100.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-03-21T13:32:15.294 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-03-21T13:32:15.304 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-03-21T13:32:15.400 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-21T13:32:15.411 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-03-21T13:32:15.430 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-03-21T13:32:15.518 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-toml (0.10.2-1) ... 2024-03-21T13:32:15.556 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-03-21T13:32:15.795 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-03-21T13:32:15.796 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-03-21T13:32:15.857 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-03-21T13:32:15.911 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-03-21T13:32:15.939 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-03-21T13:32:16.013 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-03-21T13:32:16.100 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-03-21T13:32:16.198 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-03-21T13:32:16.289 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-03-21T13:32:16.334 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-21T13:32:16.466 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-03-21T13:32:16.469 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-03-21T13:32:16.574 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-03-21T13:32:16.767 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up zip (3.0-12build2) ... 2024-03-21T13:32:16.779 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-03-21T13:32:16.816 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-21T13:32:16.868 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-03-21T13:32:16.917 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-03-21T13:32:17.038 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-03-21T13:32:17.219 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-03-21T13:32:17.281 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-03-21T13:32:17.478 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-03-21T13:32:17.524 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-03-21T13:32:17.545 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-03-21T13:32:17.732 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-03-21T13:32:17.775 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-03-21T13:32:17.821 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-03-21T13:32:17.948 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-03-21T13:32:18.024 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-03-21T13:32:18.034 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-03-21T13:32:18.074 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-03-21T13:32:18.160 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-03-21T13:32:18.258 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-03-21T13:32:18.374 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-03-21T13:32:18.444 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-03-21T13:32:18.526 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-03-21T13:32:18.587 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-03-21T13:32:18.652 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-03-21T13:32:18.759 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-03-21T13:32:18.888 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-03-21T13:32:18.928 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-03-21T13:32:19.002 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-03-21T13:32:19.029 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-03-21T13:32:19.189 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-03-21T13:32:19.314 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-03-21T13:32:19.424 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-03-21T13:32:19.428 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-03-21T13:32:19.550 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-03-21T13:32:19.615 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-03-21T13:32:19.676 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-03-21T13:32:19.722 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-03-21T13:32:19.764 INFO:teuthology.orchestra.run.smithi186.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-03-21T13:32:19.903 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-03-21T13:32:20.026 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-03-21T13:32:20.027 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-03-21T13:32:20.065 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-03-21T13:32:20.152 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-03-21T13:32:20.153 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-03-21T13:32:20.240 INFO:teuthology.orchestra.run.smithi170.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-03-21T13:32:20.316 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-03-21T13:32:20.433 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-ceph-common (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:32:20.470 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-03-21T13:32:20.555 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-03-21T13:32:20.571 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-03-21T13:32:20.727 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-idna (3.3-1) ... 2024-03-21T13:32:20.798 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up lua-any (27ubuntu1) ... 2024-03-21T13:32:20.924 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-portend (3.0.0-1) ... 2024-03-21T13:32:21.061 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-03-21T13:32:21.065 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-03-21T13:32:21.175 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-21T13:32:21.301 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-03-21T13:32:21.324 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up lua-any (27ubuntu1) ... 2024-03-21T13:32:21.450 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-portend (3.0.0-1) ... 2024-03-21T13:32:21.610 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-03-21T13:32:21.709 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-21T13:32:21.835 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-03-21T13:32:21.920 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-03-21T13:32:22.153 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-03-21T13:32:22.200 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-03-21T13:32:22.204 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-03-21T13:32:22.355 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-rsa (4.8-1) ... 2024-03-21T13:32:22.410 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-21T13:32:22.429 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-03-21T13:32:22.528 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-toml (0.10.2-1) ... 2024-03-21T13:32:22.623 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-03-21T13:32:22.706 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-03-21T13:32:22.803 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-03-21T13:32:22.832 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-rsa (4.8-1) ... 2024-03-21T13:32:22.890 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-03-21T13:32:22.938 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-03-21T13:32:23.064 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-03-21T13:32:23.091 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-03-21T13:32:23.244 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-03-21T13:32:23.351 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-03-21T13:32:23.357 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-03-21T13:32:23.608 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-03-21T13:32:23.623 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-03-21T13:32:23.695 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-03-21T13:32:23.851 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-21T13:32:23.907 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-03-21T13:32:24.002 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-03-21T13:32:24.056 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-03-21T13:32:24.243 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-03-21T13:32:24.312 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-03-21T13:32:24.341 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-03-21T13:32:24.352 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up librados2 (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:32:24.478 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up libsqlite3-mod-ceph (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:32:24.563 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-03-21T13:32:24.604 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-03-21T13:32:24.677 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-03-21T13:32:24.803 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up librados2 (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:32:24.823 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-03-21T13:32:24.929 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up libsqlite3-mod-ceph (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:32:24.941 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up libcephfs2 (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:32:25.055 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-03-21T13:32:25.067 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up libradosstriper1 (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:32:25.082 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-03-21T13:32:25.168 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-03-21T13:32:25.350 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-03-21T13:32:25.391 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up libcephfs2 (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:32:25.436 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up librbd1 (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:32:25.517 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up libradosstriper1 (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:32:25.562 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up ceph-mgr-modules-core (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:32:25.643 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-03-21T13:32:25.688 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up ceph-fuse (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:32:25.709 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-03-21T13:32:25.877 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-03-21T13:32:25.902 INFO:teuthology.orchestra.run.smithi186.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-03-21T13:32:25.903 INFO:teuthology.orchestra.run.smithi186.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-03-21T13:32:25.937 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up librbd1 (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:32:26.038 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up ceph-mgr-modules-core (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:32:26.147 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up ceph-fuse (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:32:26.153 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-03-21T13:32:26.304 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-03-21T13:32:26.373 INFO:teuthology.orchestra.run.smithi170.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-03-21T13:32:26.373 INFO:teuthology.orchestra.run.smithi170.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-03-21T13:32:26.389 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up libcephfs-dev (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:32:26.524 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-rados (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:32:26.597 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-03-21T13:32:26.650 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up librgw2 (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:32:26.874 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up libcephfs-dev (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:32:26.906 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-03-21T13:32:26.999 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-rados (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:32:27.142 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up librgw2 (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:32:27.166 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-03-21T13:32:27.200 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-03-21T13:32:27.268 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-03-21T13:32:27.292 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-03-21T13:32:27.435 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-03-21T13:32:27.540 INFO:teuthology.orchestra.run.smithi100.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-03-21T13:32:27.778 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-03-21T13:32:27.904 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-03-21T13:32:28.289 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-03-21T13:32:28.421 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-rbd (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:32:28.505 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-rbd (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:32:28.529 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up rbd-fuse (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:32:28.565 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up lua-any (27ubuntu1) ... 2024-03-21T13:32:28.640 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up rbd-fuse (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:32:28.648 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-rgw (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:32:28.691 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-portend (3.0.0-1) ... 2024-03-21T13:32:28.749 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-rgw (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:32:28.757 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-cephfs (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:32:28.858 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-cephfs (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:32:28.883 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up ceph-common (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:32:28.950 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-21T13:32:28.968 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up ceph-common (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:32:29.052 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-03-21T13:32:29.361 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-03-21T13:32:29.426 INFO:teuthology.orchestra.run.smithi186.stdout:Adding group ceph....done 2024-03-21T13:32:29.503 INFO:teuthology.orchestra.run.smithi170.stdout:Adding group ceph....done 2024-03-21T13:32:29.688 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-03-21T13:32:29.827 INFO:teuthology.orchestra.run.smithi186.stdout:Adding system user ceph....done 2024-03-21T13:32:29.870 INFO:teuthology.orchestra.run.smithi170.stdout:Adding system user ceph....done 2024-03-21T13:32:29.964 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-03-21T13:32:29.989 INFO:teuthology.orchestra.run.smithi186.stdout:Setting system user ceph properties....done 2024-03-21T13:32:30.006 INFO:teuthology.orchestra.run.smithi186.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-03-21T13:32:30.022 INFO:teuthology.orchestra.run.smithi170.stdout:Setting system user ceph properties....done 2024-03-21T13:32:30.034 INFO:teuthology.orchestra.run.smithi170.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-03-21T13:32:30.090 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-rsa (4.8-1) ... 2024-03-21T13:32:30.143 INFO:teuthology.orchestra.run.smithi186.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-03-21T13:32:30.168 INFO:teuthology.orchestra.run.smithi170.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-03-21T13:32:30.366 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-03-21T13:32:30.490 INFO:teuthology.orchestra.run.smithi170.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-03-21T13:32:30.503 INFO:teuthology.orchestra.run.smithi186.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-03-21T13:32:30.634 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-03-21T13:32:30.978 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up ceph-test (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:32:30.987 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-03-21T13:32:30.992 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up ceph-test (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:32:31.137 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up radosgw (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:32:31.176 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up radosgw (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:32:31.389 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-03-21T13:32:31.603 INFO:teuthology.orchestra.run.smithi186.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-03-21T13:32:31.603 INFO:teuthology.orchestra.run.smithi186.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-03-21T13:32:31.607 INFO:teuthology.orchestra.run.smithi170.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-03-21T13:32:31.607 INFO:teuthology.orchestra.run.smithi170.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-03-21T13:32:31.674 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-03-21T13:32:32.001 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-03-21T13:32:32.070 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up ceph-base (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:32:32.119 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up librados2 (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:32:32.123 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up ceph-base (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:32:32.245 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up libsqlite3-mod-ceph (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:32:32.380 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-03-21T13:32:32.442 INFO:teuthology.orchestra.run.smithi186.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-03-21T13:32:32.466 INFO:teuthology.orchestra.run.smithi170.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-03-21T13:32:32.716 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up libcephfs2 (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:32:32.842 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up libradosstriper1 (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:32:32.905 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up ceph-mds (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:32:32.925 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up ceph-mds (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:32:32.976 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-03-21T13:32:33.138 INFO:teuthology.orchestra.run.smithi186.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-03-21T13:32:33.138 INFO:teuthology.orchestra.run.smithi186.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-03-21T13:32:33.150 INFO:teuthology.orchestra.run.smithi170.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-03-21T13:32:33.150 INFO:teuthology.orchestra.run.smithi170.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-03-21T13:32:33.261 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up librbd1 (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:32:33.429 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up ceph-mgr-modules-core (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:32:33.565 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up ceph-fuse (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:32:33.585 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up ceph-mgr (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:32:33.624 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up ceph-mgr (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:32:33.774 INFO:teuthology.orchestra.run.smithi100.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-03-21T13:32:33.774 INFO:teuthology.orchestra.run.smithi100.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-03-21T13:32:33.798 INFO:teuthology.orchestra.run.smithi170.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-03-21T13:32:33.798 INFO:teuthology.orchestra.run.smithi170.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-03-21T13:32:33.840 INFO:teuthology.orchestra.run.smithi186.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-03-21T13:32:33.840 INFO:teuthology.orchestra.run.smithi186.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-03-21T13:32:34.225 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up libcephfs-dev (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:32:34.308 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up ceph-osd (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:32:34.320 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up ceph-osd (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:32:34.351 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-rados (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:32:34.502 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up librgw2 (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:32:34.568 INFO:teuthology.orchestra.run.smithi186.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-03-21T13:32:34.568 INFO:teuthology.orchestra.run.smithi186.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-03-21T13:32:34.594 INFO:teuthology.orchestra.run.smithi170.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-03-21T13:32:34.594 INFO:teuthology.orchestra.run.smithi170.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-03-21T13:32:34.653 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-03-21T13:32:35.051 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up ceph-mgr-k8sevents (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:32:35.088 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up ceph-mgr-k8sevents (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:32:35.202 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:32:35.214 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:32:35.353 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up ceph-mon (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:32:35.365 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up ceph-mon (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:32:35.561 INFO:teuthology.orchestra.run.smithi170.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-03-21T13:32:35.562 INFO:teuthology.orchestra.run.smithi170.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-03-21T13:32:35.574 INFO:teuthology.orchestra.run.smithi186.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-03-21T13:32:35.574 INFO:teuthology.orchestra.run.smithi186.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-03-21T13:32:35.848 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-rbd (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:32:35.966 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up rbd-fuse (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:32:36.008 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up ceph-mgr-cephadm (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:32:36.037 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up ceph-mgr-cephadm (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:32:36.067 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-rgw (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:32:36.151 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up ceph (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:32:36.168 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-cephfs (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:32:36.181 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up ceph (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:32:36.277 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up ceph-mgr-dashboard (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:32:36.286 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up ceph-common (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:32:36.290 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up ceph-mgr-dashboard (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:32:36.428 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up ceph-volume (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:32:36.508 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up ceph-volume (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:32:36.846 INFO:teuthology.orchestra.run.smithi100.stdout:Adding group ceph....done 2024-03-21T13:32:36.852 INFO:teuthology.orchestra.run.smithi186.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-03-21T13:32:36.944 INFO:teuthology.orchestra.run.smithi186.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-03-21T13:32:37.097 INFO:teuthology.orchestra.run.smithi186.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-03-21T13:32:37.137 INFO:teuthology.orchestra.run.smithi170.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-03-21T13:32:37.205 INFO:teuthology.orchestra.run.smithi100.stdout:Adding system user ceph....done 2024-03-21T13:32:37.287 INFO:teuthology.orchestra.run.smithi170.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-03-21T13:32:37.374 INFO:teuthology.orchestra.run.smithi100.stdout:Setting system user ceph properties....done 2024-03-21T13:32:37.392 INFO:teuthology.orchestra.run.smithi100.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-03-21T13:32:37.439 INFO:teuthology.orchestra.run.smithi170.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-03-21T13:32:37.528 INFO:teuthology.orchestra.run.smithi100.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-03-21T13:32:37.825 INFO:teuthology.orchestra.run.smithi100.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-03-21T13:32:38.122 INFO:teuthology.orchestra.run.smithi186.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-03-21T13:32:38.287 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up ceph-test (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:32:38.421 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up radosgw (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:32:38.449 INFO:teuthology.orchestra.run.smithi170.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-03-21T13:32:38.749 INFO:teuthology.orchestra.run.smithi186.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-03-21T13:32:38.754 DEBUG:teuthology.parallel:result is None 2024-03-21T13:32:38.884 INFO:teuthology.orchestra.run.smithi100.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-03-21T13:32:38.884 INFO:teuthology.orchestra.run.smithi100.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-03-21T13:32:39.109 INFO:teuthology.orchestra.run.smithi170.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-03-21T13:32:39.114 DEBUG:teuthology.parallel:result is None 2024-03-21T13:32:39.332 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up ceph-base (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:32:39.681 INFO:teuthology.orchestra.run.smithi100.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-03-21T13:32:40.100 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up ceph-mds (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:32:40.328 INFO:teuthology.orchestra.run.smithi100.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-03-21T13:32:40.328 INFO:teuthology.orchestra.run.smithi100.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-03-21T13:32:40.761 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up ceph-mgr (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:32:41.009 INFO:teuthology.orchestra.run.smithi100.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-03-21T13:32:41.009 INFO:teuthology.orchestra.run.smithi100.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-03-21T13:32:41.495 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up ceph-osd (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:32:41.784 INFO:teuthology.orchestra.run.smithi100.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-03-21T13:32:41.784 INFO:teuthology.orchestra.run.smithi100.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-03-21T13:32:42.256 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up ceph-mgr-k8sevents (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:32:42.390 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:32:42.541 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up ceph-mon (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:32:42.736 INFO:teuthology.orchestra.run.smithi100.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-03-21T13:32:42.736 INFO:teuthology.orchestra.run.smithi100.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-03-21T13:32:43.234 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up ceph-mgr-cephadm (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:32:43.377 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up ceph (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:32:43.502 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up ceph-mgr-dashboard (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:32:43.662 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up ceph-volume (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T13:32:44.024 INFO:teuthology.orchestra.run.smithi100.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-03-21T13:32:44.193 INFO:teuthology.orchestra.run.smithi100.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-03-21T13:32:44.468 INFO:teuthology.orchestra.run.smithi100.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-03-21T13:32:45.720 INFO:teuthology.orchestra.run.smithi100.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-03-21T13:32:46.593 INFO:teuthology.orchestra.run.smithi100.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-03-21T13:32:46.598 DEBUG:teuthology.parallel:result is None 2024-03-21T13:32:46.599 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=ba760091cd7bd2b0d23f4825ac856ba66450e988 2024-03-21T13:32:46.747 DEBUG:teuthology.orchestra.run.smithi100:> dpkg-query -W -f '${Version}' ceph 2024-03-21T13:32:46.766 INFO:teuthology.orchestra.run.smithi100.stdout:19.0.0-2309-gba760091-1jammy 2024-03-21T13:32:46.767 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2309-gba760091-1jammy 2024-03-21T13:32:46.767 INFO:teuthology.task.install:The correct ceph version 19.0.0-2309-gba760091-1jammy is installed. 2024-03-21T13:32:46.768 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=ba760091cd7bd2b0d23f4825ac856ba66450e988 2024-03-21T13:32:46.984 DEBUG:teuthology.orchestra.run.smithi170:> dpkg-query -W -f '${Version}' ceph 2024-03-21T13:32:47.004 INFO:teuthology.orchestra.run.smithi170.stdout:19.0.0-2309-gba760091-1jammy 2024-03-21T13:32:47.004 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2309-gba760091-1jammy 2024-03-21T13:32:47.004 INFO:teuthology.task.install:The correct ceph version 19.0.0-2309-gba760091-1jammy is installed. 2024-03-21T13:32:47.005 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=ba760091cd7bd2b0d23f4825ac856ba66450e988 2024-03-21T13:32:47.215 DEBUG:teuthology.orchestra.run.smithi186:> dpkg-query -W -f '${Version}' ceph 2024-03-21T13:32:47.234 INFO:teuthology.orchestra.run.smithi186.stdout:19.0.0-2309-gba760091-1jammy 2024-03-21T13:32:47.234 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2309-gba760091-1jammy 2024-03-21T13:32:47.234 INFO:teuthology.task.install:The correct ceph version 19.0.0-2309-gba760091-1jammy is installed. 2024-03-21T13:32:47.236 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-03-21T13:32:47.236 DEBUG:teuthology.orchestra.run.smithi100:> set -ex 2024-03-21T13:32:47.236 DEBUG:teuthology.orchestra.run.smithi100:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-03-21T13:32:47.251 DEBUG:teuthology.orchestra.run.smithi170:> set -ex 2024-03-21T13:32:47.251 DEBUG:teuthology.orchestra.run.smithi170:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-03-21T13:32:47.265 DEBUG:teuthology.orchestra.run.smithi186:> set -ex 2024-03-21T13:32:47.265 DEBUG:teuthology.orchestra.run.smithi186:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-03-21T13:32:47.290 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-03-21T13:32:47.290 DEBUG:teuthology.orchestra.run.smithi100:> set -ex 2024-03-21T13:32:47.290 DEBUG:teuthology.orchestra.run.smithi100:> sudo dd of=/usr/bin/daemon-helper 2024-03-21T13:32:47.304 DEBUG:teuthology.orchestra.run.smithi100:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-03-21T13:32:47.356 DEBUG:teuthology.orchestra.run.smithi170:> set -ex 2024-03-21T13:32:47.356 DEBUG:teuthology.orchestra.run.smithi170:> sudo dd of=/usr/bin/daemon-helper 2024-03-21T13:32:47.370 DEBUG:teuthology.orchestra.run.smithi170:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-03-21T13:32:47.425 DEBUG:teuthology.orchestra.run.smithi186:> set -ex 2024-03-21T13:32:47.425 DEBUG:teuthology.orchestra.run.smithi186:> sudo dd of=/usr/bin/daemon-helper 2024-03-21T13:32:47.440 DEBUG:teuthology.orchestra.run.smithi186:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-03-21T13:32:47.493 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-03-21T13:32:47.493 DEBUG:teuthology.orchestra.run.smithi100:> set -ex 2024-03-21T13:32:47.493 DEBUG:teuthology.orchestra.run.smithi100:> sudo dd of=/usr/bin/adjust-ulimits 2024-03-21T13:32:47.507 DEBUG:teuthology.orchestra.run.smithi100:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-03-21T13:32:47.561 DEBUG:teuthology.orchestra.run.smithi170:> set -ex 2024-03-21T13:32:47.561 DEBUG:teuthology.orchestra.run.smithi170:> sudo dd of=/usr/bin/adjust-ulimits 2024-03-21T13:32:47.574 DEBUG:teuthology.orchestra.run.smithi170:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-03-21T13:32:47.634 DEBUG:teuthology.orchestra.run.smithi186:> set -ex 2024-03-21T13:32:47.634 DEBUG:teuthology.orchestra.run.smithi186:> sudo dd of=/usr/bin/adjust-ulimits 2024-03-21T13:32:47.648 DEBUG:teuthology.orchestra.run.smithi186:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-03-21T13:32:47.701 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-03-21T13:32:47.702 DEBUG:teuthology.orchestra.run.smithi100:> set -ex 2024-03-21T13:32:47.702 DEBUG:teuthology.orchestra.run.smithi100:> sudo dd of=/usr/bin/stdin-killer 2024-03-21T13:32:47.715 DEBUG:teuthology.orchestra.run.smithi100:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-03-21T13:32:47.769 DEBUG:teuthology.orchestra.run.smithi170:> set -ex 2024-03-21T13:32:47.769 DEBUG:teuthology.orchestra.run.smithi170:> sudo dd of=/usr/bin/stdin-killer 2024-03-21T13:32:47.783 DEBUG:teuthology.orchestra.run.smithi170:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-03-21T13:32:47.838 DEBUG:teuthology.orchestra.run.smithi186:> set -ex 2024-03-21T13:32:47.838 DEBUG:teuthology.orchestra.run.smithi186:> sudo dd of=/usr/bin/stdin-killer 2024-03-21T13:32:47.852 DEBUG:teuthology.orchestra.run.smithi186:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-03-21T13:32:47.905 INFO:teuthology.run_tasks:Running task cephadm... 2024-03-21T13:32:47.991 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 1}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': False}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)', 'MON_DOWN', 'mons down, quorum', 'is down \\(out of quorum\\)'], 'sha1': 'ba760091cd7bd2b0d23f4825ac856ba66450e988'} 2024-03-21T13:32:47.991 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ba760091cd7bd2b0d23f4825ac856ba66450e988 2024-03-21T13:32:47.991 INFO:tasks.cephadm:Cluster fsid is 81d57e16-e787-11ee-95cd-87774f69a715 2024-03-21T13:32:47.991 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-03-21T13:32:47.992 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.100', 'mon.b': '172.21.15.170', 'mon.c': '172.21.15.186'} 2024-03-21T13:32:47.992 INFO:tasks.cephadm:First mon is mon.a on smithi100 2024-03-21T13:32:47.992 INFO:tasks.cephadm:First mgr is a 2024-03-21T13:32:47.992 INFO:tasks.cephadm:Normalizing hostnames... 2024-03-21T13:32:47.992 DEBUG:teuthology.orchestra.run.smithi100:> sudo hostname $(hostname -s) 2024-03-21T13:32:48.007 DEBUG:teuthology.orchestra.run.smithi170:> sudo hostname $(hostname -s) 2024-03-21T13:32:48.020 DEBUG:teuthology.orchestra.run.smithi186:> sudo hostname $(hostname -s) 2024-03-21T13:32:48.034 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-03-21T13:32:48.034 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=ba760091cd7bd2b0d23f4825ac856ba66450e988 2024-03-21T13:32:48.170 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': 'ba760091cd7bd2b0d23f4825ac856ba66450e988', '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/77824/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-2309-gba760091', 'node_name': '172.21.2.16+braggi16', '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-2309-gba760091-1jammy'}, 'url': 'https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default/', 'distro_codename': 'jammy', 'modified': '2024-03-21 06:15:04.940981', 'distro_version': '22.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-adk-testing-2024-03-20-2326', 'chacra_url': 'https://1.chacra.ceph.com/repos/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}] 2024-03-21T13:32:48.477 INFO:tasks.util.chacra:got chacra host 1.chacra.ceph.com, ref wip-adk-testing-2024-03-20-2326, sha1 ba760091cd7bd2b0d23f4825ac856ba66450e988 from https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F22.04%2Fx86_64&flavor=default&sha1=ba760091cd7bd2b0d23f4825ac856ba66450e988 2024-03-21T13:32:48.478 INFO:tasks.cephadm:Discovered cachra url: https://1.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-03-21T13:32:48.479 DEBUG:teuthology.orchestra.run.smithi100:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-03-21T13:32:49.002 INFO:teuthology.orchestra.run.smithi100.stdout:-rw-rw-r-- 1 ubuntu ubuntu 788935 Mar 21 13:32 /home/ubuntu/cephtest/cephadm 2024-03-21T13:32:49.002 DEBUG:teuthology.orchestra.run.smithi170:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-03-21T13:32:49.535 INFO:teuthology.orchestra.run.smithi170.stdout:-rw-rw-r-- 1 ubuntu ubuntu 788935 Mar 21 13:32 /home/ubuntu/cephtest/cephadm 2024-03-21T13:32:49.535 DEBUG:teuthology.orchestra.run.smithi186:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-03-21T13:32:50.207 INFO:teuthology.orchestra.run.smithi186.stdout:-rw-rw-r-- 1 ubuntu ubuntu 788935 Mar 21 13:32 /home/ubuntu/cephtest/cephadm 2024-03-21T13:32:50.208 DEBUG:teuthology.orchestra.run.smithi100:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-03-21T13:32:50.215 DEBUG:teuthology.orchestra.run.smithi170:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-03-21T13:32:50.223 DEBUG:teuthology.orchestra.run.smithi186:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-03-21T13:32:50.241 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ba760091cd7bd2b0d23f4825ac856ba66450e988 on all hosts... 2024-03-21T13:32:50.242 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ba760091cd7bd2b0d23f4825ac856ba66450e988 pull 2024-03-21T13:32:50.259 DEBUG:teuthology.orchestra.run.smithi170:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ba760091cd7bd2b0d23f4825ac856ba66450e988 pull 2024-03-21T13:32:50.268 DEBUG:teuthology.orchestra.run.smithi186:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ba760091cd7bd2b0d23f4825ac856ba66450e988 pull 2024-03-21T13:32:50.426 INFO:teuthology.orchestra.run.smithi100.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ba760091cd7bd2b0d23f4825ac856ba66450e988... 2024-03-21T13:32:50.433 INFO:teuthology.orchestra.run.smithi170.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ba760091cd7bd2b0d23f4825ac856ba66450e988... 2024-03-21T13:32:50.438 INFO:teuthology.orchestra.run.smithi186.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ba760091cd7bd2b0d23f4825ac856ba66450e988... 2024-03-21T13:34:25.551 INFO:teuthology.orchestra.run.smithi100.stdout:{ 2024-03-21T13:34:25.552 INFO:teuthology.orchestra.run.smithi100.stdout: "ceph_version": "ceph version 19.0.0-2309-gba760091 (ba760091cd7bd2b0d23f4825ac856ba66450e988) squid (dev)", 2024-03-21T13:34:25.552 INFO:teuthology.orchestra.run.smithi100.stdout: "image_id": "07a0e2f85eccbc661c4d74d2d7069b657c3df680b0555f207e4d40ae3737b84c", 2024-03-21T13:34:25.552 INFO:teuthology.orchestra.run.smithi100.stdout: "repo_digests": [ 2024-03-21T13:34:25.552 INFO:teuthology.orchestra.run.smithi100.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c36dfee38a9e30f94631724b80f0cc56436755c5ff8c0ab73d50c8801d644bd7" 2024-03-21T13:34:25.552 INFO:teuthology.orchestra.run.smithi100.stdout: ] 2024-03-21T13:34:25.552 INFO:teuthology.orchestra.run.smithi100.stdout:} 2024-03-21T13:34:28.971 INFO:teuthology.orchestra.run.smithi186.stdout:{ 2024-03-21T13:34:28.972 INFO:teuthology.orchestra.run.smithi186.stdout: "ceph_version": "ceph version 19.0.0-2309-gba760091 (ba760091cd7bd2b0d23f4825ac856ba66450e988) squid (dev)", 2024-03-21T13:34:28.972 INFO:teuthology.orchestra.run.smithi186.stdout: "image_id": "07a0e2f85eccbc661c4d74d2d7069b657c3df680b0555f207e4d40ae3737b84c", 2024-03-21T13:34:28.972 INFO:teuthology.orchestra.run.smithi186.stdout: "repo_digests": [ 2024-03-21T13:34:28.972 INFO:teuthology.orchestra.run.smithi186.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c36dfee38a9e30f94631724b80f0cc56436755c5ff8c0ab73d50c8801d644bd7" 2024-03-21T13:34:28.972 INFO:teuthology.orchestra.run.smithi186.stdout: ] 2024-03-21T13:34:28.972 INFO:teuthology.orchestra.run.smithi186.stdout:} 2024-03-21T13:34:29.023 INFO:teuthology.orchestra.run.smithi170.stdout:{ 2024-03-21T13:34:29.023 INFO:teuthology.orchestra.run.smithi170.stdout: "ceph_version": "ceph version 19.0.0-2309-gba760091 (ba760091cd7bd2b0d23f4825ac856ba66450e988) squid (dev)", 2024-03-21T13:34:29.024 INFO:teuthology.orchestra.run.smithi170.stdout: "image_id": "07a0e2f85eccbc661c4d74d2d7069b657c3df680b0555f207e4d40ae3737b84c", 2024-03-21T13:34:29.024 INFO:teuthology.orchestra.run.smithi170.stdout: "repo_digests": [ 2024-03-21T13:34:29.024 INFO:teuthology.orchestra.run.smithi170.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c36dfee38a9e30f94631724b80f0cc56436755c5ff8c0ab73d50c8801d644bd7" 2024-03-21T13:34:29.024 INFO:teuthology.orchestra.run.smithi170.stdout: ] 2024-03-21T13:34:29.024 INFO:teuthology.orchestra.run.smithi170.stdout:} 2024-03-21T13:34:29.072 DEBUG:teuthology.orchestra.run.smithi100:> sudo mkdir -p /etc/ceph 2024-03-21T13:34:29.087 DEBUG:teuthology.orchestra.run.smithi170:> sudo mkdir -p /etc/ceph 2024-03-21T13:34:29.101 DEBUG:teuthology.orchestra.run.smithi186:> sudo mkdir -p /etc/ceph 2024-03-21T13:34:29.116 DEBUG:teuthology.orchestra.run.smithi100:> sudo chmod 777 /etc/ceph 2024-03-21T13:34:29.142 DEBUG:teuthology.orchestra.run.smithi170:> sudo chmod 777 /etc/ceph 2024-03-21T13:34:29.157 DEBUG:teuthology.orchestra.run.smithi186:> sudo chmod 777 /etc/ceph 2024-03-21T13:34:29.170 INFO:tasks.cephadm:Writing seed config... 2024-03-21T13:34:29.172 INFO:tasks.cephadm: override: [global] mon election default strategy = 1 2024-03-21T13:34:29.172 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-03-21T13:34:29.172 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-03-21T13:34:29.172 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = False 2024-03-21T13:34:29.172 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-03-21T13:34:29.172 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-03-21T13:34:29.172 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-03-21T13:34:29.172 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-03-21T13:34:29.172 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-03-21T13:34:29.173 DEBUG:teuthology.orchestra.run.smithi100:> set -ex 2024-03-21T13:34:29.173 DEBUG:teuthology.orchestra.run.smithi100:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-03-21T13:34:29.191 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 = 81d57e16-e787-11ee-95cd-87774f69a715 mon election default strategy = 1 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 mgr/cephadm/use_agent = False [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-03-21T13:34:29.191 DEBUG:teuthology.orchestra.run.smithi100:mon.a> sudo journalctl -f -n 0 -u ceph-81d57e16-e787-11ee-95cd-87774f69a715@mon.a.service 2024-03-21T13:34:29.236 DEBUG:teuthology.orchestra.run.smithi100:mgr.a> sudo journalctl -f -n 0 -u ceph-81d57e16-e787-11ee-95cd-87774f69a715@mgr.a.service 2024-03-21T13:34:29.279 INFO:tasks.cephadm:Bootstrapping... 2024-03-21T13:34:29.279 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ba760091cd7bd2b0d23f4825ac856ba66450e988 -v bootstrap --fsid 81d57e16-e787-11ee-95cd-87774f69a715 --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.100 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-03-21T13:34:29.485 INFO:teuthology.orchestra.run.smithi100.stdout:-------------------------------------------------------------------------------- 2024-03-21T13:34:29.485 INFO:teuthology.orchestra.run.smithi100.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ba760091cd7bd2b0d23f4825ac856ba66450e988', '-v', 'bootstrap', '--fsid', '81d57e16-e787-11ee-95cd-87774f69a715', '--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.100', '--skip-admin-label'] 2024-03-21T13:34:29.485 INFO:teuthology.orchestra.run.smithi100.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-03-21T13:34:29.486 INFO:teuthology.orchestra.run.smithi100.stdout:Verifying podman|docker is present... 2024-03-21T13:34:29.486 INFO:teuthology.orchestra.run.smithi100.stdout:Verifying lvm2 is present... 2024-03-21T13:34:29.486 INFO:teuthology.orchestra.run.smithi100.stdout:Verifying time synchronization is in place... 2024-03-21T13:34:29.491 INFO:teuthology.orchestra.run.smithi100.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-03-21T13:34:29.491 INFO:teuthology.orchestra.run.smithi100.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-03-21T13:34:29.496 INFO:teuthology.orchestra.run.smithi100.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-03-21T13:34:29.496 INFO:teuthology.orchestra.run.smithi100.stdout:systemctl: stdout inactive 2024-03-21T13:34:29.502 INFO:teuthology.orchestra.run.smithi100.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-03-21T13:34:29.502 INFO:teuthology.orchestra.run.smithi100.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-03-21T13:34:29.506 INFO:teuthology.orchestra.run.smithi100.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-03-21T13:34:29.506 INFO:teuthology.orchestra.run.smithi100.stdout:systemctl: stdout inactive 2024-03-21T13:34:29.509 INFO:teuthology.orchestra.run.smithi100.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-03-21T13:34:29.509 INFO:teuthology.orchestra.run.smithi100.stdout:systemctl: stdout masked 2024-03-21T13:34:29.513 INFO:teuthology.orchestra.run.smithi100.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-03-21T13:34:29.513 INFO:teuthology.orchestra.run.smithi100.stdout:systemctl: stdout inactive 2024-03-21T13:34:29.516 INFO:teuthology.orchestra.run.smithi100.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-03-21T13:34:29.516 INFO:teuthology.orchestra.run.smithi100.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-03-21T13:34:29.520 INFO:teuthology.orchestra.run.smithi100.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-03-21T13:34:29.520 INFO:teuthology.orchestra.run.smithi100.stdout:systemctl: stdout inactive 2024-03-21T13:34:29.523 INFO:teuthology.orchestra.run.smithi100.stdout:systemctl: stdout enabled 2024-03-21T13:34:29.527 INFO:teuthology.orchestra.run.smithi100.stdout:systemctl: stdout active 2024-03-21T13:34:29.528 INFO:teuthology.orchestra.run.smithi100.stdout:Unit ntp.service is enabled and running 2024-03-21T13:34:29.528 INFO:teuthology.orchestra.run.smithi100.stdout:Repeating the final host check... 2024-03-21T13:34:29.528 INFO:teuthology.orchestra.run.smithi100.stdout:docker (/usr/bin/docker) is present 2024-03-21T13:34:29.528 INFO:teuthology.orchestra.run.smithi100.stdout:systemctl is present 2024-03-21T13:34:29.528 INFO:teuthology.orchestra.run.smithi100.stdout:lvcreate is present 2024-03-21T13:34:29.531 INFO:teuthology.orchestra.run.smithi100.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-03-21T13:34:29.531 INFO:teuthology.orchestra.run.smithi100.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-03-21T13:34:29.534 INFO:teuthology.orchestra.run.smithi100.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-03-21T13:34:29.535 INFO:teuthology.orchestra.run.smithi100.stdout:systemctl: stdout inactive 2024-03-21T13:34:29.538 INFO:teuthology.orchestra.run.smithi100.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-03-21T13:34:29.538 INFO:teuthology.orchestra.run.smithi100.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-03-21T13:34:29.541 INFO:teuthology.orchestra.run.smithi100.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-03-21T13:34:29.541 INFO:teuthology.orchestra.run.smithi100.stdout:systemctl: stdout inactive 2024-03-21T13:34:29.545 INFO:teuthology.orchestra.run.smithi100.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-03-21T13:34:29.545 INFO:teuthology.orchestra.run.smithi100.stdout:systemctl: stdout masked 2024-03-21T13:34:29.549 INFO:teuthology.orchestra.run.smithi100.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-03-21T13:34:29.549 INFO:teuthology.orchestra.run.smithi100.stdout:systemctl: stdout inactive 2024-03-21T13:34:29.553 INFO:teuthology.orchestra.run.smithi100.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-03-21T13:34:29.553 INFO:teuthology.orchestra.run.smithi100.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-03-21T13:34:29.557 INFO:teuthology.orchestra.run.smithi100.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-03-21T13:34:29.557 INFO:teuthology.orchestra.run.smithi100.stdout:systemctl: stdout inactive 2024-03-21T13:34:29.561 INFO:teuthology.orchestra.run.smithi100.stdout:systemctl: stdout enabled 2024-03-21T13:34:29.566 INFO:teuthology.orchestra.run.smithi100.stdout:systemctl: stdout active 2024-03-21T13:34:29.566 INFO:teuthology.orchestra.run.smithi100.stdout:Unit ntp.service is enabled and running 2024-03-21T13:34:29.567 INFO:teuthology.orchestra.run.smithi100.stdout:Host looks OK 2024-03-21T13:34:29.567 INFO:teuthology.orchestra.run.smithi100.stdout:Cluster fsid: 81d57e16-e787-11ee-95cd-87774f69a715 2024-03-21T13:34:29.567 INFO:teuthology.orchestra.run.smithi100.stdout:Acquiring lock 140554618103664 on /run/cephadm/81d57e16-e787-11ee-95cd-87774f69a715.lock 2024-03-21T13:34:29.567 INFO:teuthology.orchestra.run.smithi100.stdout:Lock 140554618103664 acquired on /run/cephadm/81d57e16-e787-11ee-95cd-87774f69a715.lock 2024-03-21T13:34:29.567 INFO:teuthology.orchestra.run.smithi100.stdout:Verifying IP 172.21.15.100 port 3300 ... 2024-03-21T13:34:29.567 INFO:teuthology.orchestra.run.smithi100.stdout:Verifying IP 172.21.15.100 port 6789 ... 2024-03-21T13:34:29.567 INFO:teuthology.orchestra.run.smithi100.stdout:Base mon IP(s) is [172.21.15.100:3300, 172.21.15.100:6789], mon addrv is [v2:172.21.15.100:3300,v1:172.21.15.100:6789] 2024-03-21T13:34:29.570 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 2024-03-21T13:34:29.570 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.100 metric 100 2024-03-21T13:34:29.570 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/sbin/ip: stdout 158.69.67.47 via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.100 metric 100 2024-03-21T13:34:29.570 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/sbin/ip: stdout 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-03-21T13:34:29.570 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.100 metric 100 2024-03-21T13:34:29.570 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/sbin/ip: stdout 172.21.0.1 dev enp3s0f1 proto dhcp scope link src 172.21.15.100 metric 100 2024-03-21T13:34:29.570 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/sbin/ip: stdout 172.21.0.2 dev enp3s0f1 proto dhcp scope link src 172.21.15.100 metric 100 2024-03-21T13:34:29.570 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/sbin/ip: stdout 172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.100 metric 100 2024-03-21T13:34:29.571 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-03-21T13:34:29.571 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-03-21T13:34:29.572 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 expires 1783sec pref medium 2024-03-21T13:34:29.574 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-03-21T13:34:29.574 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/sbin/ip: stdout inet6 ::1/128 scope host 2024-03-21T13:34:29.574 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-03-21T13:34:29.574 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-03-21T13:34:29.574 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/sbin/ip: stdout inet6 fe80::ec4:7aff:fe8f:d733/64 scope link 2024-03-21T13:34:29.574 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-03-21T13:34:29.575 INFO:teuthology.orchestra.run.smithi100.stdout:Mon IP `172.21.15.100` is in CIDR network `172.21.0.0/20` 2024-03-21T13:34:29.575 INFO:teuthology.orchestra.run.smithi100.stdout:Mon IP `172.21.15.100` is in CIDR network `172.21.0.0/20` 2024-03-21T13:34:29.575 INFO:teuthology.orchestra.run.smithi100.stdout:Mon IP `172.21.15.100` is in CIDR network `172.21.0.1/32` 2024-03-21T13:34:29.575 INFO:teuthology.orchestra.run.smithi100.stdout:Mon IP `172.21.15.100` is in CIDR network `172.21.0.1/32` 2024-03-21T13:34:29.575 INFO:teuthology.orchestra.run.smithi100.stdout:Mon IP `172.21.15.100` is in CIDR network `172.21.0.2/32` 2024-03-21T13:34:29.575 INFO:teuthology.orchestra.run.smithi100.stdout:Mon IP `172.21.15.100` is in CIDR network `172.21.0.2/32` 2024-03-21T13:34:29.576 INFO:teuthology.orchestra.run.smithi100.stdout:Mon IP `172.21.15.100` is in CIDR network `172.21.15.254/32` 2024-03-21T13:34:29.576 INFO:teuthology.orchestra.run.smithi100.stdout:Mon IP `172.21.15.100` is in CIDR network `172.21.15.254/32` 2024-03-21T13:34:29.576 INFO:teuthology.orchestra.run.smithi100.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-03-21T13:34:29.576 INFO:teuthology.orchestra.run.smithi100.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-03-21T13:34:29.576 INFO:teuthology.orchestra.run.smithi100.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ba760091cd7bd2b0d23f4825ac856ba66450e988... 2024-03-21T13:34:29.803 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/docker: stdout ba760091cd7bd2b0d23f4825ac856ba66450e988: Pulling from ceph-ci/ceph 2024-03-21T13:34:29.803 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/docker: stdout Digest: sha256:c36dfee38a9e30f94631724b80f0cc56436755c5ff8c0ab73d50c8801d644bd7 2024-03-21T13:34:29.803 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/docker: stdout Status: Image is up to date for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ba760091cd7bd2b0d23f4825ac856ba66450e988 2024-03-21T13:34:29.803 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/docker: stdout quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ba760091cd7bd2b0d23f4825ac856ba66450e988 2024-03-21T13:34:31.290 INFO:teuthology.orchestra.run.smithi100.stdout:ceph: stdout ceph version 19.0.0-2309-gba760091 (ba760091cd7bd2b0d23f4825ac856ba66450e988) squid (dev) 2024-03-21T13:34:31.290 INFO:teuthology.orchestra.run.smithi100.stdout:Ceph version: ceph version 19.0.0-2309-gba760091 (ba760091cd7bd2b0d23f4825ac856ba66450e988) squid (dev) 2024-03-21T13:34:31.290 INFO:teuthology.orchestra.run.smithi100.stdout:Extracting ceph user uid/gid from container image... 2024-03-21T13:34:32.655 INFO:teuthology.orchestra.run.smithi100.stdout:stat: stdout 167 167 2024-03-21T13:34:32.655 INFO:teuthology.orchestra.run.smithi100.stdout:Creating initial keys... 2024-03-21T13:34:33.900 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-authtool: stdout AQBpN/xlnX3YExAAu8vFsy15mlijQD58SO67aQ== 2024-03-21T13:34:35.187 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-authtool: stdout AQBqN/xlIYI5JhAAMJz8/AzxvK9pgPh2rnTvcQ== 2024-03-21T13:34:36.518 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-authtool: stdout AQBrN/xlWkR+OxAAxL1Ep+pjlKXBFldT5QsJfg== 2024-03-21T13:34:36.519 INFO:teuthology.orchestra.run.smithi100.stdout:Creating initial monmap... 2024-03-21T13:34:37.856 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-03-21T13:34:37.856 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-03-21T13:34:37.856 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 81d57e16-e787-11ee-95cd-87774f69a715 2024-03-21T13:34:37.856 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-03-21T13:34:37.856 INFO:teuthology.orchestra.run.smithi100.stdout:monmaptool for a [v2:172.21.15.100:3300,v1:172.21.15.100:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-03-21T13:34:37.856 INFO:teuthology.orchestra.run.smithi100.stdout:setting min_mon_release = quincy 2024-03-21T13:34:37.857 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/monmaptool: set fsid to 81d57e16-e787-11ee-95cd-87774f69a715 2024-03-21T13:34:37.857 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-03-21T13:34:37.857 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-03-21T13:34:37.857 INFO:teuthology.orchestra.run.smithi100.stdout:Creating mon... 2024-03-21T13:34:39.190 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.616+0000 7f6638088c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-03-21T13:34:39.190 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.616+0000 7f6638088c80 1 imported monmap: 2024-03-21T13:34:39.190 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr epoch 0 2024-03-21T13:34:39.190 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr fsid 81d57e16-e787-11ee-95cd-87774f69a715 2024-03-21T13:34:39.190 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr last_changed 2024-03-21T13:34:37.332497+0000 2024-03-21T13:34:39.190 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr created 2024-03-21T13:34:37.332497+0000 2024-03-21T13:34:39.190 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr min_mon_release 17 (quincy) 2024-03-21T13:34:39.190 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr election_strategy: 1 2024-03-21T13:34:39.190 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.100:3300/0,v1:172.21.15.100:6789/0] mon.a 2024-03-21T13:34:39.190 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T13:34:39.191 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.616+0000 7f6638088c80 0 /usr/bin/ceph-mon: set fsid to 81d57e16-e787-11ee-95cd-87774f69a715 2024-03-21T13:34:39.191 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.616+0000 7f6638088c80 4 rocksdb: RocksDB version: 7.9.2 2024-03-21T13:34:39.191 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T13:34:39.191 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.616+0000 7f6638088c80 4 rocksdb: Git sha 0 2024-03-21T13:34:39.191 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.616+0000 7f6638088c80 4 rocksdb: Compile date 2024-03-21 04:02:31 2024-03-21T13:34:39.191 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.616+0000 7f6638088c80 4 rocksdb: DB SUMMARY 2024-03-21T13:34:39.191 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T13:34:39.191 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.616+0000 7f6638088c80 4 rocksdb: DB Session ID: CYNYPLO79QLOL07DQEE1 2024-03-21T13:34:39.191 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T13:34:39.191 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.616+0000 7f6638088c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2024-03-21T13:34:39.191 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T13:34:39.191 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.616+0000 7f6638088c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2024-03-21T13:34:39.191 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T13:34:39.191 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.616+0000 7f6638088c80 4 rocksdb: Options.error_if_exists: 0 2024-03-21T13:34:39.192 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.616+0000 7f6638088c80 4 rocksdb: Options.create_if_missing: 1 2024-03-21T13:34:39.192 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.616+0000 7f6638088c80 4 rocksdb: Options.paranoid_checks: 1 2024-03-21T13:34:39.192 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.616+0000 7f6638088c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-03-21T13:34:39.192 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.616+0000 7f6638088c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-03-21T13:34:39.192 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.616+0000 7f6638088c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-03-21T13:34:39.192 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.616+0000 7f6638088c80 4 rocksdb: Options.env: 0x55bfec7f8b20 2024-03-21T13:34:39.192 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.616+0000 7f6638088c80 4 rocksdb: Options.fs: PosixFileSystem 2024-03-21T13:34:39.192 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.616+0000 7f6638088c80 4 rocksdb: Options.info_log: 0x55bfef036b80 2024-03-21T13:34:39.192 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.616+0000 7f6638088c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-03-21T13:34:39.192 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.616+0000 7f6638088c80 4 rocksdb: Options.statistics: (nil) 2024-03-21T13:34:39.192 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.616+0000 7f6638088c80 4 rocksdb: Options.use_fsync: 0 2024-03-21T13:34:39.192 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.616+0000 7f6638088c80 4 rocksdb: Options.max_log_file_size: 0 2024-03-21T13:34:39.192 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.616+0000 7f6638088c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-03-21T13:34:39.192 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.616+0000 7f6638088c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-03-21T13:34:39.193 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.616+0000 7f6638088c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-03-21T13:34:39.193 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.616+0000 7f6638088c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-03-21T13:34:39.193 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.616+0000 7f6638088c80 4 rocksdb: Options.allow_fallocate: 1 2024-03-21T13:34:39.193 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.616+0000 7f6638088c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-03-21T13:34:39.193 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.616+0000 7f6638088c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-03-21T13:34:39.193 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.616+0000 7f6638088c80 4 rocksdb: Options.use_direct_reads: 0 2024-03-21T13:34:39.193 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.616+0000 7f6638088c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-03-21T13:34:39.193 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.616+0000 7f6638088c80 4 rocksdb: Options.create_missing_column_families: 0 2024-03-21T13:34:39.193 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.616+0000 7f6638088c80 4 rocksdb: Options.db_log_dir: 2024-03-21T13:34:39.193 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.616+0000 7f6638088c80 4 rocksdb: Options.wal_dir: 2024-03-21T13:34:39.193 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.616+0000 7f6638088c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-03-21T13:34:39.193 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.616+0000 7f6638088c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-03-21T13:34:39.193 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.616+0000 7f6638088c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-03-21T13:34:39.194 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.616+0000 7f6638088c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-03-21T13:34:39.194 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.616+0000 7f6638088c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-03-21T13:34:39.194 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.616+0000 7f6638088c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-03-21T13:34:39.194 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.616+0000 7f6638088c80 4 rocksdb: Options.advise_random_on_open: 1 2024-03-21T13:34:39.194 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.616+0000 7f6638088c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-03-21T13:34:39.194 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.616+0000 7f6638088c80 4 rocksdb: Options.write_buffer_manager: 0x55bfef009360 2024-03-21T13:34:39.194 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.616+0000 7f6638088c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-03-21T13:34:39.194 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.616+0000 7f6638088c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-03-21T13:34:39.194 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.616+0000 7f6638088c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-03-21T13:34:39.194 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.616+0000 7f6638088c80 4 rocksdb: Options.rate_limiter: (nil) 2024-03-21T13:34:39.194 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.616+0000 7f6638088c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-03-21T13:34:39.194 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.616+0000 7f6638088c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-03-21T13:34:39.194 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.616+0000 7f6638088c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-03-21T13:34:39.194 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.616+0000 7f6638088c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-03-21T13:34:39.195 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.616+0000 7f6638088c80 4 rocksdb: Options.unordered_write: 0 2024-03-21T13:34:39.195 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.616+0000 7f6638088c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-03-21T13:34:39.195 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.616+0000 7f6638088c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-03-21T13:34:39.195 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.616+0000 7f6638088c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-03-21T13:34:39.195 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.616+0000 7f6638088c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-03-21T13:34:39.195 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.616+0000 7f6638088c80 4 rocksdb: Options.row_cache: None 2024-03-21T13:34:39.195 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.616+0000 7f6638088c80 4 rocksdb: Options.wal_filter: None 2024-03-21T13:34:39.195 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.616+0000 7f6638088c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-03-21T13:34:39.195 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.616+0000 7f6638088c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-03-21T13:34:39.195 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.616+0000 7f6638088c80 4 rocksdb: Options.two_write_queues: 0 2024-03-21T13:34:39.195 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.616+0000 7f6638088c80 4 rocksdb: Options.manual_wal_flush: 0 2024-03-21T13:34:39.195 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.616+0000 7f6638088c80 4 rocksdb: Options.wal_compression: 0 2024-03-21T13:34:39.195 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.616+0000 7f6638088c80 4 rocksdb: Options.atomic_flush: 0 2024-03-21T13:34:39.195 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.616+0000 7f6638088c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-03-21T13:34:39.196 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.616+0000 7f6638088c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-03-21T13:34:39.196 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.616+0000 7f6638088c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-03-21T13:34:39.196 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.616+0000 7f6638088c80 4 rocksdb: Options.log_readahead_size: 0 2024-03-21T13:34:39.196 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.616+0000 7f6638088c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-03-21T13:34:39.196 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.616+0000 7f6638088c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-03-21T13:34:39.196 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.616+0000 7f6638088c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-03-21T13:34:39.196 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.616+0000 7f6638088c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-03-21T13:34:39.196 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.616+0000 7f6638088c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-03-21T13:34:39.196 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.616+0000 7f6638088c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-03-21T13:34:39.196 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.616+0000 7f6638088c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-03-21T13:34:39.196 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.616+0000 7f6638088c80 4 rocksdb: Options.max_background_jobs: 2 2024-03-21T13:34:39.196 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.616+0000 7f6638088c80 4 rocksdb: Options.max_background_compactions: -1 2024-03-21T13:34:39.196 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.616+0000 7f6638088c80 4 rocksdb: Options.max_subcompactions: 1 2024-03-21T13:34:39.197 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.616+0000 7f6638088c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-03-21T13:34:39.197 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.616+0000 7f6638088c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-03-21T13:34:39.197 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.616+0000 7f6638088c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-03-21T13:34:39.197 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.616+0000 7f6638088c80 4 rocksdb: Options.max_total_wal_size: 0 2024-03-21T13:34:39.197 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.616+0000 7f6638088c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-03-21T13:34:39.197 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.616+0000 7f6638088c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-03-21T13:34:39.197 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.616+0000 7f6638088c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-03-21T13:34:39.197 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.616+0000 7f6638088c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-03-21T13:34:39.197 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.616+0000 7f6638088c80 4 rocksdb: Options.max_open_files: -1 2024-03-21T13:34:39.197 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.616+0000 7f6638088c80 4 rocksdb: Options.bytes_per_sync: 0 2024-03-21T13:34:39.197 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.616+0000 7f6638088c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-03-21T13:34:39.197 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.616+0000 7f6638088c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-03-21T13:34:39.197 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.616+0000 7f6638088c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-03-21T13:34:39.197 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.616+0000 7f6638088c80 4 rocksdb: Options.max_background_flushes: -1 2024-03-21T13:34:39.198 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.616+0000 7f6638088c80 4 rocksdb: Compression algorithms supported: 2024-03-21T13:34:39.198 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.616+0000 7f6638088c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-03-21T13:34:39.198 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.616+0000 7f6638088c80 4 rocksdb: kZSTD supported: 0 2024-03-21T13:34:39.198 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.616+0000 7f6638088c80 4 rocksdb: kXpressCompression supported: 0 2024-03-21T13:34:39.198 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.616+0000 7f6638088c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-03-21T13:34:39.198 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.616+0000 7f6638088c80 4 rocksdb: kZlibCompression supported: 1 2024-03-21T13:34:39.198 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.616+0000 7f6638088c80 4 rocksdb: kSnappyCompression supported: 1 2024-03-21T13:34:39.198 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.616+0000 7f6638088c80 4 rocksdb: kLZ4Compression supported: 1 2024-03-21T13:34:39.198 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.616+0000 7f6638088c80 4 rocksdb: kBZip2Compression supported: 0 2024-03-21T13:34:39.198 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.616+0000 7f6638088c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-03-21T13:34:39.198 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.616+0000 7f6638088c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-03-21T13:34:39.198 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.620+0000 7f6638088c80 4 rocksdb: [db/db_impl/db_impl_open.cc:317] Creating manifest 1 2024-03-21T13:34:39.198 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T13:34:39.199 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.620+0000 7f6638088c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2024-03-21T13:34:39.199 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T13:34:39.199 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.620+0000 7f6638088c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-03-21T13:34:39.199 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T13:34:39.199 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.620+0000 7f6638088c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-03-21T13:34:39.199 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.620+0000 7f6638088c80 4 rocksdb: Options.merge_operator: 2024-03-21T13:34:39.199 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.620+0000 7f6638088c80 4 rocksdb: Options.compaction_filter: None 2024-03-21T13:34:39.199 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.620+0000 7f6638088c80 4 rocksdb: Options.compaction_filter_factory: None 2024-03-21T13:34:39.199 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.620+0000 7f6638088c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-03-21T13:34:39.199 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.620+0000 7f6638088c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-03-21T13:34:39.199 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.620+0000 7f6638088c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-03-21T13:34:39.199 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.620+0000 7f6638088c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55bfef036ca0) 2024-03-21T13:34:39.199 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2024-03-21T13:34:39.200 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 0 2024-03-21T13:34:39.200 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-03-21T13:34:39.200 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2024-03-21T13:34:39.200 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr index_type: 0 2024-03-21T13:34:39.200 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2024-03-21T13:34:39.200 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr index_shortening: 1 2024-03-21T13:34:39.200 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2024-03-21T13:34:39.200 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr checksum: 4 2024-03-21T13:34:39.200 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr no_block_cache: 0 2024-03-21T13:34:39.200 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr block_cache: 0x55bfef03b090 2024-03-21T13:34:39.200 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2024-03-21T13:34:39.200 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr block_cache_options: 2024-03-21T13:34:39.200 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr capacity : 536870912 2024-03-21T13:34:39.200 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2024-03-21T13:34:39.201 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2024-03-21T13:34:39.201 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2024-03-21T13:34:39.201 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2024-03-21T13:34:39.201 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2024-03-21T13:34:39.201 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr block_size: 4096 2024-03-21T13:34:39.201 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2024-03-21T13:34:39.201 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2024-03-21T13:34:39.201 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2024-03-21T13:34:39.201 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2024-03-21T13:34:39.201 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr partition_filters: 0 2024-03-21T13:34:39.201 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2024-03-21T13:34:39.201 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr filter_policy: bloomfilter 2024-03-21T13:34:39.201 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2024-03-21T13:34:39.201 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr verify_compression: 0 2024-03-21T13:34:39.202 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2024-03-21T13:34:39.202 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr format_version: 5 2024-03-21T13:34:39.202 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2024-03-21T13:34:39.202 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr block_align: 0 2024-03-21T13:34:39.202 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr max_auto_readahead_size: 262144 2024-03-21T13:34:39.202 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr prepopulate_block_cache: 0 2024-03-21T13:34:39.202 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr initial_auto_readahead_size: 8192 2024-03-21T13:34:39.202 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr num_file_reads_for_auto_readahead: 2 2024-03-21T13:34:39.202 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T13:34:39.202 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.620+0000 7f6638088c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-03-21T13:34:39.202 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.620+0000 7f6638088c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-03-21T13:34:39.202 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.620+0000 7f6638088c80 4 rocksdb: Options.compression: NoCompression 2024-03-21T13:34:39.202 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.620+0000 7f6638088c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-03-21T13:34:39.202 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.620+0000 7f6638088c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-03-21T13:34:39.202 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.620+0000 7f6638088c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-03-21T13:34:39.202 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.620+0000 7f6638088c80 4 rocksdb: Options.num_levels: 7 2024-03-21T13:34:39.203 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.620+0000 7f6638088c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-03-21T13:34:39.203 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.620+0000 7f6638088c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-03-21T13:34:39.203 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.620+0000 7f6638088c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-03-21T13:34:39.203 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.620+0000 7f6638088c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-03-21T13:34:39.203 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.620+0000 7f6638088c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-03-21T13:34:39.203 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.620+0000 7f6638088c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-03-21T13:34:39.203 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.620+0000 7f6638088c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-03-21T13:34:39.203 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.620+0000 7f6638088c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-03-21T13:34:39.203 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.620+0000 7f6638088c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-03-21T13:34:39.203 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.620+0000 7f6638088c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-03-21T13:34:39.203 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.620+0000 7f6638088c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-03-21T13:34:39.203 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.620+0000 7f6638088c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-03-21T13:34:39.203 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.620+0000 7f6638088c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-03-21T13:34:39.204 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.620+0000 7f6638088c80 4 rocksdb: Options.compression_opts.level: 32767 2024-03-21T13:34:39.204 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.620+0000 7f6638088c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-03-21T13:34:39.204 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.620+0000 7f6638088c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-03-21T13:34:39.204 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.620+0000 7f6638088c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-03-21T13:34:39.204 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.620+0000 7f6638088c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-03-21T13:34:39.204 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.620+0000 7f6638088c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-03-21T13:34:39.204 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.620+0000 7f6638088c80 4 rocksdb: Options.compression_opts.enabled: false 2024-03-21T13:34:39.204 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.620+0000 7f6638088c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-03-21T13:34:39.204 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.620+0000 7f6638088c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-03-21T13:34:39.204 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.620+0000 7f6638088c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-03-21T13:34:39.204 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.620+0000 7f6638088c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-03-21T13:34:39.204 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.620+0000 7f6638088c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-03-21T13:34:39.204 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.620+0000 7f6638088c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-03-21T13:34:39.204 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.620+0000 7f6638088c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-03-21T13:34:39.205 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.620+0000 7f6638088c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-03-21T13:34:39.205 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.620+0000 7f6638088c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-03-21T13:34:39.205 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.620+0000 7f6638088c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-03-21T13:34:39.205 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.620+0000 7f6638088c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-03-21T13:34:39.205 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.620+0000 7f6638088c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-03-21T13:34:39.205 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.620+0000 7f6638088c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-03-21T13:34:39.205 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.620+0000 7f6638088c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-03-21T13:34:39.205 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.620+0000 7f6638088c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-03-21T13:34:39.205 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.620+0000 7f6638088c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-03-21T13:34:39.205 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.620+0000 7f6638088c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-03-21T13:34:39.205 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.620+0000 7f6638088c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-03-21T13:34:39.205 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.620+0000 7f6638088c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-03-21T13:34:39.205 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.620+0000 7f6638088c80 4 rocksdb: Options.arena_block_size: 1048576 2024-03-21T13:34:39.205 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.620+0000 7f6638088c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-03-21T13:34:39.205 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.620+0000 7f6638088c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-03-21T13:34:39.206 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.620+0000 7f6638088c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-03-21T13:34:39.206 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.620+0000 7f6638088c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-03-21T13:34:39.206 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.620+0000 7f6638088c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-03-21T13:34:39.206 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.620+0000 7f6638088c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-03-21T13:34:39.206 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.620+0000 7f6638088c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-03-21T13:34:39.206 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.620+0000 7f6638088c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-03-21T13:34:39.206 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.620+0000 7f6638088c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-03-21T13:34:39.206 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.620+0000 7f6638088c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-03-21T13:34:39.206 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.620+0000 7f6638088c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-03-21T13:34:39.206 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.620+0000 7f6638088c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-03-21T13:34:39.206 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.620+0000 7f6638088c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-03-21T13:34:39.206 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.620+0000 7f6638088c80 4 rocksdb: Options.table_properties_collectors: 2024-03-21T13:34:39.206 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.620+0000 7f6638088c80 4 rocksdb: Options.inplace_update_support: 0 2024-03-21T13:34:39.206 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.620+0000 7f6638088c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-03-21T13:34:39.206 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.620+0000 7f6638088c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-03-21T13:34:39.206 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.620+0000 7f6638088c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-03-21T13:34:39.207 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.620+0000 7f6638088c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-03-21T13:34:39.207 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.620+0000 7f6638088c80 4 rocksdb: Options.bloom_locality: 0 2024-03-21T13:34:39.207 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.620+0000 7f6638088c80 4 rocksdb: Options.max_successive_merges: 0 2024-03-21T13:34:39.207 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.620+0000 7f6638088c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-03-21T13:34:39.207 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.620+0000 7f6638088c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-03-21T13:34:39.207 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.620+0000 7f6638088c80 4 rocksdb: Options.force_consistency_checks: 1 2024-03-21T13:34:39.207 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.620+0000 7f6638088c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-03-21T13:34:39.207 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.620+0000 7f6638088c80 4 rocksdb: Options.ttl: 2592000 2024-03-21T13:34:39.207 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.620+0000 7f6638088c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-03-21T13:34:39.207 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.620+0000 7f6638088c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-03-21T13:34:39.207 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.620+0000 7f6638088c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-03-21T13:34:39.207 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.620+0000 7f6638088c80 4 rocksdb: Options.enable_blob_files: false 2024-03-21T13:34:39.207 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.620+0000 7f6638088c80 4 rocksdb: Options.min_blob_size: 0 2024-03-21T13:34:39.207 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.620+0000 7f6638088c80 4 rocksdb: Options.blob_file_size: 268435456 2024-03-21T13:34:39.207 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.620+0000 7f6638088c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-03-21T13:34:39.207 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.620+0000 7f6638088c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-03-21T13:34:39.208 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.620+0000 7f6638088c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-03-21T13:34:39.208 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.620+0000 7f6638088c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-03-21T13:34:39.208 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.620+0000 7f6638088c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-03-21T13:34:39.208 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.620+0000 7f6638088c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-03-21T13:34:39.208 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.620+0000 7f6638088c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-03-21T13:34:39.208 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.620+0000 7f6638088c80 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-03-21T13:34:39.208 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T13:34:39.208 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.620+0000 7f6638088c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-03-21T13:34:39.208 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T13:34:39.208 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.620+0000 7f6638088c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 49d052a1-9ded-4dab-ab1d-06fb7b48279c 2024-03-21T13:34:39.208 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T13:34:39.208 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.620+0000 7f6638088c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 5 2024-03-21T13:34:39.208 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T13:34:39.208 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.620+0000 7f6638088c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55bfef104000 2024-03-21T13:34:39.208 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.620+0000 7f6638088c80 4 rocksdb: DB pointer 0x55bfef0f4000 2024-03-21T13:34:39.208 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.620+0000 7f66281ec700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-03-21T13:34:39.208 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.620+0000 7f66281ec700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-03-21T13:34:39.209 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr ** DB Stats ** 2024-03-21T13:34:39.209 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-03-21T13:34:39.209 INFO:teuthology.orchestra.run.smithi100.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-03-21T13:34:39.209 INFO:teuthology.orchestra.run.smithi100.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-03-21T13:34:39.209 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-21T13:34:39.209 INFO:teuthology.orchestra.run.smithi100.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-03-21T13:34:39.209 INFO:teuthology.orchestra.run.smithi100.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-03-21T13:34:39.209 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-21T13:34:39.209 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T13:34:39.209 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-03-21T13:34:39.209 INFO:teuthology.orchestra.run.smithi100.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-03-21T13:34:39.209 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-03-21T13:34:39.209 INFO:teuthology.orchestra.run.smithi100.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-03-21T13:34:39.209 INFO:teuthology.orchestra.run.smithi100.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-03-21T13:34:39.209 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T13:34:39.210 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-03-21T13:34:39.210 INFO:teuthology.orchestra.run.smithi100.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-03-21T13:34:39.210 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-21T13:34:39.210 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T13:34:39.210 INFO:teuthology.orchestra.run.smithi100.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-03-21T13:34:39.210 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T13:34:39.210 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-03-21T13:34:39.210 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-03-21T13:34:39.210 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-03-21T13:34:39.210 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-03-21T13:34:39.210 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-03-21T13:34:39.210 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-03-21T13:34:39.210 INFO:teuthology.orchestra.run.smithi100.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-03-21T13:34:39.210 INFO:teuthology.orchestra.run.smithi100.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-03-21T13:34:39.210 INFO:teuthology.orchestra.run.smithi100.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-03-21T13:34:39.210 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr Block cache BinnedLRUCache@0x55bfef03b090#7 capacity: 512.00 MB usage: 0.00 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1e-05 secs_since: 0 2024-03-21T13:34:39.211 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr Block cache entry stats(count,size,portion): Misc(1,0.00 KB,0%) 2024-03-21T13:34:39.211 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T13:34:39.211 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-03-21T13:34:39.211 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T13:34:39.211 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.624+0000 7f6638088c80 4 rocksdb: [db/db_impl/db_impl.cc:496] Shutdown: canceling all background work 2024-03-21T13:34:39.211 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.624+0000 7f6638088c80 4 rocksdb: [db/db_impl/db_impl.cc:704] Shutdown complete 2024-03-21T13:34:39.211 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:34:38.624+0000 7f6638088c80 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2024-03-21T13:34:39.211 INFO:teuthology.orchestra.run.smithi100.stdout:create mon.a on 2024-03-21T13:34:39.432 INFO:teuthology.orchestra.run.smithi100.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph.target. 2024-03-21T13:34:39.625 INFO:teuthology.orchestra.run.smithi100.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-03-21T13:34:39.850 INFO:teuthology.orchestra.run.smithi100.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-81d57e16-e787-11ee-95cd-87774f69a715.target -> /etc/systemd/system/ceph-81d57e16-e787-11ee-95cd-87774f69a715.target. 2024-03-21T13:34:39.850 INFO:teuthology.orchestra.run.smithi100.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-81d57e16-e787-11ee-95cd-87774f69a715.target -> /etc/systemd/system/ceph-81d57e16-e787-11ee-95cd-87774f69a715.target. 2024-03-21T13:34:40.138 INFO:teuthology.orchestra.run.smithi100.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-81d57e16-e787-11ee-95cd-87774f69a715@mon.a 2024-03-21T13:34:40.138 INFO:teuthology.orchestra.run.smithi100.stdout:systemctl: stderr Failed to reset failed state of unit ceph-81d57e16-e787-11ee-95cd-87774f69a715@mon.a.service: Unit ceph-81d57e16-e787-11ee-95cd-87774f69a715@mon.a.service not loaded. 2024-03-21T13:34:40.325 INFO:teuthology.orchestra.run.smithi100.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-81d57e16-e787-11ee-95cd-87774f69a715.target.wants/ceph-81d57e16-e787-11ee-95cd-87774f69a715@mon.a.service -> /etc/systemd/system/ceph-81d57e16-e787-11ee-95cd-87774f69a715@.service. 2024-03-21T13:34:40.334 INFO:teuthology.orchestra.run.smithi100.stdout:firewalld does not appear to be present 2024-03-21T13:34:40.334 INFO:teuthology.orchestra.run.smithi100.stdout:Not possible to enable service . firewalld.service is not available 2024-03-21T13:34:40.334 INFO:teuthology.orchestra.run.smithi100.stdout:Waiting for mon to start... 2024-03-21T13:34:40.334 INFO:teuthology.orchestra.run.smithi100.stdout:Waiting for mon... 2024-03-21T13:34:41.729 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:41 smithi100 bash[21035]: cluster 2024-03-21T13:34:41.550474+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-03-21T13:34:42.320 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout cluster: 2024-03-21T13:34:42.321 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout id: 81d57e16-e787-11ee-95cd-87774f69a715 2024-03-21T13:34:42.321 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-03-21T13:34:42.321 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout 2024-03-21T13:34:42.321 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout services: 2024-03-21T13:34:42.321 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.164822s) 2024-03-21T13:34:42.321 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-03-21T13:34:42.321 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-03-21T13:34:42.321 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout 2024-03-21T13:34:42.321 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout data: 2024-03-21T13:34:42.321 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-03-21T13:34:42.321 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-03-21T13:34:42.321 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-03-21T13:34:42.321 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout pgs: 2024-03-21T13:34:42.321 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout 2024-03-21T13:34:42.321 INFO:teuthology.orchestra.run.smithi100.stdout:mon is available 2024-03-21T13:34:42.322 INFO:teuthology.orchestra.run.smithi100.stdout:Assimilating anything we can from ceph.conf... 2024-03-21T13:34:42.770 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:42 smithi100 bash[21035]: cluster 2024-03-21T13:34:41.553925+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-03-21T13:34:42.771 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:42 smithi100 bash[21035]: cluster 2024-03-21T13:34:41.554131+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {a=[v2:172.21.15.100:3300/0,v1:172.21.15.100:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-21T13:34:42.771 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:42 smithi100 bash[21035]: cluster 2024-03-21T13:34:41.556247+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2024-03-21T13:34:42.771 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:42 smithi100 bash[21035]: cluster 2024-03-21T13:34:41.558442+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-03-21T13:34:42.771 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:42 smithi100 bash[21035]: cluster 2024-03-21T13:34:41.558887+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-03-21T13:34:42.771 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:42 smithi100 bash[21035]: audit 2024-03-21T13:34:41.718685+0000 mon.a (mon.0) 7 : audit [DBG] from='client.? 172.21.15.100:0/868115478' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-03-21T13:34:43.851 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout 2024-03-21T13:34:43.851 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout [global] 2024-03-21T13:34:43.851 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout fsid = 81d57e16-e787-11ee-95cd-87774f69a715 2024-03-21T13:34:43.851 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.100:3300,v1:172.21.15.100:6789] 2024-03-21T13:34:43.852 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-03-21T13:34:43.852 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-03-21T13:34:43.852 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-03-21T13:34:43.852 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-03-21T13:34:43.852 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout 2024-03-21T13:34:43.852 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout [mgr] 2024-03-21T13:34:43.852 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = False 2024-03-21T13:34:43.852 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-03-21T13:34:43.852 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout 2024-03-21T13:34:43.852 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout [osd] 2024-03-21T13:34:43.852 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-03-21T13:34:43.852 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-03-21T13:34:43.852 INFO:teuthology.orchestra.run.smithi100.stdout:Generating new minimal ceph.conf... 2024-03-21T13:34:43.871 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:43 smithi100 bash[21035]: audit 2024-03-21T13:34:43.291168+0000 mon.a (mon.0) 8 : audit [INF] from='client.? 172.21.15.100:0/1084060684' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-03-21T13:34:43.871 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:43 smithi100 bash[21035]: audit 2024-03-21T13:34:43.296183+0000 mon.a (mon.0) 9 : audit [INF] from='client.? 172.21.15.100:0/1084060684' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-03-21T13:34:45.270 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:44 smithi100 bash[21035]: audit 2024-03-21T13:34:44.856107+0000 mon.a (mon.0) 10 : audit [DBG] from='client.? 172.21.15.100:0/2248459114' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:34:45.438 INFO:teuthology.orchestra.run.smithi100.stdout:Restarting the monitor... 2024-03-21T13:34:45.771 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:45 smithi100 systemd[1]: Stopping Ceph mon.a for 81d57e16-e787-11ee-95cd-87774f69a715... 2024-03-21T13:34:45.771 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:45 smithi100 bash[21035]: debug 2024-03-21T13:34:45.552+0000 7f72a7107700 -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-03-21T13:34:45.771 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:45 smithi100 bash[21035]: debug 2024-03-21T13:34:45.552+0000 7f72a7107700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-03-21T13:34:46.402 INFO:teuthology.orchestra.run.smithi100.stdout:Setting public_network to 172.21.0.0/20,172.21.15.254/32,172.21.0.2/32,172.21.0.1/32 in mon config section 2024-03-21T13:34:46.520 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:46 smithi100 bash[21422]: ceph-81d57e16-e787-11ee-95cd-87774f69a715-mon-a 2024-03-21T13:34:46.520 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:46 smithi100 bash[21483]: Error response from daemon: No such container: ceph-81d57e16-e787-11ee-95cd-87774f69a715-mon-a 2024-03-21T13:34:46.520 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:46 smithi100 systemd[1]: ceph-81d57e16-e787-11ee-95cd-87774f69a715@mon.a.service: Deactivated successfully. 2024-03-21T13:34:46.520 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:46 smithi100 systemd[1]: Stopped Ceph mon.a for 81d57e16-e787-11ee-95cd-87774f69a715. 2024-03-21T13:34:46.521 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:46 smithi100 systemd[1]: Started Ceph mon.a for 81d57e16-e787-11ee-95cd-87774f69a715. 2024-03-21T13:34:47.772 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.516+0000 7fc160a2cc80 0 set uid:gid to 167:167 (ceph:ceph) 2024-03-21T13:34:47.772 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.516+0000 7fc160a2cc80 0 ceph version 19.0.0-2309-gba760091 (ba760091cd7bd2b0d23f4825ac856ba66450e988) squid (dev), process ceph-mon, pid 7 2024-03-21T13:34:47.772 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.516+0000 7fc160a2cc80 0 pidfile_write: ignore empty --pid-file 2024-03-21T13:34:47.772 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 0 load: jerasure load: lrc 2024-03-21T13:34:47.772 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: RocksDB version: 7.9.2 2024-03-21T13:34:47.772 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Git sha 0 2024-03-21T13:34:47.772 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Compile date 2024-03-21 04:02:31 2024-03-21T13:34:47.772 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: DB SUMMARY 2024-03-21T13:34:47.772 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: DB Session ID: ADOSB1JHBIZYJ32YB69R 2024-03-21T13:34:47.772 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: CURRENT file: CURRENT 2024-03-21T13:34:47.772 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: IDENTITY file: IDENTITY 2024-03-21T13:34:47.772 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-03-21T13:34:47.772 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-03-21T13:34:47.772 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 84977 ; 2024-03-21T13:34:47.773 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.error_if_exists: 0 2024-03-21T13:34:47.773 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.create_if_missing: 0 2024-03-21T13:34:47.773 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.paranoid_checks: 1 2024-03-21T13:34:47.773 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-03-21T13:34:47.773 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-03-21T13:34:47.773 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-03-21T13:34:47.773 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.env: 0x55f4ab7d0b20 2024-03-21T13:34:47.773 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.fs: PosixFileSystem 2024-03-21T13:34:47.773 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.info_log: 0x55f4ad785960 2024-03-21T13:34:47.773 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.max_file_opening_threads: 16 2024-03-21T13:34:47.773 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.statistics: (nil) 2024-03-21T13:34:47.773 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.use_fsync: 0 2024-03-21T13:34:47.773 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.max_log_file_size: 0 2024-03-21T13:34:47.774 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-03-21T13:34:47.774 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-03-21T13:34:47.774 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.keep_log_file_num: 1000 2024-03-21T13:34:47.774 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.recycle_log_file_num: 0 2024-03-21T13:34:47.774 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.allow_fallocate: 1 2024-03-21T13:34:47.774 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.allow_mmap_reads: 0 2024-03-21T13:34:47.774 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.allow_mmap_writes: 0 2024-03-21T13:34:47.774 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.use_direct_reads: 0 2024-03-21T13:34:47.775 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-03-21T13:34:47.775 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.create_missing_column_families: 0 2024-03-21T13:34:47.775 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.db_log_dir: 2024-03-21T13:34:47.775 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.wal_dir: 2024-03-21T13:34:47.775 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-03-21T13:34:47.775 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-03-21T13:34:47.775 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-03-21T13:34:47.775 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-03-21T13:34:47.775 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-03-21T13:34:47.775 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-03-21T13:34:47.775 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.advise_random_on_open: 1 2024-03-21T13:34:47.775 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.db_write_buffer_size: 0 2024-03-21T13:34:47.775 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.write_buffer_manager: 0x55f4ad7561e0 2024-03-21T13:34:47.775 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-03-21T13:34:47.775 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-03-21T13:34:47.776 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-03-21T13:34:47.776 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.rate_limiter: (nil) 2024-03-21T13:34:47.776 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-03-21T13:34:47.776 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.wal_recovery_mode: 2 2024-03-21T13:34:47.776 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.enable_thread_tracking: 0 2024-03-21T13:34:47.776 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.enable_pipelined_write: 0 2024-03-21T13:34:47.776 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.unordered_write: 0 2024-03-21T13:34:47.776 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-03-21T13:34:47.776 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-03-21T13:34:47.776 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-03-21T13:34:47.776 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-03-21T13:34:47.776 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.row_cache: None 2024-03-21T13:34:47.776 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.wal_filter: None 2024-03-21T13:34:47.776 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-03-21T13:34:47.776 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.allow_ingest_behind: 0 2024-03-21T13:34:47.776 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.two_write_queues: 0 2024-03-21T13:34:47.777 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.manual_wal_flush: 0 2024-03-21T13:34:47.777 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.wal_compression: 0 2024-03-21T13:34:47.777 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.atomic_flush: 0 2024-03-21T13:34:47.777 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-03-21T13:34:47.777 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-03-21T13:34:47.777 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-03-21T13:34:47.777 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.log_readahead_size: 0 2024-03-21T13:34:47.777 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-03-21T13:34:47.777 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.best_efforts_recovery: 0 2024-03-21T13:34:47.777 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-03-21T13:34:47.777 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-03-21T13:34:47.777 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.allow_data_in_errors: 0 2024-03-21T13:34:47.777 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.db_host_id: __hostname__ 2024-03-21T13:34:47.777 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-03-21T13:34:47.777 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.max_background_jobs: 2 2024-03-21T13:34:47.777 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.max_background_compactions: -1 2024-03-21T13:34:47.777 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.max_subcompactions: 1 2024-03-21T13:34:47.778 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-03-21T13:34:47.778 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-03-21T13:34:47.778 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-03-21T13:34:47.778 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.max_total_wal_size: 0 2024-03-21T13:34:47.778 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-03-21T13:34:47.778 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-03-21T13:34:47.778 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-03-21T13:34:47.778 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-03-21T13:34:47.778 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.max_open_files: -1 2024-03-21T13:34:47.778 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.bytes_per_sync: 0 2024-03-21T13:34:47.778 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-03-21T13:34:47.778 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-03-21T13:34:47.778 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.compaction_readahead_size: 0 2024-03-21T13:34:47.778 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.max_background_flushes: -1 2024-03-21T13:34:47.778 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Compression algorithms supported: 2024-03-21T13:34:47.778 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-03-21T13:34:47.779 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: kZSTD supported: 0 2024-03-21T13:34:47.779 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: kXpressCompression supported: 0 2024-03-21T13:34:47.779 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: kLZ4HCCompression supported: 1 2024-03-21T13:34:47.779 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: kZlibCompression supported: 1 2024-03-21T13:34:47.779 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: kSnappyCompression supported: 1 2024-03-21T13:34:47.779 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: kLZ4Compression supported: 1 2024-03-21T13:34:47.779 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: kBZip2Compression supported: 0 2024-03-21T13:34:47.779 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-03-21T13:34:47.779 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-03-21T13:34:47.779 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-03-21T13:34:47.780 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-03-21T13:34:47.780 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-03-21T13:34:47.780 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.merge_operator: 2024-03-21T13:34:47.780 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.compaction_filter: None 2024-03-21T13:34:47.780 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.compaction_filter_factory: None 2024-03-21T13:34:47.781 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.sst_partitioner_factory: None 2024-03-21T13:34:47.781 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-03-21T13:34:47.781 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-03-21T13:34:47.781 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55f4ad785a60) 2024-03-21T13:34:47.781 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: cache_index_and_filter_blocks: 1 2024-03-21T13:34:47.781 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: cache_index_and_filter_blocks_with_high_priority: 0 2024-03-21T13:34:47.781 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-03-21T13:34:47.781 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: pin_top_level_index_and_filter: 1 2024-03-21T13:34:47.781 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: index_type: 0 2024-03-21T13:34:47.781 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: data_block_index_type: 0 2024-03-21T13:34:47.781 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: index_shortening: 1 2024-03-21T13:34:47.781 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: data_block_hash_table_util_ratio: 0.750000 2024-03-21T13:34:47.781 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: checksum: 4 2024-03-21T13:34:47.781 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: no_block_cache: 0 2024-03-21T13:34:47.781 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: block_cache: 0x55f4ad787090 2024-03-21T13:34:47.781 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: block_cache_name: BinnedLRUCache 2024-03-21T13:34:47.782 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: block_cache_options: 2024-03-21T13:34:47.782 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: capacity : 536870912 2024-03-21T13:34:47.782 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: num_shard_bits : 4 2024-03-21T13:34:47.782 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: strict_capacity_limit : 0 2024-03-21T13:34:47.782 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: high_pri_pool_ratio: 0.000 2024-03-21T13:34:47.782 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: block_cache_compressed: (nil) 2024-03-21T13:34:47.782 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: persistent_cache: (nil) 2024-03-21T13:34:47.782 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: block_size: 4096 2024-03-21T13:34:47.782 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: block_size_deviation: 10 2024-03-21T13:34:47.782 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: block_restart_interval: 16 2024-03-21T13:34:47.782 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: index_block_restart_interval: 1 2024-03-21T13:34:47.782 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: metadata_block_size: 4096 2024-03-21T13:34:47.782 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: partition_filters: 0 2024-03-21T13:34:47.782 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: use_delta_encoding: 1 2024-03-21T13:34:47.782 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: filter_policy: bloomfilter 2024-03-21T13:34:47.782 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: whole_key_filtering: 1 2024-03-21T13:34:47.783 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: verify_compression: 0 2024-03-21T13:34:47.783 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: read_amp_bytes_per_bit: 0 2024-03-21T13:34:47.783 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: format_version: 5 2024-03-21T13:34:47.783 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: enable_index_compression: 1 2024-03-21T13:34:47.783 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: block_align: 0 2024-03-21T13:34:47.783 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: max_auto_readahead_size: 262144 2024-03-21T13:34:47.783 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: prepopulate_block_cache: 0 2024-03-21T13:34:47.783 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: initial_auto_readahead_size: 8192 2024-03-21T13:34:47.783 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: num_file_reads_for_auto_readahead: 2 2024-03-21T13:34:47.783 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.write_buffer_size: 33554432 2024-03-21T13:34:47.783 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.max_write_buffer_number: 2 2024-03-21T13:34:47.783 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.compression: NoCompression 2024-03-21T13:34:47.783 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.bottommost_compression: Disabled 2024-03-21T13:34:47.783 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.prefix_extractor: nullptr 2024-03-21T13:34:47.783 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-03-21T13:34:47.783 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.num_levels: 7 2024-03-21T13:34:47.783 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-03-21T13:34:47.784 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-03-21T13:34:47.784 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-03-21T13:34:47.784 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-03-21T13:34:47.784 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-03-21T13:34:47.784 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-03-21T13:34:47.784 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-03-21T13:34:47.784 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-03-21T13:34:47.784 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-03-21T13:34:47.784 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-03-21T13:34:47.784 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-03-21T13:34:47.784 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-03-21T13:34:47.784 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-03-21T13:34:47.784 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.compression_opts.level: 32767 2024-03-21T13:34:47.784 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.compression_opts.strategy: 0 2024-03-21T13:34:47.784 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-03-21T13:34:47.784 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-03-21T13:34:47.784 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-03-21T13:34:47.785 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-03-21T13:34:47.785 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.compression_opts.enabled: false 2024-03-21T13:34:47.785 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-03-21T13:34:47.785 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-03-21T13:34:47.785 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-03-21T13:34:47.785 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-03-21T13:34:47.785 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.target_file_size_base: 67108864 2024-03-21T13:34:47.785 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-03-21T13:34:47.785 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-03-21T13:34:47.785 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-03-21T13:34:47.785 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-03-21T13:34:47.785 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-03-21T13:34:47.785 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-03-21T13:34:47.785 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-03-21T13:34:47.785 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-03-21T13:34:47.785 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-03-21T13:34:47.785 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-03-21T13:34:47.786 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-03-21T13:34:47.786 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-03-21T13:34:47.786 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-03-21T13:34:47.786 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-03-21T13:34:47.786 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.arena_block_size: 1048576 2024-03-21T13:34:47.786 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-03-21T13:34:47.786 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-03-21T13:34:47.786 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.disable_auto_compactions: 0 2024-03-21T13:34:47.786 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-03-21T13:34:47.786 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-03-21T13:34:47.786 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-03-21T13:34:47.786 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-03-21T13:34:47.786 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-03-21T13:34:47.786 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-03-21T13:34:47.786 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-03-21T13:34:47.786 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-03-21T13:34:47.786 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-03-21T13:34:47.787 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-03-21T13:34:47.787 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.table_properties_collectors: 2024-03-21T13:34:47.787 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.inplace_update_support: 0 2024-03-21T13:34:47.787 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-03-21T13:34:47.787 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-03-21T13:34:47.787 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-03-21T13:34:47.787 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-03-21T13:34:47.787 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.bloom_locality: 0 2024-03-21T13:34:47.787 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.max_successive_merges: 0 2024-03-21T13:34:47.787 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-03-21T13:34:47.787 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.paranoid_file_checks: 0 2024-03-21T13:34:47.787 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.force_consistency_checks: 1 2024-03-21T13:34:47.787 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.report_bg_io_stats: 0 2024-03-21T13:34:47.787 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.ttl: 2592000 2024-03-21T13:34:47.787 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-03-21T13:34:47.787 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-03-21T13:34:47.787 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-03-21T13:34:47.788 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.enable_blob_files: false 2024-03-21T13:34:47.788 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.min_blob_size: 0 2024-03-21T13:34:47.788 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.blob_file_size: 268435456 2024-03-21T13:34:47.788 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-03-21T13:34:47.788 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-03-21T13:34:47.788 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-03-21T13:34:47.788 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-03-21T13:34:47.788 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-03-21T13:34:47.788 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.blob_file_starting_level: 0 2024-03-21T13:34:47.788 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-03-21T13:34:47.788 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 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-03-21T13:34:47.788 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-03-21T13:34:47.788 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 49d052a1-9ded-4dab-ab1d-06fb7b48279c 2024-03-21T13:34:47.788 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711028087528737, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-03-21T13:34:47.788 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-03-21T13:34:47.788 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711028087529719, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 81602, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 252, "table_properties": {"data_size": 79789, "index_size": 223, "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": 10027, "raw_average_key_size": 47, "raw_value_size": 74098, "raw_average_value_size": 351, "num_data_blocks": 10, "num_entries": 211, "num_filter_entries": 211, "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": "[]", "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": 1711028087, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "49d052a1-9ded-4dab-ab1d-06fb7b48279c", "db_session_id": "ADOSB1JHBIZYJ32YB69R", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-03-21T13:34:47.788 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711028087529825, "job": 1, "event": "recovery_finished"} 2024-03-21T13:34:47.789 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.524+0000 7fc160a2cc80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-03-21T13:34:47.789 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.528+0000 7fc160a2cc80 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-03-21T13:34:47.789 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.528+0000 7fc160a2cc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55f4ad87a000 2024-03-21T13:34:47.789 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.528+0000 7fc160a2cc80 4 rocksdb: DB pointer 0x55f4ad864000 2024-03-21T13:34:47.789 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.528+0000 7fc14f188700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-03-21T13:34:47.789 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.528+0000 7fc14f188700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-03-21T13:34:47.789 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: ** DB Stats ** 2024-03-21T13:34:47.789 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-21T13:34:47.789 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-03-21T13:34:47.789 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-21T13:34:47.789 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-21T13:34:47.789 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-03-21T13:34:47.789 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-21T13:34:47.789 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-21T13:34:47.789 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: ** Compaction Stats [default] ** 2024-03-21T13:34:47.789 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: 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-03-21T13:34:47.790 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-03-21T13:34:47.790 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: L0 2/0 81.52 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 134.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-21T13:34:47.790 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: Sum 2/0 81.52 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 134.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-21T13:34:47.790 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 134.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-21T13:34:47.790 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: ** Compaction Stats [default] ** 2024-03-21T13:34:47.790 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: 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-03-21T13:34:47.790 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-21T13:34:47.790 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 134.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-21T13:34:47.790 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-03-21T13:34:47.790 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-21T13:34:47.790 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: Flush(GB): cumulative 0.000, interval 0.000 2024-03-21T13:34:47.790 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-21T13:34:47.790 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: AddFile(Total Files): cumulative 0, interval 0 2024-03-21T13:34:47.790 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: AddFile(L0 Files): cumulative 0, interval 0 2024-03-21T13:34:47.790 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: AddFile(Keys): cumulative 0, interval 0 2024-03-21T13:34:47.790 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: Cumulative compaction: 0.00 GB write, 20.81 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-21T13:34:47.790 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: Interval compaction: 0.00 GB write, 20.81 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-21T13:34:47.791 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: 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-03-21T13:34:47.791 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: Block cache BinnedLRUCache@0x55f4ad787090#7 capacity: 512.00 MB usage: 1.17 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.2e-05 secs_since: 0 2024-03-21T13:34:47.791 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.41 KB,7.7486e-05%) Misc(1,0.00 KB,0%) 2024-03-21T13:34:47.791 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: ** File Read Latency Histogram By Level [default] ** 2024-03-21T13:34:47.791 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.528+0000 7fc160a2cc80 0 starting mon.a rank 0 at public addrs [v2:172.21.15.100:3300/0,v1:172.21.15.100:6789/0] at bind addrs [v2:172.21.15.100:3300/0,v1:172.21.15.100:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 81d57e16-e787-11ee-95cd-87774f69a715 2024-03-21T13:34:47.791 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.528+0000 7fc160a2cc80 1 mon.a@-1(???) e1 preinit fsid 81d57e16-e787-11ee-95cd-87774f69a715 2024-03-21T13:34:47.791 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.528+0000 7fc160a2cc80 0 mon.a@-1(???).mds e1 new map 2024-03-21T13:34:47.791 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.528+0000 7fc160a2cc80 0 mon.a@-1(???).mds e1 print_map 2024-03-21T13:34:47.791 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: e1 2024-03-21T13:34:47.791 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: enable_multiple, ever_enabled_multiple: 1,1 2024-03-21T13:34:47.791 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: 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} 2024-03-21T13:34:47.791 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: legacy client fscid: -1 2024-03-21T13:34:47.791 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: 2024-03-21T13:34:47.791 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: No filesystems configured 2024-03-21T13:34:47.791 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.528+0000 7fc160a2cc80 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-03-21T13:34:47.791 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.528+0000 7fc160a2cc80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-03-21T13:34:47.791 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.528+0000 7fc160a2cc80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-03-21T13:34:47.792 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.528+0000 7fc160a2cc80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-03-21T13:34:47.792 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: debug 2024-03-21T13:34:47.528+0000 7fc160a2cc80 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-03-21T13:34:47.792 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: cluster 2024-03-21T13:34:47.537366+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-03-21T13:34:47.792 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: cluster 2024-03-21T13:34:47.537437+0000 mon.a (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {a=[v2:172.21.15.100:3300/0,v1:172.21.15.100:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-21T13:34:47.792 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: cluster 2024-03-21T13:34:47.554780+0000 mon.a (mon.0) 3 : cluster [DBG] fsmap 2024-03-21T13:34:47.792 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: cluster 2024-03-21T13:34:47.554824+0000 mon.a (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-03-21T13:34:47.792 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:47 smithi100 bash[21523]: cluster 2024-03-21T13:34:47.555221+0000 mon.a (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-03-21T13:34:48.432 INFO:teuthology.orchestra.run.smithi100.stdout:Wrote config to /etc/ceph/ceph.conf 2024-03-21T13:34:48.449 INFO:teuthology.orchestra.run.smithi100.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-03-21T13:34:48.449 INFO:teuthology.orchestra.run.smithi100.stdout:Creating mgr... 2024-03-21T13:34:48.449 INFO:teuthology.orchestra.run.smithi100.stdout:Verifying port 0.0.0.0:9283 ... 2024-03-21T13:34:48.450 INFO:teuthology.orchestra.run.smithi100.stdout:Verifying port 0.0.0.0:8765 ... 2024-03-21T13:34:48.732 INFO:teuthology.orchestra.run.smithi100.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-81d57e16-e787-11ee-95cd-87774f69a715@mgr.a 2024-03-21T13:34:48.732 INFO:teuthology.orchestra.run.smithi100.stdout:systemctl: stderr Failed to reset failed state of unit ceph-81d57e16-e787-11ee-95cd-87774f69a715@mgr.a.service: Unit ceph-81d57e16-e787-11ee-95cd-87774f69a715@mgr.a.service not loaded. 2024-03-21T13:34:48.770 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:48 smithi100 systemd[1]: /etc/systemd/system/ceph-81d57e16-e787-11ee-95cd-87774f69a715@.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-03-21T13:34:48.932 INFO:teuthology.orchestra.run.smithi100.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-81d57e16-e787-11ee-95cd-87774f69a715.target.wants/ceph-81d57e16-e787-11ee-95cd-87774f69a715@mgr.a.service -> /etc/systemd/system/ceph-81d57e16-e787-11ee-95cd-87774f69a715@.service. 2024-03-21T13:34:48.939 INFO:teuthology.orchestra.run.smithi100.stdout:firewalld does not appear to be present 2024-03-21T13:34:48.940 INFO:teuthology.orchestra.run.smithi100.stdout:Not possible to enable service . firewalld.service is not available 2024-03-21T13:34:48.940 INFO:teuthology.orchestra.run.smithi100.stdout:firewalld does not appear to be present 2024-03-21T13:34:48.940 INFO:teuthology.orchestra.run.smithi100.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-03-21T13:34:48.940 INFO:teuthology.orchestra.run.smithi100.stdout:Waiting for mgr to start... 2024-03-21T13:34:48.940 INFO:teuthology.orchestra.run.smithi100.stdout:Waiting for mgr... 2024-03-21T13:34:49.271 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:48 smithi100 bash[21523]: audit 2024-03-21T13:34:47.823327+0000 mon.a (mon.0) 6 : audit [INF] from='client.? 172.21.15.100:0/1161667276' entity='client.admin' 2024-03-21T13:34:49.271 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:48 smithi100 systemd[1]: /etc/systemd/system/ceph-81d57e16-e787-11ee-95cd-87774f69a715@.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-03-21T13:34:50.771 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:50 smithi100 bash[21523]: audit 2024-03-21T13:34:50.311854+0000 mon.a (mon.0) 7 : audit [DBG] from='client.? 172.21.15.100:0/1374044366' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-21T13:34:50.771 INFO:journalctl@ceph.mgr.a.smithi100.stdout:Mar 21 13:34:50 smithi100 bash[21779]: debug 2024-03-21T13:34:50.304+0000 7fecebda2200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-21T13:34:50.915 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout 2024-03-21T13:34:50.916 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout { 2024-03-21T13:34:50.916 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "fsid": "81d57e16-e787-11ee-95cd-87774f69a715", 2024-03-21T13:34:50.916 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "health": { 2024-03-21T13:34:50.916 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-03-21T13:34:50.916 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-03-21T13:34:50.916 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-03-21T13:34:50.918 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout }, 2024-03-21T13:34:50.918 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-03-21T13:34:50.918 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-03-21T13:34:50.919 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout 0 2024-03-21T13:34:50.919 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout ], 2024-03-21T13:34:50.919 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-03-21T13:34:50.919 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "a" 2024-03-21T13:34:50.919 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout ], 2024-03-21T13:34:50.919 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-03-21T13:34:50.919 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "monmap": { 2024-03-21T13:34:50.919 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T13:34:50.919 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-03-21T13:34:50.919 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-03-21T13:34:50.919 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout }, 2024-03-21T13:34:50.919 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-03-21T13:34:50.919 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T13:34:50.919 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-03-21T13:34:50.919 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-03-21T13:34:50.919 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-03-21T13:34:50.920 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-03-21T13:34:50.921 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-03-21T13:34:50.921 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-03-21T13:34:50.921 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout }, 2024-03-21T13:34:50.921 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-03-21T13:34:50.921 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-03-21T13:34:50.921 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-03-21T13:34:50.921 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-03-21T13:34:50.921 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-03-21T13:34:50.921 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-03-21T13:34:50.922 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-03-21T13:34:50.924 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-03-21T13:34:50.924 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-03-21T13:34:50.924 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout }, 2024-03-21T13:34:50.924 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-03-21T13:34:50.924 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T13:34:50.925 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-03-21T13:34:50.925 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-03-21T13:34:50.925 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout }, 2024-03-21T13:34:50.925 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-03-21T13:34:50.925 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "available": false, 2024-03-21T13:34:50.925 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-03-21T13:34:50.925 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "modules": [ 2024-03-21T13:34:50.925 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "iostat", 2024-03-21T13:34:50.925 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "nfs", 2024-03-21T13:34:50.925 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "restful" 2024-03-21T13:34:50.925 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout ], 2024-03-21T13:34:50.925 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-21T13:34:50.925 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout }, 2024-03-21T13:34:50.925 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-03-21T13:34:50.925 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T13:34:50.926 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "modified": "2024-03-21T13:34:41.555216+0000", 2024-03-21T13:34:50.926 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-21T13:34:50.926 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout }, 2024-03-21T13:34:50.926 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-03-21T13:34:50.926 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout } 2024-03-21T13:34:50.926 INFO:teuthology.orchestra.run.smithi100.stdout:mgr not available, waiting (1/15)... 2024-03-21T13:34:52.210 INFO:journalctl@ceph.mgr.a.smithi100.stdout:Mar 21 13:34:51 smithi100 bash[21779]: debug 2024-03-21T13:34:51.868+0000 7fecebda2200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-21T13:34:52.210 INFO:journalctl@ceph.mgr.a.smithi100.stdout:Mar 21 13:34:51 smithi100 bash[21779]: debug 2024-03-21T13:34:51.964+0000 7fecebda2200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-21T13:34:52.210 INFO:journalctl@ceph.mgr.a.smithi100.stdout:Mar 21 13:34:52 smithi100 bash[21779]: debug 2024-03-21T13:34:52.208+0000 7fecebda2200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-21T13:34:53.207 INFO:journalctl@ceph.mgr.a.smithi100.stdout:Mar 21 13:34:53 smithi100 bash[21779]: debug 2024-03-21T13:34:52.995+0000 7fecebda2200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-21T13:34:53.208 INFO:journalctl@ceph.mgr.a.smithi100.stdout:Mar 21 13:34:53 smithi100 bash[21779]: debug 2024-03-21T13:34:53.103+0000 7fecebda2200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-21T13:34:53.520 INFO:journalctl@ceph.mgr.a.smithi100.stdout:Mar 21 13:34:53 smithi100 bash[21779]: debug 2024-03-21T13:34:53.207+0000 7fecebda2200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-21T13:34:54.021 INFO:journalctl@ceph.mgr.a.smithi100.stdout:Mar 21 13:34:53 smithi100 bash[21779]: debug 2024-03-21T13:34:53.559+0000 7fecebda2200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-21T13:34:54.021 INFO:journalctl@ceph.mgr.a.smithi100.stdout:Mar 21 13:34:53 smithi100 bash[21779]: debug 2024-03-21T13:34:53.671+0000 7fecebda2200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-21T13:34:54.021 INFO:journalctl@ceph.mgr.a.smithi100.stdout:Mar 21 13:34:53 smithi100 bash[21779]: debug 2024-03-21T13:34:53.775+0000 7fecebda2200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-21T13:34:54.371 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:54 smithi100 bash[21523]: audit 2024-03-21T13:34:54.075527+0000 mon.a (mon.0) 8 : audit [DBG] from='client.? 172.21.15.100:0/3660197503' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-21T13:34:54.371 INFO:journalctl@ceph.mgr.a.smithi100.stdout:Mar 21 13:34:54 smithi100 bash[21779]: debug 2024-03-21T13:34:54.131+0000 7fecebda2200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-21T13:34:54.623 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout 2024-03-21T13:34:54.624 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout { 2024-03-21T13:34:54.624 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "fsid": "81d57e16-e787-11ee-95cd-87774f69a715", 2024-03-21T13:34:54.624 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "health": { 2024-03-21T13:34:54.624 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-03-21T13:34:54.624 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-03-21T13:34:54.624 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-03-21T13:34:54.624 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout }, 2024-03-21T13:34:54.624 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-03-21T13:34:54.624 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-03-21T13:34:54.624 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout 0 2024-03-21T13:34:54.624 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout ], 2024-03-21T13:34:54.624 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-03-21T13:34:54.624 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "a" 2024-03-21T13:34:54.624 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout ], 2024-03-21T13:34:54.625 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "quorum_age": 6, 2024-03-21T13:34:54.625 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "monmap": { 2024-03-21T13:34:54.625 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T13:34:54.625 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-03-21T13:34:54.625 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-03-21T13:34:54.625 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout }, 2024-03-21T13:34:54.625 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-03-21T13:34:54.625 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T13:34:54.625 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-03-21T13:34:54.625 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-03-21T13:34:54.625 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-03-21T13:34:54.625 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-03-21T13:34:54.625 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-03-21T13:34:54.625 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-03-21T13:34:54.629 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout }, 2024-03-21T13:34:54.629 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-03-21T13:34:54.629 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-03-21T13:34:54.629 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-03-21T13:34:54.629 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-03-21T13:34:54.629 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-03-21T13:34:54.629 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-03-21T13:34:54.629 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-03-21T13:34:54.629 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-03-21T13:34:54.629 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-03-21T13:34:54.630 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout }, 2024-03-21T13:34:54.630 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-03-21T13:34:54.630 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T13:34:54.630 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-03-21T13:34:54.630 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-03-21T13:34:54.630 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout }, 2024-03-21T13:34:54.630 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-03-21T13:34:54.630 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "available": false, 2024-03-21T13:34:54.630 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-03-21T13:34:54.630 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "modules": [ 2024-03-21T13:34:54.630 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "iostat", 2024-03-21T13:34:54.630 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "nfs", 2024-03-21T13:34:54.630 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "restful" 2024-03-21T13:34:54.630 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout ], 2024-03-21T13:34:54.630 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-21T13:34:54.630 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout }, 2024-03-21T13:34:54.631 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-03-21T13:34:54.631 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T13:34:54.631 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "modified": "2024-03-21T13:34:41.555216+0000", 2024-03-21T13:34:54.631 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-21T13:34:54.631 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout }, 2024-03-21T13:34:54.631 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-03-21T13:34:54.631 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout } 2024-03-21T13:34:54.631 INFO:teuthology.orchestra.run.smithi100.stdout:mgr not available, waiting (2/15)... 2024-03-21T13:34:55.007 INFO:journalctl@ceph.mgr.a.smithi100.stdout:Mar 21 13:34:54 smithi100 bash[21779]: debug 2024-03-21T13:34:54.367+0000 7fecebda2200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-21T13:34:55.008 INFO:journalctl@ceph.mgr.a.smithi100.stdout:Mar 21 13:34:54 smithi100 bash[21779]: debug 2024-03-21T13:34:54.627+0000 7fecebda2200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-21T13:34:55.008 INFO:journalctl@ceph.mgr.a.smithi100.stdout:Mar 21 13:34:54 smithi100 bash[21779]: debug 2024-03-21T13:34:54.739+0000 7fecebda2200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-21T13:34:55.008 INFO:journalctl@ceph.mgr.a.smithi100.stdout:Mar 21 13:34:55 smithi100 bash[21779]: debug 2024-03-21T13:34:55.003+0000 7fecebda2200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-21T13:34:55.767 INFO:journalctl@ceph.mgr.a.smithi100.stdout:Mar 21 13:34:55 smithi100 bash[21779]: debug 2024-03-21T13:34:55.419+0000 7fecebda2200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-21T13:34:55.767 INFO:journalctl@ceph.mgr.a.smithi100.stdout:Mar 21 13:34:55 smithi100 bash[21779]: debug 2024-03-21T13:34:55.651+0000 7fecebda2200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-21T13:34:55.768 INFO:journalctl@ceph.mgr.a.smithi100.stdout:Mar 21 13:34:55 smithi100 bash[21779]: debug 2024-03-21T13:34:55.763+0000 7fecebda2200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-21T13:34:56.021 INFO:journalctl@ceph.mgr.a.smithi100.stdout:Mar 21 13:34:56 smithi100 bash[21779]: debug 2024-03-21T13:34:56.007+0000 7fecebda2200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-21T13:34:57.271 INFO:journalctl@ceph.mgr.a.smithi100.stdout:Mar 21 13:34:57 smithi100 bash[21779]: debug 2024-03-21T13:34:57.007+0000 7fecebda2200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-21T13:34:57.271 INFO:journalctl@ceph.mgr.a.smithi100.stdout:Mar 21 13:34:57 smithi100 bash[21779]: debug 2024-03-21T13:34:57.119+0000 7fecebda2200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-21T13:34:57.702 INFO:journalctl@ceph.mgr.a.smithi100.stdout:Mar 21 13:34:57 smithi100 bash[21779]: debug 2024-03-21T13:34:57.427+0000 7fecebda2200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-21T13:34:57.702 INFO:journalctl@ceph.mgr.a.smithi100.stdout:Mar 21 13:34:57 smithi100 bash[21779]: debug 2024-03-21T13:34:57.539+0000 7fecebda2200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-21T13:34:57.997 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:57 smithi100 bash[21523]: audit 2024-03-21T13:34:57.691356+0000 mon.a (mon.0) 9 : audit [DBG] from='client.? 172.21.15.100:0/1045142229' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-21T13:34:58.271 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout 2024-03-21T13:34:58.271 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout { 2024-03-21T13:34:58.272 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "fsid": "81d57e16-e787-11ee-95cd-87774f69a715", 2024-03-21T13:34:58.272 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "health": { 2024-03-21T13:34:58.272 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-03-21T13:34:58.272 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-03-21T13:34:58.272 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-03-21T13:34:58.272 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout }, 2024-03-21T13:34:58.272 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-03-21T13:34:58.272 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-03-21T13:34:58.272 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout 0 2024-03-21T13:34:58.272 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout ], 2024-03-21T13:34:58.272 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-03-21T13:34:58.272 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "a" 2024-03-21T13:34:58.272 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout ], 2024-03-21T13:34:58.272 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "quorum_age": 10, 2024-03-21T13:34:58.273 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "monmap": { 2024-03-21T13:34:58.273 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T13:34:58.273 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-03-21T13:34:58.273 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-03-21T13:34:58.273 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout }, 2024-03-21T13:34:58.273 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-03-21T13:34:58.273 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T13:34:58.273 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-03-21T13:34:58.273 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-03-21T13:34:58.273 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-03-21T13:34:58.273 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-03-21T13:34:58.273 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-03-21T13:34:58.273 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-03-21T13:34:58.273 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout }, 2024-03-21T13:34:58.273 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-03-21T13:34:58.273 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-03-21T13:34:58.274 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-03-21T13:34:58.274 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-03-21T13:34:58.274 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-03-21T13:34:58.274 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-03-21T13:34:58.274 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-03-21T13:34:58.274 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-03-21T13:34:58.274 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-03-21T13:34:58.274 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout }, 2024-03-21T13:34:58.274 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-03-21T13:34:58.274 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T13:34:58.274 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-03-21T13:34:58.274 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-03-21T13:34:58.274 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout }, 2024-03-21T13:34:58.274 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-03-21T13:34:58.274 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "available": false, 2024-03-21T13:34:58.275 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-03-21T13:34:58.275 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "modules": [ 2024-03-21T13:34:58.275 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "iostat", 2024-03-21T13:34:58.275 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "nfs", 2024-03-21T13:34:58.275 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "restful" 2024-03-21T13:34:58.275 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout ], 2024-03-21T13:34:58.275 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-21T13:34:58.275 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout }, 2024-03-21T13:34:58.275 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-03-21T13:34:58.275 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T13:34:58.275 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "modified": "2024-03-21T13:34:41.555216+0000", 2024-03-21T13:34:58.275 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-21T13:34:58.275 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout }, 2024-03-21T13:34:58.275 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-03-21T13:34:58.276 INFO:journalctl@ceph.mgr.a.smithi100.stdout:Mar 21 13:34:58 smithi100 bash[21779]: debug 2024-03-21T13:34:57.995+0000 7fecebda2200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-21T13:34:58.276 INFO:journalctl@ceph.mgr.a.smithi100.stdout:Mar 21 13:34:58 smithi100 bash[21779]: debug 2024-03-21T13:34:58.111+0000 7fecebda2200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-21T13:34:58.276 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout } 2024-03-21T13:34:58.276 INFO:teuthology.orchestra.run.smithi100.stdout:mgr not available, waiting (3/15)... 2024-03-21T13:34:59.021 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:58 smithi100 bash[21523]: cluster 2024-03-21T13:34:58.119414+0000 mon.a (mon.0) 10 : cluster [INF] Activating manager daemon a 2024-03-21T13:34:59.021 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:58 smithi100 bash[21523]: cluster 2024-03-21T13:34:58.127049+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e2: a(active, starting, since 0.00785628s) 2024-03-21T13:34:59.022 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:58 smithi100 bash[21523]: audit 2024-03-21T13:34:58.127877+0000 mon.a (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.100:0/857471569' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-21T13:34:59.022 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:58 smithi100 bash[21523]: audit 2024-03-21T13:34:58.128157+0000 mon.a (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.100:0/857471569' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-21T13:34:59.022 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:58 smithi100 bash[21523]: audit 2024-03-21T13:34:58.128416+0000 mon.a (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.100:0/857471569' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-21T13:34:59.022 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:58 smithi100 bash[21523]: audit 2024-03-21T13:34:58.128675+0000 mon.a (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.100:0/857471569' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-21T13:34:59.022 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:58 smithi100 bash[21523]: audit 2024-03-21T13:34:58.128946+0000 mon.a (mon.0) 16 : audit [DBG] from='mgr.14100 172.21.15.100:0/857471569' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-21T13:34:59.022 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:58 smithi100 bash[21523]: audit 2024-03-21T13:34:58.129149+0000 mon.a (mon.0) 17 : audit [DBG] from='mgr.14100 172.21.15.100:0/857471569' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-21T13:34:59.022 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:58 smithi100 bash[21523]: audit 2024-03-21T13:34:58.129316+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.14100 172.21.15.100:0/857471569' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:34:59.022 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:58 smithi100 bash[21523]: audit 2024-03-21T13:34:58.129751+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.14100 172.21.15.100:0/857471569' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-21T13:34:59.022 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:58 smithi100 bash[21523]: cluster 2024-03-21T13:34:58.156518+0000 mon.a (mon.0) 20 : cluster [INF] Manager daemon a is now available 2024-03-21T13:34:59.022 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:58 smithi100 bash[21523]: audit 2024-03-21T13:34:58.168251+0000 mon.a (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.100:0/857471569' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-21T13:34:59.022 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:58 smithi100 bash[21523]: audit 2024-03-21T13:34:58.171310+0000 mon.a (mon.0) 22 : audit [INF] from='mgr.14100 172.21.15.100:0/857471569' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-21T13:34:59.022 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:58 smithi100 bash[21523]: audit 2024-03-21T13:34:58.174520+0000 mon.a (mon.0) 23 : audit [INF] from='mgr.14100 172.21.15.100:0/857471569' entity='mgr.a' 2024-03-21T13:34:59.023 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:58 smithi100 bash[21523]: audit 2024-03-21T13:34:58.176492+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.14100 172.21.15.100:0/857471569' entity='mgr.a' 2024-03-21T13:34:59.023 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:34:58 smithi100 bash[21523]: audit 2024-03-21T13:34:58.178341+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.14100 172.21.15.100:0/857471569' entity='mgr.a' 2024-03-21T13:35:00.521 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:35:00 smithi100 bash[21523]: cluster 2024-03-21T13:34:59.133519+0000 mon.a (mon.0) 26 : cluster [DBG] mgrmap e3: a(active, since 1.01433s) 2024-03-21T13:35:02.367 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout 2024-03-21T13:35:02.367 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout { 2024-03-21T13:35:02.367 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "fsid": "81d57e16-e787-11ee-95cd-87774f69a715", 2024-03-21T13:35:02.367 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "health": { 2024-03-21T13:35:02.368 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-03-21T13:35:02.368 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-03-21T13:35:02.368 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-03-21T13:35:02.368 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout }, 2024-03-21T13:35:02.368 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-03-21T13:35:02.368 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-03-21T13:35:02.368 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout 0 2024-03-21T13:35:02.368 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout ], 2024-03-21T13:35:02.368 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-03-21T13:35:02.368 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "a" 2024-03-21T13:35:02.368 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout ], 2024-03-21T13:35:02.368 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "quorum_age": 14, 2024-03-21T13:35:02.368 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "monmap": { 2024-03-21T13:35:02.368 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T13:35:02.368 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-03-21T13:35:02.369 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-03-21T13:35:02.369 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout }, 2024-03-21T13:35:02.369 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-03-21T13:35:02.369 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T13:35:02.369 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-03-21T13:35:02.369 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-03-21T13:35:02.369 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-03-21T13:35:02.369 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-03-21T13:35:02.369 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-03-21T13:35:02.369 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-03-21T13:35:02.372 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout }, 2024-03-21T13:35:02.373 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-03-21T13:35:02.373 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-03-21T13:35:02.373 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-03-21T13:35:02.373 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-03-21T13:35:02.373 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-03-21T13:35:02.373 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-03-21T13:35:02.373 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-03-21T13:35:02.373 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-03-21T13:35:02.373 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-03-21T13:35:02.373 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout }, 2024-03-21T13:35:02.373 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-03-21T13:35:02.373 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T13:35:02.373 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-03-21T13:35:02.373 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-03-21T13:35:02.373 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout }, 2024-03-21T13:35:02.374 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-03-21T13:35:02.374 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "available": true, 2024-03-21T13:35:02.374 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-03-21T13:35:02.374 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "modules": [ 2024-03-21T13:35:02.374 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "iostat", 2024-03-21T13:35:02.374 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "nfs", 2024-03-21T13:35:02.374 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "restful" 2024-03-21T13:35:02.374 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout ], 2024-03-21T13:35:02.374 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-21T13:35:02.374 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout }, 2024-03-21T13:35:02.374 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-03-21T13:35:02.374 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T13:35:02.374 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "modified": "2024-03-21T13:34:41.555216+0000", 2024-03-21T13:35:02.374 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-21T13:35:02.374 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout }, 2024-03-21T13:35:02.375 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-03-21T13:35:02.375 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout } 2024-03-21T13:35:02.375 INFO:teuthology.orchestra.run.smithi100.stdout:mgr is available 2024-03-21T13:35:02.392 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:35:02 smithi100 bash[21523]: cluster 2024-03-21T13:35:01.128797+0000 mon.a (mon.0) 27 : cluster [DBG] mgrmap e4: a(active, since 3s) 2024-03-21T13:35:02.393 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:35:02 smithi100 bash[21523]: audit 2024-03-21T13:35:01.752794+0000 mon.a (mon.0) 28 : audit [DBG] from='client.? 172.21.15.100:0/997652661' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-21T13:35:04.021 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:35:03 smithi100 bash[21523]: audit 2024-03-21T13:35:03.631778+0000 mon.a (mon.0) 29 : audit [INF] from='client.? 172.21.15.100:0/2428153547' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-03-21T13:35:04.021 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:35:03 smithi100 bash[21523]: audit 2024-03-21T13:35:03.634838+0000 mon.a (mon.0) 30 : audit [INF] from='client.? 172.21.15.100:0/2428153547' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-03-21T13:35:04.272 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout 2024-03-21T13:35:04.272 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout [global] 2024-03-21T13:35:04.272 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout fsid = 81d57e16-e787-11ee-95cd-87774f69a715 2024-03-21T13:35:04.272 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-03-21T13:35:04.272 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-03-21T13:35:04.272 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-03-21T13:35:04.272 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-03-21T13:35:04.272 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout 2024-03-21T13:35:04.272 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout [mgr] 2024-03-21T13:35:04.272 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-03-21T13:35:04.272 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout 2024-03-21T13:35:04.272 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout [osd] 2024-03-21T13:35:04.272 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-03-21T13:35:04.272 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-03-21T13:35:04.273 INFO:teuthology.orchestra.run.smithi100.stdout:Enabling cephadm module... 2024-03-21T13:35:06.021 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:35:05 smithi100 bash[21523]: audit 2024-03-21T13:35:05.623767+0000 mon.a (mon.0) 31 : audit [INF] from='client.? 172.21.15.100:0/853456937' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-03-21T13:35:06.021 INFO:journalctl@ceph.mgr.a.smithi100.stdout:Mar 21 13:35:05 smithi100 bash[21779]: ignoring --setuser ceph since I am not root 2024-03-21T13:35:06.021 INFO:journalctl@ceph.mgr.a.smithi100.stdout:Mar 21 13:35:05 smithi100 bash[21779]: ignoring --setgroup ceph since I am not root 2024-03-21T13:35:06.021 INFO:journalctl@ceph.mgr.a.smithi100.stdout:Mar 21 13:35:05 smithi100 bash[21779]: debug 2024-03-21T13:35:05.871+0000 7fb058a56200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-21T13:35:07.001 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:35:06 smithi100 bash[21523]: audit 2024-03-21T13:35:05.675721+0000 mon.a (mon.0) 32 : audit [INF] from='client.? 172.21.15.100:0/853456937' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-03-21T13:35:07.001 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:35:06 smithi100 bash[21523]: cluster 2024-03-21T13:35:05.682273+0000 mon.a (mon.0) 33 : cluster [DBG] mgrmap e5: a(active, since 7s) 2024-03-21T13:35:07.724 INFO:journalctl@ceph.mgr.a.smithi100.stdout:Mar 21 13:35:07 smithi100 bash[21779]: debug 2024-03-21T13:35:07.447+0000 7fb058a56200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-21T13:35:07.725 INFO:journalctl@ceph.mgr.a.smithi100.stdout:Mar 21 13:35:07 smithi100 bash[21779]: debug 2024-03-21T13:35:07.543+0000 7fb058a56200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-21T13:35:07.725 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:35:07 smithi100 bash[21523]: audit 2024-03-21T13:35:07.678232+0000 mon.a (mon.0) 34 : audit [DBG] from='client.? 172.21.15.100:0/605708393' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-03-21T13:35:08.021 INFO:journalctl@ceph.mgr.a.smithi100.stdout:Mar 21 13:35:07 smithi100 bash[21779]: debug 2024-03-21T13:35:07.795+0000 7fb058a56200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-21T13:35:08.239 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout { 2024-03-21T13:35:08.239 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-03-21T13:35:08.239 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "available": true, 2024-03-21T13:35:08.239 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-03-21T13:35:08.239 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-03-21T13:35:08.239 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout } 2024-03-21T13:35:08.239 INFO:teuthology.orchestra.run.smithi100.stdout:Waiting for the mgr to restart... 2024-03-21T13:35:08.239 INFO:teuthology.orchestra.run.smithi100.stdout:Waiting for mgr epoch 5... 2024-03-21T13:35:08.859 INFO:journalctl@ceph.mgr.a.smithi100.stdout:Mar 21 13:35:08 smithi100 bash[21779]: debug 2024-03-21T13:35:08.587+0000 7fb058a56200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-21T13:35:08.859 INFO:journalctl@ceph.mgr.a.smithi100.stdout:Mar 21 13:35:08 smithi100 bash[21779]: debug 2024-03-21T13:35:08.699+0000 7fb058a56200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-21T13:35:08.859 INFO:journalctl@ceph.mgr.a.smithi100.stdout:Mar 21 13:35:08 smithi100 bash[21779]: debug 2024-03-21T13:35:08.803+0000 7fb058a56200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-21T13:35:09.521 INFO:journalctl@ceph.mgr.a.smithi100.stdout:Mar 21 13:35:09 smithi100 bash[21779]: debug 2024-03-21T13:35:09.163+0000 7fb058a56200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-21T13:35:09.521 INFO:journalctl@ceph.mgr.a.smithi100.stdout:Mar 21 13:35:09 smithi100 bash[21779]: debug 2024-03-21T13:35:09.275+0000 7fb058a56200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-21T13:35:09.522 INFO:journalctl@ceph.mgr.a.smithi100.stdout:Mar 21 13:35:09 smithi100 bash[21779]: debug 2024-03-21T13:35:09.375+0000 7fb058a56200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-21T13:35:10.021 INFO:journalctl@ceph.mgr.a.smithi100.stdout:Mar 21 13:35:09 smithi100 bash[21779]: debug 2024-03-21T13:35:09.731+0000 7fb058a56200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-21T13:35:10.021 INFO:journalctl@ceph.mgr.a.smithi100.stdout:Mar 21 13:35:09 smithi100 bash[21779]: debug 2024-03-21T13:35:09.967+0000 7fb058a56200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-21T13:35:10.521 INFO:journalctl@ceph.mgr.a.smithi100.stdout:Mar 21 13:35:10 smithi100 bash[21779]: debug 2024-03-21T13:35:10.227+0000 7fb058a56200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-21T13:35:10.521 INFO:journalctl@ceph.mgr.a.smithi100.stdout:Mar 21 13:35:10 smithi100 bash[21779]: debug 2024-03-21T13:35:10.339+0000 7fb058a56200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-21T13:35:11.020 INFO:journalctl@ceph.mgr.a.smithi100.stdout:Mar 21 13:35:10 smithi100 bash[21779]: debug 2024-03-21T13:35:10.607+0000 7fb058a56200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-21T13:35:11.271 INFO:journalctl@ceph.mgr.a.smithi100.stdout:Mar 21 13:35:11 smithi100 bash[21779]: debug 2024-03-21T13:35:11.019+0000 7fb058a56200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-21T13:35:11.271 INFO:journalctl@ceph.mgr.a.smithi100.stdout:Mar 21 13:35:11 smithi100 bash[21779]: debug 2024-03-21T13:35:11.251+0000 7fb058a56200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-21T13:35:11.771 INFO:journalctl@ceph.mgr.a.smithi100.stdout:Mar 21 13:35:11 smithi100 bash[21779]: debug 2024-03-21T13:35:11.367+0000 7fb058a56200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-21T13:35:11.771 INFO:journalctl@ceph.mgr.a.smithi100.stdout:Mar 21 13:35:11 smithi100 bash[21779]: debug 2024-03-21T13:35:11.611+0000 7fb058a56200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-21T13:35:13.011 INFO:journalctl@ceph.mgr.a.smithi100.stdout:Mar 21 13:35:12 smithi100 bash[21779]: debug 2024-03-21T13:35:12.603+0000 7fb058a56200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-21T13:35:13.011 INFO:journalctl@ceph.mgr.a.smithi100.stdout:Mar 21 13:35:12 smithi100 bash[21779]: debug 2024-03-21T13:35:12.719+0000 7fb058a56200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-21T13:35:13.271 INFO:journalctl@ceph.mgr.a.smithi100.stdout:Mar 21 13:35:13 smithi100 bash[21779]: debug 2024-03-21T13:35:13.007+0000 7fb058a56200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-21T13:35:13.271 INFO:journalctl@ceph.mgr.a.smithi100.stdout:Mar 21 13:35:13 smithi100 bash[21779]: debug 2024-03-21T13:35:13.119+0000 7fb058a56200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-21T13:35:14.021 INFO:journalctl@ceph.mgr.a.smithi100.stdout:Mar 21 13:35:13 smithi100 bash[21779]: debug 2024-03-21T13:35:13.567+0000 7fb058a56200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-21T13:35:14.021 INFO:journalctl@ceph.mgr.a.smithi100.stdout:Mar 21 13:35:13 smithi100 bash[21779]: debug 2024-03-21T13:35:13.683+0000 7fb058a56200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-21T13:35:14.022 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:35:13 smithi100 bash[21523]: cluster 2024-03-21T13:35:13.708515+0000 mon.a (mon.0) 35 : cluster [INF] Active manager daemon a restarted 2024-03-21T13:35:14.022 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:35:13 smithi100 bash[21523]: cluster 2024-03-21T13:35:13.708985+0000 mon.a (mon.0) 36 : cluster [INF] Activating manager daemon a 2024-03-21T13:35:14.022 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:35:13 smithi100 bash[21523]: cluster 2024-03-21T13:35:13.715755+0000 mon.a (mon.0) 37 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-03-21T13:35:14.022 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:35:13 smithi100 bash[21523]: cluster 2024-03-21T13:35:13.716073+0000 mon.a (mon.0) 38 : cluster [DBG] mgrmap e6: a(active, starting, since 0.00726815s) 2024-03-21T13:35:14.022 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:35:13 smithi100 bash[21523]: audit 2024-03-21T13:35:13.718772+0000 mon.a (mon.0) 39 : audit [DBG] from='mgr.14120 172.21.15.100:0/2584998585' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:35:14.022 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:35:13 smithi100 bash[21523]: audit 2024-03-21T13:35:13.720262+0000 mon.a (mon.0) 40 : audit [DBG] from='mgr.14120 172.21.15.100:0/2584998585' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-21T13:35:14.022 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:35:13 smithi100 bash[21523]: audit 2024-03-21T13:35:13.721286+0000 mon.a (mon.0) 41 : audit [DBG] from='mgr.14120 172.21.15.100:0/2584998585' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-21T13:35:14.022 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:35:13 smithi100 bash[21523]: audit 2024-03-21T13:35:13.721653+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.14120 172.21.15.100:0/2584998585' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-21T13:35:14.022 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:35:13 smithi100 bash[21523]: audit 2024-03-21T13:35:13.721833+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.14120 172.21.15.100:0/2584998585' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-21T13:35:14.022 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:35:13 smithi100 bash[21523]: cluster 2024-03-21T13:35:13.747768+0000 mon.a (mon.0) 44 : cluster [INF] Manager daemon a is now available 2024-03-21T13:35:15.021 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:35:14 smithi100 bash[21523]: cephadm 2024-03-21T13:35:13.766281+0000 mgr.a (mgr.14120) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-03-21T13:35:15.022 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:35:14 smithi100 bash[21523]: audit 2024-03-21T13:35:13.768102+0000 mon.a (mon.0) 45 : audit [INF] from='mgr.14120 172.21.15.100:0/2584998585' entity='mgr.a' 2024-03-21T13:35:15.022 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:35:14 smithi100 bash[21523]: audit 2024-03-21T13:35:13.770940+0000 mon.a (mon.0) 46 : audit [INF] from='mgr.14120 172.21.15.100:0/2584998585' entity='mgr.a' 2024-03-21T13:35:15.022 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:35:14 smithi100 bash[21523]: audit 2024-03-21T13:35:13.774802+0000 mon.a (mon.0) 47 : audit [DBG] from='mgr.14120 172.21.15.100:0/2584998585' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:35:15.022 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:35:14 smithi100 bash[21523]: audit 2024-03-21T13:35:13.779001+0000 mon.a (mon.0) 48 : audit [DBG] from='mgr.14120 172.21.15.100:0/2584998585' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:35:15.022 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:35:14 smithi100 bash[21523]: audit 2024-03-21T13:35:13.788090+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.14120 172.21.15.100:0/2584998585' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-21T13:35:15.022 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:35:14 smithi100 bash[21523]: audit 2024-03-21T13:35:13.790968+0000 mon.a (mon.0) 50 : audit [INF] from='mgr.14120 172.21.15.100:0/2584998585' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-21T13:35:15.022 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:35:14 smithi100 bash[21523]: audit 2024-03-21T13:35:14.717471+0000 mgr.a (mgr.14120) 2 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-03-21T13:35:15.022 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:35:14 smithi100 bash[21523]: cluster 2024-03-21T13:35:14.720836+0000 mon.a (mon.0) 51 : cluster [DBG] mgrmap e7: a(active, since 1.01203s) 2024-03-21T13:35:15.022 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:35:14 smithi100 bash[21523]: audit 2024-03-21T13:35:14.732639+0000 mgr.a (mgr.14120) 3 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-03-21T13:35:15.022 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:35:14 smithi100 bash[21523]: audit 2024-03-21T13:35:14.765832+0000 mon.a (mon.0) 52 : audit [INF] from='mgr.14120 172.21.15.100:0/2584998585' entity='mgr.a' 2024-03-21T13:35:15.370 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout { 2024-03-21T13:35:15.370 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-03-21T13:35:15.370 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "initialized": true 2024-03-21T13:35:15.370 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout } 2024-03-21T13:35:15.370 INFO:teuthology.orchestra.run.smithi100.stdout:mgr epoch 5 is available 2024-03-21T13:35:15.370 INFO:teuthology.orchestra.run.smithi100.stdout:Setting orchestrator backend to cephadm... 2024-03-21T13:35:16.021 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:35:15 smithi100 bash[21523]: audit 2024-03-21T13:35:14.768590+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.14120 172.21.15.100:0/2584998585' entity='mgr.a' 2024-03-21T13:35:16.021 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:35:15 smithi100 bash[21523]: cephadm 2024-03-21T13:35:15.370975+0000 mgr.a (mgr.14120) 4 : cephadm [INF] [21/Mar/2024:13:35:15] ENGINE Bus STARTING 2024-03-21T13:35:16.022 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:35:15 smithi100 bash[21523]: cephadm 2024-03-21T13:35:15.487228+0000 mgr.a (mgr.14120) 5 : cephadm [INF] [21/Mar/2024:13:35:15] ENGINE Serving on https://172.21.15.100:7150 2024-03-21T13:35:16.022 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:35:15 smithi100 bash[21523]: cephadm 2024-03-21T13:35:15.588341+0000 mgr.a (mgr.14120) 6 : cephadm [INF] [21/Mar/2024:13:35:15] ENGINE Serving on http://172.21.15.100:8765 2024-03-21T13:35:16.022 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:35:15 smithi100 bash[21523]: cephadm 2024-03-21T13:35:15.588502+0000 mgr.a (mgr.14120) 7 : cephadm [INF] [21/Mar/2024:13:35:15] ENGINE Bus STARTED 2024-03-21T13:35:16.022 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:35:15 smithi100 bash[21523]: audit 2024-03-21T13:35:15.601766+0000 mon.a (mon.0) 54 : audit [DBG] from='mgr.14120 172.21.15.100:0/2584998585' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:35:17.021 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:35:16 smithi100 bash[21523]: cluster 2024-03-21T13:35:15.782405+0000 mon.a (mon.0) 55 : cluster [DBG] mgrmap e8: a(active, since 2s) 2024-03-21T13:35:17.022 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:35:16 smithi100 bash[21523]: audit 2024-03-21T13:35:16.608765+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-03-21T13:35:17.022 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:35:16 smithi100 bash[21523]: audit 2024-03-21T13:35:16.617236+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.14120 172.21.15.100:0/2584998585' entity='mgr.a' 2024-03-21T13:35:17.022 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:35:16 smithi100 bash[21523]: audit 2024-03-21T13:35:16.671290+0000 mon.a (mon.0) 57 : audit [DBG] from='mgr.14120 172.21.15.100:0/2584998585' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:35:18.930 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout value unchanged 2024-03-21T13:35:18.930 INFO:teuthology.orchestra.run.smithi100.stdout:Generating ssh key... 2024-03-21T13:35:19.271 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:35:18 smithi100 bash[21523]: audit 2024-03-21T13:35:18.332102+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-03-21T13:35:21.021 INFO:journalctl@ceph.mgr.a.smithi100.stdout:Mar 21 13:35:20 smithi100 bash[21779]: Generating public/private rsa key pair. 2024-03-21T13:35:21.022 INFO:journalctl@ceph.mgr.a.smithi100.stdout:Mar 21 13:35:20 smithi100 bash[21779]: Your identification has been saved in /tmp/tmptafotlbn/key. 2024-03-21T13:35:21.022 INFO:journalctl@ceph.mgr.a.smithi100.stdout:Mar 21 13:35:20 smithi100 bash[21779]: Your public key has been saved in /tmp/tmptafotlbn/key.pub. 2024-03-21T13:35:21.022 INFO:journalctl@ceph.mgr.a.smithi100.stdout:Mar 21 13:35:20 smithi100 bash[21779]: The key fingerprint is: 2024-03-21T13:35:21.022 INFO:journalctl@ceph.mgr.a.smithi100.stdout:Mar 21 13:35:20 smithi100 bash[21779]: SHA256:/ywgi0LgDIqBbz634tptCLFKx54x4QtkHz2ZqzfzUtA ceph-81d57e16-e787-11ee-95cd-87774f69a715 2024-03-21T13:35:21.022 INFO:journalctl@ceph.mgr.a.smithi100.stdout:Mar 21 13:35:20 smithi100 bash[21779]: The key's randomart image is: 2024-03-21T13:35:21.022 INFO:journalctl@ceph.mgr.a.smithi100.stdout:Mar 21 13:35:20 smithi100 bash[21779]: +---[RSA 3072]----+ 2024-03-21T13:35:21.022 INFO:journalctl@ceph.mgr.a.smithi100.stdout:Mar 21 13:35:20 smithi100 bash[21779]: | | 2024-03-21T13:35:21.022 INFO:journalctl@ceph.mgr.a.smithi100.stdout:Mar 21 13:35:20 smithi100 bash[21779]: | | 2024-03-21T13:35:21.022 INFO:journalctl@ceph.mgr.a.smithi100.stdout:Mar 21 13:35:20 smithi100 bash[21779]: |. . + | 2024-03-21T13:35:21.022 INFO:journalctl@ceph.mgr.a.smithi100.stdout:Mar 21 13:35:20 smithi100 bash[21779]: |*o o * E | 2024-03-21T13:35:21.022 INFO:journalctl@ceph.mgr.a.smithi100.stdout:Mar 21 13:35:20 smithi100 bash[21779]: |O*+ o + S | 2024-03-21T13:35:21.022 INFO:journalctl@ceph.mgr.a.smithi100.stdout:Mar 21 13:35:20 smithi100 bash[21779]: |==+B ..... | 2024-03-21T13:35:21.022 INFO:journalctl@ceph.mgr.a.smithi100.stdout:Mar 21 13:35:20 smithi100 bash[21779]: |o=+.*..o .. | 2024-03-21T13:35:21.023 INFO:journalctl@ceph.mgr.a.smithi100.stdout:Mar 21 13:35:20 smithi100 bash[21779]: |..**+=. .o | 2024-03-21T13:35:21.023 INFO:journalctl@ceph.mgr.a.smithi100.stdout:Mar 21 13:35:20 smithi100 bash[21779]: |.oo*+.=. .o | 2024-03-21T13:35:21.023 INFO:journalctl@ceph.mgr.a.smithi100.stdout:Mar 21 13:35:20 smithi100 bash[21779]: +----[SHA256]-----+ 2024-03-21T13:35:21.825 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:35:21 smithi100 bash[21523]: audit 2024-03-21T13:35:20.242943+0000 mgr.a (mgr.14120) 10 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:35:21.825 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:35:21 smithi100 bash[21523]: cephadm 2024-03-21T13:35:20.243269+0000 mgr.a (mgr.14120) 11 : cephadm [INF] Generating ssh key... 2024-03-21T13:35:21.825 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:35:21 smithi100 bash[21523]: audit 2024-03-21T13:35:20.569561+0000 mon.a (mon.0) 58 : audit [INF] from='mgr.14120 172.21.15.100:0/2584998585' entity='mgr.a' 2024-03-21T13:35:21.826 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:35:21 smithi100 bash[21523]: audit 2024-03-21T13:35:20.574379+0000 mon.a (mon.0) 59 : audit [INF] from='mgr.14120 172.21.15.100:0/2584998585' entity='mgr.a' 2024-03-21T13:35:23.007 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCuNX/WgRsRBpKsTlhkNCsTtYnv7pax46eAKYUDWybRrbFM0+H+GzXW5qi1O36TALoK0OxuF+AYsmk8yDhtcCSj3GeQGcj1/iztG/XE7hh4QF3Ek0alRrE+REy0BRigW4ulmLUh3g7aTD0GSEzmD6GRjxI++fo9nr9ERH4jnlG0dWAYpLSxKKHeIqHNectzgt7Wlv11ZwMqDklRtmVyUOicEZMEsn3ehX6+OskqEDRgrHAiA+6u3uF2AlC0AWzweVPk1cW5za8uR0cSnRtrLzLyF//Wm4jk83gsaef3meFL+DV/+MsV7wd+4+Kxs9ynQzP7MAZBNEpUIJpXgybYEXvcyeTFuYicP3n76uTA4ACCzvUmZbyawDnm+0zjFWL2wLUI+BOYLEpDWcb8eSe54p8COGN4SF/P/G4G/4z/CZQr+5HnvUMC7U9ifzXErdUpuWuGk/w5zMy3b4fVbJGc2tNjFAlwegiivqwUGfAFhI5o29EmnbiAQ+MxeFwcH4rsxx0= ceph-81d57e16-e787-11ee-95cd-87774f69a715 2024-03-21T13:35:23.007 INFO:teuthology.orchestra.run.smithi100.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-03-21T13:35:23.007 INFO:teuthology.orchestra.run.smithi100.stdout:Adding key to root@localhost authorized_keys... 2024-03-21T13:35:23.008 INFO:teuthology.orchestra.run.smithi100.stdout:Adding host smithi100... 2024-03-21T13:35:23.271 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:35:22 smithi100 bash[21523]: audit 2024-03-21T13:35:22.398502+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-03-21T13:35:24.916 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:35:24 smithi100 bash[21523]: audit 2024-03-21T13:35:24.324117+0000 mgr.a (mgr.14120) 13 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi100", "addr": "172.21.15.100", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:35:26.271 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:35:25 smithi100 bash[21523]: cephadm 2024-03-21T13:35:24.901096+0000 mgr.a (mgr.14120) 14 : cephadm [INF] Deploying cephadm binary to smithi100 2024-03-21T13:35:30.562 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout Added host 'smithi100' with addr '172.21.15.100' 2024-03-21T13:35:30.563 INFO:teuthology.orchestra.run.smithi100.stdout:Deploying unmanaged mon service... 2024-03-21T13:35:31.022 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:35:30 smithi100 bash[21523]: audit 2024-03-21T13:35:29.771072+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.14120 172.21.15.100:0/2584998585' entity='mgr.a' 2024-03-21T13:35:31.022 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:35:30 smithi100 bash[21523]: cephadm 2024-03-21T13:35:29.771880+0000 mgr.a (mgr.14120) 15 : cephadm [INF] Added host smithi100 2024-03-21T13:35:31.022 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:35:30 smithi100 bash[21523]: audit 2024-03-21T13:35:29.781348+0000 mon.a (mon.0) 61 : audit [DBG] from='mgr.14120 172.21.15.100:0/2584998585' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:35:33.249 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-03-21T13:35:33.249 INFO:teuthology.orchestra.run.smithi100.stdout:Deploying unmanaged mgr service... 2024-03-21T13:35:33.522 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:35:33 smithi100 bash[21523]: audit 2024-03-21T13:35:32.383249+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-03-21T13:35:33.522 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:35:33 smithi100 bash[21523]: cephadm 2024-03-21T13:35:32.386472+0000 mgr.a (mgr.14120) 17 : cephadm [INF] Saving service mon spec with placement count:5 2024-03-21T13:35:33.522 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:35:33 smithi100 bash[21523]: audit 2024-03-21T13:35:32.391194+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14120 172.21.15.100:0/2584998585' entity='mgr.a' 2024-03-21T13:35:33.522 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:35:33 smithi100 bash[21523]: audit 2024-03-21T13:35:32.908167+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.14120 172.21.15.100:0/2584998585' entity='mgr.a' 2024-03-21T13:35:34.756 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:35:34 smithi100 bash[21523]: audit 2024-03-21T13:35:33.441912+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.14120 172.21.15.100:0/2584998585' entity='mgr.a' 2024-03-21T13:35:34.756 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:35:34 smithi100 bash[21523]: cluster 2024-03-21T13:35:33.722655+0000 mgr.a (mgr.14120) 18 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:35:35.154 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-03-21T13:35:35.823 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:35:35 smithi100 bash[21523]: audit 2024-03-21T13:35:34.556708+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-03-21T13:35:35.823 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:35:35 smithi100 bash[21523]: cephadm 2024-03-21T13:35:34.559373+0000 mgr.a (mgr.14120) 20 : cephadm [INF] Saving service mgr spec with placement count:2 2024-03-21T13:35:35.823 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:35:35 smithi100 bash[21523]: audit 2024-03-21T13:35:34.566105+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.14120 172.21.15.100:0/2584998585' entity='mgr.a' 2024-03-21T13:35:36.772 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:35:36 smithi100 bash[21523]: cluster 2024-03-21T13:35:35.723110+0000 mgr.a (mgr.14120) 21 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:35:36.772 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:35:36 smithi100 bash[21523]: audit 2024-03-21T13:35:36.403501+0000 mon.a (mon.0) 66 : audit [INF] from='client.? 172.21.15.100:0/4147042373' entity='client.admin' 2024-03-21T13:35:38.022 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:35:37 smithi100 bash[21523]: cluster 2024-03-21T13:35:37.723430+0000 mgr.a (mgr.14120) 22 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:35:38.848 INFO:teuthology.orchestra.run.smithi100.stdout:Enabling the dashboard module... 2024-03-21T13:35:39.522 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:35:39 smithi100 bash[21523]: audit 2024-03-21T13:35:38.244900+0000 mon.a (mon.0) 67 : audit [INF] from='client.? 172.21.15.100:0/3755962760' entity='client.admin' 2024-03-21T13:35:40.496 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:35:40 smithi100 bash[21523]: cluster 2024-03-21T13:35:39.723785+0000 mgr.a (mgr.14120) 23 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:35:40.496 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:35:40 smithi100 bash[21523]: audit 2024-03-21T13:35:40.227113+0000 mon.a (mon.0) 68 : audit [INF] from='client.? 172.21.15.100:0/1695968810' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-03-21T13:35:40.497 INFO:journalctl@ceph.mgr.a.smithi100.stdout:Mar 21 13:35:40 smithi100 bash[21779]: ignoring --setuser ceph since I am not root 2024-03-21T13:35:40.497 INFO:journalctl@ceph.mgr.a.smithi100.stdout:Mar 21 13:35:40 smithi100 bash[21779]: ignoring --setgroup ceph since I am not root 2024-03-21T13:35:40.497 INFO:journalctl@ceph.mgr.a.smithi100.stdout:Mar 21 13:35:40 smithi100 bash[21779]: debug 2024-03-21T13:35:40.437+0000 7f64ba35a200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-21T13:35:41.272 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:35:41 smithi100 bash[21523]: audit 2024-03-21T13:35:40.247855+0000 mon.a (mon.0) 69 : audit [INF] from='client.? 172.21.15.100:0/1695968810' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-03-21T13:35:41.272 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:35:41 smithi100 bash[21523]: cluster 2024-03-21T13:35:40.251997+0000 mon.a (mon.0) 70 : cluster [DBG] mgrmap e9: a(active, since 26s) 2024-03-21T13:35:42.272 INFO:journalctl@ceph.mgr.a.smithi100.stdout:Mar 21 13:35:42 smithi100 bash[21779]: debug 2024-03-21T13:35:42.017+0000 7f64ba35a200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-21T13:35:42.272 INFO:journalctl@ceph.mgr.a.smithi100.stdout:Mar 21 13:35:42 smithi100 bash[21779]: debug 2024-03-21T13:35:42.113+0000 7f64ba35a200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-21T13:35:42.772 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:35:42 smithi100 bash[21523]: audit 2024-03-21T13:35:42.326288+0000 mon.a (mon.0) 71 : audit [DBG] from='client.? 172.21.15.100:0/1547513323' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-03-21T13:35:42.772 INFO:journalctl@ceph.mgr.a.smithi100.stdout:Mar 21 13:35:42 smithi100 bash[21779]: debug 2024-03-21T13:35:42.365+0000 7f64ba35a200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-21T13:35:42.992 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout { 2024-03-21T13:35:42.992 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-03-21T13:35:42.992 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "available": true, 2024-03-21T13:35:42.992 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-03-21T13:35:42.992 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-03-21T13:35:42.992 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout } 2024-03-21T13:35:42.992 INFO:teuthology.orchestra.run.smithi100.stdout:Waiting for the mgr to restart... 2024-03-21T13:35:42.992 INFO:teuthology.orchestra.run.smithi100.stdout:Waiting for mgr epoch 9... 2024-03-21T13:35:43.272 INFO:journalctl@ceph.mgr.a.smithi100.stdout:Mar 21 13:35:43 smithi100 bash[21779]: debug 2024-03-21T13:35:43.161+0000 7f64ba35a200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-21T13:35:43.669 INFO:journalctl@ceph.mgr.a.smithi100.stdout:Mar 21 13:35:43 smithi100 bash[21779]: debug 2024-03-21T13:35:43.269+0000 7f64ba35a200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-21T13:35:43.669 INFO:journalctl@ceph.mgr.a.smithi100.stdout:Mar 21 13:35:43 smithi100 bash[21779]: debug 2024-03-21T13:35:43.377+0000 7f64ba35a200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-21T13:35:43.956 INFO:journalctl@ceph.mgr.a.smithi100.stdout:Mar 21 13:35:43 smithi100 bash[21779]: debug 2024-03-21T13:35:43.737+0000 7f64ba35a200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-21T13:35:43.956 INFO:journalctl@ceph.mgr.a.smithi100.stdout:Mar 21 13:35:43 smithi100 bash[21779]: debug 2024-03-21T13:35:43.853+0000 7f64ba35a200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-21T13:35:44.272 INFO:journalctl@ceph.mgr.a.smithi100.stdout:Mar 21 13:35:43 smithi100 bash[21779]: debug 2024-03-21T13:35:43.957+0000 7f64ba35a200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-21T13:35:44.772 INFO:journalctl@ceph.mgr.a.smithi100.stdout:Mar 21 13:35:44 smithi100 bash[21779]: debug 2024-03-21T13:35:44.309+0000 7f64ba35a200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-21T13:35:44.772 INFO:journalctl@ceph.mgr.a.smithi100.stdout:Mar 21 13:35:44 smithi100 bash[21779]: debug 2024-03-21T13:35:44.549+0000 7f64ba35a200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-21T13:35:45.191 INFO:journalctl@ceph.mgr.a.smithi100.stdout:Mar 21 13:35:44 smithi100 bash[21779]: debug 2024-03-21T13:35:44.805+0000 7f64ba35a200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-21T13:35:45.192 INFO:journalctl@ceph.mgr.a.smithi100.stdout:Mar 21 13:35:44 smithi100 bash[21779]: debug 2024-03-21T13:35:44.921+0000 7f64ba35a200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-21T13:35:45.522 INFO:journalctl@ceph.mgr.a.smithi100.stdout:Mar 21 13:35:45 smithi100 bash[21779]: debug 2024-03-21T13:35:45.189+0000 7f64ba35a200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-21T13:35:45.958 INFO:journalctl@ceph.mgr.a.smithi100.stdout:Mar 21 13:35:45 smithi100 bash[21779]: debug 2024-03-21T13:35:45.601+0000 7f64ba35a200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-21T13:35:45.958 INFO:journalctl@ceph.mgr.a.smithi100.stdout:Mar 21 13:35:45 smithi100 bash[21779]: debug 2024-03-21T13:35:45.837+0000 7f64ba35a200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-21T13:35:46.272 INFO:journalctl@ceph.mgr.a.smithi100.stdout:Mar 21 13:35:45 smithi100 bash[21779]: debug 2024-03-21T13:35:45.957+0000 7f64ba35a200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-21T13:35:46.272 INFO:journalctl@ceph.mgr.a.smithi100.stdout:Mar 21 13:35:46 smithi100 bash[21779]: debug 2024-03-21T13:35:46.205+0000 7f64ba35a200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-21T13:35:47.522 INFO:journalctl@ceph.mgr.a.smithi100.stdout:Mar 21 13:35:47 smithi100 bash[21779]: debug 2024-03-21T13:35:47.229+0000 7f64ba35a200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-21T13:35:47.522 INFO:journalctl@ceph.mgr.a.smithi100.stdout:Mar 21 13:35:47 smithi100 bash[21779]: debug 2024-03-21T13:35:47.345+0000 7f64ba35a200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-21T13:35:48.022 INFO:journalctl@ceph.mgr.a.smithi100.stdout:Mar 21 13:35:47 smithi100 bash[21779]: debug 2024-03-21T13:35:47.637+0000 7f64ba35a200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-21T13:35:48.022 INFO:journalctl@ceph.mgr.a.smithi100.stdout:Mar 21 13:35:47 smithi100 bash[21779]: debug 2024-03-21T13:35:47.749+0000 7f64ba35a200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-21T13:35:48.458 INFO:journalctl@ceph.mgr.a.smithi100.stdout:Mar 21 13:35:48 smithi100 bash[21779]: debug 2024-03-21T13:35:48.197+0000 7f64ba35a200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-21T13:35:48.459 INFO:journalctl@ceph.mgr.a.smithi100.stdout:Mar 21 13:35:48 smithi100 bash[21779]: debug 2024-03-21T13:35:48.317+0000 7f64ba35a200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-21T13:35:48.459 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:35:48 smithi100 bash[21523]: cluster 2024-03-21T13:35:48.340073+0000 mon.a (mon.0) 72 : cluster [INF] Active manager daemon a restarted 2024-03-21T13:35:48.459 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:35:48 smithi100 bash[21523]: cluster 2024-03-21T13:35:48.340539+0000 mon.a (mon.0) 73 : cluster [INF] Activating manager daemon a 2024-03-21T13:35:48.459 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:35:48 smithi100 bash[21523]: cluster 2024-03-21T13:35:48.347451+0000 mon.a (mon.0) 74 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-03-21T13:35:48.459 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:35:48 smithi100 bash[21523]: cluster 2024-03-21T13:35:48.347701+0000 mon.a (mon.0) 75 : cluster [DBG] mgrmap e10: a(active, starting, since 0.00735046s) 2024-03-21T13:35:48.459 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:35:48 smithi100 bash[21523]: audit 2024-03-21T13:35:48.348916+0000 mon.a (mon.0) 76 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:35:48.459 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:35:48 smithi100 bash[21523]: audit 2024-03-21T13:35:48.350561+0000 mon.a (mon.0) 77 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-21T13:35:48.459 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:35:48 smithi100 bash[21523]: audit 2024-03-21T13:35:48.351732+0000 mon.a (mon.0) 78 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-21T13:35:48.459 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:35:48 smithi100 bash[21523]: audit 2024-03-21T13:35:48.351843+0000 mon.a (mon.0) 79 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-21T13:35:48.459 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:35:48 smithi100 bash[21523]: audit 2024-03-21T13:35:48.352006+0000 mon.a (mon.0) 80 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-21T13:35:48.459 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:35:48 smithi100 bash[21523]: cluster 2024-03-21T13:35:48.376273+0000 mon.a (mon.0) 81 : cluster [INF] Manager daemon a is now available 2024-03-21T13:35:49.772 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:35:49 smithi100 bash[21523]: audit 2024-03-21T13:35:48.415285+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:35:49.772 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:35:49 smithi100 bash[21523]: audit 2024-03-21T13:35:48.433327+0000 mon.a (mon.0) 83 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-21T13:35:49.772 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:35:49 smithi100 bash[21523]: audit 2024-03-21T13:35:48.436823+0000 mon.a (mon.0) 84 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-21T13:35:49.772 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:35:49 smithi100 bash[21523]: cephadm 2024-03-21T13:35:48.739926+0000 mgr.a (mgr.14152) 1 : cephadm [INF] [21/Mar/2024:13:35:48] ENGINE Bus STARTING 2024-03-21T13:35:49.773 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:35:49 smithi100 bash[21523]: cephadm 2024-03-21T13:35:48.841921+0000 mgr.a (mgr.14152) 2 : cephadm [INF] [21/Mar/2024:13:35:48] ENGINE Serving on http://172.21.15.100:8765 2024-03-21T13:35:49.773 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:35:49 smithi100 bash[21523]: cephadm 2024-03-21T13:35:48.960371+0000 mgr.a (mgr.14152) 3 : cephadm [INF] [21/Mar/2024:13:35:48] ENGINE Serving on https://172.21.15.100:7150 2024-03-21T13:35:49.773 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:35:49 smithi100 bash[21523]: cephadm 2024-03-21T13:35:48.960582+0000 mgr.a (mgr.14152) 4 : cephadm [INF] [21/Mar/2024:13:35:48] ENGINE Bus STARTED 2024-03-21T13:35:49.773 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:35:49 smithi100 bash[21523]: cluster 2024-03-21T13:35:49.354248+0000 mon.a (mon.0) 85 : cluster [DBG] mgrmap e11: a(active, since 1.01389s) 2024-03-21T13:35:50.090 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout { 2024-03-21T13:35:50.090 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-03-21T13:35:50.091 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout "initialized": true 2024-03-21T13:35:50.091 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout } 2024-03-21T13:35:50.091 INFO:teuthology.orchestra.run.smithi100.stdout:mgr epoch 9 is available 2024-03-21T13:35:50.091 INFO:teuthology.orchestra.run.smithi100.stdout:Generating a dashboard self-signed certificate... 2024-03-21T13:35:50.763 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:35:50 smithi100 bash[21523]: audit 2024-03-21T13:35:49.351114+0000 mgr.a (mgr.14152) 5 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-03-21T13:35:50.763 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:35:50 smithi100 bash[21523]: audit 2024-03-21T13:35:49.365146+0000 mgr.a (mgr.14152) 6 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-03-21T13:35:51.703 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:35:51 smithi100 bash[21523]: cluster 2024-03-21T13:35:50.402163+0000 mon.a (mon.0) 86 : cluster [DBG] mgrmap e12: a(active, since 2s) 2024-03-21T13:35:52.086 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-03-21T13:35:52.087 INFO:teuthology.orchestra.run.smithi100.stdout:Creating initial admin user... 2024-03-21T13:35:52.771 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:35:52 smithi100 bash[21523]: audit 2024-03-21T13:35:51.329884+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-03-21T13:35:52.771 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:35:52 smithi100 bash[21523]: audit 2024-03-21T13:35:51.474023+0000 mon.a (mon.0) 87 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:35:52.771 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:35:52 smithi100 bash[21523]: audit 2024-03-21T13:35:51.479027+0000 mon.a (mon.0) 88 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:35:54.259 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$wwGLgTMl0YVWnBF8ALj0iupEpLrHr8RWRWmSjpBH7EXMsWJQ5aHPq", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1711028153, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-03-21T13:35:54.259 INFO:teuthology.orchestra.run.smithi100.stdout:Fetching dashboard port number... 2024-03-21T13:35:54.955 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:35:54 smithi100 bash[21523]: audit 2024-03-21T13:35:53.368372+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-03-21T13:35:54.955 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:35:54 smithi100 bash[21523]: audit 2024-03-21T13:35:53.619374+0000 mon.a (mon.0) 89 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:35:56.022 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:35:55 smithi100 bash[21523]: cluster 2024-03-21T13:35:54.624344+0000 mon.a (mon.0) 90 : cluster [DBG] mgrmap e13: a(active, since 6s) 2024-03-21T13:35:56.022 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:35:55 smithi100 bash[21523]: audit 2024-03-21T13:35:55.327234+0000 mon.a (mon.0) 91 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:35:56.022 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:35:55 smithi100 bash[21523]: audit 2024-03-21T13:35:55.529433+0000 mon.a (mon.0) 92 : audit [DBG] from='client.? 172.21.15.100:0/3617858679' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-03-21T13:35:56.197 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stdout 8443 2024-03-21T13:35:56.198 INFO:teuthology.orchestra.run.smithi100.stdout:firewalld does not appear to be present 2024-03-21T13:35:56.198 INFO:teuthology.orchestra.run.smithi100.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-03-21T13:35:56.199 INFO:teuthology.orchestra.run.smithi100.stdout:Ceph Dashboard is now available at: 2024-03-21T13:35:56.199 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-03-21T13:35:56.199 INFO:teuthology.orchestra.run.smithi100.stdout: URL: https://smithi100.front.sepia.ceph.com:8443/ 2024-03-21T13:35:56.199 INFO:teuthology.orchestra.run.smithi100.stdout: User: admin 2024-03-21T13:35:56.199 INFO:teuthology.orchestra.run.smithi100.stdout: Password: iuda33riyk 2024-03-21T13:35:56.199 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-03-21T13:35:56.200 INFO:teuthology.orchestra.run.smithi100.stdout:Saving cluster configuration to /var/lib/ceph/81d57e16-e787-11ee-95cd-87774f69a715/config directory 2024-03-21T13:35:56.200 INFO:teuthology.orchestra.run.smithi100.stdout:Enabling autotune for osd_memory_target 2024-03-21T13:35:57.772 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:35:57 smithi100 bash[21523]: audit 2024-03-21T13:35:56.525107+0000 mon.a (mon.0) 93 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:36:00.059 INFO:teuthology.orchestra.run.smithi100.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-03-21T13:36:00.059 INFO:teuthology.orchestra.run.smithi100.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-03-21T13:36:00.059 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-03-21T13:36:00.059 INFO:teuthology.orchestra.run.smithi100.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 81d57e16-e787-11ee-95cd-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-03-21T13:36:00.059 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-03-21T13:36:00.059 INFO:teuthology.orchestra.run.smithi100.stdout:Or, if you are only running a single cluster on this host: 2024-03-21T13:36:00.059 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-03-21T13:36:00.059 INFO:teuthology.orchestra.run.smithi100.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-03-21T13:36:00.060 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-03-21T13:36:00.060 INFO:teuthology.orchestra.run.smithi100.stdout:Please consider enabling telemetry to help improve Ceph: 2024-03-21T13:36:00.060 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-03-21T13:36:00.060 INFO:teuthology.orchestra.run.smithi100.stdout: ceph telemetry on 2024-03-21T13:36:00.060 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-03-21T13:36:00.060 INFO:teuthology.orchestra.run.smithi100.stdout:For more information see: 2024-03-21T13:36:00.060 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-03-21T13:36:00.060 INFO:teuthology.orchestra.run.smithi100.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-03-21T13:36:00.060 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-03-21T13:36:00.060 INFO:teuthology.orchestra.run.smithi100.stdout:Bootstrap complete. 2024-03-21T13:36:00.104 INFO:tasks.cephadm:Fetching config... 2024-03-21T13:36:00.104 DEBUG:teuthology.orchestra.run.smithi100:> set -ex 2024-03-21T13:36:00.104 DEBUG:teuthology.orchestra.run.smithi100:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-03-21T13:36:00.110 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-03-21T13:36:00.110 DEBUG:teuthology.orchestra.run.smithi100:> set -ex 2024-03-21T13:36:00.110 DEBUG:teuthology.orchestra.run.smithi100:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-03-21T13:36:00.157 INFO:tasks.cephadm:Fetching mon keyring... 2024-03-21T13:36:00.157 DEBUG:teuthology.orchestra.run.smithi100:> set -ex 2024-03-21T13:36:00.157 DEBUG:teuthology.orchestra.run.smithi100:> sudo dd if=/var/lib/ceph/81d57e16-e787-11ee-95cd-87774f69a715/mon.a/keyring of=/dev/stdout 2024-03-21T13:36:00.216 INFO:tasks.cephadm:Fetching pub ssh key... 2024-03-21T13:36:00.216 DEBUG:teuthology.orchestra.run.smithi100:> set -ex 2024-03-21T13:36:00.216 DEBUG:teuthology.orchestra.run.smithi100:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-03-21T13:36:00.265 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-03-21T13:36:00.265 DEBUG:teuthology.orchestra.run.smithi100:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCuNX/WgRsRBpKsTlhkNCsTtYnv7pax46eAKYUDWybRrbFM0+H+GzXW5qi1O36TALoK0OxuF+AYsmk8yDhtcCSj3GeQGcj1/iztG/XE7hh4QF3Ek0alRrE+REy0BRigW4ulmLUh3g7aTD0GSEzmD6GRjxI++fo9nr9ERH4jnlG0dWAYpLSxKKHeIqHNectzgt7Wlv11ZwMqDklRtmVyUOicEZMEsn3ehX6+OskqEDRgrHAiA+6u3uF2AlC0AWzweVPk1cW5za8uR0cSnRtrLzLyF//Wm4jk83gsaef3meFL+DV/+MsV7wd+4+Kxs9ynQzP7MAZBNEpUIJpXgybYEXvcyeTFuYicP3n76uTA4ACCzvUmZbyawDnm+0zjFWL2wLUI+BOYLEpDWcb8eSe54p8COGN4SF/P/G4G/4z/CZQr+5HnvUMC7U9ifzXErdUpuWuGk/w5zMy3b4fVbJGc2tNjFAlwegiivqwUGfAFhI5o29EmnbiAQ+MxeFwcH4rsxx0= ceph-81d57e16-e787-11ee-95cd-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-03-21T13:36:00.330 INFO:teuthology.orchestra.run.smithi100.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCuNX/WgRsRBpKsTlhkNCsTtYnv7pax46eAKYUDWybRrbFM0+H+GzXW5qi1O36TALoK0OxuF+AYsmk8yDhtcCSj3GeQGcj1/iztG/XE7hh4QF3Ek0alRrE+REy0BRigW4ulmLUh3g7aTD0GSEzmD6GRjxI++fo9nr9ERH4jnlG0dWAYpLSxKKHeIqHNectzgt7Wlv11ZwMqDklRtmVyUOicEZMEsn3ehX6+OskqEDRgrHAiA+6u3uF2AlC0AWzweVPk1cW5za8uR0cSnRtrLzLyF//Wm4jk83gsaef3meFL+DV/+MsV7wd+4+Kxs9ynQzP7MAZBNEpUIJpXgybYEXvcyeTFuYicP3n76uTA4ACCzvUmZbyawDnm+0zjFWL2wLUI+BOYLEpDWcb8eSe54p8COGN4SF/P/G4G/4z/CZQr+5HnvUMC7U9ifzXErdUpuWuGk/w5zMy3b4fVbJGc2tNjFAlwegiivqwUGfAFhI5o29EmnbiAQ+MxeFwcH4rsxx0= ceph-81d57e16-e787-11ee-95cd-87774f69a715 2024-03-21T13:36:00.339 DEBUG:teuthology.orchestra.run.smithi170:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCuNX/WgRsRBpKsTlhkNCsTtYnv7pax46eAKYUDWybRrbFM0+H+GzXW5qi1O36TALoK0OxuF+AYsmk8yDhtcCSj3GeQGcj1/iztG/XE7hh4QF3Ek0alRrE+REy0BRigW4ulmLUh3g7aTD0GSEzmD6GRjxI++fo9nr9ERH4jnlG0dWAYpLSxKKHeIqHNectzgt7Wlv11ZwMqDklRtmVyUOicEZMEsn3ehX6+OskqEDRgrHAiA+6u3uF2AlC0AWzweVPk1cW5za8uR0cSnRtrLzLyF//Wm4jk83gsaef3meFL+DV/+MsV7wd+4+Kxs9ynQzP7MAZBNEpUIJpXgybYEXvcyeTFuYicP3n76uTA4ACCzvUmZbyawDnm+0zjFWL2wLUI+BOYLEpDWcb8eSe54p8COGN4SF/P/G4G/4z/CZQr+5HnvUMC7U9ifzXErdUpuWuGk/w5zMy3b4fVbJGc2tNjFAlwegiivqwUGfAFhI5o29EmnbiAQ+MxeFwcH4rsxx0= ceph-81d57e16-e787-11ee-95cd-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-03-21T13:36:00.361 INFO:teuthology.orchestra.run.smithi170.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCuNX/WgRsRBpKsTlhkNCsTtYnv7pax46eAKYUDWybRrbFM0+H+GzXW5qi1O36TALoK0OxuF+AYsmk8yDhtcCSj3GeQGcj1/iztG/XE7hh4QF3Ek0alRrE+REy0BRigW4ulmLUh3g7aTD0GSEzmD6GRjxI++fo9nr9ERH4jnlG0dWAYpLSxKKHeIqHNectzgt7Wlv11ZwMqDklRtmVyUOicEZMEsn3ehX6+OskqEDRgrHAiA+6u3uF2AlC0AWzweVPk1cW5za8uR0cSnRtrLzLyF//Wm4jk83gsaef3meFL+DV/+MsV7wd+4+Kxs9ynQzP7MAZBNEpUIJpXgybYEXvcyeTFuYicP3n76uTA4ACCzvUmZbyawDnm+0zjFWL2wLUI+BOYLEpDWcb8eSe54p8COGN4SF/P/G4G/4z/CZQr+5HnvUMC7U9ifzXErdUpuWuGk/w5zMy3b4fVbJGc2tNjFAlwegiivqwUGfAFhI5o29EmnbiAQ+MxeFwcH4rsxx0= ceph-81d57e16-e787-11ee-95cd-87774f69a715 2024-03-21T13:36:00.371 DEBUG:teuthology.orchestra.run.smithi186:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCuNX/WgRsRBpKsTlhkNCsTtYnv7pax46eAKYUDWybRrbFM0+H+GzXW5qi1O36TALoK0OxuF+AYsmk8yDhtcCSj3GeQGcj1/iztG/XE7hh4QF3Ek0alRrE+REy0BRigW4ulmLUh3g7aTD0GSEzmD6GRjxI++fo9nr9ERH4jnlG0dWAYpLSxKKHeIqHNectzgt7Wlv11ZwMqDklRtmVyUOicEZMEsn3ehX6+OskqEDRgrHAiA+6u3uF2AlC0AWzweVPk1cW5za8uR0cSnRtrLzLyF//Wm4jk83gsaef3meFL+DV/+MsV7wd+4+Kxs9ynQzP7MAZBNEpUIJpXgybYEXvcyeTFuYicP3n76uTA4ACCzvUmZbyawDnm+0zjFWL2wLUI+BOYLEpDWcb8eSe54p8COGN4SF/P/G4G/4z/CZQr+5HnvUMC7U9ifzXErdUpuWuGk/w5zMy3b4fVbJGc2tNjFAlwegiivqwUGfAFhI5o29EmnbiAQ+MxeFwcH4rsxx0= ceph-81d57e16-e787-11ee-95cd-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-03-21T13:36:00.394 INFO:teuthology.orchestra.run.smithi186.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCuNX/WgRsRBpKsTlhkNCsTtYnv7pax46eAKYUDWybRrbFM0+H+GzXW5qi1O36TALoK0OxuF+AYsmk8yDhtcCSj3GeQGcj1/iztG/XE7hh4QF3Ek0alRrE+REy0BRigW4ulmLUh3g7aTD0GSEzmD6GRjxI++fo9nr9ERH4jnlG0dWAYpLSxKKHeIqHNectzgt7Wlv11ZwMqDklRtmVyUOicEZMEsn3ehX6+OskqEDRgrHAiA+6u3uF2AlC0AWzweVPk1cW5za8uR0cSnRtrLzLyF//Wm4jk83gsaef3meFL+DV/+MsV7wd+4+Kxs9ynQzP7MAZBNEpUIJpXgybYEXvcyeTFuYicP3n76uTA4ACCzvUmZbyawDnm+0zjFWL2wLUI+BOYLEpDWcb8eSe54p8COGN4SF/P/G4G/4z/CZQr+5HnvUMC7U9ifzXErdUpuWuGk/w5zMy3b4fVbJGc2tNjFAlwegiivqwUGfAFhI5o29EmnbiAQ+MxeFwcH4rsxx0= ceph-81d57e16-e787-11ee-95cd-87774f69a715 2024-03-21T13:36:00.404 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ba760091cd7bd2b0d23f4825ac856ba66450e988 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81d57e16-e787-11ee-95cd-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-03-21T13:36:00.772 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:36:00 smithi100 bash[21523]: audit 2024-03-21T13:35:59.470622+0000 mon.a (mon.0) 94 : audit [INF] from='client.? 172.21.15.100:0/3532317054' entity='client.admin' 2024-03-21T13:36:05.060 INFO:teuthology.orchestra.run.smithi100.stderr:Inferring config /var/lib/ceph/81d57e16-e787-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T13:36:08.817 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-03-21T13:36:08.817 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ba760091cd7bd2b0d23f4825ac856ba66450e988 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81d57e16-e787-11ee-95cd-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-03-21T13:36:09.022 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:36:08 smithi100 bash[21523]: audit 2024-03-21T13:36:07.769713+0000 mon.a (mon.0) 95 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:36:09.022 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:36:08 smithi100 bash[21523]: audit 2024-03-21T13:36:07.772907+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:36:09.022 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:36:08 smithi100 bash[21523]: audit 2024-03-21T13:36:07.773808+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi100", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:36:09.022 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:36:08 smithi100 bash[21523]: audit 2024-03-21T13:36:07.778029+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:36:09.022 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:36:08 smithi100 bash[21523]: audit 2024-03-21T13:36:07.811412+0000 mon.a (mon.0) 99 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:36:09.022 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:36:08 smithi100 bash[21523]: audit 2024-03-21T13:36:07.816286+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:36:09.022 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:36:08 smithi100 bash[21523]: audit 2024-03-21T13:36:08.097491+0000 mon.a (mon.0) 101 : audit [INF] from='client.? 172.21.15.100:0/3516101082' entity='client.admin' 2024-03-21T13:36:09.022 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:36:08 smithi100 bash[21523]: audit 2024-03-21T13:36:08.147455+0000 mon.a (mon.0) 102 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:36:09.022 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:36:08 smithi100 bash[21523]: audit 2024-03-21T13:36:08.151223+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:36:10.522 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:36:10 smithi100 bash[21523]: cluster 2024-03-21T13:36:08.353375+0000 mgr.a (mgr.14152) 9 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:36:12.522 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:36:12 smithi100 bash[21523]: cluster 2024-03-21T13:36:10.353778+0000 mgr.a (mgr.14152) 10 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:36:13.528 INFO:teuthology.orchestra.run.smithi100.stderr:Inferring config /var/lib/ceph/81d57e16-e787-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T13:36:14.477 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:36:14 smithi100 bash[21523]: cluster 2024-03-21T13:36:12.354243+0000 mgr.a (mgr.14152) 11 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:36:16.522 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:36:16 smithi100 bash[21523]: cluster 2024-03-21T13:36:14.354582+0000 mgr.a (mgr.14152) 12 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:36:16.522 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:36:16 smithi100 bash[21523]: audit 2024-03-21T13:36:16.147875+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:36:16.522 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:36:16 smithi100 bash[21523]: audit 2024-03-21T13:36:16.151480+0000 mon.a (mon.0) 105 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:36:16.522 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:36:16 smithi100 bash[21523]: audit 2024-03-21T13:36:16.153225+0000 mon.a (mon.0) 106 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:36:16.522 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:36:16 smithi100 bash[21523]: audit 2024-03-21T13:36:16.154017+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:36:16.869 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi170 2024-03-21T13:36:16.870 DEBUG:teuthology.orchestra.run.smithi170:> set -ex 2024-03-21T13:36:16.870 DEBUG:teuthology.orchestra.run.smithi170:> dd of=/etc/ceph/ceph.conf 2024-03-21T13:36:16.876 DEBUG:teuthology.orchestra.run.smithi170:> set -ex 2024-03-21T13:36:16.876 DEBUG:teuthology.orchestra.run.smithi170:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-21T13:36:16.921 INFO:tasks.cephadm:Adding host smithi170 to orchestrator... 2024-03-21T13:36:16.921 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ba760091cd7bd2b0d23f4825ac856ba66450e988 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81d57e16-e787-11ee-95cd-87774f69a715 -- ceph orch host add smithi170 2024-03-21T13:36:17.522 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:36:17 smithi100 bash[21523]: audit 2024-03-21T13:36:16.142671+0000 mgr.a (mgr.14152) 13 : 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-03-21T13:36:17.522 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:36:17 smithi100 bash[21523]: cephadm 2024-03-21T13:36:16.155243+0000 mgr.a (mgr.14152) 14 : cephadm [INF] Updating smithi100:/etc/ceph/ceph.conf 2024-03-21T13:36:17.522 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:36:17 smithi100 bash[21523]: cephadm 2024-03-21T13:36:16.269519+0000 mgr.a (mgr.14152) 15 : cephadm [INF] Updating smithi100:/var/lib/ceph/81d57e16-e787-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:36:17.522 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:36:17 smithi100 bash[21523]: audit 2024-03-21T13:36:16.817228+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:36:17.522 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:36:17 smithi100 bash[21523]: audit 2024-03-21T13:36:16.821215+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:36:17.522 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:36:17 smithi100 bash[21523]: audit 2024-03-21T13:36:16.825361+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:36:18.522 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:36:18 smithi100 bash[21523]: cluster 2024-03-21T13:36:16.354948+0000 mgr.a (mgr.14152) 16 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:36:18.522 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:36:18 smithi100 bash[21523]: cephadm 2024-03-21T13:36:16.383447+0000 mgr.a (mgr.14152) 17 : cephadm [INF] Updating smithi100:/etc/ceph/ceph.client.admin.keyring 2024-03-21T13:36:18.522 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:36:18 smithi100 bash[21523]: cephadm 2024-03-21T13:36:16.647967+0000 mgr.a (mgr.14152) 18 : cephadm [INF] Updating smithi100:/var/lib/ceph/81d57e16-e787-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T13:36:20.522 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:36:20 smithi100 bash[21523]: cluster 2024-03-21T13:36:18.355357+0000 mgr.a (mgr.14152) 19 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:36:21.626 INFO:teuthology.orchestra.run.smithi100.stderr:Inferring config /var/lib/ceph/81d57e16-e787-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T13:36:22.456 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:36:22 smithi100 bash[21523]: cluster 2024-03-21T13:36:20.355755+0000 mgr.a (mgr.14152) 20 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:36:24.522 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:36:24 smithi100 bash[21523]: cluster 2024-03-21T13:36:22.356118+0000 mgr.a (mgr.14152) 21 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:36:26.522 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:36:26 smithi100 bash[21523]: cluster 2024-03-21T13:36:24.356482+0000 mgr.a (mgr.14152) 22 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:36:26.522 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:36:26 smithi100 bash[21523]: audit 2024-03-21T13:36:24.418523+0000 mgr.a (mgr.14152) 23 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi170", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:36:26.522 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:36:26 smithi100 bash[21523]: cephadm 2024-03-21T13:36:25.124547+0000 mgr.a (mgr.14152) 24 : cephadm [INF] Deploying cephadm binary to smithi170 2024-03-21T13:36:28.522 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:36:28 smithi100 bash[21523]: cluster 2024-03-21T13:36:26.356849+0000 mgr.a (mgr.14152) 25 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:36:30.373 INFO:teuthology.orchestra.run.smithi100.stdout:Added host 'smithi170' with addr '172.21.15.170' 2024-03-21T13:36:30.445 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:36:30 smithi100 bash[21523]: cluster 2024-03-21T13:36:28.357265+0000 mgr.a (mgr.14152) 26 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:36:31.084 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ba760091cd7bd2b0d23f4825ac856ba66450e988 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81d57e16-e787-11ee-95cd-87774f69a715 -- ceph orch host ls --format=json 2024-03-21T13:36:31.772 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:36:31 smithi100 bash[21523]: cluster 2024-03-21T13:36:30.357692+0000 mgr.a (mgr.14152) 27 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:36:31.772 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:36:31 smithi100 bash[21523]: audit 2024-03-21T13:36:30.372910+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:36:31.772 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:36:31 smithi100 bash[21523]: cephadm 2024-03-21T13:36:30.373846+0000 mgr.a (mgr.14152) 28 : cephadm [INF] Added host smithi170 2024-03-21T13:36:31.772 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:36:31 smithi100 bash[21523]: audit 2024-03-21T13:36:30.418254+0000 mon.a (mon.0) 112 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:36:31.772 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:36:31 smithi100 bash[21523]: audit 2024-03-21T13:36:30.891020+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:36:33.772 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:36:33 smithi100 bash[21523]: cluster 2024-03-21T13:36:32.358125+0000 mgr.a (mgr.14152) 29 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:36:33.772 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:36:33 smithi100 bash[21523]: audit 2024-03-21T13:36:32.365899+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:36:35.022 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:36:34 smithi100 bash[21523]: audit 2024-03-21T13:36:33.566637+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:36:35.795 INFO:teuthology.orchestra.run.smithi100.stderr:Inferring config /var/lib/ceph/81d57e16-e787-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T13:36:36.022 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:36:35 smithi100 bash[21523]: cluster 2024-03-21T13:36:34.358490+0000 mgr.a (mgr.14152) 30 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:36:37.772 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:36:37 smithi100 bash[21523]: cluster 2024-03-21T13:36:36.358849+0000 mgr.a (mgr.14152) 31 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:36:38.543 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-03-21T13:36:38.543 INFO:teuthology.orchestra.run.smithi100.stdout:[{"addr": "172.21.15.100", "hostname": "smithi100", "labels": [], "status": ""}, {"addr": "172.21.15.170", "hostname": "smithi170", "labels": [], "status": ""}] 2024-03-21T13:36:39.219 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi186 2024-03-21T13:36:39.220 DEBUG:teuthology.orchestra.run.smithi186:> set -ex 2024-03-21T13:36:39.220 DEBUG:teuthology.orchestra.run.smithi186:> dd of=/etc/ceph/ceph.conf 2024-03-21T13:36:39.226 DEBUG:teuthology.orchestra.run.smithi186:> set -ex 2024-03-21T13:36:39.226 DEBUG:teuthology.orchestra.run.smithi186:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-21T13:36:39.272 INFO:tasks.cephadm:Adding host smithi186 to orchestrator... 2024-03-21T13:36:39.272 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ba760091cd7bd2b0d23f4825ac856ba66450e988 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81d57e16-e787-11ee-95cd-87774f69a715 -- ceph orch host add smithi186 2024-03-21T13:36:39.773 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:36:39 smithi100 bash[21523]: cluster 2024-03-21T13:36:38.359117+0000 mgr.a (mgr.14152) 32 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:36:39.773 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:36:39 smithi100 bash[21523]: audit 2024-03-21T13:36:38.500445+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:36:39.773 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:36:39 smithi100 bash[21523]: audit 2024-03-21T13:36:38.505516+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:36:39.773 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:36:39 smithi100 bash[21523]: audit 2024-03-21T13:36:38.513470+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:36:39.773 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:36:39 smithi100 bash[21523]: audit 2024-03-21T13:36:38.518552+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:36:39.773 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:36:39 smithi100 bash[21523]: audit 2024-03-21T13:36:38.519894+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi170", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:36:39.773 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:36:39 smithi100 bash[21523]: audit 2024-03-21T13:36:38.521750+0000 mon.a (mon.0) 121 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:36:39.773 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:36:39 smithi100 bash[21523]: audit 2024-03-21T13:36:38.523074+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:36:39.773 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:36:39 smithi100 bash[21523]: cephadm 2024-03-21T13:36:38.525114+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Updating smithi170:/etc/ceph/ceph.conf 2024-03-21T13:36:39.774 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:36:39 smithi100 bash[21523]: audit 2024-03-21T13:36:38.543773+0000 mgr.a (mgr.14152) 34 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T13:36:39.774 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:36:39 smithi100 bash[21523]: cephadm 2024-03-21T13:36:38.690007+0000 mgr.a (mgr.14152) 35 : cephadm [INF] Updating smithi170:/var/lib/ceph/81d57e16-e787-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:36:39.774 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:36:39 smithi100 bash[21523]: cephadm 2024-03-21T13:36:38.855559+0000 mgr.a (mgr.14152) 36 : cephadm [INF] Updating smithi170:/etc/ceph/ceph.client.admin.keyring 2024-03-21T13:36:39.774 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:36:39 smithi100 bash[21523]: cephadm 2024-03-21T13:36:39.020730+0000 mgr.a (mgr.14152) 37 : cephadm [INF] Updating smithi170:/var/lib/ceph/81d57e16-e787-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T13:36:39.774 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:36:39 smithi100 bash[21523]: audit 2024-03-21T13:36:39.190971+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:36:39.774 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:36:39 smithi100 bash[21523]: audit 2024-03-21T13:36:39.199369+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:36:39.774 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:36:39 smithi100 bash[21523]: audit 2024-03-21T13:36:39.206118+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:36:41.772 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:36:41 smithi100 bash[21523]: cluster 2024-03-21T13:36:40.359506+0000 mgr.a (mgr.14152) 38 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:36:43.772 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:36:43 smithi100 bash[21523]: cluster 2024-03-21T13:36:42.359872+0000 mgr.a (mgr.14152) 39 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:36:43.975 INFO:teuthology.orchestra.run.smithi100.stderr:Inferring config /var/lib/ceph/81d57e16-e787-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T13:36:45.772 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:36:45 smithi100 bash[21523]: cluster 2024-03-21T13:36:44.360241+0000 mgr.a (mgr.14152) 40 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:36:47.772 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:36:47 smithi100 bash[21523]: cluster 2024-03-21T13:36:46.360531+0000 mgr.a (mgr.14152) 41 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:36:47.772 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:36:47 smithi100 bash[21523]: audit 2024-03-21T13:36:46.651396+0000 mgr.a (mgr.14152) 42 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi186", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:36:48.772 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:36:48 smithi100 bash[21523]: cephadm 2024-03-21T13:36:47.398880+0000 mgr.a (mgr.14152) 43 : cephadm [INF] Deploying cephadm binary to smithi186 2024-03-21T13:36:49.772 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:36:49 smithi100 bash[21523]: cluster 2024-03-21T13:36:48.360923+0000 mgr.a (mgr.14152) 44 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:36:51.772 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:36:51 smithi100 bash[21523]: cluster 2024-03-21T13:36:50.361405+0000 mgr.a (mgr.14152) 45 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:36:52.612 INFO:teuthology.orchestra.run.smithi100.stdout:Added host 'smithi186' with addr '172.21.15.186' 2024-03-21T13:36:53.305 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ba760091cd7bd2b0d23f4825ac856ba66450e988 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81d57e16-e787-11ee-95cd-87774f69a715 -- ceph orch host ls --format=json 2024-03-21T13:36:54.022 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:36:53 smithi100 bash[21523]: cluster 2024-03-21T13:36:52.361908+0000 mgr.a (mgr.14152) 46 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:36:54.022 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:36:53 smithi100 bash[21523]: audit 2024-03-21T13:36:52.611946+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:36:54.022 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:36:53 smithi100 bash[21523]: cephadm 2024-03-21T13:36:52.612842+0000 mgr.a (mgr.14152) 47 : cephadm [INF] Added host smithi186 2024-03-21T13:36:54.022 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:36:53 smithi100 bash[21523]: audit 2024-03-21T13:36:52.618141+0000 mon.a (mon.0) 127 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:36:54.022 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:36:53 smithi100 bash[21523]: audit 2024-03-21T13:36:53.090339+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:36:56.022 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:36:55 smithi100 bash[21523]: cluster 2024-03-21T13:36:54.362343+0000 mgr.a (mgr.14152) 48 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:36:56.022 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:36:55 smithi100 bash[21523]: audit 2024-03-21T13:36:54.619004+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:36:57.273 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:36:56 smithi100 bash[21523]: audit 2024-03-21T13:36:55.774648+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:36:58.016 INFO:teuthology.orchestra.run.smithi100.stderr:Inferring config /var/lib/ceph/81d57e16-e787-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T13:36:58.037 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:36:57 smithi100 bash[21523]: cluster 2024-03-21T13:36:56.362698+0000 mgr.a (mgr.14152) 49 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:37:00.022 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:36:59 smithi100 bash[21523]: cluster 2024-03-21T13:36:58.363177+0000 mgr.a (mgr.14152) 50 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:37:00.752 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-03-21T13:37:00.752 INFO:teuthology.orchestra.run.smithi100.stdout:[{"addr": "172.21.15.100", "hostname": "smithi100", "labels": [], "status": ""}, {"addr": "172.21.15.170", "hostname": "smithi170", "labels": [], "status": ""}, {"addr": "172.21.15.186", "hostname": "smithi186", "labels": [], "status": ""}] 2024-03-21T13:37:01.440 INFO:tasks.cephadm:Setting crush tunables to default 2024-03-21T13:37:01.440 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ba760091cd7bd2b0d23f4825ac856ba66450e988 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81d57e16-e787-11ee-95cd-87774f69a715 -- ceph osd crush tunables default 2024-03-21T13:37:02.522 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:02 smithi100 bash[21523]: cluster 2024-03-21T13:37:00.363507+0000 mgr.a (mgr.14152) 51 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:37:02.523 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:02 smithi100 bash[21523]: audit 2024-03-21T13:37:00.751576+0000 mgr.a (mgr.14152) 52 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T13:37:02.523 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:02 smithi100 bash[21523]: audit 2024-03-21T13:37:01.159981+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:02.523 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:02 smithi100 bash[21523]: audit 2024-03-21T13:37:01.165435+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:02.523 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:02 smithi100 bash[21523]: audit 2024-03-21T13:37:01.171848+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:02.523 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:02 smithi100 bash[21523]: audit 2024-03-21T13:37:01.177068+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:02.523 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:02 smithi100 bash[21523]: audit 2024-03-21T13:37:01.178827+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi186", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:37:02.523 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:02 smithi100 bash[21523]: audit 2024-03-21T13:37:01.180832+0000 mon.a (mon.0) 136 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:37:02.523 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:02 smithi100 bash[21523]: audit 2024-03-21T13:37:01.182556+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:37:02.523 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:02 smithi100 bash[21523]: cephadm 2024-03-21T13:37:01.185374+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi186:/etc/ceph/ceph.conf 2024-03-21T13:37:02.523 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:02 smithi100 bash[21523]: audit 2024-03-21T13:37:02.120853+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:02.523 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:02 smithi100 bash[21523]: audit 2024-03-21T13:37:02.125997+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:02.523 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:02 smithi100 bash[21523]: audit 2024-03-21T13:37:02.131385+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:03.522 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:03 smithi100 bash[21523]: cephadm 2024-03-21T13:37:01.401266+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi186:/var/lib/ceph/81d57e16-e787-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:37:03.522 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:03 smithi100 bash[21523]: cephadm 2024-03-21T13:37:01.615997+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Updating smithi186:/etc/ceph/ceph.client.admin.keyring 2024-03-21T13:37:03.522 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:03 smithi100 bash[21523]: cephadm 2024-03-21T13:37:02.001559+0000 mgr.a (mgr.14152) 56 : cephadm [INF] Updating smithi186:/var/lib/ceph/81d57e16-e787-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T13:37:04.522 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:04 smithi100 bash[21523]: cluster 2024-03-21T13:37:02.363866+0000 mgr.a (mgr.14152) 57 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:37:06.150 INFO:teuthology.orchestra.run.smithi100.stderr:Inferring config /var/lib/ceph/81d57e16-e787-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T13:37:06.522 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:06 smithi100 bash[21523]: cluster 2024-03-21T13:37:04.364279+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:37:08.468 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:08 smithi100 bash[21523]: cluster 2024-03-21T13:37:06.364620+0000 mgr.a (mgr.14152) 59 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:37:09.175 INFO:teuthology.orchestra.run.smithi100.stderr:adjusted tunables profile to default 2024-03-21T13:37:09.449 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:09 smithi100 bash[21523]: audit 2024-03-21T13:37:08.870476+0000 mon.a (mon.0) 141 : audit [INF] from='client.? 172.21.15.100:0/1209752736' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-03-21T13:37:09.869 INFO:tasks.cephadm:Adding mon.a on smithi100 2024-03-21T13:37:09.870 INFO:tasks.cephadm:Adding mon.b on smithi170 2024-03-21T13:37:09.870 INFO:tasks.cephadm:Adding mon.c on smithi186 2024-03-21T13:37:09.870 DEBUG:teuthology.orchestra.run.smithi186:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ba760091cd7bd2b0d23f4825ac856ba66450e988 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81d57e16-e787-11ee-95cd-87774f69a715 -- ceph orch apply mon '3;smithi100:172.21.15.100=a;smithi170:172.21.15.170=b;smithi186:172.21.15.186=c' 2024-03-21T13:37:10.522 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:10 smithi100 bash[21523]: cluster 2024-03-21T13:37:08.365021+0000 mgr.a (mgr.14152) 60 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:37:10.522 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:10 smithi100 bash[21523]: audit 2024-03-21T13:37:09.172089+0000 mon.a (mon.0) 142 : audit [INF] from='client.? 172.21.15.100:0/1209752736' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-03-21T13:37:10.522 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:10 smithi100 bash[21523]: cluster 2024-03-21T13:37:09.176347+0000 mon.a (mon.0) 143 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-21T13:37:11.084 INFO:teuthology.orchestra.run.smithi186.stderr:Inferring config /var/lib/ceph/81d57e16-e787-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:37:12.522 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:12 smithi100 bash[21523]: cluster 2024-03-21T13:37:10.365417+0000 mgr.a (mgr.14152) 61 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:37:13.613 INFO:teuthology.orchestra.run.smithi186.stdout:Scheduled mon update... 2024-03-21T13:37:14.187 DEBUG:teuthology.orchestra.run.smithi170:mon.b> sudo journalctl -f -n 0 -u ceph-81d57e16-e787-11ee-95cd-87774f69a715@mon.b.service 2024-03-21T13:37:14.190 DEBUG:teuthology.orchestra.run.smithi186:mon.c> sudo journalctl -f -n 0 -u ceph-81d57e16-e787-11ee-95cd-87774f69a715@mon.c.service 2024-03-21T13:37:14.192 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-03-21T13:37:14.192 DEBUG:teuthology.orchestra.run.smithi186:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ba760091cd7bd2b0d23f4825ac856ba66450e988 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81d57e16-e787-11ee-95cd-87774f69a715 -- ceph mon dump -f json 2024-03-21T13:37:14.522 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:14 smithi100 bash[21523]: cluster 2024-03-21T13:37:12.365800+0000 mgr.a (mgr.14152) 62 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:37:14.522 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:14 smithi100 bash[21523]: audit 2024-03-21T13:37:13.612213+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:14.522 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:14 smithi100 bash[21523]: audit 2024-03-21T13:37:13.621863+0000 mon.a (mon.0) 145 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:37:15.452 INFO:teuthology.orchestra.run.smithi186.stderr:Inferring config /var/lib/ceph/81d57e16-e787-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:37:15.522 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:15 smithi100 bash[21523]: audit 2024-03-21T13:37:13.598662+0000 mgr.a (mgr.14152) 63 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi100:172.21.15.100=a;smithi170:172.21.15.170=b;smithi186:172.21.15.186=c", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:37:15.522 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:15 smithi100 bash[21523]: cephadm 2024-03-21T13:37:13.604129+0000 mgr.a (mgr.14152) 64 : cephadm [INF] Saving service mon spec with placement smithi100:172.21.15.100=a;smithi170:172.21.15.170=b;smithi186:172.21.15.186=c;count:3 2024-03-21T13:37:15.522 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:15 smithi100 bash[21523]: audit 2024-03-21T13:37:14.300885+0000 mon.a (mon.0) 146 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:37:15.522 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:15 smithi100 bash[21523]: audit 2024-03-21T13:37:14.302675+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:37:15.522 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:15 smithi100 bash[21523]: audit 2024-03-21T13:37:14.310620+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:15.522 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:15 smithi100 bash[21523]: audit 2024-03-21T13:37:14.314405+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T13:37:15.522 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:15 smithi100 bash[21523]: audit 2024-03-21T13:37:14.315894+0000 mon.a (mon.0) 150 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:37:15.522 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:15 smithi100 bash[21523]: cephadm 2024-03-21T13:37:14.317705+0000 mgr.a (mgr.14152) 65 : cephadm [INF] Deploying daemon mon.c on smithi186 2024-03-21T13:37:16.772 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:16 smithi100 bash[21523]: cluster 2024-03-21T13:37:14.366201+0000 mgr.a (mgr.14152) 66 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:37:18.772 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:18 smithi100 bash[21523]: cluster 2024-03-21T13:37:16.366610+0000 mgr.a (mgr.14152) 67 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:37:19.819 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-03-21T13:37:19.819 INFO:teuthology.orchestra.run.smithi186.stdout:{"epoch":1,"fsid":"81d57e16-e787-11ee-95cd-87774f69a715","modified":"2024-03-21T13:34:37.332497Z","created":"2024-03-21T13:34:37.332497Z","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.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-03-21T13:37:19.821 INFO:teuthology.orchestra.run.smithi186.stderr:dumped monmap epoch 1 2024-03-21T13:37:20.187 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:20 smithi186 systemd[1]: Started Ceph mon.c for 81d57e16-e787-11ee-95cd-87774f69a715. 2024-03-21T13:37:20.772 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:20 smithi100 bash[21523]: cluster 2024-03-21T13:37:18.366994+0000 mgr.a (mgr.14152) 68 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:37:20.772 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:20 smithi100 bash[21523]: audit 2024-03-21T13:37:19.820220+0000 mon.a (mon.0) 151 : audit [DBG] from='client.? 172.21.15.186:0/4096984366' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-21T13:37:20.772 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:20 smithi100 bash[21523]: audit 2024-03-21T13:37:20.220031+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:20.772 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:20 smithi100 bash[21523]: audit 2024-03-21T13:37:20.225767+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:20.773 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:20 smithi100 bash[21523]: audit 2024-03-21T13:37:20.251892+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:20.773 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:20 smithi100 bash[21523]: audit 2024-03-21T13:37:20.253354+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T13:37:20.773 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:20 smithi100 bash[21523]: audit 2024-03-21T13:37:20.255209+0000 mon.a (mon.0) 156 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:37:21.366 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.140+0000 7f535a744c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-03-21T13:37:21.367 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.140+0000 7f535a744c80 0 ceph version 19.0.0-2309-gba760091 (ba760091cd7bd2b0d23f4825ac856ba66450e988) squid (dev), process ceph-mon, pid 7 2024-03-21T13:37:21.367 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.140+0000 7f535a744c80 0 pidfile_write: ignore empty --pid-file 2024-03-21T13:37:21.367 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 0 load: jerasure load: lrc 2024-03-21T13:37:21.367 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: RocksDB version: 7.9.2 2024-03-21T13:37:21.367 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Git sha 0 2024-03-21T13:37:21.367 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Compile date 2024-03-21 04:02:31 2024-03-21T13:37:21.367 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: DB SUMMARY 2024-03-21T13:37:21.367 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: DB Session ID: T69FRRODCZY10XMHMSCR 2024-03-21T13:37:21.367 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: CURRENT file: CURRENT 2024-03-21T13:37:21.367 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: IDENTITY file: IDENTITY 2024-03-21T13:37:21.367 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-03-21T13:37:21.367 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 0, files: 2024-03-21T13:37:21.367 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000004.log size: 511 ; 2024-03-21T13:37:21.367 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.error_if_exists: 0 2024-03-21T13:37:21.368 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.create_if_missing: 0 2024-03-21T13:37:21.368 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.paranoid_checks: 1 2024-03-21T13:37:21.368 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-03-21T13:37:21.368 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-03-21T13:37:21.368 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-03-21T13:37:21.368 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.env: 0x55bffe51cb20 2024-03-21T13:37:21.368 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.fs: PosixFileSystem 2024-03-21T13:37:21.368 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.info_log: 0x55c000b19960 2024-03-21T13:37:21.368 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-03-21T13:37:21.368 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.statistics: (nil) 2024-03-21T13:37:21.368 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.use_fsync: 0 2024-03-21T13:37:21.368 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.max_log_file_size: 0 2024-03-21T13:37:21.369 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-03-21T13:37:21.369 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-03-21T13:37:21.369 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-03-21T13:37:21.369 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-03-21T13:37:21.369 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.allow_fallocate: 1 2024-03-21T13:37:21.369 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-03-21T13:37:21.369 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-03-21T13:37:21.370 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.use_direct_reads: 0 2024-03-21T13:37:21.370 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-03-21T13:37:21.370 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.create_missing_column_families: 0 2024-03-21T13:37:21.370 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.db_log_dir: 2024-03-21T13:37:21.370 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.wal_dir: 2024-03-21T13:37:21.370 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-03-21T13:37:21.370 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-03-21T13:37:21.370 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-03-21T13:37:21.370 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-03-21T13:37:21.370 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-03-21T13:37:21.370 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-03-21T13:37:21.370 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.advise_random_on_open: 1 2024-03-21T13:37:21.370 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-03-21T13:37:21.370 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.write_buffer_manager: 0x55c000aea1e0 2024-03-21T13:37:21.370 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-03-21T13:37:21.371 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-03-21T13:37:21.371 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-03-21T13:37:21.371 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.rate_limiter: (nil) 2024-03-21T13:37:21.371 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-03-21T13:37:21.371 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-03-21T13:37:21.371 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-03-21T13:37:21.371 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-03-21T13:37:21.371 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.unordered_write: 0 2024-03-21T13:37:21.371 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-03-21T13:37:21.371 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-03-21T13:37:21.371 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-03-21T13:37:21.371 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-03-21T13:37:21.371 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.row_cache: None 2024-03-21T13:37:21.371 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.wal_filter: None 2024-03-21T13:37:21.371 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-03-21T13:37:21.371 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-03-21T13:37:21.372 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.two_write_queues: 0 2024-03-21T13:37:21.372 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.manual_wal_flush: 0 2024-03-21T13:37:21.372 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.wal_compression: 0 2024-03-21T13:37:21.372 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.atomic_flush: 0 2024-03-21T13:37:21.372 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-03-21T13:37:21.372 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-03-21T13:37:21.372 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-03-21T13:37:21.372 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.log_readahead_size: 0 2024-03-21T13:37:21.372 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-03-21T13:37:21.372 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-03-21T13:37:21.372 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-03-21T13:37:21.372 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-03-21T13:37:21.372 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-03-21T13:37:21.372 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-03-21T13:37:21.372 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-03-21T13:37:21.372 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.max_background_jobs: 2 2024-03-21T13:37:21.373 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.max_background_compactions: -1 2024-03-21T13:37:21.373 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.max_subcompactions: 1 2024-03-21T13:37:21.373 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-03-21T13:37:21.373 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-03-21T13:37:21.373 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-03-21T13:37:21.373 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.max_total_wal_size: 0 2024-03-21T13:37:21.373 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-03-21T13:37:21.373 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-03-21T13:37:21.373 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-03-21T13:37:21.373 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-03-21T13:37:21.373 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.max_open_files: -1 2024-03-21T13:37:21.373 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.bytes_per_sync: 0 2024-03-21T13:37:21.373 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-03-21T13:37:21.373 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-03-21T13:37:21.374 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-03-21T13:37:21.374 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.max_background_flushes: -1 2024-03-21T13:37:21.374 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Compression algorithms supported: 2024-03-21T13:37:21.374 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-03-21T13:37:21.374 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: kZSTD supported: 0 2024-03-21T13:37:21.374 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: kXpressCompression supported: 0 2024-03-21T13:37:21.374 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-03-21T13:37:21.374 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: kZlibCompression supported: 1 2024-03-21T13:37:21.374 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: kSnappyCompression supported: 1 2024-03-21T13:37:21.374 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: kLZ4Compression supported: 1 2024-03-21T13:37:21.374 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: kBZip2Compression supported: 0 2024-03-21T13:37:21.374 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-03-21T13:37:21.374 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-03-21T13:37:21.374 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 2024-03-21T13:37:21.375 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-03-21T13:37:21.375 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-03-21T13:37:21.375 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.merge_operator: 2024-03-21T13:37:21.375 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.compaction_filter: None 2024-03-21T13:37:21.375 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.compaction_filter_factory: None 2024-03-21T13:37:21.375 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-03-21T13:37:21.375 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-03-21T13:37:21.375 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-03-21T13:37:21.375 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55c000b19a60) 2024-03-21T13:37:21.375 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: cache_index_and_filter_blocks: 1 2024-03-21T13:37:21.375 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: cache_index_and_filter_blocks_with_high_priority: 0 2024-03-21T13:37:21.375 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-03-21T13:37:21.375 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: pin_top_level_index_and_filter: 1 2024-03-21T13:37:21.375 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: index_type: 0 2024-03-21T13:37:21.375 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: data_block_index_type: 0 2024-03-21T13:37:21.375 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: index_shortening: 1 2024-03-21T13:37:21.375 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: data_block_hash_table_util_ratio: 0.750000 2024-03-21T13:37:21.375 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: checksum: 4 2024-03-21T13:37:21.376 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: no_block_cache: 0 2024-03-21T13:37:21.376 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: block_cache: 0x55c000b1b090 2024-03-21T13:37:21.376 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: block_cache_name: BinnedLRUCache 2024-03-21T13:37:21.376 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: block_cache_options: 2024-03-21T13:37:21.376 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: capacity : 536870912 2024-03-21T13:37:21.376 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: num_shard_bits : 4 2024-03-21T13:37:21.376 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: strict_capacity_limit : 0 2024-03-21T13:37:21.376 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: high_pri_pool_ratio: 0.000 2024-03-21T13:37:21.376 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: block_cache_compressed: (nil) 2024-03-21T13:37:21.376 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: persistent_cache: (nil) 2024-03-21T13:37:21.376 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: block_size: 4096 2024-03-21T13:37:21.376 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: block_size_deviation: 10 2024-03-21T13:37:21.376 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: block_restart_interval: 16 2024-03-21T13:37:21.376 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: index_block_restart_interval: 1 2024-03-21T13:37:21.376 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: metadata_block_size: 4096 2024-03-21T13:37:21.376 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: partition_filters: 0 2024-03-21T13:37:21.376 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: use_delta_encoding: 1 2024-03-21T13:37:21.377 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: filter_policy: bloomfilter 2024-03-21T13:37:21.377 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: whole_key_filtering: 1 2024-03-21T13:37:21.377 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: verify_compression: 0 2024-03-21T13:37:21.377 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: read_amp_bytes_per_bit: 0 2024-03-21T13:37:21.377 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: format_version: 5 2024-03-21T13:37:21.377 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: enable_index_compression: 1 2024-03-21T13:37:21.377 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: block_align: 0 2024-03-21T13:37:21.377 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: max_auto_readahead_size: 262144 2024-03-21T13:37:21.377 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: prepopulate_block_cache: 0 2024-03-21T13:37:21.377 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: initial_auto_readahead_size: 8192 2024-03-21T13:37:21.377 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: num_file_reads_for_auto_readahead: 2 2024-03-21T13:37:21.377 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-03-21T13:37:21.377 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-03-21T13:37:21.379 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.compression: NoCompression 2024-03-21T13:37:21.379 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-03-21T13:37:21.379 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-03-21T13:37:21.379 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-03-21T13:37:21.379 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.num_levels: 7 2024-03-21T13:37:21.379 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-03-21T13:37:21.379 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-03-21T13:37:21.379 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-03-21T13:37:21.379 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-03-21T13:37:21.379 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-03-21T13:37:21.380 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-03-21T13:37:21.380 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-03-21T13:37:21.380 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-03-21T13:37:21.380 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-03-21T13:37:21.380 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-03-21T13:37:21.380 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-03-21T13:37:21.380 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-03-21T13:37:21.380 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-03-21T13:37:21.380 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.compression_opts.level: 32767 2024-03-21T13:37:21.380 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-03-21T13:37:21.380 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-03-21T13:37:21.380 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-03-21T13:37:21.380 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-03-21T13:37:21.380 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-03-21T13:37:21.380 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.compression_opts.enabled: false 2024-03-21T13:37:21.380 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-03-21T13:37:21.381 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-03-21T13:37:21.381 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-03-21T13:37:21.381 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-03-21T13:37:21.381 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-03-21T13:37:21.381 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-03-21T13:37:21.381 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-03-21T13:37:21.381 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-03-21T13:37:21.381 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-03-21T13:37:21.381 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-03-21T13:37:21.381 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-03-21T13:37:21.381 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-03-21T13:37:21.381 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-03-21T13:37:21.381 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-03-21T13:37:21.381 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-03-21T13:37:21.381 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-03-21T13:37:21.381 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-03-21T13:37:21.381 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-03-21T13:37:21.382 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-03-21T13:37:21.382 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.arena_block_size: 1048576 2024-03-21T13:37:21.382 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-03-21T13:37:21.382 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-03-21T13:37:21.382 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-03-21T13:37:21.382 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-03-21T13:37:21.382 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-03-21T13:37:21.382 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-03-21T13:37:21.382 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-03-21T13:37:21.382 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-03-21T13:37:21.382 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-03-21T13:37:21.382 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-03-21T13:37:21.382 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-03-21T13:37:21.382 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-03-21T13:37:21.382 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-03-21T13:37:21.382 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.table_properties_collectors: 2024-03-21T13:37:21.382 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.inplace_update_support: 0 2024-03-21T13:37:21.383 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-03-21T13:37:21.383 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-03-21T13:37:21.383 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-03-21T13:37:21.383 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-03-21T13:37:21.383 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.bloom_locality: 0 2024-03-21T13:37:21.383 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.max_successive_merges: 0 2024-03-21T13:37:21.383 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-03-21T13:37:21.383 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-03-21T13:37:21.383 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.force_consistency_checks: 1 2024-03-21T13:37:21.383 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-03-21T13:37:21.383 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.ttl: 2592000 2024-03-21T13:37:21.383 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-03-21T13:37:21.383 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-03-21T13:37:21.383 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-03-21T13:37:21.383 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.enable_blob_files: false 2024-03-21T13:37:21.383 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.min_blob_size: 0 2024-03-21T13:37:21.384 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.blob_file_size: 268435456 2024-03-21T13:37:21.384 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-03-21T13:37:21.384 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-03-21T13:37:21.384 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-03-21T13:37:21.384 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-03-21T13:37:21.384 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-03-21T13:37:21.384 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-03-21T13:37:21.384 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-03-21T13:37:21.384 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-03-21T13:37:21.384 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-03-21T13:37:21.384 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 5374fb31-bda8-4990-b270-55064eb5b756 2024-03-21T13:37:21.384 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711028241151648, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-03-21T13:37:21.384 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-03-21T13:37:21.384 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711028241152235, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1622, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 1, "largest_seqno": 5, "table_properties": {"data_size": 523, "index_size": 31, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 401, "raw_average_value_size": 80, "num_data_blocks": 1, "num_entries": 5, "num_filter_entries": 5, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "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": 1711028241, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "5374fb31-bda8-4990-b270-55064eb5b756", "db_session_id": "T69FRRODCZY10XMHMSCR", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-03-21T13:37:21.384 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711028241152356, "job": 1, "event": "recovery_finished"} 2024-03-21T13:37:21.384 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.148+0000 7f535a744c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-03-21T13:37:21.384 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.152+0000 7f535a744c80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-c/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-03-21T13:37:21.385 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.152+0000 7f535a744c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55c000c0e000 2024-03-21T13:37:21.385 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.152+0000 7f535a744c80 4 rocksdb: DB pointer 0x55c000bf8000 2024-03-21T13:37:21.385 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.152+0000 7f5348ea0700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-03-21T13:37:21.385 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.152+0000 7f5348ea0700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-03-21T13:37:21.385 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: ** DB Stats ** 2024-03-21T13:37:21.385 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-21T13:37:21.385 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-03-21T13:37:21.385 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-21T13:37:21.385 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-21T13:37:21.385 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-03-21T13:37:21.385 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-21T13:37:21.385 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-21T13:37:21.385 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: ** Compaction Stats [default] ** 2024-03-21T13:37:21.385 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: 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-03-21T13:37:21.385 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-03-21T13:37:21.385 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: L0 1/0 1.58 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-21T13:37:21.385 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: Sum 1/0 1.58 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-21T13:37:21.386 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-21T13:37:21.386 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: ** Compaction Stats [default] ** 2024-03-21T13:37:21.386 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: 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-03-21T13:37:21.386 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-21T13:37:21.386 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-21T13:37:21.386 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-03-21T13:37:21.386 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-21T13:37:21.386 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: Flush(GB): cumulative 0.000, interval 0.000 2024-03-21T13:37:21.386 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-21T13:37:21.386 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: AddFile(Total Files): cumulative 0, interval 0 2024-03-21T13:37:21.386 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: AddFile(L0 Files): cumulative 0, interval 0 2024-03-21T13:37:21.386 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: AddFile(Keys): cumulative 0, interval 0 2024-03-21T13:37:21.386 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: Cumulative compaction: 0.00 GB write, 0.38 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-21T13:37:21.386 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: Interval compaction: 0.00 GB write, 0.38 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-21T13:37:21.386 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: 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-03-21T13:37:21.386 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: Block cache BinnedLRUCache@0x55c000b1b090#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.7e-05 secs_since: 0 2024-03-21T13:37:21.387 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: Block cache entry stats(count,size,portion): FilterBlock(1,0.11 KB,2.08616e-05%) IndexBlock(1,0.11 KB,2.08616e-05%) Misc(1,0.00 KB,0%) 2024-03-21T13:37:21.387 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: ** File Read Latency Histogram By Level [default] ** 2024-03-21T13:37:21.387 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.152+0000 7f535a744c80 0 mon.c does not exist in monmap, will attempt to join an existing cluster 2024-03-21T13:37:21.387 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.152+0000 7f535a744c80 0 using public_addr v2:172.21.15.186:0/0 -> [v2:172.21.15.186:3300/0,v1:172.21.15.186:6789/0] 2024-03-21T13:37:21.387 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.152+0000 7f535a744c80 0 starting mon.c rank -1 at public addrs [v2:172.21.15.186:3300/0,v1:172.21.15.186:6789/0] at bind addrs [v2:172.21.15.186:3300/0,v1:172.21.15.186:6789/0] mon_data /var/lib/ceph/mon/ceph-c fsid 81d57e16-e787-11ee-95cd-87774f69a715 2024-03-21T13:37:21.387 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.156+0000 7f535a744c80 1 mon.c@-1(???) e0 preinit fsid 81d57e16-e787-11ee-95cd-87774f69a715 2024-03-21T13:37:21.387 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.176+0000 7f534bea6700 0 mon.c@-1(synchronizing).mds e1 new map 2024-03-21T13:37:21.387 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.176+0000 7f534bea6700 0 mon.c@-1(synchronizing).mds e1 print_map 2024-03-21T13:37:21.387 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: e1 2024-03-21T13:37:21.387 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: enable_multiple, ever_enabled_multiple: 1,1 2024-03-21T13:37:21.387 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: 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} 2024-03-21T13:37:21.387 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: legacy client fscid: -1 2024-03-21T13:37:21.387 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: 2024-03-21T13:37:21.387 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: No filesystems configured 2024-03-21T13:37:21.387 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.176+0000 7f534bea6700 1 mon.c@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-03-21T13:37:21.387 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.176+0000 7f534bea6700 1 mon.c@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-03-21T13:37:21.388 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.176+0000 7f534bea6700 1 mon.c@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-03-21T13:37:21.388 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.176+0000 7f534bea6700 1 mon.c@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-03-21T13:37:21.388 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.176+0000 7f534bea6700 1 mon.c@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-03-21T13:37:21.388 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.176+0000 7f534bea6700 1 mon.c@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-03-21T13:37:21.388 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.176+0000 7f534bea6700 0 mon.c@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-03-21T13:37:21.388 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.176+0000 7f534bea6700 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-03-21T13:37:21.388 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.176+0000 7f534bea6700 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-03-21T13:37:21.388 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.176+0000 7f534bea6700 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-03-21T13:37:21.388 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: cluster 2024-03-21T13:36:16.354948+0000 mgr.a (mgr.14152) 16 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:37:21.388 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: cephadm 2024-03-21T13:36:16.383447+0000 mgr.a (mgr.14152) 17 : cephadm [INF] Updating smithi100:/etc/ceph/ceph.client.admin.keyring 2024-03-21T13:37:21.388 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: cephadm 2024-03-21T13:36:16.647967+0000 mgr.a (mgr.14152) 18 : cephadm [INF] Updating smithi100:/var/lib/ceph/81d57e16-e787-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T13:37:21.388 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: cluster 2024-03-21T13:36:18.355357+0000 mgr.a (mgr.14152) 19 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:37:21.388 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: cluster 2024-03-21T13:36:20.355755+0000 mgr.a (mgr.14152) 20 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:37:21.388 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: cluster 2024-03-21T13:36:22.356118+0000 mgr.a (mgr.14152) 21 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:37:21.388 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: cluster 2024-03-21T13:36:24.356482+0000 mgr.a (mgr.14152) 22 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:37:21.388 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: audit 2024-03-21T13:36:24.418523+0000 mgr.a (mgr.14152) 23 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi170", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:37:21.389 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: cephadm 2024-03-21T13:36:25.124547+0000 mgr.a (mgr.14152) 24 : cephadm [INF] Deploying cephadm binary to smithi170 2024-03-21T13:37:21.389 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: cluster 2024-03-21T13:36:26.356849+0000 mgr.a (mgr.14152) 25 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:37:21.389 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: cluster 2024-03-21T13:36:28.357265+0000 mgr.a (mgr.14152) 26 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:37:21.389 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: cluster 2024-03-21T13:36:30.357692+0000 mgr.a (mgr.14152) 27 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:37:21.389 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: audit 2024-03-21T13:36:30.372910+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:21.389 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: cephadm 2024-03-21T13:36:30.373846+0000 mgr.a (mgr.14152) 28 : cephadm [INF] Added host smithi170 2024-03-21T13:37:21.389 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: audit 2024-03-21T13:36:30.418254+0000 mon.a (mon.0) 112 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:37:21.389 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: audit 2024-03-21T13:36:30.891020+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:21.389 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: cluster 2024-03-21T13:36:32.358125+0000 mgr.a (mgr.14152) 29 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:37:21.389 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: audit 2024-03-21T13:36:32.365899+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:21.389 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: audit 2024-03-21T13:36:33.566637+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:21.389 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: cluster 2024-03-21T13:36:34.358490+0000 mgr.a (mgr.14152) 30 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:37:21.389 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: cluster 2024-03-21T13:36:36.358849+0000 mgr.a (mgr.14152) 31 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:37:21.389 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: cluster 2024-03-21T13:36:38.359117+0000 mgr.a (mgr.14152) 32 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:37:21.389 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: audit 2024-03-21T13:36:38.500445+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:21.389 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: audit 2024-03-21T13:36:38.505516+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:21.390 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: audit 2024-03-21T13:36:38.513470+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:21.390 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: audit 2024-03-21T13:36:38.518552+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:21.390 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: audit 2024-03-21T13:36:38.519894+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi170", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:37:21.390 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: audit 2024-03-21T13:36:38.521750+0000 mon.a (mon.0) 121 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:37:21.390 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: audit 2024-03-21T13:36:38.523074+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:37:21.390 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: cephadm 2024-03-21T13:36:38.525114+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Updating smithi170:/etc/ceph/ceph.conf 2024-03-21T13:37:21.390 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: audit 2024-03-21T13:36:38.543773+0000 mgr.a (mgr.14152) 34 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T13:37:21.390 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: cephadm 2024-03-21T13:36:38.690007+0000 mgr.a (mgr.14152) 35 : cephadm [INF] Updating smithi170:/var/lib/ceph/81d57e16-e787-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:37:21.390 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: cephadm 2024-03-21T13:36:38.855559+0000 mgr.a (mgr.14152) 36 : cephadm [INF] Updating smithi170:/etc/ceph/ceph.client.admin.keyring 2024-03-21T13:37:21.390 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: cephadm 2024-03-21T13:36:39.020730+0000 mgr.a (mgr.14152) 37 : cephadm [INF] Updating smithi170:/var/lib/ceph/81d57e16-e787-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T13:37:21.390 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: audit 2024-03-21T13:36:39.190971+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:21.390 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: audit 2024-03-21T13:36:39.199369+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:21.390 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: audit 2024-03-21T13:36:39.206118+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:21.390 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: cluster 2024-03-21T13:36:40.359506+0000 mgr.a (mgr.14152) 38 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:37:21.390 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: cluster 2024-03-21T13:36:42.359872+0000 mgr.a (mgr.14152) 39 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:37:21.391 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: cluster 2024-03-21T13:36:44.360241+0000 mgr.a (mgr.14152) 40 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:37:21.391 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: cluster 2024-03-21T13:36:46.360531+0000 mgr.a (mgr.14152) 41 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:37:21.391 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: audit 2024-03-21T13:36:46.651396+0000 mgr.a (mgr.14152) 42 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi186", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:37:21.391 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: cephadm 2024-03-21T13:36:47.398880+0000 mgr.a (mgr.14152) 43 : cephadm [INF] Deploying cephadm binary to smithi186 2024-03-21T13:37:21.391 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: cluster 2024-03-21T13:36:48.360923+0000 mgr.a (mgr.14152) 44 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:37:21.391 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: cluster 2024-03-21T13:36:50.361405+0000 mgr.a (mgr.14152) 45 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:37:21.391 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: cluster 2024-03-21T13:36:52.361908+0000 mgr.a (mgr.14152) 46 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:37:21.391 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: audit 2024-03-21T13:36:52.611946+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:21.391 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: cephadm 2024-03-21T13:36:52.612842+0000 mgr.a (mgr.14152) 47 : cephadm [INF] Added host smithi186 2024-03-21T13:37:21.391 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: audit 2024-03-21T13:36:52.618141+0000 mon.a (mon.0) 127 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:37:21.391 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: audit 2024-03-21T13:36:53.090339+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:21.391 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: cluster 2024-03-21T13:36:54.362343+0000 mgr.a (mgr.14152) 48 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:37:21.391 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: audit 2024-03-21T13:36:54.619004+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:21.391 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: audit 2024-03-21T13:36:55.774648+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:21.391 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: cluster 2024-03-21T13:36:56.362698+0000 mgr.a (mgr.14152) 49 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:37:21.391 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: cluster 2024-03-21T13:36:58.363177+0000 mgr.a (mgr.14152) 50 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:37:21.391 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: cluster 2024-03-21T13:37:00.363507+0000 mgr.a (mgr.14152) 51 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:37:21.392 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: audit 2024-03-21T13:37:00.751576+0000 mgr.a (mgr.14152) 52 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T13:37:21.392 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: audit 2024-03-21T13:37:01.159981+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:21.392 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: audit 2024-03-21T13:37:01.165435+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:21.392 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: audit 2024-03-21T13:37:01.171848+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:21.392 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: audit 2024-03-21T13:37:01.177068+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:21.392 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: audit 2024-03-21T13:37:01.178827+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi186", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:37:21.392 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: audit 2024-03-21T13:37:01.180832+0000 mon.a (mon.0) 136 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:37:21.392 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: audit 2024-03-21T13:37:01.182556+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:37:21.392 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: cephadm 2024-03-21T13:37:01.185374+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi186:/etc/ceph/ceph.conf 2024-03-21T13:37:21.392 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: audit 2024-03-21T13:37:02.120853+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:21.392 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: audit 2024-03-21T13:37:02.125997+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:21.392 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: audit 2024-03-21T13:37:02.131385+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:21.392 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: cephadm 2024-03-21T13:37:01.401266+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi186:/var/lib/ceph/81d57e16-e787-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:37:21.392 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: cephadm 2024-03-21T13:37:01.615997+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Updating smithi186:/etc/ceph/ceph.client.admin.keyring 2024-03-21T13:37:21.392 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: cephadm 2024-03-21T13:37:02.001559+0000 mgr.a (mgr.14152) 56 : cephadm [INF] Updating smithi186:/var/lib/ceph/81d57e16-e787-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T13:37:21.392 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: cluster 2024-03-21T13:37:02.363866+0000 mgr.a (mgr.14152) 57 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:37:21.392 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: cluster 2024-03-21T13:37:04.364279+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:37:21.393 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: cluster 2024-03-21T13:37:06.364620+0000 mgr.a (mgr.14152) 59 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:37:21.393 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: audit 2024-03-21T13:37:08.870476+0000 mon.a (mon.0) 141 : audit [INF] from='client.? 172.21.15.100:0/1209752736' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-03-21T13:37:21.393 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: cluster 2024-03-21T13:37:08.365021+0000 mgr.a (mgr.14152) 60 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:37:21.393 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: audit 2024-03-21T13:37:09.172089+0000 mon.a (mon.0) 142 : audit [INF] from='client.? 172.21.15.100:0/1209752736' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-03-21T13:37:21.393 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: cluster 2024-03-21T13:37:09.176347+0000 mon.a (mon.0) 143 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-21T13:37:21.393 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: cluster 2024-03-21T13:37:10.365417+0000 mgr.a (mgr.14152) 61 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:37:21.393 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: cluster 2024-03-21T13:37:12.365800+0000 mgr.a (mgr.14152) 62 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:37:21.393 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: audit 2024-03-21T13:37:13.612213+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:21.393 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: audit 2024-03-21T13:37:13.621863+0000 mon.a (mon.0) 145 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:37:21.393 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: audit 2024-03-21T13:37:13.598662+0000 mgr.a (mgr.14152) 63 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi100:172.21.15.100=a;smithi170:172.21.15.170=b;smithi186:172.21.15.186=c", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:37:21.393 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: cephadm 2024-03-21T13:37:13.604129+0000 mgr.a (mgr.14152) 64 : cephadm [INF] Saving service mon spec with placement smithi100:172.21.15.100=a;smithi170:172.21.15.170=b;smithi186:172.21.15.186=c;count:3 2024-03-21T13:37:21.393 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: audit 2024-03-21T13:37:14.300885+0000 mon.a (mon.0) 146 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:37:21.393 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: audit 2024-03-21T13:37:14.302675+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:37:21.393 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: audit 2024-03-21T13:37:14.310620+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:21.393 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: audit 2024-03-21T13:37:14.314405+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T13:37:21.393 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: audit 2024-03-21T13:37:14.315894+0000 mon.a (mon.0) 150 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:37:21.393 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: cephadm 2024-03-21T13:37:14.317705+0000 mgr.a (mgr.14152) 65 : cephadm [INF] Deploying daemon mon.c on smithi186 2024-03-21T13:37:21.394 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: cluster 2024-03-21T13:37:14.366201+0000 mgr.a (mgr.14152) 66 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:37:21.394 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: cluster 2024-03-21T13:37:16.366610+0000 mgr.a (mgr.14152) 67 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:37:21.394 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: cluster 2024-03-21T13:37:18.366994+0000 mgr.a (mgr.14152) 68 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:37:21.394 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: audit 2024-03-21T13:37:19.820220+0000 mon.a (mon.0) 151 : audit [DBG] from='client.? 172.21.15.186:0/4096984366' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-21T13:37:21.394 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: audit 2024-03-21T13:37:20.220031+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:21.394 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: audit 2024-03-21T13:37:20.225767+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:21.394 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: audit 2024-03-21T13:37:20.251892+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:21.394 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: audit 2024-03-21T13:37:20.253354+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T13:37:21.394 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: audit 2024-03-21T13:37:20.255209+0000 mon.a (mon.0) 156 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:37:21.394 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:21 smithi186 bash[23727]: debug 2024-03-21T13:37:21.180+0000 7f534bea6700 1 mon.c@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2024-03-21T13:37:21.820 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-03-21T13:37:21.820 DEBUG:teuthology.orchestra.run.smithi186:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ba760091cd7bd2b0d23f4825ac856ba66450e988 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81d57e16-e787-11ee-95cd-87774f69a715 -- ceph mon dump -f json 2024-03-21T13:37:25.523 INFO:teuthology.orchestra.run.smithi186.stderr:Inferring config /var/lib/ceph/81d57e16-e787-11ee-95cd-87774f69a715/mon.c/config 2024-03-21T13:37:25.526 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:25 smithi170 bash[22996]: debug 2024-03-21T13:37:25.219+0000 7f420978c700 1 mon.b@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2024-03-21T13:37:26.616 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:26 smithi186 bash[23727]: cluster 2024-03-21T13:37:20.367370+0000 mgr.a (mgr.14152) 70 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:37:26.616 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:26 smithi186 bash[23727]: audit 2024-03-21T13:37:21.194496+0000 mon.a (mon.0) 158 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:37:26.616 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:26 smithi186 bash[23727]: cluster 2024-03-21T13:37:21.194812+0000 mon.a (mon.0) 159 : cluster [INF] mon.a calling monitor election 2024-03-21T13:37:26.616 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:26 smithi186 bash[23727]: audit 2024-03-21T13:37:21.215194+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:37:26.616 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:26 smithi186 bash[23727]: audit 2024-03-21T13:37:22.189454+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:37:26.616 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:26 smithi186 bash[23727]: cluster 2024-03-21T13:37:22.367762+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:37:26.616 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:26 smithi186 bash[23727]: audit 2024-03-21T13:37:23.189605+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:37:26.616 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:26 smithi186 bash[23727]: cluster 2024-03-21T13:37:23.191419+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-03-21T13:37:26.616 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:26 smithi186 bash[23727]: audit 2024-03-21T13:37:24.189692+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:37:26.616 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:26 smithi186 bash[23727]: cluster 2024-03-21T13:37:24.368201+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:37:26.616 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:26 smithi186 bash[23727]: audit 2024-03-21T13:37:25.189814+0000 mon.a (mon.0) 164 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:37:26.617 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:26 smithi186 bash[23727]: audit 2024-03-21T13:37:25.229866+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:37:26.617 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:26 smithi186 bash[23727]: audit 2024-03-21T13:37:26.190112+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:37:26.617 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:26 smithi186 bash[23727]: audit 2024-03-21T13:37:26.235075+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:37:26.617 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:26 smithi186 bash[23727]: cluster 2024-03-21T13:37:26.235751+0000 mon.a (mon.0) 168 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-21T13:37:26.617 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:26 smithi186 bash[23727]: cluster 2024-03-21T13:37:26.241765+0000 mon.a (mon.0) 169 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.100:3300/0,v1:172.21.15.100:6789/0],c=[v2:172.21.15.186:3300/0,v1:172.21.15.186:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-21T13:37:26.617 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:26 smithi186 bash[23727]: cluster 2024-03-21T13:37:26.262858+0000 mon.a (mon.0) 170 : cluster [DBG] fsmap 2024-03-21T13:37:26.617 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:26 smithi186 bash[23727]: cluster 2024-03-21T13:37:26.262942+0000 mon.a (mon.0) 171 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-21T13:37:26.617 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:26 smithi186 bash[23727]: cluster 2024-03-21T13:37:26.263245+0000 mon.a (mon.0) 172 : cluster [DBG] mgrmap e13: a(active, since 97s) 2024-03-21T13:37:26.617 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:26 smithi186 bash[23727]: cluster 2024-03-21T13:37:26.263500+0000 mon.a (mon.0) 173 : cluster [INF] overall HEALTH_OK 2024-03-21T13:37:26.617 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:26 smithi186 bash[23727]: audit 2024-03-21T13:37:26.270069+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:26.617 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:26 smithi186 bash[23727]: audit 2024-03-21T13:37:26.276611+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:26.617 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:26 smithi186 bash[23727]: audit 2024-03-21T13:37:26.292596+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:26.617 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:26 smithi186 bash[23727]: audit 2024-03-21T13:37:26.299738+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:26.772 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:26 smithi100 bash[21523]: cluster 2024-03-21T13:37:20.367370+0000 mgr.a (mgr.14152) 70 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:37:26.773 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:26 smithi100 bash[21523]: audit 2024-03-21T13:37:21.194496+0000 mon.a (mon.0) 158 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:37:26.773 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:26 smithi100 bash[21523]: cluster 2024-03-21T13:37:21.194812+0000 mon.a (mon.0) 159 : cluster [INF] mon.a calling monitor election 2024-03-21T13:37:26.773 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:26 smithi100 bash[21523]: audit 2024-03-21T13:37:21.215194+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:37:26.773 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:26 smithi100 bash[21523]: audit 2024-03-21T13:37:22.189454+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:37:26.773 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:26 smithi100 bash[21523]: cluster 2024-03-21T13:37:22.367762+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:37:26.773 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:26 smithi100 bash[21523]: audit 2024-03-21T13:37:23.189605+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:37:26.773 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:26 smithi100 bash[21523]: cluster 2024-03-21T13:37:23.191419+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-03-21T13:37:26.773 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:26 smithi100 bash[21523]: audit 2024-03-21T13:37:24.189692+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:37:26.773 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:26 smithi100 bash[21523]: cluster 2024-03-21T13:37:24.368201+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:37:26.773 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:26 smithi100 bash[21523]: audit 2024-03-21T13:37:25.189814+0000 mon.a (mon.0) 164 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:37:26.773 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:26 smithi100 bash[21523]: audit 2024-03-21T13:37:25.229866+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:37:26.773 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:26 smithi100 bash[21523]: audit 2024-03-21T13:37:26.190112+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:37:26.774 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:26 smithi100 bash[21523]: audit 2024-03-21T13:37:26.235075+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:37:26.774 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:26 smithi100 bash[21523]: cluster 2024-03-21T13:37:26.235751+0000 mon.a (mon.0) 168 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-21T13:37:26.774 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:26 smithi100 bash[21523]: cluster 2024-03-21T13:37:26.241765+0000 mon.a (mon.0) 169 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.100:3300/0,v1:172.21.15.100:6789/0],c=[v2:172.21.15.186:3300/0,v1:172.21.15.186:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-21T13:37:26.774 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:26 smithi100 bash[21523]: cluster 2024-03-21T13:37:26.262858+0000 mon.a (mon.0) 170 : cluster [DBG] fsmap 2024-03-21T13:37:26.774 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:26 smithi100 bash[21523]: cluster 2024-03-21T13:37:26.262942+0000 mon.a (mon.0) 171 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-21T13:37:26.774 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:26 smithi100 bash[21523]: cluster 2024-03-21T13:37:26.263245+0000 mon.a (mon.0) 172 : cluster [DBG] mgrmap e13: a(active, since 97s) 2024-03-21T13:37:26.774 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:26 smithi100 bash[21523]: cluster 2024-03-21T13:37:26.263500+0000 mon.a (mon.0) 173 : cluster [INF] overall HEALTH_OK 2024-03-21T13:37:26.774 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:26 smithi100 bash[21523]: audit 2024-03-21T13:37:26.270069+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:26.774 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:26 smithi100 bash[21523]: audit 2024-03-21T13:37:26.276611+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:26.774 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:26 smithi100 bash[21523]: audit 2024-03-21T13:37:26.292596+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:26.774 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:26 smithi100 bash[21523]: audit 2024-03-21T13:37:26.299738+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:32.616 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:32 smithi186 bash[23727]: cluster 2024-03-21T13:37:26.368636+0000 mgr.a (mgr.14152) 73 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:37:32.616 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:32 smithi186 bash[23727]: cluster 2024-03-21T13:37:27.235366+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-03-21T13:37:32.616 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:32 smithi186 bash[23727]: audit 2024-03-21T13:37:27.236887+0000 mon.a (mon.0) 181 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:37:32.616 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:32 smithi186 bash[23727]: cluster 2024-03-21T13:37:27.237459+0000 mon.a (mon.0) 182 : cluster [INF] mon.a calling monitor election 2024-03-21T13:37:32.617 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:32 smithi186 bash[23727]: audit 2024-03-21T13:37:27.263591+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:37:32.617 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:32 smithi186 bash[23727]: audit 2024-03-21T13:37:27.263830+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:37:32.617 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:32 smithi186 bash[23727]: audit 2024-03-21T13:37:28.229926+0000 mon.a (mon.0) 185 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:37:32.617 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:32 smithi186 bash[23727]: cluster 2024-03-21T13:37:28.369088+0000 mgr.a (mgr.14152) 74 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:37:32.617 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:32 smithi186 bash[23727]: audit 2024-03-21T13:37:29.230232+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:37:32.617 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:32 smithi186 bash[23727]: audit 2024-03-21T13:37:30.230337+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:37:32.617 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:32 smithi186 bash[23727]: cluster 2024-03-21T13:37:30.369476+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:37:32.617 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:32 smithi186 bash[23727]: audit 2024-03-21T13:37:31.230556+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:37:32.617 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:32 smithi186 bash[23727]: audit 2024-03-21T13:37:32.230725+0000 mon.a (mon.0) 189 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:37:32.617 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:32 smithi186 bash[23727]: cluster 2024-03-21T13:37:32.263484+0000 mon.a (mon.0) 190 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-21T13:37:32.617 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:32 smithi186 bash[23727]: cluster 2024-03-21T13:37:32.269329+0000 mon.a (mon.0) 191 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.100:3300/0,v1:172.21.15.100:6789/0],b=[v2:172.21.15.170:3300/0,v1:172.21.15.170:6789/0],c=[v2:172.21.15.186:3300/0,v1:172.21.15.186:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-21T13:37:32.617 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:32 smithi186 bash[23727]: cluster 2024-03-21T13:37:32.286931+0000 mon.a (mon.0) 192 : cluster [DBG] fsmap 2024-03-21T13:37:32.617 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:32 smithi186 bash[23727]: cluster 2024-03-21T13:37:32.286988+0000 mon.a (mon.0) 193 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-21T13:37:32.617 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:32 smithi186 bash[23727]: cluster 2024-03-21T13:37:32.287272+0000 mon.a (mon.0) 194 : cluster [DBG] mgrmap e13: a(active, since 103s) 2024-03-21T13:37:32.618 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:32 smithi186 bash[23727]: cluster 2024-03-21T13:37:32.287585+0000 mon.a (mon.0) 195 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-03-21T13:37:32.618 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:32 smithi186 bash[23727]: cluster 2024-03-21T13:37:32.294756+0000 mon.a (mon.0) 196 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-03-21T13:37:32.618 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:32 smithi186 bash[23727]: cluster 2024-03-21T13:37:32.294792+0000 mon.a (mon.0) 197 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-03-21T13:37:32.618 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:32 smithi186 bash[23727]: cluster 2024-03-21T13:37:32.294812+0000 mon.a (mon.0) 198 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.170:3300/0,v1:172.21.15.170:6789/0] is down (out of quorum) 2024-03-21T13:37:32.618 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:32 smithi186 bash[23727]: audit 2024-03-21T13:37:32.299261+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:32.618 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:32 smithi186 bash[23727]: audit 2024-03-21T13:37:32.306232+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:32.618 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:32 smithi186 bash[23727]: audit 2024-03-21T13:37:32.312022+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:32.618 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:32 smithi186 bash[23727]: audit 2024-03-21T13:37:32.318144+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:32.618 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:32 smithi186 bash[23727]: audit 2024-03-21T13:37:32.323542+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:32.618 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:32 smithi186 bash[23727]: audit 2024-03-21T13:37:32.325171+0000 mon.a (mon.0) 204 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:37:32.618 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:32 smithi186 bash[23727]: audit 2024-03-21T13:37:32.326862+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:37:32.772 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:32 smithi100 bash[21523]: cluster 2024-03-21T13:37:26.368636+0000 mgr.a (mgr.14152) 73 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:37:32.772 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:32 smithi100 bash[21523]: cluster 2024-03-21T13:37:27.235366+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-03-21T13:37:32.772 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:32 smithi100 bash[21523]: audit 2024-03-21T13:37:27.236887+0000 mon.a (mon.0) 181 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:37:32.772 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:32 smithi100 bash[21523]: cluster 2024-03-21T13:37:27.237459+0000 mon.a (mon.0) 182 : cluster [INF] mon.a calling monitor election 2024-03-21T13:37:32.772 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:32 smithi100 bash[21523]: audit 2024-03-21T13:37:27.263591+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:37:32.772 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:32 smithi100 bash[21523]: audit 2024-03-21T13:37:27.263830+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:37:32.772 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:32 smithi100 bash[21523]: audit 2024-03-21T13:37:28.229926+0000 mon.a (mon.0) 185 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:37:32.773 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:32 smithi100 bash[21523]: cluster 2024-03-21T13:37:28.369088+0000 mgr.a (mgr.14152) 74 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:37:32.773 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:32 smithi100 bash[21523]: audit 2024-03-21T13:37:29.230232+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:37:32.773 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:32 smithi100 bash[21523]: audit 2024-03-21T13:37:30.230337+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:37:32.773 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:32 smithi100 bash[21523]: cluster 2024-03-21T13:37:30.369476+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:37:32.773 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:32 smithi100 bash[21523]: audit 2024-03-21T13:37:31.230556+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:37:32.773 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:32 smithi100 bash[21523]: audit 2024-03-21T13:37:32.230725+0000 mon.a (mon.0) 189 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:37:32.773 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:32 smithi100 bash[21523]: cluster 2024-03-21T13:37:32.263484+0000 mon.a (mon.0) 190 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-21T13:37:32.773 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:32 smithi100 bash[21523]: cluster 2024-03-21T13:37:32.269329+0000 mon.a (mon.0) 191 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.100:3300/0,v1:172.21.15.100:6789/0],b=[v2:172.21.15.170:3300/0,v1:172.21.15.170:6789/0],c=[v2:172.21.15.186:3300/0,v1:172.21.15.186:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-21T13:37:32.773 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:32 smithi100 bash[21523]: cluster 2024-03-21T13:37:32.286931+0000 mon.a (mon.0) 192 : cluster [DBG] fsmap 2024-03-21T13:37:32.773 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:32 smithi100 bash[21523]: cluster 2024-03-21T13:37:32.286988+0000 mon.a (mon.0) 193 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-21T13:37:32.773 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:32 smithi100 bash[21523]: cluster 2024-03-21T13:37:32.287272+0000 mon.a (mon.0) 194 : cluster [DBG] mgrmap e13: a(active, since 103s) 2024-03-21T13:37:32.773 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:32 smithi100 bash[21523]: cluster 2024-03-21T13:37:32.287585+0000 mon.a (mon.0) 195 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-03-21T13:37:32.773 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:32 smithi100 bash[21523]: cluster 2024-03-21T13:37:32.294756+0000 mon.a (mon.0) 196 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-03-21T13:37:32.773 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:32 smithi100 bash[21523]: cluster 2024-03-21T13:37:32.294792+0000 mon.a (mon.0) 197 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-03-21T13:37:32.774 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:32 smithi100 bash[21523]: cluster 2024-03-21T13:37:32.294812+0000 mon.a (mon.0) 198 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.170:3300/0,v1:172.21.15.170:6789/0] is down (out of quorum) 2024-03-21T13:37:32.774 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:32 smithi100 bash[21523]: audit 2024-03-21T13:37:32.299261+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:32.774 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:32 smithi100 bash[21523]: audit 2024-03-21T13:37:32.306232+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:32.774 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:32 smithi100 bash[21523]: audit 2024-03-21T13:37:32.312022+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:32.774 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:32 smithi100 bash[21523]: audit 2024-03-21T13:37:32.318144+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:32.774 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:32 smithi100 bash[21523]: audit 2024-03-21T13:37:32.323542+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:32.774 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:32 smithi100 bash[21523]: audit 2024-03-21T13:37:32.325171+0000 mon.a (mon.0) 204 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:37:32.774 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:32 smithi100 bash[21523]: audit 2024-03-21T13:37:32.326862+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:37:32.774 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-03-21T13:37:32.774 INFO:teuthology.orchestra.run.smithi186.stdout:{"epoch":3,"fsid":"81d57e16-e787-11ee-95cd-87774f69a715","modified":"2024-03-21T13:37:27.230101Z","created":"2024-03-21T13:34:37.332497Z","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.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:3300","nonce":0},{"type":"v1","addr":"172.21.15.186:6789","nonce":0}]},"addr":"172.21.15.186:6789/0","public_addr":"172.21.15.186:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.170:3300","nonce":0},{"type":"v1","addr":"172.21.15.170:6789","nonce":0}]},"addr":"172.21.15.170:6789/0","public_addr":"172.21.15.170:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-03-21T13:37:32.777 INFO:teuthology.orchestra.run.smithi186.stderr:dumped monmap epoch 3 2024-03-21T13:37:33.523 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-03-21T13:37:33.524 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ba760091cd7bd2b0d23f4825ac856ba66450e988 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81d57e16-e787-11ee-95cd-87774f69a715 -- ceph config generate-minimal-conf 2024-03-21T13:37:33.616 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:33 smithi186 bash[23727]: cephadm 2024-03-21T13:37:32.329316+0000 mgr.a (mgr.14152) 76 : cephadm [INF] Updating smithi100:/etc/ceph/ceph.conf 2024-03-21T13:37:33.616 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:33 smithi186 bash[23727]: cephadm 2024-03-21T13:37:32.330250+0000 mgr.a (mgr.14152) 77 : cephadm [INF] Updating smithi170:/etc/ceph/ceph.conf 2024-03-21T13:37:33.616 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:33 smithi186 bash[23727]: cephadm 2024-03-21T13:37:32.331866+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi186:/etc/ceph/ceph.conf 2024-03-21T13:37:33.616 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:33 smithi186 bash[23727]: cluster 2024-03-21T13:37:32.369988+0000 mgr.a (mgr.14152) 79 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:37:33.616 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:33 smithi186 bash[23727]: cephadm 2024-03-21T13:37:32.646646+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi100:/var/lib/ceph/81d57e16-e787-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:37:33.616 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:33 smithi186 bash[23727]: cephadm 2024-03-21T13:37:32.647715+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi170:/var/lib/ceph/81d57e16-e787-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:37:33.616 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:33 smithi186 bash[23727]: cephadm 2024-03-21T13:37:32.648148+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Updating smithi186:/var/lib/ceph/81d57e16-e787-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:37:33.617 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:33 smithi186 bash[23727]: audit 2024-03-21T13:37:32.774888+0000 mon.a (mon.0) 206 : audit [DBG] from='client.? 172.21.15.186:0/1177775372' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-21T13:37:33.617 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:33 smithi186 bash[23727]: audit 2024-03-21T13:37:32.867369+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:33.617 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:33 smithi186 bash[23727]: audit 2024-03-21T13:37:32.871292+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:33.617 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:33 smithi186 bash[23727]: audit 2024-03-21T13:37:32.874760+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:33.617 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:33 smithi186 bash[23727]: audit 2024-03-21T13:37:32.879701+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:33.617 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:33 smithi186 bash[23727]: audit 2024-03-21T13:37:32.884778+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:33.617 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:33 smithi186 bash[23727]: audit 2024-03-21T13:37:32.889796+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:33.617 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:33 smithi186 bash[23727]: audit 2024-03-21T13:37:32.896553+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:33.617 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:33 smithi186 bash[23727]: audit 2024-03-21T13:37:33.002549+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:33.617 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:33 smithi186 bash[23727]: audit 2024-03-21T13:37:33.008537+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:33.617 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:33 smithi186 bash[23727]: audit 2024-03-21T13:37:33.014399+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:33.617 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:33 smithi186 bash[23727]: audit 2024-03-21T13:37:33.020255+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:33.617 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:33 smithi186 bash[23727]: cephadm 2024-03-21T13:37:33.021106+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-03-21T13:37:33.617 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:33 smithi186 bash[23727]: audit 2024-03-21T13:37:33.021736+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T13:37:33.617 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:33 smithi186 bash[23727]: audit 2024-03-21T13:37:33.023461+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T13:37:33.617 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:33 smithi186 bash[23727]: audit 2024-03-21T13:37:33.025315+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:37:33.618 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:33 smithi186 bash[23727]: cephadm 2024-03-21T13:37:33.027483+0000 mgr.a (mgr.14152) 84 : cephadm [INF] Reconfiguring daemon mon.a on smithi100 2024-03-21T13:37:33.618 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:33 smithi186 bash[23727]: audit 2024-03-21T13:37:33.231001+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:37:33.773 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:33 smithi100 bash[21523]: cephadm 2024-03-21T13:37:32.329316+0000 mgr.a (mgr.14152) 76 : cephadm [INF] Updating smithi100:/etc/ceph/ceph.conf 2024-03-21T13:37:33.773 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:33 smithi100 bash[21523]: cephadm 2024-03-21T13:37:32.330250+0000 mgr.a (mgr.14152) 77 : cephadm [INF] Updating smithi170:/etc/ceph/ceph.conf 2024-03-21T13:37:33.773 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:33 smithi100 bash[21523]: cephadm 2024-03-21T13:37:32.331866+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi186:/etc/ceph/ceph.conf 2024-03-21T13:37:33.773 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:33 smithi100 bash[21523]: cluster 2024-03-21T13:37:32.369988+0000 mgr.a (mgr.14152) 79 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:37:33.773 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:33 smithi100 bash[21523]: cephadm 2024-03-21T13:37:32.646646+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi100:/var/lib/ceph/81d57e16-e787-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:37:33.773 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:33 smithi100 bash[21523]: cephadm 2024-03-21T13:37:32.647715+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi170:/var/lib/ceph/81d57e16-e787-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:37:33.773 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:33 smithi100 bash[21523]: cephadm 2024-03-21T13:37:32.648148+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Updating smithi186:/var/lib/ceph/81d57e16-e787-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:37:33.773 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:33 smithi100 bash[21523]: audit 2024-03-21T13:37:32.774888+0000 mon.a (mon.0) 206 : audit [DBG] from='client.? 172.21.15.186:0/1177775372' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-21T13:37:33.773 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:33 smithi100 bash[21523]: audit 2024-03-21T13:37:32.867369+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:33.773 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:33 smithi100 bash[21523]: audit 2024-03-21T13:37:32.871292+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:33.773 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:33 smithi100 bash[21523]: audit 2024-03-21T13:37:32.874760+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:33.773 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:33 smithi100 bash[21523]: audit 2024-03-21T13:37:32.879701+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:33.773 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:33 smithi100 bash[21523]: audit 2024-03-21T13:37:32.884778+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:33.773 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:33 smithi100 bash[21523]: audit 2024-03-21T13:37:32.889796+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:33.774 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:33 smithi100 bash[21523]: audit 2024-03-21T13:37:32.896553+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:33.774 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:33 smithi100 bash[21523]: audit 2024-03-21T13:37:33.002549+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:33.774 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:33 smithi100 bash[21523]: audit 2024-03-21T13:37:33.008537+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:33.774 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:33 smithi100 bash[21523]: audit 2024-03-21T13:37:33.014399+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:33.774 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:33 smithi100 bash[21523]: audit 2024-03-21T13:37:33.020255+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:33.774 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:33 smithi100 bash[21523]: cephadm 2024-03-21T13:37:33.021106+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-03-21T13:37:33.774 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:33 smithi100 bash[21523]: audit 2024-03-21T13:37:33.021736+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T13:37:33.774 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:33 smithi100 bash[21523]: audit 2024-03-21T13:37:33.023461+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T13:37:33.774 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:33 smithi100 bash[21523]: audit 2024-03-21T13:37:33.025315+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:37:33.774 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:33 smithi100 bash[21523]: cephadm 2024-03-21T13:37:33.027483+0000 mgr.a (mgr.14152) 84 : cephadm [INF] Reconfiguring daemon mon.a on smithi100 2024-03-21T13:37:33.774 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:33 smithi100 bash[21523]: audit 2024-03-21T13:37:33.231001+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:37:34.526 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:34 smithi170 bash[22996]: cluster 2024-03-21T13:37:20.367370+0000 mgr.a (mgr.14152) 70 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:37:34.526 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:34 smithi170 bash[22996]: audit 2024-03-21T13:37:21.194496+0000 mon.a (mon.0) 158 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:37:34.527 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:34 smithi170 bash[22996]: cluster 2024-03-21T13:37:21.194812+0000 mon.a (mon.0) 159 : cluster [INF] mon.a calling monitor election 2024-03-21T13:37:34.527 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:34 smithi170 bash[22996]: audit 2024-03-21T13:37:21.215194+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:37:34.527 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:34 smithi170 bash[22996]: audit 2024-03-21T13:37:22.189454+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:37:34.527 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:34 smithi170 bash[22996]: cluster 2024-03-21T13:37:22.367762+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:37:34.527 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:34 smithi170 bash[22996]: audit 2024-03-21T13:37:23.189605+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:37:34.527 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:34 smithi170 bash[22996]: cluster 2024-03-21T13:37:23.191419+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-03-21T13:37:34.527 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:34 smithi170 bash[22996]: audit 2024-03-21T13:37:24.189692+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:37:34.527 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:34 smithi170 bash[22996]: cluster 2024-03-21T13:37:24.368201+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:37:34.527 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:34 smithi170 bash[22996]: audit 2024-03-21T13:37:25.189814+0000 mon.a (mon.0) 164 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:37:34.527 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:34 smithi170 bash[22996]: audit 2024-03-21T13:37:25.229866+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:37:34.527 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:34 smithi170 bash[22996]: audit 2024-03-21T13:37:26.190112+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:37:34.527 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:34 smithi170 bash[22996]: audit 2024-03-21T13:37:26.235075+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:37:34.527 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:34 smithi170 bash[22996]: cluster 2024-03-21T13:37:26.235751+0000 mon.a (mon.0) 168 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-21T13:37:34.527 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:34 smithi170 bash[22996]: cluster 2024-03-21T13:37:26.241765+0000 mon.a (mon.0) 169 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.100:3300/0,v1:172.21.15.100:6789/0],c=[v2:172.21.15.186:3300/0,v1:172.21.15.186:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-21T13:37:34.528 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:34 smithi170 bash[22996]: cluster 2024-03-21T13:37:26.262858+0000 mon.a (mon.0) 170 : cluster [DBG] fsmap 2024-03-21T13:37:34.528 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:34 smithi170 bash[22996]: cluster 2024-03-21T13:37:26.262942+0000 mon.a (mon.0) 171 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-21T13:37:34.528 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:34 smithi170 bash[22996]: cluster 2024-03-21T13:37:26.263245+0000 mon.a (mon.0) 172 : cluster [DBG] mgrmap e13: a(active, since 97s) 2024-03-21T13:37:34.528 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:34 smithi170 bash[22996]: cluster 2024-03-21T13:37:26.263500+0000 mon.a (mon.0) 173 : cluster [INF] overall HEALTH_OK 2024-03-21T13:37:34.528 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:34 smithi170 bash[22996]: audit 2024-03-21T13:37:26.270069+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:34.528 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:34 smithi170 bash[22996]: audit 2024-03-21T13:37:26.276611+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:34.528 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:34 smithi170 bash[22996]: audit 2024-03-21T13:37:26.292596+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:34.528 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:34 smithi170 bash[22996]: audit 2024-03-21T13:37:26.299738+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:34.529 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:34 smithi170 bash[22996]: cluster 2024-03-21T13:37:26.368636+0000 mgr.a (mgr.14152) 73 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:37:34.529 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:34 smithi170 bash[22996]: cluster 2024-03-21T13:37:27.235366+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-03-21T13:37:34.529 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:34 smithi170 bash[22996]: audit 2024-03-21T13:37:27.236887+0000 mon.a (mon.0) 181 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:37:34.529 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:34 smithi170 bash[22996]: cluster 2024-03-21T13:37:27.237459+0000 mon.a (mon.0) 182 : cluster [INF] mon.a calling monitor election 2024-03-21T13:37:34.529 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:34 smithi170 bash[22996]: audit 2024-03-21T13:37:27.263591+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:37:34.529 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:34 smithi170 bash[22996]: audit 2024-03-21T13:37:27.263830+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:37:34.529 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:34 smithi170 bash[22996]: audit 2024-03-21T13:37:28.229926+0000 mon.a (mon.0) 185 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:37:34.529 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:34 smithi170 bash[22996]: cluster 2024-03-21T13:37:28.369088+0000 mgr.a (mgr.14152) 74 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:37:34.529 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:34 smithi170 bash[22996]: audit 2024-03-21T13:37:29.230232+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:37:34.529 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:34 smithi170 bash[22996]: audit 2024-03-21T13:37:30.230337+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:37:34.529 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:34 smithi170 bash[22996]: cluster 2024-03-21T13:37:30.369476+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:37:34.529 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:34 smithi170 bash[22996]: audit 2024-03-21T13:37:31.230556+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:37:34.529 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:34 smithi170 bash[22996]: audit 2024-03-21T13:37:32.230725+0000 mon.a (mon.0) 189 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:37:34.529 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:34 smithi170 bash[22996]: cluster 2024-03-21T13:37:32.263484+0000 mon.a (mon.0) 190 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-21T13:37:34.529 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:34 smithi170 bash[22996]: cluster 2024-03-21T13:37:32.269329+0000 mon.a (mon.0) 191 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.100:3300/0,v1:172.21.15.100:6789/0],b=[v2:172.21.15.170:3300/0,v1:172.21.15.170:6789/0],c=[v2:172.21.15.186:3300/0,v1:172.21.15.186:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-21T13:37:34.529 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:34 smithi170 bash[22996]: cluster 2024-03-21T13:37:32.286931+0000 mon.a (mon.0) 192 : cluster [DBG] fsmap 2024-03-21T13:37:34.530 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:34 smithi170 bash[22996]: cluster 2024-03-21T13:37:32.286988+0000 mon.a (mon.0) 193 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-21T13:37:34.530 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:34 smithi170 bash[22996]: cluster 2024-03-21T13:37:32.287272+0000 mon.a (mon.0) 194 : cluster [DBG] mgrmap e13: a(active, since 103s) 2024-03-21T13:37:34.530 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:34 smithi170 bash[22996]: cluster 2024-03-21T13:37:32.287585+0000 mon.a (mon.0) 195 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-03-21T13:37:34.530 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:34 smithi170 bash[22996]: cluster 2024-03-21T13:37:32.294756+0000 mon.a (mon.0) 196 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-03-21T13:37:34.530 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:34 smithi170 bash[22996]: cluster 2024-03-21T13:37:32.294792+0000 mon.a (mon.0) 197 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-03-21T13:37:34.530 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:34 smithi170 bash[22996]: cluster 2024-03-21T13:37:32.294812+0000 mon.a (mon.0) 198 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.170:3300/0,v1:172.21.15.170:6789/0] is down (out of quorum) 2024-03-21T13:37:34.530 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:34 smithi170 bash[22996]: audit 2024-03-21T13:37:32.299261+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:34.530 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:34 smithi170 bash[22996]: audit 2024-03-21T13:37:32.306232+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:34.530 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:34 smithi170 bash[22996]: audit 2024-03-21T13:37:32.312022+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:34.530 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:34 smithi170 bash[22996]: audit 2024-03-21T13:37:32.318144+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:34.530 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:34 smithi170 bash[22996]: audit 2024-03-21T13:37:32.323542+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:34.530 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:34 smithi170 bash[22996]: audit 2024-03-21T13:37:32.325171+0000 mon.a (mon.0) 204 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:37:34.530 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:34 smithi170 bash[22996]: audit 2024-03-21T13:37:32.326862+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:37:34.530 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:34 smithi170 bash[22996]: cephadm 2024-03-21T13:37:32.329316+0000 mgr.a (mgr.14152) 76 : cephadm [INF] Updating smithi100:/etc/ceph/ceph.conf 2024-03-21T13:37:34.530 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:34 smithi170 bash[22996]: cephadm 2024-03-21T13:37:32.330250+0000 mgr.a (mgr.14152) 77 : cephadm [INF] Updating smithi170:/etc/ceph/ceph.conf 2024-03-21T13:37:34.530 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:34 smithi170 bash[22996]: cephadm 2024-03-21T13:37:32.331866+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi186:/etc/ceph/ceph.conf 2024-03-21T13:37:34.531 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:34 smithi170 bash[22996]: cluster 2024-03-21T13:37:32.369988+0000 mgr.a (mgr.14152) 79 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:37:34.531 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:34 smithi170 bash[22996]: cephadm 2024-03-21T13:37:32.646646+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi100:/var/lib/ceph/81d57e16-e787-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:37:34.531 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:34 smithi170 bash[22996]: cephadm 2024-03-21T13:37:32.647715+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi170:/var/lib/ceph/81d57e16-e787-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:37:34.531 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:34 smithi170 bash[22996]: cephadm 2024-03-21T13:37:32.648148+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Updating smithi186:/var/lib/ceph/81d57e16-e787-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:37:34.531 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:34 smithi170 bash[22996]: audit 2024-03-21T13:37:32.774888+0000 mon.a (mon.0) 206 : audit [DBG] from='client.? 172.21.15.186:0/1177775372' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-21T13:37:34.531 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:34 smithi170 bash[22996]: audit 2024-03-21T13:37:32.867369+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:34.531 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:34 smithi170 bash[22996]: audit 2024-03-21T13:37:32.871292+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:34.531 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:34 smithi170 bash[22996]: audit 2024-03-21T13:37:32.874760+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:34.531 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:34 smithi170 bash[22996]: audit 2024-03-21T13:37:32.879701+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:34.531 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:34 smithi170 bash[22996]: audit 2024-03-21T13:37:32.884778+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:34.531 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:34 smithi170 bash[22996]: audit 2024-03-21T13:37:32.889796+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:34.531 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:34 smithi170 bash[22996]: audit 2024-03-21T13:37:32.896553+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:34.531 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:34 smithi170 bash[22996]: audit 2024-03-21T13:37:33.002549+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:34.531 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:34 smithi170 bash[22996]: audit 2024-03-21T13:37:33.008537+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:34.531 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:34 smithi170 bash[22996]: audit 2024-03-21T13:37:33.014399+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:34.531 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:34 smithi170 bash[22996]: audit 2024-03-21T13:37:33.020255+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:34.531 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:34 smithi170 bash[22996]: cephadm 2024-03-21T13:37:33.021106+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-03-21T13:37:34.532 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:34 smithi170 bash[22996]: audit 2024-03-21T13:37:33.021736+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T13:37:34.532 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:34 smithi170 bash[22996]: audit 2024-03-21T13:37:33.023461+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T13:37:34.532 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:34 smithi170 bash[22996]: audit 2024-03-21T13:37:33.025315+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:37:34.532 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:34 smithi170 bash[22996]: cephadm 2024-03-21T13:37:33.027483+0000 mgr.a (mgr.14152) 84 : cephadm [INF] Reconfiguring daemon mon.a on smithi100 2024-03-21T13:37:34.532 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:34 smithi170 bash[22996]: audit 2024-03-21T13:37:33.231001+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:37:34.532 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:34 smithi170 bash[22996]: cluster 2024-03-21T13:37:29.232032+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-03-21T13:37:34.532 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:34 smithi170 bash[22996]: cluster 2024-03-21T13:37:34.265571+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-03-21T13:37:34.532 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:34 smithi170 bash[22996]: cluster 2024-03-21T13:37:34.265989+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-03-21T13:37:34.532 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:34 smithi170 bash[22996]: cluster 2024-03-21T13:37:34.266262+0000 mon.a (mon.0) 223 : cluster [INF] mon.a calling monitor election 2024-03-21T13:37:34.532 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:34 smithi170 bash[22996]: cluster 2024-03-21T13:37:34.292544+0000 mon.a (mon.0) 224 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-21T13:37:34.532 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:34 smithi170 bash[22996]: cluster 2024-03-21T13:37:34.298652+0000 mon.a (mon.0) 225 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.100:3300/0,v1:172.21.15.100:6789/0],b=[v2:172.21.15.170:3300/0,v1:172.21.15.170:6789/0],c=[v2:172.21.15.186:3300/0,v1:172.21.15.186:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-21T13:37:34.532 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:34 smithi170 bash[22996]: cluster 2024-03-21T13:37:34.299695+0000 mon.a (mon.0) 226 : cluster [DBG] fsmap 2024-03-21T13:37:34.532 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:34 smithi170 bash[22996]: cluster 2024-03-21T13:37:34.299771+0000 mon.a (mon.0) 227 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-21T13:37:34.532 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:34 smithi170 bash[22996]: cluster 2024-03-21T13:37:34.300064+0000 mon.a (mon.0) 228 : cluster [DBG] mgrmap e13: a(active, since 105s) 2024-03-21T13:37:34.532 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:34 smithi170 bash[22996]: cluster 2024-03-21T13:37:34.300371+0000 mon.a (mon.0) 229 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-03-21T13:37:34.532 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:34 smithi170 bash[22996]: cluster 2024-03-21T13:37:34.300417+0000 mon.a (mon.0) 230 : cluster [INF] Cluster is now healthy 2024-03-21T13:37:34.532 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:34 smithi170 bash[22996]: cluster 2024-03-21T13:37:34.306305+0000 mon.a (mon.0) 231 : cluster [INF] overall HEALTH_OK 2024-03-21T13:37:34.616 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:34 smithi186 bash[23727]: cluster 2024-03-21T13:37:29.232032+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-03-21T13:37:34.616 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:34 smithi186 bash[23727]: cluster 2024-03-21T13:37:34.265571+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-03-21T13:37:34.616 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:34 smithi186 bash[23727]: cluster 2024-03-21T13:37:34.265989+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-03-21T13:37:34.616 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:34 smithi186 bash[23727]: cluster 2024-03-21T13:37:34.266262+0000 mon.a (mon.0) 223 : cluster [INF] mon.a calling monitor election 2024-03-21T13:37:34.616 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:34 smithi186 bash[23727]: cluster 2024-03-21T13:37:34.292544+0000 mon.a (mon.0) 224 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-21T13:37:34.616 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:34 smithi186 bash[23727]: cluster 2024-03-21T13:37:34.298652+0000 mon.a (mon.0) 225 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.100:3300/0,v1:172.21.15.100:6789/0],b=[v2:172.21.15.170:3300/0,v1:172.21.15.170:6789/0],c=[v2:172.21.15.186:3300/0,v1:172.21.15.186:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-21T13:37:34.616 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:34 smithi186 bash[23727]: cluster 2024-03-21T13:37:34.299695+0000 mon.a (mon.0) 226 : cluster [DBG] fsmap 2024-03-21T13:37:34.616 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:34 smithi186 bash[23727]: cluster 2024-03-21T13:37:34.299771+0000 mon.a (mon.0) 227 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-21T13:37:34.616 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:34 smithi186 bash[23727]: cluster 2024-03-21T13:37:34.300064+0000 mon.a (mon.0) 228 : cluster [DBG] mgrmap e13: a(active, since 105s) 2024-03-21T13:37:34.616 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:34 smithi186 bash[23727]: cluster 2024-03-21T13:37:34.300371+0000 mon.a (mon.0) 229 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-03-21T13:37:34.617 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:34 smithi186 bash[23727]: cluster 2024-03-21T13:37:34.300417+0000 mon.a (mon.0) 230 : cluster [INF] Cluster is now healthy 2024-03-21T13:37:34.617 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:34 smithi186 bash[23727]: cluster 2024-03-21T13:37:34.306305+0000 mon.a (mon.0) 231 : cluster [INF] overall HEALTH_OK 2024-03-21T13:37:34.745 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:34 smithi100 bash[21523]: cluster 2024-03-21T13:37:29.232032+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-03-21T13:37:34.745 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:34 smithi100 bash[21523]: cluster 2024-03-21T13:37:34.265571+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-03-21T13:37:34.745 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:34 smithi100 bash[21523]: cluster 2024-03-21T13:37:34.265989+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-03-21T13:37:34.745 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:34 smithi100 bash[21523]: cluster 2024-03-21T13:37:34.266262+0000 mon.a (mon.0) 223 : cluster [INF] mon.a calling monitor election 2024-03-21T13:37:34.745 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:34 smithi100 bash[21523]: cluster 2024-03-21T13:37:34.292544+0000 mon.a (mon.0) 224 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-21T13:37:34.745 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:34 smithi100 bash[21523]: cluster 2024-03-21T13:37:34.298652+0000 mon.a (mon.0) 225 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.100:3300/0,v1:172.21.15.100:6789/0],b=[v2:172.21.15.170:3300/0,v1:172.21.15.170:6789/0],c=[v2:172.21.15.186:3300/0,v1:172.21.15.186:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-21T13:37:34.745 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:34 smithi100 bash[21523]: cluster 2024-03-21T13:37:34.299695+0000 mon.a (mon.0) 226 : cluster [DBG] fsmap 2024-03-21T13:37:34.745 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:34 smithi100 bash[21523]: cluster 2024-03-21T13:37:34.299771+0000 mon.a (mon.0) 227 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-21T13:37:34.745 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:34 smithi100 bash[21523]: cluster 2024-03-21T13:37:34.300064+0000 mon.a (mon.0) 228 : cluster [DBG] mgrmap e13: a(active, since 105s) 2024-03-21T13:37:34.745 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:34 smithi100 bash[21523]: cluster 2024-03-21T13:37:34.300371+0000 mon.a (mon.0) 229 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-03-21T13:37:34.746 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:34 smithi100 bash[21523]: cluster 2024-03-21T13:37:34.300417+0000 mon.a (mon.0) 230 : cluster [INF] Cluster is now healthy 2024-03-21T13:37:34.746 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:34 smithi100 bash[21523]: cluster 2024-03-21T13:37:34.306305+0000 mon.a (mon.0) 231 : cluster [INF] overall HEALTH_OK 2024-03-21T13:37:36.469 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:36 smithi170 bash[22996]: cluster 2024-03-21T13:37:34.370294+0000 mgr.a (mgr.14152) 85 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:37:36.469 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:36 smithi170 bash[22996]: audit 2024-03-21T13:37:35.192798+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:36.469 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:36 smithi170 bash[22996]: audit 2024-03-21T13:37:35.197620+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:36.469 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:36 smithi170 bash[22996]: audit 2024-03-21T13:37:35.230804+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:37:36.469 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:36 smithi170 bash[22996]: cephadm 2024-03-21T13:37:35.248459+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-03-21T13:37:36.469 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:36 smithi170 bash[22996]: audit 2024-03-21T13:37:35.248955+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T13:37:36.469 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:36 smithi170 bash[22996]: audit 2024-03-21T13:37:35.250255+0000 mon.a (mon.0) 236 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T13:37:36.469 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:36 smithi170 bash[22996]: audit 2024-03-21T13:37:35.251534+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:37:36.470 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:36 smithi170 bash[22996]: cephadm 2024-03-21T13:37:35.252981+0000 mgr.a (mgr.14152) 87 : cephadm [INF] Reconfiguring daemon mon.b on smithi170 2024-03-21T13:37:36.522 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:36 smithi100 bash[21523]: cluster 2024-03-21T13:37:34.370294+0000 mgr.a (mgr.14152) 85 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:37:36.522 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:36 smithi100 bash[21523]: audit 2024-03-21T13:37:35.192798+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:36.522 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:36 smithi100 bash[21523]: audit 2024-03-21T13:37:35.197620+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:36.522 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:36 smithi100 bash[21523]: audit 2024-03-21T13:37:35.230804+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:37:36.522 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:36 smithi100 bash[21523]: cephadm 2024-03-21T13:37:35.248459+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-03-21T13:37:36.522 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:36 smithi100 bash[21523]: audit 2024-03-21T13:37:35.248955+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T13:37:36.522 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:36 smithi100 bash[21523]: audit 2024-03-21T13:37:35.250255+0000 mon.a (mon.0) 236 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T13:37:36.522 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:36 smithi100 bash[21523]: audit 2024-03-21T13:37:35.251534+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:37:36.523 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:36 smithi100 bash[21523]: cephadm 2024-03-21T13:37:35.252981+0000 mgr.a (mgr.14152) 87 : cephadm [INF] Reconfiguring daemon mon.b on smithi170 2024-03-21T13:37:36.616 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:36 smithi186 bash[23727]: cluster 2024-03-21T13:37:34.370294+0000 mgr.a (mgr.14152) 85 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:37:36.616 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:36 smithi186 bash[23727]: audit 2024-03-21T13:37:35.192798+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:36.616 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:36 smithi186 bash[23727]: audit 2024-03-21T13:37:35.197620+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:36.616 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:36 smithi186 bash[23727]: audit 2024-03-21T13:37:35.230804+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:37:36.616 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:36 smithi186 bash[23727]: cephadm 2024-03-21T13:37:35.248459+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-03-21T13:37:36.616 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:36 smithi186 bash[23727]: audit 2024-03-21T13:37:35.248955+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T13:37:36.617 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:36 smithi186 bash[23727]: audit 2024-03-21T13:37:35.250255+0000 mon.a (mon.0) 236 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T13:37:36.617 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:36 smithi186 bash[23727]: audit 2024-03-21T13:37:35.251534+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:37:36.617 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:36 smithi186 bash[23727]: cephadm 2024-03-21T13:37:35.252981+0000 mgr.a (mgr.14152) 87 : cephadm [INF] Reconfiguring daemon mon.b on smithi170 2024-03-21T13:37:38.221 INFO:teuthology.orchestra.run.smithi100.stderr:Inferring config /var/lib/ceph/81d57e16-e787-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T13:37:38.242 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:37 smithi100 bash[21523]: cluster 2024-03-21T13:37:36.370664+0000 mgr.a (mgr.14152) 88 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:37:38.242 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:37 smithi100 bash[21523]: audit 2024-03-21T13:37:36.984218+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:38.242 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:37 smithi100 bash[21523]: audit 2024-03-21T13:37:36.991494+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:38.242 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:37 smithi100 bash[21523]: cephadm 2024-03-21T13:37:37.022544+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-03-21T13:37:38.242 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:37 smithi100 bash[21523]: audit 2024-03-21T13:37:37.023270+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T13:37:38.242 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:37 smithi100 bash[21523]: audit 2024-03-21T13:37:37.025259+0000 mon.a (mon.0) 241 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T13:37:38.242 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:37 smithi100 bash[21523]: audit 2024-03-21T13:37:37.027144+0000 mon.a (mon.0) 242 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:37:38.242 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:37 smithi100 bash[21523]: cephadm 2024-03-21T13:37:37.029339+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Reconfiguring daemon mon.c on smithi186 2024-03-21T13:37:38.242 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:37 smithi186 bash[23727]: cluster 2024-03-21T13:37:36.370664+0000 mgr.a (mgr.14152) 88 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:37:38.243 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:37 smithi186 bash[23727]: audit 2024-03-21T13:37:36.984218+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:38.243 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:37 smithi186 bash[23727]: audit 2024-03-21T13:37:36.991494+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:38.243 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:37 smithi186 bash[23727]: cephadm 2024-03-21T13:37:37.022544+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-03-21T13:37:38.243 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:37 smithi186 bash[23727]: audit 2024-03-21T13:37:37.023270+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T13:37:38.243 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:37 smithi186 bash[23727]: audit 2024-03-21T13:37:37.025259+0000 mon.a (mon.0) 241 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T13:37:38.243 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:37 smithi186 bash[23727]: audit 2024-03-21T13:37:37.027144+0000 mon.a (mon.0) 242 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:37:38.243 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:37 smithi186 bash[23727]: cephadm 2024-03-21T13:37:37.029339+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Reconfiguring daemon mon.c on smithi186 2024-03-21T13:37:38.276 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:37 smithi170 bash[22996]: cluster 2024-03-21T13:37:36.370664+0000 mgr.a (mgr.14152) 88 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:37:38.276 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:37 smithi170 bash[22996]: audit 2024-03-21T13:37:36.984218+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:38.276 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:37 smithi170 bash[22996]: audit 2024-03-21T13:37:36.991494+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:38.276 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:37 smithi170 bash[22996]: cephadm 2024-03-21T13:37:37.022544+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-03-21T13:37:38.276 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:37 smithi170 bash[22996]: audit 2024-03-21T13:37:37.023270+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T13:37:38.276 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:37 smithi170 bash[22996]: audit 2024-03-21T13:37:37.025259+0000 mon.a (mon.0) 241 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T13:37:38.276 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:37 smithi170 bash[22996]: audit 2024-03-21T13:37:37.027144+0000 mon.a (mon.0) 242 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:37:38.276 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:37 smithi170 bash[22996]: cephadm 2024-03-21T13:37:37.029339+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Reconfiguring daemon mon.c on smithi186 2024-03-21T13:37:40.272 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:39 smithi100 bash[21523]: cluster 2024-03-21T13:37:38.371066+0000 mgr.a (mgr.14152) 91 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:37:40.272 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:39 smithi100 bash[21523]: audit 2024-03-21T13:37:38.874733+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:40.272 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:39 smithi100 bash[21523]: audit 2024-03-21T13:37:38.883630+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:40.272 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:39 smithi100 bash[21523]: audit 2024-03-21T13:37:38.899952+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:37:40.272 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:39 smithi100 bash[21523]: audit 2024-03-21T13:37:39.583468+0000 mon.a (mon.0) 246 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:37:40.272 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:39 smithi100 bash[21523]: audit 2024-03-21T13:37:39.585285+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:37:40.272 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:39 smithi100 bash[21523]: audit 2024-03-21T13:37:39.596439+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:40.276 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:39 smithi170 bash[22996]: cluster 2024-03-21T13:37:38.371066+0000 mgr.a (mgr.14152) 91 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:37:40.276 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:39 smithi170 bash[22996]: audit 2024-03-21T13:37:38.874733+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:40.276 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:39 smithi170 bash[22996]: audit 2024-03-21T13:37:38.883630+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:40.276 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:39 smithi170 bash[22996]: audit 2024-03-21T13:37:38.899952+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:37:40.276 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:39 smithi170 bash[22996]: audit 2024-03-21T13:37:39.583468+0000 mon.a (mon.0) 246 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:37:40.276 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:39 smithi170 bash[22996]: audit 2024-03-21T13:37:39.585285+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:37:40.276 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:39 smithi170 bash[22996]: audit 2024-03-21T13:37:39.596439+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:40.366 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:39 smithi186 bash[23727]: cluster 2024-03-21T13:37:38.371066+0000 mgr.a (mgr.14152) 91 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:37:40.366 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:39 smithi186 bash[23727]: audit 2024-03-21T13:37:38.874733+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:40.366 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:39 smithi186 bash[23727]: audit 2024-03-21T13:37:38.883630+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:40.366 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:39 smithi186 bash[23727]: audit 2024-03-21T13:37:38.899952+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:37:40.366 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:39 smithi186 bash[23727]: audit 2024-03-21T13:37:39.583468+0000 mon.a (mon.0) 246 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:37:40.366 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:39 smithi186 bash[23727]: audit 2024-03-21T13:37:39.585285+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:37:40.366 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:39 smithi186 bash[23727]: audit 2024-03-21T13:37:39.596439+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:41.009 INFO:teuthology.orchestra.run.smithi100.stdout:# minimal ceph.conf for 81d57e16-e787-11ee-95cd-87774f69a715 2024-03-21T13:37:41.010 INFO:teuthology.orchestra.run.smithi100.stdout:[global] 2024-03-21T13:37:41.010 INFO:teuthology.orchestra.run.smithi100.stdout: fsid = 81d57e16-e787-11ee-95cd-87774f69a715 2024-03-21T13:37:41.010 INFO:teuthology.orchestra.run.smithi100.stdout: mon_host = [v2:172.21.15.100:3300/0,v1:172.21.15.100:6789/0] [v2:172.21.15.170:3300/0,v1:172.21.15.170:6789/0] [v2:172.21.15.186:3300/0,v1:172.21.15.186:6789/0] 2024-03-21T13:37:41.768 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-03-21T13:37:41.768 DEBUG:teuthology.orchestra.run.smithi100:> set -ex 2024-03-21T13:37:41.768 DEBUG:teuthology.orchestra.run.smithi100:> sudo dd of=/etc/ceph/ceph.conf 2024-03-21T13:37:41.782 DEBUG:teuthology.orchestra.run.smithi100:> set -ex 2024-03-21T13:37:41.782 DEBUG:teuthology.orchestra.run.smithi100:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-21T13:37:41.836 DEBUG:teuthology.orchestra.run.smithi170:> set -ex 2024-03-21T13:37:41.836 DEBUG:teuthology.orchestra.run.smithi170:> sudo dd of=/etc/ceph/ceph.conf 2024-03-21T13:37:41.851 DEBUG:teuthology.orchestra.run.smithi170:> set -ex 2024-03-21T13:37:41.851 DEBUG:teuthology.orchestra.run.smithi170:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-21T13:37:41.906 DEBUG:teuthology.orchestra.run.smithi186:> set -ex 2024-03-21T13:37:41.906 DEBUG:teuthology.orchestra.run.smithi186:> sudo dd of=/etc/ceph/ceph.conf 2024-03-21T13:37:41.921 DEBUG:teuthology.orchestra.run.smithi186:> set -ex 2024-03-21T13:37:41.922 DEBUG:teuthology.orchestra.run.smithi186:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-21T13:37:41.975 INFO:tasks.cephadm:Adding mgr.a on smithi100 2024-03-21T13:37:41.976 INFO:tasks.cephadm:Adding mgr.b on smithi170 2024-03-21T13:37:41.976 DEBUG:teuthology.orchestra.run.smithi186:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ba760091cd7bd2b0d23f4825ac856ba66450e988 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81d57e16-e787-11ee-95cd-87774f69a715 -- ceph orch apply mgr '2;smithi100=a;smithi170=b' 2024-03-21T13:37:42.022 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:41 smithi100 bash[21523]: cluster 2024-03-21T13:37:40.371548+0000 mgr.a (mgr.14152) 92 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:37:42.022 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:41 smithi100 bash[21523]: audit 2024-03-21T13:37:41.010881+0000 mon.a (mon.0) 249 : audit [DBG] from='client.? 172.21.15.100:0/2990894916' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:37:42.276 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:41 smithi170 bash[22996]: cluster 2024-03-21T13:37:40.371548+0000 mgr.a (mgr.14152) 92 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:37:42.276 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:41 smithi170 bash[22996]: audit 2024-03-21T13:37:41.010881+0000 mon.a (mon.0) 249 : audit [DBG] from='client.? 172.21.15.100:0/2990894916' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:37:42.366 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:41 smithi186 bash[23727]: cluster 2024-03-21T13:37:40.371548+0000 mgr.a (mgr.14152) 92 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:37:42.366 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:41 smithi186 bash[23727]: audit 2024-03-21T13:37:41.010881+0000 mon.a (mon.0) 249 : audit [DBG] from='client.? 172.21.15.100:0/2990894916' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:37:44.272 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:43 smithi100 bash[21523]: cluster 2024-03-21T13:37:42.372024+0000 mgr.a (mgr.14152) 93 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:37:44.276 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:43 smithi170 bash[22996]: cluster 2024-03-21T13:37:42.372024+0000 mgr.a (mgr.14152) 93 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:37:44.366 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:43 smithi186 bash[23727]: cluster 2024-03-21T13:37:42.372024+0000 mgr.a (mgr.14152) 93 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:37:45.717 INFO:teuthology.orchestra.run.smithi186.stderr:Inferring config /var/lib/ceph/81d57e16-e787-11ee-95cd-87774f69a715/mon.c/config 2024-03-21T13:37:46.116 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:45 smithi186 bash[23727]: cluster 2024-03-21T13:37:44.372416+0000 mgr.a (mgr.14152) 94 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:37:46.272 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:45 smithi100 bash[21523]: cluster 2024-03-21T13:37:44.372416+0000 mgr.a (mgr.14152) 94 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:37:46.275 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:45 smithi170 bash[22996]: cluster 2024-03-21T13:37:44.372416+0000 mgr.a (mgr.14152) 94 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:37:48.272 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:47 smithi100 bash[21523]: cluster 2024-03-21T13:37:46.372881+0000 mgr.a (mgr.14152) 95 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:37:48.276 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:47 smithi170 bash[22996]: cluster 2024-03-21T13:37:46.372881+0000 mgr.a (mgr.14152) 95 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:37:48.365 INFO:teuthology.orchestra.run.smithi186.stdout:Scheduled mgr update... 2024-03-21T13:37:48.365 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:47 smithi186 bash[23727]: cluster 2024-03-21T13:37:46.372881+0000 mgr.a (mgr.14152) 95 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:37:48.978 DEBUG:teuthology.orchestra.run.smithi170:mgr.b> sudo journalctl -f -n 0 -u ceph-81d57e16-e787-11ee-95cd-87774f69a715@mgr.b.service 2024-03-21T13:37:48.980 INFO:tasks.cephadm:Deploying OSDs... 2024-03-21T13:37:48.980 DEBUG:teuthology.orchestra.run.smithi100:> set -ex 2024-03-21T13:37:48.981 DEBUG:teuthology.orchestra.run.smithi100:> dd if=/scratch_devs of=/dev/stdout 2024-03-21T13:37:48.987 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-03-21T13:37:48.987 DEBUG:teuthology.orchestra.run.smithi100:> stat /dev/vg_nvme/lv_1 2024-03-21T13:37:49.033 INFO:teuthology.orchestra.run.smithi100.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-03-21T13:37:49.033 INFO:teuthology.orchestra.run.smithi100.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T13:37:49.033 INFO:teuthology.orchestra.run.smithi100.stdout:Device: 5h/5d Inode: 881 Links: 1 2024-03-21T13:37:49.033 INFO:teuthology.orchestra.run.smithi100.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T13:37:49.033 INFO:teuthology.orchestra.run.smithi100.stdout:Access: 2024-03-21 13:27:23.266734453 +0000 2024-03-21T13:37:49.033 INFO:teuthology.orchestra.run.smithi100.stdout:Modify: 2024-03-21 13:27:23.038736488 +0000 2024-03-21T13:37:49.034 INFO:teuthology.orchestra.run.smithi100.stdout:Change: 2024-03-21 13:27:23.038736488 +0000 2024-03-21T13:37:49.034 INFO:teuthology.orchestra.run.smithi100.stdout: Birth: - 2024-03-21T13:37:49.034 DEBUG:teuthology.orchestra.run.smithi100:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-03-21T13:37:49.088 INFO:teuthology.orchestra.run.smithi100.stderr:1+0 records in 2024-03-21T13:37:49.088 INFO:teuthology.orchestra.run.smithi100.stderr:1+0 records out 2024-03-21T13:37:49.088 INFO:teuthology.orchestra.run.smithi100.stderr:512 bytes copied, 0.000445597 s, 1.1 MB/s 2024-03-21T13:37:49.089 DEBUG:teuthology.orchestra.run.smithi100:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-03-21T13:37:49.142 DEBUG:teuthology.orchestra.run.smithi100:> stat /dev/vg_nvme/lv_2 2024-03-21T13:37:49.188 INFO:teuthology.orchestra.run.smithi100.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-03-21T13:37:49.188 INFO:teuthology.orchestra.run.smithi100.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T13:37:49.189 INFO:teuthology.orchestra.run.smithi100.stdout:Device: 5h/5d Inode: 895 Links: 1 2024-03-21T13:37:49.189 INFO:teuthology.orchestra.run.smithi100.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T13:37:49.189 INFO:teuthology.orchestra.run.smithi100.stdout:Access: 2024-03-21 13:27:23.802729672 +0000 2024-03-21T13:37:49.189 INFO:teuthology.orchestra.run.smithi100.stdout:Modify: 2024-03-21 13:27:23.538732028 +0000 2024-03-21T13:37:49.189 INFO:teuthology.orchestra.run.smithi100.stdout:Change: 2024-03-21 13:27:23.538732028 +0000 2024-03-21T13:37:49.189 INFO:teuthology.orchestra.run.smithi100.stdout: Birth: - 2024-03-21T13:37:49.189 DEBUG:teuthology.orchestra.run.smithi100:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-03-21T13:37:49.247 INFO:teuthology.orchestra.run.smithi100.stderr:1+0 records in 2024-03-21T13:37:49.247 INFO:teuthology.orchestra.run.smithi100.stderr:1+0 records out 2024-03-21T13:37:49.247 INFO:teuthology.orchestra.run.smithi100.stderr:512 bytes copied, 0.000365266 s, 1.4 MB/s 2024-03-21T13:37:49.248 DEBUG:teuthology.orchestra.run.smithi100:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-03-21T13:37:49.298 DEBUG:teuthology.orchestra.run.smithi100:> stat /dev/vg_nvme/lv_3 2024-03-21T13:37:49.344 INFO:teuthology.orchestra.run.smithi100.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-03-21T13:37:49.344 INFO:teuthology.orchestra.run.smithi100.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T13:37:49.345 INFO:teuthology.orchestra.run.smithi100.stdout:Device: 5h/5d Inode: 912 Links: 1 2024-03-21T13:37:49.345 INFO:teuthology.orchestra.run.smithi100.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T13:37:49.345 INFO:teuthology.orchestra.run.smithi100.stdout:Access: 2024-03-21 13:27:24.306725177 +0000 2024-03-21T13:37:49.345 INFO:teuthology.orchestra.run.smithi100.stdout:Modify: 2024-03-21 13:27:24.066727316 +0000 2024-03-21T13:37:49.345 INFO:teuthology.orchestra.run.smithi100.stdout:Change: 2024-03-21 13:27:24.066727316 +0000 2024-03-21T13:37:49.345 INFO:teuthology.orchestra.run.smithi100.stdout: Birth: - 2024-03-21T13:37:49.345 DEBUG:teuthology.orchestra.run.smithi100:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-03-21T13:37:49.402 INFO:teuthology.orchestra.run.smithi100.stderr:1+0 records in 2024-03-21T13:37:49.402 INFO:teuthology.orchestra.run.smithi100.stderr:1+0 records out 2024-03-21T13:37:49.402 INFO:teuthology.orchestra.run.smithi100.stderr:512 bytes copied, 0.000380389 s, 1.3 MB/s 2024-03-21T13:37:49.403 DEBUG:teuthology.orchestra.run.smithi100:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-03-21T13:37:49.455 DEBUG:teuthology.orchestra.run.smithi100:> stat /dev/vg_nvme/lv_4 2024-03-21T13:37:49.500 INFO:teuthology.orchestra.run.smithi100.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-03-21T13:37:49.500 INFO:teuthology.orchestra.run.smithi100.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T13:37:49.500 INFO:teuthology.orchestra.run.smithi100.stdout:Device: 5h/5d Inode: 931 Links: 1 2024-03-21T13:37:49.500 INFO:teuthology.orchestra.run.smithi100.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T13:37:49.501 INFO:teuthology.orchestra.run.smithi100.stdout:Access: 2024-03-21 13:27:24.782720929 +0000 2024-03-21T13:37:49.501 INFO:teuthology.orchestra.run.smithi100.stdout:Modify: 2024-03-21 13:27:24.530723178 +0000 2024-03-21T13:37:49.501 INFO:teuthology.orchestra.run.smithi100.stdout:Change: 2024-03-21 13:27:24.530723178 +0000 2024-03-21T13:37:49.501 INFO:teuthology.orchestra.run.smithi100.stdout: Birth: - 2024-03-21T13:37:49.501 DEBUG:teuthology.orchestra.run.smithi100:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-03-21T13:37:49.558 INFO:teuthology.orchestra.run.smithi100.stderr:1+0 records in 2024-03-21T13:37:49.559 INFO:teuthology.orchestra.run.smithi100.stderr:1+0 records out 2024-03-21T13:37:49.559 INFO:teuthology.orchestra.run.smithi100.stderr:512 bytes copied, 0.000289562 s, 1.8 MB/s 2024-03-21T13:37:49.560 DEBUG:teuthology.orchestra.run.smithi100:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-03-21T13:37:49.610 DEBUG:teuthology.orchestra.run.smithi170:> set -ex 2024-03-21T13:37:49.610 DEBUG:teuthology.orchestra.run.smithi170:> dd if=/scratch_devs of=/dev/stdout 2024-03-21T13:37:49.615 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-03-21T13:37:49.615 DEBUG:teuthology.orchestra.run.smithi170:> stat /dev/vg_nvme/lv_1 2024-03-21T13:37:49.657 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:49 smithi170 bash[22996]: audit 2024-03-21T13:37:48.354718+0000 mgr.a (mgr.14152) 96 : audit [DBG] from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi100=a;smithi170=b", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:37:49.658 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:49 smithi170 bash[22996]: cephadm 2024-03-21T13:37:48.358397+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Saving service mgr spec with placement smithi100=a;smithi170=b;count:2 2024-03-21T13:37:49.658 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:49 smithi170 bash[22996]: audit 2024-03-21T13:37:48.365108+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:49.658 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:49 smithi170 bash[22996]: cluster 2024-03-21T13:37:48.373294+0000 mgr.a (mgr.14152) 98 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:37:49.658 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:49 smithi170 bash[22996]: audit 2024-03-21T13:37:48.382878+0000 mon.a (mon.0) 251 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:37:49.658 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:49 smithi170 bash[22996]: audit 2024-03-21T13:37:48.386526+0000 mon.a (mon.0) 252 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:37:49.658 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:49 smithi170 bash[22996]: audit 2024-03-21T13:37:48.388239+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:37:49.658 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:49 smithi170 bash[22996]: audit 2024-03-21T13:37:48.397250+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:49.658 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:49 smithi170 bash[22996]: audit 2024-03-21T13:37:48.400608+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T13:37:49.658 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:49 smithi170 bash[22996]: audit 2024-03-21T13:37:48.403194+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-03-21T13:37:49.658 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:49 smithi170 bash[22996]: audit 2024-03-21T13:37:48.408254+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-21T13:37:49.658 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:49 smithi170 bash[22996]: audit 2024-03-21T13:37:48.410142+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:37:49.658 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:49 smithi170 bash[22996]: cephadm 2024-03-21T13:37:48.412110+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Deploying daemon mgr.b on smithi170 2024-03-21T13:37:49.661 INFO:teuthology.orchestra.run.smithi170.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-03-21T13:37:49.661 INFO:teuthology.orchestra.run.smithi170.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T13:37:49.661 INFO:teuthology.orchestra.run.smithi170.stdout:Device: 5h/5d Inode: 885 Links: 1 2024-03-21T13:37:49.661 INFO:teuthology.orchestra.run.smithi170.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T13:37:49.661 INFO:teuthology.orchestra.run.smithi170.stdout:Access: 2024-03-21 13:27:22.935370264 +0000 2024-03-21T13:37:49.661 INFO:teuthology.orchestra.run.smithi170.stdout:Modify: 2024-03-21 13:27:22.931370299 +0000 2024-03-21T13:37:49.661 INFO:teuthology.orchestra.run.smithi170.stdout:Change: 2024-03-21 13:27:22.931370299 +0000 2024-03-21T13:37:49.661 INFO:teuthology.orchestra.run.smithi170.stdout: Birth: - 2024-03-21T13:37:49.661 DEBUG:teuthology.orchestra.run.smithi170:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-03-21T13:37:49.713 INFO:teuthology.orchestra.run.smithi170.stderr:1+0 records in 2024-03-21T13:37:49.713 INFO:teuthology.orchestra.run.smithi170.stderr:1+0 records out 2024-03-21T13:37:49.713 INFO:teuthology.orchestra.run.smithi170.stderr:512 bytes copied, 0.000166577 s, 3.1 MB/s 2024-03-21T13:37:49.714 DEBUG:teuthology.orchestra.run.smithi170:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-03-21T13:37:49.761 DEBUG:teuthology.orchestra.run.smithi170:> stat /dev/vg_nvme/lv_2 2024-03-21T13:37:49.772 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:49 smithi100 bash[21523]: audit 2024-03-21T13:37:48.354718+0000 mgr.a (mgr.14152) 96 : audit [DBG] from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi100=a;smithi170=b", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:37:49.772 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:49 smithi100 bash[21523]: cephadm 2024-03-21T13:37:48.358397+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Saving service mgr spec with placement smithi100=a;smithi170=b;count:2 2024-03-21T13:37:49.772 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:49 smithi100 bash[21523]: audit 2024-03-21T13:37:48.365108+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:49.772 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:49 smithi100 bash[21523]: cluster 2024-03-21T13:37:48.373294+0000 mgr.a (mgr.14152) 98 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:37:49.772 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:49 smithi100 bash[21523]: audit 2024-03-21T13:37:48.382878+0000 mon.a (mon.0) 251 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:37:49.772 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:49 smithi100 bash[21523]: audit 2024-03-21T13:37:48.386526+0000 mon.a (mon.0) 252 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:37:49.772 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:49 smithi100 bash[21523]: audit 2024-03-21T13:37:48.388239+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:37:49.772 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:49 smithi100 bash[21523]: audit 2024-03-21T13:37:48.397250+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:49.773 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:49 smithi100 bash[21523]: audit 2024-03-21T13:37:48.400608+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T13:37:49.773 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:49 smithi100 bash[21523]: audit 2024-03-21T13:37:48.403194+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-03-21T13:37:49.773 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:49 smithi100 bash[21523]: audit 2024-03-21T13:37:48.408254+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-21T13:37:49.773 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:49 smithi100 bash[21523]: audit 2024-03-21T13:37:48.410142+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:37:49.773 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:49 smithi100 bash[21523]: cephadm 2024-03-21T13:37:48.412110+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Deploying daemon mgr.b on smithi170 2024-03-21T13:37:49.808 INFO:teuthology.orchestra.run.smithi170.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-03-21T13:37:49.808 INFO:teuthology.orchestra.run.smithi170.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T13:37:49.809 INFO:teuthology.orchestra.run.smithi170.stdout:Device: 5h/5d Inode: 900 Links: 1 2024-03-21T13:37:49.809 INFO:teuthology.orchestra.run.smithi170.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T13:37:49.809 INFO:teuthology.orchestra.run.smithi170.stdout:Access: 2024-03-21 13:27:23.683363591 +0000 2024-03-21T13:37:49.809 INFO:teuthology.orchestra.run.smithi170.stdout:Modify: 2024-03-21 13:27:23.407366054 +0000 2024-03-21T13:37:49.809 INFO:teuthology.orchestra.run.smithi170.stdout:Change: 2024-03-21 13:27:23.407366054 +0000 2024-03-21T13:37:49.809 INFO:teuthology.orchestra.run.smithi170.stdout: Birth: - 2024-03-21T13:37:49.809 DEBUG:teuthology.orchestra.run.smithi170:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-03-21T13:37:49.866 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:49 smithi186 bash[23727]: audit 2024-03-21T13:37:48.354718+0000 mgr.a (mgr.14152) 96 : audit [DBG] from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi100=a;smithi170=b", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:37:49.866 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:49 smithi186 bash[23727]: cephadm 2024-03-21T13:37:48.358397+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Saving service mgr spec with placement smithi100=a;smithi170=b;count:2 2024-03-21T13:37:49.866 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:49 smithi186 bash[23727]: audit 2024-03-21T13:37:48.365108+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:49.867 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:49 smithi186 bash[23727]: cluster 2024-03-21T13:37:48.373294+0000 mgr.a (mgr.14152) 98 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:37:49.867 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:49 smithi186 bash[23727]: audit 2024-03-21T13:37:48.382878+0000 mon.a (mon.0) 251 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:37:49.867 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:49 smithi186 bash[23727]: audit 2024-03-21T13:37:48.386526+0000 mon.a (mon.0) 252 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:37:49.867 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:49 smithi186 bash[23727]: audit 2024-03-21T13:37:48.388239+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:37:49.867 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:49 smithi186 bash[23727]: audit 2024-03-21T13:37:48.397250+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:49.867 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:49 smithi186 bash[23727]: audit 2024-03-21T13:37:48.400608+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T13:37:49.867 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:49 smithi186 bash[23727]: audit 2024-03-21T13:37:48.403194+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-03-21T13:37:49.867 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:49 smithi186 bash[23727]: audit 2024-03-21T13:37:48.408254+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-21T13:37:49.867 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:49 smithi186 bash[23727]: audit 2024-03-21T13:37:48.410142+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:37:49.867 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:49 smithi186 bash[23727]: cephadm 2024-03-21T13:37:48.412110+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Deploying daemon mgr.b on smithi170 2024-03-21T13:37:49.867 INFO:teuthology.orchestra.run.smithi170.stderr:1+0 records in 2024-03-21T13:37:49.867 INFO:teuthology.orchestra.run.smithi170.stderr:1+0 records out 2024-03-21T13:37:49.867 INFO:teuthology.orchestra.run.smithi170.stderr:512 bytes copied, 0.000191256 s, 2.7 MB/s 2024-03-21T13:37:49.868 DEBUG:teuthology.orchestra.run.smithi170:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-03-21T13:37:49.918 DEBUG:teuthology.orchestra.run.smithi170:> stat /dev/vg_nvme/lv_3 2024-03-21T13:37:49.964 INFO:teuthology.orchestra.run.smithi170.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-03-21T13:37:49.965 INFO:teuthology.orchestra.run.smithi170.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T13:37:49.965 INFO:teuthology.orchestra.run.smithi170.stdout:Device: 5h/5d Inode: 913 Links: 1 2024-03-21T13:37:49.965 INFO:teuthology.orchestra.run.smithi170.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T13:37:49.965 INFO:teuthology.orchestra.run.smithi170.stdout:Access: 2024-03-21 13:27:24.195359024 +0000 2024-03-21T13:37:49.965 INFO:teuthology.orchestra.run.smithi170.stdout:Modify: 2024-03-21 13:27:23.927361413 +0000 2024-03-21T13:37:49.965 INFO:teuthology.orchestra.run.smithi170.stdout:Change: 2024-03-21 13:27:23.927361413 +0000 2024-03-21T13:37:49.965 INFO:teuthology.orchestra.run.smithi170.stdout: Birth: - 2024-03-21T13:37:49.965 DEBUG:teuthology.orchestra.run.smithi170:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-03-21T13:37:50.019 INFO:teuthology.orchestra.run.smithi170.stderr:1+0 records in 2024-03-21T13:37:50.019 INFO:teuthology.orchestra.run.smithi170.stderr:1+0 records out 2024-03-21T13:37:50.019 INFO:teuthology.orchestra.run.smithi170.stderr:512 bytes copied, 0.000186921 s, 2.7 MB/s 2024-03-21T13:37:50.020 DEBUG:teuthology.orchestra.run.smithi170:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-03-21T13:37:50.070 DEBUG:teuthology.orchestra.run.smithi170:> stat /dev/vg_nvme/lv_4 2024-03-21T13:37:50.117 INFO:teuthology.orchestra.run.smithi170.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-03-21T13:37:50.117 INFO:teuthology.orchestra.run.smithi170.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T13:37:50.117 INFO:teuthology.orchestra.run.smithi170.stdout:Device: 5h/5d Inode: 932 Links: 1 2024-03-21T13:37:50.117 INFO:teuthology.orchestra.run.smithi170.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T13:37:50.117 INFO:teuthology.orchestra.run.smithi170.stdout:Access: 2024-03-21 13:27:24.691354599 +0000 2024-03-21T13:37:50.117 INFO:teuthology.orchestra.run.smithi170.stdout:Modify: 2024-03-21 13:27:24.435356882 +0000 2024-03-21T13:37:50.117 INFO:teuthology.orchestra.run.smithi170.stdout:Change: 2024-03-21 13:27:24.435356882 +0000 2024-03-21T13:37:50.118 INFO:teuthology.orchestra.run.smithi170.stdout: Birth: - 2024-03-21T13:37:50.118 DEBUG:teuthology.orchestra.run.smithi170:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-03-21T13:37:50.170 INFO:teuthology.orchestra.run.smithi170.stderr:1+0 records in 2024-03-21T13:37:50.170 INFO:teuthology.orchestra.run.smithi170.stderr:1+0 records out 2024-03-21T13:37:50.170 INFO:teuthology.orchestra.run.smithi170.stderr:512 bytes copied, 0.000195255 s, 2.6 MB/s 2024-03-21T13:37:50.171 DEBUG:teuthology.orchestra.run.smithi170:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-03-21T13:37:50.223 DEBUG:teuthology.orchestra.run.smithi186:> set -ex 2024-03-21T13:37:50.223 DEBUG:teuthology.orchestra.run.smithi186:> dd if=/scratch_devs of=/dev/stdout 2024-03-21T13:37:50.229 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-03-21T13:37:50.229 DEBUG:teuthology.orchestra.run.smithi186:> stat /dev/vg_nvme/lv_1 2024-03-21T13:37:50.277 INFO:teuthology.orchestra.run.smithi186.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-03-21T13:37:50.277 INFO:teuthology.orchestra.run.smithi186.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T13:37:50.277 INFO:teuthology.orchestra.run.smithi186.stdout:Device: 5h/5d Inode: 875 Links: 1 2024-03-21T13:37:50.277 INFO:teuthology.orchestra.run.smithi186.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T13:37:50.277 INFO:teuthology.orchestra.run.smithi186.stdout:Access: 2024-03-21 13:27:25.067296288 +0000 2024-03-21T13:37:50.277 INFO:teuthology.orchestra.run.smithi186.stdout:Modify: 2024-03-21 13:27:25.063296324 +0000 2024-03-21T13:37:50.277 INFO:teuthology.orchestra.run.smithi186.stdout:Change: 2024-03-21 13:27:25.063296324 +0000 2024-03-21T13:37:50.277 INFO:teuthology.orchestra.run.smithi186.stdout: Birth: - 2024-03-21T13:37:50.277 DEBUG:teuthology.orchestra.run.smithi186:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-03-21T13:37:50.331 INFO:teuthology.orchestra.run.smithi186.stderr:1+0 records in 2024-03-21T13:37:50.331 INFO:teuthology.orchestra.run.smithi186.stderr:1+0 records out 2024-03-21T13:37:50.331 INFO:teuthology.orchestra.run.smithi186.stderr:512 bytes copied, 0.000353161 s, 1.4 MB/s 2024-03-21T13:37:50.332 DEBUG:teuthology.orchestra.run.smithi186:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-03-21T13:37:50.382 DEBUG:teuthology.orchestra.run.smithi186:> stat /dev/vg_nvme/lv_2 2024-03-21T13:37:50.429 INFO:teuthology.orchestra.run.smithi186.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-03-21T13:37:50.429 INFO:teuthology.orchestra.run.smithi186.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T13:37:50.429 INFO:teuthology.orchestra.run.smithi186.stdout:Device: 5h/5d Inode: 886 Links: 1 2024-03-21T13:37:50.429 INFO:teuthology.orchestra.run.smithi186.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T13:37:50.429 INFO:teuthology.orchestra.run.smithi186.stdout:Access: 2024-03-21 13:27:25.787289858 +0000 2024-03-21T13:37:50.429 INFO:teuthology.orchestra.run.smithi186.stdout:Modify: 2024-03-21 13:27:25.551291966 +0000 2024-03-21T13:37:50.429 INFO:teuthology.orchestra.run.smithi186.stdout:Change: 2024-03-21 13:27:25.551291966 +0000 2024-03-21T13:37:50.429 INFO:teuthology.orchestra.run.smithi186.stdout: Birth: - 2024-03-21T13:37:50.429 DEBUG:teuthology.orchestra.run.smithi186:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-03-21T13:37:50.483 INFO:teuthology.orchestra.run.smithi186.stderr:1+0 records in 2024-03-21T13:37:50.483 INFO:teuthology.orchestra.run.smithi186.stderr:1+0 records out 2024-03-21T13:37:50.483 INFO:teuthology.orchestra.run.smithi186.stderr:512 bytes copied, 0.000404397 s, 1.3 MB/s 2024-03-21T13:37:50.484 DEBUG:teuthology.orchestra.run.smithi186:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-03-21T13:37:50.534 DEBUG:teuthology.orchestra.run.smithi186:> stat /dev/vg_nvme/lv_3 2024-03-21T13:37:50.580 INFO:teuthology.orchestra.run.smithi186.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-03-21T13:37:50.580 INFO:teuthology.orchestra.run.smithi186.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T13:37:50.580 INFO:teuthology.orchestra.run.smithi186.stdout:Device: 5h/5d Inode: 904 Links: 1 2024-03-21T13:37:50.580 INFO:teuthology.orchestra.run.smithi186.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T13:37:50.580 INFO:teuthology.orchestra.run.smithi186.stdout:Access: 2024-03-21 13:27:26.287285392 +0000 2024-03-21T13:37:50.580 INFO:teuthology.orchestra.run.smithi186.stdout:Modify: 2024-03-21 13:27:26.015287821 +0000 2024-03-21T13:37:50.581 INFO:teuthology.orchestra.run.smithi186.stdout:Change: 2024-03-21 13:27:26.015287821 +0000 2024-03-21T13:37:50.581 INFO:teuthology.orchestra.run.smithi186.stdout: Birth: - 2024-03-21T13:37:50.581 DEBUG:teuthology.orchestra.run.smithi186:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-03-21T13:37:50.635 INFO:teuthology.orchestra.run.smithi186.stderr:1+0 records in 2024-03-21T13:37:50.635 INFO:teuthology.orchestra.run.smithi186.stderr:1+0 records out 2024-03-21T13:37:50.635 INFO:teuthology.orchestra.run.smithi186.stderr:512 bytes copied, 0.000376564 s, 1.4 MB/s 2024-03-21T13:37:50.636 DEBUG:teuthology.orchestra.run.smithi186:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-03-21T13:37:50.685 DEBUG:teuthology.orchestra.run.smithi186:> stat /dev/vg_nvme/lv_4 2024-03-21T13:37:50.698 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:50 smithi170 systemd[1]: /etc/systemd/system/ceph-81d57e16-e787-11ee-95cd-87774f69a715@.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-03-21T13:37:50.698 INFO:journalctl@ceph.mgr.b.smithi170.stdout:Mar 21 13:37:50 smithi170 systemd[1]: /etc/systemd/system/ceph-81d57e16-e787-11ee-95cd-87774f69a715@.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-03-21T13:37:50.698 INFO:journalctl@ceph.mgr.b.smithi170.stdout:Mar 21 13:37:50 smithi170 systemd[1]: /etc/systemd/system/ceph-81d57e16-e787-11ee-95cd-87774f69a715@.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-03-21T13:37:50.698 INFO:journalctl@ceph.mgr.b.smithi170.stdout:Mar 21 13:37:50 smithi170 systemd[1]: /etc/systemd/system/ceph-81d57e16-e787-11ee-95cd-87774f69a715@.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-03-21T13:37:50.736 INFO:teuthology.orchestra.run.smithi186.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-03-21T13:37:50.737 INFO:teuthology.orchestra.run.smithi186.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T13:37:50.737 INFO:teuthology.orchestra.run.smithi186.stdout:Device: 5h/5d Inode: 925 Links: 1 2024-03-21T13:37:50.737 INFO:teuthology.orchestra.run.smithi186.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T13:37:50.737 INFO:teuthology.orchestra.run.smithi186.stdout:Access: 2024-03-21 13:27:26.783280961 +0000 2024-03-21T13:37:50.737 INFO:teuthology.orchestra.run.smithi186.stdout:Modify: 2024-03-21 13:27:26.515283354 +0000 2024-03-21T13:37:50.737 INFO:teuthology.orchestra.run.smithi186.stdout:Change: 2024-03-21 13:27:26.515283354 +0000 2024-03-21T13:37:50.737 INFO:teuthology.orchestra.run.smithi186.stdout: Birth: - 2024-03-21T13:37:50.737 DEBUG:teuthology.orchestra.run.smithi186:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-03-21T13:37:50.791 INFO:teuthology.orchestra.run.smithi186.stderr:1+0 records in 2024-03-21T13:37:50.791 INFO:teuthology.orchestra.run.smithi186.stderr:1+0 records out 2024-03-21T13:37:50.791 INFO:teuthology.orchestra.run.smithi186.stderr:512 bytes copied, 0.000342845 s, 1.5 MB/s 2024-03-21T13:37:50.792 DEBUG:teuthology.orchestra.run.smithi186:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-03-21T13:37:50.841 INFO:tasks.cephadm:Deploying osd.0 on smithi100 with /dev/vg_nvme/lv_4... 2024-03-21T13:37:50.841 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ba760091cd7bd2b0d23f4825ac856ba66450e988 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81d57e16-e787-11ee-95cd-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-03-21T13:37:51.026 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:50 smithi170 systemd[1]: /etc/systemd/system/ceph-81d57e16-e787-11ee-95cd-87774f69a715@.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-03-21T13:37:51.026 INFO:journalctl@ceph.mgr.b.smithi170.stdout:Mar 21 13:37:50 smithi170 systemd[1]: /etc/systemd/system/ceph-81d57e16-e787-11ee-95cd-87774f69a715@.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-03-21T13:37:51.026 INFO:journalctl@ceph.mgr.b.smithi170.stdout:Mar 21 13:37:50 smithi170 systemd[1]: Started Ceph mgr.b for 81d57e16-e787-11ee-95cd-87774f69a715. 2024-03-21T13:37:51.776 INFO:journalctl@ceph.mgr.b.smithi170.stdout:Mar 21 13:37:51 smithi170 bash[23511]: debug 2024-03-21T13:37:51.574+0000 7fa17e790700 1 -- 172.21.15.170:0/3985771875 <== mon.2 v2:172.21.15.170:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5621d3dd25a0 con 0x5621d4b52400 2024-03-21T13:37:51.776 INFO:journalctl@ceph.mgr.b.smithi170.stdout:Mar 21 13:37:51 smithi170 bash[23511]: debug 2024-03-21T13:37:51.706+0000 7fa18899f200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-21T13:37:52.116 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:51 smithi186 bash[23727]: cluster 2024-03-21T13:37:50.373712+0000 mgr.a (mgr.14152) 100 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:37:52.116 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:51 smithi186 bash[23727]: audit 2024-03-21T13:37:50.843336+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:52.116 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:51 smithi186 bash[23727]: audit 2024-03-21T13:37:50.852347+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:52.116 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:51 smithi186 bash[23727]: audit 2024-03-21T13:37:50.891827+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:52.116 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:51 smithi186 bash[23727]: audit 2024-03-21T13:37:50.899997+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:52.116 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:51 smithi186 bash[23727]: audit 2024-03-21T13:37:50.998755+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:37:52.272 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:51 smithi100 bash[21523]: cluster 2024-03-21T13:37:50.373712+0000 mgr.a (mgr.14152) 100 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:37:52.272 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:51 smithi100 bash[21523]: audit 2024-03-21T13:37:50.843336+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:52.272 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:51 smithi100 bash[21523]: audit 2024-03-21T13:37:50.852347+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:52.272 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:51 smithi100 bash[21523]: audit 2024-03-21T13:37:50.891827+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:52.272 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:51 smithi100 bash[21523]: audit 2024-03-21T13:37:50.899997+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:52.272 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:51 smithi100 bash[21523]: audit 2024-03-21T13:37:50.998755+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:37:52.276 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:51 smithi170 bash[22996]: cluster 2024-03-21T13:37:50.373712+0000 mgr.a (mgr.14152) 100 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:37:52.276 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:51 smithi170 bash[22996]: audit 2024-03-21T13:37:50.843336+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:52.276 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:51 smithi170 bash[22996]: audit 2024-03-21T13:37:50.852347+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:52.276 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:51 smithi170 bash[22996]: audit 2024-03-21T13:37:50.891827+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:52.276 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:51 smithi170 bash[22996]: audit 2024-03-21T13:37:50.899997+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:52.276 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:51 smithi170 bash[22996]: audit 2024-03-21T13:37:50.998755+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:37:53.526 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:53 smithi170 bash[22996]: audit 2024-03-21T13:37:52.308805+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:53.526 INFO:journalctl@ceph.mgr.b.smithi170.stdout:Mar 21 13:37:53 smithi170 bash[23511]: debug 2024-03-21T13:37:53.266+0000 7fa18899f200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-21T13:37:53.526 INFO:journalctl@ceph.mgr.b.smithi170.stdout:Mar 21 13:37:53 smithi170 bash[23511]: debug 2024-03-21T13:37:53.362+0000 7fa18899f200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-21T13:37:53.616 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:53 smithi186 bash[23727]: audit 2024-03-21T13:37:52.308805+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:53.772 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:53 smithi100 bash[21523]: audit 2024-03-21T13:37:52.308805+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:54.025 INFO:journalctl@ceph.mgr.b.smithi170.stdout:Mar 21 13:37:53 smithi170 bash[23511]: debug 2024-03-21T13:37:53.610+0000 7fa18899f200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-21T13:37:54.616 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:54 smithi186 bash[23727]: cluster 2024-03-21T13:37:52.374193+0000 mgr.a (mgr.14152) 101 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:37:54.620 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:54 smithi170 bash[22996]: cluster 2024-03-21T13:37:52.374193+0000 mgr.a (mgr.14152) 101 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:37:54.620 INFO:journalctl@ceph.mgr.b.smithi170.stdout:Mar 21 13:37:54 smithi170 bash[23511]: debug 2024-03-21T13:37:54.402+0000 7fa18899f200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-21T13:37:54.620 INFO:journalctl@ceph.mgr.b.smithi170.stdout:Mar 21 13:37:54 smithi170 bash[23511]: debug 2024-03-21T13:37:54.514+0000 7fa18899f200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-21T13:37:54.772 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:54 smithi100 bash[21523]: cluster 2024-03-21T13:37:52.374193+0000 mgr.a (mgr.14152) 101 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:37:54.974 INFO:journalctl@ceph.mgr.b.smithi170.stdout:Mar 21 13:37:54 smithi170 bash[23511]: debug 2024-03-21T13:37:54.614+0000 7fa18899f200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-21T13:37:55.276 INFO:journalctl@ceph.mgr.b.smithi170.stdout:Mar 21 13:37:54 smithi170 bash[23511]: debug 2024-03-21T13:37:54.970+0000 7fa18899f200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-21T13:37:55.276 INFO:journalctl@ceph.mgr.b.smithi170.stdout:Mar 21 13:37:55 smithi170 bash[23511]: debug 2024-03-21T13:37:55.082+0000 7fa18899f200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-21T13:37:55.276 INFO:journalctl@ceph.mgr.b.smithi170.stdout:Mar 21 13:37:55 smithi170 bash[23511]: debug 2024-03-21T13:37:55.186+0000 7fa18899f200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-21T13:37:55.580 INFO:teuthology.orchestra.run.smithi100.stderr:Inferring config /var/lib/ceph/81d57e16-e787-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T13:37:56.025 INFO:journalctl@ceph.mgr.b.smithi170.stdout:Mar 21 13:37:55 smithi170 bash[23511]: debug 2024-03-21T13:37:55.538+0000 7fa18899f200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-21T13:37:56.025 INFO:journalctl@ceph.mgr.b.smithi170.stdout:Mar 21 13:37:55 smithi170 bash[23511]: debug 2024-03-21T13:37:55.778+0000 7fa18899f200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-21T13:37:56.322 INFO:journalctl@ceph.mgr.b.smithi170.stdout:Mar 21 13:37:56 smithi170 bash[23511]: debug 2024-03-21T13:37:56.038+0000 7fa18899f200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-21T13:37:56.322 INFO:journalctl@ceph.mgr.b.smithi170.stdout:Mar 21 13:37:56 smithi170 bash[23511]: debug 2024-03-21T13:37:56.154+0000 7fa18899f200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-21T13:37:56.600 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:56 smithi100 bash[21523]: cluster 2024-03-21T13:37:54.374602+0000 mgr.a (mgr.14152) 102 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:37:56.600 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:56 smithi100 bash[21523]: audit 2024-03-21T13:37:56.239148+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:56.600 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:56 smithi100 bash[21523]: audit 2024-03-21T13:37:56.248087+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:56.600 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:56 smithi100 bash[21523]: audit 2024-03-21T13:37:56.249873+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:37:56.600 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:56 smithi100 bash[21523]: audit 2024-03-21T13:37:56.251898+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:37:56.600 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:56 smithi100 bash[21523]: audit 2024-03-21T13:37:56.262531+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:56.616 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:56 smithi186 bash[23727]: cluster 2024-03-21T13:37:54.374602+0000 mgr.a (mgr.14152) 102 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:37:56.616 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:56 smithi186 bash[23727]: audit 2024-03-21T13:37:56.239148+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:56.616 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:56 smithi186 bash[23727]: audit 2024-03-21T13:37:56.248087+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:56.616 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:56 smithi186 bash[23727]: audit 2024-03-21T13:37:56.249873+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:37:56.616 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:56 smithi186 bash[23727]: audit 2024-03-21T13:37:56.251898+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:37:56.616 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:56 smithi186 bash[23727]: audit 2024-03-21T13:37:56.262531+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:56.776 INFO:journalctl@ceph.mgr.b.smithi170.stdout:Mar 21 13:37:56 smithi170 bash[23511]: debug 2024-03-21T13:37:56.426+0000 7fa18899f200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-21T13:37:56.776 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:56 smithi170 bash[22996]: cluster 2024-03-21T13:37:54.374602+0000 mgr.a (mgr.14152) 102 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:37:56.776 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:56 smithi170 bash[22996]: audit 2024-03-21T13:37:56.239148+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:56.776 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:56 smithi170 bash[22996]: audit 2024-03-21T13:37:56.248087+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:56.776 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:56 smithi170 bash[22996]: audit 2024-03-21T13:37:56.249873+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:37:56.776 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:56 smithi170 bash[22996]: audit 2024-03-21T13:37:56.251898+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:37:56.776 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:56 smithi170 bash[22996]: audit 2024-03-21T13:37:56.262531+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:37:57.202 INFO:journalctl@ceph.mgr.b.smithi170.stdout:Mar 21 13:37:56 smithi170 bash[23511]: debug 2024-03-21T13:37:56.850+0000 7fa18899f200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-21T13:37:57.202 INFO:journalctl@ceph.mgr.b.smithi170.stdout:Mar 21 13:37:57 smithi170 bash[23511]: debug 2024-03-21T13:37:57.082+0000 7fa18899f200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-21T13:37:57.525 INFO:journalctl@ceph.mgr.b.smithi170.stdout:Mar 21 13:37:57 smithi170 bash[23511]: debug 2024-03-21T13:37:57.198+0000 7fa18899f200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-21T13:37:57.526 INFO:journalctl@ceph.mgr.b.smithi170.stdout:Mar 21 13:37:57 smithi170 bash[23511]: debug 2024-03-21T13:37:57.442+0000 7fa18899f200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-21T13:37:57.526 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:57 smithi170 bash[22996]: audit 2024-03-21T13:37:56.364080+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T13:37:57.526 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:57 smithi170 bash[22996]: audit 2024-03-21T13:37:56.365771+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-21T13:37:57.526 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:57 smithi170 bash[22996]: audit 2024-03-21T13:37:56.367147+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:37:57.616 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:57 smithi186 bash[23727]: audit 2024-03-21T13:37:56.364080+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T13:37:57.616 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:57 smithi186 bash[23727]: audit 2024-03-21T13:37:56.365771+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-21T13:37:57.616 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:57 smithi186 bash[23727]: audit 2024-03-21T13:37:56.367147+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:37:57.772 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:57 smithi100 bash[21523]: audit 2024-03-21T13:37:56.364080+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T13:37:57.772 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:57 smithi100 bash[21523]: audit 2024-03-21T13:37:56.365771+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-21T13:37:57.772 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:57 smithi100 bash[21523]: audit 2024-03-21T13:37:56.367147+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:37:58.509 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:58 smithi100 bash[21523]: cephadm 2024-03-21T13:37:56.363496+0000 mgr.a (mgr.14152) 103 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-03-21T13:37:58.509 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:58 smithi100 bash[21523]: cephadm 2024-03-21T13:37:56.368951+0000 mgr.a (mgr.14152) 104 : cephadm [INF] Reconfiguring daemon mgr.a on smithi100 2024-03-21T13:37:58.509 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:37:58 smithi100 bash[21523]: cluster 2024-03-21T13:37:56.375033+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:37:58.616 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:58 smithi186 bash[23727]: cephadm 2024-03-21T13:37:56.363496+0000 mgr.a (mgr.14152) 103 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-03-21T13:37:58.616 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:58 smithi186 bash[23727]: cephadm 2024-03-21T13:37:56.368951+0000 mgr.a (mgr.14152) 104 : cephadm [INF] Reconfiguring daemon mgr.a on smithi100 2024-03-21T13:37:58.616 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:37:58 smithi186 bash[23727]: cluster 2024-03-21T13:37:56.375033+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:37:58.776 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:58 smithi170 bash[22996]: cephadm 2024-03-21T13:37:56.363496+0000 mgr.a (mgr.14152) 103 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-03-21T13:37:58.776 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:58 smithi170 bash[22996]: cephadm 2024-03-21T13:37:56.368951+0000 mgr.a (mgr.14152) 104 : cephadm [INF] Reconfiguring daemon mgr.a on smithi100 2024-03-21T13:37:58.776 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:37:58 smithi170 bash[22996]: cluster 2024-03-21T13:37:56.375033+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:37:58.776 INFO:journalctl@ceph.mgr.b.smithi170.stdout:Mar 21 13:37:58 smithi170 bash[23511]: debug 2024-03-21T13:37:58.446+0000 7fa18899f200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-21T13:37:58.776 INFO:journalctl@ceph.mgr.b.smithi170.stdout:Mar 21 13:37:58 smithi170 bash[23511]: debug 2024-03-21T13:37:58.558+0000 7fa18899f200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-21T13:37:59.147 INFO:teuthology.orchestra.run.smithi100.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-03-21T13:37:59.147 INFO:teuthology.orchestra.run.smithi100.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-03-21T13:37:59.147 INFO:teuthology.orchestra.run.smithi100.stderr: stderr: 10+0 records in 2024-03-21T13:37:59.147 INFO:teuthology.orchestra.run.smithi100.stderr:10+0 records out 2024-03-21T13:37:59.148 INFO:teuthology.orchestra.run.smithi100.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.01419 s, 739 MB/s 2024-03-21T13:37:59.148 INFO:teuthology.orchestra.run.smithi100.stderr:--> Zapping successful for: 2024-03-21T13:37:59.276 INFO:journalctl@ceph.mgr.b.smithi170.stdout:Mar 21 13:37:58 smithi170 bash[23511]: debug 2024-03-21T13:37:58.850+0000 7fa18899f200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-21T13:37:59.276 INFO:journalctl@ceph.mgr.b.smithi170.stdout:Mar 21 13:37:58 smithi170 bash[23511]: debug 2024-03-21T13:37:58.958+0000 7fa18899f200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-21T13:37:59.776 INFO:journalctl@ceph.mgr.b.smithi170.stdout:Mar 21 13:37:59 smithi170 bash[23511]: debug 2024-03-21T13:37:59.410+0000 7fa18899f200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-21T13:37:59.776 INFO:journalctl@ceph.mgr.b.smithi170.stdout:Mar 21 13:37:59 smithi170 bash[23511]: debug 2024-03-21T13:37:59.526+0000 7fa18899f200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-21T13:37:59.832 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ba760091cd7bd2b0d23f4825ac856ba66450e988 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81d57e16-e787-11ee-95cd-87774f69a715 -- ceph orch daemon add osd smithi100:vg_nvme/lv_4 2024-03-21T13:38:00.081 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:38:00 smithi100 bash[21523]: cluster 2024-03-21T13:37:58.375364+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:38:00.082 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:38:00 smithi100 bash[21523]: audit 2024-03-21T13:37:59.080221+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:38:00.082 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:38:00 smithi100 bash[21523]: audit 2024-03-21T13:37:59.084196+0000 mon.a (mon.0) 274 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:38:00.082 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:38:00 smithi100 bash[21523]: audit 2024-03-21T13:37:59.089189+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:38:00.082 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:38:00 smithi100 bash[21523]: cluster 2024-03-21T13:37:59.554527+0000 mon.a (mon.0) 276 : cluster [DBG] Standby manager daemon b started 2024-03-21T13:38:00.366 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:38:00 smithi186 bash[23727]: cluster 2024-03-21T13:37:58.375364+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:38:00.366 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:38:00 smithi186 bash[23727]: audit 2024-03-21T13:37:59.080221+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:38:00.367 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:38:00 smithi186 bash[23727]: audit 2024-03-21T13:37:59.084196+0000 mon.a (mon.0) 274 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:38:00.367 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:38:00 smithi186 bash[23727]: audit 2024-03-21T13:37:59.089189+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:38:00.367 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:38:00 smithi186 bash[23727]: cluster 2024-03-21T13:37:59.554527+0000 mon.a (mon.0) 276 : cluster [DBG] Standby manager daemon b started 2024-03-21T13:38:00.367 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:38:00 smithi186 bash[23727]: audit 2024-03-21T13:37:59.555249+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.170:0/1584870501' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-21T13:38:00.367 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:38:00 smithi186 bash[23727]: audit 2024-03-21T13:37:59.555691+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.170:0/1584870501' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-21T13:38:00.367 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:38:00 smithi186 bash[23727]: audit 2024-03-21T13:37:59.556766+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.170:0/1584870501' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-21T13:38:00.367 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:38:00 smithi186 bash[23727]: audit 2024-03-21T13:37:59.557113+0000 mon.b (mon.2) 6 : audit [DBG] from='mgr.? 172.21.15.170:0/1584870501' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-21T13:38:00.367 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:38:00 smithi186 bash[23727]: audit 2024-03-21T13:37:59.767495+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:38:00.367 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:38:00 smithi186 bash[23727]: audit 2024-03-21T13:37:59.769552+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:38:00.367 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:38:00 smithi186 bash[23727]: audit 2024-03-21T13:37:59.779299+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:38:00.522 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:38:00 smithi100 bash[21523]: audit 2024-03-21T13:37:59.555249+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.170:0/1584870501' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-21T13:38:00.522 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:38:00 smithi100 bash[21523]: audit 2024-03-21T13:37:59.555691+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.170:0/1584870501' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-21T13:38:00.522 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:38:00 smithi100 bash[21523]: audit 2024-03-21T13:37:59.556766+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.170:0/1584870501' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-21T13:38:00.522 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:38:00 smithi100 bash[21523]: audit 2024-03-21T13:37:59.557113+0000 mon.b (mon.2) 6 : audit [DBG] from='mgr.? 172.21.15.170:0/1584870501' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-21T13:38:00.522 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:38:00 smithi100 bash[21523]: audit 2024-03-21T13:37:59.767495+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:38:00.522 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:38:00 smithi100 bash[21523]: audit 2024-03-21T13:37:59.769552+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:38:00.522 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:38:00 smithi100 bash[21523]: audit 2024-03-21T13:37:59.779299+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:38:00.526 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:38:00 smithi170 bash[22996]: cluster 2024-03-21T13:37:58.375364+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:38:00.526 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:38:00 smithi170 bash[22996]: audit 2024-03-21T13:37:59.080221+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:38:00.526 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:38:00 smithi170 bash[22996]: audit 2024-03-21T13:37:59.084196+0000 mon.a (mon.0) 274 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:38:00.526 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:38:00 smithi170 bash[22996]: audit 2024-03-21T13:37:59.089189+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:38:00.526 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:38:00 smithi170 bash[22996]: cluster 2024-03-21T13:37:59.554527+0000 mon.a (mon.0) 276 : cluster [DBG] Standby manager daemon b started 2024-03-21T13:38:00.527 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:38:00 smithi170 bash[22996]: audit 2024-03-21T13:37:59.555249+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.170:0/1584870501' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-21T13:38:00.527 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:38:00 smithi170 bash[22996]: audit 2024-03-21T13:37:59.555691+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.170:0/1584870501' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-21T13:38:00.527 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:38:00 smithi170 bash[22996]: audit 2024-03-21T13:37:59.556766+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.170:0/1584870501' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-21T13:38:00.527 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:38:00 smithi170 bash[22996]: audit 2024-03-21T13:37:59.557113+0000 mon.b (mon.2) 6 : audit [DBG] from='mgr.? 172.21.15.170:0/1584870501' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-21T13:38:00.527 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:38:00 smithi170 bash[22996]: audit 2024-03-21T13:37:59.767495+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:38:00.527 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:38:00 smithi170 bash[22996]: audit 2024-03-21T13:37:59.769552+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:38:00.527 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:38:00 smithi170 bash[22996]: audit 2024-03-21T13:37:59.779299+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:38:01.616 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:38:01 smithi186 bash[23727]: cluster 2024-03-21T13:38:00.348614+0000 mon.a (mon.0) 280 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-03-21T13:38:01.616 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:38:01 smithi186 bash[23727]: audit 2024-03-21T13:38:00.348926+0000 mon.a (mon.0) 281 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-21T13:38:01.616 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:38:01 smithi186 bash[23727]: cluster 2024-03-21T13:38:00.375722+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:38:01.772 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:38:01 smithi100 bash[21523]: cluster 2024-03-21T13:38:00.348614+0000 mon.a (mon.0) 280 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-03-21T13:38:01.772 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:38:01 smithi100 bash[21523]: audit 2024-03-21T13:38:00.348926+0000 mon.a (mon.0) 281 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-21T13:38:01.772 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:38:01 smithi100 bash[21523]: cluster 2024-03-21T13:38:00.375722+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:38:01.775 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:38:01 smithi170 bash[22996]: cluster 2024-03-21T13:38:00.348614+0000 mon.a (mon.0) 280 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-03-21T13:38:01.776 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:38:01 smithi170 bash[22996]: audit 2024-03-21T13:38:00.348926+0000 mon.a (mon.0) 281 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-21T13:38:01.776 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:38:01 smithi170 bash[22996]: cluster 2024-03-21T13:38:00.375722+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:38:03.772 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:38:03 smithi100 bash[21523]: cluster 2024-03-21T13:38:02.376156+0000 mgr.a (mgr.14152) 108 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:38:03.776 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:38:03 smithi170 bash[22996]: cluster 2024-03-21T13:38:02.376156+0000 mgr.a (mgr.14152) 108 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:38:03.866 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:38:03 smithi186 bash[23727]: cluster 2024-03-21T13:38:02.376156+0000 mgr.a (mgr.14152) 108 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:38:04.540 INFO:teuthology.orchestra.run.smithi100.stderr:Inferring config /var/lib/ceph/81d57e16-e787-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T13:38:05.681 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:38:05 smithi100 bash[21523]: cluster 2024-03-21T13:38:04.376558+0000 mgr.a (mgr.14152) 109 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:38:05.776 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:38:05 smithi170 bash[22996]: cluster 2024-03-21T13:38:04.376558+0000 mgr.a (mgr.14152) 109 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:38:05.866 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:38:05 smithi186 bash[23727]: cluster 2024-03-21T13:38:04.376558+0000 mgr.a (mgr.14152) 109 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:38:07.772 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:38:07 smithi100 bash[21523]: cluster 2024-03-21T13:38:06.376918+0000 mgr.a (mgr.14152) 110 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:38:07.772 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:38:07 smithi100 bash[21523]: audit 2024-03-21T13:38:07.321010+0000 mgr.a (mgr.14152) 111 : audit [DBG] from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi100:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:38:07.772 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:38:07 smithi100 bash[21523]: audit 2024-03-21T13:38:07.325327+0000 mon.a (mon.0) 282 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T13:38:07.772 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:38:07 smithi100 bash[21523]: audit 2024-03-21T13:38:07.331321+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T13:38:07.772 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:38:07 smithi100 bash[21523]: audit 2024-03-21T13:38:07.332624+0000 mon.a (mon.0) 284 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:38:07.776 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:38:07 smithi170 bash[22996]: cluster 2024-03-21T13:38:06.376918+0000 mgr.a (mgr.14152) 110 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:38:07.776 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:38:07 smithi170 bash[22996]: audit 2024-03-21T13:38:07.321010+0000 mgr.a (mgr.14152) 111 : audit [DBG] from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi100:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:38:07.776 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:38:07 smithi170 bash[22996]: audit 2024-03-21T13:38:07.325327+0000 mon.a (mon.0) 282 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T13:38:07.776 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:38:07 smithi170 bash[22996]: audit 2024-03-21T13:38:07.331321+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T13:38:07.776 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:38:07 smithi170 bash[22996]: audit 2024-03-21T13:38:07.332624+0000 mon.a (mon.0) 284 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:38:07.866 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:38:07 smithi186 bash[23727]: cluster 2024-03-21T13:38:06.376918+0000 mgr.a (mgr.14152) 110 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:38:07.866 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:38:07 smithi186 bash[23727]: audit 2024-03-21T13:38:07.321010+0000 mgr.a (mgr.14152) 111 : audit [DBG] from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi100:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:38:07.866 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:38:07 smithi186 bash[23727]: audit 2024-03-21T13:38:07.325327+0000 mon.a (mon.0) 282 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T13:38:07.866 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:38:07 smithi186 bash[23727]: audit 2024-03-21T13:38:07.331321+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T13:38:07.866 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:38:07 smithi186 bash[23727]: audit 2024-03-21T13:38:07.332624+0000 mon.a (mon.0) 284 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:38:09.773 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:38:09 smithi100 bash[21523]: cluster 2024-03-21T13:38:08.377355+0000 mgr.a (mgr.14152) 112 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:38:09.775 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:38:09 smithi170 bash[22996]: cluster 2024-03-21T13:38:08.377355+0000 mgr.a (mgr.14152) 112 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:38:09.866 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:38:09 smithi186 bash[23727]: cluster 2024-03-21T13:38:08.377355+0000 mgr.a (mgr.14152) 112 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:38:11.772 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:38:11 smithi100 bash[21523]: cluster 2024-03-21T13:38:10.377777+0000 mgr.a (mgr.14152) 113 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:38:11.775 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:38:11 smithi170 bash[22996]: cluster 2024-03-21T13:38:10.377777+0000 mgr.a (mgr.14152) 113 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:38:11.866 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:38:11 smithi186 bash[23727]: cluster 2024-03-21T13:38:10.377777+0000 mgr.a (mgr.14152) 113 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:38:13.772 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:38:13 smithi100 bash[21523]: cluster 2024-03-21T13:38:12.378281+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:38:13.775 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:38:13 smithi170 bash[22996]: cluster 2024-03-21T13:38:12.378281+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:38:13.866 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:38:13 smithi186 bash[23727]: cluster 2024-03-21T13:38:12.378281+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:38:15.772 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:38:15 smithi100 bash[21523]: cluster 2024-03-21T13:38:14.378732+0000 mgr.a (mgr.14152) 115 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:38:15.775 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:38:15 smithi170 bash[22996]: cluster 2024-03-21T13:38:14.378732+0000 mgr.a (mgr.14152) 115 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:38:15.866 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:38:15 smithi186 bash[23727]: cluster 2024-03-21T13:38:14.378732+0000 mgr.a (mgr.14152) 115 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:38:16.772 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:38:16 smithi100 bash[21523]: audit 2024-03-21T13:38:15.677547+0000 mon.a (mon.0) 285 : audit [INF] from='client.? 172.21.15.100:0/2983275866' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "13750fb6-727b-4d3f-97c1-d5fe31a7933c"}]: dispatch 2024-03-21T13:38:16.772 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:38:16 smithi100 bash[21523]: audit 2024-03-21T13:38:15.679898+0000 mon.a (mon.0) 286 : audit [INF] from='client.? 172.21.15.100:0/2983275866' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "13750fb6-727b-4d3f-97c1-d5fe31a7933c"}]': finished 2024-03-21T13:38:16.772 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:38:16 smithi100 bash[21523]: cluster 2024-03-21T13:38:15.684696+0000 mon.a (mon.0) 287 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-03-21T13:38:16.772 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:38:16 smithi100 bash[21523]: audit 2024-03-21T13:38:15.685005+0000 mon.a (mon.0) 288 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:38:16.772 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:38:16 smithi100 bash[21523]: audit 2024-03-21T13:38:16.403772+0000 mon.a (mon.0) 289 : audit [DBG] from='client.? 172.21.15.100:0/2610041394' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T13:38:16.775 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:38:16 smithi170 bash[22996]: audit 2024-03-21T13:38:15.677547+0000 mon.a (mon.0) 285 : audit [INF] from='client.? 172.21.15.100:0/2983275866' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "13750fb6-727b-4d3f-97c1-d5fe31a7933c"}]: dispatch 2024-03-21T13:38:16.776 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:38:16 smithi170 bash[22996]: audit 2024-03-21T13:38:15.679898+0000 mon.a (mon.0) 286 : audit [INF] from='client.? 172.21.15.100:0/2983275866' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "13750fb6-727b-4d3f-97c1-d5fe31a7933c"}]': finished 2024-03-21T13:38:16.776 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:38:16 smithi170 bash[22996]: cluster 2024-03-21T13:38:15.684696+0000 mon.a (mon.0) 287 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-03-21T13:38:16.776 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:38:16 smithi170 bash[22996]: audit 2024-03-21T13:38:15.685005+0000 mon.a (mon.0) 288 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:38:16.776 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:38:16 smithi170 bash[22996]: audit 2024-03-21T13:38:16.403772+0000 mon.a (mon.0) 289 : audit [DBG] from='client.? 172.21.15.100:0/2610041394' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T13:38:16.866 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:38:16 smithi186 bash[23727]: audit 2024-03-21T13:38:15.677547+0000 mon.a (mon.0) 285 : audit [INF] from='client.? 172.21.15.100:0/2983275866' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "13750fb6-727b-4d3f-97c1-d5fe31a7933c"}]: dispatch 2024-03-21T13:38:16.866 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:38:16 smithi186 bash[23727]: audit 2024-03-21T13:38:15.679898+0000 mon.a (mon.0) 286 : audit [INF] from='client.? 172.21.15.100:0/2983275866' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "13750fb6-727b-4d3f-97c1-d5fe31a7933c"}]': finished 2024-03-21T13:38:16.866 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:38:16 smithi186 bash[23727]: cluster 2024-03-21T13:38:15.684696+0000 mon.a (mon.0) 287 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-03-21T13:38:16.866 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:38:16 smithi186 bash[23727]: audit 2024-03-21T13:38:15.685005+0000 mon.a (mon.0) 288 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:38:16.866 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:38:16 smithi186 bash[23727]: audit 2024-03-21T13:38:16.403772+0000 mon.a (mon.0) 289 : audit [DBG] from='client.? 172.21.15.100:0/2610041394' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T13:38:18.022 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:38:17 smithi100 bash[21523]: cluster 2024-03-21T13:38:16.379199+0000 mgr.a (mgr.14152) 116 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:38:18.025 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:38:17 smithi170 bash[22996]: cluster 2024-03-21T13:38:16.379199+0000 mgr.a (mgr.14152) 116 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:38:18.116 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:38:17 smithi186 bash[23727]: cluster 2024-03-21T13:38:16.379199+0000 mgr.a (mgr.14152) 116 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:38:20.022 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:38:19 smithi100 bash[21523]: cluster 2024-03-21T13:38:18.379610+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:38:20.025 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:38:19 smithi170 bash[22996]: cluster 2024-03-21T13:38:18.379610+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:38:20.116 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:38:19 smithi186 bash[23727]: cluster 2024-03-21T13:38:18.379610+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:38:22.022 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:38:21 smithi100 bash[21523]: cluster 2024-03-21T13:38:20.380045+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:38:22.025 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:38:21 smithi170 bash[22996]: cluster 2024-03-21T13:38:20.380045+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:38:22.116 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:38:21 smithi186 bash[23727]: cluster 2024-03-21T13:38:20.380045+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:38:24.022 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:38:23 smithi100 bash[21523]: cluster 2024-03-21T13:38:22.380463+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:38:24.025 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:38:23 smithi170 bash[22996]: cluster 2024-03-21T13:38:22.380463+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:38:24.116 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:38:23 smithi186 bash[23727]: cluster 2024-03-21T13:38:22.380463+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:38:26.021 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:38:25 smithi100 bash[21523]: cluster 2024-03-21T13:38:24.380864+0000 mgr.a (mgr.14152) 120 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:38:26.025 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:38:25 smithi170 bash[22996]: cluster 2024-03-21T13:38:24.380864+0000 mgr.a (mgr.14152) 120 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:38:26.116 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:38:25 smithi186 bash[23727]: cluster 2024-03-21T13:38:24.380864+0000 mgr.a (mgr.14152) 120 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:38:28.021 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:38:27 smithi100 bash[21523]: cluster 2024-03-21T13:38:26.381298+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:38:28.025 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:38:27 smithi170 bash[22996]: cluster 2024-03-21T13:38:26.381298+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:38:28.116 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:38:27 smithi186 bash[23727]: cluster 2024-03-21T13:38:26.381298+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:38:28.772 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:38:28 smithi100 bash[21523]: audit 2024-03-21T13:38:28.087689+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-21T13:38:28.772 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:38:28 smithi100 bash[21523]: audit 2024-03-21T13:38:28.089254+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:38:28.772 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:38:28 smithi100 bash[21523]: cephadm 2024-03-21T13:38:28.090526+0000 mgr.a (mgr.14152) 122 : cephadm [INF] Deploying daemon osd.0 on smithi100 2024-03-21T13:38:29.025 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:38:28 smithi170 bash[22996]: audit 2024-03-21T13:38:28.087689+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-21T13:38:29.026 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:38:28 smithi170 bash[22996]: audit 2024-03-21T13:38:28.089254+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:38:29.026 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:38:28 smithi170 bash[22996]: cephadm 2024-03-21T13:38:28.090526+0000 mgr.a (mgr.14152) 122 : cephadm [INF] Deploying daemon osd.0 on smithi100 2024-03-21T13:38:29.116 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:38:28 smithi186 bash[23727]: audit 2024-03-21T13:38:28.087689+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-21T13:38:29.116 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:38:28 smithi186 bash[23727]: audit 2024-03-21T13:38:28.089254+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:38:29.116 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:38:28 smithi186 bash[23727]: cephadm 2024-03-21T13:38:28.090526+0000 mgr.a (mgr.14152) 122 : cephadm [INF] Deploying daemon osd.0 on smithi100 2024-03-21T13:38:30.021 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:38:29 smithi100 bash[21523]: cluster 2024-03-21T13:38:28.381720+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:38:30.025 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:38:29 smithi170 bash[22996]: cluster 2024-03-21T13:38:28.381720+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:38:30.116 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:38:29 smithi186 bash[23727]: cluster 2024-03-21T13:38:28.381720+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:38:32.021 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:38:31 smithi100 bash[21523]: cluster 2024-03-21T13:38:30.382162+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:38:32.025 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:38:31 smithi170 bash[22996]: cluster 2024-03-21T13:38:30.382162+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:38:32.116 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:38:31 smithi186 bash[23727]: cluster 2024-03-21T13:38:30.382162+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:38:32.364 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:38:32 smithi100 systemd[1]: /etc/systemd/system/ceph-81d57e16-e787-11ee-95cd-87774f69a715@.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-03-21T13:38:32.364 INFO:journalctl@ceph.mgr.a.smithi100.stdout:Mar 21 13:38:32 smithi100 systemd[1]: /etc/systemd/system/ceph-81d57e16-e787-11ee-95cd-87774f69a715@.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-03-21T13:38:32.621 INFO:journalctl@ceph.mgr.a.smithi100.stdout:Mar 21 13:38:32 smithi100 systemd[1]: /etc/systemd/system/ceph-81d57e16-e787-11ee-95cd-87774f69a715@.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-03-21T13:38:32.621 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:38:32 smithi100 systemd[1]: /etc/systemd/system/ceph-81d57e16-e787-11ee-95cd-87774f69a715@.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-03-21T13:38:33.771 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:38:33 smithi100 bash[21523]: cluster 2024-03-21T13:38:32.382426+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:38:33.772 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:38:33 smithi100 bash[21523]: audit 2024-03-21T13:38:32.623724+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:38:33.772 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:38:33 smithi100 bash[21523]: audit 2024-03-21T13:38:32.625196+0000 mon.a (mon.0) 293 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:38:33.772 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:38:33 smithi100 bash[21523]: audit 2024-03-21T13:38:32.629519+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:38:34.025 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:38:33 smithi170 bash[22996]: cluster 2024-03-21T13:38:32.382426+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:38:34.026 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:38:33 smithi170 bash[22996]: audit 2024-03-21T13:38:32.623724+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:38:34.026 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:38:33 smithi170 bash[22996]: audit 2024-03-21T13:38:32.625196+0000 mon.a (mon.0) 293 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:38:34.026 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:38:33 smithi170 bash[22996]: audit 2024-03-21T13:38:32.629519+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:38:34.116 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:38:33 smithi186 bash[23727]: cluster 2024-03-21T13:38:32.382426+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:38:34.116 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:38:33 smithi186 bash[23727]: audit 2024-03-21T13:38:32.623724+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:38:34.116 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:38:33 smithi186 bash[23727]: audit 2024-03-21T13:38:32.625196+0000 mon.a (mon.0) 293 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:38:34.116 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:38:33 smithi186 bash[23727]: audit 2024-03-21T13:38:32.629519+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:38:35.970 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:38:35 smithi100 bash[21523]: cluster 2024-03-21T13:38:34.382866+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:38:36.026 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:38:35 smithi170 bash[22996]: cluster 2024-03-21T13:38:34.382866+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:38:36.116 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:38:35 smithi186 bash[23727]: cluster 2024-03-21T13:38:34.382866+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:38:38.022 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:38:37 smithi100 bash[21523]: cluster 2024-03-21T13:38:36.383382+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:38:38.025 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:38:37 smithi170 bash[22996]: cluster 2024-03-21T13:38:36.383382+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:38:38.116 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:38:37 smithi186 bash[23727]: cluster 2024-03-21T13:38:36.383382+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:38:39.022 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:38:38 smithi100 bash[21523]: audit 2024-03-21T13:38:37.866945+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:38:39.022 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:38:38 smithi100 bash[21523]: audit 2024-03-21T13:38:37.870996+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:38:39.022 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:38:38 smithi100 bash[21523]: audit 2024-03-21T13:38:38.438619+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:38:39.022 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:38:38 smithi100 bash[21523]: audit 2024-03-21T13:38:38.439391+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:38:39.022 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:38:38 smithi100 bash[21523]: audit 2024-03-21T13:38:38.443926+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:38:39.276 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:38:38 smithi170 bash[22996]: audit 2024-03-21T13:38:37.866945+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:38:39.276 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:38:38 smithi170 bash[22996]: audit 2024-03-21T13:38:37.870996+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:38:39.276 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:38:38 smithi170 bash[22996]: audit 2024-03-21T13:38:38.438619+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:38:39.276 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:38:38 smithi170 bash[22996]: audit 2024-03-21T13:38:38.439391+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:38:39.276 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:38:38 smithi170 bash[22996]: audit 2024-03-21T13:38:38.443926+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:38:39.366 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:38:38 smithi186 bash[23727]: audit 2024-03-21T13:38:37.866945+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:38:39.366 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:38:38 smithi186 bash[23727]: audit 2024-03-21T13:38:37.870996+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:38:39.366 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:38:38 smithi186 bash[23727]: audit 2024-03-21T13:38:38.438619+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:38:39.366 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:38:38 smithi186 bash[23727]: audit 2024-03-21T13:38:38.439391+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:38:39.366 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:38:38 smithi186 bash[23727]: audit 2024-03-21T13:38:38.443926+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:38:40.128 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:38:39 smithi100 bash[21523]: cluster 2024-03-21T13:38:38.383660+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:38:40.128 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:38:39 smithi100 bash[21523]: audit 2024-03-21T13:38:38.949610+0000 mon.a (mon.0) 300 : audit [INF] from='osd.0 [v2:172.21.15.100:6802/3051055161,v1:172.21.15.100:6803/3051055161]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-21T13:38:40.275 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:38:39 smithi170 bash[22996]: cluster 2024-03-21T13:38:38.383660+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:38:40.276 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:38:39 smithi170 bash[22996]: audit 2024-03-21T13:38:38.949610+0000 mon.a (mon.0) 300 : audit [INF] from='osd.0 [v2:172.21.15.100:6802/3051055161,v1:172.21.15.100:6803/3051055161]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-21T13:38:40.366 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:38:39 smithi186 bash[23727]: cluster 2024-03-21T13:38:38.383660+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:38:40.366 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:38:39 smithi186 bash[23727]: audit 2024-03-21T13:38:38.949610+0000 mon.a (mon.0) 300 : audit [INF] from='osd.0 [v2:172.21.15.100:6802/3051055161,v1:172.21.15.100:6803/3051055161]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-21T13:38:41.001 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:38:40 smithi100 bash[21523]: audit 2024-03-21T13:38:39.883095+0000 mon.a (mon.0) 301 : audit [INF] from='osd.0 [v2:172.21.15.100:6802/3051055161,v1:172.21.15.100:6803/3051055161]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-21T13:38:41.001 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:38:40 smithi100 bash[21523]: cluster 2024-03-21T13:38:39.887372+0000 mon.a (mon.0) 302 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-03-21T13:38:41.001 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:38:40 smithi100 bash[21523]: audit 2024-03-21T13:38:39.887888+0000 mon.a (mon.0) 303 : audit [INF] from='osd.0 [v2:172.21.15.100:6802/3051055161,v1:172.21.15.100:6803/3051055161]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi100", "root=default"]}]: dispatch 2024-03-21T13:38:41.001 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:38:40 smithi100 bash[21523]: audit 2024-03-21T13:38:39.888473+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:38:41.275 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:38:40 smithi170 bash[22996]: audit 2024-03-21T13:38:39.883095+0000 mon.a (mon.0) 301 : audit [INF] from='osd.0 [v2:172.21.15.100:6802/3051055161,v1:172.21.15.100:6803/3051055161]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-21T13:38:41.276 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:38:40 smithi170 bash[22996]: cluster 2024-03-21T13:38:39.887372+0000 mon.a (mon.0) 302 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-03-21T13:38:41.276 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:38:40 smithi170 bash[22996]: audit 2024-03-21T13:38:39.887888+0000 mon.a (mon.0) 303 : audit [INF] from='osd.0 [v2:172.21.15.100:6802/3051055161,v1:172.21.15.100:6803/3051055161]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi100", "root=default"]}]: dispatch 2024-03-21T13:38:41.276 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:38:40 smithi170 bash[22996]: audit 2024-03-21T13:38:39.888473+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:38:41.366 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:38:40 smithi186 bash[23727]: audit 2024-03-21T13:38:39.883095+0000 mon.a (mon.0) 301 : audit [INF] from='osd.0 [v2:172.21.15.100:6802/3051055161,v1:172.21.15.100:6803/3051055161]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-21T13:38:41.366 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:38:40 smithi186 bash[23727]: cluster 2024-03-21T13:38:39.887372+0000 mon.a (mon.0) 302 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-03-21T13:38:41.366 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:38:40 smithi186 bash[23727]: audit 2024-03-21T13:38:39.887888+0000 mon.a (mon.0) 303 : audit [INF] from='osd.0 [v2:172.21.15.100:6802/3051055161,v1:172.21.15.100:6803/3051055161]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi100", "root=default"]}]: dispatch 2024-03-21T13:38:41.366 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:38:40 smithi186 bash[23727]: audit 2024-03-21T13:38:39.888473+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:38:41.573 INFO:teuthology.orchestra.run.smithi100.stdout:Created osd(s) 0 on host 'smithi100' 2024-03-21T13:38:42.218 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:38:41 smithi100 bash[21523]: cluster 2024-03-21T13:38:40.383921+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:38:42.219 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:38:41 smithi100 bash[21523]: audit 2024-03-21T13:38:40.891215+0000 mon.a (mon.0) 305 : audit [INF] from='osd.0 [v2:172.21.15.100:6802/3051055161,v1:172.21.15.100:6803/3051055161]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi100", "root=default"]}]': finished 2024-03-21T13:38:42.219 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:38:41 smithi100 bash[21523]: cluster 2024-03-21T13:38:40.895644+0000 mon.a (mon.0) 306 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-03-21T13:38:42.219 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:38:41 smithi100 bash[21523]: audit 2024-03-21T13:38:40.896504+0000 mon.a (mon.0) 307 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:38:42.219 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:38:41 smithi100 bash[21523]: audit 2024-03-21T13:38:40.901909+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:38:42.219 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:38:41 smithi100 bash[21523]: audit 2024-03-21T13:38:41.525360+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:38:42.219 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:38:41 smithi100 bash[21523]: audit 2024-03-21T13:38:41.534187+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:38:42.219 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:38:41 smithi100 bash[21523]: audit 2024-03-21T13:38:41.548463+0000 mon.a (mon.0) 311 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:38:42.220 DEBUG:teuthology.orchestra.run.smithi100:osd.0> sudo journalctl -f -n 0 -u ceph-81d57e16-e787-11ee-95cd-87774f69a715@osd.0.service 2024-03-21T13:38:42.223 INFO:tasks.cephadm:Deploying osd.1 on smithi100 with /dev/vg_nvme/lv_3... 2024-03-21T13:38:42.223 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ba760091cd7bd2b0d23f4825ac856ba66450e988 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81d57e16-e787-11ee-95cd-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-03-21T13:38:42.276 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:38:41 smithi170 bash[22996]: cluster 2024-03-21T13:38:40.383921+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:38:42.276 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:38:41 smithi170 bash[22996]: audit 2024-03-21T13:38:40.891215+0000 mon.a (mon.0) 305 : audit [INF] from='osd.0 [v2:172.21.15.100:6802/3051055161,v1:172.21.15.100:6803/3051055161]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi100", "root=default"]}]': finished 2024-03-21T13:38:42.276 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:38:41 smithi170 bash[22996]: cluster 2024-03-21T13:38:40.895644+0000 mon.a (mon.0) 306 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-03-21T13:38:42.276 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:38:41 smithi170 bash[22996]: audit 2024-03-21T13:38:40.896504+0000 mon.a (mon.0) 307 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:38:42.276 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:38:41 smithi170 bash[22996]: audit 2024-03-21T13:38:40.901909+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:38:42.276 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:38:41 smithi170 bash[22996]: audit 2024-03-21T13:38:41.525360+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:38:42.276 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:38:41 smithi170 bash[22996]: audit 2024-03-21T13:38:41.534187+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:38:42.276 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:38:41 smithi170 bash[22996]: audit 2024-03-21T13:38:41.548463+0000 mon.a (mon.0) 311 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:38:42.366 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:38:41 smithi186 bash[23727]: cluster 2024-03-21T13:38:40.383921+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:38:42.366 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:38:41 smithi186 bash[23727]: audit 2024-03-21T13:38:40.891215+0000 mon.a (mon.0) 305 : audit [INF] from='osd.0 [v2:172.21.15.100:6802/3051055161,v1:172.21.15.100:6803/3051055161]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi100", "root=default"]}]': finished 2024-03-21T13:38:42.366 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:38:41 smithi186 bash[23727]: cluster 2024-03-21T13:38:40.895644+0000 mon.a (mon.0) 306 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-03-21T13:38:42.366 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:38:41 smithi186 bash[23727]: audit 2024-03-21T13:38:40.896504+0000 mon.a (mon.0) 307 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:38:42.366 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:38:41 smithi186 bash[23727]: audit 2024-03-21T13:38:40.901909+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:38:42.366 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:38:41 smithi186 bash[23727]: audit 2024-03-21T13:38:41.525360+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:38:42.366 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:38:41 smithi186 bash[23727]: audit 2024-03-21T13:38:41.534187+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:38:42.366 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:38:41 smithi186 bash[23727]: audit 2024-03-21T13:38:41.548463+0000 mon.a (mon.0) 311 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:38:43.272 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:38:42 smithi100 bash[21523]: cluster 2024-03-21T13:38:39.922860+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T13:38:43.272 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:38:42 smithi100 bash[21523]: cluster 2024-03-21T13:38:39.923013+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T13:38:43.272 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:38:42 smithi100 bash[21523]: cluster 2024-03-21T13:38:41.904795+0000 mon.a (mon.0) 312 : cluster [INF] osd.0 [v2:172.21.15.100:6802/3051055161,v1:172.21.15.100:6803/3051055161] boot 2024-03-21T13:38:43.272 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:38:42 smithi100 bash[21523]: cluster 2024-03-21T13:38:41.904872+0000 mon.a (mon.0) 313 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-03-21T13:38:43.272 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:38:42 smithi100 bash[21523]: audit 2024-03-21T13:38:41.905128+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:38:43.275 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:38:42 smithi170 bash[22996]: cluster 2024-03-21T13:38:39.922860+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T13:38:43.275 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:38:42 smithi170 bash[22996]: cluster 2024-03-21T13:38:39.923013+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T13:38:43.276 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:38:42 smithi170 bash[22996]: cluster 2024-03-21T13:38:41.904795+0000 mon.a (mon.0) 312 : cluster [INF] osd.0 [v2:172.21.15.100:6802/3051055161,v1:172.21.15.100:6803/3051055161] boot 2024-03-21T13:38:43.276 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:38:42 smithi170 bash[22996]: cluster 2024-03-21T13:38:41.904872+0000 mon.a (mon.0) 313 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-03-21T13:38:43.276 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:38:42 smithi170 bash[22996]: audit 2024-03-21T13:38:41.905128+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:38:43.366 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:38:42 smithi186 bash[23727]: cluster 2024-03-21T13:38:39.922860+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T13:38:43.366 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:38:42 smithi186 bash[23727]: cluster 2024-03-21T13:38:39.923013+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T13:38:43.366 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:38:42 smithi186 bash[23727]: cluster 2024-03-21T13:38:41.904795+0000 mon.a (mon.0) 312 : cluster [INF] osd.0 [v2:172.21.15.100:6802/3051055161,v1:172.21.15.100:6803/3051055161] boot 2024-03-21T13:38:43.366 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:38:42 smithi186 bash[23727]: cluster 2024-03-21T13:38:41.904872+0000 mon.a (mon.0) 313 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-03-21T13:38:43.366 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:38:42 smithi186 bash[23727]: audit 2024-03-21T13:38:41.905128+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:38:44.272 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:38:43 smithi100 bash[21523]: cluster 2024-03-21T13:38:42.384193+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:38:44.272 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:38:43 smithi100 bash[21523]: cluster 2024-03-21T13:38:42.913894+0000 mon.a (mon.0) 315 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-03-21T13:38:44.275 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:38:43 smithi170 bash[22996]: cluster 2024-03-21T13:38:42.384193+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:38:44.275 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:38:43 smithi170 bash[22996]: cluster 2024-03-21T13:38:42.913894+0000 mon.a (mon.0) 315 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-03-21T13:38:44.366 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:38:43 smithi186 bash[23727]: cluster 2024-03-21T13:38:42.384193+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:38:44.366 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:38:43 smithi186 bash[23727]: cluster 2024-03-21T13:38:42.913894+0000 mon.a (mon.0) 315 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-03-21T13:38:46.272 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:38:45 smithi100 bash[21523]: cluster 2024-03-21T13:38:44.384640+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:38:46.275 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:38:45 smithi170 bash[22996]: cluster 2024-03-21T13:38:44.384640+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:38:46.366 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:38:45 smithi186 bash[23727]: cluster 2024-03-21T13:38:44.384640+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:38:46.514 INFO:teuthology.orchestra.run.smithi100.stderr:Inferring config /var/lib/ceph/81d57e16-e787-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T13:38:48.271 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:38:47 smithi100 bash[21523]: cluster 2024-03-21T13:38:46.385044+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:38:48.275 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:38:47 smithi170 bash[22996]: cluster 2024-03-21T13:38:46.385044+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:38:48.365 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:38:47 smithi186 bash[23727]: cluster 2024-03-21T13:38:46.385044+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:38:50.173 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:38:49 smithi100 bash[21523]: cluster 2024-03-21T13:38:48.385595+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:38:50.275 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:38:49 smithi170 bash[22996]: cluster 2024-03-21T13:38:48.385595+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:38:50.366 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:38:49 smithi186 bash[23727]: cluster 2024-03-21T13:38:48.385595+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:38:50.853 INFO:teuthology.orchestra.run.smithi100.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-03-21T13:38:50.854 INFO:teuthology.orchestra.run.smithi100.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-03-21T13:38:50.854 INFO:teuthology.orchestra.run.smithi100.stderr: stderr: 10+0 records in 2024-03-21T13:38:50.854 INFO:teuthology.orchestra.run.smithi100.stderr:10+0 records out 2024-03-21T13:38:50.854 INFO:teuthology.orchestra.run.smithi100.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0158005 s, 664 MB/s 2024-03-21T13:38:50.854 INFO:teuthology.orchestra.run.smithi100.stderr:--> Zapping successful for: 2024-03-21T13:38:51.619 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ba760091cd7bd2b0d23f4825ac856ba66450e988 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81d57e16-e787-11ee-95cd-87774f69a715 -- ceph orch daemon add osd smithi100:vg_nvme/lv_3 2024-03-21T13:38:52.271 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:38:51 smithi100 bash[21523]: cluster 2024-03-21T13:38:50.386058+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:38:52.275 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:38:51 smithi170 bash[22996]: cluster 2024-03-21T13:38:50.386058+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:38:52.366 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:38:51 smithi186 bash[23727]: cluster 2024-03-21T13:38:50.386058+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:38:53.366 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:38:53 smithi186 bash[23727]: cephadm 2024-03-21T13:38:52.057691+0000 mgr.a (mgr.14152) 135 : cephadm [INF] Detected new or changed devices on smithi100 2024-03-21T13:38:53.366 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:38:53 smithi186 bash[23727]: audit 2024-03-21T13:38:52.066300+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:38:53.366 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:38:53 smithi186 bash[23727]: audit 2024-03-21T13:38:52.074887+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:38:53.366 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:38:53 smithi186 bash[23727]: audit 2024-03-21T13:38:52.077068+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:38:53.366 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:38:53 smithi186 bash[23727]: cephadm 2024-03-21T13:38:52.078597+0000 mgr.a (mgr.14152) 136 : cephadm [INF] Adjusting osd_memory_target on smithi100 to 17265M 2024-03-21T13:38:53.366 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:38:53 smithi186 bash[23727]: audit 2024-03-21T13:38:52.085075+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:38:53.366 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:38:53 smithi186 bash[23727]: audit 2024-03-21T13:38:52.089574+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:38:53.366 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:38:53 smithi186 bash[23727]: audit 2024-03-21T13:38:52.091617+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:38:53.367 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:38:53 smithi186 bash[23727]: audit 2024-03-21T13:38:52.102048+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:38:53.522 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:38:53 smithi100 bash[21523]: cephadm 2024-03-21T13:38:52.057691+0000 mgr.a (mgr.14152) 135 : cephadm [INF] Detected new or changed devices on smithi100 2024-03-21T13:38:53.522 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:38:53 smithi100 bash[21523]: audit 2024-03-21T13:38:52.066300+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:38:53.522 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:38:53 smithi100 bash[21523]: audit 2024-03-21T13:38:52.074887+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:38:53.522 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:38:53 smithi100 bash[21523]: audit 2024-03-21T13:38:52.077068+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:38:53.522 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:38:53 smithi100 bash[21523]: cephadm 2024-03-21T13:38:52.078597+0000 mgr.a (mgr.14152) 136 : cephadm [INF] Adjusting osd_memory_target on smithi100 to 17265M 2024-03-21T13:38:53.522 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:38:53 smithi100 bash[21523]: audit 2024-03-21T13:38:52.085075+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:38:53.522 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:38:53 smithi100 bash[21523]: audit 2024-03-21T13:38:52.089574+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:38:53.522 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:38:53 smithi100 bash[21523]: audit 2024-03-21T13:38:52.091617+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:38:53.522 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:38:53 smithi100 bash[21523]: audit 2024-03-21T13:38:52.102048+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:38:53.525 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:38:53 smithi170 bash[22996]: cephadm 2024-03-21T13:38:52.057691+0000 mgr.a (mgr.14152) 135 : cephadm [INF] Detected new or changed devices on smithi100 2024-03-21T13:38:53.526 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:38:53 smithi170 bash[22996]: audit 2024-03-21T13:38:52.066300+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:38:53.526 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:38:53 smithi170 bash[22996]: audit 2024-03-21T13:38:52.074887+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:38:53.526 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:38:53 smithi170 bash[22996]: audit 2024-03-21T13:38:52.077068+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:38:53.526 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:38:53 smithi170 bash[22996]: cephadm 2024-03-21T13:38:52.078597+0000 mgr.a (mgr.14152) 136 : cephadm [INF] Adjusting osd_memory_target on smithi100 to 17265M 2024-03-21T13:38:53.526 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:38:53 smithi170 bash[22996]: audit 2024-03-21T13:38:52.085075+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:38:53.526 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:38:53 smithi170 bash[22996]: audit 2024-03-21T13:38:52.089574+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:38:53.526 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:38:53 smithi170 bash[22996]: audit 2024-03-21T13:38:52.091617+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:38:53.526 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:38:53 smithi170 bash[22996]: audit 2024-03-21T13:38:52.102048+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:38:54.366 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:38:54 smithi186 bash[23727]: cluster 2024-03-21T13:38:52.386507+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:38:54.521 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:38:54 smithi100 bash[21523]: cluster 2024-03-21T13:38:52.386507+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:38:54.525 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:38:54 smithi170 bash[22996]: cluster 2024-03-21T13:38:52.386507+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:38:56.342 INFO:teuthology.orchestra.run.smithi100.stderr:Inferring config /var/lib/ceph/81d57e16-e787-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T13:38:56.364 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:38:56 smithi100 bash[21523]: cluster 2024-03-21T13:38:54.386992+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:38:56.366 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:38:56 smithi186 bash[23727]: cluster 2024-03-21T13:38:54.386992+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:38:56.526 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:38:56 smithi170 bash[22996]: cluster 2024-03-21T13:38:54.386992+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:38:58.272 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:38:58 smithi100 bash[21523]: cluster 2024-03-21T13:38:56.387444+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:38:58.365 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:38:58 smithi186 bash[23727]: cluster 2024-03-21T13:38:56.387444+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:38:58.526 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:38:58 smithi170 bash[22996]: cluster 2024-03-21T13:38:56.387444+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:38:59.522 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:38:59 smithi100 bash[21523]: audit 2024-03-21T13:38:59.056078+0000 mon.a (mon.0) 323 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T13:38:59.522 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:38:59 smithi100 bash[21523]: audit 2024-03-21T13:38:59.061804+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T13:38:59.522 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:38:59 smithi100 bash[21523]: audit 2024-03-21T13:38:59.063019+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:38:59.525 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:38:59 smithi170 bash[22996]: audit 2024-03-21T13:38:59.056078+0000 mon.a (mon.0) 323 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T13:38:59.525 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:38:59 smithi170 bash[22996]: audit 2024-03-21T13:38:59.061804+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T13:38:59.526 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:38:59 smithi170 bash[22996]: audit 2024-03-21T13:38:59.063019+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:38:59.616 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:38:59 smithi186 bash[23727]: audit 2024-03-21T13:38:59.056078+0000 mon.a (mon.0) 323 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T13:38:59.616 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:38:59 smithi186 bash[23727]: audit 2024-03-21T13:38:59.061804+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T13:38:59.616 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:38:59 smithi186 bash[23727]: audit 2024-03-21T13:38:59.063019+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:39:00.522 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:39:00 smithi100 bash[21523]: cluster 2024-03-21T13:38:58.387914+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:39:00.522 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:39:00 smithi100 bash[21523]: audit 2024-03-21T13:38:59.049323+0000 mgr.a (mgr.14152) 141 : audit [DBG] from='client.14241 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi100:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:39:00.525 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:39:00 smithi170 bash[22996]: cluster 2024-03-21T13:38:58.387914+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:39:00.525 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:39:00 smithi170 bash[22996]: audit 2024-03-21T13:38:59.049323+0000 mgr.a (mgr.14152) 141 : audit [DBG] from='client.14241 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi100:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:39:00.615 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:39:00 smithi186 bash[23727]: cluster 2024-03-21T13:38:58.387914+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:39:00.616 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:39:00 smithi186 bash[23727]: audit 2024-03-21T13:38:59.049323+0000 mgr.a (mgr.14152) 141 : audit [DBG] from='client.14241 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi100:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:39:02.522 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:39:02 smithi100 bash[21523]: cluster 2024-03-21T13:39:00.388492+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:39:02.525 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:39:02 smithi170 bash[22996]: cluster 2024-03-21T13:39:00.388492+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:39:02.615 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:39:02 smithi186 bash[23727]: cluster 2024-03-21T13:39:00.388492+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:39:04.521 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:39:04 smithi100 bash[21523]: cluster 2024-03-21T13:39:02.389083+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:39:04.525 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:39:04 smithi170 bash[22996]: cluster 2024-03-21T13:39:02.389083+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:39:04.615 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:39:04 smithi186 bash[23727]: cluster 2024-03-21T13:39:02.389083+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:39:06.490 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:39:06 smithi100 bash[21523]: cluster 2024-03-21T13:39:04.389592+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:39:06.525 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:39:06 smithi170 bash[22996]: cluster 2024-03-21T13:39:04.389592+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:39:06.615 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:39:06 smithi186 bash[23727]: cluster 2024-03-21T13:39:04.389592+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:39:08.521 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:39:08 smithi100 bash[21523]: cluster 2024-03-21T13:39:06.390167+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:39:08.522 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:39:08 smithi100 bash[21523]: audit 2024-03-21T13:39:07.439164+0000 mon.a (mon.0) 326 : audit [INF] from='client.? 172.21.15.100:0/2179247146' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1aec3398-98b9-446d-831e-e46bced4c51f"}]: dispatch 2024-03-21T13:39:08.522 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:39:08 smithi100 bash[21523]: audit 2024-03-21T13:39:07.442066+0000 mon.a (mon.0) 327 : audit [INF] from='client.? 172.21.15.100:0/2179247146' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1aec3398-98b9-446d-831e-e46bced4c51f"}]': finished 2024-03-21T13:39:08.522 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:39:08 smithi100 bash[21523]: cluster 2024-03-21T13:39:07.445459+0000 mon.a (mon.0) 328 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-03-21T13:39:08.522 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:39:08 smithi100 bash[21523]: audit 2024-03-21T13:39:07.445681+0000 mon.a (mon.0) 329 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:39:08.525 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:39:08 smithi170 bash[22996]: cluster 2024-03-21T13:39:06.390167+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:39:08.525 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:39:08 smithi170 bash[22996]: audit 2024-03-21T13:39:07.439164+0000 mon.a (mon.0) 326 : audit [INF] from='client.? 172.21.15.100:0/2179247146' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1aec3398-98b9-446d-831e-e46bced4c51f"}]: dispatch 2024-03-21T13:39:08.526 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:39:08 smithi170 bash[22996]: audit 2024-03-21T13:39:07.442066+0000 mon.a (mon.0) 327 : audit [INF] from='client.? 172.21.15.100:0/2179247146' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1aec3398-98b9-446d-831e-e46bced4c51f"}]': finished 2024-03-21T13:39:08.526 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:39:08 smithi170 bash[22996]: cluster 2024-03-21T13:39:07.445459+0000 mon.a (mon.0) 328 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-03-21T13:39:08.526 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:39:08 smithi170 bash[22996]: audit 2024-03-21T13:39:07.445681+0000 mon.a (mon.0) 329 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:39:08.616 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:39:08 smithi186 bash[23727]: cluster 2024-03-21T13:39:06.390167+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:39:08.616 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:39:08 smithi186 bash[23727]: audit 2024-03-21T13:39:07.439164+0000 mon.a (mon.0) 326 : audit [INF] from='client.? 172.21.15.100:0/2179247146' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1aec3398-98b9-446d-831e-e46bced4c51f"}]: dispatch 2024-03-21T13:39:08.616 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:39:08 smithi186 bash[23727]: audit 2024-03-21T13:39:07.442066+0000 mon.a (mon.0) 327 : audit [INF] from='client.? 172.21.15.100:0/2179247146' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1aec3398-98b9-446d-831e-e46bced4c51f"}]': finished 2024-03-21T13:39:08.616 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:39:08 smithi186 bash[23727]: cluster 2024-03-21T13:39:07.445459+0000 mon.a (mon.0) 328 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-03-21T13:39:08.616 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:39:08 smithi186 bash[23727]: audit 2024-03-21T13:39:07.445681+0000 mon.a (mon.0) 329 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:39:09.522 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:39:09 smithi100 bash[21523]: audit 2024-03-21T13:39:08.153700+0000 mon.a (mon.0) 330 : audit [DBG] from='client.? 172.21.15.100:0/2558737161' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T13:39:09.525 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:39:09 smithi170 bash[22996]: audit 2024-03-21T13:39:08.153700+0000 mon.a (mon.0) 330 : audit [DBG] from='client.? 172.21.15.100:0/2558737161' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T13:39:09.615 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:39:09 smithi186 bash[23727]: audit 2024-03-21T13:39:08.153700+0000 mon.a (mon.0) 330 : audit [DBG] from='client.? 172.21.15.100:0/2558737161' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T13:39:10.521 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:39:10 smithi100 bash[21523]: cluster 2024-03-21T13:39:08.390634+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:39:10.525 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:39:10 smithi170 bash[22996]: cluster 2024-03-21T13:39:08.390634+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:39:10.615 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:39:10 smithi186 bash[23727]: cluster 2024-03-21T13:39:08.390634+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:39:12.522 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:39:12 smithi100 bash[21523]: cluster 2024-03-21T13:39:10.391130+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:39:12.525 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:39:12 smithi170 bash[22996]: cluster 2024-03-21T13:39:10.391130+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:39:12.616 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:39:12 smithi186 bash[23727]: cluster 2024-03-21T13:39:10.391130+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:39:14.521 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:39:14 smithi100 bash[21523]: cluster 2024-03-21T13:39:12.391639+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:39:14.525 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:39:14 smithi170 bash[22996]: cluster 2024-03-21T13:39:12.391639+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:39:14.615 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:39:14 smithi186 bash[23727]: cluster 2024-03-21T13:39:12.391639+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:39:16.420 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:39:16 smithi100 bash[21523]: cluster 2024-03-21T13:39:14.391973+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:39:16.525 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:39:16 smithi170 bash[22996]: cluster 2024-03-21T13:39:14.391973+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:39:16.615 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:39:16 smithi186 bash[23727]: cluster 2024-03-21T13:39:14.391973+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:39:18.271 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:39:18 smithi100 bash[21523]: cluster 2024-03-21T13:39:16.392465+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:39:18.525 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:39:18 smithi170 bash[22996]: cluster 2024-03-21T13:39:16.392465+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:39:18.615 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:39:18 smithi186 bash[23727]: cluster 2024-03-21T13:39:16.392465+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:39:20.521 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:39:20 smithi100 bash[21523]: cluster 2024-03-21T13:39:18.392951+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:39:20.522 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:39:20 smithi100 bash[21523]: audit 2024-03-21T13:39:19.873845+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-21T13:39:20.522 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:39:20 smithi100 bash[21523]: audit 2024-03-21T13:39:19.875305+0000 mon.a (mon.0) 332 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:39:20.525 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:39:20 smithi170 bash[22996]: cluster 2024-03-21T13:39:18.392951+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:39:20.525 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:39:20 smithi170 bash[22996]: audit 2024-03-21T13:39:19.873845+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-21T13:39:20.525 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:39:20 smithi170 bash[22996]: audit 2024-03-21T13:39:19.875305+0000 mon.a (mon.0) 332 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:39:20.615 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:39:20 smithi186 bash[23727]: cluster 2024-03-21T13:39:18.392951+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:39:20.616 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:39:20 smithi186 bash[23727]: audit 2024-03-21T13:39:19.873845+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-21T13:39:20.616 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:39:20 smithi186 bash[23727]: audit 2024-03-21T13:39:19.875305+0000 mon.a (mon.0) 332 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:39:21.410 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:39:21 smithi100 bash[21523]: cephadm 2024-03-21T13:39:19.876603+0000 mgr.a (mgr.14152) 152 : cephadm [INF] Deploying daemon osd.1 on smithi100 2024-03-21T13:39:21.525 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:39:21 smithi170 bash[22996]: cephadm 2024-03-21T13:39:19.876603+0000 mgr.a (mgr.14152) 152 : cephadm [INF] Deploying daemon osd.1 on smithi100 2024-03-21T13:39:21.615 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:39:21 smithi186 bash[23727]: cephadm 2024-03-21T13:39:19.876603+0000 mgr.a (mgr.14152) 152 : cephadm [INF] Deploying daemon osd.1 on smithi100 2024-03-21T13:39:22.271 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:39:22 smithi100 bash[21523]: cluster 2024-03-21T13:39:20.393239+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:39:22.525 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:39:22 smithi170 bash[22996]: cluster 2024-03-21T13:39:20.393239+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:39:22.615 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:39:22 smithi186 bash[23727]: cluster 2024-03-21T13:39:20.393239+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:39:24.176 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:39:23 smithi100 systemd[1]: /etc/systemd/system/ceph-81d57e16-e787-11ee-95cd-87774f69a715@.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-03-21T13:39:24.176 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:39:24 smithi100 bash[21523]: cluster 2024-03-21T13:39:22.393598+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:39:24.177 INFO:journalctl@ceph.osd.0.smithi100.stdout:Mar 21 13:39:23 smithi100 systemd[1]: /etc/systemd/system/ceph-81d57e16-e787-11ee-95cd-87774f69a715@.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-03-21T13:39:24.177 INFO:journalctl@ceph.mgr.a.smithi100.stdout:Mar 21 13:39:24 smithi100 systemd[1]: /etc/systemd/system/ceph-81d57e16-e787-11ee-95cd-87774f69a715@.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-03-21T13:39:24.521 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:39:24 smithi100 systemd[1]: /etc/systemd/system/ceph-81d57e16-e787-11ee-95cd-87774f69a715@.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-03-21T13:39:24.522 INFO:journalctl@ceph.mgr.a.smithi100.stdout:Mar 21 13:39:24 smithi100 systemd[1]: /etc/systemd/system/ceph-81d57e16-e787-11ee-95cd-87774f69a715@.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-03-21T13:39:24.522 INFO:journalctl@ceph.osd.0.smithi100.stdout:Mar 21 13:39:24 smithi100 systemd[1]: /etc/systemd/system/ceph-81d57e16-e787-11ee-95cd-87774f69a715@.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-03-21T13:39:24.525 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:39:24 smithi170 bash[22996]: cluster 2024-03-21T13:39:22.393598+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:39:24.615 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:39:24 smithi186 bash[23727]: cluster 2024-03-21T13:39:22.393598+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:39:25.521 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:39:25 smithi100 bash[21523]: audit 2024-03-21T13:39:24.368521+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:39:25.521 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:39:25 smithi100 bash[21523]: audit 2024-03-21T13:39:24.373086+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:39:25.521 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:39:25 smithi100 bash[21523]: cluster 2024-03-21T13:39:24.393893+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:39:25.521 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:39:25 smithi100 bash[21523]: audit 2024-03-21T13:39:24.400874+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:39:25.775 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:39:25 smithi170 bash[22996]: audit 2024-03-21T13:39:24.368521+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:39:25.775 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:39:25 smithi170 bash[22996]: audit 2024-03-21T13:39:24.373086+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:39:25.776 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:39:25 smithi170 bash[22996]: cluster 2024-03-21T13:39:24.393893+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:39:25.776 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:39:25 smithi170 bash[22996]: audit 2024-03-21T13:39:24.400874+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:39:25.865 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:39:25 smithi186 bash[23727]: audit 2024-03-21T13:39:24.368521+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:39:25.866 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:39:25 smithi186 bash[23727]: audit 2024-03-21T13:39:24.373086+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:39:25.866 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:39:25 smithi186 bash[23727]: cluster 2024-03-21T13:39:24.393893+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:39:25.866 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:39:25 smithi186 bash[23727]: audit 2024-03-21T13:39:24.400874+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:39:27.771 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:39:27 smithi100 bash[21523]: cluster 2024-03-21T13:39:26.394263+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:39:27.775 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:39:27 smithi170 bash[22996]: cluster 2024-03-21T13:39:26.394263+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:39:27.865 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:39:27 smithi186 bash[23727]: cluster 2024-03-21T13:39:26.394263+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:39:29.771 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:39:29 smithi100 bash[21523]: cluster 2024-03-21T13:39:28.394762+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:39:29.775 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:39:29 smithi170 bash[22996]: cluster 2024-03-21T13:39:28.394762+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:39:29.865 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:39:29 smithi186 bash[23727]: cluster 2024-03-21T13:39:28.394762+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:39:31.021 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:39:30 smithi100 bash[21523]: audit 2024-03-21T13:39:29.645641+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:39:31.021 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:39:30 smithi100 bash[21523]: audit 2024-03-21T13:39:29.651057+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:39:31.021 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:39:30 smithi100 bash[21523]: audit 2024-03-21T13:39:29.651793+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:39:31.021 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:39:30 smithi100 bash[21523]: audit 2024-03-21T13:39:29.652420+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:39:31.021 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:39:30 smithi100 bash[21523]: audit 2024-03-21T13:39:29.657115+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:39:31.025 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:39:30 smithi170 bash[22996]: audit 2024-03-21T13:39:29.645641+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:39:31.025 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:39:30 smithi170 bash[22996]: audit 2024-03-21T13:39:29.651057+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:39:31.026 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:39:30 smithi170 bash[22996]: audit 2024-03-21T13:39:29.651793+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:39:31.026 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:39:30 smithi170 bash[22996]: audit 2024-03-21T13:39:29.652420+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:39:31.026 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:39:30 smithi170 bash[22996]: audit 2024-03-21T13:39:29.657115+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:39:31.115 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:39:30 smithi186 bash[23727]: audit 2024-03-21T13:39:29.645641+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:39:31.115 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:39:30 smithi186 bash[23727]: audit 2024-03-21T13:39:29.651057+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:39:31.115 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:39:30 smithi186 bash[23727]: audit 2024-03-21T13:39:29.651793+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:39:31.116 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:39:30 smithi186 bash[23727]: audit 2024-03-21T13:39:29.652420+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:39:31.116 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:39:30 smithi186 bash[23727]: audit 2024-03-21T13:39:29.657115+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:39:31.952 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:39:31 smithi100 bash[21523]: cluster 2024-03-21T13:39:30.395095+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:39:31.952 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:39:31 smithi100 bash[21523]: audit 2024-03-21T13:39:30.728750+0000 mon.a (mon.0) 341 : audit [INF] from='osd.1 [v2:172.21.15.100:6810/3712483176,v1:172.21.15.100:6811/3712483176]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-21T13:39:32.025 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:39:31 smithi170 bash[22996]: cluster 2024-03-21T13:39:30.395095+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:39:32.025 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:39:31 smithi170 bash[22996]: audit 2024-03-21T13:39:30.728750+0000 mon.a (mon.0) 341 : audit [INF] from='osd.1 [v2:172.21.15.100:6810/3712483176,v1:172.21.15.100:6811/3712483176]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-21T13:39:32.115 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:39:31 smithi186 bash[23727]: cluster 2024-03-21T13:39:30.395095+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:39:32.115 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:39:31 smithi186 bash[23727]: audit 2024-03-21T13:39:30.728750+0000 mon.a (mon.0) 341 : audit [INF] from='osd.1 [v2:172.21.15.100:6810/3712483176,v1:172.21.15.100:6811/3712483176]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-21T13:39:32.771 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:39:32 smithi100 bash[21523]: audit 2024-03-21T13:39:31.665312+0000 mon.a (mon.0) 342 : audit [INF] from='osd.1 [v2:172.21.15.100:6810/3712483176,v1:172.21.15.100:6811/3712483176]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-03-21T13:39:32.771 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:39:32 smithi100 bash[21523]: cluster 2024-03-21T13:39:31.669029+0000 mon.a (mon.0) 343 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-03-21T13:39:32.771 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:39:32 smithi100 bash[21523]: audit 2024-03-21T13:39:31.669279+0000 mon.a (mon.0) 344 : audit [INF] from='osd.1 [v2:172.21.15.100:6810/3712483176,v1:172.21.15.100:6811/3712483176]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi100", "root=default"]}]: dispatch 2024-03-21T13:39:32.771 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:39:32 smithi100 bash[21523]: audit 2024-03-21T13:39:31.669522+0000 mon.a (mon.0) 345 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:39:33.025 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:39:32 smithi170 bash[22996]: audit 2024-03-21T13:39:31.665312+0000 mon.a (mon.0) 342 : audit [INF] from='osd.1 [v2:172.21.15.100:6810/3712483176,v1:172.21.15.100:6811/3712483176]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-03-21T13:39:33.026 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:39:32 smithi170 bash[22996]: cluster 2024-03-21T13:39:31.669029+0000 mon.a (mon.0) 343 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-03-21T13:39:33.026 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:39:32 smithi170 bash[22996]: audit 2024-03-21T13:39:31.669279+0000 mon.a (mon.0) 344 : audit [INF] from='osd.1 [v2:172.21.15.100:6810/3712483176,v1:172.21.15.100:6811/3712483176]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi100", "root=default"]}]: dispatch 2024-03-21T13:39:33.026 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:39:32 smithi170 bash[22996]: audit 2024-03-21T13:39:31.669522+0000 mon.a (mon.0) 345 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:39:33.116 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:39:32 smithi186 bash[23727]: audit 2024-03-21T13:39:31.665312+0000 mon.a (mon.0) 342 : audit [INF] from='osd.1 [v2:172.21.15.100:6810/3712483176,v1:172.21.15.100:6811/3712483176]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-03-21T13:39:33.116 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:39:32 smithi186 bash[23727]: cluster 2024-03-21T13:39:31.669029+0000 mon.a (mon.0) 343 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-03-21T13:39:33.116 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:39:32 smithi186 bash[23727]: audit 2024-03-21T13:39:31.669279+0000 mon.a (mon.0) 344 : audit [INF] from='osd.1 [v2:172.21.15.100:6810/3712483176,v1:172.21.15.100:6811/3712483176]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi100", "root=default"]}]: dispatch 2024-03-21T13:39:33.116 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:39:32 smithi186 bash[23727]: audit 2024-03-21T13:39:31.669522+0000 mon.a (mon.0) 345 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:39:33.311 INFO:teuthology.orchestra.run.smithi100.stdout:Created osd(s) 1 on host 'smithi100' 2024-03-21T13:39:33.990 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:39:33 smithi100 bash[21523]: cluster 2024-03-21T13:39:32.395412+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:39:33.990 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:39:33 smithi100 bash[21523]: audit 2024-03-21T13:39:32.667801+0000 mon.a (mon.0) 346 : audit [INF] from='osd.1 [v2:172.21.15.100:6810/3712483176,v1:172.21.15.100:6811/3712483176]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi100", "root=default"]}]': finished 2024-03-21T13:39:33.991 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:39:33 smithi100 bash[21523]: cluster 2024-03-21T13:39:32.672848+0000 mon.a (mon.0) 347 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-03-21T13:39:33.991 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:39:33 smithi100 bash[21523]: audit 2024-03-21T13:39:32.674121+0000 mon.a (mon.0) 348 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:39:33.991 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:39:33 smithi100 bash[21523]: audit 2024-03-21T13:39:32.683307+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:39:33.991 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:39:33 smithi100 bash[21523]: audit 2024-03-21T13:39:33.284006+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:39:33.991 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:39:33 smithi100 bash[21523]: audit 2024-03-21T13:39:33.293232+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:39:33.991 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:39:33 smithi100 bash[21523]: audit 2024-03-21T13:39:33.312000+0000 mon.a (mon.0) 352 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:39:33.992 DEBUG:teuthology.orchestra.run.smithi100:osd.1> sudo journalctl -f -n 0 -u ceph-81d57e16-e787-11ee-95cd-87774f69a715@osd.1.service 2024-03-21T13:39:33.995 INFO:tasks.cephadm:Deploying osd.2 on smithi170 with /dev/vg_nvme/lv_4... 2024-03-21T13:39:33.995 DEBUG:teuthology.orchestra.run.smithi170:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ba760091cd7bd2b0d23f4825ac856ba66450e988 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81d57e16-e787-11ee-95cd-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-03-21T13:39:34.006 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:39:33 smithi170 bash[22996]: cluster 2024-03-21T13:39:32.395412+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:39:34.007 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:39:33 smithi170 bash[22996]: audit 2024-03-21T13:39:32.667801+0000 mon.a (mon.0) 346 : audit [INF] from='osd.1 [v2:172.21.15.100:6810/3712483176,v1:172.21.15.100:6811/3712483176]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi100", "root=default"]}]': finished 2024-03-21T13:39:34.007 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:39:33 smithi170 bash[22996]: cluster 2024-03-21T13:39:32.672848+0000 mon.a (mon.0) 347 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-03-21T13:39:34.007 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:39:33 smithi170 bash[22996]: audit 2024-03-21T13:39:32.674121+0000 mon.a (mon.0) 348 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:39:34.007 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:39:33 smithi170 bash[22996]: audit 2024-03-21T13:39:32.683307+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:39:34.007 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:39:33 smithi170 bash[22996]: audit 2024-03-21T13:39:33.284006+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:39:34.007 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:39:33 smithi170 bash[22996]: audit 2024-03-21T13:39:33.293232+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:39:34.007 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:39:33 smithi170 bash[22996]: audit 2024-03-21T13:39:33.312000+0000 mon.a (mon.0) 352 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:39:34.115 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:39:33 smithi186 bash[23727]: cluster 2024-03-21T13:39:32.395412+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:39:34.115 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:39:33 smithi186 bash[23727]: audit 2024-03-21T13:39:32.667801+0000 mon.a (mon.0) 346 : audit [INF] from='osd.1 [v2:172.21.15.100:6810/3712483176,v1:172.21.15.100:6811/3712483176]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi100", "root=default"]}]': finished 2024-03-21T13:39:34.116 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:39:33 smithi186 bash[23727]: cluster 2024-03-21T13:39:32.672848+0000 mon.a (mon.0) 347 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-03-21T13:39:34.116 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:39:33 smithi186 bash[23727]: audit 2024-03-21T13:39:32.674121+0000 mon.a (mon.0) 348 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:39:34.116 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:39:33 smithi186 bash[23727]: audit 2024-03-21T13:39:32.683307+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:39:34.116 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:39:33 smithi186 bash[23727]: audit 2024-03-21T13:39:33.284006+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:39:34.116 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:39:33 smithi186 bash[23727]: audit 2024-03-21T13:39:33.293232+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:39:34.116 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:39:33 smithi186 bash[23727]: audit 2024-03-21T13:39:33.312000+0000 mon.a (mon.0) 352 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:39:35.021 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:39:34 smithi100 bash[21523]: cluster 2024-03-21T13:39:31.679643+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T13:39:35.021 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:39:34 smithi100 bash[21523]: cluster 2024-03-21T13:39:31.679740+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T13:39:35.021 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:39:34 smithi100 bash[21523]: cluster 2024-03-21T13:39:33.680661+0000 mon.a (mon.0) 353 : cluster [INF] osd.1 [v2:172.21.15.100:6810/3712483176,v1:172.21.15.100:6811/3712483176] boot 2024-03-21T13:39:35.021 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:39:34 smithi100 bash[21523]: cluster 2024-03-21T13:39:33.680706+0000 mon.a (mon.0) 354 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-03-21T13:39:35.021 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:39:34 smithi100 bash[21523]: audit 2024-03-21T13:39:33.681186+0000 mon.a (mon.0) 355 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:39:35.025 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:39:34 smithi170 bash[22996]: cluster 2024-03-21T13:39:31.679643+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T13:39:35.025 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:39:34 smithi170 bash[22996]: cluster 2024-03-21T13:39:31.679740+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T13:39:35.025 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:39:34 smithi170 bash[22996]: cluster 2024-03-21T13:39:33.680661+0000 mon.a (mon.0) 353 : cluster [INF] osd.1 [v2:172.21.15.100:6810/3712483176,v1:172.21.15.100:6811/3712483176] boot 2024-03-21T13:39:35.025 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:39:34 smithi170 bash[22996]: cluster 2024-03-21T13:39:33.680706+0000 mon.a (mon.0) 354 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-03-21T13:39:35.025 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:39:34 smithi170 bash[22996]: audit 2024-03-21T13:39:33.681186+0000 mon.a (mon.0) 355 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:39:35.116 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:39:34 smithi186 bash[23727]: cluster 2024-03-21T13:39:31.679643+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T13:39:35.116 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:39:34 smithi186 bash[23727]: cluster 2024-03-21T13:39:31.679740+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T13:39:35.116 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:39:34 smithi186 bash[23727]: cluster 2024-03-21T13:39:33.680661+0000 mon.a (mon.0) 353 : cluster [INF] osd.1 [v2:172.21.15.100:6810/3712483176,v1:172.21.15.100:6811/3712483176] boot 2024-03-21T13:39:35.116 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:39:34 smithi186 bash[23727]: cluster 2024-03-21T13:39:33.680706+0000 mon.a (mon.0) 354 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-03-21T13:39:35.116 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:39:34 smithi186 bash[23727]: audit 2024-03-21T13:39:33.681186+0000 mon.a (mon.0) 355 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:39:36.021 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:39:35 smithi100 bash[21523]: cluster 2024-03-21T13:39:34.395824+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:39:36.021 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:39:35 smithi100 bash[21523]: cluster 2024-03-21T13:39:34.697067+0000 mon.a (mon.0) 356 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-03-21T13:39:36.025 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:39:35 smithi170 bash[22996]: cluster 2024-03-21T13:39:34.395824+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:39:36.025 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:39:35 smithi170 bash[22996]: cluster 2024-03-21T13:39:34.697067+0000 mon.a (mon.0) 356 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-03-21T13:39:36.115 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:39:35 smithi186 bash[23727]: cluster 2024-03-21T13:39:34.395824+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:39:36.115 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:39:35 smithi186 bash[23727]: cluster 2024-03-21T13:39:34.697067+0000 mon.a (mon.0) 356 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-03-21T13:39:38.021 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:39:37 smithi100 bash[21523]: cluster 2024-03-21T13:39:36.396290+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:39:38.025 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:39:37 smithi170 bash[22996]: cluster 2024-03-21T13:39:36.396290+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:39:38.117 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:39:37 smithi186 bash[23727]: cluster 2024-03-21T13:39:36.396290+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:39:38.707 INFO:teuthology.orchestra.run.smithi170.stderr:Inferring config /var/lib/ceph/81d57e16-e787-11ee-95cd-87774f69a715/mon.b/config 2024-03-21T13:39:39.753 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:39:39 smithi170 bash[22996]: cluster 2024-03-21T13:39:38.396774+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:39:40.021 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:39:39 smithi100 bash[21523]: cluster 2024-03-21T13:39:38.396774+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:39:40.115 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:39:39 smithi186 bash[23727]: cluster 2024-03-21T13:39:38.396774+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:39:41.340 INFO:teuthology.orchestra.run.smithi170.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-03-21T13:39:41.340 INFO:teuthology.orchestra.run.smithi170.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-03-21T13:39:41.340 INFO:teuthology.orchestra.run.smithi170.stderr: stderr: 10+0 records in 2024-03-21T13:39:41.341 INFO:teuthology.orchestra.run.smithi170.stderr:10+0 records out 2024-03-21T13:39:41.341 INFO:teuthology.orchestra.run.smithi170.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0133736 s, 784 MB/s 2024-03-21T13:39:41.341 INFO:teuthology.orchestra.run.smithi170.stderr:--> Zapping successful for: 2024-03-21T13:39:41.977 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:39:41 smithi170 bash[22996]: cluster 2024-03-21T13:39:40.397245+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:39:41.979 DEBUG:teuthology.orchestra.run.smithi170:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ba760091cd7bd2b0d23f4825ac856ba66450e988 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81d57e16-e787-11ee-95cd-87774f69a715 -- ceph orch daemon add osd smithi170:vg_nvme/lv_4 2024-03-21T13:39:42.021 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:39:41 smithi100 bash[21523]: cluster 2024-03-21T13:39:40.397245+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:39:42.115 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:39:41 smithi186 bash[23727]: cluster 2024-03-21T13:39:40.397245+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:39:44.271 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:39:43 smithi100 bash[21523]: cluster 2024-03-21T13:39:42.397719+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:39:44.271 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:39:43 smithi100 bash[21523]: cephadm 2024-03-21T13:39:42.953613+0000 mgr.a (mgr.14152) 165 : cephadm [INF] Detected new or changed devices on smithi100 2024-03-21T13:39:44.271 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:39:43 smithi100 bash[21523]: audit 2024-03-21T13:39:42.962335+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:39:44.272 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:39:43 smithi100 bash[21523]: audit 2024-03-21T13:39:42.971375+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:39:44.272 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:39:43 smithi100 bash[21523]: audit 2024-03-21T13:39:42.973602+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:39:44.272 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:39:43 smithi100 bash[21523]: audit 2024-03-21T13:39:42.975539+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:39:44.272 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:39:43 smithi100 bash[21523]: cephadm 2024-03-21T13:39:42.977004+0000 mgr.a (mgr.14152) 166 : cephadm [INF] Adjusting osd_memory_target on smithi100 to 8632M 2024-03-21T13:39:44.272 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:39:43 smithi100 bash[21523]: audit 2024-03-21T13:39:42.982928+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:39:44.272 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:39:43 smithi100 bash[21523]: audit 2024-03-21T13:39:42.987068+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:39:44.272 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:39:43 smithi100 bash[21523]: audit 2024-03-21T13:39:42.988848+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:39:44.272 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:39:43 smithi100 bash[21523]: audit 2024-03-21T13:39:42.998458+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:39:44.275 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:39:43 smithi170 bash[22996]: cluster 2024-03-21T13:39:42.397719+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:39:44.275 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:39:43 smithi170 bash[22996]: cephadm 2024-03-21T13:39:42.953613+0000 mgr.a (mgr.14152) 165 : cephadm [INF] Detected new or changed devices on smithi100 2024-03-21T13:39:44.275 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:39:43 smithi170 bash[22996]: audit 2024-03-21T13:39:42.962335+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:39:44.275 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:39:43 smithi170 bash[22996]: audit 2024-03-21T13:39:42.971375+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:39:44.275 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:39:43 smithi170 bash[22996]: audit 2024-03-21T13:39:42.973602+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:39:44.276 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:39:43 smithi170 bash[22996]: audit 2024-03-21T13:39:42.975539+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:39:44.276 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:39:43 smithi170 bash[22996]: cephadm 2024-03-21T13:39:42.977004+0000 mgr.a (mgr.14152) 166 : cephadm [INF] Adjusting osd_memory_target on smithi100 to 8632M 2024-03-21T13:39:44.276 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:39:43 smithi170 bash[22996]: audit 2024-03-21T13:39:42.982928+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:39:44.276 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:39:43 smithi170 bash[22996]: audit 2024-03-21T13:39:42.987068+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:39:44.276 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:39:43 smithi170 bash[22996]: audit 2024-03-21T13:39:42.988848+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:39:44.276 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:39:43 smithi170 bash[22996]: audit 2024-03-21T13:39:42.998458+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:39:44.365 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:39:43 smithi186 bash[23727]: cluster 2024-03-21T13:39:42.397719+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:39:44.366 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:39:43 smithi186 bash[23727]: cephadm 2024-03-21T13:39:42.953613+0000 mgr.a (mgr.14152) 165 : cephadm [INF] Detected new or changed devices on smithi100 2024-03-21T13:39:44.366 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:39:43 smithi186 bash[23727]: audit 2024-03-21T13:39:42.962335+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:39:44.366 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:39:43 smithi186 bash[23727]: audit 2024-03-21T13:39:42.971375+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:39:44.366 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:39:43 smithi186 bash[23727]: audit 2024-03-21T13:39:42.973602+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:39:44.366 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:39:43 smithi186 bash[23727]: audit 2024-03-21T13:39:42.975539+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:39:44.366 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:39:43 smithi186 bash[23727]: cephadm 2024-03-21T13:39:42.977004+0000 mgr.a (mgr.14152) 166 : cephadm [INF] Adjusting osd_memory_target on smithi100 to 8632M 2024-03-21T13:39:44.366 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:39:43 smithi186 bash[23727]: audit 2024-03-21T13:39:42.982928+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:39:44.366 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:39:43 smithi186 bash[23727]: audit 2024-03-21T13:39:42.987068+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:39:44.366 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:39:43 smithi186 bash[23727]: audit 2024-03-21T13:39:42.988848+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:39:44.366 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:39:43 smithi186 bash[23727]: audit 2024-03-21T13:39:42.998458+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:39:46.271 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:39:45 smithi100 bash[21523]: cluster 2024-03-21T13:39:44.398197+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:39:46.275 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:39:45 smithi170 bash[22996]: cluster 2024-03-21T13:39:44.398197+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:39:46.365 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:39:45 smithi186 bash[23727]: cluster 2024-03-21T13:39:44.398197+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:39:46.727 INFO:teuthology.orchestra.run.smithi170.stderr:Inferring config /var/lib/ceph/81d57e16-e787-11ee-95cd-87774f69a715/mon.b/config 2024-03-21T13:39:48.015 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:39:47 smithi170 bash[22996]: cluster 2024-03-21T13:39:46.398612+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:39:48.271 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:39:47 smithi100 bash[21523]: cluster 2024-03-21T13:39:46.398612+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:39:48.365 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:39:47 smithi186 bash[23727]: cluster 2024-03-21T13:39:46.398612+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:39:50.271 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:39:49 smithi100 bash[21523]: cluster 2024-03-21T13:39:48.399109+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:39:50.271 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:39:49 smithi100 bash[21523]: audit 2024-03-21T13:39:49.004967+0000 mgr.a (mgr.14152) 170 : audit [DBG] from='client.24137 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi170:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:39:50.271 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:39:49 smithi100 bash[21523]: audit 2024-03-21T13:39:49.012509+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T13:39:50.271 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:39:49 smithi100 bash[21523]: audit 2024-03-21T13:39:49.019800+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T13:39:50.271 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:39:49 smithi100 bash[21523]: audit 2024-03-21T13:39:49.021642+0000 mon.a (mon.0) 367 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:39:50.275 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:39:49 smithi170 bash[22996]: cluster 2024-03-21T13:39:48.399109+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:39:50.275 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:39:49 smithi170 bash[22996]: audit 2024-03-21T13:39:49.004967+0000 mgr.a (mgr.14152) 170 : audit [DBG] from='client.24137 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi170:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:39:50.275 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:39:49 smithi170 bash[22996]: audit 2024-03-21T13:39:49.012509+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T13:39:50.275 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:39:49 smithi170 bash[22996]: audit 2024-03-21T13:39:49.019800+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T13:39:50.275 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:39:49 smithi170 bash[22996]: audit 2024-03-21T13:39:49.021642+0000 mon.a (mon.0) 367 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:39:50.365 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:39:49 smithi186 bash[23727]: cluster 2024-03-21T13:39:48.399109+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:39:50.365 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:39:49 smithi186 bash[23727]: audit 2024-03-21T13:39:49.004967+0000 mgr.a (mgr.14152) 170 : audit [DBG] from='client.24137 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi170:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:39:50.365 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:39:49 smithi186 bash[23727]: audit 2024-03-21T13:39:49.012509+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T13:39:50.365 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:39:49 smithi186 bash[23727]: audit 2024-03-21T13:39:49.019800+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T13:39:50.366 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:39:49 smithi186 bash[23727]: audit 2024-03-21T13:39:49.021642+0000 mon.a (mon.0) 367 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:39:52.271 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:39:51 smithi100 bash[21523]: cluster 2024-03-21T13:39:50.399599+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:39:52.274 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:39:51 smithi170 bash[22996]: cluster 2024-03-21T13:39:50.399599+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:39:52.365 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:39:51 smithi186 bash[23727]: cluster 2024-03-21T13:39:50.399599+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:39:54.271 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:39:53 smithi100 bash[21523]: cluster 2024-03-21T13:39:52.400067+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:39:54.275 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:39:53 smithi170 bash[22996]: cluster 2024-03-21T13:39:52.400067+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:39:54.365 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:39:53 smithi186 bash[23727]: cluster 2024-03-21T13:39:52.400067+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:39:56.271 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:39:55 smithi100 bash[21523]: cluster 2024-03-21T13:39:54.400531+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:39:56.274 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:39:55 smithi170 bash[22996]: cluster 2024-03-21T13:39:54.400531+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:39:56.365 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:39:55 smithi186 bash[23727]: cluster 2024-03-21T13:39:54.400531+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:39:57.271 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:39:56 smithi100 bash[21523]: audit 2024-03-21T13:39:56.973688+0000 mon.b (mon.2) 7 : audit [INF] from='client.? 172.21.15.170:0/637823376' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e4348a0f-97be-4dc9-9538-1cda045e832b"}]: dispatch 2024-03-21T13:39:57.271 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:39:56 smithi100 bash[21523]: audit 2024-03-21T13:39:56.974877+0000 mon.a (mon.0) 368 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e4348a0f-97be-4dc9-9538-1cda045e832b"}]: dispatch 2024-03-21T13:39:57.271 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:39:56 smithi100 bash[21523]: audit 2024-03-21T13:39:56.979144+0000 mon.a (mon.0) 369 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e4348a0f-97be-4dc9-9538-1cda045e832b"}]': finished 2024-03-21T13:39:57.275 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:39:56 smithi170 bash[22996]: audit 2024-03-21T13:39:56.973688+0000 mon.b (mon.2) 7 : audit [INF] from='client.? 172.21.15.170:0/637823376' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e4348a0f-97be-4dc9-9538-1cda045e832b"}]: dispatch 2024-03-21T13:39:57.275 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:39:56 smithi170 bash[22996]: audit 2024-03-21T13:39:56.974877+0000 mon.a (mon.0) 368 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e4348a0f-97be-4dc9-9538-1cda045e832b"}]: dispatch 2024-03-21T13:39:57.275 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:39:56 smithi170 bash[22996]: audit 2024-03-21T13:39:56.979144+0000 mon.a (mon.0) 369 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e4348a0f-97be-4dc9-9538-1cda045e832b"}]': finished 2024-03-21T13:39:57.365 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:39:56 smithi186 bash[23727]: audit 2024-03-21T13:39:56.973688+0000 mon.b (mon.2) 7 : audit [INF] from='client.? 172.21.15.170:0/637823376' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e4348a0f-97be-4dc9-9538-1cda045e832b"}]: dispatch 2024-03-21T13:39:57.365 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:39:56 smithi186 bash[23727]: audit 2024-03-21T13:39:56.974877+0000 mon.a (mon.0) 368 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e4348a0f-97be-4dc9-9538-1cda045e832b"}]: dispatch 2024-03-21T13:39:57.365 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:39:56 smithi186 bash[23727]: audit 2024-03-21T13:39:56.979144+0000 mon.a (mon.0) 369 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e4348a0f-97be-4dc9-9538-1cda045e832b"}]': finished 2024-03-21T13:39:58.271 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:39:57 smithi100 bash[21523]: cluster 2024-03-21T13:39:56.400991+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:39:58.271 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:39:57 smithi100 bash[21523]: cluster 2024-03-21T13:39:56.985220+0000 mon.a (mon.0) 370 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-03-21T13:39:58.271 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:39:57 smithi100 bash[21523]: audit 2024-03-21T13:39:56.986611+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:39:58.271 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:39:57 smithi100 bash[21523]: audit 2024-03-21T13:39:57.697841+0000 mon.b (mon.2) 8 : audit [DBG] from='client.? 172.21.15.170:0/4056452882' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T13:39:58.277 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:39:57 smithi170 bash[22996]: cluster 2024-03-21T13:39:56.400991+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:39:58.278 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:39:57 smithi170 bash[22996]: cluster 2024-03-21T13:39:56.985220+0000 mon.a (mon.0) 370 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-03-21T13:39:58.278 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:39:57 smithi170 bash[22996]: audit 2024-03-21T13:39:56.986611+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:39:58.278 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:39:57 smithi170 bash[22996]: audit 2024-03-21T13:39:57.697841+0000 mon.b (mon.2) 8 : audit [DBG] from='client.? 172.21.15.170:0/4056452882' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T13:39:58.365 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:39:57 smithi186 bash[23727]: cluster 2024-03-21T13:39:56.400991+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:39:58.365 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:39:57 smithi186 bash[23727]: cluster 2024-03-21T13:39:56.985220+0000 mon.a (mon.0) 370 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-03-21T13:39:58.365 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:39:57 smithi186 bash[23727]: audit 2024-03-21T13:39:56.986611+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:39:58.365 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:39:57 smithi186 bash[23727]: audit 2024-03-21T13:39:57.697841+0000 mon.b (mon.2) 8 : audit [DBG] from='client.? 172.21.15.170:0/4056452882' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T13:40:00.271 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:40:00 smithi100 bash[21523]: cluster 2024-03-21T13:39:58.401471+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:40:00.274 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:40:00 smithi170 bash[22996]: cluster 2024-03-21T13:39:58.401471+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:40:00.365 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:40:00 smithi186 bash[23727]: cluster 2024-03-21T13:39:58.401471+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:40:01.271 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:40:01 smithi100 bash[21523]: cluster 2024-03-21T13:40:00.000165+0000 mon.a (mon.0) 372 : cluster [INF] overall HEALTH_OK 2024-03-21T13:40:01.274 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:40:01 smithi170 bash[22996]: cluster 2024-03-21T13:40:00.000165+0000 mon.a (mon.0) 372 : cluster [INF] overall HEALTH_OK 2024-03-21T13:40:01.365 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:40:01 smithi186 bash[23727]: cluster 2024-03-21T13:40:00.000165+0000 mon.a (mon.0) 372 : cluster [INF] overall HEALTH_OK 2024-03-21T13:40:02.270 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:40:02 smithi100 bash[21523]: cluster 2024-03-21T13:40:00.402048+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:40:02.274 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:40:02 smithi170 bash[22996]: cluster 2024-03-21T13:40:00.402048+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:40:02.365 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:40:02 smithi186 bash[23727]: cluster 2024-03-21T13:40:00.402048+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:40:04.270 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:40:04 smithi100 bash[21523]: cluster 2024-03-21T13:40:02.402604+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:40:04.274 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:40:04 smithi170 bash[22996]: cluster 2024-03-21T13:40:02.402604+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:40:04.365 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:40:04 smithi186 bash[23727]: cluster 2024-03-21T13:40:02.402604+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:40:06.270 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:40:06 smithi100 bash[21523]: cluster 2024-03-21T13:40:04.403218+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:40:06.274 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:40:06 smithi170 bash[22996]: cluster 2024-03-21T13:40:04.403218+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:40:06.365 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:40:06 smithi186 bash[23727]: cluster 2024-03-21T13:40:04.403218+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:40:08.273 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:40:08 smithi170 bash[22996]: cluster 2024-03-21T13:40:06.403803+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:40:08.365 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:40:08 smithi186 bash[23727]: cluster 2024-03-21T13:40:06.403803+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:40:08.520 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:40:08 smithi100 bash[21523]: cluster 2024-03-21T13:40:06.403803+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:40:09.365 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:40:09 smithi186 bash[23727]: audit 2024-03-21T13:40:08.686805+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-21T13:40:09.365 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:40:09 smithi186 bash[23727]: audit 2024-03-21T13:40:08.688763+0000 mon.a (mon.0) 374 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:40:09.520 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:40:09 smithi100 bash[21523]: audit 2024-03-21T13:40:08.686805+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-21T13:40:09.520 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:40:09 smithi100 bash[21523]: audit 2024-03-21T13:40:08.688763+0000 mon.a (mon.0) 374 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:40:09.524 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:40:09 smithi170 bash[22996]: audit 2024-03-21T13:40:08.686805+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-21T13:40:09.525 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:40:09 smithi170 bash[22996]: audit 2024-03-21T13:40:08.688763+0000 mon.a (mon.0) 374 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:40:10.165 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:40:10 smithi170 bash[22996]: cluster 2024-03-21T13:40:08.404394+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:40:10.165 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:40:10 smithi170 bash[22996]: cephadm 2024-03-21T13:40:08.690588+0000 mgr.a (mgr.14152) 181 : cephadm [INF] Deploying daemon osd.2 on smithi170 2024-03-21T13:40:10.365 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:40:10 smithi186 bash[23727]: cluster 2024-03-21T13:40:08.404394+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:40:10.365 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:40:10 smithi186 bash[23727]: cephadm 2024-03-21T13:40:08.690588+0000 mgr.a (mgr.14152) 181 : cephadm [INF] Deploying daemon osd.2 on smithi170 2024-03-21T13:40:10.520 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:40:10 smithi100 bash[21523]: cluster 2024-03-21T13:40:08.404394+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:40:10.521 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:40:10 smithi100 bash[21523]: cephadm 2024-03-21T13:40:08.690588+0000 mgr.a (mgr.14152) 181 : cephadm [INF] Deploying daemon osd.2 on smithi170 2024-03-21T13:40:12.365 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:40:12 smithi186 bash[23727]: cluster 2024-03-21T13:40:10.404980+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:40:12.399 INFO:journalctl@ceph.mgr.b.smithi170.stdout:Mar 21 13:40:12 smithi170 systemd[1]: /etc/systemd/system/ceph-81d57e16-e787-11ee-95cd-87774f69a715@.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-03-21T13:40:12.399 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:40:12 smithi170 bash[22996]: cluster 2024-03-21T13:40:10.404980+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:40:12.399 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:40:12 smithi170 systemd[1]: /etc/systemd/system/ceph-81d57e16-e787-11ee-95cd-87774f69a715@.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-03-21T13:40:12.520 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:40:12 smithi100 bash[21523]: cluster 2024-03-21T13:40:10.404980+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:40:12.774 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:40:12 smithi170 systemd[1]: /etc/systemd/system/ceph-81d57e16-e787-11ee-95cd-87774f69a715@.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-03-21T13:40:12.775 INFO:journalctl@ceph.mgr.b.smithi170.stdout:Mar 21 13:40:12 smithi170 systemd[1]: /etc/systemd/system/ceph-81d57e16-e787-11ee-95cd-87774f69a715@.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-03-21T13:40:13.802 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:40:13 smithi170 bash[22996]: cluster 2024-03-21T13:40:12.405570+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:40:13.802 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:40:13 smithi170 bash[22996]: audit 2024-03-21T13:40:12.552174+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:40:13.802 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:40:13 smithi170 bash[22996]: audit 2024-03-21T13:40:12.552939+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:40:13.802 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:40:13 smithi170 bash[22996]: audit 2024-03-21T13:40:12.560765+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:40:13.865 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:40:13 smithi186 bash[23727]: cluster 2024-03-21T13:40:12.405570+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:40:13.865 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:40:13 smithi186 bash[23727]: audit 2024-03-21T13:40:12.552174+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:40:13.865 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:40:13 smithi186 bash[23727]: audit 2024-03-21T13:40:12.552939+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:40:13.865 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:40:13 smithi186 bash[23727]: audit 2024-03-21T13:40:12.560765+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:40:14.020 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:40:13 smithi100 bash[21523]: cluster 2024-03-21T13:40:12.405570+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:40:14.021 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:40:13 smithi100 bash[21523]: audit 2024-03-21T13:40:12.552174+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:40:14.021 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:40:13 smithi100 bash[21523]: audit 2024-03-21T13:40:12.552939+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:40:14.021 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:40:13 smithi100 bash[21523]: audit 2024-03-21T13:40:12.560765+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:40:15.774 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:40:15 smithi170 bash[22996]: cluster 2024-03-21T13:40:14.406179+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:40:15.865 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:40:15 smithi186 bash[23727]: cluster 2024-03-21T13:40:14.406179+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:40:16.020 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:40:15 smithi100 bash[21523]: cluster 2024-03-21T13:40:14.406179+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:40:17.865 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:40:17 smithi186 bash[23727]: cluster 2024-03-21T13:40:16.406714+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:40:18.020 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:40:17 smithi100 bash[21523]: cluster 2024-03-21T13:40:16.406714+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:40:18.024 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:40:17 smithi170 bash[22996]: cluster 2024-03-21T13:40:16.406714+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:40:18.774 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:40:18 smithi170 bash[22996]: audit 2024-03-21T13:40:18.431695+0000 mon.b (mon.2) 9 : audit [INF] from='osd.2 [v2:172.21.15.170:6800/2162848076,v1:172.21.15.170:6801/2162848076]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-21T13:40:18.775 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:40:18 smithi170 bash[22996]: audit 2024-03-21T13:40:18.432912+0000 mon.a (mon.0) 378 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-21T13:40:18.865 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:40:18 smithi186 bash[23727]: audit 2024-03-21T13:40:18.431695+0000 mon.b (mon.2) 9 : audit [INF] from='osd.2 [v2:172.21.15.170:6800/2162848076,v1:172.21.15.170:6801/2162848076]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-21T13:40:18.865 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:40:18 smithi186 bash[23727]: audit 2024-03-21T13:40:18.432912+0000 mon.a (mon.0) 378 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-21T13:40:19.020 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:40:18 smithi100 bash[21523]: audit 2024-03-21T13:40:18.431695+0000 mon.b (mon.2) 9 : audit [INF] from='osd.2 [v2:172.21.15.170:6800/2162848076,v1:172.21.15.170:6801/2162848076]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-21T13:40:19.021 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:40:18 smithi100 bash[21523]: audit 2024-03-21T13:40:18.432912+0000 mon.a (mon.0) 378 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-21T13:40:19.844 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:40:19 smithi170 bash[22996]: cluster 2024-03-21T13:40:18.407299+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:40:19.844 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:40:19 smithi170 bash[22996]: audit 2024-03-21T13:40:18.567728+0000 mon.a (mon.0) 379 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-03-21T13:40:19.844 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:40:19 smithi170 bash[22996]: audit 2024-03-21T13:40:18.573286+0000 mon.b (mon.2) 10 : audit [INF] from='osd.2 [v2:172.21.15.170:6800/2162848076,v1:172.21.15.170:6801/2162848076]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi170", "root=default"]}]: dispatch 2024-03-21T13:40:19.844 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:40:19 smithi170 bash[22996]: cluster 2024-03-21T13:40:18.577103+0000 mon.a (mon.0) 380 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-03-21T13:40:19.844 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:40:19 smithi170 bash[22996]: audit 2024-03-21T13:40:18.577611+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:40:19.844 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:40:19 smithi170 bash[22996]: audit 2024-03-21T13:40:18.578482+0000 mon.a (mon.0) 382 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi170", "root=default"]}]: dispatch 2024-03-21T13:40:19.844 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:40:19 smithi170 bash[22996]: audit 2024-03-21T13:40:19.162440+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:40:19.844 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:40:19 smithi170 bash[22996]: audit 2024-03-21T13:40:19.172546+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:40:19.865 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:40:19 smithi186 bash[23727]: cluster 2024-03-21T13:40:18.407299+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:40:19.865 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:40:19 smithi186 bash[23727]: audit 2024-03-21T13:40:18.567728+0000 mon.a (mon.0) 379 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-03-21T13:40:19.865 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:40:19 smithi186 bash[23727]: audit 2024-03-21T13:40:18.573286+0000 mon.b (mon.2) 10 : audit [INF] from='osd.2 [v2:172.21.15.170:6800/2162848076,v1:172.21.15.170:6801/2162848076]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi170", "root=default"]}]: dispatch 2024-03-21T13:40:19.865 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:40:19 smithi186 bash[23727]: cluster 2024-03-21T13:40:18.577103+0000 mon.a (mon.0) 380 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-03-21T13:40:19.865 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:40:19 smithi186 bash[23727]: audit 2024-03-21T13:40:18.577611+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:40:19.865 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:40:19 smithi186 bash[23727]: audit 2024-03-21T13:40:18.578482+0000 mon.a (mon.0) 382 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi170", "root=default"]}]: dispatch 2024-03-21T13:40:19.866 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:40:19 smithi186 bash[23727]: audit 2024-03-21T13:40:19.162440+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:40:19.866 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:40:19 smithi186 bash[23727]: audit 2024-03-21T13:40:19.172546+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:40:20.020 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:40:19 smithi100 bash[21523]: cluster 2024-03-21T13:40:18.407299+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:40:20.021 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:40:19 smithi100 bash[21523]: audit 2024-03-21T13:40:18.567728+0000 mon.a (mon.0) 379 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-03-21T13:40:20.021 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:40:19 smithi100 bash[21523]: audit 2024-03-21T13:40:18.573286+0000 mon.b (mon.2) 10 : audit [INF] from='osd.2 [v2:172.21.15.170:6800/2162848076,v1:172.21.15.170:6801/2162848076]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi170", "root=default"]}]: dispatch 2024-03-21T13:40:20.021 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:40:19 smithi100 bash[21523]: cluster 2024-03-21T13:40:18.577103+0000 mon.a (mon.0) 380 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-03-21T13:40:20.021 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:40:19 smithi100 bash[21523]: audit 2024-03-21T13:40:18.577611+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:40:20.021 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:40:19 smithi100 bash[21523]: audit 2024-03-21T13:40:18.578482+0000 mon.a (mon.0) 382 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi170", "root=default"]}]: dispatch 2024-03-21T13:40:20.021 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:40:19 smithi100 bash[21523]: audit 2024-03-21T13:40:19.162440+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:40:20.021 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:40:19 smithi100 bash[21523]: audit 2024-03-21T13:40:19.172546+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:40:20.865 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:40:20 smithi186 bash[23727]: audit 2024-03-21T13:40:19.571047+0000 mon.a (mon.0) 385 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi170", "root=default"]}]': finished 2024-03-21T13:40:20.865 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:40:20 smithi186 bash[23727]: cluster 2024-03-21T13:40:19.576036+0000 mon.a (mon.0) 386 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-03-21T13:40:20.865 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:40:20 smithi186 bash[23727]: audit 2024-03-21T13:40:19.577069+0000 mon.a (mon.0) 387 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:40:20.865 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:40:20 smithi186 bash[23727]: audit 2024-03-21T13:40:19.585153+0000 mon.a (mon.0) 388 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:40:20.865 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:40:20 smithi186 bash[23727]: audit 2024-03-21T13:40:19.853378+0000 mon.a (mon.0) 389 : audit [INF] from='osd.2 ' entity='osd.2' 2024-03-21T13:40:20.865 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:40:20 smithi186 bash[23727]: audit 2024-03-21T13:40:19.861001+0000 mon.a (mon.0) 390 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:40:20.866 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:40:20 smithi186 bash[23727]: audit 2024-03-21T13:40:19.863036+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:40:20.866 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:40:20 smithi186 bash[23727]: audit 2024-03-21T13:40:19.872786+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:40:20.887 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:40:20 smithi170 bash[22996]: audit 2024-03-21T13:40:19.571047+0000 mon.a (mon.0) 385 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi170", "root=default"]}]': finished 2024-03-21T13:40:20.888 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:40:20 smithi170 bash[22996]: cluster 2024-03-21T13:40:19.576036+0000 mon.a (mon.0) 386 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-03-21T13:40:20.888 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:40:20 smithi170 bash[22996]: audit 2024-03-21T13:40:19.577069+0000 mon.a (mon.0) 387 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:40:20.888 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:40:20 smithi170 bash[22996]: audit 2024-03-21T13:40:19.585153+0000 mon.a (mon.0) 388 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:40:20.888 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:40:20 smithi170 bash[22996]: audit 2024-03-21T13:40:19.853378+0000 mon.a (mon.0) 389 : audit [INF] from='osd.2 ' entity='osd.2' 2024-03-21T13:40:20.888 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:40:20 smithi170 bash[22996]: audit 2024-03-21T13:40:19.861001+0000 mon.a (mon.0) 390 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:40:20.888 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:40:20 smithi170 bash[22996]: audit 2024-03-21T13:40:19.863036+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:40:20.888 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:40:20 smithi170 bash[22996]: audit 2024-03-21T13:40:19.872786+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:40:21.020 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:40:20 smithi100 bash[21523]: audit 2024-03-21T13:40:19.571047+0000 mon.a (mon.0) 385 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi170", "root=default"]}]': finished 2024-03-21T13:40:21.021 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:40:20 smithi100 bash[21523]: cluster 2024-03-21T13:40:19.576036+0000 mon.a (mon.0) 386 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-03-21T13:40:21.021 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:40:20 smithi100 bash[21523]: audit 2024-03-21T13:40:19.577069+0000 mon.a (mon.0) 387 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:40:21.021 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:40:20 smithi100 bash[21523]: audit 2024-03-21T13:40:19.585153+0000 mon.a (mon.0) 388 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:40:21.021 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:40:20 smithi100 bash[21523]: audit 2024-03-21T13:40:19.853378+0000 mon.a (mon.0) 389 : audit [INF] from='osd.2 ' entity='osd.2' 2024-03-21T13:40:21.021 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:40:20 smithi100 bash[21523]: audit 2024-03-21T13:40:19.861001+0000 mon.a (mon.0) 390 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:40:21.021 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:40:20 smithi100 bash[21523]: audit 2024-03-21T13:40:19.863036+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:40:21.021 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:40:20 smithi100 bash[21523]: audit 2024-03-21T13:40:19.872786+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:40:21.774 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:40:21 smithi170 bash[22996]: cluster 2024-03-21T13:40:19.471780+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T13:40:21.775 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:40:21 smithi170 bash[22996]: cluster 2024-03-21T13:40:19.471883+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T13:40:21.775 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:40:21 smithi170 bash[22996]: cluster 2024-03-21T13:40:20.407800+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:40:21.775 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:40:21 smithi170 bash[22996]: audit 2024-03-21T13:40:20.587692+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:40:21.775 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:40:21 smithi170 bash[22996]: cluster 2024-03-21T13:40:20.876977+0000 mon.a (mon.0) 394 : cluster [INF] osd.2 [v2:172.21.15.170:6800/2162848076,v1:172.21.15.170:6801/2162848076] boot 2024-03-21T13:40:21.775 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:40:21 smithi170 bash[22996]: cluster 2024-03-21T13:40:20.877044+0000 mon.a (mon.0) 395 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-03-21T13:40:21.775 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:40:21 smithi170 bash[22996]: audit 2024-03-21T13:40:20.877728+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:40:21.866 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:40:21 smithi186 bash[23727]: cluster 2024-03-21T13:40:19.471780+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T13:40:21.866 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:40:21 smithi186 bash[23727]: cluster 2024-03-21T13:40:19.471883+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T13:40:21.866 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:40:21 smithi186 bash[23727]: cluster 2024-03-21T13:40:20.407800+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:40:21.866 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:40:21 smithi186 bash[23727]: audit 2024-03-21T13:40:20.587692+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:40:21.866 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:40:21 smithi186 bash[23727]: cluster 2024-03-21T13:40:20.876977+0000 mon.a (mon.0) 394 : cluster [INF] osd.2 [v2:172.21.15.170:6800/2162848076,v1:172.21.15.170:6801/2162848076] boot 2024-03-21T13:40:21.866 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:40:21 smithi186 bash[23727]: cluster 2024-03-21T13:40:20.877044+0000 mon.a (mon.0) 395 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-03-21T13:40:21.866 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:40:21 smithi186 bash[23727]: audit 2024-03-21T13:40:20.877728+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:40:22.020 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:40:21 smithi100 bash[21523]: cluster 2024-03-21T13:40:19.471780+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T13:40:22.020 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:40:21 smithi100 bash[21523]: cluster 2024-03-21T13:40:19.471883+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T13:40:22.021 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:40:21 smithi100 bash[21523]: cluster 2024-03-21T13:40:20.407800+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:40:22.021 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:40:21 smithi100 bash[21523]: audit 2024-03-21T13:40:20.587692+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:40:22.021 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:40:21 smithi100 bash[21523]: cluster 2024-03-21T13:40:20.876977+0000 mon.a (mon.0) 394 : cluster [INF] osd.2 [v2:172.21.15.170:6800/2162848076,v1:172.21.15.170:6801/2162848076] boot 2024-03-21T13:40:22.021 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:40:21 smithi100 bash[21523]: cluster 2024-03-21T13:40:20.877044+0000 mon.a (mon.0) 395 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-03-21T13:40:22.021 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:40:21 smithi100 bash[21523]: audit 2024-03-21T13:40:20.877728+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:40:22.084 INFO:teuthology.orchestra.run.smithi170.stdout:Created osd(s) 2 on host 'smithi170' 2024-03-21T13:40:22.616 DEBUG:teuthology.orchestra.run.smithi170:osd.2> sudo journalctl -f -n 0 -u ceph-81d57e16-e787-11ee-95cd-87774f69a715@osd.2.service 2024-03-21T13:40:22.618 INFO:tasks.cephadm:Deploying osd.3 on smithi170 with /dev/vg_nvme/lv_3... 2024-03-21T13:40:22.619 DEBUG:teuthology.orchestra.run.smithi170:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ba760091cd7bd2b0d23f4825ac856ba66450e988 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81d57e16-e787-11ee-95cd-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-03-21T13:40:23.270 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:40:23 smithi100 bash[21523]: cluster 2024-03-21T13:40:21.886176+0000 mon.a (mon.0) 397 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-03-21T13:40:23.271 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:40:23 smithi100 bash[21523]: audit 2024-03-21T13:40:22.073318+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:40:23.271 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:40:23 smithi100 bash[21523]: audit 2024-03-21T13:40:22.082291+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:40:23.271 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:40:23 smithi100 bash[21523]: audit 2024-03-21T13:40:22.097686+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:40:23.271 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:40:23 smithi100 bash[21523]: audit 2024-03-21T13:40:22.564924+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-03-21T13:40:23.274 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:40:23 smithi170 bash[22996]: cluster 2024-03-21T13:40:21.886176+0000 mon.a (mon.0) 397 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-03-21T13:40:23.274 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:40:23 smithi170 bash[22996]: audit 2024-03-21T13:40:22.073318+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:40:23.274 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:40:23 smithi170 bash[22996]: audit 2024-03-21T13:40:22.082291+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:40:23.274 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:40:23 smithi170 bash[22996]: audit 2024-03-21T13:40:22.097686+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:40:23.275 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:40:23 smithi170 bash[22996]: audit 2024-03-21T13:40:22.564924+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-03-21T13:40:23.365 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:40:23 smithi186 bash[23727]: cluster 2024-03-21T13:40:21.886176+0000 mon.a (mon.0) 397 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-03-21T13:40:23.365 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:40:23 smithi186 bash[23727]: audit 2024-03-21T13:40:22.073318+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:40:23.365 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:40:23 smithi186 bash[23727]: audit 2024-03-21T13:40:22.082291+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:40:23.365 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:40:23 smithi186 bash[23727]: audit 2024-03-21T13:40:22.097686+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:40:23.365 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:40:23 smithi186 bash[23727]: audit 2024-03-21T13:40:22.564924+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-03-21T13:40:24.365 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:40:24 smithi186 bash[23727]: cluster 2024-03-21T13:40:22.408259+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:40:24.365 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:40:24 smithi186 bash[23727]: audit 2024-03-21T13:40:23.086334+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-03-21T13:40:24.365 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:40:24 smithi186 bash[23727]: cluster 2024-03-21T13:40:23.091074+0000 mon.a (mon.0) 403 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-03-21T13:40:24.365 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:40:24 smithi186 bash[23727]: audit 2024-03-21T13:40:23.092964+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-03-21T13:40:24.520 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:40:24 smithi100 bash[21523]: cluster 2024-03-21T13:40:22.408259+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:40:24.520 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:40:24 smithi100 bash[21523]: audit 2024-03-21T13:40:23.086334+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-03-21T13:40:24.520 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:40:24 smithi100 bash[21523]: cluster 2024-03-21T13:40:23.091074+0000 mon.a (mon.0) 403 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-03-21T13:40:24.521 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:40:24 smithi100 bash[21523]: audit 2024-03-21T13:40:23.092964+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-03-21T13:40:24.524 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:40:24 smithi170 bash[22996]: cluster 2024-03-21T13:40:22.408259+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:40:24.524 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:40:24 smithi170 bash[22996]: audit 2024-03-21T13:40:23.086334+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-03-21T13:40:24.525 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:40:24 smithi170 bash[22996]: cluster 2024-03-21T13:40:23.091074+0000 mon.a (mon.0) 403 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-03-21T13:40:24.525 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:40:24 smithi170 bash[22996]: audit 2024-03-21T13:40:23.092964+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-03-21T13:40:25.365 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:40:25 smithi186 bash[23727]: audit 2024-03-21T13:40:24.088717+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-03-21T13:40:25.365 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:40:25 smithi186 bash[23727]: cluster 2024-03-21T13:40:24.094312+0000 mon.a (mon.0) 406 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-03-21T13:40:25.520 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:40:25 smithi100 bash[21523]: audit 2024-03-21T13:40:24.088717+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-03-21T13:40:25.520 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:40:25 smithi100 bash[21523]: cluster 2024-03-21T13:40:24.094312+0000 mon.a (mon.0) 406 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-03-21T13:40:25.524 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:40:25 smithi170 bash[22996]: audit 2024-03-21T13:40:24.088717+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-03-21T13:40:25.524 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:40:25 smithi170 bash[22996]: cluster 2024-03-21T13:40:24.094312+0000 mon.a (mon.0) 406 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-03-21T13:40:26.365 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:40:26 smithi186 bash[23727]: cluster 2024-03-21T13:40:24.408733+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v149: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:40:26.365 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:40:26 smithi186 bash[23727]: cluster 2024-03-21T13:40:25.119722+0000 mon.a (mon.0) 407 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-03-21T13:40:26.365 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:40:26 smithi186 bash[23727]: cluster 2024-03-21T13:40:25.119836+0000 mon.a (mon.0) 408 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-03-21T13:40:26.365 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:40:26 smithi186 bash[23727]: audit 2024-03-21T13:40:25.317328+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:40:26.520 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:40:26 smithi100 bash[21523]: cluster 2024-03-21T13:40:24.408733+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v149: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:40:26.520 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:40:26 smithi100 bash[21523]: cluster 2024-03-21T13:40:25.119722+0000 mon.a (mon.0) 407 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-03-21T13:40:26.520 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:40:26 smithi100 bash[21523]: cluster 2024-03-21T13:40:25.119836+0000 mon.a (mon.0) 408 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-03-21T13:40:26.521 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:40:26 smithi100 bash[21523]: audit 2024-03-21T13:40:25.317328+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:40:26.524 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:40:26 smithi170 bash[22996]: cluster 2024-03-21T13:40:24.408733+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v149: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:40:26.524 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:40:26 smithi170 bash[22996]: cluster 2024-03-21T13:40:25.119722+0000 mon.a (mon.0) 407 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-03-21T13:40:26.524 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:40:26 smithi170 bash[22996]: cluster 2024-03-21T13:40:25.119836+0000 mon.a (mon.0) 408 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-03-21T13:40:26.524 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:40:26 smithi170 bash[22996]: audit 2024-03-21T13:40:25.317328+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:40:27.067 INFO:teuthology.orchestra.run.smithi170.stderr:Inferring config /var/lib/ceph/81d57e16-e787-11ee-95cd-87774f69a715/mon.b/config 2024-03-21T13:40:29.024 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:40:28 smithi170 bash[22996]: cluster 2024-03-21T13:40:26.409218+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v151: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:40:29.024 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:40:28 smithi170 bash[22996]: audit 2024-03-21T13:40:27.141449+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:40:29.024 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:40:28 smithi170 bash[22996]: audit 2024-03-21T13:40:27.144086+0000 mon.a (mon.0) 411 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-21T13:40:29.025 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:40:28 smithi170 bash[22996]: audit 2024-03-21T13:40:28.023690+0000 mon.a (mon.0) 412 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-21T13:40:29.025 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:40:28 smithi170 bash[22996]: audit 2024-03-21T13:40:28.025101+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:40:29.025 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:40:28 smithi170 bash[22996]: audit 2024-03-21T13:40:28.025298+0000 mon.a (mon.0) 414 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:40:29.025 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:40:28 smithi170 bash[22996]: audit 2024-03-21T13:40:28.025456+0000 mon.a (mon.0) 415 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:40:29.025 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:40:28 smithi170 bash[22996]: audit 2024-03-21T13:40:28.028475+0000 mon.a (mon.0) 416 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:40:29.025 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:40:28 smithi170 bash[22996]: audit 2024-03-21T13:40:28.028669+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:40:29.025 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:40:28 smithi170 bash[22996]: audit 2024-03-21T13:40:28.028821+0000 mon.a (mon.0) 418 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:40:29.271 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:40:28 smithi100 bash[21523]: cluster 2024-03-21T13:40:26.409218+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v151: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:40:29.272 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:40:28 smithi100 bash[21523]: audit 2024-03-21T13:40:27.141449+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:40:29.272 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:40:28 smithi100 bash[21523]: audit 2024-03-21T13:40:27.144086+0000 mon.a (mon.0) 411 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-21T13:40:29.272 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:40:28 smithi100 bash[21523]: audit 2024-03-21T13:40:28.023690+0000 mon.a (mon.0) 412 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-21T13:40:29.272 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:40:28 smithi100 bash[21523]: audit 2024-03-21T13:40:28.025101+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:40:29.273 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:40:28 smithi100 bash[21523]: audit 2024-03-21T13:40:28.025298+0000 mon.a (mon.0) 414 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:40:29.273 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:40:28 smithi100 bash[21523]: audit 2024-03-21T13:40:28.025456+0000 mon.a (mon.0) 415 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:40:29.273 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:40:28 smithi100 bash[21523]: audit 2024-03-21T13:40:28.028475+0000 mon.a (mon.0) 416 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:40:29.273 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:40:28 smithi100 bash[21523]: audit 2024-03-21T13:40:28.028669+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:40:29.273 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:40:28 smithi100 bash[21523]: audit 2024-03-21T13:40:28.028821+0000 mon.a (mon.0) 418 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:40:29.365 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:40:28 smithi186 bash[23727]: cluster 2024-03-21T13:40:26.409218+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v151: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:40:29.365 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:40:28 smithi186 bash[23727]: audit 2024-03-21T13:40:27.141449+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:40:29.365 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:40:28 smithi186 bash[23727]: audit 2024-03-21T13:40:27.144086+0000 mon.a (mon.0) 411 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-21T13:40:29.365 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:40:28 smithi186 bash[23727]: audit 2024-03-21T13:40:28.023690+0000 mon.a (mon.0) 412 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-21T13:40:29.365 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:40:28 smithi186 bash[23727]: audit 2024-03-21T13:40:28.025101+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:40:29.365 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:40:28 smithi186 bash[23727]: audit 2024-03-21T13:40:28.025298+0000 mon.a (mon.0) 414 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:40:29.365 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:40:28 smithi186 bash[23727]: audit 2024-03-21T13:40:28.025456+0000 mon.a (mon.0) 415 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:40:29.366 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:40:28 smithi186 bash[23727]: audit 2024-03-21T13:40:28.028475+0000 mon.a (mon.0) 416 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:40:29.366 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:40:28 smithi186 bash[23727]: audit 2024-03-21T13:40:28.028669+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:40:29.366 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:40:28 smithi186 bash[23727]: audit 2024-03-21T13:40:28.028821+0000 mon.a (mon.0) 418 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:40:30.270 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:40:29 smithi100 bash[21523]: audit 2024-03-21T13:40:28.027081+0000 mon.c (mon.1) 4 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-21T13:40:30.270 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:40:29 smithi100 bash[21523]: cluster 2024-03-21T13:40:28.409839+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:40:30.271 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:40:29 smithi100 bash[21523]: audit 2024-03-21T13:40:28.926621+0000 mon.c (mon.1) 5 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-21T13:40:30.271 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:40:29 smithi100 bash[21523]: audit 2024-03-21T13:40:28.964719+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:40:30.271 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:40:29 smithi100 bash[21523]: audit 2024-03-21T13:40:28.966747+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-21T13:40:30.271 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:40:29 smithi100 bash[21523]: audit 2024-03-21T13:40:28.967683+0000 mon.a (mon.0) 420 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:40:30.271 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:40:29 smithi100 bash[21523]: audit 2024-03-21T13:40:28.968169+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:40:30.271 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:40:29 smithi100 bash[21523]: audit 2024-03-21T13:40:28.968535+0000 mon.a (mon.0) 422 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:40:30.271 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:40:29 smithi100 bash[21523]: audit 2024-03-21T13:40:29.826847+0000 mon.b (mon.2) 12 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-21T13:40:30.274 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:40:29 smithi170 bash[22996]: audit 2024-03-21T13:40:28.027081+0000 mon.c (mon.1) 4 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-21T13:40:30.274 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:40:29 smithi170 bash[22996]: cluster 2024-03-21T13:40:28.409839+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:40:30.274 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:40:29 smithi170 bash[22996]: audit 2024-03-21T13:40:28.926621+0000 mon.c (mon.1) 5 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-21T13:40:30.274 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:40:29 smithi170 bash[22996]: audit 2024-03-21T13:40:28.964719+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:40:30.274 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:40:29 smithi170 bash[22996]: audit 2024-03-21T13:40:28.966747+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-21T13:40:30.275 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:40:29 smithi170 bash[22996]: audit 2024-03-21T13:40:28.967683+0000 mon.a (mon.0) 420 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:40:30.275 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:40:29 smithi170 bash[22996]: audit 2024-03-21T13:40:28.968169+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:40:30.275 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:40:29 smithi170 bash[22996]: audit 2024-03-21T13:40:28.968535+0000 mon.a (mon.0) 422 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:40:30.275 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:40:29 smithi170 bash[22996]: audit 2024-03-21T13:40:29.826847+0000 mon.b (mon.2) 12 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-21T13:40:30.365 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:40:29 smithi186 bash[23727]: audit 2024-03-21T13:40:28.027081+0000 mon.c (mon.1) 4 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-21T13:40:30.365 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:40:29 smithi186 bash[23727]: cluster 2024-03-21T13:40:28.409839+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:40:30.366 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:40:29 smithi186 bash[23727]: audit 2024-03-21T13:40:28.926621+0000 mon.c (mon.1) 5 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-21T13:40:30.366 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:40:29 smithi186 bash[23727]: audit 2024-03-21T13:40:28.964719+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:40:30.366 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:40:29 smithi186 bash[23727]: audit 2024-03-21T13:40:28.966747+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-21T13:40:30.366 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:40:29 smithi186 bash[23727]: audit 2024-03-21T13:40:28.967683+0000 mon.a (mon.0) 420 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:40:30.366 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:40:29 smithi186 bash[23727]: audit 2024-03-21T13:40:28.968169+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:40:30.366 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:40:29 smithi186 bash[23727]: audit 2024-03-21T13:40:28.968535+0000 mon.a (mon.0) 422 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:40:30.366 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:40:29 smithi186 bash[23727]: audit 2024-03-21T13:40:29.826847+0000 mon.b (mon.2) 12 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-21T13:40:30.522 INFO:teuthology.orchestra.run.smithi170.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-03-21T13:40:30.522 INFO:teuthology.orchestra.run.smithi170.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-03-21T13:40:30.522 INFO:teuthology.orchestra.run.smithi170.stderr: stderr: 10+0 records in 2024-03-21T13:40:30.522 INFO:teuthology.orchestra.run.smithi170.stderr:10+0 records out 2024-03-21T13:40:30.522 INFO:teuthology.orchestra.run.smithi170.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0101654 s, 1.0 GB/s 2024-03-21T13:40:30.522 INFO:teuthology.orchestra.run.smithi170.stderr:--> Zapping successful for: 2024-03-21T13:40:31.325 DEBUG:teuthology.orchestra.run.smithi170:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ba760091cd7bd2b0d23f4825ac856ba66450e988 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81d57e16-e787-11ee-95cd-87774f69a715 -- ceph orch daemon add osd smithi170:vg_nvme/lv_3 2024-03-21T13:40:32.270 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:40:31 smithi100 bash[21523]: cluster 2024-03-21T13:40:30.410527+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:40:32.270 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:40:31 smithi100 bash[21523]: audit 2024-03-21T13:40:31.599565+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:40:32.271 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:40:31 smithi100 bash[21523]: audit 2024-03-21T13:40:31.609228+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:40:32.271 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:40:31 smithi100 bash[21523]: audit 2024-03-21T13:40:31.611377+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:40:32.271 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:40:31 smithi100 bash[21523]: audit 2024-03-21T13:40:31.619892+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:40:32.271 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:40:31 smithi100 bash[21523]: audit 2024-03-21T13:40:31.624028+0000 mon.a (mon.0) 427 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:40:32.271 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:40:31 smithi100 bash[21523]: audit 2024-03-21T13:40:31.625893+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:40:32.271 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:40:31 smithi100 bash[21523]: audit 2024-03-21T13:40:31.636780+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:40:32.274 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:40:31 smithi170 bash[22996]: cluster 2024-03-21T13:40:30.410527+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:40:32.274 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:40:31 smithi170 bash[22996]: audit 2024-03-21T13:40:31.599565+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:40:32.274 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:40:31 smithi170 bash[22996]: audit 2024-03-21T13:40:31.609228+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:40:32.275 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:40:31 smithi170 bash[22996]: audit 2024-03-21T13:40:31.611377+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:40:32.275 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:40:31 smithi170 bash[22996]: audit 2024-03-21T13:40:31.619892+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:40:32.275 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:40:31 smithi170 bash[22996]: audit 2024-03-21T13:40:31.624028+0000 mon.a (mon.0) 427 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:40:32.275 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:40:31 smithi170 bash[22996]: audit 2024-03-21T13:40:31.625893+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:40:32.275 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:40:31 smithi170 bash[22996]: audit 2024-03-21T13:40:31.636780+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:40:32.365 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:40:31 smithi186 bash[23727]: cluster 2024-03-21T13:40:30.410527+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:40:32.365 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:40:31 smithi186 bash[23727]: audit 2024-03-21T13:40:31.599565+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:40:32.365 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:40:31 smithi186 bash[23727]: audit 2024-03-21T13:40:31.609228+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:40:32.365 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:40:31 smithi186 bash[23727]: audit 2024-03-21T13:40:31.611377+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:40:32.365 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:40:31 smithi186 bash[23727]: audit 2024-03-21T13:40:31.619892+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:40:32.365 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:40:31 smithi186 bash[23727]: audit 2024-03-21T13:40:31.624028+0000 mon.a (mon.0) 427 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:40:32.365 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:40:31 smithi186 bash[23727]: audit 2024-03-21T13:40:31.625893+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:40:32.365 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:40:31 smithi186 bash[23727]: audit 2024-03-21T13:40:31.636780+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:40:33.270 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:40:32 smithi100 bash[21523]: cephadm 2024-03-21T13:40:31.591234+0000 mgr.a (mgr.14152) 193 : cephadm [INF] Detected new or changed devices on smithi170 2024-03-21T13:40:33.270 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:40:32 smithi100 bash[21523]: cephadm 2024-03-21T13:40:31.612799+0000 mgr.a (mgr.14152) 194 : cephadm [INF] Adjusting osd_memory_target on smithi170 to 17265M 2024-03-21T13:40:33.274 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:40:32 smithi170 bash[22996]: cephadm 2024-03-21T13:40:31.591234+0000 mgr.a (mgr.14152) 193 : cephadm [INF] Detected new or changed devices on smithi170 2024-03-21T13:40:33.274 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:40:32 smithi170 bash[22996]: cephadm 2024-03-21T13:40:31.612799+0000 mgr.a (mgr.14152) 194 : cephadm [INF] Adjusting osd_memory_target on smithi170 to 17265M 2024-03-21T13:40:33.365 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:40:32 smithi186 bash[23727]: cephadm 2024-03-21T13:40:31.591234+0000 mgr.a (mgr.14152) 193 : cephadm [INF] Detected new or changed devices on smithi170 2024-03-21T13:40:33.365 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:40:32 smithi186 bash[23727]: cephadm 2024-03-21T13:40:31.612799+0000 mgr.a (mgr.14152) 194 : cephadm [INF] Adjusting osd_memory_target on smithi170 to 17265M 2024-03-21T13:40:34.270 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:40:33 smithi100 bash[21523]: cluster 2024-03-21T13:40:32.411142+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 6.7 KiB/s rd, 326 KiB/s wr, 21 op/s 2024-03-21T13:40:34.274 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:40:33 smithi170 bash[22996]: cluster 2024-03-21T13:40:32.411142+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 6.7 KiB/s rd, 326 KiB/s wr, 21 op/s 2024-03-21T13:40:34.365 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:40:33 smithi186 bash[23727]: cluster 2024-03-21T13:40:32.411142+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 6.7 KiB/s rd, 326 KiB/s wr, 21 op/s 2024-03-21T13:40:36.035 INFO:teuthology.orchestra.run.smithi170.stderr:Inferring config /var/lib/ceph/81d57e16-e787-11ee-95cd-87774f69a715/mon.b/config 2024-03-21T13:40:36.270 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:40:35 smithi100 bash[21523]: cluster 2024-03-21T13:40:34.411688+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 4.5 KiB/s rd, 218 KiB/s wr, 14 op/s 2024-03-21T13:40:36.274 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:40:35 smithi170 bash[22996]: cluster 2024-03-21T13:40:34.411688+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 4.5 KiB/s rd, 218 KiB/s wr, 14 op/s 2024-03-21T13:40:36.365 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:40:35 smithi186 bash[23727]: cluster 2024-03-21T13:40:34.411688+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 4.5 KiB/s rd, 218 KiB/s wr, 14 op/s 2024-03-21T13:40:38.270 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:40:37 smithi100 bash[21523]: cluster 2024-03-21T13:40:36.412237+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 3.4 KiB/s rd, 163 KiB/s wr, 10 op/s 2024-03-21T13:40:38.274 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:40:37 smithi170 bash[22996]: cluster 2024-03-21T13:40:36.412237+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 3.4 KiB/s rd, 163 KiB/s wr, 10 op/s 2024-03-21T13:40:38.365 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:40:37 smithi186 bash[23727]: cluster 2024-03-21T13:40:36.412237+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 3.4 KiB/s rd, 163 KiB/s wr, 10 op/s 2024-03-21T13:40:39.270 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:40:38 smithi100 bash[21523]: audit 2024-03-21T13:40:38.450479+0000 mon.a (mon.0) 430 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T13:40:39.270 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:40:38 smithi100 bash[21523]: audit 2024-03-21T13:40:38.456859+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T13:40:39.270 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:40:38 smithi100 bash[21523]: audit 2024-03-21T13:40:38.458630+0000 mon.a (mon.0) 432 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:40:39.274 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:40:38 smithi170 bash[22996]: audit 2024-03-21T13:40:38.450479+0000 mon.a (mon.0) 430 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T13:40:39.274 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:40:38 smithi170 bash[22996]: audit 2024-03-21T13:40:38.456859+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T13:40:39.274 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:40:38 smithi170 bash[22996]: audit 2024-03-21T13:40:38.458630+0000 mon.a (mon.0) 432 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:40:39.365 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:40:38 smithi186 bash[23727]: audit 2024-03-21T13:40:38.450479+0000 mon.a (mon.0) 430 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T13:40:39.365 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:40:38 smithi186 bash[23727]: audit 2024-03-21T13:40:38.456859+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T13:40:39.365 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:40:38 smithi186 bash[23727]: audit 2024-03-21T13:40:38.458630+0000 mon.a (mon.0) 432 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:40:40.270 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:40:39 smithi100 bash[21523]: cluster 2024-03-21T13:40:38.412846+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 131 KiB/s wr, 8 op/s 2024-03-21T13:40:40.270 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:40:39 smithi100 bash[21523]: audit 2024-03-21T13:40:38.443384+0000 mgr.a (mgr.14152) 199 : audit [DBG] from='client.24173 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi170:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:40:40.274 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:40:39 smithi170 bash[22996]: cluster 2024-03-21T13:40:38.412846+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 131 KiB/s wr, 8 op/s 2024-03-21T13:40:40.274 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:40:39 smithi170 bash[22996]: audit 2024-03-21T13:40:38.443384+0000 mgr.a (mgr.14152) 199 : audit [DBG] from='client.24173 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi170:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:40:40.365 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:40:39 smithi186 bash[23727]: cluster 2024-03-21T13:40:38.412846+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 131 KiB/s wr, 8 op/s 2024-03-21T13:40:40.365 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:40:39 smithi186 bash[23727]: audit 2024-03-21T13:40:38.443384+0000 mgr.a (mgr.14152) 199 : audit [DBG] from='client.24173 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi170:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:40:42.270 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:40:41 smithi100 bash[21523]: cluster 2024-03-21T13:40:40.413425+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 109 KiB/s wr, 7 op/s 2024-03-21T13:40:42.274 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:40:41 smithi170 bash[22996]: cluster 2024-03-21T13:40:40.413425+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 109 KiB/s wr, 7 op/s 2024-03-21T13:40:42.365 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:40:41 smithi186 bash[23727]: cluster 2024-03-21T13:40:40.413425+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 109 KiB/s wr, 7 op/s 2024-03-21T13:40:44.261 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:40:43 smithi170 bash[22996]: cluster 2024-03-21T13:40:42.414053+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 109 KiB/s wr, 7 op/s 2024-03-21T13:40:44.270 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:40:43 smithi100 bash[21523]: cluster 2024-03-21T13:40:42.414053+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 109 KiB/s wr, 7 op/s 2024-03-21T13:40:44.364 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:40:43 smithi186 bash[23727]: cluster 2024-03-21T13:40:42.414053+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 109 KiB/s wr, 7 op/s 2024-03-21T13:40:46.270 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:40:45 smithi100 bash[21523]: cluster 2024-03-21T13:40:44.414530+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:40:46.274 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:40:45 smithi170 bash[22996]: cluster 2024-03-21T13:40:44.414530+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:40:46.364 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:40:45 smithi186 bash[23727]: cluster 2024-03-21T13:40:44.414530+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:40:47.270 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:40:46 smithi100 bash[21523]: audit 2024-03-21T13:40:46.428511+0000 mon.b (mon.2) 13 : audit [INF] from='client.? 172.21.15.170:0/1164002665' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "17c3fc47-3ed5-4799-8d5d-8681fc8b7bc1"}]: dispatch 2024-03-21T13:40:47.270 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:40:46 smithi100 bash[21523]: audit 2024-03-21T13:40:46.429910+0000 mon.a (mon.0) 433 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "17c3fc47-3ed5-4799-8d5d-8681fc8b7bc1"}]: dispatch 2024-03-21T13:40:47.270 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:40:46 smithi100 bash[21523]: audit 2024-03-21T13:40:46.434501+0000 mon.a (mon.0) 434 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "17c3fc47-3ed5-4799-8d5d-8681fc8b7bc1"}]': finished 2024-03-21T13:40:47.270 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:40:46 smithi100 bash[21523]: cluster 2024-03-21T13:40:46.441313+0000 mon.a (mon.0) 435 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-03-21T13:40:47.270 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:40:46 smithi100 bash[21523]: audit 2024-03-21T13:40:46.441857+0000 mon.a (mon.0) 436 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T13:40:47.274 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:40:46 smithi170 bash[22996]: audit 2024-03-21T13:40:46.428511+0000 mon.b (mon.2) 13 : audit [INF] from='client.? 172.21.15.170:0/1164002665' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "17c3fc47-3ed5-4799-8d5d-8681fc8b7bc1"}]: dispatch 2024-03-21T13:40:47.274 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:40:46 smithi170 bash[22996]: audit 2024-03-21T13:40:46.429910+0000 mon.a (mon.0) 433 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "17c3fc47-3ed5-4799-8d5d-8681fc8b7bc1"}]: dispatch 2024-03-21T13:40:47.274 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:40:46 smithi170 bash[22996]: audit 2024-03-21T13:40:46.434501+0000 mon.a (mon.0) 434 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "17c3fc47-3ed5-4799-8d5d-8681fc8b7bc1"}]': finished 2024-03-21T13:40:47.274 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:40:46 smithi170 bash[22996]: cluster 2024-03-21T13:40:46.441313+0000 mon.a (mon.0) 435 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-03-21T13:40:47.274 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:40:46 smithi170 bash[22996]: audit 2024-03-21T13:40:46.441857+0000 mon.a (mon.0) 436 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T13:40:47.365 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:40:46 smithi186 bash[23727]: audit 2024-03-21T13:40:46.428511+0000 mon.b (mon.2) 13 : audit [INF] from='client.? 172.21.15.170:0/1164002665' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "17c3fc47-3ed5-4799-8d5d-8681fc8b7bc1"}]: dispatch 2024-03-21T13:40:47.365 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:40:46 smithi186 bash[23727]: audit 2024-03-21T13:40:46.429910+0000 mon.a (mon.0) 433 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "17c3fc47-3ed5-4799-8d5d-8681fc8b7bc1"}]: dispatch 2024-03-21T13:40:47.365 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:40:46 smithi186 bash[23727]: audit 2024-03-21T13:40:46.434501+0000 mon.a (mon.0) 434 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "17c3fc47-3ed5-4799-8d5d-8681fc8b7bc1"}]': finished 2024-03-21T13:40:47.365 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:40:46 smithi186 bash[23727]: cluster 2024-03-21T13:40:46.441313+0000 mon.a (mon.0) 435 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-03-21T13:40:47.365 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:40:46 smithi186 bash[23727]: audit 2024-03-21T13:40:46.441857+0000 mon.a (mon.0) 436 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T13:40:48.270 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:40:47 smithi100 bash[21523]: cluster 2024-03-21T13:40:46.415134+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:40:48.270 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:40:47 smithi100 bash[21523]: audit 2024-03-21T13:40:47.155377+0000 mon.b (mon.2) 14 : audit [DBG] from='client.? 172.21.15.170:0/648963942' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T13:40:48.274 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:40:47 smithi170 bash[22996]: cluster 2024-03-21T13:40:46.415134+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:40:48.274 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:40:47 smithi170 bash[22996]: audit 2024-03-21T13:40:47.155377+0000 mon.b (mon.2) 14 : audit [DBG] from='client.? 172.21.15.170:0/648963942' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T13:40:48.364 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:40:47 smithi186 bash[23727]: cluster 2024-03-21T13:40:46.415134+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:40:48.365 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:40:47 smithi186 bash[23727]: audit 2024-03-21T13:40:47.155377+0000 mon.b (mon.2) 14 : audit [DBG] from='client.? 172.21.15.170:0/648963942' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T13:40:50.270 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:40:49 smithi100 bash[21523]: cluster 2024-03-21T13:40:48.415697+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:40:50.274 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:40:49 smithi170 bash[22996]: cluster 2024-03-21T13:40:48.415697+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:40:50.364 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:40:49 smithi186 bash[23727]: cluster 2024-03-21T13:40:48.415697+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:40:52.270 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:40:51 smithi100 bash[21523]: cluster 2024-03-21T13:40:50.416255+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:40:52.274 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:40:51 smithi170 bash[22996]: cluster 2024-03-21T13:40:50.416255+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:40:52.364 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:40:51 smithi186 bash[23727]: cluster 2024-03-21T13:40:50.416255+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:40:54.270 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:40:54 smithi100 bash[21523]: cluster 2024-03-21T13:40:52.416876+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:40:54.274 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:40:54 smithi170 bash[22996]: cluster 2024-03-21T13:40:52.416876+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:40:54.364 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:40:54 smithi186 bash[23727]: cluster 2024-03-21T13:40:52.416876+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:40:56.233 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:40:56 smithi170 bash[22996]: cluster 2024-03-21T13:40:54.417516+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:40:56.270 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:40:56 smithi100 bash[21523]: cluster 2024-03-21T13:40:54.417516+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:40:56.364 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:40:56 smithi186 bash[23727]: cluster 2024-03-21T13:40:54.417516+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:40:58.270 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:40:58 smithi100 bash[21523]: cluster 2024-03-21T13:40:56.418055+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:40:58.274 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:40:58 smithi170 bash[22996]: cluster 2024-03-21T13:40:56.418055+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:40:58.364 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:40:58 smithi186 bash[23727]: cluster 2024-03-21T13:40:56.418055+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:40:59.270 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:40:59 smithi100 bash[21523]: audit 2024-03-21T13:40:58.178312+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-03-21T13:40:59.270 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:40:59 smithi100 bash[21523]: audit 2024-03-21T13:40:58.180151+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:40:59.270 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:40:59 smithi100 bash[21523]: cephadm 2024-03-21T13:40:58.181885+0000 mgr.a (mgr.14152) 209 : cephadm [INF] Deploying daemon osd.3 on smithi170 2024-03-21T13:40:59.274 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:40:59 smithi170 bash[22996]: audit 2024-03-21T13:40:58.178312+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-03-21T13:40:59.274 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:40:59 smithi170 bash[22996]: audit 2024-03-21T13:40:58.180151+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:40:59.274 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:40:59 smithi170 bash[22996]: cephadm 2024-03-21T13:40:58.181885+0000 mgr.a (mgr.14152) 209 : cephadm [INF] Deploying daemon osd.3 on smithi170 2024-03-21T13:40:59.365 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:40:59 smithi186 bash[23727]: audit 2024-03-21T13:40:58.178312+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-03-21T13:40:59.365 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:40:59 smithi186 bash[23727]: audit 2024-03-21T13:40:58.180151+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:40:59.365 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:40:59 smithi186 bash[23727]: cephadm 2024-03-21T13:40:58.181885+0000 mgr.a (mgr.14152) 209 : cephadm [INF] Deploying daemon osd.3 on smithi170 2024-03-21T13:41:00.270 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:41:00 smithi100 bash[21523]: cluster 2024-03-21T13:40:58.418624+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:41:00.274 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:41:00 smithi170 bash[22996]: cluster 2024-03-21T13:40:58.418624+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:41:00.364 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:41:00 smithi186 bash[23727]: cluster 2024-03-21T13:40:58.418624+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:41:01.987 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:41:01 smithi170 systemd[1]: /etc/systemd/system/ceph-81d57e16-e787-11ee-95cd-87774f69a715@.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-03-21T13:41:01.988 INFO:journalctl@ceph.mgr.b.smithi170.stdout:Mar 21 13:41:01 smithi170 systemd[1]: /etc/systemd/system/ceph-81d57e16-e787-11ee-95cd-87774f69a715@.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-03-21T13:41:01.988 INFO:journalctl@ceph.osd.2.smithi170.stdout:Mar 21 13:41:01 smithi170 systemd[1]: /etc/systemd/system/ceph-81d57e16-e787-11ee-95cd-87774f69a715@.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-03-21T13:41:02.263 INFO:journalctl@ceph.mgr.b.smithi170.stdout:Mar 21 13:41:02 smithi170 systemd[1]: /etc/systemd/system/ceph-81d57e16-e787-11ee-95cd-87774f69a715@.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-03-21T13:41:02.263 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:41:02 smithi170 bash[22996]: cluster 2024-03-21T13:41:00.419192+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:41:02.263 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:41:02 smithi170 systemd[1]: /etc/systemd/system/ceph-81d57e16-e787-11ee-95cd-87774f69a715@.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-03-21T13:41:02.263 INFO:journalctl@ceph.osd.2.smithi170.stdout:Mar 21 13:41:02 smithi170 systemd[1]: /etc/systemd/system/ceph-81d57e16-e787-11ee-95cd-87774f69a715@.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-03-21T13:41:02.364 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:41:02 smithi186 bash[23727]: cluster 2024-03-21T13:41:00.419192+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:41:02.519 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:41:02 smithi100 bash[21523]: cluster 2024-03-21T13:41:00.419192+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:41:03.523 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:41:03 smithi170 bash[22996]: audit 2024-03-21T13:41:02.275194+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:41:03.524 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:41:03 smithi170 bash[22996]: audit 2024-03-21T13:41:02.285170+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:41:03.524 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:41:03 smithi170 bash[22996]: audit 2024-03-21T13:41:02.298479+0000 mon.a (mon.0) 441 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:41:03.614 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:41:03 smithi186 bash[23727]: audit 2024-03-21T13:41:02.275194+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:41:03.615 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:41:03 smithi186 bash[23727]: audit 2024-03-21T13:41:02.285170+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:41:03.615 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:41:03 smithi186 bash[23727]: audit 2024-03-21T13:41:02.298479+0000 mon.a (mon.0) 441 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:41:03.770 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:41:03 smithi100 bash[21523]: audit 2024-03-21T13:41:02.275194+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:41:03.770 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:41:03 smithi100 bash[21523]: audit 2024-03-21T13:41:02.285170+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:41:03.770 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:41:03 smithi100 bash[21523]: audit 2024-03-21T13:41:02.298479+0000 mon.a (mon.0) 441 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:41:04.524 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:41:04 smithi170 bash[22996]: cluster 2024-03-21T13:41:02.419765+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:41:04.614 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:41:04 smithi186 bash[23727]: cluster 2024-03-21T13:41:02.419765+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:41:04.769 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:41:04 smithi100 bash[21523]: cluster 2024-03-21T13:41:02.419765+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:41:06.614 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:41:06 smithi186 bash[23727]: cluster 2024-03-21T13:41:04.420251+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:41:06.769 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:41:06 smithi100 bash[21523]: cluster 2024-03-21T13:41:04.420251+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:41:06.774 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:41:06 smithi170 bash[22996]: cluster 2024-03-21T13:41:04.420251+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:41:08.524 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:41:08 smithi170 bash[22996]: cluster 2024-03-21T13:41:06.420878+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:41:08.524 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:41:08 smithi170 bash[22996]: audit 2024-03-21T13:41:08.196988+0000 mon.b (mon.2) 15 : audit [INF] from='osd.3 [v2:172.21.15.170:6808/1285374854,v1:172.21.15.170:6809/1285374854]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-03-21T13:41:08.524 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:41:08 smithi170 bash[22996]: audit 2024-03-21T13:41:08.198558+0000 mon.a (mon.0) 442 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-03-21T13:41:08.614 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:41:08 smithi186 bash[23727]: cluster 2024-03-21T13:41:06.420878+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:41:08.614 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:41:08 smithi186 bash[23727]: audit 2024-03-21T13:41:08.196988+0000 mon.b (mon.2) 15 : audit [INF] from='osd.3 [v2:172.21.15.170:6808/1285374854,v1:172.21.15.170:6809/1285374854]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-03-21T13:41:08.615 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:41:08 smithi186 bash[23727]: audit 2024-03-21T13:41:08.198558+0000 mon.a (mon.0) 442 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-03-21T13:41:08.770 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:41:08 smithi100 bash[21523]: cluster 2024-03-21T13:41:06.420878+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:41:08.770 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:41:08 smithi100 bash[21523]: audit 2024-03-21T13:41:08.196988+0000 mon.b (mon.2) 15 : audit [INF] from='osd.3 [v2:172.21.15.170:6808/1285374854,v1:172.21.15.170:6809/1285374854]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-03-21T13:41:08.770 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:41:08 smithi100 bash[21523]: audit 2024-03-21T13:41:08.198558+0000 mon.a (mon.0) 442 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-03-21T13:41:09.524 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:41:09 smithi170 bash[22996]: audit 2024-03-21T13:41:08.294599+0000 mon.a (mon.0) 443 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-03-21T13:41:09.524 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:41:09 smithi170 bash[22996]: audit 2024-03-21T13:41:08.300450+0000 mon.b (mon.2) 16 : audit [INF] from='osd.3 [v2:172.21.15.170:6808/1285374854,v1:172.21.15.170:6809/1285374854]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi170", "root=default"]}]: dispatch 2024-03-21T13:41:09.524 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:41:09 smithi170 bash[22996]: cluster 2024-03-21T13:41:08.301615+0000 mon.a (mon.0) 444 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-03-21T13:41:09.525 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:41:09 smithi170 bash[22996]: audit 2024-03-21T13:41:08.302654+0000 mon.a (mon.0) 445 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T13:41:09.525 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:41:09 smithi170 bash[22996]: audit 2024-03-21T13:41:08.303370+0000 mon.a (mon.0) 446 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi170", "root=default"]}]: dispatch 2024-03-21T13:41:09.525 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:41:09 smithi170 bash[22996]: audit 2024-03-21T13:41:08.855536+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:41:09.525 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:41:09 smithi170 bash[22996]: audit 2024-03-21T13:41:08.865882+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:41:09.525 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:41:09 smithi170 bash[22996]: audit 2024-03-21T13:41:08.867925+0000 mon.a (mon.0) 449 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:41:09.525 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:41:09 smithi170 bash[22996]: audit 2024-03-21T13:41:08.869835+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:41:09.526 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:41:09 smithi170 bash[22996]: audit 2024-03-21T13:41:08.880888+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:41:09.526 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:41:09 smithi170 bash[22996]: audit 2024-03-21T13:41:09.298400+0000 mon.a (mon.0) 452 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi170", "root=default"]}]': finished 2024-03-21T13:41:09.526 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:41:09 smithi170 bash[22996]: cluster 2024-03-21T13:41:09.304001+0000 mon.a (mon.0) 453 : cluster [DBG] osdmap e25: 4 total, 3 up, 4 in 2024-03-21T13:41:09.615 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:41:09 smithi186 bash[23727]: audit 2024-03-21T13:41:08.294599+0000 mon.a (mon.0) 443 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-03-21T13:41:09.615 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:41:09 smithi186 bash[23727]: audit 2024-03-21T13:41:08.300450+0000 mon.b (mon.2) 16 : audit [INF] from='osd.3 [v2:172.21.15.170:6808/1285374854,v1:172.21.15.170:6809/1285374854]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi170", "root=default"]}]: dispatch 2024-03-21T13:41:09.615 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:41:09 smithi186 bash[23727]: cluster 2024-03-21T13:41:08.301615+0000 mon.a (mon.0) 444 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-03-21T13:41:09.615 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:41:09 smithi186 bash[23727]: audit 2024-03-21T13:41:08.302654+0000 mon.a (mon.0) 445 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T13:41:09.615 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:41:09 smithi186 bash[23727]: audit 2024-03-21T13:41:08.303370+0000 mon.a (mon.0) 446 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi170", "root=default"]}]: dispatch 2024-03-21T13:41:09.615 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:41:09 smithi186 bash[23727]: audit 2024-03-21T13:41:08.855536+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:41:09.615 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:41:09 smithi186 bash[23727]: audit 2024-03-21T13:41:08.865882+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:41:09.615 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:41:09 smithi186 bash[23727]: audit 2024-03-21T13:41:08.867925+0000 mon.a (mon.0) 449 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:41:09.615 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:41:09 smithi186 bash[23727]: audit 2024-03-21T13:41:08.869835+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:41:09.615 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:41:09 smithi186 bash[23727]: audit 2024-03-21T13:41:08.880888+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:41:09.615 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:41:09 smithi186 bash[23727]: audit 2024-03-21T13:41:09.298400+0000 mon.a (mon.0) 452 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi170", "root=default"]}]': finished 2024-03-21T13:41:09.616 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:41:09 smithi186 bash[23727]: cluster 2024-03-21T13:41:09.304001+0000 mon.a (mon.0) 453 : cluster [DBG] osdmap e25: 4 total, 3 up, 4 in 2024-03-21T13:41:09.770 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:41:09 smithi100 bash[21523]: audit 2024-03-21T13:41:08.294599+0000 mon.a (mon.0) 443 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-03-21T13:41:09.770 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:41:09 smithi100 bash[21523]: audit 2024-03-21T13:41:08.300450+0000 mon.b (mon.2) 16 : audit [INF] from='osd.3 [v2:172.21.15.170:6808/1285374854,v1:172.21.15.170:6809/1285374854]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi170", "root=default"]}]: dispatch 2024-03-21T13:41:09.770 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:41:09 smithi100 bash[21523]: cluster 2024-03-21T13:41:08.301615+0000 mon.a (mon.0) 444 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-03-21T13:41:09.770 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:41:09 smithi100 bash[21523]: audit 2024-03-21T13:41:08.302654+0000 mon.a (mon.0) 445 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T13:41:09.770 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:41:09 smithi100 bash[21523]: audit 2024-03-21T13:41:08.303370+0000 mon.a (mon.0) 446 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi170", "root=default"]}]: dispatch 2024-03-21T13:41:09.770 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:41:09 smithi100 bash[21523]: audit 2024-03-21T13:41:08.855536+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:41:09.770 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:41:09 smithi100 bash[21523]: audit 2024-03-21T13:41:08.865882+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:41:09.770 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:41:09 smithi100 bash[21523]: audit 2024-03-21T13:41:08.867925+0000 mon.a (mon.0) 449 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:41:09.771 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:41:09 smithi100 bash[21523]: audit 2024-03-21T13:41:08.869835+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:41:09.771 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:41:09 smithi100 bash[21523]: audit 2024-03-21T13:41:08.880888+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:41:09.771 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:41:09 smithi100 bash[21523]: audit 2024-03-21T13:41:09.298400+0000 mon.a (mon.0) 452 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi170", "root=default"]}]': finished 2024-03-21T13:41:09.771 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:41:09 smithi100 bash[21523]: cluster 2024-03-21T13:41:09.304001+0000 mon.a (mon.0) 453 : cluster [DBG] osdmap e25: 4 total, 3 up, 4 in 2024-03-21T13:41:10.577 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:41:10 smithi170 bash[22996]: cluster 2024-03-21T13:41:08.421554+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:41:10.577 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:41:10 smithi170 bash[22996]: audit 2024-03-21T13:41:09.305736+0000 mon.a (mon.0) 454 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T13:41:10.577 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:41:10 smithi170 bash[22996]: audit 2024-03-21T13:41:09.618066+0000 mon.a (mon.0) 455 : audit [INF] from='osd.3 ' entity='osd.3' 2024-03-21T13:41:10.614 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:41:10 smithi186 bash[23727]: cluster 2024-03-21T13:41:08.421554+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:41:10.615 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:41:10 smithi186 bash[23727]: audit 2024-03-21T13:41:09.305736+0000 mon.a (mon.0) 454 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T13:41:10.615 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:41:10 smithi186 bash[23727]: audit 2024-03-21T13:41:09.618066+0000 mon.a (mon.0) 455 : audit [INF] from='osd.3 ' entity='osd.3' 2024-03-21T13:41:10.769 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:41:10 smithi100 bash[21523]: cluster 2024-03-21T13:41:08.421554+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:41:10.770 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:41:10 smithi100 bash[21523]: audit 2024-03-21T13:41:09.305736+0000 mon.a (mon.0) 454 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T13:41:10.770 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:41:10 smithi100 bash[21523]: audit 2024-03-21T13:41:09.618066+0000 mon.a (mon.0) 455 : audit [INF] from='osd.3 ' entity='osd.3' 2024-03-21T13:41:11.524 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:41:11 smithi170 bash[22996]: cluster 2024-03-21T13:41:09.144753+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T13:41:11.524 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:41:11 smithi170 bash[22996]: cluster 2024-03-21T13:41:09.144868+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T13:41:11.524 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:41:11 smithi170 bash[22996]: cluster 2024-03-21T13:41:10.309221+0000 mon.a (mon.0) 456 : cluster [INF] osd.3 [v2:172.21.15.170:6808/1285374854,v1:172.21.15.170:6809/1285374854] boot 2024-03-21T13:41:11.524 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:41:11 smithi170 bash[22996]: cluster 2024-03-21T13:41:10.309332+0000 mon.a (mon.0) 457 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-03-21T13:41:11.524 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:41:11 smithi170 bash[22996]: audit 2024-03-21T13:41:10.310804+0000 mon.a (mon.0) 458 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T13:41:11.525 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:41:11 smithi170 bash[22996]: cluster 2024-03-21T13:41:11.310913+0000 mon.a (mon.0) 459 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-03-21T13:41:11.614 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:41:11 smithi186 bash[23727]: cluster 2024-03-21T13:41:09.144753+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T13:41:11.615 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:41:11 smithi186 bash[23727]: cluster 2024-03-21T13:41:09.144868+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T13:41:11.615 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:41:11 smithi186 bash[23727]: cluster 2024-03-21T13:41:10.309221+0000 mon.a (mon.0) 456 : cluster [INF] osd.3 [v2:172.21.15.170:6808/1285374854,v1:172.21.15.170:6809/1285374854] boot 2024-03-21T13:41:11.615 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:41:11 smithi186 bash[23727]: cluster 2024-03-21T13:41:10.309332+0000 mon.a (mon.0) 457 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-03-21T13:41:11.615 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:41:11 smithi186 bash[23727]: audit 2024-03-21T13:41:10.310804+0000 mon.a (mon.0) 458 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T13:41:11.615 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:41:11 smithi186 bash[23727]: cluster 2024-03-21T13:41:11.310913+0000 mon.a (mon.0) 459 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-03-21T13:41:11.764 INFO:teuthology.orchestra.run.smithi170.stdout:Created osd(s) 3 on host 'smithi170' 2024-03-21T13:41:11.769 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:41:11 smithi100 bash[21523]: cluster 2024-03-21T13:41:09.144753+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T13:41:11.769 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:41:11 smithi100 bash[21523]: cluster 2024-03-21T13:41:09.144868+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T13:41:11.769 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:41:11 smithi100 bash[21523]: cluster 2024-03-21T13:41:10.309221+0000 mon.a (mon.0) 456 : cluster [INF] osd.3 [v2:172.21.15.170:6808/1285374854,v1:172.21.15.170:6809/1285374854] boot 2024-03-21T13:41:11.770 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:41:11 smithi100 bash[21523]: cluster 2024-03-21T13:41:10.309332+0000 mon.a (mon.0) 457 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-03-21T13:41:11.770 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:41:11 smithi100 bash[21523]: audit 2024-03-21T13:41:10.310804+0000 mon.a (mon.0) 458 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T13:41:11.770 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:41:11 smithi100 bash[21523]: cluster 2024-03-21T13:41:11.310913+0000 mon.a (mon.0) 459 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-03-21T13:41:12.292 DEBUG:teuthology.orchestra.run.smithi170:osd.3> sudo journalctl -f -n 0 -u ceph-81d57e16-e787-11ee-95cd-87774f69a715@osd.3.service 2024-03-21T13:41:12.295 INFO:tasks.cephadm:Deploying osd.4 on smithi186 with /dev/vg_nvme/lv_4... 2024-03-21T13:41:12.295 DEBUG:teuthology.orchestra.run.smithi186:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ba760091cd7bd2b0d23f4825ac856ba66450e988 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81d57e16-e787-11ee-95cd-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-03-21T13:41:12.614 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:41:12 smithi186 bash[23727]: cluster 2024-03-21T13:41:10.422106+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:41:12.622 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:41:12 smithi186 bash[23727]: audit 2024-03-21T13:41:11.709109+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:41:12.622 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:41:12 smithi186 bash[23727]: audit 2024-03-21T13:41:11.709779+0000 mon.a (mon.0) 461 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:41:12.622 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:41:12 smithi186 bash[23727]: audit 2024-03-21T13:41:11.718848+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:41:12.622 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:41:12 smithi186 bash[23727]: cluster 2024-03-21T13:41:12.311372+0000 mon.a (mon.0) 463 : cluster [DBG] osdmap e28: 4 total, 4 up, 4 in 2024-03-21T13:41:12.770 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:41:12 smithi100 bash[21523]: cluster 2024-03-21T13:41:10.422106+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:41:12.770 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:41:12 smithi100 bash[21523]: audit 2024-03-21T13:41:11.709109+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:41:12.770 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:41:12 smithi100 bash[21523]: audit 2024-03-21T13:41:11.709779+0000 mon.a (mon.0) 461 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:41:12.770 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:41:12 smithi100 bash[21523]: audit 2024-03-21T13:41:11.718848+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:41:12.770 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:41:12 smithi100 bash[21523]: cluster 2024-03-21T13:41:12.311372+0000 mon.a (mon.0) 463 : cluster [DBG] osdmap e28: 4 total, 4 up, 4 in 2024-03-21T13:41:12.774 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:41:12 smithi170 bash[22996]: cluster 2024-03-21T13:41:10.422106+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:41:12.774 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:41:12 smithi170 bash[22996]: audit 2024-03-21T13:41:11.709109+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:41:12.774 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:41:12 smithi170 bash[22996]: audit 2024-03-21T13:41:11.709779+0000 mon.a (mon.0) 461 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:41:12.774 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:41:12 smithi170 bash[22996]: audit 2024-03-21T13:41:11.718848+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:41:12.774 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:41:12 smithi170 bash[22996]: cluster 2024-03-21T13:41:12.311372+0000 mon.a (mon.0) 463 : cluster [DBG] osdmap e28: 4 total, 4 up, 4 in 2024-03-21T13:41:14.364 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:41:14 smithi186 bash[23727]: cluster 2024-03-21T13:41:12.422581+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-03-21T13:41:14.364 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:41:14 smithi186 bash[23727]: cluster 2024-03-21T13:41:13.041224+0000 mon.a (mon.0) 464 : cluster [DBG] osdmap e29: 4 total, 4 up, 4 in 2024-03-21T13:41:14.519 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:41:14 smithi100 bash[21523]: cluster 2024-03-21T13:41:12.422581+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-03-21T13:41:14.519 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:41:14 smithi100 bash[21523]: cluster 2024-03-21T13:41:13.041224+0000 mon.a (mon.0) 464 : cluster [DBG] osdmap e29: 4 total, 4 up, 4 in 2024-03-21T13:41:14.524 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:41:14 smithi170 bash[22996]: cluster 2024-03-21T13:41:12.422581+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-03-21T13:41:14.524 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:41:14 smithi170 bash[22996]: cluster 2024-03-21T13:41:13.041224+0000 mon.a (mon.0) 464 : cluster [DBG] osdmap e29: 4 total, 4 up, 4 in 2024-03-21T13:41:15.364 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:41:15 smithi186 bash[23727]: cluster 2024-03-21T13:41:14.049280+0000 mon.a (mon.0) 465 : cluster [DBG] osdmap e30: 4 total, 4 up, 4 in 2024-03-21T13:41:15.519 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:41:15 smithi100 bash[21523]: cluster 2024-03-21T13:41:14.049280+0000 mon.a (mon.0) 465 : cluster [DBG] osdmap e30: 4 total, 4 up, 4 in 2024-03-21T13:41:15.524 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:41:15 smithi170 bash[22996]: cluster 2024-03-21T13:41:14.049280+0000 mon.a (mon.0) 465 : cluster [DBG] osdmap e30: 4 total, 4 up, 4 in 2024-03-21T13:41:15.997 INFO:teuthology.orchestra.run.smithi186.stderr:Inferring config /var/lib/ceph/81d57e16-e787-11ee-95cd-87774f69a715/mon.c/config 2024-03-21T13:41:16.364 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:41:16 smithi186 bash[23727]: cluster 2024-03-21T13:41:14.423253+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v183: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-03-21T13:41:16.519 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:41:16 smithi100 bash[21523]: cluster 2024-03-21T13:41:14.423253+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v183: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-03-21T13:41:16.523 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:41:16 smithi170 bash[22996]: cluster 2024-03-21T13:41:14.423253+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v183: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-03-21T13:41:18.364 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:41:18 smithi186 bash[23727]: cluster 2024-03-21T13:41:16.423933+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail; 113 KiB/s, 0 objects/s recovering 2024-03-21T13:41:18.519 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:41:18 smithi100 bash[21523]: cluster 2024-03-21T13:41:16.423933+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail; 113 KiB/s, 0 objects/s recovering 2024-03-21T13:41:18.523 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:41:18 smithi170 bash[22996]: cluster 2024-03-21T13:41:16.423933+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail; 113 KiB/s, 0 objects/s recovering 2024-03-21T13:41:18.867 INFO:teuthology.orchestra.run.smithi186.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-03-21T13:41:18.868 INFO:teuthology.orchestra.run.smithi186.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-03-21T13:41:18.868 INFO:teuthology.orchestra.run.smithi186.stderr: stderr: 10+0 records in 2024-03-21T13:41:18.868 INFO:teuthology.orchestra.run.smithi186.stderr:10+0 records out 2024-03-21T13:41:18.868 INFO:teuthology.orchestra.run.smithi186.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0128573 s, 816 MB/s 2024-03-21T13:41:18.868 INFO:teuthology.orchestra.run.smithi186.stderr:--> Zapping successful for: 2024-03-21T13:41:19.550 DEBUG:teuthology.orchestra.run.smithi186:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ba760091cd7bd2b0d23f4825ac856ba66450e988 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81d57e16-e787-11ee-95cd-87774f69a715 -- ceph orch daemon add osd smithi186:vg_nvme/lv_4 2024-03-21T13:41:20.364 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:41:20 smithi186 bash[23727]: cluster 2024-03-21T13:41:18.424508+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail; 94 KiB/s, 0 objects/s recovering 2024-03-21T13:41:20.519 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:41:20 smithi100 bash[21523]: cluster 2024-03-21T13:41:18.424508+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail; 94 KiB/s, 0 objects/s recovering 2024-03-21T13:41:20.523 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:41:20 smithi170 bash[22996]: cluster 2024-03-21T13:41:18.424508+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail; 94 KiB/s, 0 objects/s recovering 2024-03-21T13:41:21.614 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:41:21 smithi186 bash[23727]: cephadm 2024-03-21T13:41:20.306542+0000 mgr.a (mgr.14152) 221 : cephadm [INF] Detected new or changed devices on smithi170 2024-03-21T13:41:21.615 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:41:21 smithi186 bash[23727]: audit 2024-03-21T13:41:20.316353+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:41:21.615 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:41:21 smithi186 bash[23727]: audit 2024-03-21T13:41:20.325829+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:41:21.615 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:41:21 smithi186 bash[23727]: audit 2024-03-21T13:41:20.328026+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:41:21.615 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:41:21 smithi186 bash[23727]: audit 2024-03-21T13:41:20.329939+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:41:21.615 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:41:21 smithi186 bash[23727]: cephadm 2024-03-21T13:41:20.331382+0000 mgr.a (mgr.14152) 222 : cephadm [INF] Adjusting osd_memory_target on smithi170 to 8632M 2024-03-21T13:41:21.615 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:41:21 smithi186 bash[23727]: audit 2024-03-21T13:41:20.337272+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:41:21.615 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:41:21 smithi186 bash[23727]: audit 2024-03-21T13:41:20.341580+0000 mon.a (mon.0) 471 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:41:21.615 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:41:21 smithi186 bash[23727]: audit 2024-03-21T13:41:20.343416+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:41:21.615 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:41:21 smithi186 bash[23727]: audit 2024-03-21T13:41:20.353123+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:41:21.770 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:41:21 smithi100 bash[21523]: cephadm 2024-03-21T13:41:20.306542+0000 mgr.a (mgr.14152) 221 : cephadm [INF] Detected new or changed devices on smithi170 2024-03-21T13:41:21.770 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:41:21 smithi100 bash[21523]: audit 2024-03-21T13:41:20.316353+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:41:21.770 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:41:21 smithi100 bash[21523]: audit 2024-03-21T13:41:20.325829+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:41:21.770 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:41:21 smithi100 bash[21523]: audit 2024-03-21T13:41:20.328026+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:41:21.770 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:41:21 smithi100 bash[21523]: audit 2024-03-21T13:41:20.329939+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:41:21.770 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:41:21 smithi100 bash[21523]: cephadm 2024-03-21T13:41:20.331382+0000 mgr.a (mgr.14152) 222 : cephadm [INF] Adjusting osd_memory_target on smithi170 to 8632M 2024-03-21T13:41:21.770 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:41:21 smithi100 bash[21523]: audit 2024-03-21T13:41:20.337272+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:41:21.770 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:41:21 smithi100 bash[21523]: audit 2024-03-21T13:41:20.341580+0000 mon.a (mon.0) 471 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:41:21.770 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:41:21 smithi100 bash[21523]: audit 2024-03-21T13:41:20.343416+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:41:21.770 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:41:21 smithi100 bash[21523]: audit 2024-03-21T13:41:20.353123+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:41:21.774 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:41:21 smithi170 bash[22996]: cephadm 2024-03-21T13:41:20.306542+0000 mgr.a (mgr.14152) 221 : cephadm [INF] Detected new or changed devices on smithi170 2024-03-21T13:41:21.774 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:41:21 smithi170 bash[22996]: audit 2024-03-21T13:41:20.316353+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:41:21.774 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:41:21 smithi170 bash[22996]: audit 2024-03-21T13:41:20.325829+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:41:21.774 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:41:21 smithi170 bash[22996]: audit 2024-03-21T13:41:20.328026+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:41:21.774 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:41:21 smithi170 bash[22996]: audit 2024-03-21T13:41:20.329939+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:41:21.774 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:41:21 smithi170 bash[22996]: cephadm 2024-03-21T13:41:20.331382+0000 mgr.a (mgr.14152) 222 : cephadm [INF] Adjusting osd_memory_target on smithi170 to 8632M 2024-03-21T13:41:21.774 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:41:21 smithi170 bash[22996]: audit 2024-03-21T13:41:20.337272+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:41:21.774 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:41:21 smithi170 bash[22996]: audit 2024-03-21T13:41:20.341580+0000 mon.a (mon.0) 471 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:41:21.774 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:41:21 smithi170 bash[22996]: audit 2024-03-21T13:41:20.343416+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:41:21.775 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:41:21 smithi170 bash[22996]: audit 2024-03-21T13:41:20.353123+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:41:22.614 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:41:22 smithi186 bash[23727]: cluster 2024-03-21T13:41:20.425045+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-03-21T13:41:22.769 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:41:22 smithi100 bash[21523]: cluster 2024-03-21T13:41:20.425045+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-03-21T13:41:22.773 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:41:22 smithi170 bash[22996]: cluster 2024-03-21T13:41:20.425045+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-03-21T13:41:23.250 INFO:teuthology.orchestra.run.smithi186.stderr:Inferring config /var/lib/ceph/81d57e16-e787-11ee-95cd-87774f69a715/mon.c/config 2024-03-21T13:41:24.614 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:41:24 smithi186 bash[23727]: cluster 2024-03-21T13:41:22.425661+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-03-21T13:41:24.769 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:41:24 smithi100 bash[21523]: cluster 2024-03-21T13:41:22.425661+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-03-21T13:41:24.773 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:41:24 smithi170 bash[22996]: cluster 2024-03-21T13:41:22.425661+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-03-21T13:41:26.614 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:41:26 smithi186 bash[23727]: cluster 2024-03-21T13:41:24.426212+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-03-21T13:41:26.614 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:41:26 smithi186 bash[23727]: audit 2024-03-21T13:41:25.840491+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T13:41:26.615 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:41:26 smithi186 bash[23727]: audit 2024-03-21T13:41:25.847888+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T13:41:26.615 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:41:26 smithi186 bash[23727]: audit 2024-03-21T13:41:25.849712+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:41:26.769 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:41:26 smithi100 bash[21523]: cluster 2024-03-21T13:41:24.426212+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-03-21T13:41:26.769 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:41:26 smithi100 bash[21523]: audit 2024-03-21T13:41:25.840491+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T13:41:26.769 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:41:26 smithi100 bash[21523]: audit 2024-03-21T13:41:25.847888+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T13:41:26.770 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:41:26 smithi100 bash[21523]: audit 2024-03-21T13:41:25.849712+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:41:26.773 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:41:26 smithi170 bash[22996]: cluster 2024-03-21T13:41:24.426212+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-03-21T13:41:26.774 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:41:26 smithi170 bash[22996]: audit 2024-03-21T13:41:25.840491+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T13:41:26.774 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:41:26 smithi170 bash[22996]: audit 2024-03-21T13:41:25.847888+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T13:41:26.774 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:41:26 smithi170 bash[22996]: audit 2024-03-21T13:41:25.849712+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:41:27.769 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:41:27 smithi100 bash[21523]: audit 2024-03-21T13:41:25.832939+0000 mgr.a (mgr.14152) 226 : audit [DBG] from='client.24163 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi186:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:41:27.773 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:41:27 smithi170 bash[22996]: audit 2024-03-21T13:41:25.832939+0000 mgr.a (mgr.14152) 226 : audit [DBG] from='client.24163 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi186:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:41:27.864 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:41:27 smithi186 bash[23727]: audit 2024-03-21T13:41:25.832939+0000 mgr.a (mgr.14152) 226 : audit [DBG] from='client.24163 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi186:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:41:28.769 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:41:28 smithi100 bash[21523]: cluster 2024-03-21T13:41:26.426721+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-03-21T13:41:28.773 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:41:28 smithi170 bash[22996]: cluster 2024-03-21T13:41:26.426721+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-03-21T13:41:28.864 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:41:28 smithi186 bash[23727]: cluster 2024-03-21T13:41:26.426721+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-03-21T13:41:30.769 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:41:30 smithi100 bash[21523]: cluster 2024-03-21T13:41:28.427258+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-03-21T13:41:30.773 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:41:30 smithi170 bash[22996]: cluster 2024-03-21T13:41:28.427258+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-03-21T13:41:30.820 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:41:30 smithi186 bash[23727]: cluster 2024-03-21T13:41:28.427258+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-03-21T13:41:31.670 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:41:31 smithi186 bash[23727]: cluster 2024-03-21T13:41:30.427804+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-03-21T13:41:31.769 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:41:31 smithi100 bash[21523]: cluster 2024-03-21T13:41:30.427804+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-03-21T13:41:31.773 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:41:31 smithi170 bash[22996]: cluster 2024-03-21T13:41:30.427804+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-03-21T13:41:33.770 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:41:33 smithi100 bash[21523]: cluster 2024-03-21T13:41:32.428349+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-03-21T13:41:33.773 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:41:33 smithi170 bash[22996]: cluster 2024-03-21T13:41:32.428349+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-03-21T13:41:33.864 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:41:33 smithi186 bash[23727]: cluster 2024-03-21T13:41:32.428349+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-03-21T13:41:34.769 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:41:34 smithi100 bash[21523]: audit 2024-03-21T13:41:34.032523+0000 mon.c (mon.1) 6 : audit [INF] from='client.? 172.21.15.186:0/265147415' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4bd2ebbe-fe48-45b4-acf7-bfc30f8a120b"}]: dispatch 2024-03-21T13:41:34.769 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:41:34 smithi100 bash[21523]: audit 2024-03-21T13:41:34.035157+0000 mon.a (mon.0) 477 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4bd2ebbe-fe48-45b4-acf7-bfc30f8a120b"}]: dispatch 2024-03-21T13:41:34.769 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:41:34 smithi100 bash[21523]: audit 2024-03-21T13:41:34.039055+0000 mon.a (mon.0) 478 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4bd2ebbe-fe48-45b4-acf7-bfc30f8a120b"}]': finished 2024-03-21T13:41:34.769 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:41:34 smithi100 bash[21523]: cluster 2024-03-21T13:41:34.046092+0000 mon.a (mon.0) 479 : cluster [DBG] osdmap e31: 5 total, 4 up, 5 in 2024-03-21T13:41:34.770 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:41:34 smithi100 bash[21523]: audit 2024-03-21T13:41:34.046742+0000 mon.a (mon.0) 480 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T13:41:34.773 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:41:34 smithi170 bash[22996]: audit 2024-03-21T13:41:34.032523+0000 mon.c (mon.1) 6 : audit [INF] from='client.? 172.21.15.186:0/265147415' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4bd2ebbe-fe48-45b4-acf7-bfc30f8a120b"}]: dispatch 2024-03-21T13:41:34.773 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:41:34 smithi170 bash[22996]: audit 2024-03-21T13:41:34.035157+0000 mon.a (mon.0) 477 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4bd2ebbe-fe48-45b4-acf7-bfc30f8a120b"}]: dispatch 2024-03-21T13:41:34.773 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:41:34 smithi170 bash[22996]: audit 2024-03-21T13:41:34.039055+0000 mon.a (mon.0) 478 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4bd2ebbe-fe48-45b4-acf7-bfc30f8a120b"}]': finished 2024-03-21T13:41:34.774 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:41:34 smithi170 bash[22996]: cluster 2024-03-21T13:41:34.046092+0000 mon.a (mon.0) 479 : cluster [DBG] osdmap e31: 5 total, 4 up, 5 in 2024-03-21T13:41:34.774 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:41:34 smithi170 bash[22996]: audit 2024-03-21T13:41:34.046742+0000 mon.a (mon.0) 480 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T13:41:34.864 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:41:34 smithi186 bash[23727]: audit 2024-03-21T13:41:34.032523+0000 mon.c (mon.1) 6 : audit [INF] from='client.? 172.21.15.186:0/265147415' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4bd2ebbe-fe48-45b4-acf7-bfc30f8a120b"}]: dispatch 2024-03-21T13:41:34.864 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:41:34 smithi186 bash[23727]: audit 2024-03-21T13:41:34.035157+0000 mon.a (mon.0) 477 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4bd2ebbe-fe48-45b4-acf7-bfc30f8a120b"}]: dispatch 2024-03-21T13:41:34.864 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:41:34 smithi186 bash[23727]: audit 2024-03-21T13:41:34.039055+0000 mon.a (mon.0) 478 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4bd2ebbe-fe48-45b4-acf7-bfc30f8a120b"}]': finished 2024-03-21T13:41:34.864 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:41:34 smithi186 bash[23727]: cluster 2024-03-21T13:41:34.046092+0000 mon.a (mon.0) 479 : cluster [DBG] osdmap e31: 5 total, 4 up, 5 in 2024-03-21T13:41:34.864 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:41:34 smithi186 bash[23727]: audit 2024-03-21T13:41:34.046742+0000 mon.a (mon.0) 480 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T13:41:35.769 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:41:35 smithi100 bash[21523]: cluster 2024-03-21T13:41:34.428879+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-03-21T13:41:35.769 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:41:35 smithi100 bash[21523]: audit 2024-03-21T13:41:34.760165+0000 mon.c (mon.1) 7 : audit [DBG] from='client.? 172.21.15.186:0/3018838145' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T13:41:35.773 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:41:35 smithi170 bash[22996]: cluster 2024-03-21T13:41:34.428879+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-03-21T13:41:35.773 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:41:35 smithi170 bash[22996]: audit 2024-03-21T13:41:34.760165+0000 mon.c (mon.1) 7 : audit [DBG] from='client.? 172.21.15.186:0/3018838145' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T13:41:35.864 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:41:35 smithi186 bash[23727]: cluster 2024-03-21T13:41:34.428879+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-03-21T13:41:35.864 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:41:35 smithi186 bash[23727]: audit 2024-03-21T13:41:34.760165+0000 mon.c (mon.1) 7 : audit [DBG] from='client.? 172.21.15.186:0/3018838145' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T13:41:37.769 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:41:37 smithi100 bash[21523]: cluster 2024-03-21T13:41:36.429431+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-03-21T13:41:37.773 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:41:37 smithi170 bash[22996]: cluster 2024-03-21T13:41:36.429431+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-03-21T13:41:37.864 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:41:37 smithi186 bash[23727]: cluster 2024-03-21T13:41:36.429431+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-03-21T13:41:39.769 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:41:39 smithi100 bash[21523]: cluster 2024-03-21T13:41:38.430054+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-03-21T13:41:39.773 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:41:39 smithi170 bash[22996]: cluster 2024-03-21T13:41:38.430054+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-03-21T13:41:39.864 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:41:39 smithi186 bash[23727]: cluster 2024-03-21T13:41:38.430054+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-03-21T13:41:41.769 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:41:41 smithi100 bash[21523]: cluster 2024-03-21T13:41:40.430538+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-03-21T13:41:41.773 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:41:41 smithi170 bash[22996]: cluster 2024-03-21T13:41:40.430538+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-03-21T13:41:41.864 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:41:41 smithi186 bash[23727]: cluster 2024-03-21T13:41:40.430538+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-03-21T13:41:43.769 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:41:43 smithi100 bash[21523]: cluster 2024-03-21T13:41:42.431045+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-03-21T13:41:43.773 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:41:43 smithi170 bash[22996]: cluster 2024-03-21T13:41:42.431045+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-03-21T13:41:43.851 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:41:43 smithi186 bash[23727]: cluster 2024-03-21T13:41:42.431045+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-03-21T13:41:45.769 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:41:45 smithi100 bash[21523]: cluster 2024-03-21T13:41:44.431575+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-03-21T13:41:45.773 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:41:45 smithi170 bash[22996]: cluster 2024-03-21T13:41:44.431575+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-03-21T13:41:45.864 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:41:45 smithi186 bash[23727]: cluster 2024-03-21T13:41:44.431575+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-03-21T13:41:46.769 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:41:46 smithi100 bash[21523]: audit 2024-03-21T13:41:46.100418+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-03-21T13:41:46.769 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:41:46 smithi100 bash[21523]: audit 2024-03-21T13:41:46.102443+0000 mon.a (mon.0) 482 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:41:46.769 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:41:46 smithi100 bash[21523]: cephadm 2024-03-21T13:41:46.104226+0000 mgr.a (mgr.14152) 237 : cephadm [INF] Deploying daemon osd.4 on smithi186 2024-03-21T13:41:46.773 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:41:46 smithi170 bash[22996]: audit 2024-03-21T13:41:46.100418+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-03-21T13:41:46.773 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:41:46 smithi170 bash[22996]: audit 2024-03-21T13:41:46.102443+0000 mon.a (mon.0) 482 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:41:46.773 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:41:46 smithi170 bash[22996]: cephadm 2024-03-21T13:41:46.104226+0000 mgr.a (mgr.14152) 237 : cephadm [INF] Deploying daemon osd.4 on smithi186 2024-03-21T13:41:46.864 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:41:46 smithi186 bash[23727]: audit 2024-03-21T13:41:46.100418+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-03-21T13:41:46.864 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:41:46 smithi186 bash[23727]: audit 2024-03-21T13:41:46.102443+0000 mon.a (mon.0) 482 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:41:46.864 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:41:46 smithi186 bash[23727]: cephadm 2024-03-21T13:41:46.104226+0000 mgr.a (mgr.14152) 237 : cephadm [INF] Deploying daemon osd.4 on smithi186 2024-03-21T13:41:47.769 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:41:47 smithi100 bash[21523]: cluster 2024-03-21T13:41:46.432137+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-03-21T13:41:47.773 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:41:47 smithi170 bash[22996]: cluster 2024-03-21T13:41:46.432137+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-03-21T13:41:47.864 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:41:47 smithi186 bash[23727]: cluster 2024-03-21T13:41:46.432137+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-03-21T13:41:49.773 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:41:49 smithi170 bash[22996]: cluster 2024-03-21T13:41:48.432606+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-03-21T13:41:49.832 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:41:49 smithi186 bash[23727]: cluster 2024-03-21T13:41:48.432606+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-03-21T13:41:50.019 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:41:49 smithi100 bash[21523]: cluster 2024-03-21T13:41:48.432606+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-03-21T13:41:50.086 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:41:49 smithi186 systemd[1]: /etc/systemd/system/ceph-81d57e16-e787-11ee-95cd-87774f69a715@.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-03-21T13:41:50.364 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:41:50 smithi186 systemd[1]: /etc/systemd/system/ceph-81d57e16-e787-11ee-95cd-87774f69a715@.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-03-21T13:41:51.364 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:41:51 smithi186 bash[23727]: audit 2024-03-21T13:41:50.240790+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:41:51.364 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:41:51 smithi186 bash[23727]: audit 2024-03-21T13:41:50.248940+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:41:51.364 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:41:51 smithi186 bash[23727]: audit 2024-03-21T13:41:50.264412+0000 mon.a (mon.0) 485 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:41:51.519 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:41:51 smithi100 bash[21523]: audit 2024-03-21T13:41:50.240790+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:41:51.519 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:41:51 smithi100 bash[21523]: audit 2024-03-21T13:41:50.248940+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:41:51.519 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:41:51 smithi100 bash[21523]: audit 2024-03-21T13:41:50.264412+0000 mon.a (mon.0) 485 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:41:51.523 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:41:51 smithi170 bash[22996]: audit 2024-03-21T13:41:50.240790+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:41:51.523 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:41:51 smithi170 bash[22996]: audit 2024-03-21T13:41:50.248940+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:41:51.523 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:41:51 smithi170 bash[22996]: audit 2024-03-21T13:41:50.264412+0000 mon.a (mon.0) 485 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:41:52.519 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:41:52 smithi100 bash[21523]: cluster 2024-03-21T13:41:50.433132+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-03-21T13:41:52.523 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:41:52 smithi170 bash[22996]: cluster 2024-03-21T13:41:50.433132+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-03-21T13:41:52.614 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:41:52 smithi186 bash[23727]: cluster 2024-03-21T13:41:50.433132+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-03-21T13:41:54.519 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:41:54 smithi100 bash[21523]: cluster 2024-03-21T13:41:52.433673+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-03-21T13:41:54.523 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:41:54 smithi170 bash[22996]: cluster 2024-03-21T13:41:52.433673+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-03-21T13:41:54.614 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:41:54 smithi186 bash[23727]: cluster 2024-03-21T13:41:52.433673+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-03-21T13:41:56.518 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:41:56 smithi100 bash[21523]: cluster 2024-03-21T13:41:54.434211+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-03-21T13:41:56.523 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:41:56 smithi170 bash[22996]: cluster 2024-03-21T13:41:54.434211+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-03-21T13:41:56.614 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:41:56 smithi186 bash[23727]: cluster 2024-03-21T13:41:54.434211+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-03-21T13:41:57.523 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:41:57 smithi170 bash[22996]: audit 2024-03-21T13:41:56.389732+0000 mon.c (mon.1) 8 : audit [INF] from='osd.4 [v2:172.21.15.186:6800/1647445487,v1:172.21.15.186:6801/1647445487]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-03-21T13:41:57.523 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:41:57 smithi170 bash[22996]: audit 2024-03-21T13:41:56.392516+0000 mon.a (mon.0) 486 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-03-21T13:41:57.523 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:41:57 smithi170 bash[22996]: audit 2024-03-21T13:41:57.024208+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:41:57.524 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:41:57 smithi170 bash[22996]: audit 2024-03-21T13:41:57.032485+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:41:57.524 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:41:57 smithi170 bash[22996]: audit 2024-03-21T13:41:57.034216+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:41:57.524 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:41:57 smithi170 bash[22996]: audit 2024-03-21T13:41:57.036019+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:41:57.524 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:41:57 smithi170 bash[22996]: audit 2024-03-21T13:41:57.045808+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:41:57.534 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:41:57 smithi186 bash[23727]: audit 2024-03-21T13:41:56.389732+0000 mon.c (mon.1) 8 : audit [INF] from='osd.4 [v2:172.21.15.186:6800/1647445487,v1:172.21.15.186:6801/1647445487]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-03-21T13:41:57.535 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:41:57 smithi186 bash[23727]: audit 2024-03-21T13:41:56.392516+0000 mon.a (mon.0) 486 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-03-21T13:41:57.535 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:41:57 smithi186 bash[23727]: audit 2024-03-21T13:41:57.024208+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:41:57.535 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:41:57 smithi186 bash[23727]: audit 2024-03-21T13:41:57.032485+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:41:57.535 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:41:57 smithi186 bash[23727]: audit 2024-03-21T13:41:57.034216+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:41:57.535 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:41:57 smithi186 bash[23727]: audit 2024-03-21T13:41:57.036019+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:41:57.535 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:41:57 smithi186 bash[23727]: audit 2024-03-21T13:41:57.045808+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:41:57.769 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:41:57 smithi100 bash[21523]: audit 2024-03-21T13:41:56.389732+0000 mon.c (mon.1) 8 : audit [INF] from='osd.4 [v2:172.21.15.186:6800/1647445487,v1:172.21.15.186:6801/1647445487]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-03-21T13:41:57.769 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:41:57 smithi100 bash[21523]: audit 2024-03-21T13:41:56.392516+0000 mon.a (mon.0) 486 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-03-21T13:41:57.769 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:41:57 smithi100 bash[21523]: audit 2024-03-21T13:41:57.024208+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:41:57.769 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:41:57 smithi100 bash[21523]: audit 2024-03-21T13:41:57.032485+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:41:57.769 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:41:57 smithi100 bash[21523]: audit 2024-03-21T13:41:57.034216+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:41:57.769 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:41:57 smithi100 bash[21523]: audit 2024-03-21T13:41:57.036019+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:41:57.769 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:41:57 smithi100 bash[21523]: audit 2024-03-21T13:41:57.045808+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:41:58.523 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:41:58 smithi170 bash[22996]: cluster 2024-03-21T13:41:56.434712+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-03-21T13:41:58.523 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:41:58 smithi170 bash[22996]: audit 2024-03-21T13:41:57.264215+0000 mon.a (mon.0) 492 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-03-21T13:41:58.523 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:41:58 smithi170 bash[22996]: cluster 2024-03-21T13:41:57.269683+0000 mon.a (mon.0) 493 : cluster [DBG] osdmap e32: 5 total, 4 up, 5 in 2024-03-21T13:41:58.524 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:41:58 smithi170 bash[22996]: audit 2024-03-21T13:41:57.270506+0000 mon.c (mon.1) 9 : audit [INF] from='osd.4 [v2:172.21.15.186:6800/1647445487,v1:172.21.15.186:6801/1647445487]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi186", "root=default"]}]: dispatch 2024-03-21T13:41:58.524 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:41:58 smithi170 bash[22996]: audit 2024-03-21T13:41:57.270642+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T13:41:58.524 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:41:58 smithi170 bash[22996]: audit 2024-03-21T13:41:57.280128+0000 mon.a (mon.0) 495 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi186", "root=default"]}]: dispatch 2024-03-21T13:41:58.614 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:41:58 smithi186 bash[23727]: cluster 2024-03-21T13:41:56.434712+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-03-21T13:41:58.614 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:41:58 smithi186 bash[23727]: audit 2024-03-21T13:41:57.264215+0000 mon.a (mon.0) 492 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-03-21T13:41:58.614 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:41:58 smithi186 bash[23727]: cluster 2024-03-21T13:41:57.269683+0000 mon.a (mon.0) 493 : cluster [DBG] osdmap e32: 5 total, 4 up, 5 in 2024-03-21T13:41:58.614 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:41:58 smithi186 bash[23727]: audit 2024-03-21T13:41:57.270506+0000 mon.c (mon.1) 9 : audit [INF] from='osd.4 [v2:172.21.15.186:6800/1647445487,v1:172.21.15.186:6801/1647445487]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi186", "root=default"]}]: dispatch 2024-03-21T13:41:58.615 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:41:58 smithi186 bash[23727]: audit 2024-03-21T13:41:57.270642+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T13:41:58.615 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:41:58 smithi186 bash[23727]: audit 2024-03-21T13:41:57.280128+0000 mon.a (mon.0) 495 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi186", "root=default"]}]: dispatch 2024-03-21T13:41:58.769 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:41:58 smithi100 bash[21523]: cluster 2024-03-21T13:41:56.434712+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-03-21T13:41:58.769 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:41:58 smithi100 bash[21523]: audit 2024-03-21T13:41:57.264215+0000 mon.a (mon.0) 492 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-03-21T13:41:58.769 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:41:58 smithi100 bash[21523]: cluster 2024-03-21T13:41:57.269683+0000 mon.a (mon.0) 493 : cluster [DBG] osdmap e32: 5 total, 4 up, 5 in 2024-03-21T13:41:58.769 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:41:58 smithi100 bash[21523]: audit 2024-03-21T13:41:57.270506+0000 mon.c (mon.1) 9 : audit [INF] from='osd.4 [v2:172.21.15.186:6800/1647445487,v1:172.21.15.186:6801/1647445487]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi186", "root=default"]}]: dispatch 2024-03-21T13:41:58.769 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:41:58 smithi100 bash[21523]: audit 2024-03-21T13:41:57.270642+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T13:41:58.770 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:41:58 smithi100 bash[21523]: audit 2024-03-21T13:41:57.280128+0000 mon.a (mon.0) 495 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi186", "root=default"]}]: dispatch 2024-03-21T13:41:59.364 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:41:59 smithi186 bash[23727]: audit 2024-03-21T13:41:58.282348+0000 mon.a (mon.0) 496 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi186", "root=default"]}]': finished 2024-03-21T13:41:59.364 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:41:59 smithi186 bash[23727]: cluster 2024-03-21T13:41:58.287508+0000 mon.a (mon.0) 497 : cluster [DBG] osdmap e33: 5 total, 4 up, 5 in 2024-03-21T13:41:59.364 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:41:59 smithi186 bash[23727]: audit 2024-03-21T13:41:58.288203+0000 mon.a (mon.0) 498 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T13:41:59.364 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:41:59 smithi186 bash[23727]: audit 2024-03-21T13:41:58.294960+0000 mon.a (mon.0) 499 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T13:41:59.364 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:41:59 smithi186 bash[23727]: audit 2024-03-21T13:41:58.795591+0000 mon.a (mon.0) 500 : audit [INF] from='osd.4 ' entity='osd.4' 2024-03-21T13:41:59.769 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:41:59 smithi100 bash[21523]: audit 2024-03-21T13:41:58.282348+0000 mon.a (mon.0) 496 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi186", "root=default"]}]': finished 2024-03-21T13:41:59.769 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:41:59 smithi100 bash[21523]: cluster 2024-03-21T13:41:58.287508+0000 mon.a (mon.0) 497 : cluster [DBG] osdmap e33: 5 total, 4 up, 5 in 2024-03-21T13:41:59.769 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:41:59 smithi100 bash[21523]: audit 2024-03-21T13:41:58.288203+0000 mon.a (mon.0) 498 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T13:41:59.769 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:41:59 smithi100 bash[21523]: audit 2024-03-21T13:41:58.294960+0000 mon.a (mon.0) 499 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T13:41:59.769 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:41:59 smithi100 bash[21523]: audit 2024-03-21T13:41:58.795591+0000 mon.a (mon.0) 500 : audit [INF] from='osd.4 ' entity='osd.4' 2024-03-21T13:41:59.773 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:41:59 smithi170 bash[22996]: audit 2024-03-21T13:41:58.282348+0000 mon.a (mon.0) 496 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi186", "root=default"]}]': finished 2024-03-21T13:41:59.773 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:41:59 smithi170 bash[22996]: cluster 2024-03-21T13:41:58.287508+0000 mon.a (mon.0) 497 : cluster [DBG] osdmap e33: 5 total, 4 up, 5 in 2024-03-21T13:41:59.773 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:41:59 smithi170 bash[22996]: audit 2024-03-21T13:41:58.288203+0000 mon.a (mon.0) 498 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T13:41:59.773 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:41:59 smithi170 bash[22996]: audit 2024-03-21T13:41:58.294960+0000 mon.a (mon.0) 499 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T13:41:59.773 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:41:59 smithi170 bash[22996]: audit 2024-03-21T13:41:58.795591+0000 mon.a (mon.0) 500 : audit [INF] from='osd.4 ' entity='osd.4' 2024-03-21T13:42:00.359 INFO:teuthology.orchestra.run.smithi186.stdout:Created osd(s) 4 on host 'smithi186' 2024-03-21T13:42:00.577 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:42:00 smithi186 bash[23727]: cluster 2024-03-21T13:41:57.339879+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T13:42:00.577 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:42:00 smithi186 bash[23727]: cluster 2024-03-21T13:41:57.339988+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T13:42:00.577 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:42:00 smithi186 bash[23727]: cluster 2024-03-21T13:41:58.435220+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-03-21T13:42:00.577 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:42:00 smithi186 bash[23727]: cluster 2024-03-21T13:41:59.299136+0000 mon.a (mon.0) 501 : cluster [INF] osd.4 [v2:172.21.15.186:6800/1647445487,v1:172.21.15.186:6801/1647445487] boot 2024-03-21T13:42:00.577 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:42:00 smithi186 bash[23727]: cluster 2024-03-21T13:41:59.299280+0000 mon.a (mon.0) 502 : cluster [DBG] osdmap e34: 5 total, 5 up, 5 in 2024-03-21T13:42:00.577 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:42:00 smithi186 bash[23727]: audit 2024-03-21T13:41:59.300321+0000 mon.a (mon.0) 503 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T13:42:00.771 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:42:00 smithi100 bash[21523]: cluster 2024-03-21T13:41:57.339879+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T13:42:00.771 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:42:00 smithi100 bash[21523]: cluster 2024-03-21T13:41:57.339988+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T13:42:00.771 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:42:00 smithi100 bash[21523]: cluster 2024-03-21T13:41:58.435220+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-03-21T13:42:00.771 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:42:00 smithi100 bash[21523]: cluster 2024-03-21T13:41:59.299136+0000 mon.a (mon.0) 501 : cluster [INF] osd.4 [v2:172.21.15.186:6800/1647445487,v1:172.21.15.186:6801/1647445487] boot 2024-03-21T13:42:00.771 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:42:00 smithi100 bash[21523]: cluster 2024-03-21T13:41:59.299280+0000 mon.a (mon.0) 502 : cluster [DBG] osdmap e34: 5 total, 5 up, 5 in 2024-03-21T13:42:00.771 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:42:00 smithi100 bash[21523]: audit 2024-03-21T13:41:59.300321+0000 mon.a (mon.0) 503 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T13:42:00.773 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:42:00 smithi170 bash[22996]: cluster 2024-03-21T13:41:57.339879+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T13:42:00.773 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:42:00 smithi170 bash[22996]: cluster 2024-03-21T13:41:57.339988+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T13:42:00.773 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:42:00 smithi170 bash[22996]: cluster 2024-03-21T13:41:58.435220+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-03-21T13:42:00.773 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:42:00 smithi170 bash[22996]: cluster 2024-03-21T13:41:59.299136+0000 mon.a (mon.0) 501 : cluster [INF] osd.4 [v2:172.21.15.186:6800/1647445487,v1:172.21.15.186:6801/1647445487] boot 2024-03-21T13:42:00.773 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:42:00 smithi170 bash[22996]: cluster 2024-03-21T13:41:59.299280+0000 mon.a (mon.0) 502 : cluster [DBG] osdmap e34: 5 total, 5 up, 5 in 2024-03-21T13:42:00.773 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:42:00 smithi170 bash[22996]: audit 2024-03-21T13:41:59.300321+0000 mon.a (mon.0) 503 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T13:42:00.996 DEBUG:teuthology.orchestra.run.smithi186:osd.4> sudo journalctl -f -n 0 -u ceph-81d57e16-e787-11ee-95cd-87774f69a715@osd.4.service 2024-03-21T13:42:00.998 INFO:tasks.cephadm:Deploying osd.5 on smithi186 with /dev/vg_nvme/lv_3... 2024-03-21T13:42:00.999 DEBUG:teuthology.orchestra.run.smithi186:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ba760091cd7bd2b0d23f4825ac856ba66450e988 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81d57e16-e787-11ee-95cd-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-03-21T13:42:01.614 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:42:01 smithi186 bash[23727]: cluster 2024-03-21T13:42:00.299392+0000 mon.a (mon.0) 504 : cluster [DBG] osdmap e35: 5 total, 5 up, 5 in 2024-03-21T13:42:01.614 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:42:01 smithi186 bash[23727]: audit 2024-03-21T13:42:00.314990+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:42:01.614 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:42:01 smithi186 bash[23727]: audit 2024-03-21T13:42:00.323167+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:42:01.614 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:42:01 smithi186 bash[23727]: audit 2024-03-21T13:42:00.326153+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:42:01.769 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:42:01 smithi100 bash[21523]: cluster 2024-03-21T13:42:00.299392+0000 mon.a (mon.0) 504 : cluster [DBG] osdmap e35: 5 total, 5 up, 5 in 2024-03-21T13:42:01.769 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:42:01 smithi100 bash[21523]: audit 2024-03-21T13:42:00.314990+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:42:01.769 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:42:01 smithi100 bash[21523]: audit 2024-03-21T13:42:00.323167+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:42:01.769 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:42:01 smithi100 bash[21523]: audit 2024-03-21T13:42:00.326153+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:42:01.773 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:42:01 smithi170 bash[22996]: cluster 2024-03-21T13:42:00.299392+0000 mon.a (mon.0) 504 : cluster [DBG] osdmap e35: 5 total, 5 up, 5 in 2024-03-21T13:42:01.773 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:42:01 smithi170 bash[22996]: audit 2024-03-21T13:42:00.314990+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:42:01.773 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:42:01 smithi170 bash[22996]: audit 2024-03-21T13:42:00.323167+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:42:01.773 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:42:01 smithi170 bash[22996]: audit 2024-03-21T13:42:00.326153+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:42:02.614 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:42:02 smithi186 bash[23727]: cluster 2024-03-21T13:42:00.435741+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T13:42:02.614 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:42:02 smithi186 bash[23727]: cluster 2024-03-21T13:42:01.311525+0000 mon.a (mon.0) 508 : cluster [DBG] osdmap e36: 5 total, 5 up, 5 in 2024-03-21T13:42:02.769 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:42:02 smithi100 bash[21523]: cluster 2024-03-21T13:42:00.435741+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T13:42:02.769 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:42:02 smithi100 bash[21523]: cluster 2024-03-21T13:42:01.311525+0000 mon.a (mon.0) 508 : cluster [DBG] osdmap e36: 5 total, 5 up, 5 in 2024-03-21T13:42:02.773 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:42:02 smithi170 bash[22996]: cluster 2024-03-21T13:42:00.435741+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T13:42:02.773 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:42:02 smithi170 bash[22996]: cluster 2024-03-21T13:42:01.311525+0000 mon.a (mon.0) 508 : cluster [DBG] osdmap e36: 5 total, 5 up, 5 in 2024-03-21T13:42:03.614 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:42:03 smithi186 bash[23727]: cluster 2024-03-21T13:42:02.329706+0000 mon.a (mon.0) 509 : cluster [DBG] osdmap e37: 5 total, 5 up, 5 in 2024-03-21T13:42:03.769 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:42:03 smithi100 bash[21523]: cluster 2024-03-21T13:42:02.329706+0000 mon.a (mon.0) 509 : cluster [DBG] osdmap e37: 5 total, 5 up, 5 in 2024-03-21T13:42:03.773 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:42:03 smithi170 bash[22996]: cluster 2024-03-21T13:42:02.329706+0000 mon.a (mon.0) 509 : cluster [DBG] osdmap e37: 5 total, 5 up, 5 in 2024-03-21T13:42:04.614 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:42:04 smithi186 bash[23727]: cluster 2024-03-21T13:42:02.436341+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v214: 1 pgs: 1 activating+undersized+degraded+remapped; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail; 2/6 objects degraded (33.333%) 2024-03-21T13:42:04.614 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:42:04 smithi186 bash[23727]: cluster 2024-03-21T13:42:03.324053+0000 mon.a (mon.0) 510 : cluster [WRN] Health check failed: Degraded data redundancy: 2/6 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2024-03-21T13:42:04.614 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:42:04 smithi186 bash[23727]: cluster 2024-03-21T13:42:03.340866+0000 mon.a (mon.0) 511 : cluster [DBG] osdmap e38: 5 total, 5 up, 5 in 2024-03-21T13:42:04.769 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:42:04 smithi100 bash[21523]: cluster 2024-03-21T13:42:02.436341+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v214: 1 pgs: 1 activating+undersized+degraded+remapped; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail; 2/6 objects degraded (33.333%) 2024-03-21T13:42:04.769 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:42:04 smithi100 bash[21523]: cluster 2024-03-21T13:42:03.324053+0000 mon.a (mon.0) 510 : cluster [WRN] Health check failed: Degraded data redundancy: 2/6 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2024-03-21T13:42:04.769 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:42:04 smithi100 bash[21523]: cluster 2024-03-21T13:42:03.340866+0000 mon.a (mon.0) 511 : cluster [DBG] osdmap e38: 5 total, 5 up, 5 in 2024-03-21T13:42:04.773 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:42:04 smithi170 bash[22996]: cluster 2024-03-21T13:42:02.436341+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v214: 1 pgs: 1 activating+undersized+degraded+remapped; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail; 2/6 objects degraded (33.333%) 2024-03-21T13:42:04.773 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:42:04 smithi170 bash[22996]: cluster 2024-03-21T13:42:03.324053+0000 mon.a (mon.0) 510 : cluster [WRN] Health check failed: Degraded data redundancy: 2/6 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2024-03-21T13:42:04.773 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:42:04 smithi170 bash[22996]: cluster 2024-03-21T13:42:03.340866+0000 mon.a (mon.0) 511 : cluster [DBG] osdmap e38: 5 total, 5 up, 5 in 2024-03-21T13:42:05.286 INFO:teuthology.orchestra.run.smithi186.stderr:Inferring config /var/lib/ceph/81d57e16-e787-11ee-95cd-87774f69a715/mon.c/config 2024-03-21T13:42:06.614 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:42:06 smithi186 bash[23727]: cluster 2024-03-21T13:42:04.436944+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v216: 1 pgs: 1 activating+undersized+degraded+remapped; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail; 2/6 objects degraded (33.333%) 2024-03-21T13:42:06.768 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:42:06 smithi100 bash[21523]: cluster 2024-03-21T13:42:04.436944+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v216: 1 pgs: 1 activating+undersized+degraded+remapped; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail; 2/6 objects degraded (33.333%) 2024-03-21T13:42:06.773 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:42:06 smithi170 bash[22996]: cluster 2024-03-21T13:42:04.436944+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v216: 1 pgs: 1 activating+undersized+degraded+remapped; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail; 2/6 objects degraded (33.333%) 2024-03-21T13:42:07.614 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:42:07 smithi186 bash[23727]: cluster 2024-03-21T13:42:06.437506+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-03-21T13:42:07.614 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:42:07 smithi186 bash[23727]: cluster 2024-03-21T13:42:07.339862+0000 mon.a (mon.0) 512 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 2/6 objects degraded (33.333%), 1 pg degraded) 2024-03-21T13:42:07.614 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:42:07 smithi186 bash[23727]: cluster 2024-03-21T13:42:07.339913+0000 mon.a (mon.0) 513 : cluster [INF] Cluster is now healthy 2024-03-21T13:42:07.769 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:42:07 smithi100 bash[21523]: cluster 2024-03-21T13:42:06.437506+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-03-21T13:42:07.769 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:42:07 smithi100 bash[21523]: cluster 2024-03-21T13:42:07.339862+0000 mon.a (mon.0) 512 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 2/6 objects degraded (33.333%), 1 pg degraded) 2024-03-21T13:42:07.769 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:42:07 smithi100 bash[21523]: cluster 2024-03-21T13:42:07.339913+0000 mon.a (mon.0) 513 : cluster [INF] Cluster is now healthy 2024-03-21T13:42:07.773 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:42:07 smithi170 bash[22996]: cluster 2024-03-21T13:42:06.437506+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-03-21T13:42:07.773 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:42:07 smithi170 bash[22996]: cluster 2024-03-21T13:42:07.339862+0000 mon.a (mon.0) 512 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 2/6 objects degraded (33.333%), 1 pg degraded) 2024-03-21T13:42:07.773 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:42:07 smithi170 bash[22996]: cluster 2024-03-21T13:42:07.339913+0000 mon.a (mon.0) 513 : cluster [INF] Cluster is now healthy 2024-03-21T13:42:09.157 INFO:teuthology.orchestra.run.smithi186.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-03-21T13:42:09.157 INFO:teuthology.orchestra.run.smithi186.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-03-21T13:42:09.158 INFO:teuthology.orchestra.run.smithi186.stderr: stderr: 10+0 records in 2024-03-21T13:42:09.158 INFO:teuthology.orchestra.run.smithi186.stderr:10+0 records out 2024-03-21T13:42:09.158 INFO:teuthology.orchestra.run.smithi186.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0140006 s, 749 MB/s 2024-03-21T13:42:09.158 INFO:teuthology.orchestra.run.smithi186.stderr:--> Zapping successful for: 2024-03-21T13:42:09.769 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:42:09 smithi100 bash[21523]: cluster 2024-03-21T13:42:08.438075+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail; 81 KiB/s, 0 objects/s recovering 2024-03-21T13:42:09.773 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:42:09 smithi170 bash[22996]: cluster 2024-03-21T13:42:08.438075+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail; 81 KiB/s, 0 objects/s recovering 2024-03-21T13:42:09.864 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:42:09 smithi186 bash[23727]: cluster 2024-03-21T13:42:08.438075+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail; 81 KiB/s, 0 objects/s recovering 2024-03-21T13:42:09.999 DEBUG:teuthology.orchestra.run.smithi186:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ba760091cd7bd2b0d23f4825ac856ba66450e988 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81d57e16-e787-11ee-95cd-87774f69a715 -- ceph orch daemon add osd smithi186:vg_nvme/lv_3 2024-03-21T13:42:11.769 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:42:11 smithi100 bash[21523]: cephadm 2024-03-21T13:42:10.371857+0000 mgr.a (mgr.14152) 250 : cephadm [INF] Detected new or changed devices on smithi186 2024-03-21T13:42:11.769 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:42:11 smithi100 bash[21523]: audit 2024-03-21T13:42:10.381121+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:42:11.769 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:42:11 smithi100 bash[21523]: audit 2024-03-21T13:42:10.389761+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:42:11.769 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:42:11 smithi100 bash[21523]: audit 2024-03-21T13:42:10.391843+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:42:11.769 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:42:11 smithi100 bash[21523]: audit 2024-03-21T13:42:10.399824+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:42:11.769 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:42:11 smithi100 bash[21523]: audit 2024-03-21T13:42:10.403914+0000 mon.a (mon.0) 518 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:42:11.769 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:42:11 smithi100 bash[21523]: audit 2024-03-21T13:42:10.405711+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:42:11.769 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:42:11 smithi100 bash[21523]: audit 2024-03-21T13:42:10.415888+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:42:11.773 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:42:11 smithi170 bash[22996]: cephadm 2024-03-21T13:42:10.371857+0000 mgr.a (mgr.14152) 250 : cephadm [INF] Detected new or changed devices on smithi186 2024-03-21T13:42:11.773 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:42:11 smithi170 bash[22996]: audit 2024-03-21T13:42:10.381121+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:42:11.773 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:42:11 smithi170 bash[22996]: audit 2024-03-21T13:42:10.389761+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:42:11.773 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:42:11 smithi170 bash[22996]: audit 2024-03-21T13:42:10.391843+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:42:11.773 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:42:11 smithi170 bash[22996]: audit 2024-03-21T13:42:10.399824+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:42:11.773 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:42:11 smithi170 bash[22996]: audit 2024-03-21T13:42:10.403914+0000 mon.a (mon.0) 518 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:42:11.773 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:42:11 smithi170 bash[22996]: audit 2024-03-21T13:42:10.405711+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:42:11.774 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:42:11 smithi170 bash[22996]: audit 2024-03-21T13:42:10.415888+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:42:11.864 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:42:11 smithi186 bash[23727]: cephadm 2024-03-21T13:42:10.371857+0000 mgr.a (mgr.14152) 250 : cephadm [INF] Detected new or changed devices on smithi186 2024-03-21T13:42:11.864 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:42:11 smithi186 bash[23727]: audit 2024-03-21T13:42:10.381121+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:42:11.864 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:42:11 smithi186 bash[23727]: audit 2024-03-21T13:42:10.389761+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:42:11.864 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:42:11 smithi186 bash[23727]: audit 2024-03-21T13:42:10.391843+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:42:11.864 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:42:11 smithi186 bash[23727]: audit 2024-03-21T13:42:10.399824+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:42:11.864 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:42:11 smithi186 bash[23727]: audit 2024-03-21T13:42:10.403914+0000 mon.a (mon.0) 518 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:42:11.865 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:42:11 smithi186 bash[23727]: audit 2024-03-21T13:42:10.405711+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:42:11.865 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:42:11 smithi186 bash[23727]: audit 2024-03-21T13:42:10.415888+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:42:12.768 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:42:12 smithi100 bash[21523]: cephadm 2024-03-21T13:42:10.393312+0000 mgr.a (mgr.14152) 251 : cephadm [INF] Adjusting osd_memory_target on smithi186 to 21361M 2024-03-21T13:42:12.768 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:42:12 smithi100 bash[21523]: cluster 2024-03-21T13:42:10.438680+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail; 71 KiB/s, 0 objects/s recovering 2024-03-21T13:42:12.773 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:42:12 smithi170 bash[22996]: cephadm 2024-03-21T13:42:10.393312+0000 mgr.a (mgr.14152) 251 : cephadm [INF] Adjusting osd_memory_target on smithi186 to 21361M 2024-03-21T13:42:12.773 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:42:12 smithi170 bash[22996]: cluster 2024-03-21T13:42:10.438680+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail; 71 KiB/s, 0 objects/s recovering 2024-03-21T13:42:12.864 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:42:12 smithi186 bash[23727]: cephadm 2024-03-21T13:42:10.393312+0000 mgr.a (mgr.14152) 251 : cephadm [INF] Adjusting osd_memory_target on smithi186 to 21361M 2024-03-21T13:42:12.864 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:42:12 smithi186 bash[23727]: cluster 2024-03-21T13:42:10.438680+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail; 71 KiB/s, 0 objects/s recovering 2024-03-21T13:42:14.706 INFO:teuthology.orchestra.run.smithi186.stderr:Inferring config /var/lib/ceph/81d57e16-e787-11ee-95cd-87774f69a715/mon.c/config 2024-03-21T13:42:14.729 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:42:14 smithi186 bash[23727]: cluster 2024-03-21T13:42:12.439270+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-03-21T13:42:14.768 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:42:14 smithi100 bash[21523]: cluster 2024-03-21T13:42:12.439270+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-03-21T13:42:14.772 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:42:14 smithi170 bash[22996]: cluster 2024-03-21T13:42:12.439270+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-03-21T13:42:15.658 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:42:15 smithi186 bash[23727]: cluster 2024-03-21T13:42:14.439809+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail; 52 KiB/s, 0 objects/s recovering 2024-03-21T13:42:15.768 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:42:15 smithi100 bash[21523]: cluster 2024-03-21T13:42:14.439809+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail; 52 KiB/s, 0 objects/s recovering 2024-03-21T13:42:15.772 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:42:15 smithi170 bash[22996]: cluster 2024-03-21T13:42:14.439809+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail; 52 KiB/s, 0 objects/s recovering 2024-03-21T13:42:17.768 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:42:17 smithi100 bash[21523]: cluster 2024-03-21T13:42:16.440369+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-03-21T13:42:17.769 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:42:17 smithi100 bash[21523]: audit 2024-03-21T13:42:17.439102+0000 mon.a (mon.0) 521 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T13:42:17.769 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:42:17 smithi100 bash[21523]: audit 2024-03-21T13:42:17.445560+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T13:42:17.769 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:42:17 smithi100 bash[21523]: audit 2024-03-21T13:42:17.447356+0000 mon.a (mon.0) 523 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:42:17.773 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:42:17 smithi170 bash[22996]: cluster 2024-03-21T13:42:16.440369+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-03-21T13:42:17.773 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:42:17 smithi170 bash[22996]: audit 2024-03-21T13:42:17.439102+0000 mon.a (mon.0) 521 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T13:42:17.773 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:42:17 smithi170 bash[22996]: audit 2024-03-21T13:42:17.445560+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T13:42:17.773 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:42:17 smithi170 bash[22996]: audit 2024-03-21T13:42:17.447356+0000 mon.a (mon.0) 523 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:42:17.864 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:42:17 smithi186 bash[23727]: cluster 2024-03-21T13:42:16.440369+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-03-21T13:42:17.864 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:42:17 smithi186 bash[23727]: audit 2024-03-21T13:42:17.439102+0000 mon.a (mon.0) 521 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T13:42:17.864 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:42:17 smithi186 bash[23727]: audit 2024-03-21T13:42:17.445560+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T13:42:17.864 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:42:17 smithi186 bash[23727]: audit 2024-03-21T13:42:17.447356+0000 mon.a (mon.0) 523 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:42:19.018 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:42:18 smithi100 bash[21523]: audit 2024-03-21T13:42:17.431719+0000 mgr.a (mgr.14152) 256 : audit [DBG] from='client.24190 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi186:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:42:19.022 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:42:18 smithi170 bash[22996]: audit 2024-03-21T13:42:17.431719+0000 mgr.a (mgr.14152) 256 : audit [DBG] from='client.24190 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi186:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:42:19.114 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:42:18 smithi186 bash[23727]: audit 2024-03-21T13:42:17.431719+0000 mgr.a (mgr.14152) 256 : audit [DBG] from='client.24190 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi186:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:42:20.021 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:42:19 smithi100 bash[21523]: cluster 2024-03-21T13:42:18.440904+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T13:42:20.022 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:42:19 smithi170 bash[22996]: cluster 2024-03-21T13:42:18.440904+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T13:42:20.114 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:42:19 smithi186 bash[23727]: cluster 2024-03-21T13:42:18.440904+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T13:42:22.018 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:42:21 smithi100 bash[21523]: cluster 2024-03-21T13:42:20.441444+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T13:42:22.022 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:42:21 smithi170 bash[22996]: cluster 2024-03-21T13:42:20.441444+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T13:42:22.114 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:42:21 smithi186 bash[23727]: cluster 2024-03-21T13:42:20.441444+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T13:42:23.863 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:42:23 smithi186 bash[23727]: cluster 2024-03-21T13:42:22.442036+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T13:42:24.018 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:42:23 smithi100 bash[21523]: cluster 2024-03-21T13:42:22.442036+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T13:42:24.022 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:42:23 smithi170 bash[22996]: cluster 2024-03-21T13:42:22.442036+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T13:42:26.018 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:42:25 smithi100 bash[21523]: cluster 2024-03-21T13:42:24.442540+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T13:42:26.019 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:42:25 smithi100 bash[21523]: audit 2024-03-21T13:42:25.588369+0000 mon.c (mon.1) 10 : audit [INF] from='client.? 172.21.15.186:0/1958997012' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8e0d1aaa-7cd4-4123-b8fd-a913ce47653b"}]: dispatch 2024-03-21T13:42:26.019 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:42:25 smithi100 bash[21523]: audit 2024-03-21T13:42:25.591513+0000 mon.a (mon.0) 524 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8e0d1aaa-7cd4-4123-b8fd-a913ce47653b"}]: dispatch 2024-03-21T13:42:26.019 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:42:25 smithi100 bash[21523]: audit 2024-03-21T13:42:25.594874+0000 mon.a (mon.0) 525 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8e0d1aaa-7cd4-4123-b8fd-a913ce47653b"}]': finished 2024-03-21T13:42:26.019 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:42:25 smithi100 bash[21523]: cluster 2024-03-21T13:42:25.600048+0000 mon.a (mon.0) 526 : cluster [DBG] osdmap e39: 6 total, 5 up, 6 in 2024-03-21T13:42:26.019 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:42:25 smithi100 bash[21523]: audit 2024-03-21T13:42:25.600534+0000 mon.a (mon.0) 527 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T13:42:26.023 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:42:25 smithi170 bash[22996]: cluster 2024-03-21T13:42:24.442540+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T13:42:26.023 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:42:25 smithi170 bash[22996]: audit 2024-03-21T13:42:25.588369+0000 mon.c (mon.1) 10 : audit [INF] from='client.? 172.21.15.186:0/1958997012' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8e0d1aaa-7cd4-4123-b8fd-a913ce47653b"}]: dispatch 2024-03-21T13:42:26.023 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:42:25 smithi170 bash[22996]: audit 2024-03-21T13:42:25.591513+0000 mon.a (mon.0) 524 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8e0d1aaa-7cd4-4123-b8fd-a913ce47653b"}]: dispatch 2024-03-21T13:42:26.023 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:42:25 smithi170 bash[22996]: audit 2024-03-21T13:42:25.594874+0000 mon.a (mon.0) 525 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8e0d1aaa-7cd4-4123-b8fd-a913ce47653b"}]': finished 2024-03-21T13:42:26.023 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:42:25 smithi170 bash[22996]: cluster 2024-03-21T13:42:25.600048+0000 mon.a (mon.0) 526 : cluster [DBG] osdmap e39: 6 total, 5 up, 6 in 2024-03-21T13:42:26.023 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:42:25 smithi170 bash[22996]: audit 2024-03-21T13:42:25.600534+0000 mon.a (mon.0) 527 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T13:42:26.114 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:42:25 smithi186 bash[23727]: cluster 2024-03-21T13:42:24.442540+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T13:42:26.114 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:42:25 smithi186 bash[23727]: audit 2024-03-21T13:42:25.588369+0000 mon.c (mon.1) 10 : audit [INF] from='client.? 172.21.15.186:0/1958997012' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8e0d1aaa-7cd4-4123-b8fd-a913ce47653b"}]: dispatch 2024-03-21T13:42:26.114 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:42:25 smithi186 bash[23727]: audit 2024-03-21T13:42:25.591513+0000 mon.a (mon.0) 524 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8e0d1aaa-7cd4-4123-b8fd-a913ce47653b"}]: dispatch 2024-03-21T13:42:26.114 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:42:25 smithi186 bash[23727]: audit 2024-03-21T13:42:25.594874+0000 mon.a (mon.0) 525 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8e0d1aaa-7cd4-4123-b8fd-a913ce47653b"}]': finished 2024-03-21T13:42:26.114 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:42:25 smithi186 bash[23727]: cluster 2024-03-21T13:42:25.600048+0000 mon.a (mon.0) 526 : cluster [DBG] osdmap e39: 6 total, 5 up, 6 in 2024-03-21T13:42:26.114 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:42:25 smithi186 bash[23727]: audit 2024-03-21T13:42:25.600534+0000 mon.a (mon.0) 527 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T13:42:27.018 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:42:26 smithi100 bash[21523]: audit 2024-03-21T13:42:26.276233+0000 mon.c (mon.1) 11 : audit [DBG] from='client.? 172.21.15.186:0/1472859954' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T13:42:27.022 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:42:26 smithi170 bash[22996]: audit 2024-03-21T13:42:26.276233+0000 mon.c (mon.1) 11 : audit [DBG] from='client.? 172.21.15.186:0/1472859954' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T13:42:27.114 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:42:26 smithi186 bash[23727]: audit 2024-03-21T13:42:26.276233+0000 mon.c (mon.1) 11 : audit [DBG] from='client.? 172.21.15.186:0/1472859954' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T13:42:28.018 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:42:27 smithi100 bash[21523]: cluster 2024-03-21T13:42:26.443073+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T13:42:28.022 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:42:27 smithi170 bash[22996]: cluster 2024-03-21T13:42:26.443073+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T13:42:28.113 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:42:27 smithi186 bash[23727]: cluster 2024-03-21T13:42:26.443073+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T13:42:30.018 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:42:29 smithi100 bash[21523]: cluster 2024-03-21T13:42:28.443601+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T13:42:30.023 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:42:29 smithi170 bash[22996]: cluster 2024-03-21T13:42:28.443601+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T13:42:30.113 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:42:29 smithi186 bash[23727]: cluster 2024-03-21T13:42:28.443601+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T13:42:32.018 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:42:31 smithi100 bash[21523]: cluster 2024-03-21T13:42:30.444121+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T13:42:32.022 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:42:31 smithi170 bash[22996]: cluster 2024-03-21T13:42:30.444121+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T13:42:32.114 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:42:31 smithi186 bash[23727]: cluster 2024-03-21T13:42:30.444121+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T13:42:34.018 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:42:33 smithi100 bash[21523]: cluster 2024-03-21T13:42:32.444682+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T13:42:34.022 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:42:33 smithi170 bash[22996]: cluster 2024-03-21T13:42:32.444682+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T13:42:34.113 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:42:33 smithi186 bash[23727]: cluster 2024-03-21T13:42:32.444682+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T13:42:36.018 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:42:35 smithi100 bash[21523]: cluster 2024-03-21T13:42:34.445213+0000 mgr.a (mgr.14152) 265 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T13:42:36.022 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:42:35 smithi170 bash[22996]: cluster 2024-03-21T13:42:34.445213+0000 mgr.a (mgr.14152) 265 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T13:42:36.113 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:42:35 smithi186 bash[23727]: cluster 2024-03-21T13:42:34.445213+0000 mgr.a (mgr.14152) 265 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T13:42:38.018 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:42:37 smithi100 bash[21523]: cluster 2024-03-21T13:42:36.445749+0000 mgr.a (mgr.14152) 266 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T13:42:38.018 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:42:37 smithi100 bash[21523]: audit 2024-03-21T13:42:37.700738+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-03-21T13:42:38.018 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:42:37 smithi100 bash[21523]: audit 2024-03-21T13:42:37.702413+0000 mon.a (mon.0) 529 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:42:38.022 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:42:37 smithi170 bash[22996]: cluster 2024-03-21T13:42:36.445749+0000 mgr.a (mgr.14152) 266 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T13:42:38.022 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:42:37 smithi170 bash[22996]: audit 2024-03-21T13:42:37.700738+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-03-21T13:42:38.022 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:42:37 smithi170 bash[22996]: audit 2024-03-21T13:42:37.702413+0000 mon.a (mon.0) 529 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:42:38.113 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:42:37 smithi186 bash[23727]: cluster 2024-03-21T13:42:36.445749+0000 mgr.a (mgr.14152) 266 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T13:42:38.114 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:42:37 smithi186 bash[23727]: audit 2024-03-21T13:42:37.700738+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-03-21T13:42:38.114 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:42:37 smithi186 bash[23727]: audit 2024-03-21T13:42:37.702413+0000 mon.a (mon.0) 529 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:42:39.018 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:42:38 smithi100 bash[21523]: cephadm 2024-03-21T13:42:37.703883+0000 mgr.a (mgr.14152) 267 : cephadm [INF] Deploying daemon osd.5 on smithi186 2024-03-21T13:42:39.022 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:42:38 smithi170 bash[22996]: cephadm 2024-03-21T13:42:37.703883+0000 mgr.a (mgr.14152) 267 : cephadm [INF] Deploying daemon osd.5 on smithi186 2024-03-21T13:42:39.046 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:42:38 smithi186 bash[23727]: cephadm 2024-03-21T13:42:37.703883+0000 mgr.a (mgr.14152) 267 : cephadm [INF] Deploying daemon osd.5 on smithi186 2024-03-21T13:42:40.018 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:42:39 smithi100 bash[21523]: cluster 2024-03-21T13:42:38.446286+0000 mgr.a (mgr.14152) 268 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T13:42:40.022 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:42:39 smithi170 bash[22996]: cluster 2024-03-21T13:42:38.446286+0000 mgr.a (mgr.14152) 268 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T13:42:40.113 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:42:39 smithi186 bash[23727]: cluster 2024-03-21T13:42:38.446286+0000 mgr.a (mgr.14152) 268 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T13:42:41.811 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:42:41 smithi186 systemd[1]: /etc/systemd/system/ceph-81d57e16-e787-11ee-95cd-87774f69a715@.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-03-21T13:42:41.811 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:42:41 smithi186 bash[23727]: cluster 2024-03-21T13:42:40.446826+0000 mgr.a (mgr.14152) 269 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T13:42:41.811 INFO:journalctl@ceph.osd.4.smithi186.stdout:Mar 21 13:42:41 smithi186 systemd[1]: /etc/systemd/system/ceph-81d57e16-e787-11ee-95cd-87774f69a715@.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-03-21T13:42:42.022 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:42:41 smithi170 bash[22996]: cluster 2024-03-21T13:42:40.446826+0000 mgr.a (mgr.14152) 269 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T13:42:42.080 INFO:journalctl@ceph.osd.4.smithi186.stdout:Mar 21 13:42:41 smithi186 systemd[1]: /etc/systemd/system/ceph-81d57e16-e787-11ee-95cd-87774f69a715@.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-03-21T13:42:42.081 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:42:41 smithi186 systemd[1]: /etc/systemd/system/ceph-81d57e16-e787-11ee-95cd-87774f69a715@.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-03-21T13:42:42.268 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:42:41 smithi100 bash[21523]: cluster 2024-03-21T13:42:40.446826+0000 mgr.a (mgr.14152) 269 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T13:42:43.363 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:42:43 smithi186 bash[23727]: audit 2024-03-21T13:42:42.089093+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:42:43.364 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:42:43 smithi186 bash[23727]: audit 2024-03-21T13:42:42.097910+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:42:43.364 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:42:43 smithi186 bash[23727]: audit 2024-03-21T13:42:42.119855+0000 mon.a (mon.0) 532 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:42:43.518 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:42:43 smithi100 bash[21523]: audit 2024-03-21T13:42:42.089093+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:42:43.518 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:42:43 smithi100 bash[21523]: audit 2024-03-21T13:42:42.097910+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:42:43.518 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:42:43 smithi100 bash[21523]: audit 2024-03-21T13:42:42.119855+0000 mon.a (mon.0) 532 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:42:43.522 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:42:43 smithi170 bash[22996]: audit 2024-03-21T13:42:42.089093+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:42:43.522 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:42:43 smithi170 bash[22996]: audit 2024-03-21T13:42:42.097910+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:42:43.522 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:42:43 smithi170 bash[22996]: audit 2024-03-21T13:42:42.119855+0000 mon.a (mon.0) 532 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:42:44.363 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:42:44 smithi186 bash[23727]: cluster 2024-03-21T13:42:42.447363+0000 mgr.a (mgr.14152) 270 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T13:42:44.518 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:42:44 smithi100 bash[21523]: cluster 2024-03-21T13:42:42.447363+0000 mgr.a (mgr.14152) 270 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T13:42:44.522 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:42:44 smithi170 bash[22996]: cluster 2024-03-21T13:42:42.447363+0000 mgr.a (mgr.14152) 270 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T13:42:46.363 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:42:46 smithi186 bash[23727]: cluster 2024-03-21T13:42:44.447816+0000 mgr.a (mgr.14152) 271 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T13:42:46.518 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:42:46 smithi100 bash[21523]: cluster 2024-03-21T13:42:44.447816+0000 mgr.a (mgr.14152) 271 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T13:42:46.522 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:42:46 smithi170 bash[22996]: cluster 2024-03-21T13:42:44.447816+0000 mgr.a (mgr.14152) 271 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T13:42:48.363 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:42:48 smithi186 bash[23727]: cluster 2024-03-21T13:42:46.448376+0000 mgr.a (mgr.14152) 272 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T13:42:48.364 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:42:48 smithi186 bash[23727]: audit 2024-03-21T13:42:47.411605+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:42:48.364 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:42:48 smithi186 bash[23727]: audit 2024-03-21T13:42:47.420796+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:42:48.518 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:42:48 smithi100 bash[21523]: cluster 2024-03-21T13:42:46.448376+0000 mgr.a (mgr.14152) 272 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T13:42:48.518 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:42:48 smithi100 bash[21523]: audit 2024-03-21T13:42:47.411605+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:42:48.518 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:42:48 smithi100 bash[21523]: audit 2024-03-21T13:42:47.420796+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:42:48.522 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:42:48 smithi170 bash[22996]: cluster 2024-03-21T13:42:46.448376+0000 mgr.a (mgr.14152) 272 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T13:42:48.522 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:42:48 smithi170 bash[22996]: audit 2024-03-21T13:42:47.411605+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:42:48.522 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:42:48 smithi170 bash[22996]: audit 2024-03-21T13:42:47.420796+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:42:49.363 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:42:49 smithi186 bash[23727]: audit 2024-03-21T13:42:48.105741+0000 mon.a (mon.0) 535 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:42:49.364 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:42:49 smithi186 bash[23727]: audit 2024-03-21T13:42:48.116136+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:42:49.364 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:42:49 smithi186 bash[23727]: audit 2024-03-21T13:42:48.125760+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:42:49.364 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:42:49 smithi186 bash[23727]: audit 2024-03-21T13:42:48.622061+0000 mon.c (mon.1) 12 : audit [INF] from='osd.5 [v2:172.21.15.186:6808/825046697,v1:172.21.15.186:6809/825046697]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-03-21T13:42:49.364 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:42:49 smithi186 bash[23727]: audit 2024-03-21T13:42:48.625157+0000 mon.a (mon.0) 538 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-03-21T13:42:49.518 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:42:49 smithi100 bash[21523]: audit 2024-03-21T13:42:48.105741+0000 mon.a (mon.0) 535 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:42:49.518 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:42:49 smithi100 bash[21523]: audit 2024-03-21T13:42:48.116136+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:42:49.518 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:42:49 smithi100 bash[21523]: audit 2024-03-21T13:42:48.125760+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:42:49.518 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:42:49 smithi100 bash[21523]: audit 2024-03-21T13:42:48.622061+0000 mon.c (mon.1) 12 : audit [INF] from='osd.5 [v2:172.21.15.186:6808/825046697,v1:172.21.15.186:6809/825046697]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-03-21T13:42:49.518 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:42:49 smithi100 bash[21523]: audit 2024-03-21T13:42:48.625157+0000 mon.a (mon.0) 538 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-03-21T13:42:49.522 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:42:49 smithi170 bash[22996]: audit 2024-03-21T13:42:48.105741+0000 mon.a (mon.0) 535 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:42:49.522 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:42:49 smithi170 bash[22996]: audit 2024-03-21T13:42:48.116136+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:42:49.522 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:42:49 smithi170 bash[22996]: audit 2024-03-21T13:42:48.125760+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:42:49.522 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:42:49 smithi170 bash[22996]: audit 2024-03-21T13:42:48.622061+0000 mon.c (mon.1) 12 : audit [INF] from='osd.5 [v2:172.21.15.186:6808/825046697,v1:172.21.15.186:6809/825046697]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-03-21T13:42:49.522 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:42:49 smithi170 bash[22996]: audit 2024-03-21T13:42:48.625157+0000 mon.a (mon.0) 538 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-03-21T13:42:50.364 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:42:50 smithi186 bash[23727]: cluster 2024-03-21T13:42:48.448836+0000 mgr.a (mgr.14152) 273 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T13:42:50.364 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:42:50 smithi186 bash[23727]: audit 2024-03-21T13:42:49.135452+0000 mon.a (mon.0) 539 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-03-21T13:42:50.364 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:42:50 smithi186 bash[23727]: audit 2024-03-21T13:42:49.138872+0000 mon.c (mon.1) 13 : audit [INF] from='osd.5 [v2:172.21.15.186:6808/825046697,v1:172.21.15.186:6809/825046697]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi186", "root=default"]}]: dispatch 2024-03-21T13:42:50.364 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:42:50 smithi186 bash[23727]: cluster 2024-03-21T13:42:49.143435+0000 mon.a (mon.0) 540 : cluster [DBG] osdmap e40: 6 total, 5 up, 6 in 2024-03-21T13:42:50.364 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:42:50 smithi186 bash[23727]: audit 2024-03-21T13:42:49.144304+0000 mon.a (mon.0) 541 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T13:42:50.364 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:42:50 smithi186 bash[23727]: audit 2024-03-21T13:42:49.144812+0000 mon.a (mon.0) 542 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi186", "root=default"]}]: dispatch 2024-03-21T13:42:50.518 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:42:50 smithi100 bash[21523]: cluster 2024-03-21T13:42:48.448836+0000 mgr.a (mgr.14152) 273 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T13:42:50.518 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:42:50 smithi100 bash[21523]: audit 2024-03-21T13:42:49.135452+0000 mon.a (mon.0) 539 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-03-21T13:42:50.518 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:42:50 smithi100 bash[21523]: audit 2024-03-21T13:42:49.138872+0000 mon.c (mon.1) 13 : audit [INF] from='osd.5 [v2:172.21.15.186:6808/825046697,v1:172.21.15.186:6809/825046697]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi186", "root=default"]}]: dispatch 2024-03-21T13:42:50.518 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:42:50 smithi100 bash[21523]: cluster 2024-03-21T13:42:49.143435+0000 mon.a (mon.0) 540 : cluster [DBG] osdmap e40: 6 total, 5 up, 6 in 2024-03-21T13:42:50.518 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:42:50 smithi100 bash[21523]: audit 2024-03-21T13:42:49.144304+0000 mon.a (mon.0) 541 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T13:42:50.518 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:42:50 smithi100 bash[21523]: audit 2024-03-21T13:42:49.144812+0000 mon.a (mon.0) 542 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi186", "root=default"]}]: dispatch 2024-03-21T13:42:50.522 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:42:50 smithi170 bash[22996]: cluster 2024-03-21T13:42:48.448836+0000 mgr.a (mgr.14152) 273 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T13:42:50.522 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:42:50 smithi170 bash[22996]: audit 2024-03-21T13:42:49.135452+0000 mon.a (mon.0) 539 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-03-21T13:42:50.522 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:42:50 smithi170 bash[22996]: audit 2024-03-21T13:42:49.138872+0000 mon.c (mon.1) 13 : audit [INF] from='osd.5 [v2:172.21.15.186:6808/825046697,v1:172.21.15.186:6809/825046697]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi186", "root=default"]}]: dispatch 2024-03-21T13:42:50.522 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:42:50 smithi170 bash[22996]: cluster 2024-03-21T13:42:49.143435+0000 mon.a (mon.0) 540 : cluster [DBG] osdmap e40: 6 total, 5 up, 6 in 2024-03-21T13:42:50.523 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:42:50 smithi170 bash[22996]: audit 2024-03-21T13:42:49.144304+0000 mon.a (mon.0) 541 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T13:42:50.523 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:42:50 smithi170 bash[22996]: audit 2024-03-21T13:42:49.144812+0000 mon.a (mon.0) 542 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi186", "root=default"]}]: dispatch 2024-03-21T13:42:50.721 INFO:teuthology.orchestra.run.smithi186.stdout:Created osd(s) 5 on host 'smithi186' 2024-03-21T13:42:51.321 DEBUG:teuthology.orchestra.run.smithi186:osd.5> sudo journalctl -f -n 0 -u ceph-81d57e16-e787-11ee-95cd-87774f69a715@osd.5.service 2024-03-21T13:42:51.324 INFO:tasks.cephadm:Waiting for 6 OSDs to come up... 2024-03-21T13:42:51.325 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ba760091cd7bd2b0d23f4825ac856ba66450e988 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81d57e16-e787-11ee-95cd-87774f69a715 -- ceph osd stat -f json 2024-03-21T13:42:51.518 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:42:51 smithi100 bash[21523]: audit 2024-03-21T13:42:50.140017+0000 mon.a (mon.0) 543 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi186", "root=default"]}]': finished 2024-03-21T13:42:51.518 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:42:51 smithi100 bash[21523]: cluster 2024-03-21T13:42:50.147617+0000 mon.a (mon.0) 544 : cluster [DBG] osdmap e41: 6 total, 5 up, 6 in 2024-03-21T13:42:51.518 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:42:51 smithi100 bash[21523]: audit 2024-03-21T13:42:50.148598+0000 mon.a (mon.0) 545 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T13:42:51.518 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:42:51 smithi100 bash[21523]: audit 2024-03-21T13:42:50.160575+0000 mon.a (mon.0) 546 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T13:42:51.518 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:42:51 smithi100 bash[21523]: audit 2024-03-21T13:42:50.715230+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:42:51.518 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:42:51 smithi100 bash[21523]: audit 2024-03-21T13:42:50.724224+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:42:51.518 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:42:51 smithi100 bash[21523]: audit 2024-03-21T13:42:50.751442+0000 mon.a (mon.0) 549 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:42:51.518 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:42:51 smithi100 bash[21523]: cluster 2024-03-21T13:42:51.148245+0000 mon.a (mon.0) 550 : cluster [INF] osd.5 [v2:172.21.15.186:6808/825046697,v1:172.21.15.186:6809/825046697] boot 2024-03-21T13:42:51.518 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:42:51 smithi100 bash[21523]: cluster 2024-03-21T13:42:51.148413+0000 mon.a (mon.0) 551 : cluster [DBG] osdmap e42: 6 total, 6 up, 6 in 2024-03-21T13:42:51.518 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:42:51 smithi100 bash[21523]: audit 2024-03-21T13:42:51.148680+0000 mon.a (mon.0) 552 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T13:42:51.522 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:42:51 smithi170 bash[22996]: audit 2024-03-21T13:42:50.140017+0000 mon.a (mon.0) 543 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi186", "root=default"]}]': finished 2024-03-21T13:42:51.522 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:42:51 smithi170 bash[22996]: cluster 2024-03-21T13:42:50.147617+0000 mon.a (mon.0) 544 : cluster [DBG] osdmap e41: 6 total, 5 up, 6 in 2024-03-21T13:42:51.522 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:42:51 smithi170 bash[22996]: audit 2024-03-21T13:42:50.148598+0000 mon.a (mon.0) 545 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T13:42:51.523 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:42:51 smithi170 bash[22996]: audit 2024-03-21T13:42:50.160575+0000 mon.a (mon.0) 546 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T13:42:51.523 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:42:51 smithi170 bash[22996]: audit 2024-03-21T13:42:50.715230+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:42:51.523 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:42:51 smithi170 bash[22996]: audit 2024-03-21T13:42:50.724224+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:42:51.523 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:42:51 smithi170 bash[22996]: audit 2024-03-21T13:42:50.751442+0000 mon.a (mon.0) 549 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:42:51.523 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:42:51 smithi170 bash[22996]: cluster 2024-03-21T13:42:51.148245+0000 mon.a (mon.0) 550 : cluster [INF] osd.5 [v2:172.21.15.186:6808/825046697,v1:172.21.15.186:6809/825046697] boot 2024-03-21T13:42:51.523 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:42:51 smithi170 bash[22996]: cluster 2024-03-21T13:42:51.148413+0000 mon.a (mon.0) 551 : cluster [DBG] osdmap e42: 6 total, 6 up, 6 in 2024-03-21T13:42:51.523 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:42:51 smithi170 bash[22996]: audit 2024-03-21T13:42:51.148680+0000 mon.a (mon.0) 552 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T13:42:51.614 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:42:51 smithi186 bash[23727]: audit 2024-03-21T13:42:50.140017+0000 mon.a (mon.0) 543 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi186", "root=default"]}]': finished 2024-03-21T13:42:51.614 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:42:51 smithi186 bash[23727]: cluster 2024-03-21T13:42:50.147617+0000 mon.a (mon.0) 544 : cluster [DBG] osdmap e41: 6 total, 5 up, 6 in 2024-03-21T13:42:51.614 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:42:51 smithi186 bash[23727]: audit 2024-03-21T13:42:50.148598+0000 mon.a (mon.0) 545 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T13:42:51.614 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:42:51 smithi186 bash[23727]: audit 2024-03-21T13:42:50.160575+0000 mon.a (mon.0) 546 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T13:42:51.614 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:42:51 smithi186 bash[23727]: audit 2024-03-21T13:42:50.715230+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:42:51.614 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:42:51 smithi186 bash[23727]: audit 2024-03-21T13:42:50.724224+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:42:51.614 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:42:51 smithi186 bash[23727]: audit 2024-03-21T13:42:50.751442+0000 mon.a (mon.0) 549 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:42:51.614 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:42:51 smithi186 bash[23727]: cluster 2024-03-21T13:42:51.148245+0000 mon.a (mon.0) 550 : cluster [INF] osd.5 [v2:172.21.15.186:6808/825046697,v1:172.21.15.186:6809/825046697] boot 2024-03-21T13:42:51.614 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:42:51 smithi186 bash[23727]: cluster 2024-03-21T13:42:51.148413+0000 mon.a (mon.0) 551 : cluster [DBG] osdmap e42: 6 total, 6 up, 6 in 2024-03-21T13:42:51.614 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:42:51 smithi186 bash[23727]: audit 2024-03-21T13:42:51.148680+0000 mon.a (mon.0) 552 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T13:42:52.518 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:42:52 smithi100 bash[21523]: cluster 2024-03-21T13:42:49.627510+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T13:42:52.518 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:42:52 smithi100 bash[21523]: cluster 2024-03-21T13:42:49.627619+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T13:42:52.518 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:42:52 smithi100 bash[21523]: cluster 2024-03-21T13:42:50.449364+0000 mgr.a (mgr.14152) 274 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T13:42:52.518 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:42:52 smithi100 bash[21523]: cluster 2024-03-21T13:42:52.152319+0000 mon.a (mon.0) 553 : cluster [DBG] osdmap e43: 6 total, 6 up, 6 in 2024-03-21T13:42:52.522 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:42:52 smithi170 bash[22996]: cluster 2024-03-21T13:42:49.627510+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T13:42:52.522 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:42:52 smithi170 bash[22996]: cluster 2024-03-21T13:42:49.627619+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T13:42:52.522 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:42:52 smithi170 bash[22996]: cluster 2024-03-21T13:42:50.449364+0000 mgr.a (mgr.14152) 274 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T13:42:52.522 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:42:52 smithi170 bash[22996]: cluster 2024-03-21T13:42:52.152319+0000 mon.a (mon.0) 553 : cluster [DBG] osdmap e43: 6 total, 6 up, 6 in 2024-03-21T13:42:52.613 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:42:52 smithi186 bash[23727]: cluster 2024-03-21T13:42:49.627510+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T13:42:52.614 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:42:52 smithi186 bash[23727]: cluster 2024-03-21T13:42:49.627619+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T13:42:52.614 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:42:52 smithi186 bash[23727]: cluster 2024-03-21T13:42:50.449364+0000 mgr.a (mgr.14152) 274 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T13:42:52.614 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:42:52 smithi186 bash[23727]: cluster 2024-03-21T13:42:52.152319+0000 mon.a (mon.0) 553 : cluster [DBG] osdmap e43: 6 total, 6 up, 6 in 2024-03-21T13:42:54.518 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:42:54 smithi100 bash[21523]: cluster 2024-03-21T13:42:52.449877+0000 mgr.a (mgr.14152) 275 : cluster [DBG] pgmap v245: 1 pgs: 1 remapped+peering; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:42:54.518 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:42:54 smithi100 bash[21523]: cluster 2024-03-21T13:42:53.154933+0000 mon.a (mon.0) 554 : cluster [DBG] osdmap e44: 6 total, 6 up, 6 in 2024-03-21T13:42:54.522 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:42:54 smithi170 bash[22996]: cluster 2024-03-21T13:42:52.449877+0000 mgr.a (mgr.14152) 275 : cluster [DBG] pgmap v245: 1 pgs: 1 remapped+peering; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:42:54.522 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:42:54 smithi170 bash[22996]: cluster 2024-03-21T13:42:53.154933+0000 mon.a (mon.0) 554 : cluster [DBG] osdmap e44: 6 total, 6 up, 6 in 2024-03-21T13:42:54.613 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:42:54 smithi186 bash[23727]: cluster 2024-03-21T13:42:52.449877+0000 mgr.a (mgr.14152) 275 : cluster [DBG] pgmap v245: 1 pgs: 1 remapped+peering; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:42:54.614 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:42:54 smithi186 bash[23727]: cluster 2024-03-21T13:42:53.154933+0000 mon.a (mon.0) 554 : cluster [DBG] osdmap e44: 6 total, 6 up, 6 in 2024-03-21T13:42:55.518 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:42:55 smithi100 bash[21523]: cluster 2024-03-21T13:42:54.175233+0000 mon.a (mon.0) 555 : cluster [DBG] osdmap e45: 6 total, 6 up, 6 in 2024-03-21T13:42:55.522 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:42:55 smithi170 bash[22996]: cluster 2024-03-21T13:42:54.175233+0000 mon.a (mon.0) 555 : cluster [DBG] osdmap e45: 6 total, 6 up, 6 in 2024-03-21T13:42:55.613 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:42:55 smithi186 bash[23727]: cluster 2024-03-21T13:42:54.175233+0000 mon.a (mon.0) 555 : cluster [DBG] osdmap e45: 6 total, 6 up, 6 in 2024-03-21T13:42:56.059 INFO:teuthology.orchestra.run.smithi100.stderr:Inferring config /var/lib/ceph/81d57e16-e787-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T13:42:56.518 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:42:56 smithi100 bash[21523]: cluster 2024-03-21T13:42:54.450378+0000 mgr.a (mgr.14152) 276 : cluster [DBG] pgmap v248: 1 pgs: 1 remapped+peering; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:42:56.518 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:42:56 smithi100 bash[21523]: cluster 2024-03-21T13:42:55.185501+0000 mon.a (mon.0) 556 : cluster [DBG] osdmap e46: 6 total, 6 up, 6 in 2024-03-21T13:42:56.522 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:42:56 smithi170 bash[22996]: cluster 2024-03-21T13:42:54.450378+0000 mgr.a (mgr.14152) 276 : cluster [DBG] pgmap v248: 1 pgs: 1 remapped+peering; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:42:56.522 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:42:56 smithi170 bash[22996]: cluster 2024-03-21T13:42:55.185501+0000 mon.a (mon.0) 556 : cluster [DBG] osdmap e46: 6 total, 6 up, 6 in 2024-03-21T13:42:56.533 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:42:56 smithi186 bash[23727]: cluster 2024-03-21T13:42:54.450378+0000 mgr.a (mgr.14152) 276 : cluster [DBG] pgmap v248: 1 pgs: 1 remapped+peering; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:42:56.533 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:42:56 smithi186 bash[23727]: cluster 2024-03-21T13:42:55.185501+0000 mon.a (mon.0) 556 : cluster [DBG] osdmap e46: 6 total, 6 up, 6 in 2024-03-21T13:42:58.363 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:42:58 smithi186 bash[23727]: cluster 2024-03-21T13:42:56.450961+0000 mgr.a (mgr.14152) 277 : cluster [DBG] pgmap v250: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail; 134 KiB/s, 0 objects/s recovering 2024-03-21T13:42:58.518 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:42:58 smithi100 bash[21523]: cluster 2024-03-21T13:42:56.450961+0000 mgr.a (mgr.14152) 277 : cluster [DBG] pgmap v250: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail; 134 KiB/s, 0 objects/s recovering 2024-03-21T13:42:58.522 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:42:58 smithi170 bash[22996]: cluster 2024-03-21T13:42:56.450961+0000 mgr.a (mgr.14152) 277 : cluster [DBG] pgmap v250: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail; 134 KiB/s, 0 objects/s recovering 2024-03-21T13:42:59.267 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-03-21T13:43:00.040 INFO:teuthology.orchestra.run.smithi100.stdout:{"epoch":46,"num_osds":6,"num_up_osds":6,"osd_up_since":1711028571,"num_in_osds":6,"osd_in_since":1711028545,"num_remapped_pgs":0} 2024-03-21T13:43:00.040 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ba760091cd7bd2b0d23f4825ac856ba66450e988 shell --fsid 81d57e16-e787-11ee-95cd-87774f69a715 -- ceph osd dump --format=json 2024-03-21T13:43:00.518 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:43:00 smithi100 bash[21523]: cluster 2024-03-21T13:42:58.451500+0000 mgr.a (mgr.14152) 278 : cluster [DBG] pgmap v251: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-03-21T13:43:00.518 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:43:00 smithi100 bash[21523]: audit 2024-03-21T13:42:59.272173+0000 mon.a (mon.0) 557 : audit [DBG] from='client.? 172.21.15.100:0/2170458979' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-21T13:43:00.518 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:43:00 smithi100 bash[21523]: audit 2024-03-21T13:43:00.005601+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:43:00.518 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:43:00 smithi100 bash[21523]: audit 2024-03-21T13:43:00.016961+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:43:00.518 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:43:00 smithi100 bash[21523]: audit 2024-03-21T13:43:00.019565+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:43:00.519 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:43:00 smithi100 bash[21523]: audit 2024-03-21T13:43:00.020940+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:43:00.519 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:43:00 smithi100 bash[21523]: audit 2024-03-21T13:43:00.030825+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:43:00.519 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:43:00 smithi100 bash[21523]: audit 2024-03-21T13:43:00.035944+0000 mon.a (mon.0) 563 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:43:00.519 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:43:00 smithi100 bash[21523]: audit 2024-03-21T13:43:00.037434+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:43:00.519 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:43:00 smithi100 bash[21523]: audit 2024-03-21T13:43:00.048043+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:43:00.522 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:43:00 smithi170 bash[22996]: cluster 2024-03-21T13:42:58.451500+0000 mgr.a (mgr.14152) 278 : cluster [DBG] pgmap v251: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-03-21T13:43:00.523 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:43:00 smithi170 bash[22996]: audit 2024-03-21T13:42:59.272173+0000 mon.a (mon.0) 557 : audit [DBG] from='client.? 172.21.15.100:0/2170458979' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-21T13:43:00.523 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:43:00 smithi170 bash[22996]: audit 2024-03-21T13:43:00.005601+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:43:00.523 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:43:00 smithi170 bash[22996]: audit 2024-03-21T13:43:00.016961+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:43:00.523 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:43:00 smithi170 bash[22996]: audit 2024-03-21T13:43:00.019565+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:43:00.523 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:43:00 smithi170 bash[22996]: audit 2024-03-21T13:43:00.020940+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:43:00.523 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:43:00 smithi170 bash[22996]: audit 2024-03-21T13:43:00.030825+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:43:00.523 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:43:00 smithi170 bash[22996]: audit 2024-03-21T13:43:00.035944+0000 mon.a (mon.0) 563 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:43:00.523 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:43:00 smithi170 bash[22996]: audit 2024-03-21T13:43:00.037434+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:43:00.523 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:43:00 smithi170 bash[22996]: audit 2024-03-21T13:43:00.048043+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:43:00.614 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:43:00 smithi186 bash[23727]: cluster 2024-03-21T13:42:58.451500+0000 mgr.a (mgr.14152) 278 : cluster [DBG] pgmap v251: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-03-21T13:43:00.614 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:43:00 smithi186 bash[23727]: audit 2024-03-21T13:42:59.272173+0000 mon.a (mon.0) 557 : audit [DBG] from='client.? 172.21.15.100:0/2170458979' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-21T13:43:00.614 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:43:00 smithi186 bash[23727]: audit 2024-03-21T13:43:00.005601+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:43:00.614 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:43:00 smithi186 bash[23727]: audit 2024-03-21T13:43:00.016961+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:43:00.614 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:43:00 smithi186 bash[23727]: audit 2024-03-21T13:43:00.019565+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:43:00.614 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:43:00 smithi186 bash[23727]: audit 2024-03-21T13:43:00.020940+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:43:00.614 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:43:00 smithi186 bash[23727]: audit 2024-03-21T13:43:00.030825+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:43:00.614 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:43:00 smithi186 bash[23727]: audit 2024-03-21T13:43:00.035944+0000 mon.a (mon.0) 563 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:43:00.614 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:43:00 smithi186 bash[23727]: audit 2024-03-21T13:43:00.037434+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:43:00.614 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:43:00 smithi186 bash[23727]: audit 2024-03-21T13:43:00.048043+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:43:01.517 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:43:01 smithi100 bash[21523]: cephadm 2024-03-21T13:42:59.994243+0000 mgr.a (mgr.14152) 279 : cephadm [INF] Detected new or changed devices on smithi186 2024-03-21T13:43:01.518 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:43:01 smithi100 bash[21523]: cephadm 2024-03-21T13:43:00.022068+0000 mgr.a (mgr.14152) 280 : cephadm [INF] Adjusting osd_memory_target on smithi186 to 10680M 2024-03-21T13:43:01.522 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:43:01 smithi170 bash[22996]: cephadm 2024-03-21T13:42:59.994243+0000 mgr.a (mgr.14152) 279 : cephadm [INF] Detected new or changed devices on smithi186 2024-03-21T13:43:01.522 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:43:01 smithi170 bash[22996]: cephadm 2024-03-21T13:43:00.022068+0000 mgr.a (mgr.14152) 280 : cephadm [INF] Adjusting osd_memory_target on smithi186 to 10680M 2024-03-21T13:43:01.613 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:43:01 smithi186 bash[23727]: cephadm 2024-03-21T13:42:59.994243+0000 mgr.a (mgr.14152) 279 : cephadm [INF] Detected new or changed devices on smithi186 2024-03-21T13:43:01.613 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:43:01 smithi186 bash[23727]: cephadm 2024-03-21T13:43:00.022068+0000 mgr.a (mgr.14152) 280 : cephadm [INF] Adjusting osd_memory_target on smithi186 to 10680M 2024-03-21T13:43:02.517 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:43:02 smithi100 bash[21523]: cluster 2024-03-21T13:43:00.452166+0000 mgr.a (mgr.14152) 281 : cluster [DBG] pgmap v252: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail; 79 KiB/s, 0 objects/s recovering 2024-03-21T13:43:02.522 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:43:02 smithi170 bash[22996]: cluster 2024-03-21T13:43:00.452166+0000 mgr.a (mgr.14152) 281 : cluster [DBG] pgmap v252: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail; 79 KiB/s, 0 objects/s recovering 2024-03-21T13:43:02.615 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:43:02 smithi186 bash[23727]: cluster 2024-03-21T13:43:00.452166+0000 mgr.a (mgr.14152) 281 : cluster [DBG] pgmap v252: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail; 79 KiB/s, 0 objects/s recovering 2024-03-21T13:43:04.517 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:43:04 smithi100 bash[21523]: cluster 2024-03-21T13:43:02.452736+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v253: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail; 70 KiB/s, 0 objects/s recovering 2024-03-21T13:43:04.522 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:43:04 smithi170 bash[22996]: cluster 2024-03-21T13:43:02.452736+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v253: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail; 70 KiB/s, 0 objects/s recovering 2024-03-21T13:43:04.613 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:43:04 smithi186 bash[23727]: cluster 2024-03-21T13:43:02.452736+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v253: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail; 70 KiB/s, 0 objects/s recovering 2024-03-21T13:43:04.780 INFO:teuthology.orchestra.run.smithi100.stderr:Inferring config /var/lib/ceph/81d57e16-e787-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T13:43:06.267 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:43:06 smithi100 bash[21523]: cluster 2024-03-21T13:43:04.453239+0000 mgr.a (mgr.14152) 283 : cluster [DBG] pgmap v254: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-03-21T13:43:06.522 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:43:06 smithi170 bash[22996]: cluster 2024-03-21T13:43:04.453239+0000 mgr.a (mgr.14152) 283 : cluster [DBG] pgmap v254: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-03-21T13:43:06.613 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:43:06 smithi186 bash[23727]: cluster 2024-03-21T13:43:04.453239+0000 mgr.a (mgr.14152) 283 : cluster [DBG] pgmap v254: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-03-21T13:43:07.740 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-03-21T13:43:07.740 INFO:teuthology.orchestra.run.smithi100.stdout:{"epoch":46,"fsid":"81d57e16-e787-11ee-95cd-87774f69a715","created":"2024-03-21T13:34:41.554708+0000","modified":"2024-03-21T13:42:55.171169+0000","last_up_change":"2024-03-21T13:42:51.139922+0000","last_in_change":"2024-03-21T13:42:25.592553+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":14,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":6,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-03-21T13:40:23.012049+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":6,"score_stable":6,"optimal_score":0.5,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"13750fb6-727b-4d3f-97c1-d5fe31a7933c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":28,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:6802","nonce":3051055161},{"type":"v1","addr":"172.21.15.100:6803","nonce":3051055161}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:6804","nonce":3051055161},{"type":"v1","addr":"172.21.15.100:6805","nonce":3051055161}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:6808","nonce":3051055161},{"type":"v1","addr":"172.21.15.100:6809","nonce":3051055161}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:6806","nonce":3051055161},{"type":"v1","addr":"172.21.15.100:6807","nonce":3051055161}]},"public_addr":"172.21.15.100:6803/3051055161","cluster_addr":"172.21.15.100:6805/3051055161","heartbeat_back_addr":"172.21.15.100:6809/3051055161","heartbeat_front_addr":"172.21.15.100:6807/3051055161","state":["exists","up"]},{"osd":1,"uuid":"1aec3398-98b9-446d-831e-e46bced4c51f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:6810","nonce":3712483176},{"type":"v1","addr":"172.21.15.100:6811","nonce":3712483176}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:6812","nonce":3712483176},{"type":"v1","addr":"172.21.15.100:6813","nonce":3712483176}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:6816","nonce":3712483176},{"type":"v1","addr":"172.21.15.100:6817","nonce":3712483176}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:6814","nonce":3712483176},{"type":"v1","addr":"172.21.15.100:6815","nonce":3712483176}]},"public_addr":"172.21.15.100:6811/3712483176","cluster_addr":"172.21.15.100:6813/3712483176","heartbeat_back_addr":"172.21.15.100:6817/3712483176","heartbeat_front_addr":"172.21.15.100:6815/3712483176","state":["exists","up"]},{"osd":2,"uuid":"e4348a0f-97be-4dc9-9538-1cda045e832b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":20,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.170:6800","nonce":2162848076},{"type":"v1","addr":"172.21.15.170:6801","nonce":2162848076}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.170:6802","nonce":2162848076},{"type":"v1","addr":"172.21.15.170:6803","nonce":2162848076}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.170:6806","nonce":2162848076},{"type":"v1","addr":"172.21.15.170:6807","nonce":2162848076}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.170:6804","nonce":2162848076},{"type":"v1","addr":"172.21.15.170:6805","nonce":2162848076}]},"public_addr":"172.21.15.170:6801/2162848076","cluster_addr":"172.21.15.170:6803/2162848076","heartbeat_back_addr":"172.21.15.170:6807/2162848076","heartbeat_front_addr":"172.21.15.170:6805/2162848076","state":["exists","up"]},{"osd":3,"uuid":"17c3fc47-3ed5-4799-8d5d-8681fc8b7bc1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":45,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.170:6808","nonce":1285374854},{"type":"v1","addr":"172.21.15.170:6809","nonce":1285374854}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.170:6810","nonce":1285374854},{"type":"v1","addr":"172.21.15.170:6811","nonce":1285374854}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.170:6814","nonce":1285374854},{"type":"v1","addr":"172.21.15.170:6815","nonce":1285374854}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.170:6812","nonce":1285374854},{"type":"v1","addr":"172.21.15.170:6813","nonce":1285374854}]},"public_addr":"172.21.15.170:6809/1285374854","cluster_addr":"172.21.15.170:6811/1285374854","heartbeat_back_addr":"172.21.15.170:6815/1285374854","heartbeat_front_addr":"172.21.15.170:6813/1285374854","state":["exists","up"]},{"osd":4,"uuid":"4bd2ebbe-fe48-45b4-acf7-bfc30f8a120b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":34,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6800","nonce":1647445487},{"type":"v1","addr":"172.21.15.186:6801","nonce":1647445487}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6802","nonce":1647445487},{"type":"v1","addr":"172.21.15.186:6803","nonce":1647445487}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6806","nonce":1647445487},{"type":"v1","addr":"172.21.15.186:6807","nonce":1647445487}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6804","nonce":1647445487},{"type":"v1","addr":"172.21.15.186:6805","nonce":1647445487}]},"public_addr":"172.21.15.186:6801/1647445487","cluster_addr":"172.21.15.186:6803/1647445487","heartbeat_back_addr":"172.21.15.186:6807/1647445487","heartbeat_front_addr":"172.21.15.186:6805/1647445487","state":["exists","up"]},{"osd":5,"uuid":"8e0d1aaa-7cd4-4123-b8fd-a913ce47653b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":42,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6808","nonce":825046697},{"type":"v1","addr":"172.21.15.186:6809","nonce":825046697}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6810","nonce":825046697},{"type":"v1","addr":"172.21.15.186:6811","nonce":825046697}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6814","nonce":825046697},{"type":"v1","addr":"172.21.15.186:6815","nonce":825046697}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6812","nonce":825046697},{"type":"v1","addr":"172.21.15.186:6813","nonce":825046697}]},"public_addr":"172.21.15.186:6809/825046697","cluster_addr":"172.21.15.186:6811/825046697","heartbeat_back_addr":"172.21.15.186:6815/825046697","heartbeat_front_addr":"172.21.15.186:6813/825046697","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-03-21T13:38:39.923018+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-03-21T13:39:31.679744+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T13:40:19.471887+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T13:41:09.144874+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T13:41:57.339994+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T13:42:49.627625+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.100:6801/581375957":"2024-03-22T13:35:48.340108+0000","172.21.15.100:0/3948271703":"2024-03-22T13:35:48.340108+0000","172.21.15.100:0/757150093":"2024-03-22T13:35:48.340108+0000","172.21.15.100:6800/1098487085":"2024-03-22T13:35:13.708551+0000","172.21.15.100:0/1840653279":"2024-03-22T13:35:13.708551+0000","172.21.15.100:6800/581375957":"2024-03-22T13:35:48.340108+0000","172.21.15.100:6801/1098487085":"2024-03-22T13:35:13.708551+0000","172.21.15.100:0/2345867351":"2024-03-22T13:35:13.708551+0000","172.21.15.100:0/491172222":"2024-03-22T13:35:13.708551+0000","172.21.15.100:0/1791486776":"2024-03-22T13:35:48.340108+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-03-21T13:43:08.424 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-03-21T13:40:23.012049+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '22', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}, 'read_balance': {'score_type': 'Fair distribution', 'score_acting': 6, 'score_stable': 6, 'optimal_score': 0.5, 'raw_score_acting': 3, 'raw_score_stable': 3, 'primary_affinity_weighted': 1, 'average_primary_affinity': 1, 'average_primary_affinity_weighted': 1}}] 2024-03-21T13:43:08.425 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ba760091cd7bd2b0d23f4825ac856ba66450e988 shell --fsid 81d57e16-e787-11ee-95cd-87774f69a715 -- ceph osd pool get .mgr pg_num 2024-03-21T13:43:08.517 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:43:08 smithi100 bash[21523]: cluster 2024-03-21T13:43:06.453776+0000 mgr.a (mgr.14152) 284 : cluster [DBG] pgmap v255: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail; 51 KiB/s, 0 objects/s recovering 2024-03-21T13:43:08.517 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:43:08 smithi100 bash[21523]: audit 2024-03-21T13:43:07.744572+0000 mon.a (mon.0) 566 : audit [DBG] from='client.? 172.21.15.100:0/2235278283' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-21T13:43:08.522 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:43:08 smithi170 bash[22996]: cluster 2024-03-21T13:43:06.453776+0000 mgr.a (mgr.14152) 284 : cluster [DBG] pgmap v255: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail; 51 KiB/s, 0 objects/s recovering 2024-03-21T13:43:08.522 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:43:08 smithi170 bash[22996]: audit 2024-03-21T13:43:07.744572+0000 mon.a (mon.0) 566 : audit [DBG] from='client.? 172.21.15.100:0/2235278283' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-21T13:43:08.613 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:43:08 smithi186 bash[23727]: cluster 2024-03-21T13:43:06.453776+0000 mgr.a (mgr.14152) 284 : cluster [DBG] pgmap v255: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail; 51 KiB/s, 0 objects/s recovering 2024-03-21T13:43:08.614 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:43:08 smithi186 bash[23727]: audit 2024-03-21T13:43:07.744572+0000 mon.a (mon.0) 566 : audit [DBG] from='client.? 172.21.15.100:0/2235278283' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-21T13:43:10.517 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:43:10 smithi100 bash[21523]: cluster 2024-03-21T13:43:08.454356+0000 mgr.a (mgr.14152) 285 : cluster [DBG] pgmap v256: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:43:10.522 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:43:10 smithi170 bash[22996]: cluster 2024-03-21T13:43:08.454356+0000 mgr.a (mgr.14152) 285 : cluster [DBG] pgmap v256: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:43:10.613 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:43:10 smithi186 bash[23727]: cluster 2024-03-21T13:43:08.454356+0000 mgr.a (mgr.14152) 285 : cluster [DBG] pgmap v256: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:43:12.517 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:43:12 smithi100 bash[21523]: cluster 2024-03-21T13:43:10.454827+0000 mgr.a (mgr.14152) 286 : cluster [DBG] pgmap v257: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:43:12.522 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:43:12 smithi170 bash[22996]: cluster 2024-03-21T13:43:10.454827+0000 mgr.a (mgr.14152) 286 : cluster [DBG] pgmap v257: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:43:12.613 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:43:12 smithi186 bash[23727]: cluster 2024-03-21T13:43:10.454827+0000 mgr.a (mgr.14152) 286 : cluster [DBG] pgmap v257: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:43:13.161 INFO:teuthology.orchestra.run.smithi100.stderr:Inferring config /var/lib/ceph/81d57e16-e787-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T13:43:14.355 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:43:14 smithi100 bash[21523]: cluster 2024-03-21T13:43:12.455406+0000 mgr.a (mgr.14152) 287 : cluster [DBG] pgmap v258: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:43:14.522 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:43:14 smithi170 bash[22996]: cluster 2024-03-21T13:43:12.455406+0000 mgr.a (mgr.14152) 287 : cluster [DBG] pgmap v258: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:43:14.613 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:43:14 smithi186 bash[23727]: cluster 2024-03-21T13:43:12.455406+0000 mgr.a (mgr.14152) 287 : cluster [DBG] pgmap v258: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:43:16.059 INFO:teuthology.orchestra.run.smithi100.stdout:pg_num: 1 2024-03-21T13:43:16.517 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:43:16 smithi100 bash[21523]: cluster 2024-03-21T13:43:14.455958+0000 mgr.a (mgr.14152) 288 : cluster [DBG] pgmap v259: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:43:16.517 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:43:16 smithi100 bash[21523]: audit 2024-03-21T13:43:16.064451+0000 mon.a (mon.0) 567 : audit [DBG] from='client.? 172.21.15.100:0/39998015' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-03-21T13:43:16.522 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:43:16 smithi170 bash[22996]: cluster 2024-03-21T13:43:14.455958+0000 mgr.a (mgr.14152) 288 : cluster [DBG] pgmap v259: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:43:16.522 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:43:16 smithi170 bash[22996]: audit 2024-03-21T13:43:16.064451+0000 mon.a (mon.0) 567 : audit [DBG] from='client.? 172.21.15.100:0/39998015' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-03-21T13:43:16.613 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:43:16 smithi186 bash[23727]: cluster 2024-03-21T13:43:14.455958+0000 mgr.a (mgr.14152) 288 : cluster [DBG] pgmap v259: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:43:16.613 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:43:16 smithi186 bash[23727]: audit 2024-03-21T13:43:16.064451+0000 mon.a (mon.0) 567 : audit [DBG] from='client.? 172.21.15.100:0/39998015' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-03-21T13:43:16.765 INFO:tasks.cephadm:Setting up client nodes... 2024-03-21T13:43:16.765 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-03-21T13:43:16.765 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-03-21T13:43:16.766 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ba760091cd7bd2b0d23f4825ac856ba66450e988 shell --fsid 81d57e16-e787-11ee-95cd-87774f69a715 -- ceph mgr dump --format=json 2024-03-21T13:43:18.517 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:43:18 smithi100 bash[21523]: cluster 2024-03-21T13:43:16.456504+0000 mgr.a (mgr.14152) 289 : cluster [DBG] pgmap v260: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:43:18.522 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:43:18 smithi170 bash[22996]: cluster 2024-03-21T13:43:16.456504+0000 mgr.a (mgr.14152) 289 : cluster [DBG] pgmap v260: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:43:18.613 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:43:18 smithi186 bash[23727]: cluster 2024-03-21T13:43:16.456504+0000 mgr.a (mgr.14152) 289 : cluster [DBG] pgmap v260: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:43:20.517 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:43:20 smithi100 bash[21523]: cluster 2024-03-21T13:43:18.457034+0000 mgr.a (mgr.14152) 290 : cluster [DBG] pgmap v261: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:43:20.522 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:43:20 smithi170 bash[22996]: cluster 2024-03-21T13:43:18.457034+0000 mgr.a (mgr.14152) 290 : cluster [DBG] pgmap v261: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:43:20.613 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:43:20 smithi186 bash[23727]: cluster 2024-03-21T13:43:18.457034+0000 mgr.a (mgr.14152) 290 : cluster [DBG] pgmap v261: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:43:21.496 INFO:teuthology.orchestra.run.smithi100.stderr:Inferring config /var/lib/ceph/81d57e16-e787-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T13:43:22.506 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:43:22 smithi100 bash[21523]: cluster 2024-03-21T13:43:20.457770+0000 mgr.a (mgr.14152) 291 : cluster [DBG] pgmap v262: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:43:22.522 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:43:22 smithi170 bash[22996]: cluster 2024-03-21T13:43:20.457770+0000 mgr.a (mgr.14152) 291 : cluster [DBG] pgmap v262: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:43:22.613 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:43:22 smithi186 bash[23727]: cluster 2024-03-21T13:43:20.457770+0000 mgr.a (mgr.14152) 291 : cluster [DBG] pgmap v262: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:43:24.345 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-03-21T13:43:24.517 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:43:24 smithi100 bash[21523]: cluster 2024-03-21T13:43:22.458129+0000 mgr.a (mgr.14152) 292 : cluster [DBG] pgmap v263: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:43:24.523 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:43:24 smithi170 bash[22996]: cluster 2024-03-21T13:43:22.458129+0000 mgr.a (mgr.14152) 292 : cluster [DBG] pgmap v263: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:43:24.613 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:43:24 smithi186 bash[23727]: cluster 2024-03-21T13:43:22.458129+0000 mgr.a (mgr.14152) 292 : cluster [DBG] pgmap v263: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:43:25.126 INFO:teuthology.orchestra.run.smithi100.stdout:{"epoch":15,"flags":0,"active_gid":14152,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:6800","nonce":3653001968},{"type":"v1","addr":"172.21.15.100:6801","nonce":3653001968}]},"active_addr":"172.21.15.100:6801/3653001968","active_change":"2024-03-21T13:35:48.340333+0000","active_mgr_features":4540701547738038271,"available":true,"standbys":[{"gid":24110,"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":[]}}},{"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":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.27.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:10.4.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.9.5","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.7.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.0.0","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.51.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:2.9.5","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":[]},"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":[]},"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":[]},"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":[]},"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":[]},"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":[]}}},{"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":[]},"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":[]}}},{"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":[]}}},{"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":[]}}},{"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":[]},"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":[]}}},{"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":[]}}},{"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":[]}}},{"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":[]}}},{"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":[]}}},{"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":[]}}},{"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":[]},"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":[]}}},{"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":[]},"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":[]},"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":[]}}},{"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":[]}}},{"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":[]},"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":[]},"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":"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":[]}}},{"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":[]}}},{"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":[]}}},{"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":[]}}},{"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":[]},"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":[]}}},{"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":[]}}},{"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":[]},"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":[]}}},{"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":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.27.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:10.4.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.9.5","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.7.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.0.0","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.51.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:2.9.5","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":[]},"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":[]},"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":[]},"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":[]},"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":[]},"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":[]}}},{"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":[]},"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":[]}}},{"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":[]}}},{"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":[]}}},{"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":[]},"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":[]}}},{"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":[]}}},{"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":[]}}},{"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":[]}}},{"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":[]}}},{"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":[]}}},{"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":[]},"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":[]}}},{"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":[]},"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":[]},"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":[]}}},{"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":[]}}},{"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":[]},"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":[]},"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":"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":[]}}},{"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":[]}}},{"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":[]}}},{"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":[]}}},{"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":[]},"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":[]}}},{"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":[]}}},{"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":[]},"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.100:8443/"},"always_on_modules":{"octopus":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"pacific":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"quincy":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"reef":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"squid":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"]},"last_failure_osd_epoch":3,"active_clients":[{"name":"devicehealth","addrvec":[{"type":"v2","addr":"172.21.15.100:0","nonce":2496399774}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.100:0","nonce":1165570756}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.100:0","nonce":2740508099}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.100:0","nonce":2573101766}]}]} 2024-03-21T13:43:25.132 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-03-21T13:43:25.132 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-03-21T13:43:25.133 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ba760091cd7bd2b0d23f4825ac856ba66450e988 shell --fsid 81d57e16-e787-11ee-95cd-87774f69a715 -- ceph osd dump --format=json 2024-03-21T13:43:25.517 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:43:25 smithi100 bash[21523]: audit 2024-03-21T13:43:24.340870+0000 mon.a (mon.0) 568 : audit [DBG] from='client.? 172.21.15.100:0/1657171853' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-03-21T13:43:25.521 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:43:25 smithi170 bash[22996]: audit 2024-03-21T13:43:24.340870+0000 mon.a (mon.0) 568 : audit [DBG] from='client.? 172.21.15.100:0/1657171853' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-03-21T13:43:25.613 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:43:25 smithi186 bash[23727]: audit 2024-03-21T13:43:24.340870+0000 mon.a (mon.0) 568 : audit [DBG] from='client.? 172.21.15.100:0/1657171853' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-03-21T13:43:26.522 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:43:26 smithi170 bash[22996]: cluster 2024-03-21T13:43:24.458399+0000 mgr.a (mgr.14152) 293 : cluster [DBG] pgmap v264: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:43:26.613 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:43:26 smithi186 bash[23727]: cluster 2024-03-21T13:43:24.458399+0000 mgr.a (mgr.14152) 293 : cluster [DBG] pgmap v264: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:43:26.767 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:43:26 smithi100 bash[21523]: cluster 2024-03-21T13:43:24.458399+0000 mgr.a (mgr.14152) 293 : cluster [DBG] pgmap v264: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:43:28.613 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:43:28 smithi186 bash[23727]: cluster 2024-03-21T13:43:26.458884+0000 mgr.a (mgr.14152) 294 : cluster [DBG] pgmap v265: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:43:28.767 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:43:28 smithi100 bash[21523]: cluster 2024-03-21T13:43:26.458884+0000 mgr.a (mgr.14152) 294 : cluster [DBG] pgmap v265: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:43:28.771 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:43:28 smithi170 bash[22996]: cluster 2024-03-21T13:43:26.458884+0000 mgr.a (mgr.14152) 294 : cluster [DBG] pgmap v265: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:43:29.867 INFO:teuthology.orchestra.run.smithi100.stderr:Inferring config /var/lib/ceph/81d57e16-e787-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T13:43:30.613 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:43:30 smithi186 bash[23727]: cluster 2024-03-21T13:43:28.459444+0000 mgr.a (mgr.14152) 295 : cluster [DBG] pgmap v266: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:43:30.767 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:43:30 smithi100 bash[21523]: cluster 2024-03-21T13:43:28.459444+0000 mgr.a (mgr.14152) 295 : cluster [DBG] pgmap v266: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:43:30.771 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:43:30 smithi170 bash[22996]: cluster 2024-03-21T13:43:28.459444+0000 mgr.a (mgr.14152) 295 : cluster [DBG] pgmap v266: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:43:32.613 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:43:32 smithi186 bash[23727]: cluster 2024-03-21T13:43:30.459953+0000 mgr.a (mgr.14152) 296 : cluster [DBG] pgmap v267: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:43:32.696 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-03-21T13:43:32.696 INFO:teuthology.orchestra.run.smithi100.stdout:{"epoch":46,"fsid":"81d57e16-e787-11ee-95cd-87774f69a715","created":"2024-03-21T13:34:41.554708+0000","modified":"2024-03-21T13:42:55.171169+0000","last_up_change":"2024-03-21T13:42:51.139922+0000","last_in_change":"2024-03-21T13:42:25.592553+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":14,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":6,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-03-21T13:40:23.012049+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":6,"score_stable":6,"optimal_score":0.5,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"13750fb6-727b-4d3f-97c1-d5fe31a7933c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":28,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:6802","nonce":3051055161},{"type":"v1","addr":"172.21.15.100:6803","nonce":3051055161}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:6804","nonce":3051055161},{"type":"v1","addr":"172.21.15.100:6805","nonce":3051055161}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:6808","nonce":3051055161},{"type":"v1","addr":"172.21.15.100:6809","nonce":3051055161}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:6806","nonce":3051055161},{"type":"v1","addr":"172.21.15.100:6807","nonce":3051055161}]},"public_addr":"172.21.15.100:6803/3051055161","cluster_addr":"172.21.15.100:6805/3051055161","heartbeat_back_addr":"172.21.15.100:6809/3051055161","heartbeat_front_addr":"172.21.15.100:6807/3051055161","state":["exists","up"]},{"osd":1,"uuid":"1aec3398-98b9-446d-831e-e46bced4c51f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:6810","nonce":3712483176},{"type":"v1","addr":"172.21.15.100:6811","nonce":3712483176}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:6812","nonce":3712483176},{"type":"v1","addr":"172.21.15.100:6813","nonce":3712483176}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:6816","nonce":3712483176},{"type":"v1","addr":"172.21.15.100:6817","nonce":3712483176}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:6814","nonce":3712483176},{"type":"v1","addr":"172.21.15.100:6815","nonce":3712483176}]},"public_addr":"172.21.15.100:6811/3712483176","cluster_addr":"172.21.15.100:6813/3712483176","heartbeat_back_addr":"172.21.15.100:6817/3712483176","heartbeat_front_addr":"172.21.15.100:6815/3712483176","state":["exists","up"]},{"osd":2,"uuid":"e4348a0f-97be-4dc9-9538-1cda045e832b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":20,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.170:6800","nonce":2162848076},{"type":"v1","addr":"172.21.15.170:6801","nonce":2162848076}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.170:6802","nonce":2162848076},{"type":"v1","addr":"172.21.15.170:6803","nonce":2162848076}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.170:6806","nonce":2162848076},{"type":"v1","addr":"172.21.15.170:6807","nonce":2162848076}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.170:6804","nonce":2162848076},{"type":"v1","addr":"172.21.15.170:6805","nonce":2162848076}]},"public_addr":"172.21.15.170:6801/2162848076","cluster_addr":"172.21.15.170:6803/2162848076","heartbeat_back_addr":"172.21.15.170:6807/2162848076","heartbeat_front_addr":"172.21.15.170:6805/2162848076","state":["exists","up"]},{"osd":3,"uuid":"17c3fc47-3ed5-4799-8d5d-8681fc8b7bc1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":45,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.170:6808","nonce":1285374854},{"type":"v1","addr":"172.21.15.170:6809","nonce":1285374854}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.170:6810","nonce":1285374854},{"type":"v1","addr":"172.21.15.170:6811","nonce":1285374854}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.170:6814","nonce":1285374854},{"type":"v1","addr":"172.21.15.170:6815","nonce":1285374854}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.170:6812","nonce":1285374854},{"type":"v1","addr":"172.21.15.170:6813","nonce":1285374854}]},"public_addr":"172.21.15.170:6809/1285374854","cluster_addr":"172.21.15.170:6811/1285374854","heartbeat_back_addr":"172.21.15.170:6815/1285374854","heartbeat_front_addr":"172.21.15.170:6813/1285374854","state":["exists","up"]},{"osd":4,"uuid":"4bd2ebbe-fe48-45b4-acf7-bfc30f8a120b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":34,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6800","nonce":1647445487},{"type":"v1","addr":"172.21.15.186:6801","nonce":1647445487}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6802","nonce":1647445487},{"type":"v1","addr":"172.21.15.186:6803","nonce":1647445487}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6806","nonce":1647445487},{"type":"v1","addr":"172.21.15.186:6807","nonce":1647445487}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6804","nonce":1647445487},{"type":"v1","addr":"172.21.15.186:6805","nonce":1647445487}]},"public_addr":"172.21.15.186:6801/1647445487","cluster_addr":"172.21.15.186:6803/1647445487","heartbeat_back_addr":"172.21.15.186:6807/1647445487","heartbeat_front_addr":"172.21.15.186:6805/1647445487","state":["exists","up"]},{"osd":5,"uuid":"8e0d1aaa-7cd4-4123-b8fd-a913ce47653b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":42,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6808","nonce":825046697},{"type":"v1","addr":"172.21.15.186:6809","nonce":825046697}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6810","nonce":825046697},{"type":"v1","addr":"172.21.15.186:6811","nonce":825046697}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6814","nonce":825046697},{"type":"v1","addr":"172.21.15.186:6815","nonce":825046697}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6812","nonce":825046697},{"type":"v1","addr":"172.21.15.186:6813","nonce":825046697}]},"public_addr":"172.21.15.186:6809/825046697","cluster_addr":"172.21.15.186:6811/825046697","heartbeat_back_addr":"172.21.15.186:6815/825046697","heartbeat_front_addr":"172.21.15.186:6813/825046697","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-03-21T13:38:39.923018+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-03-21T13:39:31.679744+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T13:40:19.471887+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T13:41:09.144874+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T13:41:57.339994+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T13:42:49.627625+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.100:6801/581375957":"2024-03-22T13:35:48.340108+0000","172.21.15.100:0/3948271703":"2024-03-22T13:35:48.340108+0000","172.21.15.100:0/757150093":"2024-03-22T13:35:48.340108+0000","172.21.15.100:6800/1098487085":"2024-03-22T13:35:13.708551+0000","172.21.15.100:0/1840653279":"2024-03-22T13:35:13.708551+0000","172.21.15.100:6800/581375957":"2024-03-22T13:35:48.340108+0000","172.21.15.100:6801/1098487085":"2024-03-22T13:35:13.708551+0000","172.21.15.100:0/2345867351":"2024-03-22T13:35:13.708551+0000","172.21.15.100:0/491172222":"2024-03-22T13:35:13.708551+0000","172.21.15.100:0/1791486776":"2024-03-22T13:35:48.340108+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-03-21T13:43:32.710 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:43:32 smithi100 bash[21523]: cluster 2024-03-21T13:43:30.459953+0000 mgr.a (mgr.14152) 296 : cluster [DBG] pgmap v267: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:43:32.772 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:43:32 smithi170 bash[22996]: cluster 2024-03-21T13:43:30.459953+0000 mgr.a (mgr.14152) 296 : cluster [DBG] pgmap v267: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:43:33.435 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-03-21T13:43:33.435 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ba760091cd7bd2b0d23f4825ac856ba66450e988 shell --fsid 81d57e16-e787-11ee-95cd-87774f69a715 -- ceph osd dump --format=json 2024-03-21T13:43:33.613 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:43:33 smithi186 bash[23727]: audit 2024-03-21T13:43:32.701499+0000 mon.a (mon.0) 569 : audit [DBG] from='client.? 172.21.15.100:0/4058718478' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-21T13:43:33.767 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:43:33 smithi100 bash[21523]: audit 2024-03-21T13:43:32.701499+0000 mon.a (mon.0) 569 : audit [DBG] from='client.? 172.21.15.100:0/4058718478' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-21T13:43:33.771 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:43:33 smithi170 bash[22996]: audit 2024-03-21T13:43:32.701499+0000 mon.a (mon.0) 569 : audit [DBG] from='client.? 172.21.15.100:0/4058718478' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-21T13:43:34.613 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:43:34 smithi186 bash[23727]: cluster 2024-03-21T13:43:32.460463+0000 mgr.a (mgr.14152) 297 : cluster [DBG] pgmap v268: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:43:34.767 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:43:34 smithi100 bash[21523]: cluster 2024-03-21T13:43:32.460463+0000 mgr.a (mgr.14152) 297 : cluster [DBG] pgmap v268: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:43:34.771 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:43:34 smithi170 bash[22996]: cluster 2024-03-21T13:43:32.460463+0000 mgr.a (mgr.14152) 297 : cluster [DBG] pgmap v268: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:43:36.613 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:43:36 smithi186 bash[23727]: cluster 2024-03-21T13:43:34.461011+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v269: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:43:36.767 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:43:36 smithi100 bash[21523]: cluster 2024-03-21T13:43:34.461011+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v269: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:43:36.771 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:43:36 smithi170 bash[22996]: cluster 2024-03-21T13:43:34.461011+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v269: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:43:38.162 INFO:teuthology.orchestra.run.smithi100.stderr:Inferring config /var/lib/ceph/81d57e16-e787-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T13:43:38.517 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:43:38 smithi100 bash[21523]: cluster 2024-03-21T13:43:36.461577+0000 mgr.a (mgr.14152) 299 : cluster [DBG] pgmap v270: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:43:38.613 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:43:38 smithi186 bash[23727]: cluster 2024-03-21T13:43:36.461577+0000 mgr.a (mgr.14152) 299 : cluster [DBG] pgmap v270: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:43:38.771 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:43:38 smithi170 bash[22996]: cluster 2024-03-21T13:43:36.461577+0000 mgr.a (mgr.14152) 299 : cluster [DBG] pgmap v270: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:43:40.595 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:43:40 smithi100 bash[21523]: cluster 2024-03-21T13:43:38.462097+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v271: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:43:40.613 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:43:40 smithi186 bash[23727]: cluster 2024-03-21T13:43:38.462097+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v271: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:43:40.771 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:43:40 smithi170 bash[22996]: cluster 2024-03-21T13:43:38.462097+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v271: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:43:40.996 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-03-21T13:43:40.996 INFO:teuthology.orchestra.run.smithi100.stdout:{"epoch":46,"fsid":"81d57e16-e787-11ee-95cd-87774f69a715","created":"2024-03-21T13:34:41.554708+0000","modified":"2024-03-21T13:42:55.171169+0000","last_up_change":"2024-03-21T13:42:51.139922+0000","last_in_change":"2024-03-21T13:42:25.592553+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":14,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":6,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-03-21T13:40:23.012049+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":6,"score_stable":6,"optimal_score":0.5,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"13750fb6-727b-4d3f-97c1-d5fe31a7933c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":28,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:6802","nonce":3051055161},{"type":"v1","addr":"172.21.15.100:6803","nonce":3051055161}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:6804","nonce":3051055161},{"type":"v1","addr":"172.21.15.100:6805","nonce":3051055161}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:6808","nonce":3051055161},{"type":"v1","addr":"172.21.15.100:6809","nonce":3051055161}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:6806","nonce":3051055161},{"type":"v1","addr":"172.21.15.100:6807","nonce":3051055161}]},"public_addr":"172.21.15.100:6803/3051055161","cluster_addr":"172.21.15.100:6805/3051055161","heartbeat_back_addr":"172.21.15.100:6809/3051055161","heartbeat_front_addr":"172.21.15.100:6807/3051055161","state":["exists","up"]},{"osd":1,"uuid":"1aec3398-98b9-446d-831e-e46bced4c51f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:6810","nonce":3712483176},{"type":"v1","addr":"172.21.15.100:6811","nonce":3712483176}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:6812","nonce":3712483176},{"type":"v1","addr":"172.21.15.100:6813","nonce":3712483176}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:6816","nonce":3712483176},{"type":"v1","addr":"172.21.15.100:6817","nonce":3712483176}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:6814","nonce":3712483176},{"type":"v1","addr":"172.21.15.100:6815","nonce":3712483176}]},"public_addr":"172.21.15.100:6811/3712483176","cluster_addr":"172.21.15.100:6813/3712483176","heartbeat_back_addr":"172.21.15.100:6817/3712483176","heartbeat_front_addr":"172.21.15.100:6815/3712483176","state":["exists","up"]},{"osd":2,"uuid":"e4348a0f-97be-4dc9-9538-1cda045e832b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":20,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.170:6800","nonce":2162848076},{"type":"v1","addr":"172.21.15.170:6801","nonce":2162848076}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.170:6802","nonce":2162848076},{"type":"v1","addr":"172.21.15.170:6803","nonce":2162848076}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.170:6806","nonce":2162848076},{"type":"v1","addr":"172.21.15.170:6807","nonce":2162848076}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.170:6804","nonce":2162848076},{"type":"v1","addr":"172.21.15.170:6805","nonce":2162848076}]},"public_addr":"172.21.15.170:6801/2162848076","cluster_addr":"172.21.15.170:6803/2162848076","heartbeat_back_addr":"172.21.15.170:6807/2162848076","heartbeat_front_addr":"172.21.15.170:6805/2162848076","state":["exists","up"]},{"osd":3,"uuid":"17c3fc47-3ed5-4799-8d5d-8681fc8b7bc1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":45,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.170:6808","nonce":1285374854},{"type":"v1","addr":"172.21.15.170:6809","nonce":1285374854}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.170:6810","nonce":1285374854},{"type":"v1","addr":"172.21.15.170:6811","nonce":1285374854}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.170:6814","nonce":1285374854},{"type":"v1","addr":"172.21.15.170:6815","nonce":1285374854}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.170:6812","nonce":1285374854},{"type":"v1","addr":"172.21.15.170:6813","nonce":1285374854}]},"public_addr":"172.21.15.170:6809/1285374854","cluster_addr":"172.21.15.170:6811/1285374854","heartbeat_back_addr":"172.21.15.170:6815/1285374854","heartbeat_front_addr":"172.21.15.170:6813/1285374854","state":["exists","up"]},{"osd":4,"uuid":"4bd2ebbe-fe48-45b4-acf7-bfc30f8a120b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":34,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6800","nonce":1647445487},{"type":"v1","addr":"172.21.15.186:6801","nonce":1647445487}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6802","nonce":1647445487},{"type":"v1","addr":"172.21.15.186:6803","nonce":1647445487}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6806","nonce":1647445487},{"type":"v1","addr":"172.21.15.186:6807","nonce":1647445487}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6804","nonce":1647445487},{"type":"v1","addr":"172.21.15.186:6805","nonce":1647445487}]},"public_addr":"172.21.15.186:6801/1647445487","cluster_addr":"172.21.15.186:6803/1647445487","heartbeat_back_addr":"172.21.15.186:6807/1647445487","heartbeat_front_addr":"172.21.15.186:6805/1647445487","state":["exists","up"]},{"osd":5,"uuid":"8e0d1aaa-7cd4-4123-b8fd-a913ce47653b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":42,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6808","nonce":825046697},{"type":"v1","addr":"172.21.15.186:6809","nonce":825046697}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6810","nonce":825046697},{"type":"v1","addr":"172.21.15.186:6811","nonce":825046697}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6814","nonce":825046697},{"type":"v1","addr":"172.21.15.186:6815","nonce":825046697}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6812","nonce":825046697},{"type":"v1","addr":"172.21.15.186:6813","nonce":825046697}]},"public_addr":"172.21.15.186:6809/825046697","cluster_addr":"172.21.15.186:6811/825046697","heartbeat_back_addr":"172.21.15.186:6815/825046697","heartbeat_front_addr":"172.21.15.186:6813/825046697","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-03-21T13:38:39.923018+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-03-21T13:39:31.679744+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T13:40:19.471887+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T13:41:09.144874+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T13:41:57.339994+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T13:42:49.627625+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.100:6801/581375957":"2024-03-22T13:35:48.340108+0000","172.21.15.100:0/3948271703":"2024-03-22T13:35:48.340108+0000","172.21.15.100:0/757150093":"2024-03-22T13:35:48.340108+0000","172.21.15.100:6800/1098487085":"2024-03-22T13:35:13.708551+0000","172.21.15.100:0/1840653279":"2024-03-22T13:35:13.708551+0000","172.21.15.100:6800/581375957":"2024-03-22T13:35:48.340108+0000","172.21.15.100:6801/1098487085":"2024-03-22T13:35:13.708551+0000","172.21.15.100:0/2345867351":"2024-03-22T13:35:13.708551+0000","172.21.15.100:0/491172222":"2024-03-22T13:35:13.708551+0000","172.21.15.100:0/1791486776":"2024-03-22T13:35:48.340108+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-03-21T13:43:41.613 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:43:41 smithi186 bash[23727]: audit 2024-03-21T13:43:41.001161+0000 mon.a (mon.0) 570 : audit [DBG] from='client.? 172.21.15.100:0/956507322' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-21T13:43:41.767 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:43:41 smithi100 bash[21523]: audit 2024-03-21T13:43:41.001161+0000 mon.a (mon.0) 570 : audit [DBG] from='client.? 172.21.15.100:0/956507322' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-21T13:43:41.771 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:43:41 smithi170 bash[22996]: audit 2024-03-21T13:43:41.001161+0000 mon.a (mon.0) 570 : audit [DBG] from='client.? 172.21.15.100:0/956507322' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-21T13:43:41.779 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ba760091cd7bd2b0d23f4825ac856ba66450e988 shell --fsid 81d57e16-e787-11ee-95cd-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2024-03-21T13:43:41.780 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ba760091cd7bd2b0d23f4825ac856ba66450e988 shell --fsid 81d57e16-e787-11ee-95cd-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2024-03-21T13:43:41.780 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ba760091cd7bd2b0d23f4825ac856ba66450e988 shell --fsid 81d57e16-e787-11ee-95cd-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2024-03-21T13:43:41.780 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ba760091cd7bd2b0d23f4825ac856ba66450e988 shell --fsid 81d57e16-e787-11ee-95cd-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2024-03-21T13:43:41.781 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ba760091cd7bd2b0d23f4825ac856ba66450e988 shell --fsid 81d57e16-e787-11ee-95cd-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2024-03-21T13:43:41.781 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ba760091cd7bd2b0d23f4825ac856ba66450e988 shell --fsid 81d57e16-e787-11ee-95cd-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2024-03-21T13:43:42.613 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:43:42 smithi186 bash[23727]: cluster 2024-03-21T13:43:40.462606+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v272: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:43:42.767 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:43:42 smithi100 bash[21523]: cluster 2024-03-21T13:43:40.462606+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v272: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:43:42.771 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:43:42 smithi170 bash[22996]: cluster 2024-03-21T13:43:40.462606+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v272: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:43:44.613 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:43:44 smithi186 bash[23727]: cluster 2024-03-21T13:43:42.463123+0000 mgr.a (mgr.14152) 302 : cluster [DBG] pgmap v273: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:43:44.767 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:43:44 smithi100 bash[21523]: cluster 2024-03-21T13:43:42.463123+0000 mgr.a (mgr.14152) 302 : cluster [DBG] pgmap v273: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:43:44.771 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:43:44 smithi170 bash[22996]: cluster 2024-03-21T13:43:42.463123+0000 mgr.a (mgr.14152) 302 : cluster [DBG] pgmap v273: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:43:46.607 INFO:teuthology.orchestra.run.smithi100.stderr:Inferring config /var/lib/ceph/81d57e16-e787-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T13:43:46.608 INFO:teuthology.orchestra.run.smithi100.stderr:Inferring config /var/lib/ceph/81d57e16-e787-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T13:43:46.608 INFO:teuthology.orchestra.run.smithi100.stderr:Inferring config /var/lib/ceph/81d57e16-e787-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T13:43:46.608 INFO:teuthology.orchestra.run.smithi100.stderr:Inferring config /var/lib/ceph/81d57e16-e787-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T13:43:46.609 INFO:teuthology.orchestra.run.smithi100.stderr:Inferring config /var/lib/ceph/81d57e16-e787-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T13:43:46.611 INFO:teuthology.orchestra.run.smithi100.stderr:Inferring config /var/lib/ceph/81d57e16-e787-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T13:43:46.613 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:43:46 smithi186 bash[23727]: cluster 2024-03-21T13:43:44.463654+0000 mgr.a (mgr.14152) 303 : cluster [DBG] pgmap v274: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:43:46.637 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:43:46 smithi100 bash[21523]: cluster 2024-03-21T13:43:44.463654+0000 mgr.a (mgr.14152) 303 : cluster [DBG] pgmap v274: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:43:46.771 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:43:46 smithi170 bash[22996]: cluster 2024-03-21T13:43:44.463654+0000 mgr.a (mgr.14152) 303 : cluster [DBG] pgmap v274: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:43:48.613 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:43:48 smithi186 bash[23727]: cluster 2024-03-21T13:43:46.464254+0000 mgr.a (mgr.14152) 304 : cluster [DBG] pgmap v275: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:43:48.766 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:43:48 smithi100 bash[21523]: cluster 2024-03-21T13:43:46.464254+0000 mgr.a (mgr.14152) 304 : cluster [DBG] pgmap v275: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:43:48.771 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:43:48 smithi170 bash[22996]: cluster 2024-03-21T13:43:46.464254+0000 mgr.a (mgr.14152) 304 : cluster [DBG] pgmap v275: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:43:50.602 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:43:50 smithi100 bash[21523]: cluster 2024-03-21T13:43:48.464710+0000 mgr.a (mgr.14152) 305 : cluster [DBG] pgmap v276: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:43:50.613 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:43:50 smithi186 bash[23727]: cluster 2024-03-21T13:43:48.464710+0000 mgr.a (mgr.14152) 305 : cluster [DBG] pgmap v276: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:43:50.771 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:43:50 smithi170 bash[22996]: cluster 2024-03-21T13:43:48.464710+0000 mgr.a (mgr.14152) 305 : cluster [DBG] pgmap v276: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:43:52.613 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:43:52 smithi186 bash[23727]: cluster 2024-03-21T13:43:50.465194+0000 mgr.a (mgr.14152) 306 : cluster [DBG] pgmap v277: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:43:52.767 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:43:52 smithi100 bash[21523]: cluster 2024-03-21T13:43:50.465194+0000 mgr.a (mgr.14152) 306 : cluster [DBG] pgmap v277: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:43:52.771 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:43:52 smithi170 bash[22996]: cluster 2024-03-21T13:43:50.465194+0000 mgr.a (mgr.14152) 306 : cluster [DBG] pgmap v277: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:43:54.613 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:43:54 smithi186 bash[23727]: cluster 2024-03-21T13:43:52.465800+0000 mgr.a (mgr.14152) 307 : cluster [DBG] pgmap v278: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:43:54.766 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:43:54 smithi100 bash[21523]: cluster 2024-03-21T13:43:52.465800+0000 mgr.a (mgr.14152) 307 : cluster [DBG] pgmap v278: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:43:54.771 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:43:54 smithi170 bash[22996]: cluster 2024-03-21T13:43:52.465800+0000 mgr.a (mgr.14152) 307 : cluster [DBG] pgmap v278: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:43:56.613 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:43:56 smithi186 bash[23727]: cluster 2024-03-21T13:43:54.466341+0000 mgr.a (mgr.14152) 308 : cluster [DBG] pgmap v279: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:43:56.767 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:43:56 smithi100 bash[21523]: cluster 2024-03-21T13:43:54.466341+0000 mgr.a (mgr.14152) 308 : cluster [DBG] pgmap v279: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:43:56.771 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:43:56 smithi170 bash[22996]: cluster 2024-03-21T13:43:54.466341+0000 mgr.a (mgr.14152) 308 : cluster [DBG] pgmap v279: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:43:57.921 INFO:teuthology.orchestra.run.smithi100.stdout:55834574904 2024-03-21T13:43:57.921 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ba760091cd7bd2b0d23f4825ac856ba66450e988 shell --fsid 81d57e16-e787-11ee-95cd-87774f69a715 -- ceph osd last-stat-seq osd.1 2024-03-21T13:43:57.926 INFO:teuthology.orchestra.run.smithi100.stdout:146028888090 2024-03-21T13:43:57.926 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ba760091cd7bd2b0d23f4825ac856ba66450e988 shell --fsid 81d57e16-e787-11ee-95cd-87774f69a715 -- ceph osd last-stat-seq osd.4 2024-03-21T13:43:58.613 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:43:58 smithi186 bash[23727]: cluster 2024-03-21T13:43:56.466848+0000 mgr.a (mgr.14152) 309 : cluster [DBG] pgmap v280: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:43:58.767 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:43:58 smithi100 bash[21523]: cluster 2024-03-21T13:43:56.466848+0000 mgr.a (mgr.14152) 309 : cluster [DBG] pgmap v280: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:43:58.771 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:43:58 smithi170 bash[22996]: cluster 2024-03-21T13:43:56.466848+0000 mgr.a (mgr.14152) 309 : cluster [DBG] pgmap v280: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:43:58.912 INFO:teuthology.orchestra.run.smithi100.stdout:111669149732 2024-03-21T13:43:58.913 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ba760091cd7bd2b0d23f4825ac856ba66450e988 shell --fsid 81d57e16-e787-11ee-95cd-87774f69a715 -- ceph osd last-stat-seq osd.3 2024-03-21T13:43:59.640 INFO:teuthology.orchestra.run.smithi100.stdout:77309411374 2024-03-21T13:43:59.640 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ba760091cd7bd2b0d23f4825ac856ba66450e988 shell --fsid 81d57e16-e787-11ee-95cd-87774f69a715 -- ceph osd last-stat-seq osd.2 2024-03-21T13:43:59.723 INFO:teuthology.orchestra.run.smithi100.stdout:34359738434 2024-03-21T13:43:59.723 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ba760091cd7bd2b0d23f4825ac856ba66450e988 shell --fsid 81d57e16-e787-11ee-95cd-87774f69a715 -- ceph osd last-stat-seq osd.0 2024-03-21T13:44:00.329 INFO:teuthology.orchestra.run.smithi100.stdout:180388626448 2024-03-21T13:44:00.330 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ba760091cd7bd2b0d23f4825ac856ba66450e988 shell --fsid 81d57e16-e787-11ee-95cd-87774f69a715 -- ceph osd last-stat-seq osd.5 2024-03-21T13:44:00.613 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:44:00 smithi186 bash[23727]: cluster 2024-03-21T13:43:58.467312+0000 mgr.a (mgr.14152) 310 : cluster [DBG] pgmap v281: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:44:00.613 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:44:00 smithi186 bash[23727]: audit 2024-03-21T13:44:00.151127+0000 mon.a (mon.0) 571 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:44:00.766 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:44:00 smithi100 bash[21523]: cluster 2024-03-21T13:43:58.467312+0000 mgr.a (mgr.14152) 310 : cluster [DBG] pgmap v281: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:44:00.767 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:44:00 smithi100 bash[21523]: audit 2024-03-21T13:44:00.151127+0000 mon.a (mon.0) 571 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:44:00.771 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:44:00 smithi170 bash[22996]: cluster 2024-03-21T13:43:58.467312+0000 mgr.a (mgr.14152) 310 : cluster [DBG] pgmap v281: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:44:00.771 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:44:00 smithi170 bash[22996]: audit 2024-03-21T13:44:00.151127+0000 mon.a (mon.0) 571 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:44:01.613 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:44:01 smithi186 bash[23727]: audit 2024-03-21T13:44:00.885148+0000 mon.a (mon.0) 572 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:44:01.613 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:44:01 smithi186 bash[23727]: audit 2024-03-21T13:44:00.885968+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:44:01.613 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:44:01 smithi186 bash[23727]: audit 2024-03-21T13:44:00.890848+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:44:01.767 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:44:01 smithi100 bash[21523]: audit 2024-03-21T13:44:00.885148+0000 mon.a (mon.0) 572 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:44:01.767 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:44:01 smithi100 bash[21523]: audit 2024-03-21T13:44:00.885968+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:44:01.767 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:44:01 smithi100 bash[21523]: audit 2024-03-21T13:44:00.890848+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:44:01.771 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:44:01 smithi170 bash[22996]: audit 2024-03-21T13:44:00.885148+0000 mon.a (mon.0) 572 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:44:01.771 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:44:01 smithi170 bash[22996]: audit 2024-03-21T13:44:00.885968+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:44:01.771 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:44:01 smithi170 bash[22996]: audit 2024-03-21T13:44:00.890848+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:44:02.634 INFO:teuthology.orchestra.run.smithi100.stderr:Inferring config /var/lib/ceph/81d57e16-e787-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T13:44:02.634 INFO:teuthology.orchestra.run.smithi100.stderr:Inferring config /var/lib/ceph/81d57e16-e787-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T13:44:02.656 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:44:02 smithi100 bash[21523]: cluster 2024-03-21T13:44:00.467807+0000 mgr.a (mgr.14152) 311 : cluster [DBG] pgmap v282: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:44:02.771 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:44:02 smithi170 bash[22996]: cluster 2024-03-21T13:44:00.467807+0000 mgr.a (mgr.14152) 311 : cluster [DBG] pgmap v282: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:44:02.862 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:44:02 smithi186 bash[23727]: cluster 2024-03-21T13:44:00.467807+0000 mgr.a (mgr.14152) 311 : cluster [DBG] pgmap v282: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:44:03.643 INFO:teuthology.orchestra.run.smithi100.stderr:Inferring config /var/lib/ceph/81d57e16-e787-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T13:44:03.644 INFO:teuthology.orchestra.run.smithi100.stderr:Inferring config /var/lib/ceph/81d57e16-e787-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T13:44:03.644 INFO:teuthology.orchestra.run.smithi100.stderr:Inferring config /var/lib/ceph/81d57e16-e787-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T13:44:04.447 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:44:04 smithi100 bash[21523]: cluster 2024-03-21T13:44:02.468363+0000 mgr.a (mgr.14152) 312 : cluster [DBG] pgmap v283: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:44:04.656 INFO:teuthology.orchestra.run.smithi100.stderr:Inferring config /var/lib/ceph/81d57e16-e787-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T13:44:04.771 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:44:04 smithi170 bash[22996]: cluster 2024-03-21T13:44:02.468363+0000 mgr.a (mgr.14152) 312 : cluster [DBG] pgmap v283: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:44:04.863 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:44:04 smithi186 bash[23727]: cluster 2024-03-21T13:44:02.468363+0000 mgr.a (mgr.14152) 312 : cluster [DBG] pgmap v283: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:44:06.516 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:44:06 smithi100 bash[21523]: cluster 2024-03-21T13:44:04.468849+0000 mgr.a (mgr.14152) 313 : cluster [DBG] pgmap v284: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:44:06.771 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:44:06 smithi170 bash[22996]: cluster 2024-03-21T13:44:04.468849+0000 mgr.a (mgr.14152) 313 : cluster [DBG] pgmap v284: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:44:06.863 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:44:06 smithi186 bash[23727]: cluster 2024-03-21T13:44:04.468849+0000 mgr.a (mgr.14152) 313 : cluster [DBG] pgmap v284: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:44:08.542 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:44:08 smithi100 bash[21523]: cluster 2024-03-21T13:44:06.469336+0000 mgr.a (mgr.14152) 314 : cluster [DBG] pgmap v285: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:44:08.771 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:44:08 smithi170 bash[22996]: cluster 2024-03-21T13:44:06.469336+0000 mgr.a (mgr.14152) 314 : cluster [DBG] pgmap v285: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:44:08.863 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:44:08 smithi186 bash[23727]: cluster 2024-03-21T13:44:06.469336+0000 mgr.a (mgr.14152) 314 : cluster [DBG] pgmap v285: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:44:09.053 INFO:teuthology.orchestra.run.smithi100.stdout:146028888092 2024-03-21T13:44:09.288 INFO:teuthology.orchestra.run.smithi100.stdout:55834574906 2024-03-21T13:44:09.766 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:44:09 smithi100 bash[21523]: audit 2024-03-21T13:44:09.060370+0000 mon.a (mon.0) 575 : audit [DBG] from='client.? 172.21.15.100:0/2401599370' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-03-21T13:44:09.767 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:44:09 smithi100 bash[21523]: audit 2024-03-21T13:44:09.295049+0000 mon.a (mon.0) 576 : audit [DBG] from='client.? 172.21.15.100:0/2351556910' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-03-21T13:44:09.771 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:44:09 smithi170 bash[22996]: audit 2024-03-21T13:44:09.060370+0000 mon.a (mon.0) 575 : audit [DBG] from='client.? 172.21.15.100:0/2401599370' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-03-21T13:44:09.771 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:44:09 smithi170 bash[22996]: audit 2024-03-21T13:44:09.295049+0000 mon.a (mon.0) 576 : audit [DBG] from='client.? 172.21.15.100:0/2351556910' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-03-21T13:44:09.863 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:44:09 smithi186 bash[23727]: audit 2024-03-21T13:44:09.060370+0000 mon.a (mon.0) 575 : audit [DBG] from='client.? 172.21.15.100:0/2401599370' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-03-21T13:44:09.863 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:44:09 smithi186 bash[23727]: audit 2024-03-21T13:44:09.295049+0000 mon.a (mon.0) 576 : audit [DBG] from='client.? 172.21.15.100:0/2351556910' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-03-21T13:44:10.770 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:44:10 smithi100 bash[21523]: cluster 2024-03-21T13:44:08.469699+0000 mgr.a (mgr.14152) 315 : cluster [DBG] pgmap v286: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:44:10.771 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:44:10 smithi170 bash[22996]: cluster 2024-03-21T13:44:08.469699+0000 mgr.a (mgr.14152) 315 : cluster [DBG] pgmap v286: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:44:10.863 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:44:10 smithi186 bash[23727]: cluster 2024-03-21T13:44:08.469699+0000 mgr.a (mgr.14152) 315 : cluster [DBG] pgmap v286: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:44:11.872 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574904 got 55834574906 for osd.1 2024-03-21T13:44:11.872 DEBUG:teuthology.parallel:result is None 2024-03-21T13:44:12.076 INFO:tasks.cephadm.ceph_manager.ceph:need seq 146028888090 got 146028888092 for osd.4 2024-03-21T13:44:12.076 DEBUG:teuthology.parallel:result is None 2024-03-21T13:44:12.766 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:44:12 smithi100 bash[21523]: cluster 2024-03-21T13:44:10.470198+0000 mgr.a (mgr.14152) 316 : cluster [DBG] pgmap v287: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:44:12.771 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:44:12 smithi170 bash[22996]: cluster 2024-03-21T13:44:10.470198+0000 mgr.a (mgr.14152) 316 : cluster [DBG] pgmap v287: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:44:12.863 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:44:12 smithi186 bash[23727]: cluster 2024-03-21T13:44:10.470198+0000 mgr.a (mgr.14152) 316 : cluster [DBG] pgmap v287: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:44:13.311 INFO:teuthology.orchestra.run.smithi100.stdout:111669149735 2024-03-21T13:44:13.766 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:44:13 smithi100 bash[21523]: audit 2024-03-21T13:44:13.318342+0000 mon.a (mon.0) 577 : audit [DBG] from='client.? 172.21.15.100:0/4068478880' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-03-21T13:44:13.771 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:44:13 smithi170 bash[22996]: audit 2024-03-21T13:44:13.318342+0000 mon.a (mon.0) 577 : audit [DBG] from='client.? 172.21.15.100:0/4068478880' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-03-21T13:44:13.863 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:44:13 smithi186 bash[23727]: audit 2024-03-21T13:44:13.318342+0000 mon.a (mon.0) 577 : audit [DBG] from='client.? 172.21.15.100:0/4068478880' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-03-21T13:44:13.915 INFO:teuthology.orchestra.run.smithi100.stdout:77309411378 2024-03-21T13:44:14.151 INFO:teuthology.orchestra.run.smithi100.stdout:34359738437 2024-03-21T13:44:14.537 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:44:14 smithi100 bash[21523]: cluster 2024-03-21T13:44:12.470671+0000 mgr.a (mgr.14152) 317 : cluster [DBG] pgmap v288: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:44:14.537 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:44:14 smithi100 bash[21523]: audit 2024-03-21T13:44:13.922322+0000 mon.a (mon.0) 578 : audit [DBG] from='client.? 172.21.15.100:0/953910784' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-03-21T13:44:14.537 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:44:14 smithi100 bash[21523]: audit 2024-03-21T13:44:14.158385+0000 mon.a (mon.0) 579 : audit [DBG] from='client.? 172.21.15.100:0/703745804' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-03-21T13:44:14.771 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:44:14 smithi170 bash[22996]: cluster 2024-03-21T13:44:12.470671+0000 mgr.a (mgr.14152) 317 : cluster [DBG] pgmap v288: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:44:14.771 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:44:14 smithi170 bash[22996]: audit 2024-03-21T13:44:13.922322+0000 mon.a (mon.0) 578 : audit [DBG] from='client.? 172.21.15.100:0/953910784' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-03-21T13:44:14.771 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:44:14 smithi170 bash[22996]: audit 2024-03-21T13:44:14.158385+0000 mon.a (mon.0) 579 : audit [DBG] from='client.? 172.21.15.100:0/703745804' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-03-21T13:44:14.863 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:44:14 smithi186 bash[23727]: cluster 2024-03-21T13:44:12.470671+0000 mgr.a (mgr.14152) 317 : cluster [DBG] pgmap v288: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:44:14.863 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:44:14 smithi186 bash[23727]: audit 2024-03-21T13:44:13.922322+0000 mon.a (mon.0) 578 : audit [DBG] from='client.? 172.21.15.100:0/953910784' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-03-21T13:44:14.863 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:44:14 smithi186 bash[23727]: audit 2024-03-21T13:44:14.158385+0000 mon.a (mon.0) 579 : audit [DBG] from='client.? 172.21.15.100:0/703745804' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-03-21T13:44:15.165 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149732 got 111669149735 for osd.3 2024-03-21T13:44:15.165 DEBUG:teuthology.parallel:result is None 2024-03-21T13:44:15.196 INFO:teuthology.orchestra.run.smithi100.stdout:180388626451 2024-03-21T13:44:15.415 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:44:15 smithi100 bash[21523]: audit 2024-03-21T13:44:15.203476+0000 mon.a (mon.0) 580 : audit [DBG] from='client.? 172.21.15.100:0/3710002342' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-03-21T13:44:15.771 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:44:15 smithi170 bash[22996]: audit 2024-03-21T13:44:15.203476+0000 mon.a (mon.0) 580 : audit [DBG] from='client.? 172.21.15.100:0/3710002342' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-03-21T13:44:15.862 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:44:15 smithi186 bash[23727]: audit 2024-03-21T13:44:15.203476+0000 mon.a (mon.0) 580 : audit [DBG] from='client.? 172.21.15.100:0/3710002342' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-03-21T13:44:16.220 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411374 got 77309411378 for osd.2 2024-03-21T13:44:16.220 DEBUG:teuthology.parallel:result is None 2024-03-21T13:44:16.554 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738434 got 34359738437 for osd.0 2024-03-21T13:44:16.555 DEBUG:teuthology.parallel:result is None 2024-03-21T13:44:16.720 INFO:tasks.cephadm.ceph_manager.ceph:need seq 180388626448 got 180388626451 for osd.5 2024-03-21T13:44:16.720 DEBUG:teuthology.parallel:result is None 2024-03-21T13:44:16.721 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-03-21T13:44:16.721 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ba760091cd7bd2b0d23f4825ac856ba66450e988 shell --fsid 81d57e16-e787-11ee-95cd-87774f69a715 -- ceph pg dump --format=json 2024-03-21T13:44:16.771 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:44:16 smithi170 bash[22996]: cluster 2024-03-21T13:44:14.471161+0000 mgr.a (mgr.14152) 318 : cluster [DBG] pgmap v289: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:44:16.863 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:44:16 smithi186 bash[23727]: cluster 2024-03-21T13:44:14.471161+0000 mgr.a (mgr.14152) 318 : cluster [DBG] pgmap v289: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:44:17.016 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:44:16 smithi100 bash[21523]: cluster 2024-03-21T13:44:14.471161+0000 mgr.a (mgr.14152) 318 : cluster [DBG] pgmap v289: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:44:17.766 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:44:17 smithi100 bash[21523]: cluster 2024-03-21T13:44:16.471717+0000 mgr.a (mgr.14152) 319 : cluster [DBG] pgmap v290: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:44:17.771 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:44:17 smithi170 bash[22996]: cluster 2024-03-21T13:44:16.471717+0000 mgr.a (mgr.14152) 319 : cluster [DBG] pgmap v290: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:44:17.862 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:44:17 smithi186 bash[23727]: cluster 2024-03-21T13:44:16.471717+0000 mgr.a (mgr.14152) 319 : cluster [DBG] pgmap v290: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:44:19.863 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:44:19 smithi186 bash[23727]: cluster 2024-03-21T13:44:18.472248+0000 mgr.a (mgr.14152) 320 : cluster [DBG] pgmap v291: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:44:20.016 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:44:19 smithi100 bash[21523]: cluster 2024-03-21T13:44:18.472248+0000 mgr.a (mgr.14152) 320 : cluster [DBG] pgmap v291: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:44:20.021 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:44:19 smithi170 bash[22996]: cluster 2024-03-21T13:44:18.472248+0000 mgr.a (mgr.14152) 320 : cluster [DBG] pgmap v291: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:44:21.452 INFO:teuthology.orchestra.run.smithi100.stderr:Inferring config /var/lib/ceph/81d57e16-e787-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T13:44:21.766 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:44:21 smithi100 bash[21523]: cluster 2024-03-21T13:44:20.472814+0000 mgr.a (mgr.14152) 321 : cluster [DBG] pgmap v292: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:44:21.862 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:44:21 smithi186 bash[23727]: cluster 2024-03-21T13:44:20.472814+0000 mgr.a (mgr.14152) 321 : cluster [DBG] pgmap v292: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:44:22.021 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:44:21 smithi170 bash[22996]: cluster 2024-03-21T13:44:20.472814+0000 mgr.a (mgr.14152) 321 : cluster [DBG] pgmap v292: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:44:23.766 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:44:23 smithi100 bash[21523]: cluster 2024-03-21T13:44:22.473187+0000 mgr.a (mgr.14152) 322 : cluster [DBG] pgmap v293: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:44:23.862 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:44:23 smithi186 bash[23727]: cluster 2024-03-21T13:44:22.473187+0000 mgr.a (mgr.14152) 322 : cluster [DBG] pgmap v293: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:44:24.021 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:44:23 smithi170 bash[22996]: cluster 2024-03-21T13:44:22.473187+0000 mgr.a (mgr.14152) 322 : cluster [DBG] pgmap v293: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:44:24.526 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-03-21T13:44:24.530 INFO:teuthology.orchestra.run.smithi100.stderr:dumped all 2024-03-21T13:44:25.332 INFO:teuthology.orchestra.run.smithi100.stdout:{"pg_ready":true,"pg_map":{"version":294,"stamp":"2024-03-21T13:44:24.473421+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":6,"num_per_pool_osds":6,"num_per_pool_omap_osds":3,"kb":562470912,"kb_used":178812,"kb_used_data":4188,"kb_used_omap":9,"kb_used_meta":174518,"kb_avail":562292100,"statfs":{"total":575970213888,"available":575787110400,"internally_reserved":0,"allocated":4288512,"data_stored":2750106,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":9568,"internal_metadata":178707104},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.003034"},"pg_stats":[{"pgid":"1.0","version":"22'137","reported_seq":262,"reported_epoch":46,"state":"active+clean","last_fresh":"2024-03-21T13:42:55.189476+0000","last_change":"2024-03-21T13:42:55.188744+0000","last_active":"2024-03-21T13:42:55.189476+0000","last_peered":"2024-03-21T13:42:55.189476+0000","last_clean":"2024-03-21T13:42:55.189476+0000","last_became_active":"2024-03-21T13:42:55.187669+0000","last_became_peered":"2024-03-21T13:42:55.187669+0000","last_unstale":"2024-03-21T13:42:55.189476+0000","last_undegraded":"2024-03-21T13:42:55.189476+0000","last_fullsized":"2024-03-21T13:42:55.189476+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-21T13:40:23.079084+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-21T13:40:23.079084+0000","last_clean_scrub_stamp":"2024-03-21T13:40:23.079084+0000","objects_scrubbed":0,"log_size":137,"log_dups_size":0,"ondisk_log_size":137,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-03-22T20:26:25.663306+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,5,2],"acting":[3,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":2969600,"data_stored":2951840,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":6}],"osd_stats":[{"osd":5,"up_from":42,"seq":180388626453,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28008,"kb_used_data":988,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717144,"statfs":{"total":95995035648,"available":95966355456,"internally_reserved":0,"allocated":1011712,"data_stored":753535,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1,2,3,4],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":4,"up_from":34,"seq":146028888095,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":31596,"kb_used_data":408,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713556,"statfs":{"total":95995035648,"available":95962681344,"internally_reserved":0,"allocated":417792,"data_stored":163167,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[0,1,2,3,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":3,"up_from":26,"seq":111669149738,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32176,"kb_used_data":988,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93712976,"statfs":{"total":95995035648,"available":95962087424,"internally_reserved":0,"allocated":1011712,"data_stored":753535,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":31914439},"hb_peers":[0,1,2,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":2,"up_from":18,"seq":77309411380,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32172,"kb_used_data":988,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93712980,"statfs":{"total":95995035648,"available":95962091520,"internally_reserved":0,"allocated":1011712,"data_stored":753535,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[0,1,3,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738440,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27428,"kb_used_data":408,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717724,"statfs":{"total":95995035648,"available":95966949376,"internally_reserved":0,"allocated":417792,"data_stored":163167,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[1,2,3,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":13,"seq":55834574909,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27432,"kb_used_data":408,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717720,"statfs":{"total":95995035648,"available":95966945280,"internally_reserved":0,"allocated":417792,"data_stored":163167,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,2,3,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-03-21T13:44:25.332 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ba760091cd7bd2b0d23f4825ac856ba66450e988 shell --fsid 81d57e16-e787-11ee-95cd-87774f69a715 -- ceph pg dump --format=json 2024-03-21T13:44:25.766 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:44:25 smithi100 bash[21523]: cluster 2024-03-21T13:44:24.473656+0000 mgr.a (mgr.14152) 323 : cluster [DBG] pgmap v294: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:44:25.766 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:44:25 smithi100 bash[21523]: audit 2024-03-21T13:44:24.532062+0000 mgr.a (mgr.14152) 324 : audit [DBG] from='client.14436 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T13:44:25.862 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:44:25 smithi186 bash[23727]: cluster 2024-03-21T13:44:24.473656+0000 mgr.a (mgr.14152) 323 : cluster [DBG] pgmap v294: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:44:25.863 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:44:25 smithi186 bash[23727]: audit 2024-03-21T13:44:24.532062+0000 mgr.a (mgr.14152) 324 : audit [DBG] from='client.14436 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T13:44:26.021 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:44:25 smithi170 bash[22996]: cluster 2024-03-21T13:44:24.473656+0000 mgr.a (mgr.14152) 323 : cluster [DBG] pgmap v294: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:44:26.021 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:44:25 smithi170 bash[22996]: audit 2024-03-21T13:44:24.532062+0000 mgr.a (mgr.14152) 324 : audit [DBG] from='client.14436 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T13:44:27.862 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:44:27 smithi186 bash[23727]: cluster 2024-03-21T13:44:26.474228+0000 mgr.a (mgr.14152) 325 : cluster [DBG] pgmap v295: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:44:28.016 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:44:27 smithi100 bash[21523]: cluster 2024-03-21T13:44:26.474228+0000 mgr.a (mgr.14152) 325 : cluster [DBG] pgmap v295: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:44:28.020 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:44:27 smithi170 bash[22996]: cluster 2024-03-21T13:44:26.474228+0000 mgr.a (mgr.14152) 325 : cluster [DBG] pgmap v295: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:44:29.862 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:44:29 smithi186 bash[23727]: cluster 2024-03-21T13:44:28.474756+0000 mgr.a (mgr.14152) 326 : cluster [DBG] pgmap v296: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:44:30.016 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:44:29 smithi100 bash[21523]: cluster 2024-03-21T13:44:28.474756+0000 mgr.a (mgr.14152) 326 : cluster [DBG] pgmap v296: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:44:30.021 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:44:29 smithi170 bash[22996]: cluster 2024-03-21T13:44:28.474756+0000 mgr.a (mgr.14152) 326 : cluster [DBG] pgmap v296: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:44:30.050 INFO:teuthology.orchestra.run.smithi100.stderr:Inferring config /var/lib/ceph/81d57e16-e787-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T13:44:31.834 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:44:31 smithi100 bash[21523]: cluster 2024-03-21T13:44:30.475320+0000 mgr.a (mgr.14152) 327 : cluster [DBG] pgmap v297: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:44:31.862 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:44:31 smithi186 bash[23727]: cluster 2024-03-21T13:44:30.475320+0000 mgr.a (mgr.14152) 327 : cluster [DBG] pgmap v297: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:44:32.021 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:44:31 smithi170 bash[22996]: cluster 2024-03-21T13:44:30.475320+0000 mgr.a (mgr.14152) 327 : cluster [DBG] pgmap v297: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:44:33.089 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-03-21T13:44:33.092 INFO:teuthology.orchestra.run.smithi100.stderr:dumped all 2024-03-21T13:44:33.761 INFO:teuthology.orchestra.run.smithi100.stdout:{"pg_ready":true,"pg_map":{"version":298,"stamp":"2024-03-21T13:44:32.475613+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":6,"num_per_pool_osds":6,"num_per_pool_omap_osds":3,"kb":562470912,"kb_used":178812,"kb_used_data":4188,"kb_used_omap":9,"kb_used_meta":174518,"kb_avail":562292100,"statfs":{"total":575970213888,"available":575787110400,"internally_reserved":0,"allocated":4288512,"data_stored":2750106,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":9568,"internal_metadata":178707104},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.003061"},"pg_stats":[{"pgid":"1.0","version":"22'137","reported_seq":262,"reported_epoch":46,"state":"active+clean","last_fresh":"2024-03-21T13:42:55.189476+0000","last_change":"2024-03-21T13:42:55.188744+0000","last_active":"2024-03-21T13:42:55.189476+0000","last_peered":"2024-03-21T13:42:55.189476+0000","last_clean":"2024-03-21T13:42:55.189476+0000","last_became_active":"2024-03-21T13:42:55.187669+0000","last_became_peered":"2024-03-21T13:42:55.187669+0000","last_unstale":"2024-03-21T13:42:55.189476+0000","last_undegraded":"2024-03-21T13:42:55.189476+0000","last_fullsized":"2024-03-21T13:42:55.189476+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-21T13:40:23.079084+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-21T13:40:23.079084+0000","last_clean_scrub_stamp":"2024-03-21T13:40:23.079084+0000","objects_scrubbed":0,"log_size":137,"log_dups_size":0,"ondisk_log_size":137,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-03-22T20:26:25.663306+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,5,2],"acting":[3,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":2969600,"data_stored":2951840,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":6}],"osd_stats":[{"osd":5,"up_from":42,"seq":180388626455,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28008,"kb_used_data":988,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717144,"statfs":{"total":95995035648,"available":95966355456,"internally_reserved":0,"allocated":1011712,"data_stored":753535,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1,2,3,4],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":4,"up_from":34,"seq":146028888097,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":31596,"kb_used_data":408,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713556,"statfs":{"total":95995035648,"available":95962681344,"internally_reserved":0,"allocated":417792,"data_stored":163167,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[0,1,2,3,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":3,"up_from":26,"seq":111669149740,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32176,"kb_used_data":988,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93712976,"statfs":{"total":95995035648,"available":95962087424,"internally_reserved":0,"allocated":1011712,"data_stored":753535,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":31914439},"hb_peers":[0,1,2,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":2,"up_from":18,"seq":77309411382,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32172,"kb_used_data":988,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93712980,"statfs":{"total":95995035648,"available":95962091520,"internally_reserved":0,"allocated":1011712,"data_stored":753535,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[0,1,3,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738441,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27428,"kb_used_data":408,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717724,"statfs":{"total":95995035648,"available":95966949376,"internally_reserved":0,"allocated":417792,"data_stored":163167,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[1,2,3,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":13,"seq":55834574911,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27432,"kb_used_data":408,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717720,"statfs":{"total":95995035648,"available":95966945280,"internally_reserved":0,"allocated":417792,"data_stored":163167,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,2,3,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-03-21T13:44:33.762 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-03-21T13:44:33.762 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-03-21T13:44:33.762 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-03-21T13:44:33.762 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ba760091cd7bd2b0d23f4825ac856ba66450e988 shell --fsid 81d57e16-e787-11ee-95cd-87774f69a715 -- ceph health --format=json 2024-03-21T13:44:33.862 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:44:33 smithi186 bash[23727]: cluster 2024-03-21T13:44:32.475899+0000 mgr.a (mgr.14152) 328 : cluster [DBG] pgmap v298: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:44:33.863 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:44:33 smithi186 bash[23727]: audit 2024-03-21T13:44:33.094592+0000 mgr.a (mgr.14152) 329 : audit [DBG] from='client.14442 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T13:44:34.016 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:44:33 smithi100 bash[21523]: cluster 2024-03-21T13:44:32.475899+0000 mgr.a (mgr.14152) 328 : cluster [DBG] pgmap v298: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:44:34.016 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:44:33 smithi100 bash[21523]: audit 2024-03-21T13:44:33.094592+0000 mgr.a (mgr.14152) 329 : audit [DBG] from='client.14442 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T13:44:34.021 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:44:33 smithi170 bash[22996]: cluster 2024-03-21T13:44:32.475899+0000 mgr.a (mgr.14152) 328 : cluster [DBG] pgmap v298: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:44:34.021 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:44:33 smithi170 bash[22996]: audit 2024-03-21T13:44:33.094592+0000 mgr.a (mgr.14152) 329 : audit [DBG] from='client.14442 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T13:44:35.862 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:44:35 smithi186 bash[23727]: cluster 2024-03-21T13:44:34.476386+0000 mgr.a (mgr.14152) 330 : cluster [DBG] pgmap v299: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:44:36.016 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:44:35 smithi100 bash[21523]: cluster 2024-03-21T13:44:34.476386+0000 mgr.a (mgr.14152) 330 : cluster [DBG] pgmap v299: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:44:36.020 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:44:35 smithi170 bash[22996]: cluster 2024-03-21T13:44:34.476386+0000 mgr.a (mgr.14152) 330 : cluster [DBG] pgmap v299: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:44:37.862 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:44:37 smithi186 bash[23727]: cluster 2024-03-21T13:44:36.476966+0000 mgr.a (mgr.14152) 331 : cluster [DBG] pgmap v300: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:44:38.016 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:44:37 smithi100 bash[21523]: cluster 2024-03-21T13:44:36.476966+0000 mgr.a (mgr.14152) 331 : cluster [DBG] pgmap v300: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:44:38.020 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:44:37 smithi170 bash[22996]: cluster 2024-03-21T13:44:36.476966+0000 mgr.a (mgr.14152) 331 : cluster [DBG] pgmap v300: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:44:38.493 INFO:teuthology.orchestra.run.smithi100.stderr:Inferring config /var/lib/ceph/81d57e16-e787-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T13:44:40.362 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:44:40 smithi186 bash[23727]: cluster 2024-03-21T13:44:38.477470+0000 mgr.a (mgr.14152) 332 : cluster [DBG] pgmap v301: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:44:40.519 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:44:40 smithi100 bash[21523]: cluster 2024-03-21T13:44:38.477470+0000 mgr.a (mgr.14152) 332 : cluster [DBG] pgmap v301: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:44:40.520 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:44:40 smithi170 bash[22996]: cluster 2024-03-21T13:44:38.477470+0000 mgr.a (mgr.14152) 332 : cluster [DBG] pgmap v301: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:44:41.545 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-03-21T13:44:41.545 INFO:teuthology.orchestra.run.smithi100.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-03-21T13:44:42.281 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-03-21T13:44:42.282 INFO:tasks.cephadm:Setup complete, yielding 2024-03-21T13:44:42.282 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-03-21T13:44:42.292 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi100.front.sepia.ceph.com 2024-03-21T13:44:42.292 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ba760091cd7bd2b0d23f4825ac856ba66450e988 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81d57e16-e787-11ee-95cd-87774f69a715 -- bash -c 'set -ex 2024-03-21T13:44:42.293 DEBUG:teuthology.orchestra.run.smithi100:> HOSTNAMES=$(ceph orch host ls --format json | jq -r '"'"'.[] | .hostname'"'"') 2024-03-21T13:44:42.293 DEBUG:teuthology.orchestra.run.smithi100:> for host in $HOSTNAMES; do 2024-03-21T13:44:42.293 DEBUG:teuthology.orchestra.run.smithi100:> # find the hostname for "host.c" which will have no mgr 2024-03-21T13:44:42.293 DEBUG:teuthology.orchestra.run.smithi100:> HAS_MGRS=$(ceph orch ps --hostname ${host} --format json | jq '"'"'any(.daemon_type == "mgr")'"'"') 2024-03-21T13:44:42.293 DEBUG:teuthology.orchestra.run.smithi100:> if [ "$HAS_MGRS" == "false" ]; then 2024-03-21T13:44:42.293 DEBUG:teuthology.orchestra.run.smithi100:> HOST_C="${host}" 2024-03-21T13:44:42.293 DEBUG:teuthology.orchestra.run.smithi100:> fi 2024-03-21T13:44:42.293 DEBUG:teuthology.orchestra.run.smithi100:> done 2024-03-21T13:44:42.293 DEBUG:teuthology.orchestra.run.smithi100:> # One last thing to worry about before draining the host 2024-03-21T13:44:42.293 DEBUG:teuthology.orchestra.run.smithi100:> # is that the teuthology test tends to put the explicit 2024-03-21T13:44:42.293 DEBUG:teuthology.orchestra.run.smithi100:> # hostnames in the placement for the mon service. 2024-03-21T13:44:42.293 DEBUG:teuthology.orchestra.run.smithi100:> # We want to make sure we can drain without providing 2024-03-21T13:44:42.293 DEBUG:teuthology.orchestra.run.smithi100:> # --force and there is a check for the host being removed 2024-03-21T13:44:42.293 DEBUG:teuthology.orchestra.run.smithi100:> # being listed explicitly in the placements. Therefore, 2024-03-21T13:44:42.294 DEBUG:teuthology.orchestra.run.smithi100:> # we should remove it from the mon placement. 2024-03-21T13:44:42.294 DEBUG:teuthology.orchestra.run.smithi100:> ceph orch ls mon --export > mon.yaml 2024-03-21T13:44:42.294 DEBUG:teuthology.orchestra.run.smithi100:> sed /"$HOST_C"/d mon.yaml > mon_adjusted.yaml 2024-03-21T13:44:42.294 DEBUG:teuthology.orchestra.run.smithi100:> ceph orch apply -i mon_adjusted.yaml 2024-03-21T13:44:42.294 DEBUG:teuthology.orchestra.run.smithi100:> # now drain that host 2024-03-21T13:44:42.294 DEBUG:teuthology.orchestra.run.smithi100:> ceph orch host drain $HOST_C --zap-osd-devices 2024-03-21T13:44:42.294 DEBUG:teuthology.orchestra.run.smithi100:> # wait for drain to complete 2024-03-21T13:44:42.294 DEBUG:teuthology.orchestra.run.smithi100:> HOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C) 2024-03-21T13:44:42.294 DEBUG:teuthology.orchestra.run.smithi100:> while [ "$HOST_C_DAEMONS" != "No daemons reported" ]; do 2024-03-21T13:44:42.294 DEBUG:teuthology.orchestra.run.smithi100:> sleep 15 2024-03-21T13:44:42.294 DEBUG:teuthology.orchestra.run.smithi100:> HOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C) 2024-03-21T13:44:42.294 DEBUG:teuthology.orchestra.run.smithi100:> done 2024-03-21T13:44:42.294 DEBUG:teuthology.orchestra.run.smithi100:> # we want to check the ability to remove the host from 2024-03-21T13:44:42.294 DEBUG:teuthology.orchestra.run.smithi100:> # the CRUSH map, so we should first verify the host is in 2024-03-21T13:44:42.294 DEBUG:teuthology.orchestra.run.smithi100:> # the CRUSH map. 2024-03-21T13:44:42.294 DEBUG:teuthology.orchestra.run.smithi100:> ceph osd getcrushmap -o compiled-crushmap 2024-03-21T13:44:42.295 DEBUG:teuthology.orchestra.run.smithi100:> crushtool -d compiled-crushmap -o crushmap.txt 2024-03-21T13:44:42.295 DEBUG:teuthology.orchestra.run.smithi100:> CRUSH_MAP=$(cat crushmap.txt) 2024-03-21T13:44:42.295 DEBUG:teuthology.orchestra.run.smithi100:> if ! grep -q "$HOST_C" <<< "$CRUSH_MAP"; then 2024-03-21T13:44:42.295 DEBUG:teuthology.orchestra.run.smithi100:> printf "Expected to see $HOST_C in CRUSH map. Saw:\n\n$CRUSH_MAP" 2024-03-21T13:44:42.295 DEBUG:teuthology.orchestra.run.smithi100:> exit 1 2024-03-21T13:44:42.295 DEBUG:teuthology.orchestra.run.smithi100:> fi 2024-03-21T13:44:42.295 DEBUG:teuthology.orchestra.run.smithi100:> # If the drain was successful, we should be able to remove the 2024-03-21T13:44:42.295 DEBUG:teuthology.orchestra.run.smithi100:> # host without force with no issues. If there are still daemons 2024-03-21T13:44:42.295 DEBUG:teuthology.orchestra.run.smithi100:> # we will get a response telling us to drain the host and a 2024-03-21T13:44:42.295 DEBUG:teuthology.orchestra.run.smithi100:> # non-zero return code 2024-03-21T13:44:42.295 DEBUG:teuthology.orchestra.run.smithi100:> ceph orch host rm $HOST_C --rm-crush-entry 2024-03-21T13:44:42.295 DEBUG:teuthology.orchestra.run.smithi100:> # verify we'"'"'ve successfully removed the host from the CRUSH map 2024-03-21T13:44:42.295 DEBUG:teuthology.orchestra.run.smithi100:> sleep 30 2024-03-21T13:44:42.295 DEBUG:teuthology.orchestra.run.smithi100:> ceph osd getcrushmap -o compiled-crushmap 2024-03-21T13:44:42.295 DEBUG:teuthology.orchestra.run.smithi100:> crushtool -d compiled-crushmap -o crushmap.txt 2024-03-21T13:44:42.295 DEBUG:teuthology.orchestra.run.smithi100:> CRUSH_MAP=$(cat crushmap.txt) 2024-03-21T13:44:42.296 DEBUG:teuthology.orchestra.run.smithi100:> if grep -q "$HOST_C" <<< "$CRUSH_MAP"; then 2024-03-21T13:44:42.296 DEBUG:teuthology.orchestra.run.smithi100:> printf "Saw $HOST_C in CRUSH map after it should have been removed.\n\n$CRUSH_MAP" 2024-03-21T13:44:42.296 DEBUG:teuthology.orchestra.run.smithi100:> exit 1 2024-03-21T13:44:42.296 DEBUG:teuthology.orchestra.run.smithi100:> fi 2024-03-21T13:44:42.296 DEBUG:teuthology.orchestra.run.smithi100:> ' 2024-03-21T13:44:42.362 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:44:42 smithi186 bash[23727]: cluster 2024-03-21T13:44:40.478037+0000 mgr.a (mgr.14152) 333 : cluster [DBG] pgmap v302: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:44:42.362 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:44:42 smithi186 bash[23727]: audit 2024-03-21T13:44:41.552612+0000 mon.a (mon.0) 581 : audit [DBG] from='client.? 172.21.15.100:0/2226431287' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-03-21T13:44:42.516 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:44:42 smithi100 bash[21523]: cluster 2024-03-21T13:44:40.478037+0000 mgr.a (mgr.14152) 333 : cluster [DBG] pgmap v302: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:44:42.516 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:44:42 smithi100 bash[21523]: audit 2024-03-21T13:44:41.552612+0000 mon.a (mon.0) 581 : audit [DBG] from='client.? 172.21.15.100:0/2226431287' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-03-21T13:44:42.520 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:44:42 smithi170 bash[22996]: cluster 2024-03-21T13:44:40.478037+0000 mgr.a (mgr.14152) 333 : cluster [DBG] pgmap v302: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:44:42.521 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:44:42 smithi170 bash[22996]: audit 2024-03-21T13:44:41.552612+0000 mon.a (mon.0) 581 : audit [DBG] from='client.? 172.21.15.100:0/2226431287' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-03-21T13:44:44.362 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:44:44 smithi186 bash[23727]: cluster 2024-03-21T13:44:42.478446+0000 mgr.a (mgr.14152) 334 : cluster [DBG] pgmap v303: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:44:44.516 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:44:44 smithi100 bash[21523]: cluster 2024-03-21T13:44:42.478446+0000 mgr.a (mgr.14152) 334 : cluster [DBG] pgmap v303: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:44:44.520 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:44:44 smithi170 bash[22996]: cluster 2024-03-21T13:44:42.478446+0000 mgr.a (mgr.14152) 334 : cluster [DBG] pgmap v303: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:44:46.362 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:44:46 smithi186 bash[23727]: cluster 2024-03-21T13:44:44.479044+0000 mgr.a (mgr.14152) 335 : cluster [DBG] pgmap v304: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:44:46.515 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:44:46 smithi100 bash[21523]: cluster 2024-03-21T13:44:44.479044+0000 mgr.a (mgr.14152) 335 : cluster [DBG] pgmap v304: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:44:46.520 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:44:46 smithi170 bash[22996]: cluster 2024-03-21T13:44:44.479044+0000 mgr.a (mgr.14152) 335 : cluster [DBG] pgmap v304: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:44:47.018 INFO:teuthology.orchestra.run.smithi100.stderr:Inferring config /var/lib/ceph/81d57e16-e787-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T13:44:48.248 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:44:48 smithi100 bash[21523]: cluster 2024-03-21T13:44:46.479743+0000 mgr.a (mgr.14152) 336 : cluster [DBG] pgmap v305: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:44:48.362 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:44:48 smithi186 bash[23727]: cluster 2024-03-21T13:44:46.479743+0000 mgr.a (mgr.14152) 336 : cluster [DBG] pgmap v305: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:44:48.520 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:44:48 smithi170 bash[22996]: cluster 2024-03-21T13:44:46.479743+0000 mgr.a (mgr.14152) 336 : cluster [DBG] pgmap v305: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:44:49.614 INFO:teuthology.orchestra.run.smithi100.stderr:++ ceph orch host ls --format json 2024-03-21T13:44:49.615 INFO:teuthology.orchestra.run.smithi100.stderr:++ jq -r '.[] | .hostname' 2024-03-21T13:44:49.967 INFO:teuthology.orchestra.run.smithi100.stderr:+ HOSTNAMES='smithi100 2024-03-21T13:44:49.968 INFO:teuthology.orchestra.run.smithi100.stderr:smithi170 2024-03-21T13:44:49.968 INFO:teuthology.orchestra.run.smithi100.stderr:smithi186' 2024-03-21T13:44:49.968 INFO:teuthology.orchestra.run.smithi100.stderr:+ for host in $HOSTNAMES 2024-03-21T13:44:49.968 INFO:teuthology.orchestra.run.smithi100.stderr:++ ceph orch ps --hostname smithi100 --format json 2024-03-21T13:44:49.968 INFO:teuthology.orchestra.run.smithi100.stderr:++ jq 'any(.daemon_type == "mgr")' 2024-03-21T13:44:50.339 INFO:teuthology.orchestra.run.smithi100.stderr:+ HAS_MGRS=true 2024-03-21T13:44:50.339 INFO:teuthology.orchestra.run.smithi100.stderr:+ '[' true == false ']' 2024-03-21T13:44:50.339 INFO:teuthology.orchestra.run.smithi100.stderr:+ for host in $HOSTNAMES 2024-03-21T13:44:50.339 INFO:teuthology.orchestra.run.smithi100.stderr:++ ceph orch ps --hostname smithi170 --format json 2024-03-21T13:44:50.339 INFO:teuthology.orchestra.run.smithi100.stderr:++ jq 'any(.daemon_type == "mgr")' 2024-03-21T13:44:50.362 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:44:50 smithi186 bash[23727]: cluster 2024-03-21T13:44:48.480285+0000 mgr.a (mgr.14152) 337 : cluster [DBG] pgmap v306: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:44:50.515 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:44:50 smithi100 bash[21523]: cluster 2024-03-21T13:44:48.480285+0000 mgr.a (mgr.14152) 337 : cluster [DBG] pgmap v306: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:44:50.520 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:44:50 smithi170 bash[22996]: cluster 2024-03-21T13:44:48.480285+0000 mgr.a (mgr.14152) 337 : cluster [DBG] pgmap v306: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:44:50.695 INFO:teuthology.orchestra.run.smithi100.stderr:+ HAS_MGRS=true 2024-03-21T13:44:50.695 INFO:teuthology.orchestra.run.smithi100.stderr:+ '[' true == false ']' 2024-03-21T13:44:50.695 INFO:teuthology.orchestra.run.smithi100.stderr:+ for host in $HOSTNAMES 2024-03-21T13:44:50.696 INFO:teuthology.orchestra.run.smithi100.stderr:++ ceph orch ps --hostname smithi186 --format json 2024-03-21T13:44:50.696 INFO:teuthology.orchestra.run.smithi100.stderr:++ jq 'any(.daemon_type == "mgr")' 2024-03-21T13:44:51.040 INFO:teuthology.orchestra.run.smithi100.stderr:+ HAS_MGRS=false 2024-03-21T13:44:51.041 INFO:teuthology.orchestra.run.smithi100.stderr:+ '[' false == false ']' 2024-03-21T13:44:51.041 INFO:teuthology.orchestra.run.smithi100.stderr:+ HOST_C=smithi186 2024-03-21T13:44:51.041 INFO:teuthology.orchestra.run.smithi100.stderr:+ ceph orch ls mon --export 2024-03-21T13:44:51.362 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:44:51 smithi186 bash[23727]: audit 2024-03-21T13:44:49.960536+0000 mgr.a (mgr.14152) 338 : audit [DBG] from='client.14454 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T13:44:51.362 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:44:51 smithi186 bash[23727]: audit 2024-03-21T13:44:50.323870+0000 mgr.a (mgr.14152) 339 : audit [DBG] from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi100", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T13:44:51.400 INFO:teuthology.orchestra.run.smithi100.stderr:+ sed /smithi186/d mon.yaml 2024-03-21T13:44:51.402 INFO:teuthology.orchestra.run.smithi100.stderr:+ ceph orch apply -i mon_adjusted.yaml 2024-03-21T13:44:51.515 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:44:51 smithi100 bash[21523]: audit 2024-03-21T13:44:49.960536+0000 mgr.a (mgr.14152) 338 : audit [DBG] from='client.14454 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T13:44:51.515 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:44:51 smithi100 bash[21523]: audit 2024-03-21T13:44:50.323870+0000 mgr.a (mgr.14152) 339 : audit [DBG] from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi100", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T13:44:51.520 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:44:51 smithi170 bash[22996]: audit 2024-03-21T13:44:49.960536+0000 mgr.a (mgr.14152) 338 : audit [DBG] from='client.14454 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T13:44:51.520 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:44:51 smithi170 bash[22996]: audit 2024-03-21T13:44:50.323870+0000 mgr.a (mgr.14152) 339 : audit [DBG] from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi100", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T13:44:51.751 INFO:teuthology.orchestra.run.smithi100.stdout:Scheduled mon update... 2024-03-21T13:44:51.766 INFO:teuthology.orchestra.run.smithi100.stderr:+ ceph orch host drain smithi186 --zap-osd-devices 2024-03-21T13:44:52.862 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:44:52 smithi186 systemd[1]: ceph-81d57e16-e787-11ee-95cd-87774f69a715@mon.c.service: Deactivated successfully. 2024-03-21T13:44:54.266 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:44:53 smithi100 bash[21523]: audit 2024-03-21T13:44:51.750600+0000 mgr.a (mgr.14152) 344 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:44:54.266 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:44:53 smithi100 bash[21523]: cephadm 2024-03-21T13:44:51.754342+0000 mgr.a (mgr.14152) 345 : cephadm [INF] Saving service mon spec with placement smithi100:172.21.15.100=a;smithi170:172.21.15.170=b;count:3 2024-03-21T13:44:54.266 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:44:53 smithi100 bash[21523]: cephadm 2024-03-21T13:44:51.773424+0000 mgr.a (mgr.14152) 346 : cephadm [INF] Safe to remove mon.c: new quorum should be ['a', 'b'] (from ['a', 'b']) 2024-03-21T13:44:54.267 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:44:53 smithi100 bash[21523]: cephadm 2024-03-21T13:44:51.773516+0000 mgr.a (mgr.14152) 347 : cephadm [INF] Removing monitor c from monmap... 2024-03-21T13:44:54.267 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:44:53 smithi100 bash[21523]: audit 2024-03-21T13:44:51.775126+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd='[{"prefix": "mon rm", "name": "c"}]': finished 2024-03-21T13:44:54.267 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:44:53 smithi100 bash[21523]: audit 2024-03-21T13:44:51.778578+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:44:54.267 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:44:53 smithi100 bash[21523]: audit 2024-03-21T13:44:51.779433+0000 mon.a (mon.0) 592 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:44:54.267 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:44:53 smithi100 bash[21523]: cluster 2024-03-21T13:44:51.781368+0000 mon.b (mon.1) 17 : cluster [INF] mon.b calling monitor election 2024-03-21T13:44:54.267 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:44:53 smithi100 bash[21523]: cluster 2024-03-21T13:44:52.481178+0000 mgr.a (mgr.14152) 348 : cluster [DBG] pgmap v308: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:44:54.267 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:44:53 smithi100 bash[21523]: cluster 2024-03-21T13:44:53.779207+0000 mon.a (mon.0) 593 : cluster [INF] mon.a calling monitor election 2024-03-21T13:44:54.267 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:44:53 smithi100 bash[21523]: cluster 2024-03-21T13:44:53.801543+0000 mon.a (mon.0) 594 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-03-21T13:44:54.267 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:44:53 smithi100 bash[21523]: cluster 2024-03-21T13:44:53.807986+0000 mon.a (mon.0) 595 : cluster [DBG] monmap e4: 2 mons at {a=[v2:172.21.15.100:3300/0,v1:172.21.15.100:6789/0],b=[v2:172.21.15.170:3300/0,v1:172.21.15.170:6789/0]} removed_ranks: {1} disallowed_leaders: {} 2024-03-21T13:44:54.267 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:44:53 smithi100 bash[21523]: cluster 2024-03-21T13:44:53.809061+0000 mon.a (mon.0) 596 : cluster [DBG] fsmap 2024-03-21T13:44:54.267 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:44:53 smithi100 bash[21523]: cluster 2024-03-21T13:44:53.809124+0000 mon.a (mon.0) 597 : cluster [DBG] osdmap e46: 6 total, 6 up, 6 in 2024-03-21T13:44:54.267 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:44:53 smithi100 bash[21523]: cluster 2024-03-21T13:44:53.809933+0000 mon.a (mon.0) 598 : cluster [DBG] mgrmap e15: a(active, since 9m), standbys: b 2024-03-21T13:44:54.267 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:44:53 smithi100 bash[21523]: cluster 2024-03-21T13:44:53.810210+0000 mon.a (mon.0) 599 : cluster [INF] overall HEALTH_OK 2024-03-21T13:44:54.271 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:44:53 smithi170 bash[22996]: audit 2024-03-21T13:44:51.750600+0000 mgr.a (mgr.14152) 344 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:44:54.271 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:44:53 smithi170 bash[22996]: cephadm 2024-03-21T13:44:51.754342+0000 mgr.a (mgr.14152) 345 : cephadm [INF] Saving service mon spec with placement smithi100:172.21.15.100=a;smithi170:172.21.15.170=b;count:3 2024-03-21T13:44:54.271 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:44:53 smithi170 bash[22996]: cephadm 2024-03-21T13:44:51.773424+0000 mgr.a (mgr.14152) 346 : cephadm [INF] Safe to remove mon.c: new quorum should be ['a', 'b'] (from ['a', 'b']) 2024-03-21T13:44:54.271 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:44:53 smithi170 bash[22996]: cephadm 2024-03-21T13:44:51.773516+0000 mgr.a (mgr.14152) 347 : cephadm [INF] Removing monitor c from monmap... 2024-03-21T13:44:54.271 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:44:53 smithi170 bash[22996]: audit 2024-03-21T13:44:51.775126+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd='[{"prefix": "mon rm", "name": "c"}]': finished 2024-03-21T13:44:54.271 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:44:53 smithi170 bash[22996]: audit 2024-03-21T13:44:51.778578+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:44:54.271 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:44:53 smithi170 bash[22996]: audit 2024-03-21T13:44:51.779433+0000 mon.a (mon.0) 592 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:44:54.271 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:44:53 smithi170 bash[22996]: cluster 2024-03-21T13:44:51.781368+0000 mon.b (mon.1) 17 : cluster [INF] mon.b calling monitor election 2024-03-21T13:44:54.271 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:44:53 smithi170 bash[22996]: cluster 2024-03-21T13:44:52.481178+0000 mgr.a (mgr.14152) 348 : cluster [DBG] pgmap v308: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:44:54.271 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:44:53 smithi170 bash[22996]: cluster 2024-03-21T13:44:53.779207+0000 mon.a (mon.0) 593 : cluster [INF] mon.a calling monitor election 2024-03-21T13:44:54.272 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:44:53 smithi170 bash[22996]: cluster 2024-03-21T13:44:53.801543+0000 mon.a (mon.0) 594 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-03-21T13:44:54.272 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:44:53 smithi170 bash[22996]: cluster 2024-03-21T13:44:53.807986+0000 mon.a (mon.0) 595 : cluster [DBG] monmap e4: 2 mons at {a=[v2:172.21.15.100:3300/0,v1:172.21.15.100:6789/0],b=[v2:172.21.15.170:3300/0,v1:172.21.15.170:6789/0]} removed_ranks: {1} disallowed_leaders: {} 2024-03-21T13:44:54.272 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:44:53 smithi170 bash[22996]: cluster 2024-03-21T13:44:53.809061+0000 mon.a (mon.0) 596 : cluster [DBG] fsmap 2024-03-21T13:44:54.272 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:44:53 smithi170 bash[22996]: cluster 2024-03-21T13:44:53.809124+0000 mon.a (mon.0) 597 : cluster [DBG] osdmap e46: 6 total, 6 up, 6 in 2024-03-21T13:44:54.272 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:44:53 smithi170 bash[22996]: cluster 2024-03-21T13:44:53.809933+0000 mon.a (mon.0) 598 : cluster [DBG] mgrmap e15: a(active, since 9m), standbys: b 2024-03-21T13:44:54.272 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:44:53 smithi170 bash[22996]: cluster 2024-03-21T13:44:53.810210+0000 mon.a (mon.0) 599 : cluster [INF] overall HEALTH_OK 2024-03-21T13:44:55.156 INFO:teuthology.orchestra.run.smithi100.stdout:Scheduled to remove the following daemons from host 'smithi186' 2024-03-21T13:44:55.157 INFO:teuthology.orchestra.run.smithi100.stdout:type id 2024-03-21T13:44:55.157 INFO:teuthology.orchestra.run.smithi100.stdout:-------------------- --------------- 2024-03-21T13:44:55.157 INFO:teuthology.orchestra.run.smithi100.stdout:mon c 2024-03-21T13:44:55.157 INFO:teuthology.orchestra.run.smithi100.stdout:osd 4 2024-03-21T13:44:55.157 INFO:teuthology.orchestra.run.smithi100.stdout:osd 5 2024-03-21T13:44:55.172 INFO:teuthology.orchestra.run.smithi100.stderr:++ ceph orch ps --hostname smithi186 2024-03-21T13:44:55.265 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:44:54 smithi100 bash[21523]: cephadm 2024-03-21T13:44:53.812772+0000 mgr.a (mgr.14152) 349 : cephadm [INF] Removing daemon mon.c from smithi186 -- ports [] 2024-03-21T13:44:55.270 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:44:54 smithi170 bash[22996]: cephadm 2024-03-21T13:44:53.812772+0000 mgr.a (mgr.14152) 349 : cephadm [INF] Removing daemon mon.c from smithi186 -- ports [] 2024-03-21T13:44:55.546 INFO:teuthology.orchestra.run.smithi100.stderr:+ HOST_C_DAEMONS='NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-21T13:44:55.546 INFO:teuthology.orchestra.run.smithi100.stderr:mon.c smithi186 running (7m) 2m ago 7m 36.9M 2048M 19.0.0-2309-gba760091 07a0e2f85ecc c1ba9739323f 2024-03-21T13:44:55.546 INFO:teuthology.orchestra.run.smithi100.stderr:osd.4 smithi186 running (3m) 2m ago 3m 41.4M 10.4G 19.0.0-2309-gba760091 07a0e2f85ecc 4d4cfd356ad1 2024-03-21T13:44:55.546 INFO:teuthology.orchestra.run.smithi100.stderr:osd.5 smithi186 running (2m) 2m ago 2m - 10.4G 19.0.0-2309-gba760091 07a0e2f85ecc 885ef070018c ' 2024-03-21T13:44:55.546 INFO:teuthology.orchestra.run.smithi100.stderr:+ '[' 'NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-21T13:44:55.546 INFO:teuthology.orchestra.run.smithi100.stderr:mon.c smithi186 running (7m) 2m ago 7m 36.9M 2048M 19.0.0-2309-gba760091 07a0e2f85ecc c1ba9739323f 2024-03-21T13:44:55.546 INFO:teuthology.orchestra.run.smithi100.stderr:osd.4 smithi186 running (3m) 2m ago 3m 41.4M 10.4G 19.0.0-2309-gba760091 07a0e2f85ecc 4d4cfd356ad1 2024-03-21T13:44:55.547 INFO:teuthology.orchestra.run.smithi100.stderr:osd.5 smithi186 running (2m) 2m ago 2m - 10.4G 19.0.0-2309-gba760091 07a0e2f85ecc 885ef070018c ' '!=' 'No daemons reported' ']' 2024-03-21T13:44:55.547 INFO:teuthology.orchestra.run.smithi100.stderr:+ sleep 15 2024-03-21T13:44:56.516 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:44:56 smithi100 bash[21523]: cluster 2024-03-21T13:44:54.481720+0000 mgr.a (mgr.14152) 350 : cluster [DBG] pgmap v309: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:44:56.516 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:44:56 smithi100 bash[21523]: audit 2024-03-21T13:44:55.141817+0000 mgr.a (mgr.14152) 351 : audit [DBG] from='client.14488 -' entity='client.admin' cmd=[{"prefix": "orch host drain", "hostname": "smithi186", "zap_osd_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:44:56.516 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:44:56 smithi100 bash[21523]: audit 2024-03-21T13:44:55.150418+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:44:56.516 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:44:56 smithi100 bash[21523]: cephadm 2024-03-21T13:44:55.151079+0000 mgr.a (mgr.14152) 352 : cephadm [INF] Added label _no_schedule to host smithi186 2024-03-21T13:44:56.516 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:44:56 smithi100 bash[21523]: audit 2024-03-21T13:44:55.158717+0000 mon.a (mon.0) 601 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:44:56.516 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:44:56 smithi100 bash[21523]: cephadm 2024-03-21T13:44:55.159311+0000 mgr.a (mgr.14152) 353 : cephadm [INF] Added label _no_conf_keyring to host smithi186 2024-03-21T13:44:56.517 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:44:56 smithi100 bash[21523]: audit 2024-03-21T13:44:55.160734+0000 mon.a (mon.0) 602 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-03-21T13:44:56.517 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:44:56 smithi100 bash[21523]: cephadm 2024-03-21T13:44:55.161900+0000 mgr.a (mgr.14152) 354 : cephadm [INF] osd.4 crush weight is 0.0872955322265625 2024-03-21T13:44:56.517 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:44:56 smithi100 bash[21523]: audit 2024-03-21T13:44:55.162985+0000 mon.a (mon.0) 603 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-03-21T13:44:56.517 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:44:56 smithi100 bash[21523]: cephadm 2024-03-21T13:44:55.164096+0000 mgr.a (mgr.14152) 355 : cephadm [INF] osd.5 crush weight is 0.0872955322265625 2024-03-21T13:44:56.521 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:44:56 smithi170 bash[22996]: cluster 2024-03-21T13:44:54.481720+0000 mgr.a (mgr.14152) 350 : cluster [DBG] pgmap v309: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:44:56.521 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:44:56 smithi170 bash[22996]: audit 2024-03-21T13:44:55.141817+0000 mgr.a (mgr.14152) 351 : audit [DBG] from='client.14488 -' entity='client.admin' cmd=[{"prefix": "orch host drain", "hostname": "smithi186", "zap_osd_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:44:56.521 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:44:56 smithi170 bash[22996]: audit 2024-03-21T13:44:55.150418+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:44:56.521 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:44:56 smithi170 bash[22996]: cephadm 2024-03-21T13:44:55.151079+0000 mgr.a (mgr.14152) 352 : cephadm [INF] Added label _no_schedule to host smithi186 2024-03-21T13:44:56.521 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:44:56 smithi170 bash[22996]: audit 2024-03-21T13:44:55.158717+0000 mon.a (mon.0) 601 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:44:56.521 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:44:56 smithi170 bash[22996]: cephadm 2024-03-21T13:44:55.159311+0000 mgr.a (mgr.14152) 353 : cephadm [INF] Added label _no_conf_keyring to host smithi186 2024-03-21T13:44:56.521 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:44:56 smithi170 bash[22996]: audit 2024-03-21T13:44:55.160734+0000 mon.a (mon.0) 602 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-03-21T13:44:56.521 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:44:56 smithi170 bash[22996]: cephadm 2024-03-21T13:44:55.161900+0000 mgr.a (mgr.14152) 354 : cephadm [INF] osd.4 crush weight is 0.0872955322265625 2024-03-21T13:44:56.521 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:44:56 smithi170 bash[22996]: audit 2024-03-21T13:44:55.162985+0000 mon.a (mon.0) 603 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-03-21T13:44:56.521 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:44:56 smithi170 bash[22996]: cephadm 2024-03-21T13:44:55.164096+0000 mgr.a (mgr.14152) 355 : cephadm [INF] osd.5 crush weight is 0.0872955322265625 2024-03-21T13:44:57.515 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:44:57 smithi100 bash[21523]: audit 2024-03-21T13:44:55.526509+0000 mgr.a (mgr.14152) 356 : audit [DBG] from='client.14492 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi186", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:44:57.520 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:44:57 smithi170 bash[22996]: audit 2024-03-21T13:44:55.526509+0000 mgr.a (mgr.14152) 356 : audit [DBG] from='client.14492 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi186", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:44:58.515 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:44:58 smithi100 bash[21523]: cluster 2024-03-21T13:44:56.482287+0000 mgr.a (mgr.14152) 357 : cluster [DBG] pgmap v310: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:44:58.520 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:44:58 smithi170 bash[22996]: cluster 2024-03-21T13:44:56.482287+0000 mgr.a (mgr.14152) 357 : cluster [DBG] pgmap v310: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:44:59.112 INFO:journalctl@ceph.mon.c.smithi186.stdout:Mar 21 13:44:59 smithi186 systemd[1]: /etc/systemd/system/ceph-81d57e16-e787-11ee-95cd-87774f69a715@.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-03-21T13:44:59.113 INFO:journalctl@ceph.osd.4.smithi186.stdout:Mar 21 13:44:58 smithi186 systemd[1]: /etc/systemd/system/ceph-81d57e16-e787-11ee-95cd-87774f69a715@.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-03-21T13:44:59.113 INFO:journalctl@ceph.osd.5.smithi186.stdout:Mar 21 13:44:58 smithi186 systemd[1]: /etc/systemd/system/ceph-81d57e16-e787-11ee-95cd-87774f69a715@.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-03-21T13:45:00.516 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:00 smithi100 bash[21523]: cluster 2024-03-21T13:44:58.482787+0000 mgr.a (mgr.14152) 358 : cluster [DBG] pgmap v311: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:45:00.516 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:00 smithi100 bash[21523]: audit 2024-03-21T13:44:59.150618+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:45:00.516 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:00 smithi100 bash[21523]: audit 2024-03-21T13:44:59.157883+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:45:00.516 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:00 smithi100 bash[21523]: audit 2024-03-21T13:44:59.258554+0000 mon.a (mon.0) 606 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:45:00.520 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:00 smithi170 bash[22996]: cluster 2024-03-21T13:44:58.482787+0000 mgr.a (mgr.14152) 358 : cluster [DBG] pgmap v311: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:45:00.520 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:00 smithi170 bash[22996]: audit 2024-03-21T13:44:59.150618+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:45:00.521 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:00 smithi170 bash[22996]: audit 2024-03-21T13:44:59.157883+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:45:00.521 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:00 smithi170 bash[22996]: audit 2024-03-21T13:44:59.258554+0000 mon.a (mon.0) 606 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:45:02.515 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:02 smithi100 bash[21523]: cluster 2024-03-21T13:45:00.483375+0000 mgr.a (mgr.14152) 359 : cluster [DBG] pgmap v312: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:45:02.520 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:02 smithi170 bash[22996]: cluster 2024-03-21T13:45:00.483375+0000 mgr.a (mgr.14152) 359 : cluster [DBG] pgmap v312: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:45:03.765 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:03 smithi100 bash[21523]: audit 2024-03-21T13:45:02.331656+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:45:03.770 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:03 smithi170 bash[22996]: audit 2024-03-21T13:45:02.331656+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:45:04.765 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:04 smithi100 bash[21523]: cluster 2024-03-21T13:45:02.484037+0000 mgr.a (mgr.14152) 360 : cluster [DBG] pgmap v313: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:45:04.770 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:04 smithi170 bash[22996]: cluster 2024-03-21T13:45:02.484037+0000 mgr.a (mgr.14152) 360 : cluster [DBG] pgmap v313: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:45:05.766 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:05 smithi100 bash[21523]: cluster 2024-03-21T13:45:04.484627+0000 mgr.a (mgr.14152) 361 : cluster [DBG] pgmap v314: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:45:05.766 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:05 smithi100 bash[21523]: audit 2024-03-21T13:45:04.502088+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:45:05.766 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:05 smithi100 bash[21523]: audit 2024-03-21T13:45:04.511995+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:45:05.766 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:05 smithi100 bash[21523]: audit 2024-03-21T13:45:05.206179+0000 mon.a (mon.0) 610 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:45:05.766 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:05 smithi100 bash[21523]: audit 2024-03-21T13:45:05.208048+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:45:05.766 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:05 smithi100 bash[21523]: cephadm 2024-03-21T13:45:05.210767+0000 mgr.a (mgr.14152) 362 : cephadm [INF] Updating smithi100:/etc/ceph/ceph.conf 2024-03-21T13:45:05.766 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:05 smithi100 bash[21523]: cephadm 2024-03-21T13:45:05.211571+0000 mgr.a (mgr.14152) 363 : cephadm [INF] Updating smithi170:/etc/ceph/ceph.conf 2024-03-21T13:45:05.766 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:05 smithi100 bash[21523]: cephadm 2024-03-21T13:45:05.211900+0000 mgr.a (mgr.14152) 364 : cephadm [INF] Removing smithi186:/var/lib/ceph/81d57e16-e787-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:45:05.766 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:05 smithi100 bash[21523]: cephadm 2024-03-21T13:45:05.276200+0000 mgr.a (mgr.14152) 365 : cephadm [INF] Removing smithi186:/etc/ceph/ceph.client.admin.keyring 2024-03-21T13:45:05.766 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:05 smithi100 bash[21523]: cephadm 2024-03-21T13:45:05.340736+0000 mgr.a (mgr.14152) 366 : cephadm [INF] Removing smithi186:/var/lib/ceph/81d57e16-e787-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T13:45:05.767 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:05 smithi100 bash[21523]: audit 2024-03-21T13:45:05.379421+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:45:05.767 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:05 smithi100 bash[21523]: audit 2024-03-21T13:45:05.386121+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:45:05.770 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:05 smithi170 bash[22996]: cluster 2024-03-21T13:45:04.484627+0000 mgr.a (mgr.14152) 361 : cluster [DBG] pgmap v314: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:45:05.770 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:05 smithi170 bash[22996]: audit 2024-03-21T13:45:04.502088+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:45:05.771 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:05 smithi170 bash[22996]: audit 2024-03-21T13:45:04.511995+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:45:05.771 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:05 smithi170 bash[22996]: audit 2024-03-21T13:45:05.206179+0000 mon.a (mon.0) 610 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:45:05.771 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:05 smithi170 bash[22996]: audit 2024-03-21T13:45:05.208048+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:45:05.771 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:05 smithi170 bash[22996]: cephadm 2024-03-21T13:45:05.210767+0000 mgr.a (mgr.14152) 362 : cephadm [INF] Updating smithi100:/etc/ceph/ceph.conf 2024-03-21T13:45:05.771 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:05 smithi170 bash[22996]: cephadm 2024-03-21T13:45:05.211571+0000 mgr.a (mgr.14152) 363 : cephadm [INF] Updating smithi170:/etc/ceph/ceph.conf 2024-03-21T13:45:05.771 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:05 smithi170 bash[22996]: cephadm 2024-03-21T13:45:05.211900+0000 mgr.a (mgr.14152) 364 : cephadm [INF] Removing smithi186:/var/lib/ceph/81d57e16-e787-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:45:05.771 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:05 smithi170 bash[22996]: cephadm 2024-03-21T13:45:05.276200+0000 mgr.a (mgr.14152) 365 : cephadm [INF] Removing smithi186:/etc/ceph/ceph.client.admin.keyring 2024-03-21T13:45:05.771 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:05 smithi170 bash[22996]: cephadm 2024-03-21T13:45:05.340736+0000 mgr.a (mgr.14152) 366 : cephadm [INF] Removing smithi186:/var/lib/ceph/81d57e16-e787-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T13:45:05.771 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:05 smithi170 bash[22996]: audit 2024-03-21T13:45:05.379421+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:45:05.771 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:05 smithi170 bash[22996]: audit 2024-03-21T13:45:05.386121+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:45:07.016 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:06 smithi100 bash[21523]: cephadm 2024-03-21T13:45:05.426105+0000 mgr.a (mgr.14152) 367 : cephadm [INF] Updating smithi100:/var/lib/ceph/81d57e16-e787-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:45:07.016 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:06 smithi100 bash[21523]: cephadm 2024-03-21T13:45:05.427030+0000 mgr.a (mgr.14152) 368 : cephadm [INF] Updating smithi170:/var/lib/ceph/81d57e16-e787-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:45:07.016 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:06 smithi100 bash[21523]: audit 2024-03-21T13:45:05.598399+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:45:07.016 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:06 smithi100 bash[21523]: audit 2024-03-21T13:45:05.603120+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:45:07.016 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:06 smithi100 bash[21523]: audit 2024-03-21T13:45:05.610399+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:45:07.016 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:06 smithi100 bash[21523]: audit 2024-03-21T13:45:05.616444+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:45:07.017 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:06 smithi100 bash[21523]: audit 2024-03-21T13:45:05.619277+0000 mon.a (mon.0) 618 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-03-21T13:45:07.017 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:06 smithi100 bash[21523]: audit 2024-03-21T13:45:05.619581+0000 mgr.a (mgr.14152) 369 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-03-21T13:45:07.017 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:06 smithi100 bash[21523]: audit 2024-03-21T13:45:05.621457+0000 mon.a (mon.0) 619 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-03-21T13:45:07.017 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:06 smithi100 bash[21523]: audit 2024-03-21T13:45:05.621683+0000 mgr.a (mgr.14152) 370 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-03-21T13:45:07.017 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:06 smithi100 bash[21523]: audit 2024-03-21T13:45:05.623202+0000 mon.a (mon.0) 620 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-03-21T13:45:07.017 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:06 smithi100 bash[21523]: audit 2024-03-21T13:45:05.623474+0000 mgr.a (mgr.14152) 371 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-03-21T13:45:07.017 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:06 smithi100 bash[21523]: audit 2024-03-21T13:45:05.624799+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]: dispatch 2024-03-21T13:45:07.017 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:06 smithi100 bash[21523]: debug 2024-03-21T13:45:06.629+0000 7fc15218e700 -1 mon.a@0(leader).osd e47 definitely_dead 0 2024-03-21T13:45:07.020 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:06 smithi170 bash[22996]: cephadm 2024-03-21T13:45:05.426105+0000 mgr.a (mgr.14152) 367 : cephadm [INF] Updating smithi100:/var/lib/ceph/81d57e16-e787-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:45:07.021 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:06 smithi170 bash[22996]: cephadm 2024-03-21T13:45:05.427030+0000 mgr.a (mgr.14152) 368 : cephadm [INF] Updating smithi170:/var/lib/ceph/81d57e16-e787-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:45:07.021 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:06 smithi170 bash[22996]: audit 2024-03-21T13:45:05.598399+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:45:07.021 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:06 smithi170 bash[22996]: audit 2024-03-21T13:45:05.603120+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:45:07.021 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:06 smithi170 bash[22996]: audit 2024-03-21T13:45:05.610399+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:45:07.021 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:06 smithi170 bash[22996]: audit 2024-03-21T13:45:05.616444+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:45:07.021 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:06 smithi170 bash[22996]: audit 2024-03-21T13:45:05.619277+0000 mon.a (mon.0) 618 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-03-21T13:45:07.021 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:06 smithi170 bash[22996]: audit 2024-03-21T13:45:05.619581+0000 mgr.a (mgr.14152) 369 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-03-21T13:45:07.021 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:06 smithi170 bash[22996]: audit 2024-03-21T13:45:05.621457+0000 mon.a (mon.0) 619 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-03-21T13:45:07.021 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:06 smithi170 bash[22996]: audit 2024-03-21T13:45:05.621683+0000 mgr.a (mgr.14152) 370 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-03-21T13:45:07.021 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:06 smithi170 bash[22996]: audit 2024-03-21T13:45:05.623202+0000 mon.a (mon.0) 620 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-03-21T13:45:07.021 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:06 smithi170 bash[22996]: audit 2024-03-21T13:45:05.623474+0000 mgr.a (mgr.14152) 371 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-03-21T13:45:07.021 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:06 smithi170 bash[22996]: audit 2024-03-21T13:45:05.624799+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]: dispatch 2024-03-21T13:45:08.016 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:07 smithi100 bash[21523]: cluster 2024-03-21T13:45:06.485196+0000 mgr.a (mgr.14152) 372 : cluster [DBG] pgmap v315: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:45:08.016 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:07 smithi100 bash[21523]: audit 2024-03-21T13:45:06.616472+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd='[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]': finished 2024-03-21T13:45:08.016 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:07 smithi100 bash[21523]: cluster 2024-03-21T13:45:06.620834+0000 mon.a (mon.0) 623 : cluster [DBG] osdmap e47: 6 total, 6 up, 6 in 2024-03-21T13:45:08.016 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:07 smithi100 bash[21523]: cephadm 2024-03-21T13:45:06.622319+0000 mgr.a (mgr.14152) 373 : cephadm [INF] osd.5 weight is now 0.0 2024-03-21T13:45:08.016 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:07 smithi100 bash[21523]: audit 2024-03-21T13:45:06.626585+0000 mon.a (mon.0) 624 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-03-21T13:45:08.016 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:07 smithi100 bash[21523]: audit 2024-03-21T13:45:06.627007+0000 mgr.a (mgr.14152) 374 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-03-21T13:45:08.016 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:07 smithi100 bash[21523]: audit 2024-03-21T13:45:06.629406+0000 mon.a (mon.0) 625 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-03-21T13:45:08.016 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:07 smithi100 bash[21523]: audit 2024-03-21T13:45:06.629745+0000 mgr.a (mgr.14152) 375 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-03-21T13:45:08.016 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:07 smithi100 bash[21523]: audit 2024-03-21T13:45:06.631976+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["4"]}]: dispatch 2024-03-21T13:45:08.020 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:07 smithi170 bash[22996]: cluster 2024-03-21T13:45:06.485196+0000 mgr.a (mgr.14152) 372 : cluster [DBG] pgmap v315: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:45:08.020 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:07 smithi170 bash[22996]: audit 2024-03-21T13:45:06.616472+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd='[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]': finished 2024-03-21T13:45:08.020 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:07 smithi170 bash[22996]: cluster 2024-03-21T13:45:06.620834+0000 mon.a (mon.0) 623 : cluster [DBG] osdmap e47: 6 total, 6 up, 6 in 2024-03-21T13:45:08.020 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:07 smithi170 bash[22996]: cephadm 2024-03-21T13:45:06.622319+0000 mgr.a (mgr.14152) 373 : cephadm [INF] osd.5 weight is now 0.0 2024-03-21T13:45:08.021 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:07 smithi170 bash[22996]: audit 2024-03-21T13:45:06.626585+0000 mon.a (mon.0) 624 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-03-21T13:45:08.021 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:07 smithi170 bash[22996]: audit 2024-03-21T13:45:06.627007+0000 mgr.a (mgr.14152) 374 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-03-21T13:45:08.021 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:07 smithi170 bash[22996]: audit 2024-03-21T13:45:06.629406+0000 mon.a (mon.0) 625 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-03-21T13:45:08.021 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:07 smithi170 bash[22996]: audit 2024-03-21T13:45:06.629745+0000 mgr.a (mgr.14152) 375 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-03-21T13:45:08.021 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:07 smithi170 bash[22996]: audit 2024-03-21T13:45:06.631976+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["4"]}]: dispatch 2024-03-21T13:45:08.362 INFO:journalctl@ceph.osd.4.smithi186.stdout:Mar 21 13:45:08 smithi186 systemd[1]: Stopping Ceph osd.4 for 81d57e16-e787-11ee-95cd-87774f69a715... 2024-03-21T13:45:08.362 INFO:journalctl@ceph.osd.4.smithi186.stdout:Mar 21 13:45:08 smithi186 bash[26819]: debug 2024-03-21T13:45:08.158+0000 7f2556a29700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.4 -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-03-21T13:45:08.363 INFO:journalctl@ceph.osd.4.smithi186.stdout:Mar 21 13:45:08 smithi186 bash[26819]: debug 2024-03-21T13:45:08.158+0000 7f2556a29700 -1 osd.4 47 *** Got signal Terminated *** 2024-03-21T13:45:08.363 INFO:journalctl@ceph.osd.4.smithi186.stdout:Mar 21 13:45:08 smithi186 bash[26819]: debug 2024-03-21T13:45:08.158+0000 7f2556a29700 -1 osd.4 47 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-21T13:45:09.016 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:08 smithi100 bash[21523]: cluster 2024-03-21T13:45:07.625923+0000 mon.a (mon.0) 627 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-21T13:45:09.016 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:08 smithi100 bash[21523]: audit 2024-03-21T13:45:07.627537+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["4"]}]': finished 2024-03-21T13:45:09.016 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:08 smithi100 bash[21523]: cluster 2024-03-21T13:45:07.632046+0000 mon.a (mon.0) 629 : cluster [DBG] osdmap e48: 6 total, 5 up, 6 in 2024-03-21T13:45:09.017 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:08 smithi100 bash[21523]: cephadm 2024-03-21T13:45:07.633367+0000 mgr.a (mgr.14152) 376 : cephadm [INF] osd.4 now down 2024-03-21T13:45:09.017 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:08 smithi100 bash[21523]: cephadm 2024-03-21T13:45:07.634026+0000 mgr.a (mgr.14152) 377 : cephadm [INF] Removing daemon osd.4 from smithi186 -- ports [] 2024-03-21T13:45:09.017 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:08 smithi100 bash[21523]: cluster 2024-03-21T13:45:08.094521+0000 mon.a (mon.0) 630 : cluster [DBG] osdmap e49: 6 total, 5 up, 6 in 2024-03-21T13:45:09.021 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:08 smithi170 bash[22996]: cluster 2024-03-21T13:45:07.625923+0000 mon.a (mon.0) 627 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-21T13:45:09.021 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:08 smithi170 bash[22996]: audit 2024-03-21T13:45:07.627537+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["4"]}]': finished 2024-03-21T13:45:09.021 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:08 smithi170 bash[22996]: cluster 2024-03-21T13:45:07.632046+0000 mon.a (mon.0) 629 : cluster [DBG] osdmap e48: 6 total, 5 up, 6 in 2024-03-21T13:45:09.021 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:08 smithi170 bash[22996]: cephadm 2024-03-21T13:45:07.633367+0000 mgr.a (mgr.14152) 376 : cephadm [INF] osd.4 now down 2024-03-21T13:45:09.022 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:08 smithi170 bash[22996]: cephadm 2024-03-21T13:45:07.634026+0000 mgr.a (mgr.14152) 377 : cephadm [INF] Removing daemon osd.4 from smithi186 -- ports [] 2024-03-21T13:45:09.022 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:08 smithi170 bash[22996]: cluster 2024-03-21T13:45:08.094521+0000 mon.a (mon.0) 630 : cluster [DBG] osdmap e49: 6 total, 5 up, 6 in 2024-03-21T13:45:09.614 INFO:journalctl@ceph.osd.4.smithi186.stdout:Mar 21 13:45:09 smithi186 bash[35540]: ceph-81d57e16-e787-11ee-95cd-87774f69a715-osd-4 2024-03-21T13:45:09.614 INFO:journalctl@ceph.osd.4.smithi186.stdout:Mar 21 13:45:09 smithi186 bash[35605]: Error response from daemon: No such container: ceph-81d57e16-e787-11ee-95cd-87774f69a715-osd-4 2024-03-21T13:45:10.515 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:10 smithi100 bash[21523]: cluster 2024-03-21T13:45:08.485705+0000 mgr.a (mgr.14152) 378 : cluster [DBG] pgmap v319: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:45:10.516 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:10 smithi100 bash[21523]: cluster 2024-03-21T13:45:09.101719+0000 mon.a (mon.0) 631 : cluster [DBG] osdmap e50: 6 total, 5 up, 6 in 2024-03-21T13:45:10.520 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:10 smithi170 bash[22996]: cluster 2024-03-21T13:45:08.485705+0000 mgr.a (mgr.14152) 378 : cluster [DBG] pgmap v319: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:45:10.520 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:10 smithi170 bash[22996]: cluster 2024-03-21T13:45:09.101719+0000 mon.a (mon.0) 631 : cluster [DBG] osdmap e50: 6 total, 5 up, 6 in 2024-03-21T13:45:10.548 INFO:teuthology.orchestra.run.smithi100.stderr:++ ceph orch ps --hostname smithi186 2024-03-21T13:45:10.932 INFO:teuthology.orchestra.run.smithi100.stderr:+ HOST_C_DAEMONS='NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-21T13:45:10.932 INFO:teuthology.orchestra.run.smithi100.stderr:osd.4 smithi186 running (3m) 6s ago 3m 44.3M 10.4G 19.0.0-2309-gba760091 07a0e2f85ecc 4d4cfd356ad1 2024-03-21T13:45:10.933 INFO:teuthology.orchestra.run.smithi100.stderr:osd.5 smithi186 running (2m) 6s ago 2m 36.8M 10.4G 19.0.0-2309-gba760091 07a0e2f85ecc 885ef070018c ' 2024-03-21T13:45:10.933 INFO:teuthology.orchestra.run.smithi100.stderr:+ '[' 'NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-21T13:45:10.933 INFO:teuthology.orchestra.run.smithi100.stderr:osd.4 smithi186 running (3m) 6s ago 3m 44.3M 10.4G 19.0.0-2309-gba760091 07a0e2f85ecc 4d4cfd356ad1 2024-03-21T13:45:10.933 INFO:teuthology.orchestra.run.smithi100.stderr:osd.5 smithi186 running (2m) 6s ago 2m 36.8M 10.4G 19.0.0-2309-gba760091 07a0e2f85ecc 885ef070018c ' '!=' 'No daemons reported' ']' 2024-03-21T13:45:10.933 INFO:teuthology.orchestra.run.smithi100.stderr:+ sleep 15 2024-03-21T13:45:11.612 INFO:journalctl@ceph.osd.5.smithi186.stdout:Mar 21 13:45:11 smithi186 systemd[1]: /etc/systemd/system/ceph-81d57e16-e787-11ee-95cd-87774f69a715@.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-03-21T13:45:11.613 INFO:journalctl@ceph.osd.4.smithi186.stdout:Mar 21 13:45:11 smithi186 systemd[1]: ceph-81d57e16-e787-11ee-95cd-87774f69a715@osd.4.service: Deactivated successfully. 2024-03-21T13:45:11.613 INFO:journalctl@ceph.osd.4.smithi186.stdout:Mar 21 13:45:11 smithi186 systemd[1]: Stopped Ceph osd.4 for 81d57e16-e787-11ee-95cd-87774f69a715. 2024-03-21T13:45:11.613 INFO:journalctl@ceph.osd.4.smithi186.stdout:Mar 21 13:45:11 smithi186 systemd[1]: /etc/systemd/system/ceph-81d57e16-e787-11ee-95cd-87774f69a715@.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-03-21T13:45:12.516 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:12 smithi100 bash[21523]: cluster 2024-03-21T13:45:10.486276+0000 mgr.a (mgr.14152) 379 : cluster [DBG] pgmap v321: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:45:12.516 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:12 smithi100 bash[21523]: audit 2024-03-21T13:45:10.915590+0000 mgr.a (mgr.14152) 380 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi186", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:45:12.516 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:12 smithi100 bash[21523]: audit 2024-03-21T13:45:11.559291+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.4"}]: dispatch 2024-03-21T13:45:12.516 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:12 smithi100 bash[21523]: audit 2024-03-21T13:45:11.562157+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.4"}]': finished 2024-03-21T13:45:12.517 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:12 smithi100 bash[21523]: audit 2024-03-21T13:45:11.568075+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]: dispatch 2024-03-21T13:45:12.517 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:12 smithi100 bash[21523]: cluster 2024-03-21T13:45:11.569312+0000 mon.a (mon.0) 635 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-21T13:45:12.517 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:12 smithi100 bash[21523]: cluster 2024-03-21T13:45:11.569364+0000 mon.a (mon.0) 636 : cluster [INF] Cluster is now healthy 2024-03-21T13:45:12.517 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:12 smithi100 bash[21523]: audit 2024-03-21T13:45:11.571231+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]': finished 2024-03-21T13:45:12.517 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:12 smithi100 bash[21523]: cluster 2024-03-21T13:45:11.576217+0000 mon.a (mon.0) 638 : cluster [DBG] osdmap e51: 5 total, 5 up, 5 in 2024-03-21T13:45:12.520 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:12 smithi170 bash[22996]: cluster 2024-03-21T13:45:10.486276+0000 mgr.a (mgr.14152) 379 : cluster [DBG] pgmap v321: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:45:12.521 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:12 smithi170 bash[22996]: audit 2024-03-21T13:45:10.915590+0000 mgr.a (mgr.14152) 380 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi186", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:45:12.521 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:12 smithi170 bash[22996]: audit 2024-03-21T13:45:11.559291+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.4"}]: dispatch 2024-03-21T13:45:12.521 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:12 smithi170 bash[22996]: audit 2024-03-21T13:45:11.562157+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.4"}]': finished 2024-03-21T13:45:12.521 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:12 smithi170 bash[22996]: audit 2024-03-21T13:45:11.568075+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]: dispatch 2024-03-21T13:45:12.521 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:12 smithi170 bash[22996]: cluster 2024-03-21T13:45:11.569312+0000 mon.a (mon.0) 635 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-21T13:45:12.521 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:12 smithi170 bash[22996]: cluster 2024-03-21T13:45:11.569364+0000 mon.a (mon.0) 636 : cluster [INF] Cluster is now healthy 2024-03-21T13:45:12.522 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:12 smithi170 bash[22996]: audit 2024-03-21T13:45:11.571231+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]': finished 2024-03-21T13:45:12.522 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:12 smithi170 bash[22996]: cluster 2024-03-21T13:45:11.576217+0000 mon.a (mon.0) 638 : cluster [DBG] osdmap e51: 5 total, 5 up, 5 in 2024-03-21T13:45:13.515 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:13 smithi100 bash[21523]: cephadm 2024-03-21T13:45:11.558637+0000 mgr.a (mgr.14152) 381 : cephadm [INF] Removing key for osd.4 2024-03-21T13:45:13.516 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:13 smithi100 bash[21523]: cephadm 2024-03-21T13:45:11.567367+0000 mgr.a (mgr.14152) 382 : cephadm [INF] Successfully removed osd.4 on smithi186 2024-03-21T13:45:13.516 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:13 smithi100 bash[21523]: cephadm 2024-03-21T13:45:11.577539+0000 mgr.a (mgr.14152) 383 : cephadm [INF] Successfully purged osd.4 on smithi186 2024-03-21T13:45:13.516 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:13 smithi100 bash[21523]: cephadm 2024-03-21T13:45:11.577741+0000 mgr.a (mgr.14152) 384 : cephadm [INF] Zapping devices for osd.4 on smithi186 2024-03-21T13:45:13.516 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:13 smithi100 bash[21523]: cluster 2024-03-21T13:45:12.578884+0000 mon.a (mon.0) 639 : cluster [DBG] osdmap e52: 5 total, 5 up, 5 in 2024-03-21T13:45:13.520 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:13 smithi170 bash[22996]: cephadm 2024-03-21T13:45:11.558637+0000 mgr.a (mgr.14152) 381 : cephadm [INF] Removing key for osd.4 2024-03-21T13:45:13.520 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:13 smithi170 bash[22996]: cephadm 2024-03-21T13:45:11.567367+0000 mgr.a (mgr.14152) 382 : cephadm [INF] Successfully removed osd.4 on smithi186 2024-03-21T13:45:13.520 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:13 smithi170 bash[22996]: cephadm 2024-03-21T13:45:11.577539+0000 mgr.a (mgr.14152) 383 : cephadm [INF] Successfully purged osd.4 on smithi186 2024-03-21T13:45:13.520 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:13 smithi170 bash[22996]: cephadm 2024-03-21T13:45:11.577741+0000 mgr.a (mgr.14152) 384 : cephadm [INF] Zapping devices for osd.4 on smithi186 2024-03-21T13:45:13.520 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:13 smithi170 bash[22996]: cluster 2024-03-21T13:45:12.578884+0000 mon.a (mon.0) 639 : cluster [DBG] osdmap e52: 5 total, 5 up, 5 in 2024-03-21T13:45:14.515 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:14 smithi100 bash[21523]: cluster 2024-03-21T13:45:12.486813+0000 mgr.a (mgr.14152) 385 : cluster [DBG] pgmap v323: 1 pgs: 1 active+clean+remapped+wait; 577 KiB data, 144 MiB used, 447 GiB / 447 GiB avail; 2/6 objects misplaced (33.333%) 2024-03-21T13:45:14.516 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:14 smithi100 bash[21523]: cluster 2024-03-21T13:45:13.582210+0000 mon.a (mon.0) 640 : cluster [DBG] osdmap e53: 5 total, 5 up, 5 in 2024-03-21T13:45:14.524 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:14 smithi170 bash[22996]: cluster 2024-03-21T13:45:12.486813+0000 mgr.a (mgr.14152) 385 : cluster [DBG] pgmap v323: 1 pgs: 1 active+clean+remapped+wait; 577 KiB data, 144 MiB used, 447 GiB / 447 GiB avail; 2/6 objects misplaced (33.333%) 2024-03-21T13:45:14.524 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:14 smithi170 bash[22996]: cluster 2024-03-21T13:45:13.582210+0000 mon.a (mon.0) 640 : cluster [DBG] osdmap e53: 5 total, 5 up, 5 in 2024-03-21T13:45:16.015 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:15 smithi100 bash[21523]: cluster 2024-03-21T13:45:14.487341+0000 mgr.a (mgr.14152) 386 : cluster [DBG] pgmap v326: 1 pgs: 1 active+clean+remapped+wait; 577 KiB data, 144 MiB used, 447 GiB / 447 GiB avail; 2/6 objects misplaced (33.333%) 2024-03-21T13:45:16.015 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:15 smithi100 bash[21523]: cluster 2024-03-21T13:45:14.584200+0000 mon.a (mon.0) 641 : cluster [DBG] osdmap e54: 5 total, 5 up, 5 in 2024-03-21T13:45:16.020 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:15 smithi170 bash[22996]: cluster 2024-03-21T13:45:14.487341+0000 mgr.a (mgr.14152) 386 : cluster [DBG] pgmap v326: 1 pgs: 1 active+clean+remapped+wait; 577 KiB data, 144 MiB used, 447 GiB / 447 GiB avail; 2/6 objects misplaced (33.333%) 2024-03-21T13:45:16.020 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:15 smithi170 bash[22996]: cluster 2024-03-21T13:45:14.584200+0000 mon.a (mon.0) 641 : cluster [DBG] osdmap e54: 5 total, 5 up, 5 in 2024-03-21T13:45:17.016 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:16 smithi100 bash[21523]: cluster 2024-03-21T13:45:15.586481+0000 mon.a (mon.0) 642 : cluster [DBG] osdmap e55: 5 total, 5 up, 5 in 2024-03-21T13:45:17.020 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:16 smithi170 bash[22996]: cluster 2024-03-21T13:45:15.586481+0000 mon.a (mon.0) 642 : cluster [DBG] osdmap e55: 5 total, 5 up, 5 in 2024-03-21T13:45:18.015 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:17 smithi100 bash[21523]: cluster 2024-03-21T13:45:16.488007+0000 mgr.a (mgr.14152) 387 : cluster [DBG] pgmap v329: 1 pgs: 1 active+clean; 577 KiB data, 144 MiB used, 447 GiB / 447 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-03-21T13:45:18.020 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:17 smithi170 bash[22996]: cluster 2024-03-21T13:45:16.488007+0000 mgr.a (mgr.14152) 387 : cluster [DBG] pgmap v329: 1 pgs: 1 active+clean; 577 KiB data, 144 MiB used, 447 GiB / 447 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-03-21T13:45:20.015 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:19 smithi100 bash[21523]: cluster 2024-03-21T13:45:18.488670+0000 mgr.a (mgr.14152) 388 : cluster [DBG] pgmap v330: 1 pgs: 1 active+clean; 577 KiB data, 145 MiB used, 447 GiB / 447 GiB avail; 97 KiB/s, 0 objects/s recovering 2024-03-21T13:45:20.020 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:19 smithi170 bash[22996]: cluster 2024-03-21T13:45:18.488670+0000 mgr.a (mgr.14152) 388 : cluster [DBG] pgmap v330: 1 pgs: 1 active+clean; 577 KiB data, 145 MiB used, 447 GiB / 447 GiB avail; 97 KiB/s, 0 objects/s recovering 2024-03-21T13:45:20.605 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:20 smithi100 bash[21523]: debug 2024-03-21T13:45:20.317+0000 7fc15218e700 -1 mon.a@0(leader).osd e55 definitely_dead 0 2024-03-21T13:45:21.015 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:20 smithi100 bash[21523]: cephadm 2024-03-21T13:45:20.314845+0000 mgr.a (mgr.14152) 389 : cephadm [INF] Successfully zapped devices for osd.4 on smithi186 2024-03-21T13:45:21.015 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:20 smithi100 bash[21523]: audit 2024-03-21T13:45:20.315639+0000 mon.a (mon.0) 643 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-03-21T13:45:21.016 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:20 smithi100 bash[21523]: audit 2024-03-21T13:45:20.316074+0000 mgr.a (mgr.14152) 390 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-03-21T13:45:21.016 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:20 smithi100 bash[21523]: audit 2024-03-21T13:45:20.318705+0000 mon.a (mon.0) 644 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-03-21T13:45:21.016 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:20 smithi100 bash[21523]: audit 2024-03-21T13:45:20.319080+0000 mgr.a (mgr.14152) 391 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-03-21T13:45:21.016 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:20 smithi100 bash[21523]: audit 2024-03-21T13:45:20.321440+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["5"]}]: dispatch 2024-03-21T13:45:21.020 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:20 smithi170 bash[22996]: cephadm 2024-03-21T13:45:20.314845+0000 mgr.a (mgr.14152) 389 : cephadm [INF] Successfully zapped devices for osd.4 on smithi186 2024-03-21T13:45:21.020 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:20 smithi170 bash[22996]: audit 2024-03-21T13:45:20.315639+0000 mon.a (mon.0) 643 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-03-21T13:45:21.020 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:20 smithi170 bash[22996]: audit 2024-03-21T13:45:20.316074+0000 mgr.a (mgr.14152) 390 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-03-21T13:45:21.020 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:20 smithi170 bash[22996]: audit 2024-03-21T13:45:20.318705+0000 mon.a (mon.0) 644 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-03-21T13:45:21.020 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:20 smithi170 bash[22996]: audit 2024-03-21T13:45:20.319080+0000 mgr.a (mgr.14152) 391 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-03-21T13:45:21.020 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:20 smithi170 bash[22996]: audit 2024-03-21T13:45:20.321440+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["5"]}]: dispatch 2024-03-21T13:45:21.362 INFO:journalctl@ceph.osd.5.smithi186.stdout:Mar 21 13:45:21 smithi186 systemd[1]: Stopping Ceph osd.5 for 81d57e16-e787-11ee-95cd-87774f69a715... 2024-03-21T13:45:21.362 INFO:journalctl@ceph.osd.5.smithi186.stdout:Mar 21 13:45:21 smithi186 bash[32213]: debug 2024-03-21T13:45:21.150+0000 7f246a67b700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.5 -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-03-21T13:45:21.363 INFO:journalctl@ceph.osd.5.smithi186.stdout:Mar 21 13:45:21 smithi186 bash[32213]: debug 2024-03-21T13:45:21.150+0000 7f246a67b700 -1 osd.5 55 *** Got signal Terminated *** 2024-03-21T13:45:21.363 INFO:journalctl@ceph.osd.5.smithi186.stdout:Mar 21 13:45:21 smithi186 bash[32213]: debug 2024-03-21T13:45:21.150+0000 7f246a67b700 -1 osd.5 55 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-21T13:45:22.015 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:21 smithi100 bash[21523]: cluster 2024-03-21T13:45:20.489323+0000 mgr.a (mgr.14152) 392 : cluster [DBG] pgmap v331: 1 pgs: 1 active+clean; 577 KiB data, 145 MiB used, 447 GiB / 447 GiB avail; 83 KiB/s, 0 objects/s recovering 2024-03-21T13:45:22.015 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:21 smithi100 bash[21523]: cluster 2024-03-21T13:45:20.604701+0000 mon.a (mon.0) 646 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-21T13:45:22.015 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:21 smithi100 bash[21523]: cluster 2024-03-21T13:45:20.604754+0000 mon.a (mon.0) 647 : cluster [WRN] Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2024-03-21T13:45:22.016 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:21 smithi100 bash[21523]: audit 2024-03-21T13:45:20.612013+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["5"]}]': finished 2024-03-21T13:45:22.016 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:21 smithi100 bash[21523]: cluster 2024-03-21T13:45:20.618330+0000 mon.a (mon.0) 649 : cluster [DBG] osdmap e56: 5 total, 4 up, 5 in 2024-03-21T13:45:22.016 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:21 smithi100 bash[21523]: cephadm 2024-03-21T13:45:20.619775+0000 mgr.a (mgr.14152) 393 : cephadm [INF] osd.5 now down 2024-03-21T13:45:22.016 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:21 smithi100 bash[21523]: cephadm 2024-03-21T13:45:20.620332+0000 mgr.a (mgr.14152) 394 : cephadm [INF] Removing daemon osd.5 from smithi186 -- ports [] 2024-03-21T13:45:22.020 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:21 smithi170 bash[22996]: cluster 2024-03-21T13:45:20.489323+0000 mgr.a (mgr.14152) 392 : cluster [DBG] pgmap v331: 1 pgs: 1 active+clean; 577 KiB data, 145 MiB used, 447 GiB / 447 GiB avail; 83 KiB/s, 0 objects/s recovering 2024-03-21T13:45:22.020 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:21 smithi170 bash[22996]: cluster 2024-03-21T13:45:20.604701+0000 mon.a (mon.0) 646 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-21T13:45:22.020 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:21 smithi170 bash[22996]: cluster 2024-03-21T13:45:20.604754+0000 mon.a (mon.0) 647 : cluster [WRN] Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2024-03-21T13:45:22.021 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:21 smithi170 bash[22996]: audit 2024-03-21T13:45:20.612013+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["5"]}]': finished 2024-03-21T13:45:22.021 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:21 smithi170 bash[22996]: cluster 2024-03-21T13:45:20.618330+0000 mon.a (mon.0) 649 : cluster [DBG] osdmap e56: 5 total, 4 up, 5 in 2024-03-21T13:45:22.021 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:21 smithi170 bash[22996]: cephadm 2024-03-21T13:45:20.619775+0000 mgr.a (mgr.14152) 393 : cephadm [INF] osd.5 now down 2024-03-21T13:45:22.021 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:21 smithi170 bash[22996]: cephadm 2024-03-21T13:45:20.620332+0000 mgr.a (mgr.14152) 394 : cephadm [INF] Removing daemon osd.5 from smithi186 -- ports [] 2024-03-21T13:45:22.436 INFO:journalctl@ceph.osd.5.smithi186.stdout:Mar 21 13:45:22 smithi186 bash[36063]: ceph-81d57e16-e787-11ee-95cd-87774f69a715-osd-5 2024-03-21T13:45:22.862 INFO:journalctl@ceph.osd.5.smithi186.stdout:Mar 21 13:45:22 smithi186 bash[36125]: Error response from daemon: No such container: ceph-81d57e16-e787-11ee-95cd-87774f69a715-osd-5 2024-03-21T13:45:24.015 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:23 smithi100 bash[21523]: cluster 2024-03-21T13:45:22.490036+0000 mgr.a (mgr.14152) 395 : cluster [DBG] pgmap v333: 1 pgs: 1 active+clean; 577 KiB data, 145 MiB used, 447 GiB / 447 GiB avail; 73 KiB/s, 0 objects/s recovering 2024-03-21T13:45:24.020 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:23 smithi170 bash[22996]: cluster 2024-03-21T13:45:22.490036+0000 mgr.a (mgr.14152) 395 : cluster [DBG] pgmap v333: 1 pgs: 1 active+clean; 577 KiB data, 145 MiB used, 447 GiB / 447 GiB avail; 73 KiB/s, 0 objects/s recovering 2024-03-21T13:45:24.362 INFO:journalctl@ceph.osd.5.smithi186.stdout:Mar 21 13:45:24 smithi186 systemd[1]: ceph-81d57e16-e787-11ee-95cd-87774f69a715@osd.5.service: Deactivated successfully. 2024-03-21T13:45:24.362 INFO:journalctl@ceph.osd.5.smithi186.stdout:Mar 21 13:45:24 smithi186 systemd[1]: Stopped Ceph osd.5 for 81d57e16-e787-11ee-95cd-87774f69a715. 2024-03-21T13:45:24.362 INFO:journalctl@ceph.osd.5.smithi186.stdout:Mar 21 13:45:24 smithi186 systemd[1]: /etc/systemd/system/ceph-81d57e16-e787-11ee-95cd-87774f69a715@.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-03-21T13:45:25.015 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:24 smithi100 bash[21523]: audit 2024-03-21T13:45:24.446914+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.5"}]: dispatch 2024-03-21T13:45:25.015 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:24 smithi100 bash[21523]: audit 2024-03-21T13:45:24.449739+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.5"}]': finished 2024-03-21T13:45:25.016 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:24 smithi100 bash[21523]: audit 2024-03-21T13:45:24.455687+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]: dispatch 2024-03-21T13:45:25.016 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:24 smithi100 bash[21523]: cluster 2024-03-21T13:45:24.456826+0000 mon.a (mon.0) 653 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-21T13:45:25.016 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:24 smithi100 bash[21523]: cluster 2024-03-21T13:45:24.456882+0000 mon.a (mon.0) 654 : cluster [INF] Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2024-03-21T13:45:25.016 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:24 smithi100 bash[21523]: cluster 2024-03-21T13:45:24.456931+0000 mon.a (mon.0) 655 : cluster [INF] Cluster is now healthy 2024-03-21T13:45:25.016 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:24 smithi100 bash[21523]: audit 2024-03-21T13:45:24.460321+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]': finished 2024-03-21T13:45:25.016 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:24 smithi100 bash[21523]: cluster 2024-03-21T13:45:24.466968+0000 mon.a (mon.0) 657 : cluster [DBG] osdmap e57: 4 total, 4 up, 4 in 2024-03-21T13:45:25.020 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:24 smithi170 bash[22996]: audit 2024-03-21T13:45:24.446914+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.5"}]: dispatch 2024-03-21T13:45:25.020 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:24 smithi170 bash[22996]: audit 2024-03-21T13:45:24.449739+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.5"}]': finished 2024-03-21T13:45:25.020 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:24 smithi170 bash[22996]: audit 2024-03-21T13:45:24.455687+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]: dispatch 2024-03-21T13:45:25.020 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:24 smithi170 bash[22996]: cluster 2024-03-21T13:45:24.456826+0000 mon.a (mon.0) 653 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-21T13:45:25.020 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:24 smithi170 bash[22996]: cluster 2024-03-21T13:45:24.456882+0000 mon.a (mon.0) 654 : cluster [INF] Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2024-03-21T13:45:25.020 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:24 smithi170 bash[22996]: cluster 2024-03-21T13:45:24.456931+0000 mon.a (mon.0) 655 : cluster [INF] Cluster is now healthy 2024-03-21T13:45:25.021 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:24 smithi170 bash[22996]: audit 2024-03-21T13:45:24.460321+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]': finished 2024-03-21T13:45:25.021 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:24 smithi170 bash[22996]: cluster 2024-03-21T13:45:24.466968+0000 mon.a (mon.0) 657 : cluster [DBG] osdmap e57: 4 total, 4 up, 4 in 2024-03-21T13:45:25.934 INFO:teuthology.orchestra.run.smithi100.stderr:++ ceph orch ps --hostname smithi186 2024-03-21T13:45:26.015 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:25 smithi100 bash[21523]: cephadm 2024-03-21T13:45:24.446336+0000 mgr.a (mgr.14152) 396 : cephadm [INF] Removing key for osd.5 2024-03-21T13:45:26.015 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:25 smithi100 bash[21523]: cephadm 2024-03-21T13:45:24.455012+0000 mgr.a (mgr.14152) 397 : cephadm [INF] Successfully removed osd.5 on smithi186 2024-03-21T13:45:26.015 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:25 smithi100 bash[21523]: cephadm 2024-03-21T13:45:24.468254+0000 mgr.a (mgr.14152) 398 : cephadm [INF] Successfully purged osd.5 on smithi186 2024-03-21T13:45:26.015 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:25 smithi100 bash[21523]: cephadm 2024-03-21T13:45:24.468441+0000 mgr.a (mgr.14152) 399 : cephadm [INF] Zapping devices for osd.5 on smithi186 2024-03-21T13:45:26.016 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:25 smithi100 bash[21523]: cluster 2024-03-21T13:45:24.490583+0000 mgr.a (mgr.14152) 400 : cluster [DBG] pgmap v335: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-03-21T13:45:26.020 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:25 smithi170 bash[22996]: cephadm 2024-03-21T13:45:24.446336+0000 mgr.a (mgr.14152) 396 : cephadm [INF] Removing key for osd.5 2024-03-21T13:45:26.020 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:25 smithi170 bash[22996]: cephadm 2024-03-21T13:45:24.455012+0000 mgr.a (mgr.14152) 397 : cephadm [INF] Successfully removed osd.5 on smithi186 2024-03-21T13:45:26.020 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:25 smithi170 bash[22996]: cephadm 2024-03-21T13:45:24.468254+0000 mgr.a (mgr.14152) 398 : cephadm [INF] Successfully purged osd.5 on smithi186 2024-03-21T13:45:26.020 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:25 smithi170 bash[22996]: cephadm 2024-03-21T13:45:24.468441+0000 mgr.a (mgr.14152) 399 : cephadm [INF] Zapping devices for osd.5 on smithi186 2024-03-21T13:45:26.020 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:25 smithi170 bash[22996]: cluster 2024-03-21T13:45:24.490583+0000 mgr.a (mgr.14152) 400 : cluster [DBG] pgmap v335: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-03-21T13:45:26.311 INFO:teuthology.orchestra.run.smithi100.stderr:+ HOST_C_DAEMONS='No daemons reported' 2024-03-21T13:45:26.312 INFO:teuthology.orchestra.run.smithi100.stderr:+ '[' 'No daemons reported' '!=' 'No daemons reported' ']' 2024-03-21T13:45:26.312 INFO:teuthology.orchestra.run.smithi100.stderr:+ ceph osd getcrushmap -o compiled-crushmap 2024-03-21T13:45:26.643 INFO:teuthology.orchestra.run.smithi100.stderr:17 2024-03-21T13:45:26.653 INFO:teuthology.orchestra.run.smithi100.stderr:+ crushtool -d compiled-crushmap -o crushmap.txt 2024-03-21T13:45:26.671 INFO:teuthology.orchestra.run.smithi100.stderr:++ cat crushmap.txt 2024-03-21T13:45:26.673 INFO:teuthology.orchestra.run.smithi100.stderr:+ CRUSH_MAP='# begin crush map 2024-03-21T13:45:26.673 INFO:teuthology.orchestra.run.smithi100.stderr:tunable choose_local_tries 0 2024-03-21T13:45:26.673 INFO:teuthology.orchestra.run.smithi100.stderr:tunable choose_local_fallback_tries 0 2024-03-21T13:45:26.673 INFO:teuthology.orchestra.run.smithi100.stderr:tunable choose_total_tries 50 2024-03-21T13:45:26.673 INFO:teuthology.orchestra.run.smithi100.stderr:tunable chooseleaf_descend_once 1 2024-03-21T13:45:26.673 INFO:teuthology.orchestra.run.smithi100.stderr:tunable chooseleaf_vary_r 1 2024-03-21T13:45:26.673 INFO:teuthology.orchestra.run.smithi100.stderr:tunable chooseleaf_stable 1 2024-03-21T13:45:26.673 INFO:teuthology.orchestra.run.smithi100.stderr:tunable straw_calc_version 1 2024-03-21T13:45:26.673 INFO:teuthology.orchestra.run.smithi100.stderr:tunable allowed_bucket_algs 54 2024-03-21T13:45:26.673 INFO:teuthology.orchestra.run.smithi100.stderr: 2024-03-21T13:45:26.673 INFO:teuthology.orchestra.run.smithi100.stderr:# devices 2024-03-21T13:45:26.673 INFO:teuthology.orchestra.run.smithi100.stderr:device 0 osd.0 class ssd 2024-03-21T13:45:26.673 INFO:teuthology.orchestra.run.smithi100.stderr:device 1 osd.1 class ssd 2024-03-21T13:45:26.674 INFO:teuthology.orchestra.run.smithi100.stderr:device 2 osd.2 class ssd 2024-03-21T13:45:26.674 INFO:teuthology.orchestra.run.smithi100.stderr:device 3 osd.3 class ssd 2024-03-21T13:45:26.674 INFO:teuthology.orchestra.run.smithi100.stderr: 2024-03-21T13:45:26.674 INFO:teuthology.orchestra.run.smithi100.stderr:# types 2024-03-21T13:45:26.674 INFO:teuthology.orchestra.run.smithi100.stderr:type 0 osd 2024-03-21T13:45:26.674 INFO:teuthology.orchestra.run.smithi100.stderr:type 1 host 2024-03-21T13:45:26.674 INFO:teuthology.orchestra.run.smithi100.stderr:type 2 chassis 2024-03-21T13:45:26.674 INFO:teuthology.orchestra.run.smithi100.stderr:type 3 rack 2024-03-21T13:45:26.674 INFO:teuthology.orchestra.run.smithi100.stderr:type 4 row 2024-03-21T13:45:26.674 INFO:teuthology.orchestra.run.smithi100.stderr:type 5 pdu 2024-03-21T13:45:26.674 INFO:teuthology.orchestra.run.smithi100.stderr:type 6 pod 2024-03-21T13:45:26.674 INFO:teuthology.orchestra.run.smithi100.stderr:type 7 room 2024-03-21T13:45:26.674 INFO:teuthology.orchestra.run.smithi100.stderr:type 8 datacenter 2024-03-21T13:45:26.674 INFO:teuthology.orchestra.run.smithi100.stderr:type 9 zone 2024-03-21T13:45:26.675 INFO:teuthology.orchestra.run.smithi100.stderr:type 10 region 2024-03-21T13:45:26.675 INFO:teuthology.orchestra.run.smithi100.stderr:type 11 root 2024-03-21T13:45:26.675 INFO:teuthology.orchestra.run.smithi100.stderr: 2024-03-21T13:45:26.675 INFO:teuthology.orchestra.run.smithi100.stderr:# buckets 2024-03-21T13:45:26.675 INFO:teuthology.orchestra.run.smithi100.stderr:host smithi100 { 2024-03-21T13:45:26.675 INFO:teuthology.orchestra.run.smithi100.stderr: id -3 # do not change unnecessarily 2024-03-21T13:45:26.675 INFO:teuthology.orchestra.run.smithi100.stderr: id -4 class ssd # do not change unnecessarily 2024-03-21T13:45:26.675 INFO:teuthology.orchestra.run.smithi100.stderr: # weight 0.17459 2024-03-21T13:45:26.675 INFO:teuthology.orchestra.run.smithi100.stderr: alg straw2 2024-03-21T13:45:26.675 INFO:teuthology.orchestra.run.smithi100.stderr: hash 0 # rjenkins1 2024-03-21T13:45:26.675 INFO:teuthology.orchestra.run.smithi100.stderr: item osd.0 weight 0.08730 2024-03-21T13:45:26.675 INFO:teuthology.orchestra.run.smithi100.stderr: item osd.1 weight 0.08730 2024-03-21T13:45:26.675 INFO:teuthology.orchestra.run.smithi100.stderr:} 2024-03-21T13:45:26.675 INFO:teuthology.orchestra.run.smithi100.stderr:host smithi170 { 2024-03-21T13:45:26.676 INFO:teuthology.orchestra.run.smithi100.stderr: id -5 # do not change unnecessarily 2024-03-21T13:45:26.676 INFO:teuthology.orchestra.run.smithi100.stderr: id -6 class ssd # do not change unnecessarily 2024-03-21T13:45:26.676 INFO:teuthology.orchestra.run.smithi100.stderr: # weight 0.17459 2024-03-21T13:45:26.676 INFO:teuthology.orchestra.run.smithi100.stderr: alg straw2 2024-03-21T13:45:26.676 INFO:teuthology.orchestra.run.smithi100.stderr: hash 0 # rjenkins1 2024-03-21T13:45:26.676 INFO:teuthology.orchestra.run.smithi100.stderr: item osd.2 weight 0.08730 2024-03-21T13:45:26.676 INFO:teuthology.orchestra.run.smithi100.stderr: item osd.3 weight 0.08730 2024-03-21T13:45:26.676 INFO:teuthology.orchestra.run.smithi100.stderr:} 2024-03-21T13:45:26.676 INFO:teuthology.orchestra.run.smithi100.stderr:host smithi186 { 2024-03-21T13:45:26.676 INFO:teuthology.orchestra.run.smithi100.stderr: id -7 # do not change unnecessarily 2024-03-21T13:45:26.676 INFO:teuthology.orchestra.run.smithi100.stderr: id -8 class ssd # do not change unnecessarily 2024-03-21T13:45:26.676 INFO:teuthology.orchestra.run.smithi100.stderr: # weight 0.00000 2024-03-21T13:45:26.676 INFO:teuthology.orchestra.run.smithi100.stderr: alg straw2 2024-03-21T13:45:26.676 INFO:teuthology.orchestra.run.smithi100.stderr: hash 0 # rjenkins1 2024-03-21T13:45:26.676 INFO:teuthology.orchestra.run.smithi100.stderr:} 2024-03-21T13:45:26.677 INFO:teuthology.orchestra.run.smithi100.stderr:root default { 2024-03-21T13:45:26.677 INFO:teuthology.orchestra.run.smithi100.stderr: id -1 # do not change unnecessarily 2024-03-21T13:45:26.677 INFO:teuthology.orchestra.run.smithi100.stderr: id -2 class ssd # do not change unnecessarily 2024-03-21T13:45:26.677 INFO:teuthology.orchestra.run.smithi100.stderr: # weight 0.34918 2024-03-21T13:45:26.677 INFO:teuthology.orchestra.run.smithi100.stderr: alg straw2 2024-03-21T13:45:26.677 INFO:teuthology.orchestra.run.smithi100.stderr: hash 0 # rjenkins1 2024-03-21T13:45:26.677 INFO:teuthology.orchestra.run.smithi100.stderr: item smithi100 weight 0.17459 2024-03-21T13:45:26.677 INFO:teuthology.orchestra.run.smithi100.stderr: item smithi170 weight 0.17459 2024-03-21T13:45:26.677 INFO:teuthology.orchestra.run.smithi100.stderr: item smithi186 weight 0.00000 2024-03-21T13:45:26.677 INFO:teuthology.orchestra.run.smithi100.stderr:} 2024-03-21T13:45:26.677 INFO:teuthology.orchestra.run.smithi100.stderr: 2024-03-21T13:45:26.677 INFO:teuthology.orchestra.run.smithi100.stderr:# rules 2024-03-21T13:45:26.677 INFO:teuthology.orchestra.run.smithi100.stderr:rule replicated_rule { 2024-03-21T13:45:26.677 INFO:teuthology.orchestra.run.smithi100.stderr: id 0 2024-03-21T13:45:26.677 INFO:teuthology.orchestra.run.smithi100.stderr: type replicated 2024-03-21T13:45:26.677 INFO:teuthology.orchestra.run.smithi100.stderr: step take default 2024-03-21T13:45:26.678 INFO:teuthology.orchestra.run.smithi100.stderr: step choose firstn 0 type osd 2024-03-21T13:45:26.678 INFO:teuthology.orchestra.run.smithi100.stderr: step emit 2024-03-21T13:45:26.678 INFO:teuthology.orchestra.run.smithi100.stderr:} 2024-03-21T13:45:26.678 INFO:teuthology.orchestra.run.smithi100.stderr: 2024-03-21T13:45:26.678 INFO:teuthology.orchestra.run.smithi100.stderr:# end crush map' 2024-03-21T13:45:26.678 INFO:teuthology.orchestra.run.smithi100.stderr:+ grep -q smithi186 2024-03-21T13:45:26.678 INFO:teuthology.orchestra.run.smithi100.stderr:+ ceph orch host rm smithi186 --rm-crush-entry 2024-03-21T13:45:27.015 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:26 smithi100 bash[21523]: audit 2024-03-21T13:45:26.300348+0000 mgr.a (mgr.14152) 401 : audit [DBG] from='client.14500 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi186", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:45:27.020 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:26 smithi170 bash[22996]: audit 2024-03-21T13:45:26.300348+0000 mgr.a (mgr.14152) 401 : audit [DBG] from='client.14500 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi186", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:45:27.665 INFO:teuthology.orchestra.run.smithi100.stdout:Removed host 'smithi186' 2024-03-21T13:45:27.680 INFO:teuthology.orchestra.run.smithi100.stderr:+ sleep 30 2024-03-21T13:45:28.015 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:27 smithi100 bash[21523]: cluster 2024-03-21T13:45:26.491065+0000 mgr.a (mgr.14152) 402 : cluster [DBG] pgmap v336: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-03-21T13:45:28.015 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:27 smithi100 bash[21523]: audit 2024-03-21T13:45:26.648672+0000 mon.a (mon.0) 658 : audit [DBG] from='client.? 172.21.15.100:0/2686300359' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-03-21T13:45:28.015 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:27 smithi100 bash[21523]: audit 2024-03-21T13:45:27.012727+0000 mgr.a (mgr.14152) 403 : audit [DBG] from='client.14508 -' entity='client.admin' cmd=[{"prefix": "orch host rm", "hostname": "smithi186", "rm_crush_entry": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:45:28.015 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:27 smithi100 bash[21523]: audit 2024-03-21T13:45:27.013380+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd crush remove", "name": "smithi186"}]: dispatch 2024-03-21T13:45:28.020 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:27 smithi170 bash[22996]: cluster 2024-03-21T13:45:26.491065+0000 mgr.a (mgr.14152) 402 : cluster [DBG] pgmap v336: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-03-21T13:45:28.020 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:27 smithi170 bash[22996]: audit 2024-03-21T13:45:26.648672+0000 mon.a (mon.0) 658 : audit [DBG] from='client.? 172.21.15.100:0/2686300359' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-03-21T13:45:28.020 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:27 smithi170 bash[22996]: audit 2024-03-21T13:45:27.012727+0000 mgr.a (mgr.14152) 403 : audit [DBG] from='client.14508 -' entity='client.admin' cmd=[{"prefix": "orch host rm", "hostname": "smithi186", "rm_crush_entry": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:45:28.020 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:27 smithi170 bash[22996]: audit 2024-03-21T13:45:27.013380+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "osd crush remove", "name": "smithi186"}]: dispatch 2024-03-21T13:45:28.966 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:28 smithi100 bash[21523]: audit 2024-03-21T13:45:27.644729+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd='[{"prefix": "osd crush remove", "name": "smithi186"}]': finished 2024-03-21T13:45:28.967 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:28 smithi100 bash[21523]: cluster 2024-03-21T13:45:27.651317+0000 mon.a (mon.0) 661 : cluster [DBG] osdmap e58: 4 total, 4 up, 4 in 2024-03-21T13:45:28.967 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:28 smithi100 bash[21523]: audit 2024-03-21T13:45:27.658053+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:45:28.967 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:28 smithi100 bash[21523]: audit 2024-03-21T13:45:27.659206+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi186"}]: dispatch 2024-03-21T13:45:28.967 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:28 smithi100 bash[21523]: audit 2024-03-21T13:45:27.664337+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi186"}]': finished 2024-03-21T13:45:28.967 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:28 smithi100 bash[21523]: cephadm 2024-03-21T13:45:27.673092+0000 mgr.a (mgr.14152) 404 : cephadm [INF] Removed host smithi186 2024-03-21T13:45:28.967 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:28 smithi100 bash[21523]: cephadm 2024-03-21T13:45:27.691539+0000 mgr.a (mgr.14152) 405 : cephadm [INF] Successfully zapped devices for osd.5 on smithi186 2024-03-21T13:45:28.967 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:28 smithi100 bash[21523]: audit 2024-03-21T13:45:27.695668+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:45:28.967 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:28 smithi100 bash[21523]: cephadm 2024-03-21T13:45:27.745847+0000 mgr.a (mgr.14152) 406 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-03-21T13:45:28.967 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:28 smithi100 bash[21523]: audit 2024-03-21T13:45:27.746433+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T13:45:28.967 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:28 smithi100 bash[21523]: audit 2024-03-21T13:45:27.747642+0000 mon.a (mon.0) 667 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T13:45:28.967 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:28 smithi100 bash[21523]: audit 2024-03-21T13:45:27.748730+0000 mon.a (mon.0) 668 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:45:28.967 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:28 smithi100 bash[21523]: cephadm 2024-03-21T13:45:27.749974+0000 mgr.a (mgr.14152) 407 : cephadm [INF] Reconfiguring daemon mon.a on smithi100 2024-03-21T13:45:29.020 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:28 smithi170 bash[22996]: audit 2024-03-21T13:45:27.644729+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd='[{"prefix": "osd crush remove", "name": "smithi186"}]': finished 2024-03-21T13:45:29.021 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:28 smithi170 bash[22996]: cluster 2024-03-21T13:45:27.651317+0000 mon.a (mon.0) 661 : cluster [DBG] osdmap e58: 4 total, 4 up, 4 in 2024-03-21T13:45:29.021 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:28 smithi170 bash[22996]: audit 2024-03-21T13:45:27.658053+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:45:29.021 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:28 smithi170 bash[22996]: audit 2024-03-21T13:45:27.659206+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi186"}]: dispatch 2024-03-21T13:45:29.021 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:28 smithi170 bash[22996]: audit 2024-03-21T13:45:27.664337+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi186"}]': finished 2024-03-21T13:45:29.021 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:28 smithi170 bash[22996]: cephadm 2024-03-21T13:45:27.673092+0000 mgr.a (mgr.14152) 404 : cephadm [INF] Removed host smithi186 2024-03-21T13:45:29.021 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:28 smithi170 bash[22996]: cephadm 2024-03-21T13:45:27.691539+0000 mgr.a (mgr.14152) 405 : cephadm [INF] Successfully zapped devices for osd.5 on smithi186 2024-03-21T13:45:29.021 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:28 smithi170 bash[22996]: audit 2024-03-21T13:45:27.695668+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:45:29.021 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:28 smithi170 bash[22996]: cephadm 2024-03-21T13:45:27.745847+0000 mgr.a (mgr.14152) 406 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-03-21T13:45:29.021 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:28 smithi170 bash[22996]: audit 2024-03-21T13:45:27.746433+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T13:45:29.021 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:28 smithi170 bash[22996]: audit 2024-03-21T13:45:27.747642+0000 mon.a (mon.0) 667 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T13:45:29.021 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:28 smithi170 bash[22996]: audit 2024-03-21T13:45:27.748730+0000 mon.a (mon.0) 668 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:45:29.021 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:28 smithi170 bash[22996]: cephadm 2024-03-21T13:45:27.749974+0000 mgr.a (mgr.14152) 407 : cephadm [INF] Reconfiguring daemon mon.a on smithi100 2024-03-21T13:45:30.015 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:29 smithi100 bash[21523]: cluster 2024-03-21T13:45:28.491599+0000 mgr.a (mgr.14152) 408 : cluster [DBG] pgmap v338: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-03-21T13:45:30.020 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:29 smithi170 bash[22996]: cluster 2024-03-21T13:45:28.491599+0000 mgr.a (mgr.14152) 408 : cluster [DBG] pgmap v338: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-03-21T13:45:31.083 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:30 smithi100 bash[21523]: audit 2024-03-21T13:45:29.802561+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:45:31.083 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:30 smithi100 bash[21523]: audit 2024-03-21T13:45:29.810355+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:45:31.083 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:30 smithi100 bash[21523]: cephadm 2024-03-21T13:45:29.818551+0000 mgr.a (mgr.14152) 409 : cephadm [INF] Reconfiguring mgr.a (monmap changed)... 2024-03-21T13:45:31.083 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:30 smithi100 bash[21523]: audit 2024-03-21T13:45:29.819256+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T13:45:31.083 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:30 smithi100 bash[21523]: audit 2024-03-21T13:45:29.821116+0000 mon.a (mon.0) 672 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-21T13:45:31.083 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:30 smithi100 bash[21523]: audit 2024-03-21T13:45:29.822606+0000 mon.a (mon.0) 673 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:45:31.084 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:30 smithi100 bash[21523]: cephadm 2024-03-21T13:45:29.824403+0000 mgr.a (mgr.14152) 410 : cephadm [INF] Reconfiguring daemon mgr.a on smithi100 2024-03-21T13:45:31.270 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:30 smithi170 bash[22996]: audit 2024-03-21T13:45:29.802561+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:45:31.270 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:30 smithi170 bash[22996]: audit 2024-03-21T13:45:29.810355+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:45:31.270 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:30 smithi170 bash[22996]: cephadm 2024-03-21T13:45:29.818551+0000 mgr.a (mgr.14152) 409 : cephadm [INF] Reconfiguring mgr.a (monmap changed)... 2024-03-21T13:45:31.270 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:30 smithi170 bash[22996]: audit 2024-03-21T13:45:29.819256+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T13:45:31.271 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:30 smithi170 bash[22996]: audit 2024-03-21T13:45:29.821116+0000 mon.a (mon.0) 672 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-21T13:45:31.271 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:30 smithi170 bash[22996]: audit 2024-03-21T13:45:29.822606+0000 mon.a (mon.0) 673 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:45:31.271 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:30 smithi170 bash[22996]: cephadm 2024-03-21T13:45:29.824403+0000 mgr.a (mgr.14152) 410 : cephadm [INF] Reconfiguring daemon mgr.a on smithi100 2024-03-21T13:45:32.265 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:31 smithi100 bash[21523]: cluster 2024-03-21T13:45:30.492179+0000 mgr.a (mgr.14152) 411 : cluster [DBG] pgmap v339: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-03-21T13:45:32.270 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:31 smithi170 bash[22996]: cluster 2024-03-21T13:45:30.492179+0000 mgr.a (mgr.14152) 411 : cluster [DBG] pgmap v339: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-03-21T13:45:33.234 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:32 smithi100 bash[21523]: audit 2024-03-21T13:45:31.983491+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:45:33.234 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:32 smithi100 bash[21523]: audit 2024-03-21T13:45:31.992082+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:45:33.234 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:32 smithi100 bash[21523]: cephadm 2024-03-21T13:45:31.994211+0000 mgr.a (mgr.14152) 412 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2024-03-21T13:45:33.234 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:32 smithi100 bash[21523]: audit 2024-03-21T13:45:31.994704+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-21T13:45:33.234 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:32 smithi100 bash[21523]: audit 2024-03-21T13:45:31.996147+0000 mon.a (mon.0) 677 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:45:33.234 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:32 smithi100 bash[21523]: cephadm 2024-03-21T13:45:31.999226+0000 mgr.a (mgr.14152) 413 : cephadm [INF] Reconfiguring daemon osd.0 on smithi100 2024-03-21T13:45:33.270 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:32 smithi170 bash[22996]: audit 2024-03-21T13:45:31.983491+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:45:33.270 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:32 smithi170 bash[22996]: audit 2024-03-21T13:45:31.992082+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:45:33.270 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:32 smithi170 bash[22996]: cephadm 2024-03-21T13:45:31.994211+0000 mgr.a (mgr.14152) 412 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2024-03-21T13:45:33.270 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:32 smithi170 bash[22996]: audit 2024-03-21T13:45:31.994704+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-21T13:45:33.270 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:32 smithi170 bash[22996]: audit 2024-03-21T13:45:31.996147+0000 mon.a (mon.0) 677 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:45:33.270 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:32 smithi170 bash[22996]: cephadm 2024-03-21T13:45:31.999226+0000 mgr.a (mgr.14152) 413 : cephadm [INF] Reconfiguring daemon osd.0 on smithi100 2024-03-21T13:45:34.265 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:33 smithi100 bash[21523]: cluster 2024-03-21T13:45:32.492742+0000 mgr.a (mgr.14152) 414 : cluster [DBG] pgmap v340: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-03-21T13:45:34.270 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:33 smithi170 bash[22996]: cluster 2024-03-21T13:45:32.492742+0000 mgr.a (mgr.14152) 414 : cluster [DBG] pgmap v340: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-03-21T13:45:35.491 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:35 smithi100 bash[21523]: audit 2024-03-21T13:45:34.143670+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:45:35.491 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:35 smithi100 bash[21523]: audit 2024-03-21T13:45:34.150016+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:45:35.491 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:35 smithi100 bash[21523]: cephadm 2024-03-21T13:45:34.167279+0000 mgr.a (mgr.14152) 415 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2024-03-21T13:45:35.491 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:35 smithi100 bash[21523]: audit 2024-03-21T13:45:34.167943+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-21T13:45:35.491 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:35 smithi100 bash[21523]: audit 2024-03-21T13:45:34.169597+0000 mon.a (mon.0) 681 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:45:35.491 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:35 smithi100 bash[21523]: cephadm 2024-03-21T13:45:34.172439+0000 mgr.a (mgr.14152) 416 : cephadm [INF] Reconfiguring daemon osd.1 on smithi100 2024-03-21T13:45:35.520 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:35 smithi170 bash[22996]: audit 2024-03-21T13:45:34.143670+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:45:35.520 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:35 smithi170 bash[22996]: audit 2024-03-21T13:45:34.150016+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:45:35.520 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:35 smithi170 bash[22996]: cephadm 2024-03-21T13:45:34.167279+0000 mgr.a (mgr.14152) 415 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2024-03-21T13:45:35.520 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:35 smithi170 bash[22996]: audit 2024-03-21T13:45:34.167943+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-21T13:45:35.520 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:35 smithi170 bash[22996]: audit 2024-03-21T13:45:34.169597+0000 mon.a (mon.0) 681 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:45:35.520 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:35 smithi170 bash[22996]: cephadm 2024-03-21T13:45:34.172439+0000 mgr.a (mgr.14152) 416 : cephadm [INF] Reconfiguring daemon osd.1 on smithi100 2024-03-21T13:45:36.515 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:36 smithi100 bash[21523]: cluster 2024-03-21T13:45:34.493373+0000 mgr.a (mgr.14152) 417 : cluster [DBG] pgmap v341: 1 pgs: 1 active+clean; 577 KiB data, 118 MiB used, 357 GiB / 358 GiB avail 2024-03-21T13:45:36.520 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:36 smithi170 bash[22996]: cluster 2024-03-21T13:45:34.493373+0000 mgr.a (mgr.14152) 417 : cluster [DBG] pgmap v341: 1 pgs: 1 active+clean; 577 KiB data, 118 MiB used, 357 GiB / 358 GiB avail 2024-03-21T13:45:37.596 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:37 smithi170 bash[22996]: audit 2024-03-21T13:45:36.352749+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:45:37.596 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:37 smithi170 bash[22996]: audit 2024-03-21T13:45:36.360102+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:45:37.597 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:37 smithi170 bash[22996]: cephadm 2024-03-21T13:45:36.391411+0000 mgr.a (mgr.14152) 418 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-03-21T13:45:37.597 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:37 smithi170 bash[22996]: audit 2024-03-21T13:45:36.392015+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T13:45:37.597 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:37 smithi170 bash[22996]: audit 2024-03-21T13:45:36.393483+0000 mon.a (mon.0) 685 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T13:45:37.597 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:37 smithi170 bash[22996]: audit 2024-03-21T13:45:36.394836+0000 mon.a (mon.0) 686 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:45:37.597 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:37 smithi170 bash[22996]: cephadm 2024-03-21T13:45:36.396719+0000 mgr.a (mgr.14152) 419 : cephadm [INF] Reconfiguring daemon mon.b on smithi170 2024-03-21T13:45:37.765 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:37 smithi100 bash[21523]: audit 2024-03-21T13:45:36.352749+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:45:37.765 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:37 smithi100 bash[21523]: audit 2024-03-21T13:45:36.360102+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:45:37.765 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:37 smithi100 bash[21523]: cephadm 2024-03-21T13:45:36.391411+0000 mgr.a (mgr.14152) 418 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-03-21T13:45:37.765 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:37 smithi100 bash[21523]: audit 2024-03-21T13:45:36.392015+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T13:45:37.765 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:37 smithi100 bash[21523]: audit 2024-03-21T13:45:36.393483+0000 mon.a (mon.0) 685 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T13:45:37.765 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:37 smithi100 bash[21523]: audit 2024-03-21T13:45:36.394836+0000 mon.a (mon.0) 686 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:45:37.766 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:37 smithi100 bash[21523]: cephadm 2024-03-21T13:45:36.396719+0000 mgr.a (mgr.14152) 419 : cephadm [INF] Reconfiguring daemon mon.b on smithi170 2024-03-21T13:45:38.734 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:38 smithi170 bash[22996]: cluster 2024-03-21T13:45:36.494060+0000 mgr.a (mgr.14152) 420 : cluster [DBG] pgmap v342: 1 pgs: 1 active+clean; 577 KiB data, 118 MiB used, 357 GiB / 358 GiB avail 2024-03-21T13:45:38.734 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:38 smithi170 bash[22996]: audit 2024-03-21T13:45:38.275671+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:45:38.734 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:38 smithi170 bash[22996]: audit 2024-03-21T13:45:38.284836+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:45:38.734 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:38 smithi170 bash[22996]: audit 2024-03-21T13:45:38.316691+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T13:45:38.735 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:38 smithi170 bash[22996]: audit 2024-03-21T13:45:38.319053+0000 mon.a (mon.0) 690 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-21T13:45:38.735 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:38 smithi170 bash[22996]: audit 2024-03-21T13:45:38.321075+0000 mon.a (mon.0) 691 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:45:38.765 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:38 smithi100 bash[21523]: cluster 2024-03-21T13:45:36.494060+0000 mgr.a (mgr.14152) 420 : cluster [DBG] pgmap v342: 1 pgs: 1 active+clean; 577 KiB data, 118 MiB used, 357 GiB / 358 GiB avail 2024-03-21T13:45:38.765 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:38 smithi100 bash[21523]: audit 2024-03-21T13:45:38.275671+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:45:38.765 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:38 smithi100 bash[21523]: audit 2024-03-21T13:45:38.284836+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:45:38.766 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:38 smithi100 bash[21523]: audit 2024-03-21T13:45:38.316691+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T13:45:38.766 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:38 smithi100 bash[21523]: audit 2024-03-21T13:45:38.319053+0000 mon.a (mon.0) 690 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-21T13:45:38.766 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:38 smithi100 bash[21523]: audit 2024-03-21T13:45:38.321075+0000 mon.a (mon.0) 691 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:45:39.736 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:39 smithi170 bash[22996]: cephadm 2024-03-21T13:45:38.315835+0000 mgr.a (mgr.14152) 421 : cephadm [INF] Reconfiguring mgr.b (monmap changed)... 2024-03-21T13:45:39.736 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:39 smithi170 bash[22996]: cephadm 2024-03-21T13:45:38.323267+0000 mgr.a (mgr.14152) 422 : cephadm [INF] Reconfiguring daemon mgr.b on smithi170 2024-03-21T13:45:39.765 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:39 smithi100 bash[21523]: cephadm 2024-03-21T13:45:38.315835+0000 mgr.a (mgr.14152) 421 : cephadm [INF] Reconfiguring mgr.b (monmap changed)... 2024-03-21T13:45:39.765 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:39 smithi100 bash[21523]: cephadm 2024-03-21T13:45:38.323267+0000 mgr.a (mgr.14152) 422 : cephadm [INF] Reconfiguring daemon mgr.b on smithi170 2024-03-21T13:45:40.765 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:40 smithi100 bash[21523]: cluster 2024-03-21T13:45:38.494568+0000 mgr.a (mgr.14152) 423 : cluster [DBG] pgmap v343: 1 pgs: 1 active+clean; 577 KiB data, 118 MiB used, 357 GiB / 358 GiB avail 2024-03-21T13:45:40.765 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:40 smithi100 bash[21523]: audit 2024-03-21T13:45:40.123815+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:45:40.765 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:40 smithi100 bash[21523]: audit 2024-03-21T13:45:40.132693+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:45:40.765 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:40 smithi100 bash[21523]: audit 2024-03-21T13:45:40.142991+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-21T13:45:40.765 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:40 smithi100 bash[21523]: audit 2024-03-21T13:45:40.144645+0000 mon.a (mon.0) 695 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:45:40.770 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:40 smithi170 bash[22996]: cluster 2024-03-21T13:45:38.494568+0000 mgr.a (mgr.14152) 423 : cluster [DBG] pgmap v343: 1 pgs: 1 active+clean; 577 KiB data, 118 MiB used, 357 GiB / 358 GiB avail 2024-03-21T13:45:40.770 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:40 smithi170 bash[22996]: audit 2024-03-21T13:45:40.123815+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:45:40.770 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:40 smithi170 bash[22996]: audit 2024-03-21T13:45:40.132693+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:45:40.770 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:40 smithi170 bash[22996]: audit 2024-03-21T13:45:40.142991+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-21T13:45:40.770 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:40 smithi170 bash[22996]: audit 2024-03-21T13:45:40.144645+0000 mon.a (mon.0) 695 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:45:41.619 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:41 smithi170 bash[22996]: cephadm 2024-03-21T13:45:40.142358+0000 mgr.a (mgr.14152) 424 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2024-03-21T13:45:41.619 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:41 smithi170 bash[22996]: cephadm 2024-03-21T13:45:40.147412+0000 mgr.a (mgr.14152) 425 : cephadm [INF] Reconfiguring daemon osd.2 on smithi170 2024-03-21T13:45:41.765 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:41 smithi100 bash[21523]: cephadm 2024-03-21T13:45:40.142358+0000 mgr.a (mgr.14152) 424 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2024-03-21T13:45:41.765 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:41 smithi100 bash[21523]: cephadm 2024-03-21T13:45:40.147412+0000 mgr.a (mgr.14152) 425 : cephadm [INF] Reconfiguring daemon osd.2 on smithi170 2024-03-21T13:45:42.765 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:42 smithi100 bash[21523]: cluster 2024-03-21T13:45:40.495096+0000 mgr.a (mgr.14152) 426 : cluster [DBG] pgmap v344: 1 pgs: 1 active+clean; 577 KiB data, 118 MiB used, 357 GiB / 358 GiB avail 2024-03-21T13:45:42.765 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:42 smithi100 bash[21523]: audit 2024-03-21T13:45:42.068302+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:45:42.765 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:42 smithi100 bash[21523]: audit 2024-03-21T13:45:42.076929+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:45:42.765 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:42 smithi100 bash[21523]: audit 2024-03-21T13:45:42.116395+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-03-21T13:45:42.765 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:42 smithi100 bash[21523]: audit 2024-03-21T13:45:42.118163+0000 mon.a (mon.0) 699 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:45:42.770 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:42 smithi170 bash[22996]: cluster 2024-03-21T13:45:40.495096+0000 mgr.a (mgr.14152) 426 : cluster [DBG] pgmap v344: 1 pgs: 1 active+clean; 577 KiB data, 118 MiB used, 357 GiB / 358 GiB avail 2024-03-21T13:45:42.770 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:42 smithi170 bash[22996]: audit 2024-03-21T13:45:42.068302+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:45:42.770 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:42 smithi170 bash[22996]: audit 2024-03-21T13:45:42.076929+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:45:42.770 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:42 smithi170 bash[22996]: audit 2024-03-21T13:45:42.116395+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-03-21T13:45:42.770 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:42 smithi170 bash[22996]: audit 2024-03-21T13:45:42.118163+0000 mon.a (mon.0) 699 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:45:43.520 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:43 smithi170 bash[22996]: cephadm 2024-03-21T13:45:42.115780+0000 mgr.a (mgr.14152) 427 : cephadm [INF] Reconfiguring osd.3 (monmap changed)... 2024-03-21T13:45:43.520 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:43 smithi170 bash[22996]: cephadm 2024-03-21T13:45:42.121094+0000 mgr.a (mgr.14152) 428 : cephadm [INF] Reconfiguring daemon osd.3 on smithi170 2024-03-21T13:45:43.765 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:43 smithi100 bash[21523]: cephadm 2024-03-21T13:45:42.115780+0000 mgr.a (mgr.14152) 427 : cephadm [INF] Reconfiguring osd.3 (monmap changed)... 2024-03-21T13:45:43.765 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:43 smithi100 bash[21523]: cephadm 2024-03-21T13:45:42.121094+0000 mgr.a (mgr.14152) 428 : cephadm [INF] Reconfiguring daemon osd.3 on smithi170 2024-03-21T13:45:44.766 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:44 smithi100 bash[21523]: cluster 2024-03-21T13:45:42.495625+0000 mgr.a (mgr.14152) 429 : cluster [DBG] pgmap v345: 1 pgs: 1 active+clean; 577 KiB data, 118 MiB used, 357 GiB / 358 GiB avail 2024-03-21T13:45:44.766 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:44 smithi100 bash[21523]: audit 2024-03-21T13:45:43.909382+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:45:44.766 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:44 smithi100 bash[21523]: audit 2024-03-21T13:45:43.918092+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:45:44.766 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:44 smithi100 bash[21523]: audit 2024-03-21T13:45:43.940764+0000 mon.a (mon.0) 702 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:45:44.770 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:44 smithi170 bash[22996]: cluster 2024-03-21T13:45:42.495625+0000 mgr.a (mgr.14152) 429 : cluster [DBG] pgmap v345: 1 pgs: 1 active+clean; 577 KiB data, 118 MiB used, 357 GiB / 358 GiB avail 2024-03-21T13:45:44.770 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:44 smithi170 bash[22996]: audit 2024-03-21T13:45:43.909382+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:45:44.770 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:44 smithi170 bash[22996]: audit 2024-03-21T13:45:43.918092+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:45:44.770 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:44 smithi170 bash[22996]: audit 2024-03-21T13:45:43.940764+0000 mon.a (mon.0) 702 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:45:45.765 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:45 smithi100 bash[21523]: audit 2024-03-21T13:45:44.466190+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:45:45.765 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:45 smithi100 bash[21523]: audit 2024-03-21T13:45:44.470488+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:45:45.765 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:45 smithi100 bash[21523]: cluster 2024-03-21T13:45:44.495969+0000 mgr.a (mgr.14152) 430 : cluster [DBG] pgmap v346: 1 pgs: 1 active+clean; 577 KiB data, 118 MiB used, 357 GiB / 358 GiB avail 2024-03-21T13:45:45.765 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:45 smithi100 bash[21523]: audit 2024-03-21T13:45:45.052185+0000 mon.a (mon.0) 705 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:45:45.765 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:45 smithi100 bash[21523]: audit 2024-03-21T13:45:45.054016+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:45:45.765 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:45 smithi100 bash[21523]: cluster 2024-03-21T13:45:45.057193+0000 mgr.a (mgr.14152) 431 : cluster [DBG] pgmap v347: 1 pgs: 1 active+clean; 577 KiB data, 118 MiB used, 357 GiB / 358 GiB avail 2024-03-21T13:45:45.765 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:45 smithi100 bash[21523]: audit 2024-03-21T13:45:45.064094+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:45:45.770 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:45 smithi170 bash[22996]: audit 2024-03-21T13:45:44.466190+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:45:45.770 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:45 smithi170 bash[22996]: audit 2024-03-21T13:45:44.470488+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:45:45.770 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:45 smithi170 bash[22996]: cluster 2024-03-21T13:45:44.495969+0000 mgr.a (mgr.14152) 430 : cluster [DBG] pgmap v346: 1 pgs: 1 active+clean; 577 KiB data, 118 MiB used, 357 GiB / 358 GiB avail 2024-03-21T13:45:45.770 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:45 smithi170 bash[22996]: audit 2024-03-21T13:45:45.052185+0000 mon.a (mon.0) 705 : audit [DBG] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:45:45.770 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:45 smithi170 bash[22996]: audit 2024-03-21T13:45:45.054016+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:45:45.770 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:45 smithi170 bash[22996]: cluster 2024-03-21T13:45:45.057193+0000 mgr.a (mgr.14152) 431 : cluster [DBG] pgmap v347: 1 pgs: 1 active+clean; 577 KiB data, 118 MiB used, 357 GiB / 358 GiB avail 2024-03-21T13:45:45.770 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:45 smithi170 bash[22996]: audit 2024-03-21T13:45:45.064094+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14152 172.21.15.100:0/904270141' entity='mgr.a' 2024-03-21T13:45:46.765 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:46 smithi100 bash[21523]: cluster 2024-03-21T13:45:45.472152+0000 mon.a (mon.0) 708 : cluster [WRN] Health check failed: 1 stray host(s) with 1 daemon(s) not managed by cephadm (CEPHADM_STRAY_HOST) 2024-03-21T13:45:46.770 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:46 smithi170 bash[22996]: cluster 2024-03-21T13:45:45.472152+0000 mon.a (mon.0) 708 : cluster [WRN] Health check failed: 1 stray host(s) with 1 daemon(s) not managed by cephadm (CEPHADM_STRAY_HOST) 2024-03-21T13:45:47.765 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:47 smithi100 bash[21523]: cluster 2024-03-21T13:45:47.057780+0000 mgr.a (mgr.14152) 432 : cluster [DBG] pgmap v348: 1 pgs: 1 active+clean; 577 KiB data, 118 MiB used, 357 GiB / 358 GiB avail 2024-03-21T13:45:47.769 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:47 smithi170 bash[22996]: cluster 2024-03-21T13:45:47.057780+0000 mgr.a (mgr.14152) 432 : cluster [DBG] pgmap v348: 1 pgs: 1 active+clean; 577 KiB data, 118 MiB used, 357 GiB / 358 GiB avail 2024-03-21T13:45:50.515 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:50 smithi100 bash[21523]: cluster 2024-03-21T13:45:49.058348+0000 mgr.a (mgr.14152) 433 : cluster [DBG] pgmap v349: 1 pgs: 1 active+clean; 577 KiB data, 118 MiB used, 357 GiB / 358 GiB avail 2024-03-21T13:45:50.519 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:50 smithi170 bash[22996]: cluster 2024-03-21T13:45:49.058348+0000 mgr.a (mgr.14152) 433 : cluster [DBG] pgmap v349: 1 pgs: 1 active+clean; 577 KiB data, 118 MiB used, 357 GiB / 358 GiB avail 2024-03-21T13:45:52.514 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:52 smithi100 bash[21523]: cluster 2024-03-21T13:45:51.058893+0000 mgr.a (mgr.14152) 434 : cluster [DBG] pgmap v350: 1 pgs: 1 active+clean; 577 KiB data, 118 MiB used, 357 GiB / 358 GiB avail 2024-03-21T13:45:52.519 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:52 smithi170 bash[22996]: cluster 2024-03-21T13:45:51.058893+0000 mgr.a (mgr.14152) 434 : cluster [DBG] pgmap v350: 1 pgs: 1 active+clean; 577 KiB data, 118 MiB used, 357 GiB / 358 GiB avail 2024-03-21T13:45:54.515 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:54 smithi100 bash[21523]: cluster 2024-03-21T13:45:53.059457+0000 mgr.a (mgr.14152) 435 : cluster [DBG] pgmap v351: 1 pgs: 1 active+clean; 577 KiB data, 118 MiB used, 357 GiB / 358 GiB avail 2024-03-21T13:45:54.519 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:54 smithi170 bash[22996]: cluster 2024-03-21T13:45:53.059457+0000 mgr.a (mgr.14152) 435 : cluster [DBG] pgmap v351: 1 pgs: 1 active+clean; 577 KiB data, 118 MiB used, 357 GiB / 358 GiB avail 2024-03-21T13:45:56.515 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:56 smithi100 bash[21523]: cluster 2024-03-21T13:45:55.060006+0000 mgr.a (mgr.14152) 436 : cluster [DBG] pgmap v352: 1 pgs: 1 active+clean; 577 KiB data, 118 MiB used, 357 GiB / 358 GiB avail 2024-03-21T13:45:56.519 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:56 smithi170 bash[22996]: cluster 2024-03-21T13:45:55.060006+0000 mgr.a (mgr.14152) 436 : cluster [DBG] pgmap v352: 1 pgs: 1 active+clean; 577 KiB data, 118 MiB used, 357 GiB / 358 GiB avail 2024-03-21T13:45:57.685 INFO:teuthology.orchestra.run.smithi100.stderr:+ ceph osd getcrushmap -o compiled-crushmap 2024-03-21T13:45:58.021 INFO:teuthology.orchestra.run.smithi100.stderr:18 2024-03-21T13:45:58.031 INFO:teuthology.orchestra.run.smithi100.stderr:+ crushtool -d compiled-crushmap -o crushmap.txt 2024-03-21T13:45:58.049 INFO:teuthology.orchestra.run.smithi100.stderr:++ cat crushmap.txt 2024-03-21T13:45:58.050 INFO:teuthology.orchestra.run.smithi100.stderr:+ CRUSH_MAP='# begin crush map 2024-03-21T13:45:58.050 INFO:teuthology.orchestra.run.smithi100.stderr:tunable choose_local_tries 0 2024-03-21T13:45:58.051 INFO:teuthology.orchestra.run.smithi100.stderr:tunable choose_local_fallback_tries 0 2024-03-21T13:45:58.051 INFO:teuthology.orchestra.run.smithi100.stderr:tunable choose_total_tries 50 2024-03-21T13:45:58.051 INFO:teuthology.orchestra.run.smithi100.stderr:tunable chooseleaf_descend_once 1 2024-03-21T13:45:58.051 INFO:teuthology.orchestra.run.smithi100.stderr:tunable chooseleaf_vary_r 1 2024-03-21T13:45:58.051 INFO:teuthology.orchestra.run.smithi100.stderr:tunable chooseleaf_stable 1 2024-03-21T13:45:58.051 INFO:teuthology.orchestra.run.smithi100.stderr:tunable straw_calc_version 1 2024-03-21T13:45:58.051 INFO:teuthology.orchestra.run.smithi100.stderr:tunable allowed_bucket_algs 54 2024-03-21T13:45:58.051 INFO:teuthology.orchestra.run.smithi100.stderr: 2024-03-21T13:45:58.051 INFO:teuthology.orchestra.run.smithi100.stderr:# devices 2024-03-21T13:45:58.051 INFO:teuthology.orchestra.run.smithi100.stderr:device 0 osd.0 class ssd 2024-03-21T13:45:58.051 INFO:teuthology.orchestra.run.smithi100.stderr:device 1 osd.1 class ssd 2024-03-21T13:45:58.051 INFO:teuthology.orchestra.run.smithi100.stderr:device 2 osd.2 class ssd 2024-03-21T13:45:58.051 INFO:teuthology.orchestra.run.smithi100.stderr:device 3 osd.3 class ssd 2024-03-21T13:45:58.051 INFO:teuthology.orchestra.run.smithi100.stderr: 2024-03-21T13:45:58.051 INFO:teuthology.orchestra.run.smithi100.stderr:# types 2024-03-21T13:45:58.051 INFO:teuthology.orchestra.run.smithi100.stderr:type 0 osd 2024-03-21T13:45:58.051 INFO:teuthology.orchestra.run.smithi100.stderr:type 1 host 2024-03-21T13:45:58.052 INFO:teuthology.orchestra.run.smithi100.stderr:type 2 chassis 2024-03-21T13:45:58.052 INFO:teuthology.orchestra.run.smithi100.stderr:type 3 rack 2024-03-21T13:45:58.052 INFO:teuthology.orchestra.run.smithi100.stderr:type 4 row 2024-03-21T13:45:58.052 INFO:teuthology.orchestra.run.smithi100.stderr:type 5 pdu 2024-03-21T13:45:58.052 INFO:teuthology.orchestra.run.smithi100.stderr:type 6 pod 2024-03-21T13:45:58.052 INFO:teuthology.orchestra.run.smithi100.stderr:type 7 room 2024-03-21T13:45:58.052 INFO:teuthology.orchestra.run.smithi100.stderr:type 8 datacenter 2024-03-21T13:45:58.052 INFO:teuthology.orchestra.run.smithi100.stderr:type 9 zone 2024-03-21T13:45:58.052 INFO:teuthology.orchestra.run.smithi100.stderr:type 10 region 2024-03-21T13:45:58.052 INFO:teuthology.orchestra.run.smithi100.stderr:type 11 root 2024-03-21T13:45:58.052 INFO:teuthology.orchestra.run.smithi100.stderr: 2024-03-21T13:45:58.052 INFO:teuthology.orchestra.run.smithi100.stderr:# buckets 2024-03-21T13:45:58.052 INFO:teuthology.orchestra.run.smithi100.stderr:host smithi100 { 2024-03-21T13:45:58.052 INFO:teuthology.orchestra.run.smithi100.stderr: id -3 # do not change unnecessarily 2024-03-21T13:45:58.052 INFO:teuthology.orchestra.run.smithi100.stderr: id -4 class ssd # do not change unnecessarily 2024-03-21T13:45:58.053 INFO:teuthology.orchestra.run.smithi100.stderr: # weight 0.17459 2024-03-21T13:45:58.053 INFO:teuthology.orchestra.run.smithi100.stderr: alg straw2 2024-03-21T13:45:58.053 INFO:teuthology.orchestra.run.smithi100.stderr: hash 0 # rjenkins1 2024-03-21T13:45:58.053 INFO:teuthology.orchestra.run.smithi100.stderr: item osd.0 weight 0.08730 2024-03-21T13:45:58.053 INFO:teuthology.orchestra.run.smithi100.stderr: item osd.1 weight 0.08730 2024-03-21T13:45:58.053 INFO:teuthology.orchestra.run.smithi100.stderr:} 2024-03-21T13:45:58.053 INFO:teuthology.orchestra.run.smithi100.stderr:host smithi170 { 2024-03-21T13:45:58.053 INFO:teuthology.orchestra.run.smithi100.stderr: id -5 # do not change unnecessarily 2024-03-21T13:45:58.053 INFO:teuthology.orchestra.run.smithi100.stderr: id -6 class ssd # do not change unnecessarily 2024-03-21T13:45:58.053 INFO:teuthology.orchestra.run.smithi100.stderr: # weight 0.17459 2024-03-21T13:45:58.053 INFO:teuthology.orchestra.run.smithi100.stderr: alg straw2 2024-03-21T13:45:58.053 INFO:teuthology.orchestra.run.smithi100.stderr: hash 0 # rjenkins1 2024-03-21T13:45:58.053 INFO:teuthology.orchestra.run.smithi100.stderr: item osd.2 weight 0.08730 2024-03-21T13:45:58.053 INFO:teuthology.orchestra.run.smithi100.stderr: item osd.3 weight 0.08730 2024-03-21T13:45:58.053 INFO:teuthology.orchestra.run.smithi100.stderr:} 2024-03-21T13:45:58.053 INFO:teuthology.orchestra.run.smithi100.stderr:root default { 2024-03-21T13:45:58.054 INFO:teuthology.orchestra.run.smithi100.stderr: id -1 # do not change unnecessarily 2024-03-21T13:45:58.054 INFO:teuthology.orchestra.run.smithi100.stderr: id -2 class ssd # do not change unnecessarily 2024-03-21T13:45:58.054 INFO:teuthology.orchestra.run.smithi100.stderr: # weight 0.34918 2024-03-21T13:45:58.054 INFO:teuthology.orchestra.run.smithi100.stderr: alg straw2 2024-03-21T13:45:58.054 INFO:teuthology.orchestra.run.smithi100.stderr: hash 0 # rjenkins1 2024-03-21T13:45:58.054 INFO:teuthology.orchestra.run.smithi100.stderr: item smithi100 weight 0.17459 2024-03-21T13:45:58.054 INFO:teuthology.orchestra.run.smithi100.stderr: item smithi170 weight 0.17459 2024-03-21T13:45:58.054 INFO:teuthology.orchestra.run.smithi100.stderr:} 2024-03-21T13:45:58.054 INFO:teuthology.orchestra.run.smithi100.stderr: 2024-03-21T13:45:58.054 INFO:teuthology.orchestra.run.smithi100.stderr:# rules 2024-03-21T13:45:58.054 INFO:teuthology.orchestra.run.smithi100.stderr:rule replicated_rule { 2024-03-21T13:45:58.054 INFO:teuthology.orchestra.run.smithi100.stderr: id 0 2024-03-21T13:45:58.054 INFO:teuthology.orchestra.run.smithi100.stderr: type replicated 2024-03-21T13:45:58.054 INFO:teuthology.orchestra.run.smithi100.stderr: step take default 2024-03-21T13:45:58.055 INFO:teuthology.orchestra.run.smithi100.stderr: step choose firstn 0 type osd 2024-03-21T13:45:58.055 INFO:teuthology.orchestra.run.smithi100.stderr: step emit 2024-03-21T13:45:58.055 INFO:teuthology.orchestra.run.smithi100.stderr:} 2024-03-21T13:45:58.055 INFO:teuthology.orchestra.run.smithi100.stderr: 2024-03-21T13:45:58.055 INFO:teuthology.orchestra.run.smithi100.stderr:# end crush map' 2024-03-21T13:45:58.055 INFO:teuthology.orchestra.run.smithi100.stderr:+ grep -q smithi186 2024-03-21T13:45:58.514 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:58 smithi100 bash[21523]: cluster 2024-03-21T13:45:57.060570+0000 mgr.a (mgr.14152) 437 : cluster [DBG] pgmap v353: 1 pgs: 1 active+clean; 577 KiB data, 118 MiB used, 357 GiB / 358 GiB avail 2024-03-21T13:45:58.515 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:58 smithi100 bash[21523]: audit 2024-03-21T13:45:58.026673+0000 mon.a (mon.0) 709 : audit [DBG] from='client.? 172.21.15.100:0/2510564940' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-03-21T13:45:58.519 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:58 smithi170 bash[22996]: cluster 2024-03-21T13:45:57.060570+0000 mgr.a (mgr.14152) 437 : cluster [DBG] pgmap v353: 1 pgs: 1 active+clean; 577 KiB data, 118 MiB used, 357 GiB / 358 GiB avail 2024-03-21T13:45:58.519 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:58 smithi170 bash[22996]: audit 2024-03-21T13:45:58.026673+0000 mon.a (mon.0) 709 : audit [DBG] from='client.? 172.21.15.100:0/2510564940' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-03-21T13:45:58.813 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-03-21T13:45:58.822 INFO:tasks.cephadm:Teardown begin 2024-03-21T13:45:58.822 DEBUG:teuthology.orchestra.run.smithi100:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-21T13:45:58.836 DEBUG:teuthology.orchestra.run.smithi170:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-21T13:45:58.851 DEBUG:teuthology.orchestra.run.smithi186:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-21T13:45:58.865 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-03-21T13:45:58.866 DEBUG:teuthology.orchestra.run.smithi100:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-03-21T13:45:58.885 DEBUG:teuthology.orchestra.run.smithi170:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-03-21T13:45:58.899 DEBUG:teuthology.orchestra.run.smithi186:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-03-21T13:45:58.914 INFO:tasks.cephadm:Stopping all daemons... 2024-03-21T13:45:58.915 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-03-21T13:45:58.915 DEBUG:teuthology.orchestra.run.smithi100:> sudo systemctl stop ceph-81d57e16-e787-11ee-95cd-87774f69a715@mon.a 2024-03-21T13:45:59.097 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:58 smithi100 systemd[1]: Stopping Ceph mon.a for 81d57e16-e787-11ee-95cd-87774f69a715... 2024-03-21T13:45:59.097 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:59 smithi100 bash[21523]: debug 2024-03-21T13:45:59.064+0000 7fc157999700 -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-03-21T13:45:59.097 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:59 smithi100 bash[21523]: debug 2024-03-21T13:45:59.064+0000 7fc157999700 -1 mon.a@0(leader) e4 *** Got Signal Terminated *** 2024-03-21T13:45:59.909 DEBUG:teuthology.orchestra.run.smithi100:> sudo pkill -f 'journalctl -f -n 0 -u ceph-81d57e16-e787-11ee-95cd-87774f69a715@mon.a.service' 2024-03-21T13:45:59.919 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:59 smithi100 bash[46120]: ceph-81d57e16-e787-11ee-95cd-87774f69a715-mon-a 2024-03-21T13:45:59.919 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:59 smithi100 bash[46180]: Error response from daemon: No such container: ceph-81d57e16-e787-11ee-95cd-87774f69a715-mon-a 2024-03-21T13:45:59.919 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:59 smithi100 systemd[1]: ceph-81d57e16-e787-11ee-95cd-87774f69a715@mon.a.service: Deactivated successfully. 2024-03-21T13:45:59.919 INFO:journalctl@ceph.mon.a.smithi100.stdout:Mar 21 13:45:59 smithi100 systemd[1]: Stopped Ceph mon.a for 81d57e16-e787-11ee-95cd-87774f69a715. 2024-03-21T13:45:59.936 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-21T13:45:59.936 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-03-21T13:45:59.936 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2024-03-21T13:45:59.937 DEBUG:teuthology.orchestra.run.smithi170:> sudo systemctl stop ceph-81d57e16-e787-11ee-95cd-87774f69a715@mon.b 2024-03-21T13:46:00.254 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:45:59 smithi170 systemd[1]: Stopping Ceph mon.b for 81d57e16-e787-11ee-95cd-87774f69a715... 2024-03-21T13:46:00.254 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:46:00 smithi170 bash[22996]: debug 2024-03-21T13:46:00.093+0000 7f420ef97700 -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-03-21T13:46:00.255 INFO:journalctl@ceph.mon.b.smithi170.stdout:Mar 21 13:46:00 smithi170 bash[22996]: debug 2024-03-21T13:46:00.093+0000 7f420ef97700 -1 mon.b@1(peon) e4 *** Got Signal Terminated *** 2024-03-21T13:46:00.822 DEBUG:teuthology.orchestra.run.smithi170:> sudo pkill -f 'journalctl -f -n 0 -u ceph-81d57e16-e787-11ee-95cd-87774f69a715@mon.b.service' 2024-03-21T13:46:00.852 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-21T13:46:00.852 INFO:tasks.cephadm.mon.c:Stopped mon.b 2024-03-21T13:46:00.852 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-03-21T13:46:00.853 DEBUG:teuthology.orchestra.run.smithi186:> sudo systemctl stop ceph-81d57e16-e787-11ee-95cd-87774f69a715@mon.c 2024-03-21T13:46:00.887 DEBUG:teuthology.orchestra.run.smithi186:> sudo pkill -f 'journalctl -f -n 0 -u ceph-81d57e16-e787-11ee-95cd-87774f69a715@mon.c.service' 2024-03-21T13:46:00.975 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-21T13:46:00.975 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-03-21T13:46:00.975 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2024-03-21T13:46:00.975 DEBUG:teuthology.orchestra.run.smithi100:> sudo systemctl stop ceph-81d57e16-e787-11ee-95cd-87774f69a715@mgr.a 2024-03-21T13:46:01.264 INFO:journalctl@ceph.mgr.a.smithi100.stdout:Mar 21 13:46:01 smithi100 systemd[1]: Stopping Ceph mgr.a for 81d57e16-e787-11ee-95cd-87774f69a715... 2024-03-21T13:46:01.982 DEBUG:teuthology.orchestra.run.smithi100:> sudo pkill -f 'journalctl -f -n 0 -u ceph-81d57e16-e787-11ee-95cd-87774f69a715@mgr.a.service' 2024-03-21T13:46:02.004 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-21T13:46:02.004 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2024-03-21T13:46:02.005 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2024-03-21T13:46:02.005 DEBUG:teuthology.orchestra.run.smithi170:> sudo systemctl stop ceph-81d57e16-e787-11ee-95cd-87774f69a715@mgr.b 2024-03-21T13:46:02.269 INFO:journalctl@ceph.mgr.b.smithi170.stdout:Mar 21 13:46:02 smithi170 systemd[1]: Stopping Ceph mgr.b for 81d57e16-e787-11ee-95cd-87774f69a715... 2024-03-21T13:46:02.769 INFO:journalctl@ceph.mgr.b.smithi170.stdout:Mar 21 13:46:02 smithi170 bash[34983]: ceph-81d57e16-e787-11ee-95cd-87774f69a715-mgr-b 2024-03-21T13:46:02.806 DEBUG:teuthology.orchestra.run.smithi170:> sudo pkill -f 'journalctl -f -n 0 -u ceph-81d57e16-e787-11ee-95cd-87774f69a715@mgr.b.service' 2024-03-21T13:46:02.826 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-21T13:46:02.826 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2024-03-21T13:46:02.826 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-03-21T13:46:02.826 DEBUG:teuthology.orchestra.run.smithi100:> sudo systemctl stop ceph-81d57e16-e787-11ee-95cd-87774f69a715@osd.0 2024-03-21T13:46:03.265 INFO:journalctl@ceph.osd.0.smithi100.stdout:Mar 21 13:46:02 smithi100 systemd[1]: Stopping Ceph osd.0 for 81d57e16-e787-11ee-95cd-87774f69a715... 2024-03-21T13:46:03.265 INFO:journalctl@ceph.osd.0.smithi100.stdout:Mar 21 13:46:02 smithi100 bash[32174]: debug 2024-03-21T13:46:02.980+0000 7fa517337700 -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-03-21T13:46:03.265 INFO:journalctl@ceph.osd.0.smithi100.stdout:Mar 21 13:46:02 smithi100 bash[32174]: debug 2024-03-21T13:46:02.980+0000 7fa517337700 -1 osd.0 58 *** Got signal Terminated *** 2024-03-21T13:46:03.265 INFO:journalctl@ceph.osd.0.smithi100.stdout:Mar 21 13:46:02 smithi100 bash[32174]: debug 2024-03-21T13:46:02.980+0000 7fa517337700 -1 osd.0 58 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-21T13:46:09.264 INFO:journalctl@ceph.osd.0.smithi100.stdout:Mar 21 13:46:08 smithi100 bash[46319]: ceph-81d57e16-e787-11ee-95cd-87774f69a715-osd-0 2024-03-21T13:46:09.264 INFO:journalctl@ceph.osd.0.smithi100.stdout:Mar 21 13:46:09 smithi100 bash[46385]: Error response from daemon: No such container: ceph-81d57e16-e787-11ee-95cd-87774f69a715-osd-0 2024-03-21T13:46:11.067 DEBUG:teuthology.orchestra.run.smithi100:> sudo pkill -f 'journalctl -f -n 0 -u ceph-81d57e16-e787-11ee-95cd-87774f69a715@osd.0.service' 2024-03-21T13:46:11.093 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-21T13:46:11.093 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-03-21T13:46:11.094 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-03-21T13:46:11.094 DEBUG:teuthology.orchestra.run.smithi100:> sudo systemctl stop ceph-81d57e16-e787-11ee-95cd-87774f69a715@osd.1 2024-03-21T13:46:11.515 INFO:journalctl@ceph.osd.1.smithi100.stdout:Mar 21 13:46:11 smithi100 systemd[1]: Stopping Ceph osd.1 for 81d57e16-e787-11ee-95cd-87774f69a715... 2024-03-21T13:46:11.515 INFO:journalctl@ceph.osd.1.smithi100.stdout:Mar 21 13:46:11 smithi100 bash[37700]: debug 2024-03-21T13:46:11.288+0000 7fd2c00f7700 -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-03-21T13:46:11.515 INFO:journalctl@ceph.osd.1.smithi100.stdout:Mar 21 13:46:11 smithi100 bash[37700]: debug 2024-03-21T13:46:11.288+0000 7fd2c00f7700 -1 osd.1 58 *** Got signal Terminated *** 2024-03-21T13:46:11.515 INFO:journalctl@ceph.osd.1.smithi100.stdout:Mar 21 13:46:11 smithi100 bash[37700]: debug 2024-03-21T13:46:11.288+0000 7fd2c00f7700 -1 osd.1 58 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-21T13:46:17.514 INFO:journalctl@ceph.osd.1.smithi100.stdout:Mar 21 13:46:17 smithi100 bash[46519]: ceph-81d57e16-e787-11ee-95cd-87774f69a715-osd-1 2024-03-21T13:46:17.514 INFO:journalctl@ceph.osd.1.smithi100.stdout:Mar 21 13:46:17 smithi100 bash[46584]: ceph-81d57e16-e787-11ee-95cd-87774f69a715-osd-1 2024-03-21T13:46:19.142 DEBUG:teuthology.orchestra.run.smithi100:> sudo pkill -f 'journalctl -f -n 0 -u ceph-81d57e16-e787-11ee-95cd-87774f69a715@osd.1.service' 2024-03-21T13:46:19.173 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-21T13:46:19.174 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-03-21T13:46:19.174 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-03-21T13:46:19.174 DEBUG:teuthology.orchestra.run.smithi170:> sudo systemctl stop ceph-81d57e16-e787-11ee-95cd-87774f69a715@osd.2 2024-03-21T13:46:19.520 INFO:journalctl@ceph.osd.2.smithi170.stdout:Mar 21 13:46:19 smithi170 systemd[1]: Stopping Ceph osd.2 for 81d57e16-e787-11ee-95cd-87774f69a715... 2024-03-21T13:46:19.520 INFO:journalctl@ceph.osd.2.smithi170.stdout:Mar 21 13:46:19 smithi170 bash[26093]: debug 2024-03-21T13:46:19.329+0000 7f1a253b1700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.2 -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-03-21T13:46:19.520 INFO:journalctl@ceph.osd.2.smithi170.stdout:Mar 21 13:46:19 smithi170 bash[26093]: debug 2024-03-21T13:46:19.329+0000 7f1a253b1700 -1 osd.2 58 *** Got signal Terminated *** 2024-03-21T13:46:19.520 INFO:journalctl@ceph.osd.2.smithi170.stdout:Mar 21 13:46:19 smithi170 bash[26093]: debug 2024-03-21T13:46:19.329+0000 7f1a253b1700 -1 osd.2 58 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-21T13:46:25.519 INFO:journalctl@ceph.osd.2.smithi170.stdout:Mar 21 13:46:25 smithi170 bash[35085]: ceph-81d57e16-e787-11ee-95cd-87774f69a715-osd-2 2024-03-21T13:46:25.519 INFO:journalctl@ceph.osd.2.smithi170.stdout:Mar 21 13:46:25 smithi170 bash[35148]: Error response from daemon: No such container: ceph-81d57e16-e787-11ee-95cd-87774f69a715-osd-2 2024-03-21T13:46:26.918 DEBUG:teuthology.orchestra.run.smithi170:> sudo pkill -f 'journalctl -f -n 0 -u ceph-81d57e16-e787-11ee-95cd-87774f69a715@osd.2.service' 2024-03-21T13:46:26.943 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-21T13:46:26.943 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-03-21T13:46:26.943 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2024-03-21T13:46:26.943 DEBUG:teuthology.orchestra.run.smithi170:> sudo systemctl stop ceph-81d57e16-e787-11ee-95cd-87774f69a715@osd.3 2024-03-21T13:46:27.269 INFO:journalctl@ceph.osd.3.smithi170.stdout:Mar 21 13:46:27 smithi170 systemd[1]: Stopping Ceph osd.3 for 81d57e16-e787-11ee-95cd-87774f69a715... 2024-03-21T13:46:27.270 INFO:journalctl@ceph.osd.3.smithi170.stdout:Mar 21 13:46:27 smithi170 bash[31414]: debug 2024-03-21T13:46:27.129+0000 7f3660f98700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.3 -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-03-21T13:46:27.270 INFO:journalctl@ceph.osd.3.smithi170.stdout:Mar 21 13:46:27 smithi170 bash[31414]: debug 2024-03-21T13:46:27.129+0000 7f3660f98700 -1 osd.3 58 *** Got signal Terminated *** 2024-03-21T13:46:27.270 INFO:journalctl@ceph.osd.3.smithi170.stdout:Mar 21 13:46:27 smithi170 bash[31414]: debug 2024-03-21T13:46:27.129+0000 7f3660f98700 -1 osd.3 58 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-21T13:46:31.019 INFO:journalctl@ceph.osd.3.smithi170.stdout:Mar 21 13:46:30 smithi170 bash[31414]: debug 2024-03-21T13:46:30.701+0000 7f3659584700 -1 osd.3 58 heartbeat_check: no reply from 172.21.15.100:6806 osd.0 since back 2024-03-21T13:46:07.943509+0000 front 2024-03-21T13:46:07.943465+0000 (oldest deadline 2024-03-21T13:46:30.243125+0000) 2024-03-21T13:46:32.019 INFO:journalctl@ceph.osd.3.smithi170.stdout:Mar 21 13:46:31 smithi170 bash[31414]: debug 2024-03-21T13:46:31.725+0000 7f3659584700 -1 osd.3 58 heartbeat_check: no reply from 172.21.15.100:6806 osd.0 since back 2024-03-21T13:46:07.943509+0000 front 2024-03-21T13:46:07.943465+0000 (oldest deadline 2024-03-21T13:46:30.243125+0000) 2024-03-21T13:46:33.269 INFO:journalctl@ceph.osd.3.smithi170.stdout:Mar 21 13:46:32 smithi170 bash[35281]: ceph-81d57e16-e787-11ee-95cd-87774f69a715-osd-3 2024-03-21T13:46:33.269 INFO:journalctl@ceph.osd.3.smithi170.stdout:Mar 21 13:46:33 smithi170 bash[35346]: Error response from daemon: No such container: ceph-81d57e16-e787-11ee-95cd-87774f69a715-osd-3 2024-03-21T13:46:34.575 DEBUG:teuthology.orchestra.run.smithi170:> sudo pkill -f 'journalctl -f -n 0 -u ceph-81d57e16-e787-11ee-95cd-87774f69a715@osd.3.service' 2024-03-21T13:46:34.611 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-21T13:46:34.611 INFO:tasks.cephadm.osd.3:Stopped osd.3 2024-03-21T13:46:34.612 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2024-03-21T13:46:34.612 DEBUG:teuthology.orchestra.run.smithi186:> sudo systemctl stop ceph-81d57e16-e787-11ee-95cd-87774f69a715@osd.4 2024-03-21T13:46:34.646 DEBUG:teuthology.orchestra.run.smithi186:> sudo pkill -f 'journalctl -f -n 0 -u ceph-81d57e16-e787-11ee-95cd-87774f69a715@osd.4.service' 2024-03-21T13:46:34.713 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-21T13:46:34.713 INFO:tasks.cephadm.osd.4:Stopped osd.4 2024-03-21T13:46:34.714 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2024-03-21T13:46:34.714 DEBUG:teuthology.orchestra.run.smithi186:> sudo systemctl stop ceph-81d57e16-e787-11ee-95cd-87774f69a715@osd.5 2024-03-21T13:46:34.787 DEBUG:teuthology.orchestra.run.smithi186:> sudo pkill -f 'journalctl -f -n 0 -u ceph-81d57e16-e787-11ee-95cd-87774f69a715@osd.5.service' 2024-03-21T13:46:34.865 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-21T13:46:34.865 INFO:tasks.cephadm.osd.5:Stopped osd.5 2024-03-21T13:46:34.865 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 81d57e16-e787-11ee-95cd-87774f69a715 --force --keep-logs 2024-03-21T13:46:35.036 INFO:teuthology.orchestra.run.smithi100.stdout:Deleting cluster with fsid: 81d57e16-e787-11ee-95cd-87774f69a715 2024-03-21T13:46:37.511 DEBUG:teuthology.orchestra.run.smithi170:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 81d57e16-e787-11ee-95cd-87774f69a715 --force --keep-logs 2024-03-21T13:46:37.677 INFO:teuthology.orchestra.run.smithi170.stdout:Deleting cluster with fsid: 81d57e16-e787-11ee-95cd-87774f69a715 2024-03-21T13:46:40.119 DEBUG:teuthology.orchestra.run.smithi186:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 81d57e16-e787-11ee-95cd-87774f69a715 --force --keep-logs 2024-03-21T13:46:40.285 INFO:teuthology.orchestra.run.smithi186.stdout:Deleting cluster with fsid: 81d57e16-e787-11ee-95cd-87774f69a715 2024-03-21T13:46:41.782 DEBUG:teuthology.orchestra.run.smithi100:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-21T13:46:41.796 DEBUG:teuthology.orchestra.run.smithi170:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-21T13:46:41.810 DEBUG:teuthology.orchestra.run.smithi186:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-21T13:46:41.823 INFO:tasks.cephadm:Archiving crash dumps... 2024-03-21T13:46:41.825 DEBUG:teuthology.misc:Transferring archived files from smithi100:/var/lib/ceph/81d57e16-e787-11ee-95cd-87774f69a715/crash to /home/teuthworker/archive/adking-2024-03-21_11:21:25-orch:cephadm-wip-adk-testing-2024-03-20-2326-distro-default-smithi/7614874/remote/smithi100/crash 2024-03-21T13:46:41.826 DEBUG:teuthology.orchestra.run.smithi100:> sudo tar c -f - -C /var/lib/ceph/81d57e16-e787-11ee-95cd-87774f69a715/crash -- . 2024-03-21T13:46:41.849 INFO:teuthology.orchestra.run.smithi100.stderr:tar: /var/lib/ceph/81d57e16-e787-11ee-95cd-87774f69a715/crash: Cannot open: No such file or directory 2024-03-21T13:46:41.849 INFO:teuthology.orchestra.run.smithi100.stderr:tar: Error is not recoverable: exiting now 2024-03-21T13:46:41.851 DEBUG:teuthology.misc:Transferring archived files from smithi170:/var/lib/ceph/81d57e16-e787-11ee-95cd-87774f69a715/crash to /home/teuthworker/archive/adking-2024-03-21_11:21:25-orch:cephadm-wip-adk-testing-2024-03-20-2326-distro-default-smithi/7614874/remote/smithi170/crash 2024-03-21T13:46:41.852 DEBUG:teuthology.orchestra.run.smithi170:> sudo tar c -f - -C /var/lib/ceph/81d57e16-e787-11ee-95cd-87774f69a715/crash -- . 2024-03-21T13:46:41.865 INFO:teuthology.orchestra.run.smithi170.stderr:tar: /var/lib/ceph/81d57e16-e787-11ee-95cd-87774f69a715/crash: Cannot open: No such file or directory 2024-03-21T13:46:41.865 INFO:teuthology.orchestra.run.smithi170.stderr:tar: Error is not recoverable: exiting now 2024-03-21T13:46:41.867 DEBUG:teuthology.misc:Transferring archived files from smithi186:/var/lib/ceph/81d57e16-e787-11ee-95cd-87774f69a715/crash to /home/teuthworker/archive/adking-2024-03-21_11:21:25-orch:cephadm-wip-adk-testing-2024-03-20-2326-distro-default-smithi/7614874/remote/smithi186/crash 2024-03-21T13:46:41.867 DEBUG:teuthology.orchestra.run.smithi186:> sudo tar c -f - -C /var/lib/ceph/81d57e16-e787-11ee-95cd-87774f69a715/crash -- . 2024-03-21T13:46:41.879 INFO:teuthology.orchestra.run.smithi186.stderr:tar: /var/lib/ceph/81d57e16-e787-11ee-95cd-87774f69a715/crash: Cannot open: No such file or directory 2024-03-21T13:46:41.879 INFO:teuthology.orchestra.run.smithi186.stderr:tar: Error is not recoverable: exiting now 2024-03-21T13:46:41.881 INFO:tasks.cephadm:Checking cluster log for badness... 2024-03-21T13:46:41.881 DEBUG:teuthology.orchestra.run.smithi100:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/81d57e16-e787-11ee-95cd-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v 'mons down, quorum' | egrep -v 'is down \(out of quorum\)' | head -n 1 2024-03-21T13:46:41.905 INFO:teuthology.orchestra.run.smithi100.stdout:2024-03-21T13:42:03.324053+0000 mon.a (mon.0) 510 : cluster [WRN] Health check failed: Degraded data redundancy: 2/6 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2024-03-21T13:46:41.906 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2024-03-21T13:46:41.906 DEBUG:teuthology.orchestra.run.smithi100:> sudo egrep '\[SEC\]' /var/log/ceph/81d57e16-e787-11ee-95cd-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v 'mons down, quorum' | egrep -v 'is down \(out of quorum\)' | head -n 1 2024-03-21T13:46:41.962 DEBUG:teuthology.orchestra.run.smithi100:> sudo egrep '\[ERR\]' /var/log/ceph/81d57e16-e787-11ee-95cd-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v 'mons down, quorum' | egrep -v 'is down \(out of quorum\)' | head -n 1 2024-03-21T13:46:42.020 DEBUG:teuthology.orchestra.run.smithi100:> sudo egrep '\[WRN\]' /var/log/ceph/81d57e16-e787-11ee-95cd-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v 'mons down, quorum' | egrep -v 'is down \(out of quorum\)' | head -n 1 2024-03-21T13:46:42.075 INFO:teuthology.orchestra.run.smithi100.stdout:2024-03-21T13:42:03.324053+0000 mon.a (mon.0) 510 : cluster [WRN] Health check failed: Degraded data redundancy: 2/6 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2024-03-21T13:46:42.076 INFO:tasks.cephadm:Compressing logs... 2024-03-21T13:46:42.076 DEBUG:teuthology.orchestra.run.smithi100:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-03-21T13:46:42.125 DEBUG:teuthology.orchestra.run.smithi170:> 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-03-21T13:46:42.127 DEBUG:teuthology.orchestra.run.smithi186:> 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-03-21T13:46:42.133 INFO:teuthology.orchestra.run.smithi100.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-03-21T13:46:42.138 INFO:teuthology.orchestra.run.smithi170.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-03-21T13:46:42.141 INFO:teuthology.orchestra.run.smithi186.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-03-21T13:46:42.155 INFO:teuthology.orchestra.run.smithi186.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-03-21T13:46:42.156 INFO:teuthology.orchestra.run.smithi170.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-03-21T13:46:42.156 INFO:teuthology.orchestra.run.smithi170.stderr:gzip -5 --verbose -- /var/log/ceph/81d57e16-e787-11ee-95cd-87774f69a715/ceph-osd.2.log 2024-03-21T13:46:42.156 INFO:teuthology.orchestra.run.smithi170.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/81d57e16-e787-11ee-95cd-87774f69a715/ceph.cephadm.log 2024-03-21T13:46:42.157 INFO:teuthology.orchestra.run.smithi170.stderr:/var/log/ceph/81d57e16-e787-11ee-95cd-87774f69a715/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/81d57e16-e787-11ee-95cd-87774f69a715/ceph-osd.3.log 2024-03-21T13:46:42.158 INFO:teuthology.orchestra.run.smithi170.stderr:gzip -5 --verbose -- /var/log/ceph/81d57e16-e787-11ee-95cd-87774f69a715/ceph.log 2024-03-21T13:46:42.158 INFO:teuthology.orchestra.run.smithi170.stderr: 89.5% -- replaced with /var/log/ceph/cephadm.log.gz 2024-03-21T13:46:42.159 INFO:teuthology.orchestra.run.smithi186.stderr:gzip -5 --verbose -- /var/log/ceph/81d57e16-e787-11ee-95cd-87774f69a715/ceph.cephadm.log 2024-03-21T13:46:42.160 INFO:teuthology.orchestra.run.smithi186.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/81d57e16-e787-11ee-95cd-87774f69a715/ceph-osd.5.log 2024-03-21T13:46:42.160 INFO:teuthology.orchestra.run.smithi186.stderr:/var/log/ceph/81d57e16-e787-11ee-95cd-87774f69a715/ceph.cephadm.log: 80.3% -- replaced with /var/log/ceph/81d57e16-e787-11ee-95cd-87774f69a715/ceph.cephadm.log.gz 2024-03-21T13:46:42.160 INFO:teuthology.orchestra.run.smithi186.stderr:gzip -5 --verbose -- /var/log/ceph/81d57e16-e787-11ee-95cd-87774f69a715/ceph.log 2024-03-21T13:46:42.160 INFO:teuthology.orchestra.run.smithi186.stderr:gzip -5 --verbose -- /var/log/ceph/81d57e16-e787-11ee-95cd-87774f69a715/ceph-volume.log 2024-03-21T13:46:42.160 INFO:teuthology.orchestra.run.smithi186.stderr:/var/log/ceph/81d57e16-e787-11ee-95cd-87774f69a715/ceph.log: /var/log/ceph/81d57e16-e787-11ee-95cd-87774f69a715/ceph-osd.5.log: gzip -5 --verbose -- /var/log/ceph/81d57e16-e787-11ee-95cd-87774f69a715/ceph-mon.c.log 2024-03-21T13:46:42.160 INFO:teuthology.orchestra.run.smithi186.stderr:/var/log/ceph/81d57e16-e787-11ee-95cd-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/81d57e16-e787-11ee-95cd-87774f69a715/ceph.audit.log 2024-03-21T13:46:42.160 INFO:teuthology.orchestra.run.smithi186.stderr: 88.5% -- replaced with /var/log/ceph/cephadm.log.gz 2024-03-21T13:46:42.160 INFO:teuthology.orchestra.run.smithi186.stderr: 87.0% -- replaced with /var/log/ceph/81d57e16-e787-11ee-95cd-87774f69a715/ceph.log.gz 2024-03-21T13:46:42.160 INFO:teuthology.orchestra.run.smithi186.stderr:/var/log/ceph/81d57e16-e787-11ee-95cd-87774f69a715/ceph-mon.c.log: gzip -5 --verbose -- /var/log/ceph/81d57e16-e787-11ee-95cd-87774f69a715/ceph-osd.4.log 2024-03-21T13:46:42.160 INFO:teuthology.orchestra.run.smithi186.stderr:/var/log/ceph/81d57e16-e787-11ee-95cd-87774f69a715/ceph.audit.log: /var/log/ceph/81d57e16-e787-11ee-95cd-87774f69a715/ceph-osd.4.log: 90.0% -- replaced with /var/log/ceph/81d57e16-e787-11ee-95cd-87774f69a715/ceph.audit.log.gz 2024-03-21T13:46:42.161 INFO:teuthology.orchestra.run.smithi170.stderr:/var/log/ceph/81d57e16-e787-11ee-95cd-87774f69a715/ceph.cephadm.log: /var/log/ceph/81d57e16-e787-11ee-95cd-87774f69a715/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/81d57e16-e787-11ee-95cd-87774f69a715/ceph-volume.log 2024-03-21T13:46:42.161 INFO:teuthology.orchestra.run.smithi170.stderr: 82.3% -- replaced with /var/log/ceph/81d57e16-e787-11ee-95cd-87774f69a715/ceph.cephadm.log.gz 2024-03-21T13:46:42.161 INFO:teuthology.orchestra.run.smithi170.stderr:/var/log/ceph/81d57e16-e787-11ee-95cd-87774f69a715/ceph.log: gzip -5 --verbose -- /var/log/ceph/81d57e16-e787-11ee-95cd-87774f69a715/ceph-mgr.b.log 2024-03-21T13:46:42.162 INFO:teuthology.orchestra.run.smithi170.stderr:/var/log/ceph/81d57e16-e787-11ee-95cd-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/81d57e16-e787-11ee-95cd-87774f69a715/ceph.audit.log 2024-03-21T13:46:42.162 INFO:teuthology.orchestra.run.smithi170.stderr: 86.7% -- replaced with /var/log/ceph/81d57e16-e787-11ee-95cd-87774f69a715/ceph.log.gz 2024-03-21T13:46:42.162 INFO:teuthology.orchestra.run.smithi170.stderr:/var/log/ceph/81d57e16-e787-11ee-95cd-87774f69a715/ceph-mgr.b.log: gzip -5 --verbose -- /var/log/ceph/81d57e16-e787-11ee-95cd-87774f69a715/ceph-mon.b.log 2024-03-21T13:46:42.162 INFO:teuthology.orchestra.run.smithi170.stderr:/var/log/ceph/81d57e16-e787-11ee-95cd-87774f69a715/ceph.audit.log: /var/log/ceph/81d57e16-e787-11ee-95cd-87774f69a715/ceph-mon.b.log: 90.0% -- replaced with /var/log/ceph/81d57e16-e787-11ee-95cd-87774f69a715/ceph.audit.log.gz 2024-03-21T13:46:42.164 INFO:teuthology.orchestra.run.smithi170.stderr: 91.2% -- replaced with /var/log/ceph/81d57e16-e787-11ee-95cd-87774f69a715/ceph-volume.log.gz 2024-03-21T13:46:42.164 INFO:teuthology.orchestra.run.smithi170.stderr: 91.7% -- replaced with /var/log/ceph/81d57e16-e787-11ee-95cd-87774f69a715/ceph-mgr.b.log.gz 2024-03-21T13:46:42.165 INFO:teuthology.orchestra.run.smithi186.stderr: 91.1% -- replaced with /var/log/ceph/81d57e16-e787-11ee-95cd-87774f69a715/ceph-volume.log.gz 2024-03-21T13:46:42.170 INFO:teuthology.orchestra.run.smithi100.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-03-21T13:46:42.170 INFO:teuthology.orchestra.run.smithi100.stderr:gzip -5 --verbose -- /var/log/ceph/81d57e16-e787-11ee-95cd-87774f69a715/ceph-osd.0.log 2024-03-21T13:46:42.171 INFO:teuthology.orchestra.run.smithi100.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/81d57e16-e787-11ee-95cd-87774f69a715/ceph-mon.a.log 2024-03-21T13:46:42.171 INFO:teuthology.orchestra.run.smithi100.stderr:/var/log/ceph/81d57e16-e787-11ee-95cd-87774f69a715/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/81d57e16-e787-11ee-95cd-87774f69a715/ceph.cephadm.log 2024-03-21T13:46:42.172 INFO:teuthology.orchestra.run.smithi100.stderr:gzip -5 --verbose -- /var/log/ceph/81d57e16-e787-11ee-95cd-87774f69a715/ceph-osd.1.log 2024-03-21T13:46:42.172 INFO:teuthology.orchestra.run.smithi100.stderr:/var/log/ceph/81d57e16-e787-11ee-95cd-87774f69a715/ceph-mon.a.log: /var/log/ceph/81d57e16-e787-11ee-95cd-87774f69a715/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/81d57e16-e787-11ee-95cd-87774f69a715/ceph.log 2024-03-21T13:46:42.172 INFO:teuthology.orchestra.run.smithi100.stderr: 82.8% -- replaced with /var/log/ceph/81d57e16-e787-11ee-95cd-87774f69a715/ceph.cephadm.log.gz 2024-03-21T13:46:42.172 INFO:teuthology.orchestra.run.smithi100.stderr:/var/log/ceph/81d57e16-e787-11ee-95cd-87774f69a715/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/81d57e16-e787-11ee-95cd-87774f69a715/ceph-volume.log 2024-03-21T13:46:42.174 INFO:teuthology.orchestra.run.smithi100.stderr:gzip -5 --verbose -- /var/log/ceph/81d57e16-e787-11ee-95cd-87774f69a715/ceph.audit.log 2024-03-21T13:46:42.174 INFO:teuthology.orchestra.run.smithi100.stderr:/var/log/ceph/81d57e16-e787-11ee-95cd-87774f69a715/ceph.log: /var/log/ceph/81d57e16-e787-11ee-95cd-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/81d57e16-e787-11ee-95cd-87774f69a715/ceph-mgr.a.log 2024-03-21T13:46:42.175 INFO:teuthology.orchestra.run.smithi100.stderr:/var/log/ceph/81d57e16-e787-11ee-95cd-87774f69a715/ceph.audit.log: 89.7% -- replaced with /var/log/ceph/cephadm.log.gz 2024-03-21T13:46:42.175 INFO:teuthology.orchestra.run.smithi100.stderr:/var/log/ceph/81d57e16-e787-11ee-95cd-87774f69a715/ceph-mgr.a.log: 86.8% -- replaced with /var/log/ceph/81d57e16-e787-11ee-95cd-87774f69a715/ceph.log.gz 2024-03-21T13:46:42.175 INFO:teuthology.orchestra.run.smithi100.stderr: 89.9% -- replaced with /var/log/ceph/81d57e16-e787-11ee-95cd-87774f69a715/ceph.audit.log.gz 2024-03-21T13:46:42.179 INFO:teuthology.orchestra.run.smithi100.stderr: 91.3% -- replaced with /var/log/ceph/81d57e16-e787-11ee-95cd-87774f69a715/ceph-volume.log.gz 2024-03-21T13:46:42.193 INFO:teuthology.orchestra.run.smithi186.stderr: 92.6% -- replaced with /var/log/ceph/81d57e16-e787-11ee-95cd-87774f69a715/ceph-osd.5.log.gz 2024-03-21T13:46:42.207 INFO:teuthology.orchestra.run.smithi186.stderr: 92.7% -- replaced with /var/log/ceph/81d57e16-e787-11ee-95cd-87774f69a715/ceph-osd.4.log.gz 2024-03-21T13:46:42.223 INFO:teuthology.orchestra.run.smithi100.stderr: 93.3% -- replaced with /var/log/ceph/81d57e16-e787-11ee-95cd-87774f69a715/ceph-osd.1.log.gz 2024-03-21T13:46:42.229 INFO:teuthology.orchestra.run.smithi100.stderr: 93.1% -- replaced with /var/log/ceph/81d57e16-e787-11ee-95cd-87774f69a715/ceph-osd.0.log.gz 2024-03-21T13:46:42.234 INFO:teuthology.orchestra.run.smithi170.stderr: 92.8% -- replaced with /var/log/ceph/81d57e16-e787-11ee-95cd-87774f69a715/ceph-osd.3.log.gz 2024-03-21T13:46:42.244 INFO:teuthology.orchestra.run.smithi170.stderr: 93.4% -- replaced with /var/log/ceph/81d57e16-e787-11ee-95cd-87774f69a715/ceph-osd.2.log.gz 2024-03-21T13:46:42.254 INFO:teuthology.orchestra.run.smithi186.stderr: 93.1% -- replaced with /var/log/ceph/81d57e16-e787-11ee-95cd-87774f69a715/ceph-mon.c.log.gz 2024-03-21T13:46:42.255 INFO:teuthology.orchestra.run.smithi186.stderr: 2024-03-21T13:46:42.255 INFO:teuthology.orchestra.run.smithi186.stderr:real 0m0.123s 2024-03-21T13:46:42.255 INFO:teuthology.orchestra.run.smithi186.stderr:user 0m0.201s 2024-03-21T13:46:42.255 INFO:teuthology.orchestra.run.smithi186.stderr:sys 0m0.018s 2024-03-21T13:46:42.256 INFO:teuthology.orchestra.run.smithi100.stderr: 90.0% -- replaced with /var/log/ceph/81d57e16-e787-11ee-95cd-87774f69a715/ceph-mgr.a.log.gz 2024-03-21T13:46:42.273 INFO:teuthology.orchestra.run.smithi170.stderr: 92.6% -- replaced with /var/log/ceph/81d57e16-e787-11ee-95cd-87774f69a715/ceph-mon.b.log.gz 2024-03-21T13:46:42.275 INFO:teuthology.orchestra.run.smithi170.stderr: 2024-03-21T13:46:42.275 INFO:teuthology.orchestra.run.smithi170.stderr:real 0m0.145s 2024-03-21T13:46:42.275 INFO:teuthology.orchestra.run.smithi170.stderr:user 0m0.303s 2024-03-21T13:46:42.275 INFO:teuthology.orchestra.run.smithi170.stderr:sys 0m0.016s 2024-03-21T13:46:42.469 INFO:teuthology.orchestra.run.smithi100.stderr: 91.0% -- replaced with /var/log/ceph/81d57e16-e787-11ee-95cd-87774f69a715/ceph-mon.a.log.gz 2024-03-21T13:46:42.471 INFO:teuthology.orchestra.run.smithi100.stderr: 2024-03-21T13:46:42.471 INFO:teuthology.orchestra.run.smithi100.stderr:real 0m0.343s 2024-03-21T13:46:42.471 INFO:teuthology.orchestra.run.smithi100.stderr:user 0m0.493s 2024-03-21T13:46:42.471 INFO:teuthology.orchestra.run.smithi100.stderr:sys 0m0.030s 2024-03-21T13:46:42.471 INFO:tasks.cephadm:Archiving logs... 2024-03-21T13:46:42.471 DEBUG:teuthology.misc:Transferring archived files from smithi100:/var/log/ceph to /home/teuthworker/archive/adking-2024-03-21_11:21:25-orch:cephadm-wip-adk-testing-2024-03-20-2326-distro-default-smithi/7614874/remote/smithi100/log 2024-03-21T13:46:42.472 DEBUG:teuthology.orchestra.run.smithi100:> sudo tar c -f - -C /var/log/ceph -- . 2024-03-21T13:46:42.606 DEBUG:teuthology.misc:Transferring archived files from smithi170:/var/log/ceph to /home/teuthworker/archive/adking-2024-03-21_11:21:25-orch:cephadm-wip-adk-testing-2024-03-20-2326-distro-default-smithi/7614874/remote/smithi170/log 2024-03-21T13:46:42.607 DEBUG:teuthology.orchestra.run.smithi170:> sudo tar c -f - -C /var/log/ceph -- . 2024-03-21T13:46:42.663 DEBUG:teuthology.misc:Transferring archived files from smithi186:/var/log/ceph to /home/teuthworker/archive/adking-2024-03-21_11:21:25-orch:cephadm-wip-adk-testing-2024-03-20-2326-distro-default-smithi/7614874/remote/smithi186/log 2024-03-21T13:46:42.664 DEBUG:teuthology.orchestra.run.smithi186:> sudo tar c -f - -C /var/log/ceph -- . 2024-03-21T13:46:42.701 INFO:tasks.cephadm:Removing cluster... 2024-03-21T13:46:42.701 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 81d57e16-e787-11ee-95cd-87774f69a715 --force 2024-03-21T13:46:42.872 INFO:teuthology.orchestra.run.smithi100.stdout:Deleting cluster with fsid: 81d57e16-e787-11ee-95cd-87774f69a715 2024-03-21T13:46:44.203 DEBUG:teuthology.orchestra.run.smithi170:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 81d57e16-e787-11ee-95cd-87774f69a715 --force 2024-03-21T13:46:44.372 INFO:teuthology.orchestra.run.smithi170.stdout:Deleting cluster with fsid: 81d57e16-e787-11ee-95cd-87774f69a715 2024-03-21T13:46:45.679 DEBUG:teuthology.orchestra.run.smithi186:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 81d57e16-e787-11ee-95cd-87774f69a715 --force 2024-03-21T13:46:45.846 INFO:teuthology.orchestra.run.smithi186.stdout:Deleting cluster with fsid: 81d57e16-e787-11ee-95cd-87774f69a715 2024-03-21T13:46:47.183 INFO:tasks.cephadm:Removing cephadm ... 2024-03-21T13:46:47.183 DEBUG:teuthology.orchestra.run.smithi100:> rm -rf /home/ubuntu/cephtest/cephadm 2024-03-21T13:46:47.190 DEBUG:teuthology.orchestra.run.smithi170:> rm -rf /home/ubuntu/cephtest/cephadm 2024-03-21T13:46:47.196 DEBUG:teuthology.orchestra.run.smithi186:> rm -rf /home/ubuntu/cephtest/cephadm 2024-03-21T13:46:47.202 INFO:tasks.cephadm:Teardown complete 2024-03-21T13:46:47.202 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-03-21T13:46:47.212 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-03-21T13:46:47.213 DEBUG:teuthology.orchestra.run.smithi100:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-03-21T13:46:47.233 DEBUG:teuthology.orchestra.run.smithi170:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-03-21T13:46:47.239 DEBUG:teuthology.orchestra.run.smithi186:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-03-21T13:46:47.326 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-03-21T13:46:47.335 INFO:teuthology.task.clock:Checking final clock skew... 2024-03-21T13:46:47.335 DEBUG:teuthology.orchestra.run.smithi100:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-21T13:46:47.338 DEBUG:teuthology.orchestra.run.smithi170:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-21T13:46:47.340 DEBUG:teuthology.orchestra.run.smithi186:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-21T13:46:47.346 INFO:teuthology.orchestra.run.smithi100.stdout: remote refid st t when poll reach delay offset jitter 2024-03-21T13:46:47.346 INFO:teuthology.orchestra.run.smithi100.stdout:============================================================================== 2024-03-21T13:46:47.346 INFO:teuthology.orchestra.run.smithi100.stdout:*hv01.front.sepi 44.4.53.2 2 u 41 64 377 0.071 -3.541 4.548 2024-03-21T13:46:47.346 INFO:teuthology.orchestra.run.smithi100.stdout:+hv02.front.sepi 63.231.80.2 3 u 37 64 377 0.054 -3.562 2.676 2024-03-21T13:46:47.346 INFO:teuthology.orchestra.run.smithi100.stdout:+hv03.front.sepi 74.6.168.72 3 u 38 64 377 0.096 -4.989 2.613 2024-03-21T13:46:47.346 INFO:teuthology.orchestra.run.smithi100.stdout: hv04.front.sepi .INIT. 16 u - 256 0 0.000 +0.000 0.000 2024-03-21T13:46:47.352 INFO:teuthology.orchestra.run.smithi170.stdout: remote refid st t when poll reach delay offset jitter 2024-03-21T13:46:47.352 INFO:teuthology.orchestra.run.smithi170.stdout:============================================================================== 2024-03-21T13:46:47.353 INFO:teuthology.orchestra.run.smithi170.stdout:*hv01.front.sepi 44.4.53.2 2 u 42 64 377 0.080 -3.410 3.887 2024-03-21T13:46:47.353 INFO:teuthology.orchestra.run.smithi170.stdout:+hv02.front.sepi 63.231.80.2 3 u 35 64 377 0.079 -1.841 2.344 2024-03-21T13:46:47.353 INFO:teuthology.orchestra.run.smithi170.stdout:+hv03.front.sepi 74.6.168.72 3 u 32 64 377 0.113 -7.124 4.084 2024-03-21T13:46:47.353 INFO:teuthology.orchestra.run.smithi170.stdout: hv04.front.sepi .INIT. 16 u - 256 0 0.000 +0.000 0.000 2024-03-21T13:46:47.354 INFO:teuthology.orchestra.run.smithi186.stdout: remote refid st t when poll reach delay offset jitter 2024-03-21T13:46:47.354 INFO:teuthology.orchestra.run.smithi186.stdout:============================================================================== 2024-03-21T13:46:47.354 INFO:teuthology.orchestra.run.smithi186.stdout:*hv01.front.sepi 44.4.53.2 2 u 39 64 377 0.075 -3.910 1.878 2024-03-21T13:46:47.354 INFO:teuthology.orchestra.run.smithi186.stdout:+hv02.front.sepi 63.231.80.2 3 u 35 64 377 0.076 +1.252 2.761 2024-03-21T13:46:47.354 INFO:teuthology.orchestra.run.smithi186.stdout:+hv03.front.sepi 74.6.168.72 3 u 40 64 377 0.086 -2.664 1.490 2024-03-21T13:46:47.354 INFO:teuthology.orchestra.run.smithi186.stdout: hv04.front.sepi .INIT. 16 u - 256 0 0.000 +0.000 0.000 2024-03-21T13:46:47.355 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-03-21T13:46:47.364 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-03-21T13:46:47.364 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-03-21T13:46:47.384 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-03-21T13:46:47.410 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-03-21T13:46:47.434 INFO:teuthology.task.internal:Duration was 1387.493192 seconds 2024-03-21T13:46:47.435 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-03-21T13:46:47.460 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-03-21T13:46:47.460 DEBUG:teuthology.orchestra.run.smithi100:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-21T13:46:47.463 DEBUG:teuthology.orchestra.run.smithi170:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-21T13:46:47.465 DEBUG:teuthology.orchestra.run.smithi186:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-21T13:46:47.503 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-03-21T13:46:47.503 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi100.front.sepia.ceph.com 2024-03-21T13:46:47.503 DEBUG:teuthology.orchestra.run.smithi100:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-03-21T13:46:47.553 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi170.front.sepia.ceph.com 2024-03-21T13:46:47.553 DEBUG:teuthology.orchestra.run.smithi170:> 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-03-21T13:46:47.563 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi186.front.sepia.ceph.com 2024-03-21T13:46:47.563 DEBUG:teuthology.orchestra.run.smithi186:> 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-03-21T13:46:47.573 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-03-21T13:46:47.574 DEBUG:teuthology.orchestra.run.smithi100:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-21T13:46:47.601 DEBUG:teuthology.orchestra.run.smithi170:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-21T13:46:47.607 DEBUG:teuthology.orchestra.run.smithi186:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-21T13:46:47.646 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-03-21T13:46:47.646 DEBUG:teuthology.orchestra.run.smithi100:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-21T13:46:47.677 DEBUG:teuthology.orchestra.run.smithi170:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-21T13:46:47.679 DEBUG:teuthology.orchestra.run.smithi186:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-21T13:46:47.765 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-03-21T13:46:47.774 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-03-21T13:46:47.774 DEBUG:teuthology.orchestra.run.smithi100:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-21T13:46:47.785 DEBUG:teuthology.orchestra.run.smithi170:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-21T13:46:47.799 DEBUG:teuthology.orchestra.run.smithi186:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-21T13:46:47.811 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-03-21T13:46:47.821 DEBUG:teuthology.orchestra.run.smithi100:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-03-21T13:46:47.829 DEBUG:teuthology.orchestra.run.smithi170:> 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-03-21T13:46:47.836 INFO:teuthology.orchestra.run.smithi100.stdout:kernel.core_pattern = core 2024-03-21T13:46:47.843 DEBUG:teuthology.orchestra.run.smithi186:> 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-03-21T13:46:47.850 INFO:teuthology.orchestra.run.smithi170.stdout:kernel.core_pattern = core 2024-03-21T13:46:47.866 INFO:teuthology.orchestra.run.smithi186.stdout:kernel.core_pattern = core 2024-03-21T13:46:47.891 DEBUG:teuthology.orchestra.run.smithi100:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-21T13:46:47.903 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T13:46:47.904 DEBUG:teuthology.orchestra.run.smithi170:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-21T13:46:47.925 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T13:46:47.926 DEBUG:teuthology.orchestra.run.smithi186:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-21T13:46:47.939 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T13:46:47.939 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-03-21T13:46:47.951 INFO:teuthology.task.internal:Transferring archived files... 2024-03-21T13:46:47.951 DEBUG:teuthology.misc:Transferring archived files from smithi100:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-03-21_11:21:25-orch:cephadm-wip-adk-testing-2024-03-20-2326-distro-default-smithi/7614874/remote/smithi100 2024-03-21T13:46:47.951 DEBUG:teuthology.orchestra.run.smithi100:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-21T13:46:47.975 DEBUG:teuthology.misc:Transferring archived files from smithi170:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-03-21_11:21:25-orch:cephadm-wip-adk-testing-2024-03-20-2326-distro-default-smithi/7614874/remote/smithi170 2024-03-21T13:46:47.975 DEBUG:teuthology.orchestra.run.smithi170:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-21T13:46:47.996 DEBUG:teuthology.misc:Transferring archived files from smithi186:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-03-21_11:21:25-orch:cephadm-wip-adk-testing-2024-03-20-2326-distro-default-smithi/7614874/remote/smithi186 2024-03-21T13:46:47.996 DEBUG:teuthology.orchestra.run.smithi186:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-21T13:46:48.017 INFO:teuthology.task.internal:Removing archive directory... 2024-03-21T13:46:48.018 DEBUG:teuthology.orchestra.run.smithi100:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-21T13:46:48.020 DEBUG:teuthology.orchestra.run.smithi170:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-21T13:46:48.035 DEBUG:teuthology.orchestra.run.smithi186:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-21T13:46:48.060 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-03-21T13:46:48.072 INFO:teuthology.task.internal:Not uploading archives. 2024-03-21T13:46:48.072 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-03-21T13:46:48.094 INFO:teuthology.task.internal:Tidying up after the test... 2024-03-21T13:46:48.094 DEBUG:teuthology.orchestra.run.smithi100:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-21T13:46:48.096 DEBUG:teuthology.orchestra.run.smithi170:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-21T13:46:48.099 DEBUG:teuthology.orchestra.run.smithi186:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-21T13:46:48.100 INFO:teuthology.orchestra.run.smithi100.stdout: 658646 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 21 13:46 /home/ubuntu/cephtest 2024-03-21T13:46:48.102 INFO:teuthology.orchestra.run.smithi170.stdout: 658460 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 21 13:46 /home/ubuntu/cephtest 2024-03-21T13:46:48.108 INFO:teuthology.orchestra.run.smithi186.stdout: 658624 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 21 13:46 /home/ubuntu/cephtest 2024-03-21T13:46:48.109 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-03-21T13:46:48.119 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-03-21T13:46:48.169 INFO:teuthology.nuke:Checking targets against current locks 2024-03-21T13:46:48.195 DEBUG:teuthology.nuke:shortname: smithi100 2024-03-21T13:46:48.196 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-21T13:46:48.221 DEBUG:teuthology.nuke:shortname: smithi170 2024-03-21T13:46:48.221 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-21T13:46:48.228 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi100.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-03-21_11:21:25-orch:cephadm-wip-adk-testing-2024-03-20-2326-distro-default-smithi/7614874', '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-03-21 13:13:52.252965', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFdaK2aJdwilIXZNI5pAf/i9iHQiOmRO9iQwzlN6XLQLu0HLRlkS3zRPw2ucE0Zo1YOSQ1q/RyatJrMkqCZWLh4='} 2024-03-21T13:46:48.246 DEBUG:teuthology.nuke:shortname: smithi186 2024-03-21T13:46:48.246 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-21T13:46:48.254 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi170.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-03-21_11:21:25-orch:cephadm-wip-adk-testing-2024-03-20-2326-distro-default-smithi/7614874', '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-03-21 13:13:52.254751', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHjG2Df2KbnRWP7uFpo0AQIJRSfAPHb7w7woCYpEjEN3r5KC1Oe+TJgyjrKxk/UpZJ8v9TE1/IJOaJu4OXhCA4M='} 2024-03-21T13:46:48.272 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi186.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-03-21_11:21:25-orch:cephadm-wip-adk-testing-2024-03-20-2326-distro-default-smithi/7614874', '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-03-21 13:13:52.256042', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMbNKlTy5FNdM3+AJMVTiGE0w0EwUBwVPUZorxKEoqeyN6uv373UGePLMxquEk/lzSmbqk8JvqJ0d7sQZiM+yCU='} 2024-03-21T13:46:48.282 INFO:teuthology.orchestra.console.smithi100:Power off 2024-03-21T13:46:48.282 DEBUG:teuthology.orchestra.console.smithi100:pexpect command: ipmitool -H smithi100.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-21T13:46:48.309 DEBUG:teuthology.orchestra.console.smithi100:power off output: Chassis Power Control: Down/Off 2024-03-21T13:46:48.309 DEBUG:teuthology.orchestra.console.smithi100:pexpect command: ipmitool -H smithi100.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T13:46:48.325 INFO:teuthology.orchestra.console.smithi170:Power off 2024-03-21T13:46:48.325 DEBUG:teuthology.orchestra.console.smithi170:pexpect command: ipmitool -H smithi170.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-21T13:46:48.337 DEBUG:teuthology.orchestra.console.smithi100:check power output: Chassis Power is on 2024-03-21T13:46:48.350 DEBUG:teuthology.orchestra.console.smithi170:power off output: Chassis Power Control: Down/Off 2024-03-21T13:46:48.350 DEBUG:teuthology.orchestra.console.smithi170:pexpect command: ipmitool -H smithi170.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T13:46:48.365 INFO:teuthology.orchestra.console.smithi186:Power off 2024-03-21T13:46:48.365 DEBUG:teuthology.orchestra.console.smithi186:pexpect command: ipmitool -H smithi186.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-21T13:46:48.374 DEBUG:teuthology.orchestra.console.smithi170:check power output: Chassis Power is on 2024-03-21T13:46:48.387 DEBUG:teuthology.orchestra.console.smithi186:power off output: Chassis Power Control: Down/Off 2024-03-21T13:46:48.388 DEBUG:teuthology.orchestra.console.smithi186:pexpect command: ipmitool -H smithi186.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T13:46:48.411 DEBUG:teuthology.orchestra.console.smithi186:check power output: Chassis Power is on 2024-03-21T13:46:52.338 DEBUG:teuthology.orchestra.console.smithi100:pexpect command: ipmitool -H smithi100.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T13:46:52.376 DEBUG:teuthology.orchestra.console.smithi170:pexpect command: ipmitool -H smithi170.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T13:46:52.412 DEBUG:teuthology.orchestra.console.smithi186:pexpect command: ipmitool -H smithi186.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T13:46:52.447 DEBUG:teuthology.orchestra.console.smithi100:check power output: Chassis Power is on 2024-03-21T13:46:52.485 DEBUG:teuthology.orchestra.console.smithi170:check power output: Chassis Power is on 2024-03-21T13:46:52.521 DEBUG:teuthology.orchestra.console.smithi186:check power output: Chassis Power is on 2024-03-21T13:46:56.452 DEBUG:teuthology.orchestra.console.smithi100:pexpect command: ipmitool -H smithi100.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T13:46:56.486 DEBUG:teuthology.orchestra.console.smithi170:pexpect command: ipmitool -H smithi170.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T13:46:56.522 DEBUG:teuthology.orchestra.console.smithi186:pexpect command: ipmitool -H smithi186.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T13:46:56.561 DEBUG:teuthology.orchestra.console.smithi100:check power output: Chassis Power is on 2024-03-21T13:46:56.594 DEBUG:teuthology.orchestra.console.smithi170:check power output: Chassis Power is off 2024-03-21T13:46:56.630 DEBUG:teuthology.orchestra.console.smithi186:check power output: Chassis Power is off 2024-03-21T13:46:56.695 INFO:teuthology.orchestra.console.smithi170:Power off completed 2024-03-21T13:46:56.731 INFO:teuthology.orchestra.console.smithi186:Power off completed 2024-03-21T13:47:00.566 DEBUG:teuthology.orchestra.console.smithi100:pexpect command: ipmitool -H smithi100.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T13:47:00.676 DEBUG:teuthology.orchestra.console.smithi100:check power output: Chassis Power is off 2024-03-21T13:47:00.776 INFO:teuthology.orchestra.console.smithi100:Power off completed 2024-03-21T13:47:00.880 INFO:teuthology.run:Summary data: description: orch:cephadm/workunits/{0-distro/ubuntu_22.04 agent/off mon_election/classic task/test_host_drain} duration: 1387.4931917190552 failure_reason: '"2024-03-21T13:42:03.324053+0000 mon.a (mon.0) 510 : cluster [WRN] Health check failed: Degraded data redundancy: 2/6 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED)" in cluster log' flavor: default owner: scheduled_adking@teuthology success: false 2024-03-21T13:47:00.881 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-03-21T13:47:00.991 INFO:teuthology.run:FAIL