2024-04-15T20:22:22.514 INFO:root:teuthology version: 0.0.1.dev267+g6c63784 2024-04-15T20:22:22.514 DEBUG:teuthology.run:Teuthology command: teuthology --description orch/cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_host_drain} --archive /home/teuthworker/archive/teuthology-2024-04-15_20:08:15-orch-main-distro-default-smithi/7657247 --verbose --name teuthology-2024-04-15_20:08:15-orch-main-distro-default-smithi --owner scheduled_teuthology@teuthology -- /home/teuthworker/archive/teuthology-2024-04-15_20:08:15-orch-main-distro-default-smithi/7657247/orig.config.yaml 2024-04-15T20:22:22.544 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-15T20:22:22.629 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-04-15_20:08:15-orch-main-distro-default-smithi/7657247 branch: main description: orch/cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_host_drain} email: ceph-qa@ceph.com first_in_suite: false job_id: '7657247' kernel: kdb: 1 sha1: distro ktype: distro last_in_suite: false machine_type: smithi name: teuthology-2024-04-15_20:08:15-orch-main-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: ubuntu os_version: '22.04' overrides: admin_socket: branch: main ceph: conf: global: mon election default strategy: 3 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: true mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) - MON_DOWN - mons down - mon down - out of quorum log-only-match: - CEPHADM_ sha1: 87dbfb632e974cb2c28d17423071d2d833b53b29 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 87dbfb632e974cb2c28d17423071d2d833b53b29 workunit: branch: main sha1: 3f7db60e5ba4c4d053b594b7ec58703d2833c55b owner: scheduled_teuthology@teuthology priority: 950 repo: https://git.ceph.com/ceph.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: 8042 sha1: 87dbfb632e974cb2c28d17423071d2d833b53b29 sleep_before_teardown: 0 subset: 25/64 suite: orch suite_branch: main suite_path: /home/teuthworker/src/git.ceph.com_ceph_3f7db60e5ba4c4d053b594b7ec58703d2833c55b/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph.git suite_sha1: 3f7db60e5ba4c4d053b594b7ec58703d2833c55b targets: smithi069.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBI2UVw0XJuc4OSmt1GAeAqU/RUNesZ2sUWBYlpGETWftiml+EKbY8vjGJMMoB/dSULOt6AA7rFfCBWheTXelqRw= smithi094.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIysOQ7BOlJa6RtnL58Zn850SqoU4RYhta6dnH4dG4RPAag8C6UDgc+UtQzbVeagPzA2HaPK9Au2OtxadkwgPqE= smithi204.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKVeNOr/A65kznSLpY1Ossjb+qCkRBSESps6GdnAwjhNgTm1IaG2o3kD0Q7JrDh2EppH8Xl0JslYDs7ji/pIuIE= 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: 6c637841c215537a4502385240412f1966e0faab timestamp: 2024-04-15_20:08:15 tube: smithi user: teuthology verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-04-15T20:22:22.629 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph_3f7db60e5ba4c4d053b594b7ec58703d2833c55b/qa; will attempt to use it 2024-04-15T20:22:22.630 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph_3f7db60e5ba4c4d053b594b7ec58703d2833c55b/qa/tasks 2024-04-15T20:22:22.630 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-04-15T20:22:22.632 INFO:teuthology.task.internal:Checking packages... 2024-04-15T20:22:22.656 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '87dbfb632e974cb2c28d17423071d2d833b53b29' 2024-04-15T20:22:22.656 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-04-15T20:22:22.657 INFO:teuthology.packaging:ref: None 2024-04-15T20:22:22.657 INFO:teuthology.packaging:tag: None 2024-04-15T20:22:22.657 INFO:teuthology.packaging:branch: main 2024-04-15T20:22:22.657 INFO:teuthology.packaging:sha1: 87dbfb632e974cb2c28d17423071d2d833b53b29 2024-04-15T20:22:22.657 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&ref=main 2024-04-15T20:22:22.882 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-3084-g87dbfb63-1jammy 2024-04-15T20:22:22.883 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-04-15T20:22:22.889 INFO:teuthology.task.internal:no buildpackages task found 2024-04-15T20:22:22.890 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-04-15T20:22:22.927 INFO:teuthology.task.internal:Saving configuration 2024-04-15T20:22:22.941 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-04-15T20:22:22.950 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-15T20:22:22.971 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi069.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-15_20:08:15-orch-main-distro-default-smithi/7657247', '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-04-15 20:11:11.849341', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPSl+Pbzo+0hOGdXMwpaC0DvHhK3OK3bbb8eG870f7A4'} 2024-04-15T20:22:22.992 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi094.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-15_20:08:15-orch-main-distro-default-smithi/7657247', '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-04-15 20:11:11.851256', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJHH0y/O5ZDAKXv4Ix88SlYMsxdYlIwrHvzTPN23S6mw'} 2024-04-15T20:22:23.014 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi204.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-15_20:08:15-orch-main-distro-default-smithi/7657247', '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-04-15 20:11:11.852466', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINhsfKCJrHZP+4hlQg6cTrJyuO1tHjYjnCMFKQiWAxY3'} 2024-04-15T20:22:23.014 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-04-15T20:22:23.020 INFO:teuthology.task.internal:roles: ubuntu@smithi069.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0', 'osd.1'] 2024-04-15T20:22:23.020 INFO:teuthology.task.internal:roles: ubuntu@smithi094.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.2', 'osd.3'] 2024-04-15T20:22:23.020 INFO:teuthology.task.internal:roles: ubuntu@smithi204.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.4', 'osd.5'] 2024-04-15T20:22:23.020 INFO:teuthology.run_tasks:Running task console_log... 2024-04-15T20:22:23.151 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f1a47ebf280>, signals=[15]) 2024-04-15T20:22:23.151 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-15T20:22:23.157 INFO:teuthology.task.internal:Opening connections... 2024-04-15T20:22:23.157 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi069.front.sepia.ceph.com 2024-04-15T20:22:23.159 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi069.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T20:22:23.250 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi094.front.sepia.ceph.com 2024-04-15T20:22:23.250 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi094.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T20:22:23.331 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi204.front.sepia.ceph.com 2024-04-15T20:22:23.332 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi204.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T20:22:23.413 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-15T20:22:23.418 DEBUG:teuthology.orchestra.run.smithi069:> uname -m 2024-04-15T20:22:23.424 INFO:teuthology.orchestra.run.smithi069.stdout:x86_64 2024-04-15T20:22:23.425 DEBUG:teuthology.orchestra.run.smithi069:> cat /etc/os-release 2024-04-15T20:22:23.472 INFO:teuthology.orchestra.run.smithi069.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-04-15T20:22:23.473 INFO:teuthology.orchestra.run.smithi069.stdout:NAME="Ubuntu" 2024-04-15T20:22:23.473 INFO:teuthology.orchestra.run.smithi069.stdout:VERSION_ID="22.04" 2024-04-15T20:22:23.473 INFO:teuthology.orchestra.run.smithi069.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-04-15T20:22:23.473 INFO:teuthology.orchestra.run.smithi069.stdout:VERSION_CODENAME=jammy 2024-04-15T20:22:23.473 INFO:teuthology.orchestra.run.smithi069.stdout:ID=ubuntu 2024-04-15T20:22:23.473 INFO:teuthology.orchestra.run.smithi069.stdout:ID_LIKE=debian 2024-04-15T20:22:23.473 INFO:teuthology.orchestra.run.smithi069.stdout:HOME_URL="https://www.ubuntu.com/" 2024-04-15T20:22:23.473 INFO:teuthology.orchestra.run.smithi069.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-04-15T20:22:23.473 INFO:teuthology.orchestra.run.smithi069.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-04-15T20:22:23.473 INFO:teuthology.orchestra.run.smithi069.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-04-15T20:22:23.473 INFO:teuthology.orchestra.run.smithi069.stdout:UBUNTU_CODENAME=jammy 2024-04-15T20:22:23.474 INFO:teuthology.lock.ops:Updating smithi069.front.sepia.ceph.com on lock server 2024-04-15T20:22:23.497 DEBUG:teuthology.orchestra.run.smithi094:> uname -m 2024-04-15T20:22:23.503 INFO:teuthology.orchestra.run.smithi094.stdout:x86_64 2024-04-15T20:22:23.503 DEBUG:teuthology.orchestra.run.smithi094:> cat /etc/os-release 2024-04-15T20:22:23.548 INFO:teuthology.orchestra.run.smithi094.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-04-15T20:22:23.548 INFO:teuthology.orchestra.run.smithi094.stdout:NAME="Ubuntu" 2024-04-15T20:22:23.549 INFO:teuthology.orchestra.run.smithi094.stdout:VERSION_ID="22.04" 2024-04-15T20:22:23.549 INFO:teuthology.orchestra.run.smithi094.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-04-15T20:22:23.549 INFO:teuthology.orchestra.run.smithi094.stdout:VERSION_CODENAME=jammy 2024-04-15T20:22:23.549 INFO:teuthology.orchestra.run.smithi094.stdout:ID=ubuntu 2024-04-15T20:22:23.549 INFO:teuthology.orchestra.run.smithi094.stdout:ID_LIKE=debian 2024-04-15T20:22:23.549 INFO:teuthology.orchestra.run.smithi094.stdout:HOME_URL="https://www.ubuntu.com/" 2024-04-15T20:22:23.549 INFO:teuthology.orchestra.run.smithi094.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-04-15T20:22:23.549 INFO:teuthology.orchestra.run.smithi094.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-04-15T20:22:23.550 INFO:teuthology.orchestra.run.smithi094.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-04-15T20:22:23.550 INFO:teuthology.orchestra.run.smithi094.stdout:UBUNTU_CODENAME=jammy 2024-04-15T20:22:23.550 INFO:teuthology.lock.ops:Updating smithi094.front.sepia.ceph.com on lock server 2024-04-15T20:22:23.571 DEBUG:teuthology.orchestra.run.smithi204:> uname -m 2024-04-15T20:22:23.576 INFO:teuthology.orchestra.run.smithi204.stdout:x86_64 2024-04-15T20:22:23.577 DEBUG:teuthology.orchestra.run.smithi204:> cat /etc/os-release 2024-04-15T20:22:23.630 INFO:teuthology.orchestra.run.smithi204.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-04-15T20:22:23.630 INFO:teuthology.orchestra.run.smithi204.stdout:NAME="Ubuntu" 2024-04-15T20:22:23.630 INFO:teuthology.orchestra.run.smithi204.stdout:VERSION_ID="22.04" 2024-04-15T20:22:23.630 INFO:teuthology.orchestra.run.smithi204.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-04-15T20:22:23.630 INFO:teuthology.orchestra.run.smithi204.stdout:VERSION_CODENAME=jammy 2024-04-15T20:22:23.630 INFO:teuthology.orchestra.run.smithi204.stdout:ID=ubuntu 2024-04-15T20:22:23.630 INFO:teuthology.orchestra.run.smithi204.stdout:ID_LIKE=debian 2024-04-15T20:22:23.630 INFO:teuthology.orchestra.run.smithi204.stdout:HOME_URL="https://www.ubuntu.com/" 2024-04-15T20:22:23.630 INFO:teuthology.orchestra.run.smithi204.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-04-15T20:22:23.630 INFO:teuthology.orchestra.run.smithi204.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-04-15T20:22:23.631 INFO:teuthology.orchestra.run.smithi204.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-04-15T20:22:23.631 INFO:teuthology.orchestra.run.smithi204.stdout:UBUNTU_CODENAME=jammy 2024-04-15T20:22:23.631 INFO:teuthology.lock.ops:Updating smithi204.front.sepia.ceph.com on lock server 2024-04-15T20:22:23.787 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-15T20:22:23.796 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-15T20:22:23.831 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-15T20:22:23.832 DEBUG:teuthology.orchestra.run.smithi069:> test '!' -e /home/ubuntu/cephtest 2024-04-15T20:22:23.834 DEBUG:teuthology.orchestra.run.smithi094:> test '!' -e /home/ubuntu/cephtest 2024-04-15T20:22:23.836 DEBUG:teuthology.orchestra.run.smithi204:> test '!' -e /home/ubuntu/cephtest 2024-04-15T20:22:23.842 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-15T20:22:23.858 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-15T20:22:23.858 DEBUG:teuthology.orchestra.run.smithi069:> test -z $(ls -A /var/lib/ceph) 2024-04-15T20:22:23.881 DEBUG:teuthology.orchestra.run.smithi094:> test -z $(ls -A /var/lib/ceph) 2024-04-15T20:22:23.885 DEBUG:teuthology.orchestra.run.smithi204:> test -z $(ls -A /var/lib/ceph) 2024-04-15T20:22:23.990 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-15T20:22:24.078 INFO:teuthology.run_tasks:Running task kernel... 2024-04-15T20:22:24.094 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-04-15T20:22:24.094 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}, 'host.c': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-04-15T20:22:24.094 DEBUG:teuthology.orchestra.run.smithi069:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-15T20:22:24.095 DEBUG:teuthology.orchestra.run.smithi094:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-15T20:22:24.096 DEBUG:teuthology.orchestra.run.smithi204:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-15T20:22:24.101 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T20:22:24.101 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T20:22:24.101 DEBUG:teuthology.orchestra.run.smithi069:> uname -r 2024-04-15T20:22:24.102 DEBUG:teuthology.orchestra.run.smithi094:> uname -r 2024-04-15T20:22:24.103 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T20:22:24.104 DEBUG:teuthology.orchestra.run.smithi204:> uname -r 2024-04-15T20:22:24.148 INFO:teuthology.orchestra.run.smithi069.stdout:5.15.0-56-generic 2024-04-15T20:22:24.148 INFO:teuthology.task.kernel:Running kernel on smithi069: 5.15.0-56-generic 2024-04-15T20:22:24.148 DEBUG:teuthology.orchestra.run.smithi069:> sudo apt-get clean 2024-04-15T20:22:24.150 INFO:teuthology.orchestra.run.smithi204.stdout:5.15.0-56-generic 2024-04-15T20:22:24.150 INFO:teuthology.orchestra.run.smithi094.stdout:5.15.0-56-generic 2024-04-15T20:22:24.150 INFO:teuthology.task.kernel:Running kernel on smithi204: 5.15.0-56-generic 2024-04-15T20:22:24.150 DEBUG:teuthology.orchestra.run.smithi204:> sudo apt-get clean 2024-04-15T20:22:24.151 INFO:teuthology.task.kernel:Running kernel on smithi094: 5.15.0-56-generic 2024-04-15T20:22:24.151 DEBUG:teuthology.orchestra.run.smithi094:> sudo apt-get clean 2024-04-15T20:22:24.286 DEBUG:teuthology.orchestra.run.smithi204:> sudo apt-get update 2024-04-15T20:22:24.291 DEBUG:teuthology.orchestra.run.smithi069:> sudo apt-get update 2024-04-15T20:22:24.292 DEBUG:teuthology.orchestra.run.smithi094:> sudo apt-get update 2024-04-15T20:22:24.519 INFO:teuthology.orchestra.run.smithi069.stdout:Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-04-15T20:22:24.526 INFO:teuthology.orchestra.run.smithi204.stdout:Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-04-15T20:22:24.531 INFO:teuthology.orchestra.run.smithi094.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-15T20:22:24.532 INFO:teuthology.orchestra.run.smithi094.stdout:Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-04-15T20:22:24.553 INFO:teuthology.orchestra.run.smithi069.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-15T20:22:24.563 INFO:teuthology.orchestra.run.smithi204.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-15T20:22:24.573 INFO:teuthology.orchestra.run.smithi094.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-04-15T20:22:24.613 INFO:teuthology.orchestra.run.smithi069.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-04-15T20:22:24.633 INFO:teuthology.orchestra.run.smithi204.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-04-15T20:22:24.812 INFO:teuthology.orchestra.run.smithi094.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-04-15T20:22:24.846 INFO:teuthology.orchestra.run.smithi204.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [444 kB] 2024-04-15T20:22:24.857 INFO:teuthology.orchestra.run.smithi094.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [444 kB] 2024-04-15T20:22:24.922 INFO:teuthology.orchestra.run.smithi094.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [610 kB] 2024-04-15T20:22:24.929 INFO:teuthology.orchestra.run.smithi069.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [444 kB] 2024-04-15T20:22:24.961 INFO:teuthology.orchestra.run.smithi069.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-04-15T20:22:24.980 INFO:teuthology.orchestra.run.smithi204.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-04-15T20:22:25.052 INFO:teuthology.orchestra.run.smithi204.stdout:Get:6 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,343 kB] 2024-04-15T20:22:25.057 INFO:teuthology.orchestra.run.smithi094.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,343 kB] 2024-04-15T20:22:25.065 INFO:teuthology.orchestra.run.smithi094.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,562 kB] 2024-04-15T20:22:25.078 INFO:teuthology.orchestra.run.smithi069.stdout:Get:6 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,343 kB] 2024-04-15T20:22:25.099 INFO:teuthology.orchestra.run.smithi069.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,562 kB] 2024-04-15T20:22:25.118 INFO:teuthology.orchestra.run.smithi204.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,562 kB] 2024-04-15T20:22:25.131 INFO:teuthology.orchestra.run.smithi204.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [237 kB] 2024-04-15T20:22:25.139 INFO:teuthology.orchestra.run.smithi094.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [297 kB] 2024-04-15T20:22:25.143 INFO:teuthology.orchestra.run.smithi204.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-04-15T20:22:25.144 INFO:teuthology.orchestra.run.smithi204.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,670 kB] 2024-04-15T20:22:25.148 INFO:teuthology.orchestra.run.smithi094.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [237 kB] 2024-04-15T20:22:25.152 INFO:teuthology.orchestra.run.smithi094.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-04-15T20:22:25.152 INFO:teuthology.orchestra.run.smithi094.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,702 kB] 2024-04-15T20:22:25.162 INFO:teuthology.orchestra.run.smithi094.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-04-15T20:22:25.163 INFO:teuthology.orchestra.run.smithi094.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,670 kB] 2024-04-15T20:22:25.197 INFO:teuthology.orchestra.run.smithi069.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [237 kB] 2024-04-15T20:22:25.276 INFO:teuthology.orchestra.run.smithi069.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-04-15T20:22:25.276 INFO:teuthology.orchestra.run.smithi204.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [34.1 kB] 2024-04-15T20:22:25.277 INFO:teuthology.orchestra.run.smithi069.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [34.1 kB] 2024-04-15T20:22:25.277 INFO:teuthology.orchestra.run.smithi094.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [35.7 kB] 2024-04-15T20:22:25.278 INFO:teuthology.orchestra.run.smithi069.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,670 kB] 2024-04-15T20:22:25.279 INFO:teuthology.orchestra.run.smithi204.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [280 kB] 2024-04-15T20:22:25.287 INFO:teuthology.orchestra.run.smithi204.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-04-15T20:22:25.287 INFO:teuthology.orchestra.run.smithi204.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [852 kB] 2024-04-15T20:22:25.304 INFO:teuthology.orchestra.run.smithi094.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [286 kB] 2024-04-15T20:22:25.305 INFO:teuthology.orchestra.run.smithi094.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [34.1 kB] 2024-04-15T20:22:25.305 INFO:teuthology.orchestra.run.smithi204.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [600 kB] 2024-04-15T20:22:25.305 INFO:teuthology.orchestra.run.smithi094.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [280 kB] 2024-04-15T20:22:25.311 INFO:teuthology.orchestra.run.smithi094.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-04-15T20:22:25.312 INFO:teuthology.orchestra.run.smithi094.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [699 kB] 2024-04-15T20:22:25.312 INFO:teuthology.orchestra.run.smithi094.stdout:Get:21 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-04-15T20:22:25.313 INFO:teuthology.orchestra.run.smithi094.stdout:Get:22 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [852 kB] 2024-04-15T20:22:25.326 INFO:teuthology.orchestra.run.smithi094.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,075 kB] 2024-04-15T20:22:25.328 INFO:teuthology.orchestra.run.smithi094.stdout:Get:24 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [600 kB] 2024-04-15T20:22:25.338 INFO:teuthology.orchestra.run.smithi204.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB] 2024-04-15T20:22:25.341 INFO:teuthology.orchestra.run.smithi204.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-04-15T20:22:25.344 INFO:teuthology.orchestra.run.smithi069.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [280 kB] 2024-04-15T20:22:25.356 INFO:teuthology.orchestra.run.smithi069.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-04-15T20:22:25.357 INFO:teuthology.orchestra.run.smithi069.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [600 kB] 2024-04-15T20:22:25.362 INFO:teuthology.orchestra.run.smithi094.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [245 kB] 2024-04-15T20:22:25.365 INFO:teuthology.orchestra.run.smithi094.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-04-15T20:22:25.365 INFO:teuthology.orchestra.run.smithi204.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-04-15T20:22:25.366 INFO:teuthology.orchestra.run.smithi094.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [6,028 B] 2024-04-15T20:22:25.366 INFO:teuthology.orchestra.run.smithi094.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [49.7 kB] 2024-04-15T20:22:25.366 INFO:teuthology.orchestra.run.smithi204.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-04-15T20:22:25.367 INFO:teuthology.orchestra.run.smithi094.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [12.1 kB] 2024-04-15T20:22:25.379 INFO:teuthology.orchestra.run.smithi204.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-04-15T20:22:25.379 INFO:teuthology.orchestra.run.smithi204.stdout:Get:21 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-04-15T20:22:25.380 INFO:teuthology.orchestra.run.smithi094.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-04-15T20:22:25.387 INFO:teuthology.orchestra.run.smithi094.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-04-15T20:22:25.387 INFO:teuthology.orchestra.run.smithi094.stdout:Get:32 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB] 2024-04-15T20:22:25.388 INFO:teuthology.orchestra.run.smithi094.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-04-15T20:22:25.389 INFO:teuthology.orchestra.run.smithi094.stdout:Get:34 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-04-15T20:22:25.391 INFO:teuthology.orchestra.run.smithi094.stdout:Get:35 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-04-15T20:22:25.391 INFO:teuthology.orchestra.run.smithi094.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-04-15T20:22:25.392 INFO:teuthology.orchestra.run.smithi094.stdout:Get:37 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-04-15T20:22:25.393 INFO:teuthology.orchestra.run.smithi094.stdout:Get:38 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-04-15T20:22:25.395 INFO:teuthology.orchestra.run.smithi094.stdout:Get:39 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-04-15T20:22:25.406 INFO:teuthology.orchestra.run.smithi069.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [610 kB] 2024-04-15T20:22:25.415 INFO:teuthology.orchestra.run.smithi094.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-04-15T20:22:25.416 INFO:teuthology.orchestra.run.smithi094.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-04-15T20:22:25.420 INFO:teuthology.orchestra.run.smithi094.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-04-15T20:22:25.426 INFO:teuthology.orchestra.run.smithi204.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [610 kB] 2024-04-15T20:22:25.426 INFO:teuthology.orchestra.run.smithi094.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-04-15T20:22:25.427 INFO:teuthology.orchestra.run.smithi069.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [852 kB] 2024-04-15T20:22:25.430 INFO:teuthology.orchestra.run.smithi094.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-04-15T20:22:25.445 INFO:teuthology.orchestra.run.smithi069.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [297 kB] 2024-04-15T20:22:25.461 INFO:teuthology.orchestra.run.smithi069.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-04-15T20:22:25.461 INFO:teuthology.orchestra.run.smithi069.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,702 kB] 2024-04-15T20:22:25.463 INFO:teuthology.orchestra.run.smithi204.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [297 kB] 2024-04-15T20:22:25.478 INFO:teuthology.orchestra.run.smithi069.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB] 2024-04-15T20:22:25.479 INFO:teuthology.orchestra.run.smithi204.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-04-15T20:22:25.479 INFO:teuthology.orchestra.run.smithi204.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [35.7 kB] 2024-04-15T20:22:25.481 INFO:teuthology.orchestra.run.smithi204.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,702 kB] 2024-04-15T20:22:25.489 INFO:teuthology.orchestra.run.smithi069.stdout:Get:21 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-04-15T20:22:25.490 INFO:teuthology.orchestra.run.smithi069.stdout:Get:22 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-04-15T20:22:25.493 INFO:teuthology.orchestra.run.smithi069.stdout:Get:23 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-04-15T20:22:25.493 INFO:teuthology.orchestra.run.smithi069.stdout:Get:24 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-04-15T20:22:25.493 INFO:teuthology.orchestra.run.smithi069.stdout:Get:25 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-04-15T20:22:25.522 INFO:teuthology.orchestra.run.smithi069.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [35.7 kB] 2024-04-15T20:22:25.523 INFO:teuthology.orchestra.run.smithi069.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [286 kB] 2024-04-15T20:22:25.530 INFO:teuthology.orchestra.run.smithi069.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-04-15T20:22:25.540 INFO:teuthology.orchestra.run.smithi204.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [286 kB] 2024-04-15T20:22:25.547 INFO:teuthology.orchestra.run.smithi204.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-04-15T20:22:25.694 INFO:teuthology.orchestra.run.smithi069.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,075 kB] 2024-04-15T20:22:25.711 INFO:teuthology.orchestra.run.smithi204.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [699 kB] 2024-04-15T20:22:26.290 INFO:teuthology.orchestra.run.smithi204.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,075 kB] 2024-04-15T20:22:26.320 INFO:teuthology.orchestra.run.smithi069.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [699 kB] 2024-04-15T20:22:26.357 INFO:teuthology.orchestra.run.smithi069.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [245 kB] 2024-04-15T20:22:26.371 INFO:teuthology.orchestra.run.smithi069.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-04-15T20:22:26.372 INFO:teuthology.orchestra.run.smithi069.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [6,028 B] 2024-04-15T20:22:26.372 INFO:teuthology.orchestra.run.smithi069.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [49.7 kB] 2024-04-15T20:22:26.374 INFO:teuthology.orchestra.run.smithi069.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [12.1 kB] 2024-04-15T20:22:26.375 INFO:teuthology.orchestra.run.smithi069.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-04-15T20:22:26.375 INFO:teuthology.orchestra.run.smithi069.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-04-15T20:22:26.401 INFO:teuthology.orchestra.run.smithi204.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [245 kB] 2024-04-15T20:22:26.402 INFO:teuthology.orchestra.run.smithi069.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-04-15T20:22:26.406 INFO:teuthology.orchestra.run.smithi069.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-04-15T20:22:26.421 INFO:teuthology.orchestra.run.smithi204.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-04-15T20:22:26.423 INFO:teuthology.orchestra.run.smithi204.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [49.7 kB] 2024-04-15T20:22:26.427 INFO:teuthology.orchestra.run.smithi204.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [6,028 B] 2024-04-15T20:22:26.427 INFO:teuthology.orchestra.run.smithi204.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [12.1 kB] 2024-04-15T20:22:26.428 INFO:teuthology.orchestra.run.smithi204.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-04-15T20:22:26.428 INFO:teuthology.orchestra.run.smithi204.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-04-15T20:22:26.433 INFO:teuthology.orchestra.run.smithi204.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-04-15T20:22:26.437 INFO:teuthology.orchestra.run.smithi204.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-04-15T20:22:26.570 INFO:teuthology.orchestra.run.smithi069.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-04-15T20:22:26.602 INFO:teuthology.orchestra.run.smithi204.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-04-15T20:22:26.653 INFO:teuthology.orchestra.run.smithi069.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-04-15T20:22:26.686 INFO:teuthology.orchestra.run.smithi204.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-04-15T20:22:26.740 INFO:teuthology.orchestra.run.smithi069.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-04-15T20:22:26.791 INFO:teuthology.orchestra.run.smithi204.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-04-15T20:22:26.818 INFO:teuthology.orchestra.run.smithi069.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-04-15T20:22:26.849 INFO:teuthology.orchestra.run.smithi204.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-04-15T20:22:26.858 INFO:teuthology.orchestra.run.smithi069.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-04-15T20:22:26.883 INFO:teuthology.orchestra.run.smithi204.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-04-15T20:22:30.805 INFO:teuthology.orchestra.run.smithi094.stdout:Fetched 12.9 MB in 2s (6,220 kB/s) 2024-04-15T20:22:31.082 INFO:teuthology.orchestra.run.smithi204.stdout:Fetched 12.9 MB in 3s (5,098 kB/s) 2024-04-15T20:22:31.136 INFO:teuthology.orchestra.run.smithi069.stdout:Fetched 12.9 MB in 3s (5,127 kB/s) 2024-04-15T20:22:32.250 INFO:teuthology.orchestra.run.smithi094.stdout:Reading package lists... 2024-04-15T20:22:32.267 DEBUG:teuthology.orchestra.run.smithi094:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-15T20:22:32.330 INFO:teuthology.orchestra.run.smithi094.stdout:Reading package lists... 2024-04-15T20:22:32.409 INFO:teuthology.orchestra.run.smithi069.stdout:Reading package lists... 2024-04-15T20:22:32.426 DEBUG:teuthology.orchestra.run.smithi069:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-15T20:22:32.430 INFO:teuthology.orchestra.run.smithi204.stdout:Reading package lists... 2024-04-15T20:22:32.446 DEBUG:teuthology.orchestra.run.smithi204:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-15T20:22:32.494 INFO:teuthology.orchestra.run.smithi069.stdout:Reading package lists... 2024-04-15T20:22:32.507 INFO:teuthology.orchestra.run.smithi204.stdout:Reading package lists... 2024-04-15T20:22:32.538 INFO:teuthology.orchestra.run.smithi094.stdout:Building dependency tree... 2024-04-15T20:22:32.538 INFO:teuthology.orchestra.run.smithi094.stdout:Reading state information... 2024-04-15T20:22:32.702 INFO:teuthology.orchestra.run.smithi069.stdout:Building dependency tree... 2024-04-15T20:22:32.702 INFO:teuthology.orchestra.run.smithi069.stdout:Reading state information... 2024-04-15T20:22:32.705 INFO:teuthology.orchestra.run.smithi204.stdout:Building dependency tree... 2024-04-15T20:22:32.705 INFO:teuthology.orchestra.run.smithi204.stdout:Reading state information... 2024-04-15T20:22:32.719 INFO:teuthology.orchestra.run.smithi094.stdout:The following packages were automatically installed and are no longer required: 2024-04-15T20:22:32.719 INFO:teuthology.orchestra.run.smithi094.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-15T20:22:32.719 INFO:teuthology.orchestra.run.smithi094.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-15T20:22:32.720 INFO:teuthology.orchestra.run.smithi094.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-15T20:22:32.720 INFO:teuthology.orchestra.run.smithi094.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-04-15T20:22:32.720 INFO:teuthology.orchestra.run.smithi094.stdout: python2.7-minimal 2024-04-15T20:22:32.720 INFO:teuthology.orchestra.run.smithi094.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-15T20:22:32.721 INFO:teuthology.orchestra.run.smithi094.stdout:The following additional packages will be installed: 2024-04-15T20:22:32.722 INFO:teuthology.orchestra.run.smithi094.stdout: linux-generic linux-headers-5.15.0-102 linux-headers-5.15.0-102-generic 2024-04-15T20:22:32.722 INFO:teuthology.orchestra.run.smithi094.stdout: linux-headers-generic linux-image-5.15.0-102-generic 2024-04-15T20:22:32.722 INFO:teuthology.orchestra.run.smithi094.stdout: linux-modules-5.15.0-102-generic linux-modules-extra-5.15.0-102-generic 2024-04-15T20:22:32.723 INFO:teuthology.orchestra.run.smithi094.stdout:Suggested packages: 2024-04-15T20:22:32.724 INFO:teuthology.orchestra.run.smithi094.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-04-15T20:22:32.724 INFO:teuthology.orchestra.run.smithi094.stdout:Recommended packages: 2024-04-15T20:22:32.724 INFO:teuthology.orchestra.run.smithi094.stdout: thermald 2024-04-15T20:22:32.771 INFO:teuthology.orchestra.run.smithi094.stdout:The following NEW packages will be installed: 2024-04-15T20:22:32.771 INFO:teuthology.orchestra.run.smithi094.stdout: linux-headers-5.15.0-102 linux-headers-5.15.0-102-generic 2024-04-15T20:22:32.771 INFO:teuthology.orchestra.run.smithi094.stdout: linux-image-5.15.0-102-generic linux-modules-5.15.0-102-generic 2024-04-15T20:22:32.772 INFO:teuthology.orchestra.run.smithi094.stdout: linux-modules-extra-5.15.0-102-generic 2024-04-15T20:22:32.773 INFO:teuthology.orchestra.run.smithi094.stdout:The following packages will be upgraded: 2024-04-15T20:22:32.774 INFO:teuthology.orchestra.run.smithi094.stdout: linux-generic linux-headers-generic linux-image-generic 2024-04-15T20:22:32.878 INFO:teuthology.orchestra.run.smithi204.stdout:The following packages were automatically installed and are no longer required: 2024-04-15T20:22:32.878 INFO:teuthology.orchestra.run.smithi204.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-15T20:22:32.878 INFO:teuthology.orchestra.run.smithi204.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-15T20:22:32.879 INFO:teuthology.orchestra.run.smithi204.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-15T20:22:32.879 INFO:teuthology.orchestra.run.smithi204.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-04-15T20:22:32.879 INFO:teuthology.orchestra.run.smithi204.stdout: python2.7-minimal 2024-04-15T20:22:32.879 INFO:teuthology.orchestra.run.smithi204.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-15T20:22:32.880 INFO:teuthology.orchestra.run.smithi204.stdout:The following additional packages will be installed: 2024-04-15T20:22:32.880 INFO:teuthology.orchestra.run.smithi204.stdout: linux-generic linux-headers-5.15.0-102 linux-headers-5.15.0-102-generic 2024-04-15T20:22:32.880 INFO:teuthology.orchestra.run.smithi204.stdout: linux-headers-generic linux-image-5.15.0-102-generic 2024-04-15T20:22:32.881 INFO:teuthology.orchestra.run.smithi204.stdout: linux-modules-5.15.0-102-generic linux-modules-extra-5.15.0-102-generic 2024-04-15T20:22:32.882 INFO:teuthology.orchestra.run.smithi204.stdout:Suggested packages: 2024-04-15T20:22:32.882 INFO:teuthology.orchestra.run.smithi204.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-04-15T20:22:32.882 INFO:teuthology.orchestra.run.smithi204.stdout:Recommended packages: 2024-04-15T20:22:32.882 INFO:teuthology.orchestra.run.smithi204.stdout: thermald 2024-04-15T20:22:32.883 INFO:teuthology.orchestra.run.smithi069.stdout:The following packages were automatically installed and are no longer required: 2024-04-15T20:22:32.883 INFO:teuthology.orchestra.run.smithi069.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-15T20:22:32.883 INFO:teuthology.orchestra.run.smithi069.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-15T20:22:32.884 INFO:teuthology.orchestra.run.smithi069.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-15T20:22:32.884 INFO:teuthology.orchestra.run.smithi069.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-04-15T20:22:32.884 INFO:teuthology.orchestra.run.smithi069.stdout: python2.7-minimal 2024-04-15T20:22:32.884 INFO:teuthology.orchestra.run.smithi069.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-15T20:22:32.886 INFO:teuthology.orchestra.run.smithi069.stdout:The following additional packages will be installed: 2024-04-15T20:22:32.886 INFO:teuthology.orchestra.run.smithi069.stdout: linux-generic linux-headers-5.15.0-102 linux-headers-5.15.0-102-generic 2024-04-15T20:22:32.886 INFO:teuthology.orchestra.run.smithi069.stdout: linux-headers-generic linux-image-5.15.0-102-generic 2024-04-15T20:22:32.886 INFO:teuthology.orchestra.run.smithi069.stdout: linux-modules-5.15.0-102-generic linux-modules-extra-5.15.0-102-generic 2024-04-15T20:22:32.888 INFO:teuthology.orchestra.run.smithi069.stdout:Suggested packages: 2024-04-15T20:22:32.888 INFO:teuthology.orchestra.run.smithi069.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-04-15T20:22:32.888 INFO:teuthology.orchestra.run.smithi069.stdout:Recommended packages: 2024-04-15T20:22:32.888 INFO:teuthology.orchestra.run.smithi069.stdout: thermald 2024-04-15T20:22:32.933 INFO:teuthology.orchestra.run.smithi204.stdout:The following NEW packages will be installed: 2024-04-15T20:22:32.934 INFO:teuthology.orchestra.run.smithi204.stdout: linux-headers-5.15.0-102 linux-headers-5.15.0-102-generic 2024-04-15T20:22:32.934 INFO:teuthology.orchestra.run.smithi204.stdout: linux-image-5.15.0-102-generic linux-modules-5.15.0-102-generic 2024-04-15T20:22:32.934 INFO:teuthology.orchestra.run.smithi204.stdout: linux-modules-extra-5.15.0-102-generic 2024-04-15T20:22:32.935 INFO:teuthology.orchestra.run.smithi204.stdout:The following packages will be upgraded: 2024-04-15T20:22:32.936 INFO:teuthology.orchestra.run.smithi204.stdout: linux-generic linux-headers-generic linux-image-generic 2024-04-15T20:22:32.940 INFO:teuthology.orchestra.run.smithi069.stdout:The following NEW packages will be installed: 2024-04-15T20:22:32.941 INFO:teuthology.orchestra.run.smithi069.stdout: linux-headers-5.15.0-102 linux-headers-5.15.0-102-generic 2024-04-15T20:22:32.941 INFO:teuthology.orchestra.run.smithi069.stdout: linux-image-5.15.0-102-generic linux-modules-5.15.0-102-generic 2024-04-15T20:22:32.941 INFO:teuthology.orchestra.run.smithi069.stdout: linux-modules-extra-5.15.0-102-generic 2024-04-15T20:22:32.942 INFO:teuthology.orchestra.run.smithi069.stdout:The following packages will be upgraded: 2024-04-15T20:22:32.943 INFO:teuthology.orchestra.run.smithi069.stdout: linux-generic linux-headers-generic linux-image-generic 2024-04-15T20:22:32.953 INFO:teuthology.orchestra.run.smithi094.stdout:3 upgraded, 5 newly installed, 0 to remove and 313 not upgraded. 2024-04-15T20:22:32.953 INFO:teuthology.orchestra.run.smithi094.stdout:Need to get 113 MB of archives. 2024-04-15T20:22:32.953 INFO:teuthology.orchestra.run.smithi094.stdout:After this operation, 583 MB of additional disk space will be used. 2024-04-15T20:22:32.953 INFO:teuthology.orchestra.run.smithi094.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-102-generic amd64 5.15.0-102.112 [22.7 MB] 2024-04-15T20:22:32.994 INFO:teuthology.orchestra.run.smithi204.stdout:3 upgraded, 5 newly installed, 0 to remove and 313 not upgraded. 2024-04-15T20:22:32.994 INFO:teuthology.orchestra.run.smithi204.stdout:Need to get 113 MB of archives. 2024-04-15T20:22:32.994 INFO:teuthology.orchestra.run.smithi204.stdout:After this operation, 583 MB of additional disk space will be used. 2024-04-15T20:22:32.994 INFO:teuthology.orchestra.run.smithi204.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-102-generic amd64 5.15.0-102.112 [22.7 MB] 2024-04-15T20:22:33.122 INFO:teuthology.orchestra.run.smithi069.stdout:3 upgraded, 5 newly installed, 0 to remove and 313 not upgraded. 2024-04-15T20:22:33.122 INFO:teuthology.orchestra.run.smithi069.stdout:Need to get 113 MB of archives. 2024-04-15T20:22:33.123 INFO:teuthology.orchestra.run.smithi069.stdout:After this operation, 583 MB of additional disk space will be used. 2024-04-15T20:22:33.123 INFO:teuthology.orchestra.run.smithi069.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-102-generic amd64 5.15.0-102.112 [22.7 MB] 2024-04-15T20:22:33.482 INFO:teuthology.orchestra.run.smithi204.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-102-generic amd64 5.15.0-102.112 [11.5 MB] 2024-04-15T20:22:33.597 INFO:teuthology.orchestra.run.smithi204.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-102-generic amd64 5.15.0-102.112 [63.9 MB] 2024-04-15T20:22:34.344 INFO:teuthology.orchestra.run.smithi094.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-102-generic amd64 5.15.0-102.112 [11.5 MB] 2024-04-15T20:22:34.538 INFO:teuthology.orchestra.run.smithi069.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-102-generic amd64 5.15.0-102.112 [11.5 MB] 2024-04-15T20:22:34.611 INFO:teuthology.orchestra.run.smithi204.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.102.99 [1,700 B] 2024-04-15T20:22:34.611 INFO:teuthology.orchestra.run.smithi204.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.102.99 [2,512 B] 2024-04-15T20:22:34.611 INFO:teuthology.orchestra.run.smithi204.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-102 all 5.15.0-102.112 [12.4 MB] 2024-04-15T20:22:34.746 INFO:teuthology.orchestra.run.smithi204.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-102-generic amd64 5.15.0-102.112 [2,877 kB] 2024-04-15T20:22:34.748 INFO:teuthology.orchestra.run.smithi094.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-102-generic amd64 5.15.0-102.112 [63.9 MB] 2024-04-15T20:22:34.774 INFO:teuthology.orchestra.run.smithi204.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.102.99 [2,360 B] 2024-04-15T20:22:34.891 INFO:teuthology.orchestra.run.smithi069.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-102-generic amd64 5.15.0-102.112 [63.9 MB] 2024-04-15T20:22:35.162 INFO:teuthology.orchestra.run.smithi204.stdout:Fetched 113 MB in 2s (61.9 MB/s) 2024-04-15T20:22:35.320 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package linux-modules-5.15.0-102-generic. 2024-04-15T20:22:36.978 INFO:teuthology.orchestra.run.smithi094.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.102.99 [1,700 B] 2024-04-15T20:22:37.022 INFO:teuthology.orchestra.run.smithi094.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.102.99 [2,512 B] 2024-04-15T20:22:37.023 INFO:teuthology.orchestra.run.smithi094.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-102 all 5.15.0-102.112 [12.4 MB] 2024-04-15T20:22:37.073 INFO:teuthology.orchestra.run.smithi069.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.102.99 [1,700 B] 2024-04-15T20:22:37.073 INFO:teuthology.orchestra.run.smithi069.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.102.99 [2,512 B] 2024-04-15T20:22:37.073 INFO:teuthology.orchestra.run.smithi069.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-102 all 5.15.0-102.112 [12.4 MB] 2024-04-15T20:22:37.323 INFO:teuthology.orchestra.run.smithi204.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-04-15T20:22:37.330 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../0-linux-modules-5.15.0-102-generic_5.15.0-102.112_amd64.deb ... 2024-04-15T20:22:37.385 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking linux-modules-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T20:22:37.636 INFO:teuthology.orchestra.run.smithi069.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-102-generic amd64 5.15.0-102.112 [2,877 kB] 2024-04-15T20:22:37.740 INFO:teuthology.orchestra.run.smithi069.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.102.99 [2,360 B] 2024-04-15T20:22:37.914 INFO:teuthology.orchestra.run.smithi094.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-102-generic amd64 5.15.0-102.112 [2,877 kB] 2024-04-15T20:22:38.052 INFO:teuthology.orchestra.run.smithi094.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.102.99 [2,360 B] 2024-04-15T20:22:38.113 INFO:teuthology.orchestra.run.smithi069.stdout:Fetched 113 MB in 5s (23.7 MB/s) 2024-04-15T20:22:38.292 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package linux-modules-5.15.0-102-generic. 2024-04-15T20:22:38.456 INFO:teuthology.orchestra.run.smithi094.stdout:Fetched 113 MB in 5s (21.5 MB/s) 2024-04-15T20:22:38.637 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package linux-modules-5.15.0-102-generic. 2024-04-15T20:22:39.695 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package linux-image-5.15.0-102-generic. 2024-04-15T20:22:39.716 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../1-linux-image-5.15.0-102-generic_5.15.0-102.112_amd64.deb ... 2024-04-15T20:22:39.806 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking linux-image-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T20:22:40.223 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-102-generic. 2024-04-15T20:22:40.244 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-102-generic_5.15.0-102.112_amd64.deb ... 2024-04-15T20:22:40.273 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking linux-modules-extra-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T20:22:40.303 INFO:teuthology.orchestra.run.smithi069.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-04-15T20:22:40.308 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../0-linux-modules-5.15.0-102-generic_5.15.0-102.112_amd64.deb ... 2024-04-15T20:22:40.372 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking linux-modules-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T20:22:40.720 INFO:teuthology.orchestra.run.smithi094.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-04-15T20:22:40.724 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../0-linux-modules-5.15.0-102-generic_5.15.0-102.112_amd64.deb ... 2024-04-15T20:22:40.825 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking linux-modules-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T20:22:42.573 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package linux-image-5.15.0-102-generic. 2024-04-15T20:22:42.594 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../1-linux-image-5.15.0-102-generic_5.15.0-102.112_amd64.deb ... 2024-04-15T20:22:42.672 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking linux-image-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T20:22:43.109 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-102-generic. 2024-04-15T20:22:43.130 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-102-generic_5.15.0-102.112_amd64.deb ... 2024-04-15T20:22:43.167 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking linux-modules-extra-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T20:22:43.603 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package linux-image-5.15.0-102-generic. 2024-04-15T20:22:43.625 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../1-linux-image-5.15.0-102-generic_5.15.0-102.112_amd64.deb ... 2024-04-15T20:22:43.725 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking linux-image-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T20:22:44.215 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-102-generic. 2024-04-15T20:22:44.236 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-102-generic_5.15.0-102.112_amd64.deb ... 2024-04-15T20:22:44.274 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking linux-modules-extra-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T20:22:47.224 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../3-linux-generic_5.15.0.102.99_amd64.deb ... 2024-04-15T20:22:47.343 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking linux-generic (5.15.0.102.99) over (5.15.0.56.54) ... 2024-04-15T20:22:47.624 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.102.99_amd64.deb ... 2024-04-15T20:22:47.763 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking linux-image-generic (5.15.0.102.99) over (5.15.0.56.54) ... 2024-04-15T20:22:48.066 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package linux-headers-5.15.0-102. 2024-04-15T20:22:48.083 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../5-linux-headers-5.15.0-102_5.15.0-102.112_all.deb ... 2024-04-15T20:22:48.124 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking linux-headers-5.15.0-102 (5.15.0-102.112) ... 2024-04-15T20:22:48.990 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../3-linux-generic_5.15.0.102.99_amd64.deb ... 2024-04-15T20:22:49.100 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking linux-generic (5.15.0.102.99) over (5.15.0.56.54) ... 2024-04-15T20:22:49.407 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.102.99_amd64.deb ... 2024-04-15T20:22:49.528 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking linux-image-generic (5.15.0.102.99) over (5.15.0.56.54) ... 2024-04-15T20:22:49.839 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package linux-headers-5.15.0-102. 2024-04-15T20:22:49.862 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../5-linux-headers-5.15.0-102_5.15.0-102.112_all.deb ... 2024-04-15T20:22:49.906 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking linux-headers-5.15.0-102 (5.15.0-102.112) ... 2024-04-15T20:22:50.829 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../3-linux-generic_5.15.0.102.99_amd64.deb ... 2024-04-15T20:22:50.954 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking linux-generic (5.15.0.102.99) over (5.15.0.56.54) ... 2024-04-15T20:22:51.303 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.102.99_amd64.deb ... 2024-04-15T20:22:51.408 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking linux-image-generic (5.15.0.102.99) over (5.15.0.56.54) ... 2024-04-15T20:22:51.728 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package linux-headers-5.15.0-102. 2024-04-15T20:22:51.750 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../5-linux-headers-5.15.0-102_5.15.0-102.112_all.deb ... 2024-04-15T20:22:51.794 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking linux-headers-5.15.0-102 (5.15.0-102.112) ... 2024-04-15T20:22:53.981 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package linux-headers-5.15.0-102-generic. 2024-04-15T20:22:54.018 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../6-linux-headers-5.15.0-102-generic_5.15.0-102.112_amd64.deb ... 2024-04-15T20:22:54.055 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking linux-headers-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T20:22:55.688 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package linux-headers-5.15.0-102-generic. 2024-04-15T20:22:55.725 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../6-linux-headers-5.15.0-102-generic_5.15.0-102.112_amd64.deb ... 2024-04-15T20:22:55.763 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking linux-headers-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T20:22:56.651 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.102.99_amd64.deb ... 2024-04-15T20:22:56.793 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking linux-headers-generic (5.15.0.102.99) over (5.15.0.56.54) ... 2024-04-15T20:22:57.310 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up linux-headers-5.15.0-102 (5.15.0-102.112) ... 2024-04-15T20:22:57.431 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up linux-headers-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T20:22:57.557 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up linux-headers-generic (5.15.0.102.99) ... 2024-04-15T20:22:57.686 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up linux-image-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T20:22:57.874 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package linux-headers-5.15.0-102-generic. 2024-04-15T20:22:57.911 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../6-linux-headers-5.15.0-102-generic_5.15.0-102.112_amd64.deb ... 2024-04-15T20:22:57.949 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking linux-headers-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T20:22:58.368 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.102.99_amd64.deb ... 2024-04-15T20:22:58.493 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking linux-headers-generic (5.15.0.102.99) over (5.15.0.56.54) ... 2024-04-15T20:22:58.882 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up linux-headers-5.15.0-102 (5.15.0-102.112) ... 2024-04-15T20:22:59.005 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up linux-headers-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T20:22:59.014 INFO:teuthology.orchestra.run.smithi204.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-04-15T20:22:59.014 INFO:teuthology.orchestra.run.smithi204.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-04-15T20:22:59.014 INFO:teuthology.orchestra.run.smithi204.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-102-generic 2024-04-15T20:22:59.014 INFO:teuthology.orchestra.run.smithi204.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-102-generic 2024-04-15T20:22:59.130 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up linux-headers-generic (5.15.0.102.99) ... 2024-04-15T20:22:59.154 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up linux-modules-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T20:22:59.258 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up linux-image-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T20:23:00.573 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up linux-modules-extra-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T20:23:00.603 INFO:teuthology.orchestra.run.smithi069.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-04-15T20:23:00.603 INFO:teuthology.orchestra.run.smithi069.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-04-15T20:23:00.603 INFO:teuthology.orchestra.run.smithi069.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-102-generic 2024-04-15T20:23:00.603 INFO:teuthology.orchestra.run.smithi069.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-102-generic 2024-04-15T20:23:00.743 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up linux-modules-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T20:23:01.637 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.102.99_amd64.deb ... 2024-04-15T20:23:01.759 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking linux-headers-generic (5.15.0.102.99) over (5.15.0.56.54) ... 2024-04-15T20:23:01.949 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up linux-image-generic (5.15.0.102.99) ... 2024-04-15T20:23:02.075 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up linux-generic (5.15.0.102.99) ... 2024-04-15T20:23:02.127 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up linux-modules-extra-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T20:23:02.134 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up linux-headers-5.15.0-102 (5.15.0-102.112) ... 2024-04-15T20:23:02.256 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up linux-headers-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T20:23:02.383 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up linux-headers-generic (5.15.0.102.99) ... 2024-04-15T20:23:02.536 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up linux-image-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T20:23:03.202 INFO:teuthology.orchestra.run.smithi204.stdout:Processing triggers for linux-image-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T20:23:03.521 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up linux-image-generic (5.15.0.102.99) ... 2024-04-15T20:23:03.647 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up linux-generic (5.15.0.102.99) ... 2024-04-15T20:23:03.773 INFO:teuthology.orchestra.run.smithi069.stdout:Processing triggers for linux-image-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T20:23:03.833 INFO:teuthology.orchestra.run.smithi069.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-04-15T20:23:03.833 INFO:teuthology.orchestra.run.smithi069.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-102-generic 2024-04-15T20:23:03.867 INFO:teuthology.orchestra.run.smithi094.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-04-15T20:23:03.868 INFO:teuthology.orchestra.run.smithi094.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-04-15T20:23:03.868 INFO:teuthology.orchestra.run.smithi094.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-102-generic 2024-04-15T20:23:03.868 INFO:teuthology.orchestra.run.smithi094.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-102-generic 2024-04-15T20:23:03.881 INFO:teuthology.orchestra.run.smithi204.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-04-15T20:23:03.881 INFO:teuthology.orchestra.run.smithi204.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-102-generic 2024-04-15T20:23:04.024 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up linux-modules-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T20:23:05.434 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up linux-modules-extra-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T20:23:06.844 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up linux-image-generic (5.15.0.102.99) ... 2024-04-15T20:23:06.987 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up linux-generic (5.15.0.102.99) ... 2024-04-15T20:23:07.114 INFO:teuthology.orchestra.run.smithi094.stdout:Processing triggers for linux-image-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T20:23:07.182 INFO:teuthology.orchestra.run.smithi094.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-04-15T20:23:07.182 INFO:teuthology.orchestra.run.smithi094.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-102-generic 2024-04-15T20:23:17.662 INFO:teuthology.orchestra.run.smithi069.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-04-15T20:23:17.663 INFO:teuthology.orchestra.run.smithi069.stdout:Sourcing file `/etc/default/grub' 2024-04-15T20:23:17.672 INFO:teuthology.orchestra.run.smithi069.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-15T20:23:17.703 INFO:teuthology.orchestra.run.smithi069.stdout:Generating grub configuration file ... 2024-04-15T20:23:17.907 INFO:teuthology.orchestra.run.smithi204.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-04-15T20:23:17.907 INFO:teuthology.orchestra.run.smithi204.stdout:Sourcing file `/etc/default/grub' 2024-04-15T20:23:17.920 INFO:teuthology.orchestra.run.smithi204.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-15T20:23:17.937 INFO:teuthology.orchestra.run.smithi204.stdout:Generating grub configuration file ... 2024-04-15T20:23:17.964 INFO:teuthology.orchestra.run.smithi069.stdout:Found linux image: /boot/vmlinuz-5.15.0-102-generic 2024-04-15T20:23:17.984 INFO:teuthology.orchestra.run.smithi069.stdout:Found initrd image: /boot/initrd.img-5.15.0-102-generic 2024-04-15T20:23:18.174 INFO:teuthology.orchestra.run.smithi204.stdout:Found linux image: /boot/vmlinuz-5.15.0-102-generic 2024-04-15T20:23:18.189 INFO:teuthology.orchestra.run.smithi204.stdout:Found initrd image: /boot/initrd.img-5.15.0-102-generic 2024-04-15T20:23:18.268 INFO:teuthology.orchestra.run.smithi069.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-15T20:23:18.274 INFO:teuthology.orchestra.run.smithi069.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-15T20:23:18.343 INFO:teuthology.orchestra.run.smithi069.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-15T20:23:18.350 INFO:teuthology.orchestra.run.smithi069.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-15T20:23:18.501 INFO:teuthology.orchestra.run.smithi069.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-15T20:23:18.501 INFO:teuthology.orchestra.run.smithi069.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-04-15T20:23:18.501 INFO:teuthology.orchestra.run.smithi069.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-15T20:23:18.534 INFO:teuthology.orchestra.run.smithi204.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-15T20:23:18.538 INFO:teuthology.orchestra.run.smithi069.stdout:done 2024-04-15T20:23:18.540 INFO:teuthology.orchestra.run.smithi204.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-15T20:23:18.605 INFO:teuthology.orchestra.run.smithi204.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-15T20:23:18.611 INFO:teuthology.orchestra.run.smithi204.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-15T20:23:18.766 INFO:teuthology.orchestra.run.smithi204.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-15T20:23:18.766 INFO:teuthology.orchestra.run.smithi204.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-04-15T20:23:18.766 INFO:teuthology.orchestra.run.smithi204.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-15T20:23:18.810 INFO:teuthology.orchestra.run.smithi204.stdout:done 2024-04-15T20:23:19.008 DEBUG:teuthology.orchestra.run.smithi069:> dpkg -s linux-image-generic 2024-04-15T20:23:19.029 INFO:teuthology.orchestra.run.smithi069.stdout:Package: linux-image-generic 2024-04-15T20:23:19.029 INFO:teuthology.orchestra.run.smithi069.stdout:Status: install ok installed 2024-04-15T20:23:19.029 INFO:teuthology.orchestra.run.smithi069.stdout:Priority: optional 2024-04-15T20:23:19.029 INFO:teuthology.orchestra.run.smithi069.stdout:Section: kernel 2024-04-15T20:23:19.029 INFO:teuthology.orchestra.run.smithi069.stdout:Installed-Size: 21 2024-04-15T20:23:19.030 INFO:teuthology.orchestra.run.smithi069.stdout:Maintainer: Ubuntu Kernel Team 2024-04-15T20:23:19.030 INFO:teuthology.orchestra.run.smithi069.stdout:Architecture: amd64 2024-04-15T20:23:19.030 INFO:teuthology.orchestra.run.smithi069.stdout:Source: linux-meta 2024-04-15T20:23:19.030 INFO:teuthology.orchestra.run.smithi069.stdout:Version: 5.15.0.102.99 2024-04-15T20:23:19.030 INFO:teuthology.orchestra.run.smithi069.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-102), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-15T20:23:19.030 INFO:teuthology.orchestra.run.smithi069.stdout:Depends: linux-image-5.15.0-102-generic, linux-modules-extra-5.15.0-102-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-15T20:23:19.030 INFO:teuthology.orchestra.run.smithi069.stdout:Recommends: thermald 2024-04-15T20:23:19.030 INFO:teuthology.orchestra.run.smithi069.stdout:Description: Generic Linux kernel image 2024-04-15T20:23:19.030 INFO:teuthology.orchestra.run.smithi069.stdout: This package will always depend on the latest generic kernel image 2024-04-15T20:23:19.030 INFO:teuthology.orchestra.run.smithi069.stdout: available. 2024-04-15T20:23:19.030 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-102-generic 2024-04-15T20:23:19.031 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-15T20:23:19.031 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-15T20:23:19.031 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-04-15T20:23:19.031 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi069.front.sepia.ceph.com, path=None, version=distro) 2024-04-15T20:23:19.031 DEBUG:teuthology.orchestra.run.smithi069:> sudo apt-get clean 2024-04-15T20:23:19.201 DEBUG:teuthology.orchestra.run.smithi069:> sudo apt-get update 2024-04-15T20:23:19.237 DEBUG:teuthology.orchestra.run.smithi204:> dpkg -s linux-image-generic 2024-04-15T20:23:19.258 INFO:teuthology.orchestra.run.smithi204.stdout:Package: linux-image-generic 2024-04-15T20:23:19.258 INFO:teuthology.orchestra.run.smithi204.stdout:Status: install ok installed 2024-04-15T20:23:19.258 INFO:teuthology.orchestra.run.smithi204.stdout:Priority: optional 2024-04-15T20:23:19.258 INFO:teuthology.orchestra.run.smithi204.stdout:Section: kernel 2024-04-15T20:23:19.258 INFO:teuthology.orchestra.run.smithi204.stdout:Installed-Size: 21 2024-04-15T20:23:19.258 INFO:teuthology.orchestra.run.smithi204.stdout:Maintainer: Ubuntu Kernel Team 2024-04-15T20:23:19.258 INFO:teuthology.orchestra.run.smithi204.stdout:Architecture: amd64 2024-04-15T20:23:19.258 INFO:teuthology.orchestra.run.smithi204.stdout:Source: linux-meta 2024-04-15T20:23:19.258 INFO:teuthology.orchestra.run.smithi204.stdout:Version: 5.15.0.102.99 2024-04-15T20:23:19.259 INFO:teuthology.orchestra.run.smithi204.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-102), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-15T20:23:19.259 INFO:teuthology.orchestra.run.smithi204.stdout:Depends: linux-image-5.15.0-102-generic, linux-modules-extra-5.15.0-102-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-15T20:23:19.259 INFO:teuthology.orchestra.run.smithi204.stdout:Recommends: thermald 2024-04-15T20:23:19.259 INFO:teuthology.orchestra.run.smithi204.stdout:Description: Generic Linux kernel image 2024-04-15T20:23:19.259 INFO:teuthology.orchestra.run.smithi204.stdout: This package will always depend on the latest generic kernel image 2024-04-15T20:23:19.259 INFO:teuthology.orchestra.run.smithi204.stdout: available. 2024-04-15T20:23:19.259 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-102-generic 2024-04-15T20:23:19.260 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-15T20:23:19.260 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-15T20:23:19.260 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-04-15T20:23:19.260 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi204.front.sepia.ceph.com, path=None, version=distro) 2024-04-15T20:23:19.260 DEBUG:teuthology.orchestra.run.smithi204:> sudo apt-get clean 2024-04-15T20:23:19.410 DEBUG:teuthology.orchestra.run.smithi204:> sudo apt-get update 2024-04-15T20:23:19.443 INFO:teuthology.orchestra.run.smithi069.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-15T20:23:19.443 INFO:teuthology.orchestra.run.smithi069.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-15T20:23:19.515 INFO:teuthology.orchestra.run.smithi069.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-15T20:23:19.542 INFO:teuthology.orchestra.run.smithi204.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-15T20:23:19.596 INFO:teuthology.orchestra.run.smithi069.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-15T20:23:19.649 INFO:teuthology.orchestra.run.smithi204.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-15T20:23:19.748 INFO:teuthology.orchestra.run.smithi204.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-15T20:23:19.811 INFO:teuthology.orchestra.run.smithi204.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-15T20:23:20.829 INFO:teuthology.orchestra.run.smithi069.stdout:Reading package lists... 2024-04-15T20:23:20.847 DEBUG:teuthology.orchestra.run.smithi069:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-15T20:23:20.887 INFO:teuthology.orchestra.run.smithi204.stdout:Reading package lists... 2024-04-15T20:23:20.904 DEBUG:teuthology.orchestra.run.smithi204:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-15T20:23:20.910 INFO:teuthology.orchestra.run.smithi069.stdout:Reading package lists... 2024-04-15T20:23:20.964 INFO:teuthology.orchestra.run.smithi204.stdout:Reading package lists... 2024-04-15T20:23:21.108 INFO:teuthology.orchestra.run.smithi069.stdout:Building dependency tree... 2024-04-15T20:23:21.108 INFO:teuthology.orchestra.run.smithi069.stdout:Reading state information... 2024-04-15T20:23:21.140 INFO:teuthology.orchestra.run.smithi204.stdout:Building dependency tree... 2024-04-15T20:23:21.140 INFO:teuthology.orchestra.run.smithi204.stdout:Reading state information... 2024-04-15T20:23:21.283 INFO:teuthology.orchestra.run.smithi069.stdout:linux-image-generic is already the newest version (5.15.0.102.99). 2024-04-15T20:23:21.283 INFO:teuthology.orchestra.run.smithi069.stdout:The following packages were automatically installed and are no longer required: 2024-04-15T20:23:21.283 INFO:teuthology.orchestra.run.smithi069.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-15T20:23:21.283 INFO:teuthology.orchestra.run.smithi069.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-15T20:23:21.283 INFO:teuthology.orchestra.run.smithi069.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-15T20:23:21.283 INFO:teuthology.orchestra.run.smithi069.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-15T20:23:21.284 INFO:teuthology.orchestra.run.smithi069.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-15T20:23:21.284 INFO:teuthology.orchestra.run.smithi069.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-15T20:23:21.292 INFO:teuthology.orchestra.run.smithi204.stdout:linux-image-generic is already the newest version (5.15.0.102.99). 2024-04-15T20:23:21.292 INFO:teuthology.orchestra.run.smithi204.stdout:The following packages were automatically installed and are no longer required: 2024-04-15T20:23:21.292 INFO:teuthology.orchestra.run.smithi204.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-15T20:23:21.292 INFO:teuthology.orchestra.run.smithi204.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-15T20:23:21.293 INFO:teuthology.orchestra.run.smithi204.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-15T20:23:21.293 INFO:teuthology.orchestra.run.smithi204.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-15T20:23:21.293 INFO:teuthology.orchestra.run.smithi204.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-15T20:23:21.293 INFO:teuthology.orchestra.run.smithi204.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-15T20:23:21.323 INFO:teuthology.orchestra.run.smithi069.stdout:0 upgraded, 0 newly installed, 0 to remove and 313 not upgraded. 2024-04-15T20:23:21.325 DEBUG:teuthology.orchestra.run.smithi069:> dpkg -s linux-image-generic 2024-04-15T20:23:21.332 INFO:teuthology.orchestra.run.smithi204.stdout:0 upgraded, 0 newly installed, 0 to remove and 313 not upgraded. 2024-04-15T20:23:21.334 DEBUG:teuthology.orchestra.run.smithi204:> dpkg -s linux-image-generic 2024-04-15T20:23:21.342 INFO:teuthology.orchestra.run.smithi069.stdout:Package: linux-image-generic 2024-04-15T20:23:21.342 INFO:teuthology.orchestra.run.smithi069.stdout:Status: install ok installed 2024-04-15T20:23:21.342 INFO:teuthology.orchestra.run.smithi069.stdout:Priority: optional 2024-04-15T20:23:21.342 INFO:teuthology.orchestra.run.smithi069.stdout:Section: kernel 2024-04-15T20:23:21.342 INFO:teuthology.orchestra.run.smithi069.stdout:Installed-Size: 21 2024-04-15T20:23:21.342 INFO:teuthology.orchestra.run.smithi069.stdout:Maintainer: Ubuntu Kernel Team 2024-04-15T20:23:21.342 INFO:teuthology.orchestra.run.smithi069.stdout:Architecture: amd64 2024-04-15T20:23:21.342 INFO:teuthology.orchestra.run.smithi069.stdout:Source: linux-meta 2024-04-15T20:23:21.342 INFO:teuthology.orchestra.run.smithi069.stdout:Version: 5.15.0.102.99 2024-04-15T20:23:21.343 INFO:teuthology.orchestra.run.smithi069.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-102), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-15T20:23:21.343 INFO:teuthology.orchestra.run.smithi069.stdout:Depends: linux-image-5.15.0-102-generic, linux-modules-extra-5.15.0-102-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-15T20:23:21.343 INFO:teuthology.orchestra.run.smithi069.stdout:Recommends: thermald 2024-04-15T20:23:21.343 INFO:teuthology.orchestra.run.smithi069.stdout:Description: Generic Linux kernel image 2024-04-15T20:23:21.343 INFO:teuthology.orchestra.run.smithi069.stdout: This package will always depend on the latest generic kernel image 2024-04-15T20:23:21.343 INFO:teuthology.orchestra.run.smithi069.stdout: available. 2024-04-15T20:23:21.343 DEBUG:teuthology.orchestra.run.smithi069:> mktemp 2024-04-15T20:23:21.350 INFO:teuthology.orchestra.run.smithi204.stdout:Package: linux-image-generic 2024-04-15T20:23:21.350 INFO:teuthology.orchestra.run.smithi204.stdout:Status: install ok installed 2024-04-15T20:23:21.350 INFO:teuthology.orchestra.run.smithi204.stdout:Priority: optional 2024-04-15T20:23:21.350 INFO:teuthology.orchestra.run.smithi204.stdout:Section: kernel 2024-04-15T20:23:21.350 INFO:teuthology.orchestra.run.smithi204.stdout:Installed-Size: 21 2024-04-15T20:23:21.350 INFO:teuthology.orchestra.run.smithi204.stdout:Maintainer: Ubuntu Kernel Team 2024-04-15T20:23:21.350 INFO:teuthology.orchestra.run.smithi204.stdout:Architecture: amd64 2024-04-15T20:23:21.350 INFO:teuthology.orchestra.run.smithi204.stdout:Source: linux-meta 2024-04-15T20:23:21.351 INFO:teuthology.orchestra.run.smithi204.stdout:Version: 5.15.0.102.99 2024-04-15T20:23:21.351 INFO:teuthology.orchestra.run.smithi204.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-102), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-15T20:23:21.351 INFO:teuthology.orchestra.run.smithi204.stdout:Depends: linux-image-5.15.0-102-generic, linux-modules-extra-5.15.0-102-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-15T20:23:21.351 INFO:teuthology.orchestra.run.smithi204.stdout:Recommends: thermald 2024-04-15T20:23:21.351 INFO:teuthology.orchestra.run.smithi204.stdout:Description: Generic Linux kernel image 2024-04-15T20:23:21.351 INFO:teuthology.orchestra.run.smithi204.stdout: This package will always depend on the latest generic kernel image 2024-04-15T20:23:21.351 INFO:teuthology.orchestra.run.smithi204.stdout: available. 2024-04-15T20:23:21.352 DEBUG:teuthology.orchestra.run.smithi204:> mktemp 2024-04-15T20:23:21.387 INFO:teuthology.orchestra.run.smithi069.stdout:/tmp/tmp.VmlSubZGnO 2024-04-15T20:23:21.387 DEBUG:teuthology.orchestra.run.smithi069:> sudo cp /boot/grub/grub.cfg /tmp/tmp.VmlSubZGnO 2024-04-15T20:23:21.396 INFO:teuthology.orchestra.run.smithi204.stdout:/tmp/tmp.OcMNgPfpnl 2024-04-15T20:23:21.397 DEBUG:teuthology.orchestra.run.smithi204:> sudo cp /boot/grub/grub.cfg /tmp/tmp.OcMNgPfpnl 2024-04-15T20:23:21.426 INFO:teuthology.orchestra.run.smithi094.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-04-15T20:23:21.427 INFO:teuthology.orchestra.run.smithi094.stdout:Sourcing file `/etc/default/grub' 2024-04-15T20:23:21.444 DEBUG:teuthology.orchestra.run.smithi069:> sudo chmod 0666 /tmp/tmp.VmlSubZGnO 2024-04-15T20:23:21.450 INFO:teuthology.orchestra.run.smithi094.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-15T20:23:21.452 DEBUG:teuthology.orchestra.run.smithi204:> sudo chmod 0666 /tmp/tmp.OcMNgPfpnl 2024-04-15T20:23:21.474 INFO:teuthology.orchestra.run.smithi094.stdout:Generating grub configuration file ... 2024-04-15T20:23:21.567 DEBUG:teuthology.orchestra.remote:smithi069:/tmp/tmp.VmlSubZGnO is 10KB 2024-04-15T20:23:21.571 DEBUG:teuthology.orchestra.remote:smithi204:/tmp/tmp.OcMNgPfpnl is 10KB 2024-04-15T20:23:21.581 DEBUG:teuthology.orchestra.run.smithi069:> rm -fr /tmp/tmp.VmlSubZGnO 2024-04-15T20:23:21.590 DEBUG:teuthology.orchestra.run.smithi069:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-04-15T20:23:21.592 DEBUG:teuthology.orchestra.run.smithi204:> rm -fr /tmp/tmp.OcMNgPfpnl 2024-04-15T20:23:21.600 DEBUG:teuthology.orchestra.run.smithi204:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-04-15T20:23:21.639 DEBUG:teuthology.orchestra.run.smithi069:> set -ex 2024-04-15T20:23:21.639 DEBUG:teuthology.orchestra.run.smithi069:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-04-15T20:23:21.639 DEBUG:teuthology.orchestra.run.smithi069:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-04-15T20:23:21.649 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-04-15T20:23:21.649 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-04-15T20:23:21.649 DEBUG:teuthology.orchestra.run.smithi204:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-04-15T20:23:21.706 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-102-generic 2024-04-15T20:23:21.706 DEBUG:teuthology.orchestra.run.smithi069:> sudo update-grub 2024-04-15T20:23:21.717 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-102-generic 2024-04-15T20:23:21.717 DEBUG:teuthology.orchestra.run.smithi204:> sudo update-grub 2024-04-15T20:23:21.781 INFO:teuthology.orchestra.run.smithi094.stdout:Found linux image: /boot/vmlinuz-5.15.0-102-generic 2024-04-15T20:23:21.796 INFO:teuthology.orchestra.run.smithi094.stdout:Found initrd image: /boot/initrd.img-5.15.0-102-generic 2024-04-15T20:23:22.095 INFO:teuthology.orchestra.run.smithi094.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-15T20:23:22.102 INFO:teuthology.orchestra.run.smithi094.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-15T20:23:22.162 INFO:teuthology.orchestra.run.smithi094.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-15T20:23:22.167 INFO:teuthology.orchestra.run.smithi094.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-15T20:23:22.353 INFO:teuthology.orchestra.run.smithi094.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-15T20:23:22.353 INFO:teuthology.orchestra.run.smithi094.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-04-15T20:23:22.353 INFO:teuthology.orchestra.run.smithi094.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-15T20:23:22.407 INFO:teuthology.orchestra.run.smithi094.stdout:done 2024-04-15T20:23:22.733 INFO:teuthology.orchestra.run.smithi069.stderr:Sourcing file `/etc/default/grub' 2024-04-15T20:23:22.735 INFO:teuthology.orchestra.run.smithi069.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-15T20:23:22.738 INFO:teuthology.orchestra.run.smithi069.stderr:Generating grub configuration file ... 2024-04-15T20:23:22.905 INFO:teuthology.orchestra.run.smithi069.stderr:Found linux image: /boot/vmlinuz-5.15.0-102-generic 2024-04-15T20:23:22.911 INFO:teuthology.orchestra.run.smithi069.stderr:Found initrd image: /boot/initrd.img-5.15.0-102-generic 2024-04-15T20:23:22.912 DEBUG:teuthology.orchestra.run.smithi094:> dpkg -s linux-image-generic 2024-04-15T20:23:22.920 INFO:teuthology.orchestra.run.smithi204.stderr:Sourcing file `/etc/default/grub' 2024-04-15T20:23:22.921 INFO:teuthology.orchestra.run.smithi204.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-15T20:23:22.923 INFO:teuthology.orchestra.run.smithi204.stderr:Generating grub configuration file ... 2024-04-15T20:23:22.941 INFO:teuthology.orchestra.run.smithi094.stdout:Package: linux-image-generic 2024-04-15T20:23:22.941 INFO:teuthology.orchestra.run.smithi094.stdout:Status: install ok installed 2024-04-15T20:23:22.941 INFO:teuthology.orchestra.run.smithi094.stdout:Priority: optional 2024-04-15T20:23:22.941 INFO:teuthology.orchestra.run.smithi094.stdout:Section: kernel 2024-04-15T20:23:22.941 INFO:teuthology.orchestra.run.smithi094.stdout:Installed-Size: 21 2024-04-15T20:23:22.942 INFO:teuthology.orchestra.run.smithi094.stdout:Maintainer: Ubuntu Kernel Team 2024-04-15T20:23:22.942 INFO:teuthology.orchestra.run.smithi094.stdout:Architecture: amd64 2024-04-15T20:23:22.942 INFO:teuthology.orchestra.run.smithi094.stdout:Source: linux-meta 2024-04-15T20:23:22.942 INFO:teuthology.orchestra.run.smithi094.stdout:Version: 5.15.0.102.99 2024-04-15T20:23:22.942 INFO:teuthology.orchestra.run.smithi094.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-102), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-15T20:23:22.942 INFO:teuthology.orchestra.run.smithi094.stdout:Depends: linux-image-5.15.0-102-generic, linux-modules-extra-5.15.0-102-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-15T20:23:22.942 INFO:teuthology.orchestra.run.smithi094.stdout:Recommends: thermald 2024-04-15T20:23:22.942 INFO:teuthology.orchestra.run.smithi094.stdout:Description: Generic Linux kernel image 2024-04-15T20:23:22.942 INFO:teuthology.orchestra.run.smithi094.stdout: This package will always depend on the latest generic kernel image 2024-04-15T20:23:22.942 INFO:teuthology.orchestra.run.smithi094.stdout: available. 2024-04-15T20:23:22.943 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-102-generic 2024-04-15T20:23:22.943 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-15T20:23:22.943 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-15T20:23:22.943 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-04-15T20:23:22.943 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi094.front.sepia.ceph.com, path=None, version=distro) 2024-04-15T20:23:22.943 DEBUG:teuthology.orchestra.run.smithi094:> sudo apt-get clean 2024-04-15T20:23:23.101 INFO:teuthology.orchestra.run.smithi204.stderr:Found linux image: /boot/vmlinuz-5.15.0-102-generic 2024-04-15T20:23:23.107 INFO:teuthology.orchestra.run.smithi204.stderr:Found initrd image: /boot/initrd.img-5.15.0-102-generic 2024-04-15T20:23:23.129 INFO:teuthology.orchestra.run.smithi069.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-15T20:23:23.135 INFO:teuthology.orchestra.run.smithi069.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-15T20:23:23.143 DEBUG:teuthology.orchestra.run.smithi094:> sudo apt-get update 2024-04-15T20:23:23.178 INFO:teuthology.orchestra.run.smithi069.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-15T20:23:23.184 INFO:teuthology.orchestra.run.smithi069.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-15T20:23:23.283 INFO:teuthology.orchestra.run.smithi094.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-15T20:23:23.291 INFO:teuthology.orchestra.run.smithi094.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-15T20:23:23.293 INFO:teuthology.orchestra.run.smithi069.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-15T20:23:23.293 INFO:teuthology.orchestra.run.smithi069.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-04-15T20:23:23.294 INFO:teuthology.orchestra.run.smithi069.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-15T20:23:23.304 INFO:teuthology.orchestra.run.smithi069.stderr:done 2024-04-15T20:23:23.320 INFO:teuthology.orchestra.run.smithi204.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-15T20:23:23.320 INFO:teuthology.orchestra.run.smithi094.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-15T20:23:23.320 DEBUG:teuthology.orchestra.run.smithi069:> sudo shutdown -r now 2024-04-15T20:23:23.323 INFO:teuthology.orchestra.run.smithi204.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-15T20:23:23.361 INFO:teuthology.orchestra.run.smithi204.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-15T20:23:23.365 INFO:teuthology.orchestra.run.smithi204.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-15T20:23:23.382 INFO:teuthology.orchestra.run.smithi094.stdout:Hit:4 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-15T20:23:23.474 INFO:teuthology.orchestra.run.smithi204.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-15T20:23:23.474 INFO:teuthology.orchestra.run.smithi204.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-04-15T20:23:23.474 INFO:teuthology.orchestra.run.smithi204.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-15T20:23:23.496 INFO:teuthology.orchestra.run.smithi204.stderr:done 2024-04-15T20:23:23.510 DEBUG:teuthology.orchestra.run.smithi204:> sudo shutdown -r now 2024-04-15T20:23:24.544 INFO:teuthology.orchestra.run.smithi094.stdout:Reading package lists... 2024-04-15T20:23:24.561 DEBUG:teuthology.orchestra.run.smithi094:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-15T20:23:24.621 INFO:teuthology.orchestra.run.smithi094.stdout:Reading package lists... 2024-04-15T20:23:24.831 INFO:teuthology.orchestra.run.smithi094.stdout:Building dependency tree... 2024-04-15T20:23:24.832 INFO:teuthology.orchestra.run.smithi094.stdout:Reading state information... 2024-04-15T20:23:25.001 INFO:teuthology.orchestra.run.smithi094.stdout:linux-image-generic is already the newest version (5.15.0.102.99). 2024-04-15T20:23:25.001 INFO:teuthology.orchestra.run.smithi094.stdout:The following packages were automatically installed and are no longer required: 2024-04-15T20:23:25.001 INFO:teuthology.orchestra.run.smithi094.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-15T20:23:25.001 INFO:teuthology.orchestra.run.smithi094.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-15T20:23:25.002 INFO:teuthology.orchestra.run.smithi094.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-15T20:23:25.002 INFO:teuthology.orchestra.run.smithi094.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-15T20:23:25.002 INFO:teuthology.orchestra.run.smithi094.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-15T20:23:25.002 INFO:teuthology.orchestra.run.smithi094.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-15T20:23:25.039 INFO:teuthology.orchestra.run.smithi094.stdout:0 upgraded, 0 newly installed, 0 to remove and 313 not upgraded. 2024-04-15T20:23:25.041 DEBUG:teuthology.orchestra.run.smithi094:> dpkg -s linux-image-generic 2024-04-15T20:23:25.056 INFO:teuthology.orchestra.run.smithi094.stdout:Package: linux-image-generic 2024-04-15T20:23:25.057 INFO:teuthology.orchestra.run.smithi094.stdout:Status: install ok installed 2024-04-15T20:23:25.057 INFO:teuthology.orchestra.run.smithi094.stdout:Priority: optional 2024-04-15T20:23:25.057 INFO:teuthology.orchestra.run.smithi094.stdout:Section: kernel 2024-04-15T20:23:25.057 INFO:teuthology.orchestra.run.smithi094.stdout:Installed-Size: 21 2024-04-15T20:23:25.057 INFO:teuthology.orchestra.run.smithi094.stdout:Maintainer: Ubuntu Kernel Team 2024-04-15T20:23:25.057 INFO:teuthology.orchestra.run.smithi094.stdout:Architecture: amd64 2024-04-15T20:23:25.057 INFO:teuthology.orchestra.run.smithi094.stdout:Source: linux-meta 2024-04-15T20:23:25.057 INFO:teuthology.orchestra.run.smithi094.stdout:Version: 5.15.0.102.99 2024-04-15T20:23:25.057 INFO:teuthology.orchestra.run.smithi094.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-102), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-15T20:23:25.057 INFO:teuthology.orchestra.run.smithi094.stdout:Depends: linux-image-5.15.0-102-generic, linux-modules-extra-5.15.0-102-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-15T20:23:25.057 INFO:teuthology.orchestra.run.smithi094.stdout:Recommends: thermald 2024-04-15T20:23:25.058 INFO:teuthology.orchestra.run.smithi094.stdout:Description: Generic Linux kernel image 2024-04-15T20:23:25.058 INFO:teuthology.orchestra.run.smithi094.stdout: This package will always depend on the latest generic kernel image 2024-04-15T20:23:25.058 INFO:teuthology.orchestra.run.smithi094.stdout: available. 2024-04-15T20:23:25.058 DEBUG:teuthology.orchestra.run.smithi094:> mktemp 2024-04-15T20:23:25.103 INFO:teuthology.orchestra.run.smithi094.stdout:/tmp/tmp.eRRu0ycu5Z 2024-04-15T20:23:25.104 DEBUG:teuthology.orchestra.run.smithi094:> sudo cp /boot/grub/grub.cfg /tmp/tmp.eRRu0ycu5Z 2024-04-15T20:23:25.160 DEBUG:teuthology.orchestra.run.smithi094:> sudo chmod 0666 /tmp/tmp.eRRu0ycu5Z 2024-04-15T20:23:25.280 DEBUG:teuthology.orchestra.remote:smithi094:/tmp/tmp.eRRu0ycu5Z is 10KB 2024-04-15T20:23:25.298 DEBUG:teuthology.orchestra.run.smithi094:> rm -fr /tmp/tmp.eRRu0ycu5Z 2024-04-15T20:23:25.304 DEBUG:teuthology.orchestra.run.smithi094:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-04-15T20:23:25.360 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2024-04-15T20:23:25.360 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-04-15T20:23:25.360 DEBUG:teuthology.orchestra.run.smithi094:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-04-15T20:23:25.441 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-102-generic 2024-04-15T20:23:25.441 DEBUG:teuthology.orchestra.run.smithi094:> sudo update-grub 2024-04-15T20:23:26.779 INFO:teuthology.orchestra.run.smithi094.stderr:Sourcing file `/etc/default/grub' 2024-04-15T20:23:26.780 INFO:teuthology.orchestra.run.smithi094.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-15T20:23:26.783 INFO:teuthology.orchestra.run.smithi094.stderr:Generating grub configuration file ... 2024-04-15T20:23:26.981 INFO:teuthology.orchestra.run.smithi094.stderr:Found linux image: /boot/vmlinuz-5.15.0-102-generic 2024-04-15T20:23:26.986 INFO:teuthology.orchestra.run.smithi094.stderr:Found initrd image: /boot/initrd.img-5.15.0-102-generic 2024-04-15T20:23:27.212 INFO:teuthology.orchestra.run.smithi094.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-15T20:23:27.217 INFO:teuthology.orchestra.run.smithi094.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-15T20:23:27.256 INFO:teuthology.orchestra.run.smithi094.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-15T20:23:27.259 INFO:teuthology.orchestra.run.smithi094.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-15T20:23:27.370 INFO:teuthology.orchestra.run.smithi094.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-15T20:23:27.371 INFO:teuthology.orchestra.run.smithi094.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-04-15T20:23:27.371 INFO:teuthology.orchestra.run.smithi094.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-15T20:23:27.397 INFO:teuthology.orchestra.run.smithi094.stderr:done 2024-04-15T20:23:27.406 DEBUG:teuthology.orchestra.run.smithi094:> sudo shutdown -r now 2024-04-15T20:23:53.350 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-04-15T20:23:53.351 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi069.front.sepia.ceph.com' 2024-04-15T20:23:53.352 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi069.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T20:23:53.513 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-04-15T20:23:53.513 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi204.front.sepia.ceph.com' 2024-04-15T20:23:53.514 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi204.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T20:23:57.410 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-04-15T20:23:57.410 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi094.front.sepia.ceph.com' 2024-04-15T20:23:57.411 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi094.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T20:24:28.191 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.204 2024-04-15T20:24:37.200 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi204.front.sepia.ceph.com' 2024-04-15T20:24:37.201 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi204.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T20:24:53.371 DEBUG:teuthology.orchestra.remote:timed out 2024-04-15T20:24:57.416 DEBUG:teuthology.orchestra.remote:timed out 2024-04-15T20:25:02.374 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi069.front.sepia.ceph.com' 2024-04-15T20:25:02.375 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi069.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T20:25:02.379 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.69 2024-04-15T20:25:06.422 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi094.front.sepia.ceph.com' 2024-04-15T20:25:06.422 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi094.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T20:25:06.425 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.94 2024-04-15T20:25:14.386 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi069.front.sepia.ceph.com' 2024-04-15T20:25:14.387 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi069.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T20:25:14.735 DEBUG:teuthology.orchestra.run.smithi069:> true 2024-04-15T20:25:15.233 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi069.front.sepia.ceph.com' 2024-04-15T20:25:15.233 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-102-generic"... 2024-04-15T20:25:15.233 DEBUG:teuthology.orchestra.run.smithi069:> uname -r 2024-04-15T20:25:15.278 INFO:teuthology.orchestra.run.smithi069.stdout:5.15.0-102-generic 2024-04-15T20:25:15.278 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-102-generic vs 5.15.0-102-generic 2024-04-15T20:25:15.278 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-15T20:25:15.278 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-04-15T20:25:16.280 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-04-15T20:25:16.280 DEBUG:teuthology.orchestra.run.smithi069:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-15T20:25:16.341 INFO:teuthology.orchestra.run.smithi069.stdout:ttyS1 2024-04-15T20:25:16.364 DEBUG:teuthology.parallel:result is None 2024-04-15T20:25:18.427 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi094.front.sepia.ceph.com' 2024-04-15T20:25:18.427 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi094.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T20:25:18.876 DEBUG:teuthology.orchestra.run.smithi094:> true 2024-04-15T20:25:19.477 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi094.front.sepia.ceph.com' 2024-04-15T20:25:19.477 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-102-generic"... 2024-04-15T20:25:19.477 DEBUG:teuthology.orchestra.run.smithi094:> uname -r 2024-04-15T20:25:19.525 INFO:teuthology.orchestra.run.smithi094.stdout:5.15.0-102-generic 2024-04-15T20:25:19.525 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-102-generic vs 5.15.0-102-generic 2024-04-15T20:25:19.525 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-15T20:25:19.525 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-04-15T20:25:20.530 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-04-15T20:25:20.530 DEBUG:teuthology.orchestra.run.smithi094:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-15T20:25:20.865 INFO:teuthology.orchestra.run.smithi094.stdout:ttyS1 2024-04-15T20:25:20.895 DEBUG:teuthology.parallel:result is None 2024-04-15T20:25:37.205 DEBUG:teuthology.orchestra.remote:timed out 2024-04-15T20:25:49.206 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi204.front.sepia.ceph.com' 2024-04-15T20:25:49.207 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi204.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T20:25:49.689 DEBUG:teuthology.orchestra.run.smithi204:> true 2024-04-15T20:25:50.269 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi204.front.sepia.ceph.com' 2024-04-15T20:25:50.269 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.15.0-102-generic"... 2024-04-15T20:25:50.269 DEBUG:teuthology.orchestra.run.smithi204:> uname -r 2024-04-15T20:25:50.316 INFO:teuthology.orchestra.run.smithi204.stdout:5.15.0-102-generic 2024-04-15T20:25:50.317 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-102-generic vs 5.15.0-102-generic 2024-04-15T20:25:50.317 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-15T20:25:50.317 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-04-15T20:25:51.318 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-04-15T20:25:51.318 DEBUG:teuthology.orchestra.run.smithi204:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-15T20:25:51.399 INFO:teuthology.orchestra.run.smithi204.stdout:ttyS1 2024-04-15T20:25:51.426 DEBUG:teuthology.parallel:result is None 2024-04-15T20:25:51.426 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-15T20:25:51.434 INFO:teuthology.task.internal:Creating test directory... 2024-04-15T20:25:51.434 DEBUG:teuthology.orchestra.run.smithi069:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-15T20:25:51.437 DEBUG:teuthology.orchestra.run.smithi094:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-15T20:25:51.440 DEBUG:teuthology.orchestra.run.smithi204:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-15T20:25:51.446 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-15T20:25:51.470 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-15T20:25:51.506 INFO:teuthology.task.internal:Creating archive directory... 2024-04-15T20:25:51.506 DEBUG:teuthology.orchestra.run.smithi069:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-15T20:25:51.511 DEBUG:teuthology.orchestra.run.smithi094:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-15T20:25:51.515 DEBUG:teuthology.orchestra.run.smithi204:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-15T20:25:51.602 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-15T20:25:51.609 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-15T20:25:51.609 DEBUG:teuthology.orchestra.run.smithi069:> 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-04-15T20:25:51.616 DEBUG:teuthology.orchestra.run.smithi094:> 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-04-15T20:25:51.626 DEBUG:teuthology.orchestra.run.smithi204:> 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-04-15T20:25:51.633 INFO:teuthology.orchestra.run.smithi069.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-15T20:25:51.637 INFO:teuthology.orchestra.run.smithi094.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-15T20:25:51.643 INFO:teuthology.orchestra.run.smithi204.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-15T20:25:51.644 INFO:teuthology.orchestra.run.smithi069.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-15T20:25:51.645 INFO:teuthology.orchestra.run.smithi094.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-15T20:25:51.651 INFO:teuthology.orchestra.run.smithi204.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-15T20:25:51.654 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-15T20:25:51.661 INFO:teuthology.task.internal:Configuring sudo... 2024-04-15T20:25:51.668 DEBUG:teuthology.orchestra.run.smithi069:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-15T20:25:51.691 DEBUG:teuthology.orchestra.run.smithi094:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-15T20:25:51.693 DEBUG:teuthology.orchestra.run.smithi204:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-15T20:25:51.721 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-15T20:25:51.736 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-15T20:25:51.737 DEBUG:teuthology.orchestra.run.smithi069:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-15T20:25:51.746 DEBUG:teuthology.orchestra.run.smithi094:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-15T20:25:51.791 DEBUG:teuthology.orchestra.run.smithi204:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-15T20:25:51.839 DEBUG:teuthology.orchestra.run.smithi069:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-15T20:25:51.860 DEBUG:teuthology.orchestra.run.smithi069:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-15T20:25:51.906 DEBUG:teuthology.orchestra.run.smithi069:> set -ex 2024-04-15T20:25:51.907 DEBUG:teuthology.orchestra.run.smithi069:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-15T20:25:51.983 DEBUG:teuthology.orchestra.run.smithi094:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-15T20:25:52.009 DEBUG:teuthology.orchestra.run.smithi094:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-15T20:25:52.061 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2024-04-15T20:25:52.061 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-15T20:25:52.125 DEBUG:teuthology.orchestra.run.smithi204:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-15T20:25:52.131 DEBUG:teuthology.orchestra.run.smithi204:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-15T20:25:52.181 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-04-15T20:25:52.181 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-15T20:25:52.253 DEBUG:teuthology.orchestra.run.smithi069:> sudo service rsyslog restart 2024-04-15T20:25:52.257 DEBUG:teuthology.orchestra.run.smithi094:> sudo service rsyslog restart 2024-04-15T20:25:52.261 DEBUG:teuthology.orchestra.run.smithi204:> sudo service rsyslog restart 2024-04-15T20:25:52.330 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-15T20:25:52.338 INFO:teuthology.task.internal:Starting timer... 2024-04-15T20:25:52.339 INFO:teuthology.run_tasks:Running task pcp... 2024-04-15T20:25:52.388 INFO:teuthology.run_tasks:Running task selinux... 2024-04-15T20:25:52.416 DEBUG:teuthology.task.selinux:Excluding smithi069: OS 'ubuntu' does not support SELinux 2024-04-15T20:25:52.416 DEBUG:teuthology.task.selinux:Excluding smithi094: OS 'ubuntu' does not support SELinux 2024-04-15T20:25:52.416 DEBUG:teuthology.task.selinux:Excluding smithi204: OS 'ubuntu' does not support SELinux 2024-04-15T20:25:52.417 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-15T20:25:52.417 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-04-15T20:25:52.417 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-15T20:25:52.417 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-15T20:25:52.448 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-15T20:25:52.552 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-04-15T20:25:52.553 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi069.front.sepia.ceph.com,smithi094.front.sepia.ceph.com,smithi204.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-04-15T20:33:52.147 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi069.front.sepia.ceph.com'), Remote(name='ubuntu@smithi094.front.sepia.ceph.com'), Remote(name='ubuntu@smithi204.front.sepia.ceph.com')] 2024-04-15T20:33:52.149 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi069.front.sepia.ceph.com' 2024-04-15T20:33:52.150 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi069.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T20:33:52.231 DEBUG:teuthology.orchestra.run.smithi069:> true 2024-04-15T20:33:52.306 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi069.front.sepia.ceph.com' 2024-04-15T20:33:52.306 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi094.front.sepia.ceph.com' 2024-04-15T20:33:52.306 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi094.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T20:33:52.383 DEBUG:teuthology.orchestra.run.smithi094:> true 2024-04-15T20:33:52.458 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi094.front.sepia.ceph.com' 2024-04-15T20:33:52.458 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi204.front.sepia.ceph.com' 2024-04-15T20:33:52.459 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi204.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T20:33:52.538 DEBUG:teuthology.orchestra.run.smithi204:> true 2024-04-15T20:33:52.614 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi204.front.sepia.ceph.com' 2024-04-15T20:33:52.615 INFO:teuthology.run_tasks:Running task clock... 2024-04-15T20:33:52.627 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-04-15T20:33:52.627 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-15T20:33:52.628 DEBUG:teuthology.orchestra.run.smithi069:> 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-04-15T20:33:52.630 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-15T20:33:52.631 DEBUG:teuthology.orchestra.run.smithi094:> 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-04-15T20:33:52.633 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-15T20:33:52.633 DEBUG:teuthology.orchestra.run.smithi204:> 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-04-15T20:33:52.659 INFO:teuthology.orchestra.run.smithi069.stdout:15 Apr 20:33:52 ntpd[17209]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-04-15T20:33:52.659 INFO:teuthology.orchestra.run.smithi069.stdout:15 Apr 20:33:52 ntpd[17209]: Command line: ntpd -gq 2024-04-15T20:33:52.659 INFO:teuthology.orchestra.run.smithi069.stdout:15 Apr 20:33:52 ntpd[17209]: ---------------------------------------------------- 2024-04-15T20:33:52.659 INFO:teuthology.orchestra.run.smithi069.stdout:15 Apr 20:33:52 ntpd[17209]: ntp-4 is maintained by Network Time Foundation, 2024-04-15T20:33:52.659 INFO:teuthology.orchestra.run.smithi069.stdout:15 Apr 20:33:52 ntpd[17209]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-04-15T20:33:52.659 INFO:teuthology.orchestra.run.smithi069.stdout:15 Apr 20:33:52 ntpd[17209]: corporation. Support and training for ntp-4 are 2024-04-15T20:33:52.659 INFO:teuthology.orchestra.run.smithi069.stdout:15 Apr 20:33:52 ntpd[17209]: available at https://www.nwtime.org/support 2024-04-15T20:33:52.659 INFO:teuthology.orchestra.run.smithi069.stdout:15 Apr 20:33:52 ntpd[17209]: ---------------------------------------------------- 2024-04-15T20:33:52.660 INFO:teuthology.orchestra.run.smithi069.stdout:15 Apr 20:33:52 ntpd[17209]: proto: precision = 0.063 usec (-24) 2024-04-15T20:33:52.660 INFO:teuthology.orchestra.run.smithi069.stdout:15 Apr 20:33:52 ntpd[17209]: basedate set to 2022-02-04 2024-04-15T20:33:52.660 INFO:teuthology.orchestra.run.smithi069.stdout:15 Apr 20:33:52 ntpd[17209]: gps base set to 2022-02-06 (week 2196) 2024-04-15T20:33:52.660 INFO:teuthology.orchestra.run.smithi069.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-15T20:33:52.661 INFO:teuthology.orchestra.run.smithi069.stdout:15 Apr 20:33:52 ntpd[17209]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-15T20:33:52.661 INFO:teuthology.orchestra.run.smithi069.stdout:15 Apr 20:33:52 ntpd[17209]: restrict ::: KOD does nothing without LIMITED. 2024-04-15T20:33:52.661 INFO:teuthology.orchestra.run.smithi069.stderr:restrict ::: KOD does nothing without LIMITED. 2024-04-15T20:33:52.662 INFO:teuthology.orchestra.run.smithi069.stdout:15 Apr 20:33:52 ntpd[17209]: Listen and drop on 0 v6wildcard [::]:123 2024-04-15T20:33:52.662 INFO:teuthology.orchestra.run.smithi069.stdout:15 Apr 20:33:52 ntpd[17209]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-04-15T20:33:52.662 INFO:teuthology.orchestra.run.smithi069.stdout:15 Apr 20:33:52 ntpd[17209]: Listen normally on 2 lo 127.0.0.1:123 2024-04-15T20:33:52.662 INFO:teuthology.orchestra.run.smithi069.stdout:15 Apr 20:33:52 ntpd[17209]: Listen normally on 3 enp3s0f1 172.21.15.69:123 2024-04-15T20:33:52.662 INFO:teuthology.orchestra.run.smithi069.stdout:15 Apr 20:33:52 ntpd[17209]: Listen normally on 4 lo [::1]:123 2024-04-15T20:33:52.662 INFO:teuthology.orchestra.run.smithi069.stdout:15 Apr 20:33:52 ntpd[17209]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:d737%5]:123 2024-04-15T20:33:52.663 INFO:teuthology.orchestra.run.smithi069.stdout:15 Apr 20:33:52 ntpd[17209]: Listening on routing socket on fd #22 for interface updates 2024-04-15T20:33:52.663 INFO:teuthology.orchestra.run.smithi094.stdout:15 Apr 20:33:52 ntpd[17251]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-04-15T20:33:52.663 INFO:teuthology.orchestra.run.smithi094.stdout:15 Apr 20:33:52 ntpd[17251]: Command line: ntpd -gq 2024-04-15T20:33:52.664 INFO:teuthology.orchestra.run.smithi094.stdout:15 Apr 20:33:52 ntpd[17251]: ---------------------------------------------------- 2024-04-15T20:33:52.664 INFO:teuthology.orchestra.run.smithi094.stdout:15 Apr 20:33:52 ntpd[17251]: ntp-4 is maintained by Network Time Foundation, 2024-04-15T20:33:52.664 INFO:teuthology.orchestra.run.smithi094.stdout:15 Apr 20:33:52 ntpd[17251]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-04-15T20:33:52.664 INFO:teuthology.orchestra.run.smithi094.stdout:15 Apr 20:33:52 ntpd[17251]: corporation. Support and training for ntp-4 are 2024-04-15T20:33:52.664 INFO:teuthology.orchestra.run.smithi094.stdout:15 Apr 20:33:52 ntpd[17251]: available at https://www.nwtime.org/support 2024-04-15T20:33:52.664 INFO:teuthology.orchestra.run.smithi094.stdout:15 Apr 20:33:52 ntpd[17251]: ---------------------------------------------------- 2024-04-15T20:33:52.664 INFO:teuthology.orchestra.run.smithi094.stdout:15 Apr 20:33:52 ntpd[17251]: proto: precision = 0.062 usec (-24) 2024-04-15T20:33:52.664 INFO:teuthology.orchestra.run.smithi094.stdout:15 Apr 20:33:52 ntpd[17251]: basedate set to 2022-02-04 2024-04-15T20:33:52.664 INFO:teuthology.orchestra.run.smithi094.stdout:15 Apr 20:33:52 ntpd[17251]: gps base set to 2022-02-06 (week 2196) 2024-04-15T20:33:52.664 INFO:teuthology.orchestra.run.smithi094.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-15T20:33:52.665 INFO:teuthology.orchestra.run.smithi094.stdout:15 Apr 20:33:52 ntpd[17251]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-15T20:33:52.665 INFO:teuthology.orchestra.run.smithi094.stdout:15 Apr 20:33:52 ntpd[17251]: restrict ::: KOD does nothing without LIMITED. 2024-04-15T20:33:52.665 INFO:teuthology.orchestra.run.smithi094.stderr:restrict ::: KOD does nothing without LIMITED. 2024-04-15T20:33:52.666 INFO:teuthology.orchestra.run.smithi094.stdout:15 Apr 20:33:52 ntpd[17251]: Listen and drop on 0 v6wildcard [::]:123 2024-04-15T20:33:52.666 INFO:teuthology.orchestra.run.smithi094.stdout:15 Apr 20:33:52 ntpd[17251]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-04-15T20:33:52.666 INFO:teuthology.orchestra.run.smithi094.stdout:15 Apr 20:33:52 ntpd[17251]: Listen normally on 2 lo 127.0.0.1:123 2024-04-15T20:33:52.666 INFO:teuthology.orchestra.run.smithi094.stdout:15 Apr 20:33:52 ntpd[17251]: Listen normally on 3 enp3s0f1 172.21.15.94:123 2024-04-15T20:33:52.666 INFO:teuthology.orchestra.run.smithi094.stdout:15 Apr 20:33:52 ntpd[17251]: Listen normally on 4 lo [::1]:123 2024-04-15T20:33:52.666 INFO:teuthology.orchestra.run.smithi094.stdout:15 Apr 20:33:52 ntpd[17251]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:d763%5]:123 2024-04-15T20:33:52.666 INFO:teuthology.orchestra.run.smithi094.stdout:15 Apr 20:33:52 ntpd[17251]: Listening on routing socket on fd #22 for interface updates 2024-04-15T20:33:52.682 INFO:teuthology.orchestra.run.smithi204.stdout:15 Apr 20:33:52 ntpd[17208]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-04-15T20:33:52.682 INFO:teuthology.orchestra.run.smithi204.stdout:15 Apr 20:33:52 ntpd[17208]: Command line: ntpd -gq 2024-04-15T20:33:52.682 INFO:teuthology.orchestra.run.smithi204.stdout:15 Apr 20:33:52 ntpd[17208]: ---------------------------------------------------- 2024-04-15T20:33:52.683 INFO:teuthology.orchestra.run.smithi204.stdout:15 Apr 20:33:52 ntpd[17208]: ntp-4 is maintained by Network Time Foundation, 2024-04-15T20:33:52.683 INFO:teuthology.orchestra.run.smithi204.stdout:15 Apr 20:33:52 ntpd[17208]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-04-15T20:33:52.683 INFO:teuthology.orchestra.run.smithi204.stdout:15 Apr 20:33:52 ntpd[17208]: corporation. Support and training for ntp-4 are 2024-04-15T20:33:52.683 INFO:teuthology.orchestra.run.smithi204.stdout:15 Apr 20:33:52 ntpd[17208]: available at https://www.nwtime.org/support 2024-04-15T20:33:52.683 INFO:teuthology.orchestra.run.smithi204.stdout:15 Apr 20:33:52 ntpd[17208]: ---------------------------------------------------- 2024-04-15T20:33:52.683 INFO:teuthology.orchestra.run.smithi204.stdout:15 Apr 20:33:52 ntpd[17208]: proto: precision = 0.072 usec (-24) 2024-04-15T20:33:52.684 INFO:teuthology.orchestra.run.smithi204.stdout:15 Apr 20:33:52 ntpd[17208]: basedate set to 2022-02-04 2024-04-15T20:33:52.684 INFO:teuthology.orchestra.run.smithi204.stdout:15 Apr 20:33:52 ntpd[17208]: gps base set to 2022-02-06 (week 2196) 2024-04-15T20:33:52.684 INFO:teuthology.orchestra.run.smithi204.stdout:15 Apr 20:33:52 ntpd[17208]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-15T20:33:52.684 INFO:teuthology.orchestra.run.smithi204.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-15T20:33:52.684 INFO:teuthology.orchestra.run.smithi204.stderr:restrict ::: KOD does nothing without LIMITED. 2024-04-15T20:33:52.685 INFO:teuthology.orchestra.run.smithi204.stdout:15 Apr 20:33:52 ntpd[17208]: restrict ::: KOD does nothing without LIMITED. 2024-04-15T20:33:52.685 INFO:teuthology.orchestra.run.smithi204.stdout:15 Apr 20:33:52 ntpd[17208]: Listen and drop on 0 v6wildcard [::]:123 2024-04-15T20:33:52.685 INFO:teuthology.orchestra.run.smithi204.stdout:15 Apr 20:33:52 ntpd[17208]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-04-15T20:33:52.685 INFO:teuthology.orchestra.run.smithi204.stdout:15 Apr 20:33:52 ntpd[17208]: Listen normally on 2 lo 127.0.0.1:123 2024-04-15T20:33:52.685 INFO:teuthology.orchestra.run.smithi204.stdout:15 Apr 20:33:52 ntpd[17208]: Listen normally on 3 enp3s0f1 172.21.15.204:123 2024-04-15T20:33:52.685 INFO:teuthology.orchestra.run.smithi204.stdout:15 Apr 20:33:52 ntpd[17208]: Listen normally on 4 lo [::1]:123 2024-04-15T20:33:52.685 INFO:teuthology.orchestra.run.smithi204.stdout:15 Apr 20:33:52 ntpd[17208]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:77ab%5]:123 2024-04-15T20:33:52.686 INFO:teuthology.orchestra.run.smithi204.stdout:15 Apr 20:33:52 ntpd[17208]: Listening on routing socket on fd #22 for interface updates 2024-04-15T20:33:53.661 INFO:teuthology.orchestra.run.smithi069.stderr:15 Apr 20:33:53 ntpd[17209]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T20:33:53.661 INFO:teuthology.orchestra.run.smithi069.stderr:15 Apr 20:33:53 ntpd[17209]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T20:33:53.661 INFO:teuthology.orchestra.run.smithi069.stderr:15 Apr 20:33:53 ntpd[17209]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T20:33:53.661 INFO:teuthology.orchestra.run.smithi069.stderr:15 Apr 20:33:53 ntpd[17209]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T20:33:53.661 INFO:teuthology.orchestra.run.smithi069.stderr:15 Apr 20:33:53 ntpd[17209]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T20:33:53.661 INFO:teuthology.orchestra.run.smithi069.stderr:15 Apr 20:33:53 ntpd[17209]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T20:33:53.661 INFO:teuthology.orchestra.run.smithi069.stderr:15 Apr 20:33:53 ntpd[17209]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T20:33:53.661 INFO:teuthology.orchestra.run.smithi069.stderr:15 Apr 20:33:53 ntpd[17209]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T20:33:53.661 INFO:teuthology.orchestra.run.smithi069.stderr:15 Apr 20:33:53 ntpd[17209]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T20:33:53.661 INFO:teuthology.orchestra.run.smithi069.stderr:15 Apr 20:33:53 ntpd[17209]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T20:33:53.661 INFO:teuthology.orchestra.run.smithi069.stderr:15 Apr 20:33:53 ntpd[17209]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T20:33:53.661 INFO:teuthology.orchestra.run.smithi069.stderr:15 Apr 20:33:53 ntpd[17209]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T20:33:53.662 INFO:teuthology.orchestra.run.smithi069.stderr:15 Apr 20:33:53 ntpd[17209]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T20:33:53.662 INFO:teuthology.orchestra.run.smithi069.stderr:15 Apr 20:33:53 ntpd[17209]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T20:33:53.664 INFO:teuthology.orchestra.run.smithi094.stderr:15 Apr 20:33:53 ntpd[17251]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T20:33:53.664 INFO:teuthology.orchestra.run.smithi094.stderr:15 Apr 20:33:53 ntpd[17251]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T20:33:53.664 INFO:teuthology.orchestra.run.smithi094.stderr:15 Apr 20:33:53 ntpd[17251]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T20:33:53.664 INFO:teuthology.orchestra.run.smithi094.stderr:15 Apr 20:33:53 ntpd[17251]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T20:33:53.664 INFO:teuthology.orchestra.run.smithi094.stderr:15 Apr 20:33:53 ntpd[17251]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T20:33:53.664 INFO:teuthology.orchestra.run.smithi094.stderr:15 Apr 20:33:53 ntpd[17251]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T20:33:53.664 INFO:teuthology.orchestra.run.smithi094.stderr:15 Apr 20:33:53 ntpd[17251]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T20:33:53.664 INFO:teuthology.orchestra.run.smithi094.stderr:15 Apr 20:33:53 ntpd[17251]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T20:33:53.665 INFO:teuthology.orchestra.run.smithi094.stderr:15 Apr 20:33:53 ntpd[17251]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T20:33:53.665 INFO:teuthology.orchestra.run.smithi094.stderr:15 Apr 20:33:53 ntpd[17251]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T20:33:53.665 INFO:teuthology.orchestra.run.smithi094.stderr:15 Apr 20:33:53 ntpd[17251]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T20:33:53.665 INFO:teuthology.orchestra.run.smithi094.stderr:15 Apr 20:33:53 ntpd[17251]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T20:33:53.665 INFO:teuthology.orchestra.run.smithi094.stderr:15 Apr 20:33:53 ntpd[17251]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T20:33:53.665 INFO:teuthology.orchestra.run.smithi094.stderr:15 Apr 20:33:53 ntpd[17251]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T20:33:53.665 INFO:teuthology.orchestra.run.smithi094.stderr:15 Apr 20:33:53 ntpd[17251]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T20:33:53.665 INFO:teuthology.orchestra.run.smithi094.stderr:15 Apr 20:33:53 ntpd[17251]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T20:33:53.665 INFO:teuthology.orchestra.run.smithi094.stderr:15 Apr 20:33:53 ntpd[17251]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T20:33:53.665 INFO:teuthology.orchestra.run.smithi094.stderr:15 Apr 20:33:53 ntpd[17251]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T20:33:53.683 INFO:teuthology.orchestra.run.smithi204.stderr:15 Apr 20:33:53 ntpd[17208]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T20:33:53.683 INFO:teuthology.orchestra.run.smithi204.stderr:15 Apr 20:33:53 ntpd[17208]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T20:33:53.683 INFO:teuthology.orchestra.run.smithi204.stderr:15 Apr 20:33:53 ntpd[17208]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T20:33:53.683 INFO:teuthology.orchestra.run.smithi204.stderr:15 Apr 20:33:53 ntpd[17208]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T20:33:53.683 INFO:teuthology.orchestra.run.smithi204.stderr:15 Apr 20:33:53 ntpd[17208]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T20:33:53.683 INFO:teuthology.orchestra.run.smithi204.stderr:15 Apr 20:33:53 ntpd[17208]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T20:33:53.684 INFO:teuthology.orchestra.run.smithi204.stderr:15 Apr 20:33:53 ntpd[17208]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T20:33:53.684 INFO:teuthology.orchestra.run.smithi204.stderr:15 Apr 20:33:53 ntpd[17208]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T20:33:55.660 INFO:teuthology.orchestra.run.smithi069.stderr:15 Apr 20:33:55 ntpd[17209]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T20:33:55.661 INFO:teuthology.orchestra.run.smithi069.stderr:15 Apr 20:33:55 ntpd[17209]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T20:33:55.661 INFO:teuthology.orchestra.run.smithi069.stderr:15 Apr 20:33:55 ntpd[17209]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T20:33:55.661 INFO:teuthology.orchestra.run.smithi069.stderr:15 Apr 20:33:55 ntpd[17209]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T20:33:55.661 INFO:teuthology.orchestra.run.smithi069.stderr:15 Apr 20:33:55 ntpd[17209]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T20:33:55.661 INFO:teuthology.orchestra.run.smithi069.stderr:15 Apr 20:33:55 ntpd[17209]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T20:33:55.661 INFO:teuthology.orchestra.run.smithi069.stderr:15 Apr 20:33:55 ntpd[17209]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T20:33:55.661 INFO:teuthology.orchestra.run.smithi069.stderr:15 Apr 20:33:55 ntpd[17209]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T20:33:55.662 INFO:teuthology.orchestra.run.smithi069.stderr:15 Apr 20:33:55 ntpd[17209]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T20:33:55.662 INFO:teuthology.orchestra.run.smithi069.stderr:15 Apr 20:33:55 ntpd[17209]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T20:33:55.662 INFO:teuthology.orchestra.run.smithi069.stderr:15 Apr 20:33:55 ntpd[17209]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T20:33:55.662 INFO:teuthology.orchestra.run.smithi069.stderr:15 Apr 20:33:55 ntpd[17209]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T20:33:55.664 INFO:teuthology.orchestra.run.smithi094.stderr:15 Apr 20:33:55 ntpd[17251]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T20:33:55.664 INFO:teuthology.orchestra.run.smithi094.stderr:15 Apr 20:33:55 ntpd[17251]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T20:33:55.664 INFO:teuthology.orchestra.run.smithi094.stderr:15 Apr 20:33:55 ntpd[17251]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T20:33:55.664 INFO:teuthology.orchestra.run.smithi094.stderr:15 Apr 20:33:55 ntpd[17251]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T20:33:55.664 INFO:teuthology.orchestra.run.smithi094.stderr:15 Apr 20:33:55 ntpd[17251]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T20:33:55.664 INFO:teuthology.orchestra.run.smithi094.stderr:15 Apr 20:33:55 ntpd[17251]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T20:33:55.664 INFO:teuthology.orchestra.run.smithi094.stderr:15 Apr 20:33:55 ntpd[17251]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T20:33:55.664 INFO:teuthology.orchestra.run.smithi094.stderr:15 Apr 20:33:55 ntpd[17251]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T20:33:55.665 INFO:teuthology.orchestra.run.smithi094.stderr:15 Apr 20:33:55 ntpd[17251]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T20:33:55.665 INFO:teuthology.orchestra.run.smithi094.stderr:15 Apr 20:33:55 ntpd[17251]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T20:33:55.665 INFO:teuthology.orchestra.run.smithi094.stderr:15 Apr 20:33:55 ntpd[17251]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T20:33:55.665 INFO:teuthology.orchestra.run.smithi094.stderr:15 Apr 20:33:55 ntpd[17251]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T20:33:55.665 INFO:teuthology.orchestra.run.smithi094.stderr:15 Apr 20:33:55 ntpd[17251]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T20:33:55.665 INFO:teuthology.orchestra.run.smithi094.stderr:15 Apr 20:33:55 ntpd[17251]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T20:33:55.665 INFO:teuthology.orchestra.run.smithi094.stderr:15 Apr 20:33:55 ntpd[17251]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T20:33:55.665 INFO:teuthology.orchestra.run.smithi094.stderr:15 Apr 20:33:55 ntpd[17251]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T20:33:55.665 INFO:teuthology.orchestra.run.smithi094.stderr:15 Apr 20:33:55 ntpd[17251]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T20:33:55.665 INFO:teuthology.orchestra.run.smithi094.stderr:15 Apr 20:33:55 ntpd[17251]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T20:33:55.683 INFO:teuthology.orchestra.run.smithi204.stderr:15 Apr 20:33:55 ntpd[17208]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T20:33:55.683 INFO:teuthology.orchestra.run.smithi204.stderr:15 Apr 20:33:55 ntpd[17208]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T20:33:55.683 INFO:teuthology.orchestra.run.smithi204.stderr:15 Apr 20:33:55 ntpd[17208]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T20:33:55.684 INFO:teuthology.orchestra.run.smithi204.stderr:15 Apr 20:33:55 ntpd[17208]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T20:33:55.684 INFO:teuthology.orchestra.run.smithi204.stderr:15 Apr 20:33:55 ntpd[17208]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T20:33:55.684 INFO:teuthology.orchestra.run.smithi204.stderr:15 Apr 20:33:55 ntpd[17208]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T20:33:55.684 INFO:teuthology.orchestra.run.smithi204.stderr:15 Apr 20:33:55 ntpd[17208]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T20:33:55.684 INFO:teuthology.orchestra.run.smithi204.stderr:15 Apr 20:33:55 ntpd[17208]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T20:33:55.684 INFO:teuthology.orchestra.run.smithi204.stderr:15 Apr 20:33:55 ntpd[17208]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T20:33:55.684 INFO:teuthology.orchestra.run.smithi204.stderr:15 Apr 20:33:55 ntpd[17208]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T20:33:55.684 INFO:teuthology.orchestra.run.smithi204.stderr:15 Apr 20:33:55 ntpd[17208]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T20:33:55.684 INFO:teuthology.orchestra.run.smithi204.stderr:15 Apr 20:33:55 ntpd[17208]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T20:33:56.659 INFO:teuthology.orchestra.run.smithi069.stderr:15 Apr 20:33:56 ntpd[17209]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T20:33:56.660 INFO:teuthology.orchestra.run.smithi069.stderr:15 Apr 20:33:56 ntpd[17209]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T20:33:56.660 INFO:teuthology.orchestra.run.smithi069.stderr:15 Apr 20:33:56 ntpd[17209]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T20:33:56.660 INFO:teuthology.orchestra.run.smithi069.stderr:15 Apr 20:33:56 ntpd[17209]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T20:33:56.660 INFO:teuthology.orchestra.run.smithi069.stderr:15 Apr 20:33:56 ntpd[17209]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T20:33:56.660 INFO:teuthology.orchestra.run.smithi069.stderr:15 Apr 20:33:56 ntpd[17209]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T20:33:57.660 INFO:teuthology.orchestra.run.smithi069.stderr:15 Apr 20:33:57 ntpd[17209]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T20:33:57.660 INFO:teuthology.orchestra.run.smithi069.stderr:15 Apr 20:33:57 ntpd[17209]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T20:33:57.660 INFO:teuthology.orchestra.run.smithi069.stderr:15 Apr 20:33:57 ntpd[17209]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T20:33:57.660 INFO:teuthology.orchestra.run.smithi069.stderr:15 Apr 20:33:57 ntpd[17209]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T20:33:57.661 INFO:teuthology.orchestra.run.smithi069.stderr:15 Apr 20:33:57 ntpd[17209]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T20:33:57.661 INFO:teuthology.orchestra.run.smithi069.stderr:15 Apr 20:33:57 ntpd[17209]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T20:33:57.661 INFO:teuthology.orchestra.run.smithi069.stderr:15 Apr 20:33:57 ntpd[17209]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T20:33:57.661 INFO:teuthology.orchestra.run.smithi069.stderr:15 Apr 20:33:57 ntpd[17209]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T20:33:57.661 INFO:teuthology.orchestra.run.smithi069.stderr:15 Apr 20:33:57 ntpd[17209]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T20:33:57.661 INFO:teuthology.orchestra.run.smithi069.stderr:15 Apr 20:33:57 ntpd[17209]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T20:33:57.661 INFO:teuthology.orchestra.run.smithi069.stderr:15 Apr 20:33:57 ntpd[17209]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T20:33:57.661 INFO:teuthology.orchestra.run.smithi069.stderr:15 Apr 20:33:57 ntpd[17209]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T20:33:57.663 INFO:teuthology.orchestra.run.smithi094.stderr:15 Apr 20:33:57 ntpd[17251]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T20:33:57.663 INFO:teuthology.orchestra.run.smithi094.stderr:15 Apr 20:33:57 ntpd[17251]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T20:33:57.663 INFO:teuthology.orchestra.run.smithi094.stderr:15 Apr 20:33:57 ntpd[17251]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T20:33:57.664 INFO:teuthology.orchestra.run.smithi094.stderr:15 Apr 20:33:57 ntpd[17251]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T20:33:57.664 INFO:teuthology.orchestra.run.smithi094.stderr:15 Apr 20:33:57 ntpd[17251]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T20:33:57.664 INFO:teuthology.orchestra.run.smithi094.stderr:15 Apr 20:33:57 ntpd[17251]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T20:33:57.664 INFO:teuthology.orchestra.run.smithi094.stderr:15 Apr 20:33:57 ntpd[17251]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T20:33:57.664 INFO:teuthology.orchestra.run.smithi094.stderr:15 Apr 20:33:57 ntpd[17251]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T20:33:57.664 INFO:teuthology.orchestra.run.smithi094.stderr:15 Apr 20:33:57 ntpd[17251]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T20:33:57.664 INFO:teuthology.orchestra.run.smithi094.stderr:15 Apr 20:33:57 ntpd[17251]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T20:33:57.664 INFO:teuthology.orchestra.run.smithi094.stderr:15 Apr 20:33:57 ntpd[17251]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T20:33:57.664 INFO:teuthology.orchestra.run.smithi094.stderr:15 Apr 20:33:57 ntpd[17251]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T20:33:57.664 INFO:teuthology.orchestra.run.smithi094.stderr:15 Apr 20:33:57 ntpd[17251]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T20:33:57.664 INFO:teuthology.orchestra.run.smithi094.stderr:15 Apr 20:33:57 ntpd[17251]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T20:33:57.664 INFO:teuthology.orchestra.run.smithi094.stderr:15 Apr 20:33:57 ntpd[17251]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T20:33:57.664 INFO:teuthology.orchestra.run.smithi094.stderr:15 Apr 20:33:57 ntpd[17251]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T20:33:57.664 INFO:teuthology.orchestra.run.smithi094.stderr:15 Apr 20:33:57 ntpd[17251]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T20:33:57.665 INFO:teuthology.orchestra.run.smithi094.stderr:15 Apr 20:33:57 ntpd[17251]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T20:33:57.665 INFO:teuthology.orchestra.run.smithi094.stderr:15 Apr 20:33:57 ntpd[17251]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T20:33:57.665 INFO:teuthology.orchestra.run.smithi094.stderr:15 Apr 20:33:57 ntpd[17251]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T20:33:57.684 INFO:teuthology.orchestra.run.smithi204.stderr:15 Apr 20:33:57 ntpd[17208]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T20:33:57.684 INFO:teuthology.orchestra.run.smithi204.stderr:15 Apr 20:33:57 ntpd[17208]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T20:33:57.684 INFO:teuthology.orchestra.run.smithi204.stderr:15 Apr 20:33:57 ntpd[17208]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T20:33:57.684 INFO:teuthology.orchestra.run.smithi204.stderr:15 Apr 20:33:57 ntpd[17208]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T20:33:57.684 INFO:teuthology.orchestra.run.smithi204.stderr:15 Apr 20:33:57 ntpd[17208]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T20:33:57.684 INFO:teuthology.orchestra.run.smithi204.stderr:15 Apr 20:33:57 ntpd[17208]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T20:33:57.685 INFO:teuthology.orchestra.run.smithi204.stderr:15 Apr 20:33:57 ntpd[17208]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T20:33:57.685 INFO:teuthology.orchestra.run.smithi204.stderr:15 Apr 20:33:57 ntpd[17208]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T20:33:57.685 INFO:teuthology.orchestra.run.smithi204.stderr:15 Apr 20:33:57 ntpd[17208]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T20:33:57.685 INFO:teuthology.orchestra.run.smithi204.stderr:15 Apr 20:33:57 ntpd[17208]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T20:33:57.685 INFO:teuthology.orchestra.run.smithi204.stderr:15 Apr 20:33:57 ntpd[17208]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T20:33:57.685 INFO:teuthology.orchestra.run.smithi204.stderr:15 Apr 20:33:57 ntpd[17208]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T20:33:57.685 INFO:teuthology.orchestra.run.smithi204.stderr:15 Apr 20:33:57 ntpd[17208]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T20:33:57.685 INFO:teuthology.orchestra.run.smithi204.stderr:15 Apr 20:33:57 ntpd[17208]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T20:33:57.685 INFO:teuthology.orchestra.run.smithi204.stderr:15 Apr 20:33:57 ntpd[17208]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T20:33:57.685 INFO:teuthology.orchestra.run.smithi204.stderr:15 Apr 20:33:57 ntpd[17208]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T20:33:57.685 INFO:teuthology.orchestra.run.smithi204.stderr:15 Apr 20:33:57 ntpd[17208]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T20:33:57.685 INFO:teuthology.orchestra.run.smithi204.stderr:15 Apr 20:33:57 ntpd[17208]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T20:33:58.660 INFO:teuthology.orchestra.run.smithi069.stderr:15 Apr 20:33:58 ntpd[17209]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T20:33:58.660 INFO:teuthology.orchestra.run.smithi069.stderr:15 Apr 20:33:58 ntpd[17209]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T20:33:58.661 INFO:teuthology.orchestra.run.smithi069.stderr:15 Apr 20:33:58 ntpd[17209]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T20:33:58.661 INFO:teuthology.orchestra.run.smithi069.stderr:15 Apr 20:33:58 ntpd[17209]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T20:33:58.661 INFO:teuthology.orchestra.run.smithi069.stderr:15 Apr 20:33:58 ntpd[17209]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T20:33:58.661 INFO:teuthology.orchestra.run.smithi069.stderr:15 Apr 20:33:58 ntpd[17209]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T20:33:59.660 INFO:teuthology.orchestra.run.smithi069.stderr:15 Apr 20:33:59 ntpd[17209]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T20:33:59.660 INFO:teuthology.orchestra.run.smithi069.stderr:15 Apr 20:33:59 ntpd[17209]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T20:33:59.660 INFO:teuthology.orchestra.run.smithi069.stderr:15 Apr 20:33:59 ntpd[17209]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T20:33:59.660 INFO:teuthology.orchestra.run.smithi069.stderr:15 Apr 20:33:59 ntpd[17209]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T20:33:59.660 INFO:teuthology.orchestra.run.smithi069.stderr:15 Apr 20:33:59 ntpd[17209]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T20:33:59.660 INFO:teuthology.orchestra.run.smithi069.stderr:15 Apr 20:33:59 ntpd[17209]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T20:33:59.660 INFO:teuthology.orchestra.run.smithi069.stderr:15 Apr 20:33:59 ntpd[17209]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T20:33:59.660 INFO:teuthology.orchestra.run.smithi069.stderr:15 Apr 20:33:59 ntpd[17209]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T20:33:59.661 INFO:teuthology.orchestra.run.smithi069.stdout:15 Apr 20:33:59 ntpd[17209]: ntpd: time slew -0.001085 s 2024-04-15T20:33:59.661 INFO:teuthology.orchestra.run.smithi069.stdout:ntpd: time slew -0.001085s 2024-04-15T20:33:59.661 INFO:teuthology.orchestra.run.smithi069.stderr:15 Apr 20:33:59 ntpd[17209]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-04-15T20:33:59.661 INFO:teuthology.orchestra.run.smithi069.stderr:15 Apr 20:33:59 ntpd[17209]: can't open /var/log/ntpstats/loopstats.20240415: Permission denied 2024-04-15T20:33:59.663 INFO:teuthology.orchestra.run.smithi094.stderr:15 Apr 20:33:59 ntpd[17251]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T20:33:59.663 INFO:teuthology.orchestra.run.smithi094.stderr:15 Apr 20:33:59 ntpd[17251]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T20:33:59.663 INFO:teuthology.orchestra.run.smithi094.stderr:15 Apr 20:33:59 ntpd[17251]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T20:33:59.663 INFO:teuthology.orchestra.run.smithi094.stderr:15 Apr 20:33:59 ntpd[17251]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T20:33:59.663 INFO:teuthology.orchestra.run.smithi094.stderr:15 Apr 20:33:59 ntpd[17251]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T20:33:59.663 INFO:teuthology.orchestra.run.smithi094.stderr:15 Apr 20:33:59 ntpd[17251]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T20:33:59.663 INFO:teuthology.orchestra.run.smithi094.stderr:15 Apr 20:33:59 ntpd[17251]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T20:33:59.664 INFO:teuthology.orchestra.run.smithi094.stderr:15 Apr 20:33:59 ntpd[17251]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T20:33:59.664 INFO:teuthology.orchestra.run.smithi094.stderr:15 Apr 20:33:59 ntpd[17251]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T20:33:59.664 INFO:teuthology.orchestra.run.smithi094.stderr:15 Apr 20:33:59 ntpd[17251]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T20:33:59.664 INFO:teuthology.orchestra.run.smithi094.stdout:15 Apr 20:33:59 ntpd[17251]: ntpd: time slew -0.000551 s 2024-04-15T20:33:59.664 INFO:teuthology.orchestra.run.smithi094.stdout:ntpd: time slew -0.000551s 2024-04-15T20:33:59.664 INFO:teuthology.orchestra.run.smithi094.stderr:15 Apr 20:33:59 ntpd[17251]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-04-15T20:33:59.665 INFO:teuthology.orchestra.run.smithi094.stderr:15 Apr 20:33:59 ntpd[17251]: can't open /var/log/ntpstats/loopstats.20240415: Permission denied 2024-04-15T20:33:59.684 INFO:teuthology.orchestra.run.smithi204.stderr:15 Apr 20:33:59 ntpd[17208]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T20:33:59.684 INFO:teuthology.orchestra.run.smithi204.stderr:15 Apr 20:33:59 ntpd[17208]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T20:33:59.684 INFO:teuthology.orchestra.run.smithi204.stderr:15 Apr 20:33:59 ntpd[17208]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T20:33:59.684 INFO:teuthology.orchestra.run.smithi204.stderr:15 Apr 20:33:59 ntpd[17208]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T20:33:59.684 INFO:teuthology.orchestra.run.smithi204.stderr:15 Apr 20:33:59 ntpd[17208]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T20:33:59.684 INFO:teuthology.orchestra.run.smithi204.stderr:15 Apr 20:33:59 ntpd[17208]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T20:33:59.685 INFO:teuthology.orchestra.run.smithi204.stderr:15 Apr 20:33:59 ntpd[17208]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T20:33:59.685 INFO:teuthology.orchestra.run.smithi204.stderr:15 Apr 20:33:59 ntpd[17208]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T20:33:59.685 INFO:teuthology.orchestra.run.smithi204.stderr:15 Apr 20:33:59 ntpd[17208]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T20:33:59.685 INFO:teuthology.orchestra.run.smithi204.stderr:15 Apr 20:33:59 ntpd[17208]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T20:33:59.685 INFO:teuthology.orchestra.run.smithi204.stderr:15 Apr 20:33:59 ntpd[17208]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T20:33:59.685 INFO:teuthology.orchestra.run.smithi204.stderr:15 Apr 20:33:59 ntpd[17208]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T20:33:59.685 INFO:teuthology.orchestra.run.smithi204.stderr:15 Apr 20:33:59 ntpd[17208]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T20:33:59.685 INFO:teuthology.orchestra.run.smithi204.stderr:15 Apr 20:33:59 ntpd[17208]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T20:33:59.685 INFO:teuthology.orchestra.run.smithi204.stderr:15 Apr 20:33:59 ntpd[17208]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T20:33:59.685 INFO:teuthology.orchestra.run.smithi204.stderr:15 Apr 20:33:59 ntpd[17208]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T20:33:59.685 INFO:teuthology.orchestra.run.smithi204.stderr:15 Apr 20:33:59 ntpd[17208]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T20:33:59.685 INFO:teuthology.orchestra.run.smithi204.stderr:15 Apr 20:33:59 ntpd[17208]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T20:33:59.686 INFO:teuthology.orchestra.run.smithi204.stdout:15 Apr 20:33:59 ntpd[17208]: ntpd: time slew -0.000820 s 2024-04-15T20:33:59.686 INFO:teuthology.orchestra.run.smithi204.stdout:ntpd: time slew -0.000820s 2024-04-15T20:33:59.686 INFO:teuthology.orchestra.run.smithi204.stderr:15 Apr 20:33:59 ntpd[17208]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-04-15T20:33:59.686 INFO:teuthology.orchestra.run.smithi204.stderr:15 Apr 20:33:59 ntpd[17208]: can't open /var/log/ntpstats/loopstats.20240415: Permission denied 2024-04-15T20:33:59.716 INFO:teuthology.orchestra.run.smithi094.stdout: remote refid st t when poll reach delay offset jitter 2024-04-15T20:33:59.716 INFO:teuthology.orchestra.run.smithi094.stdout:============================================================================== 2024-04-15T20:33:59.716 INFO:teuthology.orchestra.run.smithi094.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-15T20:33:59.716 INFO:teuthology.orchestra.run.smithi094.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-15T20:33:59.716 INFO:teuthology.orchestra.run.smithi094.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-15T20:33:59.716 INFO:teuthology.orchestra.run.smithi094.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-15T20:33:59.733 INFO:teuthology.orchestra.run.smithi204.stdout: remote refid st t when poll reach delay offset jitter 2024-04-15T20:33:59.733 INFO:teuthology.orchestra.run.smithi204.stdout:============================================================================== 2024-04-15T20:33:59.733 INFO:teuthology.orchestra.run.smithi204.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-15T20:33:59.733 INFO:teuthology.orchestra.run.smithi204.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-15T20:33:59.733 INFO:teuthology.orchestra.run.smithi204.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-15T20:33:59.733 INFO:teuthology.orchestra.run.smithi204.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-15T20:34:00.020 INFO:teuthology.orchestra.run.smithi069.stdout: remote refid st t when poll reach delay offset jitter 2024-04-15T20:34:00.020 INFO:teuthology.orchestra.run.smithi069.stdout:============================================================================== 2024-04-15T20:34:00.020 INFO:teuthology.orchestra.run.smithi069.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-15T20:34:00.020 INFO:teuthology.orchestra.run.smithi069.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-15T20:34:00.020 INFO:teuthology.orchestra.run.smithi069.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-15T20:34:00.020 INFO:teuthology.orchestra.run.smithi069.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-15T20:34:00.022 INFO:teuthology.run_tasks:Running task install... 2024-04-15T20:34:00.030 DEBUG:teuthology.task.install:project ceph 2024-04-15T20:34:00.030 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '87dbfb632e974cb2c28d17423071d2d833b53b29'}} 2024-04-15T20:34:00.030 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '87dbfb632e974cb2c28d17423071d2d833b53b29'} 2024-04-15T20:34:00.030 INFO:teuthology.task.install:Using flavor: default 2024-04-15T20:34:00.035 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-04-15T20:34:00.036 INFO:teuthology.task.install:extra packages: [] 2024-04-15T20:34:00.036 DEBUG:teuthology.orchestra.run.smithi069:> sudo apt-key list | grep Ceph 2024-04-15T20:34:00.036 DEBUG:teuthology.orchestra.run.smithi094:> sudo apt-key list | grep Ceph 2024-04-15T20:34:00.037 DEBUG:teuthology.orchestra.run.smithi204:> sudo apt-key list | grep Ceph 2024-04-15T20:34:00.098 INFO:teuthology.orchestra.run.smithi094.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-04-15T20:34:00.103 INFO:teuthology.orchestra.run.smithi204.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-04-15T20:34:00.119 INFO:teuthology.orchestra.run.smithi069.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-04-15T20:34:00.127 INFO:teuthology.orchestra.run.smithi094.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-04-15T20:34:00.127 INFO:teuthology.orchestra.run.smithi094.stdout:uid [ unknown] Ceph.com (release key) 2024-04-15T20:34:00.127 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-04-15T20:34:00.127 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=87dbfb632e974cb2c28d17423071d2d833b53b29 2024-04-15T20:34:00.134 INFO:teuthology.orchestra.run.smithi204.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-04-15T20:34:00.134 INFO:teuthology.orchestra.run.smithi204.stdout:uid [ unknown] Ceph.com (release key) 2024-04-15T20:34:00.135 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-04-15T20:34:00.135 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=87dbfb632e974cb2c28d17423071d2d833b53b29 2024-04-15T20:34:00.145 INFO:teuthology.orchestra.run.smithi069.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-04-15T20:34:00.145 INFO:teuthology.orchestra.run.smithi069.stdout:uid [ unknown] Ceph.com (release key) 2024-04-15T20:34:00.146 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-04-15T20:34:00.146 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=87dbfb632e974cb2c28d17423071d2d833b53b29 2024-04-15T20:34:00.265 INFO:teuthology.task.install.deb:Pulling from https://4.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/flavors/default/ 2024-04-15T20:34:00.265 INFO:teuthology.task.install.deb:Package version is 19.0.0-3084-g87dbfb63-1jammy 2024-04-15T20:34:00.279 INFO:teuthology.task.install.deb:Pulling from https://4.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/flavors/default/ 2024-04-15T20:34:00.279 INFO:teuthology.task.install.deb:Package version is 19.0.0-3084-g87dbfb63-1jammy 2024-04-15T20:34:00.511 INFO:teuthology.task.install.deb:Pulling from https://4.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/flavors/default/ 2024-04-15T20:34:00.511 INFO:teuthology.task.install.deb:Package version is 19.0.0-3084-g87dbfb63-1jammy 2024-04-15T20:34:00.558 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-04-15T20:34:00.558 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-04-15T20:34:00.572 DEBUG:teuthology.orchestra.run.smithi204:> sudo apt-get update 2024-04-15T20:34:00.620 DEBUG:teuthology.orchestra.run.smithi069:> set -ex 2024-04-15T20:34:00.620 DEBUG:teuthology.orchestra.run.smithi069:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-04-15T20:34:00.634 DEBUG:teuthology.orchestra.run.smithi069:> sudo apt-get update 2024-04-15T20:34:00.810 INFO:teuthology.orchestra.run.smithi204.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-15T20:34:00.858 INFO:teuthology.orchestra.run.smithi204.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-15T20:34:00.869 INFO:teuthology.orchestra.run.smithi069.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-15T20:34:00.881 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2024-04-15T20:34:00.881 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-04-15T20:34:00.895 DEBUG:teuthology.orchestra.run.smithi094:> sudo apt-get update 2024-04-15T20:34:00.917 INFO:teuthology.orchestra.run.smithi069.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-15T20:34:00.940 INFO:teuthology.orchestra.run.smithi204.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-04-15T20:34:00.969 INFO:teuthology.orchestra.run.smithi204.stdout:Ign:4 https://4.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/flavors/default jammy InRelease 2024-04-15T20:34:00.998 INFO:teuthology.orchestra.run.smithi069.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-04-15T20:34:01.016 INFO:teuthology.orchestra.run.smithi069.stdout:Ign:4 https://4.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/flavors/default jammy InRelease 2024-04-15T20:34:01.025 INFO:teuthology.orchestra.run.smithi204.stdout:Get:5 https://4.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-04-15T20:34:01.055 INFO:teuthology.orchestra.run.smithi069.stdout:Get:5 https://4.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-04-15T20:34:01.063 INFO:teuthology.orchestra.run.smithi204.stdout:Ign:6 https://4.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/flavors/default jammy Release.gpg 2024-04-15T20:34:01.077 INFO:teuthology.orchestra.run.smithi094.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-15T20:34:01.078 INFO:teuthology.orchestra.run.smithi094.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-15T20:34:01.089 INFO:teuthology.orchestra.run.smithi094.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-15T20:34:01.092 INFO:teuthology.orchestra.run.smithi069.stdout:Ign:6 https://4.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/flavors/default jammy Release.gpg 2024-04-15T20:34:01.099 INFO:teuthology.orchestra.run.smithi204.stdout:Get:7 https://4.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,403 B] 2024-04-15T20:34:01.109 INFO:teuthology.orchestra.run.smithi094.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-15T20:34:01.129 INFO:teuthology.orchestra.run.smithi069.stdout:Get:7 https://4.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.1 kB] 2024-04-15T20:34:01.150 INFO:teuthology.orchestra.run.smithi204.stdout:Get:8 https://4.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.1 kB] 2024-04-15T20:34:01.200 INFO:teuthology.orchestra.run.smithi069.stdout:Get:8 https://4.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,403 B] 2024-04-15T20:34:01.206 INFO:teuthology.orchestra.run.smithi094.stdout:Ign:5 https://4.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/flavors/default jammy InRelease 2024-04-15T20:34:01.276 INFO:teuthology.orchestra.run.smithi094.stdout:Get:6 https://4.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-04-15T20:34:01.299 INFO:teuthology.orchestra.run.smithi204.stdout:Hit:9 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-15T20:34:01.346 INFO:teuthology.orchestra.run.smithi094.stdout:Ign:7 https://4.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/flavors/default jammy Release.gpg 2024-04-15T20:34:01.347 INFO:teuthology.orchestra.run.smithi069.stdout:Hit:9 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-15T20:34:01.416 INFO:teuthology.orchestra.run.smithi094.stdout:Get:8 https://4.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,403 B] 2024-04-15T20:34:01.457 INFO:teuthology.orchestra.run.smithi204.stdout:Fetched 148 kB in 1s (210 kB/s) 2024-04-15T20:34:01.486 INFO:teuthology.orchestra.run.smithi094.stdout:Get:9 https://4.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.1 kB] 2024-04-15T20:34:01.515 INFO:teuthology.orchestra.run.smithi069.stdout:Fetched 148 kB in 1s (214 kB/s) 2024-04-15T20:34:01.580 INFO:teuthology.orchestra.run.smithi094.stdout:Fetched 29.2 kB in 0s (59.6 kB/s) 2024-04-15T20:34:02.456 INFO:teuthology.orchestra.run.smithi204.stdout:Reading package lists... 2024-04-15T20:34:02.470 INFO:teuthology.orchestra.run.smithi069.stdout:Reading package lists... 2024-04-15T20:34:02.472 DEBUG:teuthology.orchestra.run.smithi204:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-3084-g87dbfb63-1jammy cephadm=19.0.0-3084-g87dbfb63-1jammy ceph-mds=19.0.0-3084-g87dbfb63-1jammy ceph-mgr=19.0.0-3084-g87dbfb63-1jammy ceph-common=19.0.0-3084-g87dbfb63-1jammy ceph-fuse=19.0.0-3084-g87dbfb63-1jammy ceph-test=19.0.0-3084-g87dbfb63-1jammy ceph-volume=19.0.0-3084-g87dbfb63-1jammy radosgw=19.0.0-3084-g87dbfb63-1jammy python3-rados=19.0.0-3084-g87dbfb63-1jammy python3-rgw=19.0.0-3084-g87dbfb63-1jammy python3-cephfs=19.0.0-3084-g87dbfb63-1jammy python3-rbd=19.0.0-3084-g87dbfb63-1jammy libcephfs2=19.0.0-3084-g87dbfb63-1jammy libcephfs-dev=19.0.0-3084-g87dbfb63-1jammy librados2=19.0.0-3084-g87dbfb63-1jammy librbd1=19.0.0-3084-g87dbfb63-1jammy rbd-fuse=19.0.0-3084-g87dbfb63-1jammy 2024-04-15T20:34:02.484 DEBUG:teuthology.orchestra.run.smithi069:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-3084-g87dbfb63-1jammy cephadm=19.0.0-3084-g87dbfb63-1jammy ceph-mds=19.0.0-3084-g87dbfb63-1jammy ceph-mgr=19.0.0-3084-g87dbfb63-1jammy ceph-common=19.0.0-3084-g87dbfb63-1jammy ceph-fuse=19.0.0-3084-g87dbfb63-1jammy ceph-test=19.0.0-3084-g87dbfb63-1jammy ceph-volume=19.0.0-3084-g87dbfb63-1jammy radosgw=19.0.0-3084-g87dbfb63-1jammy python3-rados=19.0.0-3084-g87dbfb63-1jammy python3-rgw=19.0.0-3084-g87dbfb63-1jammy python3-cephfs=19.0.0-3084-g87dbfb63-1jammy python3-rbd=19.0.0-3084-g87dbfb63-1jammy libcephfs2=19.0.0-3084-g87dbfb63-1jammy libcephfs-dev=19.0.0-3084-g87dbfb63-1jammy librados2=19.0.0-3084-g87dbfb63-1jammy librbd1=19.0.0-3084-g87dbfb63-1jammy rbd-fuse=19.0.0-3084-g87dbfb63-1jammy 2024-04-15T20:34:02.523 INFO:teuthology.orchestra.run.smithi094.stdout:Reading package lists... 2024-04-15T20:34:02.533 INFO:teuthology.orchestra.run.smithi204.stdout:Reading package lists... 2024-04-15T20:34:02.536 INFO:teuthology.orchestra.run.smithi069.stdout:Reading package lists... 2024-04-15T20:34:02.538 DEBUG:teuthology.orchestra.run.smithi094:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-3084-g87dbfb63-1jammy cephadm=19.0.0-3084-g87dbfb63-1jammy ceph-mds=19.0.0-3084-g87dbfb63-1jammy ceph-mgr=19.0.0-3084-g87dbfb63-1jammy ceph-common=19.0.0-3084-g87dbfb63-1jammy ceph-fuse=19.0.0-3084-g87dbfb63-1jammy ceph-test=19.0.0-3084-g87dbfb63-1jammy ceph-volume=19.0.0-3084-g87dbfb63-1jammy radosgw=19.0.0-3084-g87dbfb63-1jammy python3-rados=19.0.0-3084-g87dbfb63-1jammy python3-rgw=19.0.0-3084-g87dbfb63-1jammy python3-cephfs=19.0.0-3084-g87dbfb63-1jammy python3-rbd=19.0.0-3084-g87dbfb63-1jammy libcephfs2=19.0.0-3084-g87dbfb63-1jammy libcephfs-dev=19.0.0-3084-g87dbfb63-1jammy librados2=19.0.0-3084-g87dbfb63-1jammy librbd1=19.0.0-3084-g87dbfb63-1jammy rbd-fuse=19.0.0-3084-g87dbfb63-1jammy 2024-04-15T20:34:02.589 INFO:teuthology.orchestra.run.smithi094.stdout:Reading package lists... 2024-04-15T20:34:02.710 INFO:teuthology.orchestra.run.smithi069.stdout:Building dependency tree... 2024-04-15T20:34:02.711 INFO:teuthology.orchestra.run.smithi069.stdout:Reading state information... 2024-04-15T20:34:02.730 INFO:teuthology.orchestra.run.smithi204.stdout:Building dependency tree... 2024-04-15T20:34:02.730 INFO:teuthology.orchestra.run.smithi204.stdout:Reading state information... 2024-04-15T20:34:02.763 INFO:teuthology.orchestra.run.smithi094.stdout:Building dependency tree... 2024-04-15T20:34:02.764 INFO:teuthology.orchestra.run.smithi094.stdout:Reading state information... 2024-04-15T20:34:02.880 INFO:teuthology.orchestra.run.smithi069.stdout:The following packages were automatically installed and are no longer required: 2024-04-15T20:34:02.881 INFO:teuthology.orchestra.run.smithi069.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-15T20:34:02.881 INFO:teuthology.orchestra.run.smithi069.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-15T20:34:02.881 INFO:teuthology.orchestra.run.smithi069.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-15T20:34:02.881 INFO:teuthology.orchestra.run.smithi069.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-15T20:34:02.881 INFO:teuthology.orchestra.run.smithi069.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-15T20:34:02.881 INFO:teuthology.orchestra.run.smithi069.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-15T20:34:02.883 INFO:teuthology.orchestra.run.smithi069.stdout:The following additional packages will be installed: 2024-04-15T20:34:02.883 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-04-15T20:34:02.883 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-04-15T20:34:02.883 INFO:teuthology.orchestra.run.smithi069.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-04-15T20:34:02.883 INFO:teuthology.orchestra.run.smithi069.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-04-15T20:34:02.883 INFO:teuthology.orchestra.run.smithi069.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-04-15T20:34:02.883 INFO:teuthology.orchestra.run.smithi069.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-04-15T20:34:02.883 INFO:teuthology.orchestra.run.smithi069.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-04-15T20:34:02.883 INFO:teuthology.orchestra.run.smithi069.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-04-15T20:34:02.884 INFO:teuthology.orchestra.run.smithi069.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-04-15T20:34:02.884 INFO:teuthology.orchestra.run.smithi069.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-15T20:34:02.884 INFO:teuthology.orchestra.run.smithi069.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-15T20:34:02.884 INFO:teuthology.orchestra.run.smithi069.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-15T20:34:02.884 INFO:teuthology.orchestra.run.smithi069.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-15T20:34:02.884 INFO:teuthology.orchestra.run.smithi069.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-15T20:34:02.884 INFO:teuthology.orchestra.run.smithi069.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-15T20:34:02.884 INFO:teuthology.orchestra.run.smithi069.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-15T20:34:02.884 INFO:teuthology.orchestra.run.smithi069.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-04-15T20:34:02.884 INFO:teuthology.orchestra.run.smithi069.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-04-15T20:34:02.884 INFO:teuthology.orchestra.run.smithi069.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-04-15T20:34:02.884 INFO:teuthology.orchestra.run.smithi069.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-04-15T20:34:02.884 INFO:teuthology.orchestra.run.smithi069.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-04-15T20:34:02.884 INFO:teuthology.orchestra.run.smithi069.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-04-15T20:34:02.885 INFO:teuthology.orchestra.run.smithi069.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-04-15T20:34:02.885 INFO:teuthology.orchestra.run.smithi069.stdout: xmlstarlet zip 2024-04-15T20:34:02.885 INFO:teuthology.orchestra.run.smithi069.stdout:Suggested packages: 2024-04-15T20:34:02.885 INFO:teuthology.orchestra.run.smithi069.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-04-15T20:34:02.885 INFO:teuthology.orchestra.run.smithi069.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-04-15T20:34:02.885 INFO:teuthology.orchestra.run.smithi069.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-04-15T20:34:02.885 INFO:teuthology.orchestra.run.smithi069.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-04-15T20:34:02.885 INFO:teuthology.orchestra.run.smithi069.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-04-15T20:34:02.885 INFO:teuthology.orchestra.run.smithi069.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-04-15T20:34:02.886 INFO:teuthology.orchestra.run.smithi069.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-04-15T20:34:02.886 INFO:teuthology.orchestra.run.smithi069.stdout:Recommended packages: 2024-04-15T20:34:02.886 INFO:teuthology.orchestra.run.smithi069.stdout: btrfs-tools 2024-04-15T20:34:02.920 INFO:teuthology.orchestra.run.smithi204.stdout:The following packages were automatically installed and are no longer required: 2024-04-15T20:34:02.921 INFO:teuthology.orchestra.run.smithi204.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-15T20:34:02.921 INFO:teuthology.orchestra.run.smithi204.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-15T20:34:02.921 INFO:teuthology.orchestra.run.smithi204.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-15T20:34:02.921 INFO:teuthology.orchestra.run.smithi204.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-15T20:34:02.921 INFO:teuthology.orchestra.run.smithi204.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-15T20:34:02.921 INFO:teuthology.orchestra.run.smithi204.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-15T20:34:02.922 INFO:teuthology.orchestra.run.smithi204.stdout:The following additional packages will be installed: 2024-04-15T20:34:02.922 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-04-15T20:34:02.922 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-04-15T20:34:02.922 INFO:teuthology.orchestra.run.smithi204.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-04-15T20:34:02.922 INFO:teuthology.orchestra.run.smithi204.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-04-15T20:34:02.923 INFO:teuthology.orchestra.run.smithi204.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-04-15T20:34:02.924 INFO:teuthology.orchestra.run.smithi204.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-04-15T20:34:02.924 INFO:teuthology.orchestra.run.smithi204.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-04-15T20:34:02.924 INFO:teuthology.orchestra.run.smithi204.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-04-15T20:34:02.924 INFO:teuthology.orchestra.run.smithi204.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-04-15T20:34:02.924 INFO:teuthology.orchestra.run.smithi204.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-15T20:34:02.924 INFO:teuthology.orchestra.run.smithi204.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-15T20:34:02.924 INFO:teuthology.orchestra.run.smithi204.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-15T20:34:02.924 INFO:teuthology.orchestra.run.smithi204.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-15T20:34:02.924 INFO:teuthology.orchestra.run.smithi204.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-15T20:34:02.924 INFO:teuthology.orchestra.run.smithi204.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-15T20:34:02.924 INFO:teuthology.orchestra.run.smithi204.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-15T20:34:02.924 INFO:teuthology.orchestra.run.smithi204.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-04-15T20:34:02.925 INFO:teuthology.orchestra.run.smithi204.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-04-15T20:34:02.925 INFO:teuthology.orchestra.run.smithi204.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-04-15T20:34:02.925 INFO:teuthology.orchestra.run.smithi204.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-04-15T20:34:02.925 INFO:teuthology.orchestra.run.smithi204.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-04-15T20:34:02.925 INFO:teuthology.orchestra.run.smithi204.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-04-15T20:34:02.925 INFO:teuthology.orchestra.run.smithi204.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-04-15T20:34:02.925 INFO:teuthology.orchestra.run.smithi204.stdout: xmlstarlet zip 2024-04-15T20:34:02.925 INFO:teuthology.orchestra.run.smithi204.stdout:Suggested packages: 2024-04-15T20:34:02.925 INFO:teuthology.orchestra.run.smithi204.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-04-15T20:34:02.925 INFO:teuthology.orchestra.run.smithi204.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-04-15T20:34:02.926 INFO:teuthology.orchestra.run.smithi204.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-04-15T20:34:02.926 INFO:teuthology.orchestra.run.smithi204.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-04-15T20:34:02.926 INFO:teuthology.orchestra.run.smithi204.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-04-15T20:34:02.926 INFO:teuthology.orchestra.run.smithi204.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-04-15T20:34:02.926 INFO:teuthology.orchestra.run.smithi204.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-04-15T20:34:02.926 INFO:teuthology.orchestra.run.smithi204.stdout:Recommended packages: 2024-04-15T20:34:02.926 INFO:teuthology.orchestra.run.smithi204.stdout: btrfs-tools 2024-04-15T20:34:02.932 INFO:teuthology.orchestra.run.smithi094.stdout:The following packages were automatically installed and are no longer required: 2024-04-15T20:34:02.932 INFO:teuthology.orchestra.run.smithi094.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-15T20:34:02.932 INFO:teuthology.orchestra.run.smithi094.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-15T20:34:02.932 INFO:teuthology.orchestra.run.smithi094.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-15T20:34:02.933 INFO:teuthology.orchestra.run.smithi094.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-15T20:34:02.933 INFO:teuthology.orchestra.run.smithi094.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-15T20:34:02.933 INFO:teuthology.orchestra.run.smithi094.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-15T20:34:02.934 INFO:teuthology.orchestra.run.smithi094.stdout:The following additional packages will be installed: 2024-04-15T20:34:02.934 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-04-15T20:34:02.934 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-04-15T20:34:02.934 INFO:teuthology.orchestra.run.smithi094.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-04-15T20:34:02.934 INFO:teuthology.orchestra.run.smithi094.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-04-15T20:34:02.935 INFO:teuthology.orchestra.run.smithi094.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-04-15T20:34:02.935 INFO:teuthology.orchestra.run.smithi094.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-04-15T20:34:02.935 INFO:teuthology.orchestra.run.smithi094.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-04-15T20:34:02.935 INFO:teuthology.orchestra.run.smithi094.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-04-15T20:34:02.935 INFO:teuthology.orchestra.run.smithi094.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-04-15T20:34:02.935 INFO:teuthology.orchestra.run.smithi094.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-15T20:34:02.936 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-15T20:34:02.936 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-15T20:34:02.936 INFO:teuthology.orchestra.run.smithi094.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-15T20:34:02.936 INFO:teuthology.orchestra.run.smithi094.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-15T20:34:02.936 INFO:teuthology.orchestra.run.smithi094.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-15T20:34:02.936 INFO:teuthology.orchestra.run.smithi094.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-15T20:34:02.936 INFO:teuthology.orchestra.run.smithi094.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-04-15T20:34:02.936 INFO:teuthology.orchestra.run.smithi094.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-04-15T20:34:02.936 INFO:teuthology.orchestra.run.smithi094.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-04-15T20:34:02.936 INFO:teuthology.orchestra.run.smithi094.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-04-15T20:34:02.936 INFO:teuthology.orchestra.run.smithi094.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-04-15T20:34:02.936 INFO:teuthology.orchestra.run.smithi094.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-04-15T20:34:02.936 INFO:teuthology.orchestra.run.smithi094.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-04-15T20:34:02.936 INFO:teuthology.orchestra.run.smithi094.stdout: xmlstarlet zip 2024-04-15T20:34:02.937 INFO:teuthology.orchestra.run.smithi094.stdout:Suggested packages: 2024-04-15T20:34:02.937 INFO:teuthology.orchestra.run.smithi094.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-04-15T20:34:02.937 INFO:teuthology.orchestra.run.smithi094.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-04-15T20:34:02.937 INFO:teuthology.orchestra.run.smithi094.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-04-15T20:34:02.937 INFO:teuthology.orchestra.run.smithi094.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-04-15T20:34:02.937 INFO:teuthology.orchestra.run.smithi094.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-04-15T20:34:02.937 INFO:teuthology.orchestra.run.smithi094.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-04-15T20:34:02.937 INFO:teuthology.orchestra.run.smithi094.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-04-15T20:34:02.937 INFO:teuthology.orchestra.run.smithi094.stdout:Recommended packages: 2024-04-15T20:34:02.937 INFO:teuthology.orchestra.run.smithi094.stdout: btrfs-tools 2024-04-15T20:34:02.984 INFO:teuthology.orchestra.run.smithi069.stdout:The following NEW packages will be installed: 2024-04-15T20:34:02.984 INFO:teuthology.orchestra.run.smithi069.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-04-15T20:34:02.984 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-04-15T20:34:02.984 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-04-15T20:34:02.984 INFO:teuthology.orchestra.run.smithi069.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-04-15T20:34:02.984 INFO:teuthology.orchestra.run.smithi069.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-04-15T20:34:02.984 INFO:teuthology.orchestra.run.smithi069.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-04-15T20:34:02.985 INFO:teuthology.orchestra.run.smithi069.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-04-15T20:34:02.985 INFO:teuthology.orchestra.run.smithi069.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-04-15T20:34:02.986 INFO:teuthology.orchestra.run.smithi069.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-04-15T20:34:02.986 INFO:teuthology.orchestra.run.smithi069.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-04-15T20:34:02.986 INFO:teuthology.orchestra.run.smithi069.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-04-15T20:34:02.986 INFO:teuthology.orchestra.run.smithi069.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-15T20:34:02.986 INFO:teuthology.orchestra.run.smithi069.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-15T20:34:02.986 INFO:teuthology.orchestra.run.smithi069.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-15T20:34:02.986 INFO:teuthology.orchestra.run.smithi069.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-15T20:34:02.986 INFO:teuthology.orchestra.run.smithi069.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-15T20:34:02.986 INFO:teuthology.orchestra.run.smithi069.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-15T20:34:02.986 INFO:teuthology.orchestra.run.smithi069.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-15T20:34:02.986 INFO:teuthology.orchestra.run.smithi069.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-04-15T20:34:02.986 INFO:teuthology.orchestra.run.smithi069.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-04-15T20:34:02.986 INFO:teuthology.orchestra.run.smithi069.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-04-15T20:34:02.986 INFO:teuthology.orchestra.run.smithi069.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-04-15T20:34:02.987 INFO:teuthology.orchestra.run.smithi069.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-04-15T20:34:02.987 INFO:teuthology.orchestra.run.smithi069.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-04-15T20:34:02.987 INFO:teuthology.orchestra.run.smithi069.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-04-15T20:34:02.987 INFO:teuthology.orchestra.run.smithi069.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-04-15T20:34:03.023 INFO:teuthology.orchestra.run.smithi204.stdout:The following NEW packages will be installed: 2024-04-15T20:34:03.024 INFO:teuthology.orchestra.run.smithi204.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-04-15T20:34:03.024 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-04-15T20:34:03.024 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-04-15T20:34:03.024 INFO:teuthology.orchestra.run.smithi204.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-04-15T20:34:03.024 INFO:teuthology.orchestra.run.smithi204.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-04-15T20:34:03.024 INFO:teuthology.orchestra.run.smithi204.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-04-15T20:34:03.025 INFO:teuthology.orchestra.run.smithi204.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-04-15T20:34:03.025 INFO:teuthology.orchestra.run.smithi204.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-04-15T20:34:03.025 INFO:teuthology.orchestra.run.smithi204.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-04-15T20:34:03.025 INFO:teuthology.orchestra.run.smithi204.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-04-15T20:34:03.025 INFO:teuthology.orchestra.run.smithi204.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-04-15T20:34:03.025 INFO:teuthology.orchestra.run.smithi204.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-15T20:34:03.026 INFO:teuthology.orchestra.run.smithi204.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-15T20:34:03.026 INFO:teuthology.orchestra.run.smithi204.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-15T20:34:03.026 INFO:teuthology.orchestra.run.smithi204.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-15T20:34:03.026 INFO:teuthology.orchestra.run.smithi204.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-15T20:34:03.026 INFO:teuthology.orchestra.run.smithi204.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-15T20:34:03.026 INFO:teuthology.orchestra.run.smithi204.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-15T20:34:03.026 INFO:teuthology.orchestra.run.smithi204.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-04-15T20:34:03.026 INFO:teuthology.orchestra.run.smithi204.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-04-15T20:34:03.026 INFO:teuthology.orchestra.run.smithi204.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-04-15T20:34:03.026 INFO:teuthology.orchestra.run.smithi204.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-04-15T20:34:03.026 INFO:teuthology.orchestra.run.smithi204.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-04-15T20:34:03.026 INFO:teuthology.orchestra.run.smithi204.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-04-15T20:34:03.026 INFO:teuthology.orchestra.run.smithi204.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-04-15T20:34:03.026 INFO:teuthology.orchestra.run.smithi204.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-04-15T20:34:03.034 INFO:teuthology.orchestra.run.smithi094.stdout:The following NEW packages will be installed: 2024-04-15T20:34:03.034 INFO:teuthology.orchestra.run.smithi094.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-04-15T20:34:03.034 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-04-15T20:34:03.034 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-04-15T20:34:03.034 INFO:teuthology.orchestra.run.smithi094.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-04-15T20:34:03.034 INFO:teuthology.orchestra.run.smithi094.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-04-15T20:34:03.034 INFO:teuthology.orchestra.run.smithi094.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-04-15T20:34:03.035 INFO:teuthology.orchestra.run.smithi094.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-04-15T20:34:03.035 INFO:teuthology.orchestra.run.smithi094.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-04-15T20:34:03.035 INFO:teuthology.orchestra.run.smithi094.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-04-15T20:34:03.036 INFO:teuthology.orchestra.run.smithi094.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-04-15T20:34:03.036 INFO:teuthology.orchestra.run.smithi094.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-04-15T20:34:03.036 INFO:teuthology.orchestra.run.smithi094.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-15T20:34:03.036 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-15T20:34:03.036 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-15T20:34:03.036 INFO:teuthology.orchestra.run.smithi094.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-15T20:34:03.036 INFO:teuthology.orchestra.run.smithi094.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-15T20:34:03.036 INFO:teuthology.orchestra.run.smithi094.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-15T20:34:03.036 INFO:teuthology.orchestra.run.smithi094.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-15T20:34:03.036 INFO:teuthology.orchestra.run.smithi094.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-04-15T20:34:03.036 INFO:teuthology.orchestra.run.smithi094.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-04-15T20:34:03.036 INFO:teuthology.orchestra.run.smithi094.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-04-15T20:34:03.036 INFO:teuthology.orchestra.run.smithi094.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-04-15T20:34:03.036 INFO:teuthology.orchestra.run.smithi094.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-04-15T20:34:03.037 INFO:teuthology.orchestra.run.smithi094.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-04-15T20:34:03.037 INFO:teuthology.orchestra.run.smithi094.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-04-15T20:34:03.037 INFO:teuthology.orchestra.run.smithi094.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-04-15T20:34:03.123 INFO:teuthology.orchestra.run.smithi069.stdout:0 upgraded, 118 newly installed, 0 to remove and 300 not upgraded. 2024-04-15T20:34:03.123 INFO:teuthology.orchestra.run.smithi069.stdout:Need to get 181 MB of archives. 2024-04-15T20:34:03.123 INFO:teuthology.orchestra.run.smithi069.stdout:After this operation, 829 MB of additional disk space will be used. 2024-04-15T20:34:03.123 INFO:teuthology.orchestra.run.smithi069.stdout:Get:1 https://4.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-3084-g87dbfb63-1jammy [3,554 kB] 2024-04-15T20:34:03.172 INFO:teuthology.orchestra.run.smithi069.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-04-15T20:34:03.176 INFO:teuthology.orchestra.run.smithi094.stdout:0 upgraded, 118 newly installed, 0 to remove and 300 not upgraded. 2024-04-15T20:34:03.176 INFO:teuthology.orchestra.run.smithi094.stdout:Need to get 181 MB of archives. 2024-04-15T20:34:03.176 INFO:teuthology.orchestra.run.smithi094.stdout:After this operation, 829 MB of additional disk space will be used. 2024-04-15T20:34:03.176 INFO:teuthology.orchestra.run.smithi094.stdout:Get:1 https://4.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-3084-g87dbfb63-1jammy [3,554 kB] 2024-04-15T20:34:03.215 INFO:teuthology.orchestra.run.smithi204.stdout:0 upgraded, 118 newly installed, 0 to remove and 300 not upgraded. 2024-04-15T20:34:03.215 INFO:teuthology.orchestra.run.smithi204.stdout:Need to get 181 MB of archives. 2024-04-15T20:34:03.215 INFO:teuthology.orchestra.run.smithi204.stdout:After this operation, 829 MB of additional disk space will be used. 2024-04-15T20:34:03.215 INFO:teuthology.orchestra.run.smithi204.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-04-15T20:34:03.221 INFO:teuthology.orchestra.run.smithi094.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-04-15T20:34:03.248 INFO:teuthology.orchestra.run.smithi204.stdout:Get:2 https://4.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-3084-g87dbfb63-1jammy [3,554 kB] 2024-04-15T20:34:03.413 INFO:teuthology.orchestra.run.smithi069.stdout:Get:3 https://4.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-3084-g87dbfb63-1jammy [3,224 kB] 2024-04-15T20:34:03.546 INFO:teuthology.orchestra.run.smithi094.stdout:Get:3 https://4.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-3084-g87dbfb63-1jammy [3,224 kB] 2024-04-15T20:34:03.579 INFO:teuthology.orchestra.run.smithi069.stdout:Get:4 https://4.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-3084-g87dbfb63-1jammy [712 kB] 2024-04-15T20:34:03.599 INFO:teuthology.orchestra.run.smithi069.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-04-15T20:34:03.611 INFO:teuthology.orchestra.run.smithi069.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-04-15T20:34:03.626 INFO:teuthology.orchestra.run.smithi069.stdout:Get:7 https://4.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-3084-g87dbfb63-1jammy [356 kB] 2024-04-15T20:34:03.640 INFO:teuthology.orchestra.run.smithi069.stdout:Get:8 https://4.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-3084-g87dbfb63-1jammy [32.8 kB] 2024-04-15T20:34:03.641 INFO:teuthology.orchestra.run.smithi069.stdout:Get:9 https://4.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-3084-g87dbfb63-1jammy [180 kB] 2024-04-15T20:34:03.643 INFO:teuthology.orchestra.run.smithi094.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-04-15T20:34:03.644 INFO:teuthology.orchestra.run.smithi204.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-04-15T20:34:03.655 INFO:teuthology.orchestra.run.smithi094.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-04-15T20:34:03.657 INFO:teuthology.orchestra.run.smithi204.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-04-15T20:34:03.674 INFO:teuthology.orchestra.run.smithi069.stdout:Get:10 https://4.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-3084-g87dbfb63-1jammy [66.9 kB] 2024-04-15T20:34:03.676 INFO:teuthology.orchestra.run.smithi069.stdout:Get:11 https://4.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-3084-g87dbfb63-1jammy [330 kB] 2024-04-15T20:34:03.686 INFO:teuthology.orchestra.run.smithi069.stdout:Get:12 https://4.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-3084-g87dbfb63-1jammy [6,889 kB] 2024-04-15T20:34:03.694 INFO:teuthology.orchestra.run.smithi069.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-04-15T20:34:03.736 INFO:teuthology.orchestra.run.smithi094.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-04-15T20:34:03.739 INFO:teuthology.orchestra.run.smithi204.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-04-15T20:34:03.777 INFO:teuthology.orchestra.run.smithi094.stdout:Get:7 https://4.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-3084-g87dbfb63-1jammy [712 kB] 2024-04-15T20:34:03.834 INFO:teuthology.orchestra.run.smithi094.stdout:Get:8 https://4.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-3084-g87dbfb63-1jammy [356 kB] 2024-04-15T20:34:03.846 INFO:teuthology.orchestra.run.smithi094.stdout:Get:9 https://4.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-3084-g87dbfb63-1jammy [32.8 kB] 2024-04-15T20:34:03.884 INFO:teuthology.orchestra.run.smithi094.stdout:Get:10 https://4.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-3084-g87dbfb63-1jammy [180 kB] 2024-04-15T20:34:03.891 INFO:teuthology.orchestra.run.smithi094.stdout:Get:11 https://4.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-3084-g87dbfb63-1jammy [66.9 kB] 2024-04-15T20:34:03.893 INFO:teuthology.orchestra.run.smithi094.stdout:Get:12 https://4.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-3084-g87dbfb63-1jammy [330 kB] 2024-04-15T20:34:03.904 INFO:teuthology.orchestra.run.smithi094.stdout:Get:13 https://4.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-3084-g87dbfb63-1jammy [6,889 kB] 2024-04-15T20:34:03.923 INFO:teuthology.orchestra.run.smithi069.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-04-15T20:34:03.935 INFO:teuthology.orchestra.run.smithi069.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-04-15T20:34:03.965 INFO:teuthology.orchestra.run.smithi069.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-04-15T20:34:03.965 INFO:teuthology.orchestra.run.smithi094.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-04-15T20:34:03.969 INFO:teuthology.orchestra.run.smithi204.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-04-15T20:34:03.974 INFO:teuthology.orchestra.run.smithi069.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-04-15T20:34:03.975 INFO:teuthology.orchestra.run.smithi069.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-04-15T20:34:03.976 INFO:teuthology.orchestra.run.smithi094.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-04-15T20:34:03.977 INFO:teuthology.orchestra.run.smithi069.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-04-15T20:34:03.981 INFO:teuthology.orchestra.run.smithi204.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-04-15T20:34:03.995 INFO:teuthology.orchestra.run.smithi069.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-04-15T20:34:04.006 INFO:teuthology.orchestra.run.smithi094.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-04-15T20:34:04.011 INFO:teuthology.orchestra.run.smithi204.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-04-15T20:34:04.016 INFO:teuthology.orchestra.run.smithi094.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-04-15T20:34:04.019 INFO:teuthology.orchestra.run.smithi094.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-04-15T20:34:04.020 INFO:teuthology.orchestra.run.smithi094.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-04-15T20:34:04.022 INFO:teuthology.orchestra.run.smithi204.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-04-15T20:34:04.023 INFO:teuthology.orchestra.run.smithi204.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-04-15T20:34:04.024 INFO:teuthology.orchestra.run.smithi204.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-04-15T20:34:04.037 INFO:teuthology.orchestra.run.smithi094.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-04-15T20:34:04.041 INFO:teuthology.orchestra.run.smithi204.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-04-15T20:34:04.151 INFO:teuthology.orchestra.run.smithi069.stdout:Get:21 https://4.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-3084-g87dbfb63-1jammy [112 kB] 2024-04-15T20:34:04.154 INFO:teuthology.orchestra.run.smithi069.stdout:Get:22 https://4.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-3084-g87dbfb63-1jammy [466 kB] 2024-04-15T20:34:04.165 INFO:teuthology.orchestra.run.smithi069.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-04-15T20:34:04.169 INFO:teuthology.orchestra.run.smithi069.stdout:Get:24 https://4.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-3084-g87dbfb63-1jammy [25.8 MB] 2024-04-15T20:34:04.205 INFO:teuthology.orchestra.run.smithi094.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-04-15T20:34:04.208 INFO:teuthology.orchestra.run.smithi204.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-04-15T20:34:04.455 INFO:teuthology.orchestra.run.smithi094.stdout:Get:22 https://4.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-3084-g87dbfb63-1jammy [112 kB] 2024-04-15T20:34:04.458 INFO:teuthology.orchestra.run.smithi094.stdout:Get:23 https://4.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-3084-g87dbfb63-1jammy [466 kB] 2024-04-15T20:34:04.503 INFO:teuthology.orchestra.run.smithi094.stdout:Get:24 https://4.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-3084-g87dbfb63-1jammy [25.8 MB] 2024-04-15T20:34:04.567 INFO:teuthology.orchestra.run.smithi069.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-04-15T20:34:04.603 INFO:teuthology.orchestra.run.smithi069.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-04-15T20:34:04.605 INFO:teuthology.orchestra.run.smithi069.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-04-15T20:34:04.606 INFO:teuthology.orchestra.run.smithi094.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-04-15T20:34:04.609 INFO:teuthology.orchestra.run.smithi204.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-04-15T20:34:04.641 INFO:teuthology.orchestra.run.smithi094.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-04-15T20:34:04.643 INFO:teuthology.orchestra.run.smithi094.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-04-15T20:34:04.644 INFO:teuthology.orchestra.run.smithi204.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-04-15T20:34:04.646 INFO:teuthology.orchestra.run.smithi204.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-04-15T20:34:04.683 INFO:teuthology.orchestra.run.smithi069.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-04-15T20:34:04.722 INFO:teuthology.orchestra.run.smithi094.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-04-15T20:34:04.725 INFO:teuthology.orchestra.run.smithi204.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-04-15T20:34:04.736 INFO:teuthology.orchestra.run.smithi069.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-04-15T20:34:04.757 INFO:teuthology.orchestra.run.smithi069.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-04-15T20:34:04.763 INFO:teuthology.orchestra.run.smithi069.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-04-15T20:34:04.765 INFO:teuthology.orchestra.run.smithi069.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-04-15T20:34:04.773 INFO:teuthology.orchestra.run.smithi094.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-04-15T20:34:04.776 INFO:teuthology.orchestra.run.smithi069.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-04-15T20:34:04.777 INFO:teuthology.orchestra.run.smithi069.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-04-15T20:34:04.777 INFO:teuthology.orchestra.run.smithi204.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-04-15T20:34:04.795 INFO:teuthology.orchestra.run.smithi094.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-04-15T20:34:04.799 INFO:teuthology.orchestra.run.smithi204.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-04-15T20:34:04.801 INFO:teuthology.orchestra.run.smithi094.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-04-15T20:34:04.802 INFO:teuthology.orchestra.run.smithi094.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-04-15T20:34:04.805 INFO:teuthology.orchestra.run.smithi204.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-04-15T20:34:04.807 INFO:teuthology.orchestra.run.smithi204.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-04-15T20:34:04.813 INFO:teuthology.orchestra.run.smithi094.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-04-15T20:34:04.814 INFO:teuthology.orchestra.run.smithi094.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-04-15T20:34:04.818 INFO:teuthology.orchestra.run.smithi204.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-04-15T20:34:04.819 INFO:teuthology.orchestra.run.smithi204.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-04-15T20:34:04.838 INFO:teuthology.orchestra.run.smithi204.stdout:Get:24 https://4.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-3084-g87dbfb63-1jammy [3,224 kB] 2024-04-15T20:34:04.942 INFO:teuthology.orchestra.run.smithi069.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-04-15T20:34:04.980 INFO:teuthology.orchestra.run.smithi094.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-04-15T20:34:04.984 INFO:teuthology.orchestra.run.smithi204.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-04-15T20:34:05.025 INFO:teuthology.orchestra.run.smithi069.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-04-15T20:34:05.054 INFO:teuthology.orchestra.run.smithi069.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-04-15T20:34:05.063 INFO:teuthology.orchestra.run.smithi094.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-04-15T20:34:05.068 INFO:teuthology.orchestra.run.smithi204.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-04-15T20:34:05.071 INFO:teuthology.orchestra.run.smithi069.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-04-15T20:34:05.091 INFO:teuthology.orchestra.run.smithi094.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-04-15T20:34:05.096 INFO:teuthology.orchestra.run.smithi204.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-04-15T20:34:05.108 INFO:teuthology.orchestra.run.smithi094.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-04-15T20:34:05.113 INFO:teuthology.orchestra.run.smithi204.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-04-15T20:34:05.115 INFO:teuthology.orchestra.run.smithi069.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-04-15T20:34:05.153 INFO:teuthology.orchestra.run.smithi094.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-04-15T20:34:05.157 INFO:teuthology.orchestra.run.smithi204.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-04-15T20:34:05.330 INFO:teuthology.orchestra.run.smithi069.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-04-15T20:34:05.345 INFO:teuthology.orchestra.run.smithi069.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-04-15T20:34:05.352 INFO:teuthology.orchestra.run.smithi069.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-04-15T20:34:05.357 INFO:teuthology.orchestra.run.smithi069.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-04-15T20:34:05.363 INFO:teuthology.orchestra.run.smithi094.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-04-15T20:34:05.368 INFO:teuthology.orchestra.run.smithi204.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-04-15T20:34:05.378 INFO:teuthology.orchestra.run.smithi094.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-04-15T20:34:05.379 INFO:teuthology.orchestra.run.smithi069.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-04-15T20:34:05.382 INFO:teuthology.orchestra.run.smithi069.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-04-15T20:34:05.383 INFO:teuthology.orchestra.run.smithi204.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-04-15T20:34:05.386 INFO:teuthology.orchestra.run.smithi094.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-04-15T20:34:05.391 INFO:teuthology.orchestra.run.smithi094.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-04-15T20:34:05.391 INFO:teuthology.orchestra.run.smithi204.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-04-15T20:34:05.396 INFO:teuthology.orchestra.run.smithi204.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-04-15T20:34:05.412 INFO:teuthology.orchestra.run.smithi094.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-04-15T20:34:05.415 INFO:teuthology.orchestra.run.smithi094.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-04-15T20:34:05.417 INFO:teuthology.orchestra.run.smithi204.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-04-15T20:34:05.421 INFO:teuthology.orchestra.run.smithi204.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-04-15T20:34:05.551 INFO:teuthology.orchestra.run.smithi069.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-04-15T20:34:05.582 INFO:teuthology.orchestra.run.smithi094.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-04-15T20:34:05.586 INFO:teuthology.orchestra.run.smithi204.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-04-15T20:34:05.869 INFO:teuthology.orchestra.run.smithi069.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-04-15T20:34:05.907 INFO:teuthology.orchestra.run.smithi069.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-04-15T20:34:05.915 INFO:teuthology.orchestra.run.smithi094.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-04-15T20:34:05.916 INFO:teuthology.orchestra.run.smithi204.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-04-15T20:34:05.918 INFO:teuthology.orchestra.run.smithi069.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-04-15T20:34:05.954 INFO:teuthology.orchestra.run.smithi094.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-04-15T20:34:05.955 INFO:teuthology.orchestra.run.smithi204.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-04-15T20:34:05.967 INFO:teuthology.orchestra.run.smithi094.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-04-15T20:34:05.968 INFO:teuthology.orchestra.run.smithi204.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-04-15T20:34:06.159 INFO:teuthology.orchestra.run.smithi069.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-04-15T20:34:06.160 INFO:teuthology.orchestra.run.smithi069.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-04-15T20:34:06.160 INFO:teuthology.orchestra.run.smithi069.stdout:Get:52 https://4.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-3084-g87dbfb63-1jammy [5,094 kB] 2024-04-15T20:34:06.160 INFO:teuthology.orchestra.run.smithi069.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-04-15T20:34:06.162 INFO:teuthology.orchestra.run.smithi069.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-04-15T20:34:06.164 INFO:teuthology.orchestra.run.smithi069.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-04-15T20:34:06.174 INFO:teuthology.orchestra.run.smithi069.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-04-15T20:34:06.174 INFO:teuthology.orchestra.run.smithi204.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-04-15T20:34:06.174 INFO:teuthology.orchestra.run.smithi094.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-04-15T20:34:06.175 INFO:teuthology.orchestra.run.smithi204.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-04-15T20:34:06.175 INFO:teuthology.orchestra.run.smithi094.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-04-15T20:34:06.179 INFO:teuthology.orchestra.run.smithi069.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-04-15T20:34:06.180 INFO:teuthology.orchestra.run.smithi204.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-04-15T20:34:06.181 INFO:teuthology.orchestra.run.smithi094.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-04-15T20:34:06.186 INFO:teuthology.orchestra.run.smithi204.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-04-15T20:34:06.187 INFO:teuthology.orchestra.run.smithi094.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-04-15T20:34:06.198 INFO:teuthology.orchestra.run.smithi204.stdout:Get:44 https://4.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-3084-g87dbfb63-1jammy [712 kB] 2024-04-15T20:34:06.200 INFO:teuthology.orchestra.run.smithi204.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-04-15T20:34:06.201 INFO:teuthology.orchestra.run.smithi094.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-04-15T20:34:06.221 INFO:teuthology.orchestra.run.smithi204.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-04-15T20:34:06.222 INFO:teuthology.orchestra.run.smithi094.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-04-15T20:34:06.227 INFO:teuthology.orchestra.run.smithi204.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-04-15T20:34:06.228 INFO:teuthology.orchestra.run.smithi094.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-04-15T20:34:06.355 INFO:teuthology.orchestra.run.smithi069.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-04-15T20:34:06.403 INFO:teuthology.orchestra.run.smithi204.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-04-15T20:34:06.404 INFO:teuthology.orchestra.run.smithi094.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-04-15T20:34:06.478 INFO:teuthology.orchestra.run.smithi204.stdout:Get:49 https://4.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-3084-g87dbfb63-1jammy [356 kB] 2024-04-15T20:34:06.479 INFO:teuthology.orchestra.run.smithi069.stdout:Get:59 https://4.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-3084-g87dbfb63-1jammy [244 kB] 2024-04-15T20:34:06.485 INFO:teuthology.orchestra.run.smithi069.stdout:Get:60 https://4.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-3084-g87dbfb63-1jammy [124 kB] 2024-04-15T20:34:06.488 INFO:teuthology.orchestra.run.smithi069.stdout:Get:61 https://4.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-3084-g87dbfb63-1jammy [1,525 kB] 2024-04-15T20:34:06.581 INFO:teuthology.orchestra.run.smithi069.stdout:Get:62 https://4.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-3084-g87dbfb63-1jammy [6,258 kB] 2024-04-15T20:34:06.618 INFO:teuthology.orchestra.run.smithi204.stdout:Get:50 https://4.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-3084-g87dbfb63-1jammy [32.8 kB] 2024-04-15T20:34:06.619 INFO:teuthology.orchestra.run.smithi069.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-04-15T20:34:06.623 INFO:teuthology.orchestra.run.smithi204.stdout:Get:51 https://4.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-3084-g87dbfb63-1jammy [180 kB] 2024-04-15T20:34:06.656 INFO:teuthology.orchestra.run.smithi204.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-04-15T20:34:06.658 INFO:teuthology.orchestra.run.smithi094.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-04-15T20:34:06.696 INFO:teuthology.orchestra.run.smithi204.stdout:Get:53 https://4.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-3084-g87dbfb63-1jammy [66.9 kB] 2024-04-15T20:34:06.710 INFO:teuthology.orchestra.run.smithi204.stdout:Get:54 https://4.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-3084-g87dbfb63-1jammy [330 kB] 2024-04-15T20:34:06.801 INFO:teuthology.orchestra.run.smithi069.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-04-15T20:34:06.804 INFO:teuthology.orchestra.run.smithi204.stdout:Get:55 https://4.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-3084-g87dbfb63-1jammy [6,889 kB] 2024-04-15T20:34:06.815 INFO:teuthology.orchestra.run.smithi069.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-04-15T20:34:06.833 INFO:teuthology.orchestra.run.smithi204.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-04-15T20:34:06.835 INFO:teuthology.orchestra.run.smithi094.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-04-15T20:34:06.836 INFO:teuthology.orchestra.run.smithi069.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-04-15T20:34:06.847 INFO:teuthology.orchestra.run.smithi204.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-04-15T20:34:06.849 INFO:teuthology.orchestra.run.smithi094.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-04-15T20:34:06.867 INFO:teuthology.orchestra.run.smithi204.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-04-15T20:34:06.869 INFO:teuthology.orchestra.run.smithi094.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-04-15T20:34:06.900 INFO:teuthology.orchestra.run.smithi069.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-04-15T20:34:06.931 INFO:teuthology.orchestra.run.smithi204.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-04-15T20:34:06.934 INFO:teuthology.orchestra.run.smithi094.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-04-15T20:34:07.121 INFO:teuthology.orchestra.run.smithi069.stdout:Get:68 https://4.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-3084-g87dbfb63-1jammy [22.8 MB] 2024-04-15T20:34:07.203 INFO:teuthology.orchestra.run.smithi069.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-04-15T20:34:07.205 INFO:teuthology.orchestra.run.smithi069.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-04-15T20:34:07.207 INFO:teuthology.orchestra.run.smithi069.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-04-15T20:34:07.208 INFO:teuthology.orchestra.run.smithi069.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-04-15T20:34:07.209 INFO:teuthology.orchestra.run.smithi069.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-04-15T20:34:07.222 INFO:teuthology.orchestra.run.smithi204.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-04-15T20:34:07.225 INFO:teuthology.orchestra.run.smithi204.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-04-15T20:34:07.227 INFO:teuthology.orchestra.run.smithi204.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-04-15T20:34:07.227 INFO:teuthology.orchestra.run.smithi204.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-04-15T20:34:07.230 INFO:teuthology.orchestra.run.smithi204.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-04-15T20:34:07.269 INFO:teuthology.orchestra.run.smithi094.stdout:Get:63 https://4.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-3084-g87dbfb63-1jammy [5,094 kB] 2024-04-15T20:34:07.270 INFO:teuthology.orchestra.run.smithi094.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-04-15T20:34:07.274 INFO:teuthology.orchestra.run.smithi094.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-04-15T20:34:07.279 INFO:teuthology.orchestra.run.smithi094.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-04-15T20:34:07.280 INFO:teuthology.orchestra.run.smithi094.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-04-15T20:34:07.284 INFO:teuthology.orchestra.run.smithi094.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-04-15T20:34:07.422 INFO:teuthology.orchestra.run.smithi069.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-04-15T20:34:07.450 INFO:teuthology.orchestra.run.smithi204.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-04-15T20:34:07.485 INFO:teuthology.orchestra.run.smithi094.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-04-15T20:34:07.675 INFO:teuthology.orchestra.run.smithi094.stdout:Get:70 https://4.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-3084-g87dbfb63-1jammy [244 kB] 2024-04-15T20:34:07.682 INFO:teuthology.orchestra.run.smithi094.stdout:Get:71 https://4.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-3084-g87dbfb63-1jammy [124 kB] 2024-04-15T20:34:07.716 INFO:teuthology.orchestra.run.smithi094.stdout:Get:72 https://4.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-3084-g87dbfb63-1jammy [1,525 kB] 2024-04-15T20:34:07.862 INFO:teuthology.orchestra.run.smithi094.stdout:Get:73 https://4.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-3084-g87dbfb63-1jammy [6,258 kB] 2024-04-15T20:34:07.863 INFO:teuthology.orchestra.run.smithi069.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-04-15T20:34:07.869 INFO:teuthology.orchestra.run.smithi069.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-04-15T20:34:07.887 INFO:teuthology.orchestra.run.smithi204.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-04-15T20:34:07.893 INFO:teuthology.orchestra.run.smithi204.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-04-15T20:34:07.921 INFO:teuthology.orchestra.run.smithi094.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-04-15T20:34:07.927 INFO:teuthology.orchestra.run.smithi094.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-04-15T20:34:08.161 INFO:teuthology.orchestra.run.smithi069.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-04-15T20:34:08.161 INFO:teuthology.orchestra.run.smithi069.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-04-15T20:34:08.164 INFO:teuthology.orchestra.run.smithi069.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-04-15T20:34:08.166 INFO:teuthology.orchestra.run.smithi069.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-04-15T20:34:08.168 INFO:teuthology.orchestra.run.smithi069.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-04-15T20:34:08.170 INFO:teuthology.orchestra.run.smithi069.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-04-15T20:34:08.171 INFO:teuthology.orchestra.run.smithi069.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-04-15T20:34:08.173 INFO:teuthology.orchestra.run.smithi069.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-04-15T20:34:08.185 INFO:teuthology.orchestra.run.smithi204.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-04-15T20:34:08.185 INFO:teuthology.orchestra.run.smithi204.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-04-15T20:34:08.187 INFO:teuthology.orchestra.run.smithi204.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-04-15T20:34:08.189 INFO:teuthology.orchestra.run.smithi204.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-04-15T20:34:08.191 INFO:teuthology.orchestra.run.smithi204.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-04-15T20:34:08.193 INFO:teuthology.orchestra.run.smithi204.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-04-15T20:34:08.194 INFO:teuthology.orchestra.run.smithi204.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-04-15T20:34:08.196 INFO:teuthology.orchestra.run.smithi204.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-04-15T20:34:08.216 INFO:teuthology.orchestra.run.smithi094.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-04-15T20:34:08.217 INFO:teuthology.orchestra.run.smithi094.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-04-15T20:34:08.219 INFO:teuthology.orchestra.run.smithi094.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-04-15T20:34:08.221 INFO:teuthology.orchestra.run.smithi094.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-04-15T20:34:08.222 INFO:teuthology.orchestra.run.smithi094.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-04-15T20:34:08.225 INFO:teuthology.orchestra.run.smithi094.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-04-15T20:34:08.225 INFO:teuthology.orchestra.run.smithi094.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-04-15T20:34:08.227 INFO:teuthology.orchestra.run.smithi094.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-04-15T20:34:08.354 INFO:teuthology.orchestra.run.smithi069.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-04-15T20:34:08.377 INFO:teuthology.orchestra.run.smithi204.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-04-15T20:34:08.408 INFO:teuthology.orchestra.run.smithi094.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-04-15T20:34:08.513 INFO:teuthology.orchestra.run.smithi094.stdout:Get:85 https://4.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-3084-g87dbfb63-1jammy [22.8 MB] 2024-04-15T20:34:08.760 INFO:teuthology.orchestra.run.smithi069.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-04-15T20:34:08.784 INFO:teuthology.orchestra.run.smithi204.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-04-15T20:34:08.806 INFO:teuthology.orchestra.run.smithi069.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-04-15T20:34:08.814 INFO:teuthology.orchestra.run.smithi094.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-04-15T20:34:08.830 INFO:teuthology.orchestra.run.smithi204.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-04-15T20:34:08.841 INFO:teuthology.orchestra.run.smithi069.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-04-15T20:34:08.850 INFO:teuthology.orchestra.run.smithi204.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-04-15T20:34:08.860 INFO:teuthology.orchestra.run.smithi094.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-04-15T20:34:08.895 INFO:teuthology.orchestra.run.smithi094.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-04-15T20:34:08.938 INFO:teuthology.orchestra.run.smithi069.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-04-15T20:34:08.962 INFO:teuthology.orchestra.run.smithi204.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-04-15T20:34:08.977 INFO:teuthology.orchestra.run.smithi069.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-04-15T20:34:08.989 INFO:teuthology.orchestra.run.smithi069.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-04-15T20:34:08.992 INFO:teuthology.orchestra.run.smithi094.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-04-15T20:34:08.994 INFO:teuthology.orchestra.run.smithi069.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-04-15T20:34:09.002 INFO:teuthology.orchestra.run.smithi204.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-04-15T20:34:09.013 INFO:teuthology.orchestra.run.smithi204.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-04-15T20:34:09.020 INFO:teuthology.orchestra.run.smithi204.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-04-15T20:34:09.031 INFO:teuthology.orchestra.run.smithi094.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-04-15T20:34:09.044 INFO:teuthology.orchestra.run.smithi094.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-04-15T20:34:09.049 INFO:teuthology.orchestra.run.smithi094.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-04-15T20:34:09.066 INFO:teuthology.orchestra.run.smithi204.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-04-15T20:34:09.069 INFO:teuthology.orchestra.run.smithi204.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-04-15T20:34:09.091 INFO:teuthology.orchestra.run.smithi204.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-04-15T20:34:09.091 INFO:teuthology.orchestra.run.smithi069.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-04-15T20:34:09.093 INFO:teuthology.orchestra.run.smithi069.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-04-15T20:34:09.093 INFO:teuthology.orchestra.run.smithi069.stdout:Get:95 https://4.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-3084-g87dbfb63-1jammy [14.1 kB] 2024-04-15T20:34:09.094 INFO:teuthology.orchestra.run.smithi069.stdout:Get:96 https://4.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-3084-g87dbfb63-1jammy [870 kB] 2024-04-15T20:34:09.096 INFO:teuthology.orchestra.run.smithi094.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-04-15T20:34:09.099 INFO:teuthology.orchestra.run.smithi094.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-04-15T20:34:09.100 INFO:teuthology.orchestra.run.smithi069.stdout:Get:97 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-04-15T20:34:09.110 INFO:teuthology.orchestra.run.smithi069.stdout:Get:98 https://4.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-3084-g87dbfb63-1jammy [2,437 kB] 2024-04-15T20:34:09.120 INFO:teuthology.orchestra.run.smithi094.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-04-15T20:34:09.192 INFO:teuthology.orchestra.run.smithi204.stdout:Get:87 https://4.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-3084-g87dbfb63-1jammy [112 kB] 2024-04-15T20:34:09.230 INFO:teuthology.orchestra.run.smithi204.stdout:Get:88 https://4.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-3084-g87dbfb63-1jammy [466 kB] 2024-04-15T20:34:09.255 INFO:teuthology.orchestra.run.smithi204.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-04-15T20:34:09.265 INFO:teuthology.orchestra.run.smithi069.stdout:Get:99 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-04-15T20:34:09.285 INFO:teuthology.orchestra.run.smithi094.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-04-15T20:34:09.304 INFO:teuthology.orchestra.run.smithi069.stdout:Get:100 https://4.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-3084-g87dbfb63-1jammy [791 kB] 2024-04-15T20:34:09.375 INFO:teuthology.orchestra.run.smithi069.stdout:Get:101 https://4.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-3084-g87dbfb63-1jammy [148 kB] 2024-04-15T20:34:09.386 INFO:teuthology.orchestra.run.smithi069.stdout:Get:102 https://4.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-3084-g87dbfb63-1jammy [2,308 kB] 2024-04-15T20:34:09.392 INFO:teuthology.orchestra.run.smithi204.stdout:Get:90 https://4.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-3084-g87dbfb63-1jammy [25.8 MB] 2024-04-15T20:34:09.529 INFO:teuthology.orchestra.run.smithi204.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-04-15T20:34:09.538 INFO:teuthology.orchestra.run.smithi069.stdout:Get:103 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-04-15T20:34:09.546 INFO:teuthology.orchestra.run.smithi204.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-04-15T20:34:09.556 INFO:teuthology.orchestra.run.smithi069.stdout:Get:104 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-04-15T20:34:09.561 INFO:teuthology.orchestra.run.smithi094.stdout:Get:97 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-04-15T20:34:09.568 INFO:teuthology.orchestra.run.smithi069.stdout:Get:105 https://4.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-3084-g87dbfb63-1jammy [8,625 kB] 2024-04-15T20:34:09.577 INFO:teuthology.orchestra.run.smithi094.stdout:Get:98 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-04-15T20:34:09.700 INFO:teuthology.orchestra.run.smithi204.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-04-15T20:34:09.710 INFO:teuthology.orchestra.run.smithi069.stdout:Get:106 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-04-15T20:34:09.729 INFO:teuthology.orchestra.run.smithi204.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-04-15T20:34:09.731 INFO:teuthology.orchestra.run.smithi094.stdout:Get:99 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-04-15T20:34:09.739 INFO:teuthology.orchestra.run.smithi069.stdout:Get:107 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-04-15T20:34:09.761 INFO:teuthology.orchestra.run.smithi094.stdout:Get:100 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-04-15T20:34:09.887 INFO:teuthology.orchestra.run.smithi204.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-04-15T20:34:09.890 INFO:teuthology.orchestra.run.smithi204.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-04-15T20:34:09.891 INFO:teuthology.orchestra.run.smithi204.stdout:Get:97 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-04-15T20:34:09.896 INFO:teuthology.orchestra.run.smithi069.stdout:Get:108 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-04-15T20:34:09.899 INFO:teuthology.orchestra.run.smithi069.stdout:Get:109 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-04-15T20:34:09.901 INFO:teuthology.orchestra.run.smithi069.stdout:Get:110 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-04-15T20:34:09.914 INFO:teuthology.orchestra.run.smithi204.stdout:Get:98 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-04-15T20:34:09.918 INFO:teuthology.orchestra.run.smithi204.stdout:Get:99 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-04-15T20:34:09.919 INFO:teuthology.orchestra.run.smithi094.stdout:Get:101 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-04-15T20:34:09.922 INFO:teuthology.orchestra.run.smithi094.stdout:Get:102 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-04-15T20:34:09.924 INFO:teuthology.orchestra.run.smithi094.stdout:Get:103 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-04-15T20:34:09.925 INFO:teuthology.orchestra.run.smithi069.stdout:Get:111 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-04-15T20:34:09.929 INFO:teuthology.orchestra.run.smithi069.stdout:Get:112 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-04-15T20:34:09.946 INFO:teuthology.orchestra.run.smithi094.stdout:Get:104 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-04-15T20:34:09.951 INFO:teuthology.orchestra.run.smithi094.stdout:Get:105 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-04-15T20:34:10.301 INFO:teuthology.orchestra.run.smithi069.stdout:Get:113 https://4.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-3084-g87dbfb63-1jammy [14.2 kB] 2024-04-15T20:34:10.301 INFO:teuthology.orchestra.run.smithi069.stdout:Get:114 https://4.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-3084-g87dbfb63-1jammy [51.6 MB] 2024-04-15T20:34:10.999 INFO:teuthology.orchestra.run.smithi094.stdout:Get:106 https://4.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-3084-g87dbfb63-1jammy [14.1 kB] 2024-04-15T20:34:11.000 INFO:teuthology.orchestra.run.smithi094.stdout:Get:107 https://4.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-3084-g87dbfb63-1jammy [870 kB] 2024-04-15T20:34:11.019 INFO:teuthology.orchestra.run.smithi094.stdout:Get:108 https://4.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-3084-g87dbfb63-1jammy [2,437 kB] 2024-04-15T20:34:11.299 INFO:teuthology.orchestra.run.smithi094.stdout:Get:109 https://4.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-3084-g87dbfb63-1jammy [791 kB] 2024-04-15T20:34:11.378 INFO:teuthology.orchestra.run.smithi094.stdout:Get:110 https://4.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-3084-g87dbfb63-1jammy [148 kB] 2024-04-15T20:34:11.383 INFO:teuthology.orchestra.run.smithi094.stdout:Get:111 https://4.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-3084-g87dbfb63-1jammy [2,308 kB] 2024-04-15T20:34:11.635 INFO:teuthology.orchestra.run.smithi094.stdout:Get:112 https://4.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-3084-g87dbfb63-1jammy [8,625 kB] 2024-04-15T20:34:12.577 INFO:teuthology.orchestra.run.smithi094.stdout:Get:113 https://4.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-3084-g87dbfb63-1jammy [14.2 kB] 2024-04-15T20:34:12.577 INFO:teuthology.orchestra.run.smithi094.stdout:Get:114 https://4.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-3084-g87dbfb63-1jammy [51.6 MB] 2024-04-15T20:34:14.866 INFO:teuthology.orchestra.run.smithi069.stdout:Get:115 https://4.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-3084-g87dbfb63-1jammy [121 kB] 2024-04-15T20:34:14.868 INFO:teuthology.orchestra.run.smithi069.stdout:Get:116 https://4.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-3084-g87dbfb63-1jammy [38.9 kB] 2024-04-15T20:34:14.869 INFO:teuthology.orchestra.run.smithi069.stdout:Get:117 https://4.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-3084-g87dbfb63-1jammy [13.6 MB] 2024-04-15T20:34:15.900 INFO:teuthology.orchestra.run.smithi069.stdout:Get:118 https://4.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-3084-g87dbfb63-1jammy [91.6 kB] 2024-04-15T20:34:16.470 INFO:teuthology.orchestra.run.smithi069.stdout:Fetched 181 MB in 13s (14.0 MB/s) 2024-04-15T20:34:16.620 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-04-15T20:34:16.721 INFO:teuthology.orchestra.run.smithi069.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 165995 files and directories currently installed.) 2024-04-15T20:34:16.726 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-04-15T20:34:16.844 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-15T20:34:17.139 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-04-15T20:34:17.165 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-04-15T20:34:17.197 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-15T20:34:17.233 INFO:teuthology.orchestra.run.smithi204.stdout:Get:100 https://4.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-3084-g87dbfb63-1jammy [5,094 kB] 2024-04-15T20:34:17.525 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-04-15T20:34:17.552 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-04-15T20:34:17.592 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-15T20:34:18.028 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-04-15T20:34:18.055 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-15T20:34:18.103 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-15T20:34:18.143 INFO:teuthology.orchestra.run.smithi204.stdout:Get:101 https://4.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-3084-g87dbfb63-1jammy [244 kB] 2024-04-15T20:34:18.183 INFO:teuthology.orchestra.run.smithi204.stdout:Get:102 https://4.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-3084-g87dbfb63-1jammy [124 kB] 2024-04-15T20:34:18.195 INFO:teuthology.orchestra.run.smithi204.stdout:Get:103 https://4.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-3084-g87dbfb63-1jammy [1,525 kB] 2024-04-15T20:34:18.257 INFO:teuthology.orchestra.run.smithi094.stdout:Get:115 https://4.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-3084-g87dbfb63-1jammy [121 kB] 2024-04-15T20:34:18.259 INFO:teuthology.orchestra.run.smithi094.stdout:Get:116 https://4.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-3084-g87dbfb63-1jammy [38.9 kB] 2024-04-15T20:34:18.260 INFO:teuthology.orchestra.run.smithi094.stdout:Get:117 https://4.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-3084-g87dbfb63-1jammy [13.6 MB] 2024-04-15T20:34:18.473 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-04-15T20:34:18.487 INFO:teuthology.orchestra.run.smithi204.stdout:Get:104 https://4.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-3084-g87dbfb63-1jammy [6,258 kB] 2024-04-15T20:34:18.499 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-15T20:34:18.531 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-15T20:34:19.034 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-04-15T20:34:19.061 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-15T20:34:19.101 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-15T20:34:19.382 INFO:teuthology.orchestra.run.smithi094.stdout:Get:118 https://4.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-3084-g87dbfb63-1jammy [91.6 kB] 2024-04-15T20:34:19.437 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-04-15T20:34:19.463 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-04-15T20:34:19.504 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-15T20:34:19.592 INFO:teuthology.orchestra.run.smithi204.stdout:Get:105 https://4.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-3084-g87dbfb63-1jammy [22.8 MB] 2024-04-15T20:34:19.843 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package librados2. 2024-04-15T20:34:19.869 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../007-librados2_19.0.0-3084-g87dbfb63-1jammy_amd64.deb ... 2024-04-15T20:34:19.915 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking librados2 (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:34:19.936 INFO:teuthology.orchestra.run.smithi094.stdout:Fetched 181 MB in 16s (11.1 MB/s) 2024-04-15T20:34:20.083 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-04-15T20:34:20.177 INFO:teuthology.orchestra.run.smithi094.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 165995 files and directories currently installed.) 2024-04-15T20:34:20.183 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-04-15T20:34:20.282 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-15T20:34:20.359 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package librbd1. 2024-04-15T20:34:20.386 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../008-librbd1_19.0.0-3084-g87dbfb63-1jammy_amd64.deb ... 2024-04-15T20:34:20.426 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking librbd1 (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:34:20.594 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-04-15T20:34:20.620 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-04-15T20:34:20.660 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-15T20:34:20.820 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package libcephfs2. 2024-04-15T20:34:20.847 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-3084-g87dbfb63-1jammy_amd64.deb ... 2024-04-15T20:34:20.878 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking libcephfs2 (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:34:21.139 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-rados. 2024-04-15T20:34:21.154 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../010-python3-rados_19.0.0-3084-g87dbfb63-1jammy_amd64.deb ... 2024-04-15T20:34:21.197 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-rados (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:34:21.255 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-04-15T20:34:21.281 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-04-15T20:34:21.444 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-15T20:34:21.517 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-04-15T20:34:21.543 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-3084-g87dbfb63-1jammy_all.deb ... 2024-04-15T20:34:21.583 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-ceph-argparse (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:34:21.835 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-cephfs. 2024-04-15T20:34:21.851 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-3084-g87dbfb63-1jammy_amd64.deb ... 2024-04-15T20:34:21.894 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-cephfs (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:34:21.950 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-04-15T20:34:21.976 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-15T20:34:22.033 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-15T20:34:22.172 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-ceph-common. 2024-04-15T20:34:22.198 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-3084-g87dbfb63-1jammy_all.deb ... 2024-04-15T20:34:22.230 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-ceph-common (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:34:22.411 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-04-15T20:34:22.426 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-15T20:34:22.461 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-15T20:34:22.491 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-wcwidth. 2024-04-15T20:34:22.506 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-04-15T20:34:22.541 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-15T20:34:22.797 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-04-15T20:34:22.823 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-15T20:34:22.864 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-15T20:34:22.868 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-prettytable. 2024-04-15T20:34:22.895 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-04-15T20:34:22.960 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-04-15T20:34:23.177 INFO:teuthology.orchestra.run.smithi204.stdout:Get:106 https://4.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-3084-g87dbfb63-1jammy [14.1 kB] 2024-04-15T20:34:23.178 INFO:teuthology.orchestra.run.smithi204.stdout:Get:107 https://4.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-3084-g87dbfb63-1jammy [870 kB] 2024-04-15T20:34:23.195 INFO:teuthology.orchestra.run.smithi204.stdout:Get:108 https://4.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-3084-g87dbfb63-1jammy [2,437 kB] 2024-04-15T20:34:23.221 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-rbd. 2024-04-15T20:34:23.247 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-3084-g87dbfb63-1jammy_amd64.deb ... 2024-04-15T20:34:23.250 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-04-15T20:34:23.276 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-04-15T20:34:23.287 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-rbd (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:34:23.317 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-15T20:34:23.571 INFO:teuthology.orchestra.run.smithi204.stdout:Get:109 https://4.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-3084-g87dbfb63-1jammy [791 kB] 2024-04-15T20:34:23.599 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-04-15T20:34:23.625 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-04-15T20:34:23.636 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package librados2. 2024-04-15T20:34:23.662 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../007-librados2_19.0.0-3084-g87dbfb63-1jammy_amd64.deb ... 2024-04-15T20:34:23.665 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-15T20:34:23.693 INFO:teuthology.orchestra.run.smithi204.stdout:Get:110 https://4.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-3084-g87dbfb63-1jammy [148 kB] 2024-04-15T20:34:23.714 INFO:teuthology.orchestra.run.smithi204.stdout:Get:111 https://4.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-3084-g87dbfb63-1jammy [2,308 kB] 2024-04-15T20:34:23.728 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking librados2 (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:34:23.875 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-04-15T20:34:23.890 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-04-15T20:34:23.925 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-04-15T20:34:24.075 INFO:teuthology.orchestra.run.smithi204.stdout:Get:112 https://4.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-3084-g87dbfb63-1jammy [8,625 kB] 2024-04-15T20:34:24.130 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package librbd1. 2024-04-15T20:34:24.145 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../008-librbd1_19.0.0-3084-g87dbfb63-1jammy_amd64.deb ... 2024-04-15T20:34:24.188 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking librbd1 (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:34:24.228 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-04-15T20:34:24.255 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-04-15T20:34:24.295 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-15T20:34:24.608 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package libcephfs2. 2024-04-15T20:34:24.623 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package lua5.1. 2024-04-15T20:34:24.634 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-3084-g87dbfb63-1jammy_amd64.deb ... 2024-04-15T20:34:24.650 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-04-15T20:34:24.674 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking libcephfs2 (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:34:24.690 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-04-15T20:34:24.954 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-rados. 2024-04-15T20:34:24.969 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../010-python3-rados_19.0.0-3084-g87dbfb63-1jammy_amd64.deb ... 2024-04-15T20:34:25.001 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package lua-any. 2024-04-15T20:34:25.004 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-rados (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:34:25.028 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-04-15T20:34:25.068 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking lua-any (27ubuntu1) ... 2024-04-15T20:34:25.320 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package zip. 2024-04-15T20:34:25.324 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-04-15T20:34:25.336 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-04-15T20:34:25.350 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-3084-g87dbfb63-1jammy_all.deb ... 2024-04-15T20:34:25.370 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking zip (3.0-12build2) ... 2024-04-15T20:34:25.390 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-ceph-argparse (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:34:25.433 INFO:teuthology.orchestra.run.smithi204.stdout:Get:113 https://4.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-3084-g87dbfb63-1jammy [14.2 kB] 2024-04-15T20:34:25.435 INFO:teuthology.orchestra.run.smithi204.stdout:Get:114 https://4.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-3084-g87dbfb63-1jammy [51.6 MB] 2024-04-15T20:34:25.632 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package unzip. 2024-04-15T20:34:25.643 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-cephfs. 2024-04-15T20:34:25.658 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-04-15T20:34:25.669 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-3084-g87dbfb63-1jammy_amd64.deb ... 2024-04-15T20:34:25.698 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-04-15T20:34:25.709 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-cephfs (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:34:26.038 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-ceph-common. 2024-04-15T20:34:26.064 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-3084-g87dbfb63-1jammy_all.deb ... 2024-04-15T20:34:26.104 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-ceph-common (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:34:26.110 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package luarocks. 2024-04-15T20:34:26.137 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-04-15T20:34:26.177 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-04-15T20:34:26.416 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-wcwidth. 2024-04-15T20:34:26.442 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-04-15T20:34:26.482 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-15T20:34:26.559 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package librgw2. 2024-04-15T20:34:26.586 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../025-librgw2_19.0.0-3084-g87dbfb63-1jammy_amd64.deb ... 2024-04-15T20:34:26.626 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking librgw2 (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:34:26.835 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-prettytable. 2024-04-15T20:34:26.861 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-04-15T20:34:26.902 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-04-15T20:34:27.145 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-rgw. 2024-04-15T20:34:27.154 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-rbd. 2024-04-15T20:34:27.160 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-3084-g87dbfb63-1jammy_amd64.deb ... 2024-04-15T20:34:27.170 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-3084-g87dbfb63-1jammy_amd64.deb ... 2024-04-15T20:34:27.194 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-rgw (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:34:27.213 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-rbd (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:34:27.506 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package liboath0:amd64. 2024-04-15T20:34:27.533 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-04-15T20:34:27.572 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-04-15T20:34:27.591 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-04-15T20:34:27.617 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-04-15T20:34:27.657 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-15T20:34:27.884 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package libradosstriper1. 2024-04-15T20:34:27.910 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-3084-g87dbfb63-1jammy_amd64.deb ... 2024-04-15T20:34:27.927 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-04-15T20:34:27.942 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-04-15T20:34:27.950 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking libradosstriper1 (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:34:27.977 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-04-15T20:34:28.280 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-04-15T20:34:28.295 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-04-15T20:34:28.338 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-15T20:34:28.353 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package ceph-common. 2024-04-15T20:34:28.380 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../029-ceph-common_19.0.0-3084-g87dbfb63-1jammy_amd64.deb ... 2024-04-15T20:34:28.419 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking ceph-common (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:34:28.667 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package lua5.1. 2024-04-15T20:34:28.693 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-04-15T20:34:28.733 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-04-15T20:34:29.037 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package lua-any. 2024-04-15T20:34:29.052 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-04-15T20:34:29.086 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking lua-any (27ubuntu1) ... 2024-04-15T20:34:29.314 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package zip. 2024-04-15T20:34:29.329 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-04-15T20:34:29.372 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking zip (3.0-12build2) ... 2024-04-15T20:34:29.692 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package ceph-base. 2024-04-15T20:34:29.718 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../030-ceph-base_19.0.0-3084-g87dbfb63-1jammy_amd64.deb ... 2024-04-15T20:34:29.726 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package unzip. 2024-04-15T20:34:29.752 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-04-15T20:34:29.759 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking ceph-base (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:34:29.801 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-04-15T20:34:30.272 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package luarocks. 2024-04-15T20:34:30.298 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-04-15T20:34:30.312 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-04-15T20:34:30.338 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-04-15T20:34:30.339 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-04-15T20:34:30.379 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-04-15T20:34:30.690 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-cheroot. 2024-04-15T20:34:30.717 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-04-15T20:34:30.730 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package librgw2. 2024-04-15T20:34:30.756 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../025-librgw2_19.0.0-3084-g87dbfb63-1jammy_amd64.deb ... 2024-04-15T20:34:30.756 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-15T20:34:30.796 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking librgw2 (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:34:31.084 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-04-15T20:34:31.111 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-04-15T20:34:31.151 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-04-15T20:34:31.340 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-rgw. 2024-04-15T20:34:31.356 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-3084-g87dbfb63-1jammy_amd64.deb ... 2024-04-15T20:34:31.399 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-rgw (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:34:31.412 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-jaraco.text. 2024-04-15T20:34:31.439 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-04-15T20:34:31.478 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-04-15T20:34:31.756 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-04-15T20:34:31.783 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-04-15T20:34:31.823 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-04-15T20:34:31.952 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package liboath0:amd64. 2024-04-15T20:34:31.978 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-04-15T20:34:32.027 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-04-15T20:34:32.151 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-tempora. 2024-04-15T20:34:32.177 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-04-15T20:34:32.217 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-04-15T20:34:32.372 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package libradosstriper1. 2024-04-15T20:34:32.398 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-3084-g87dbfb63-1jammy_amd64.deb ... 2024-04-15T20:34:32.438 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking libradosstriper1 (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:34:32.520 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-portend. 2024-04-15T20:34:32.547 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-04-15T20:34:32.586 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-04-15T20:34:32.856 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-04-15T20:34:32.876 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package ceph-common. 2024-04-15T20:34:32.883 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-04-15T20:34:32.902 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../029-ceph-common_19.0.0-3084-g87dbfb63-1jammy_amd64.deb ... 2024-04-15T20:34:32.914 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-04-15T20:34:32.942 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking ceph-common (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:34:33.001 INFO:teuthology.orchestra.run.smithi204.stdout:Get:115 https://4.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-3084-g87dbfb63-1jammy [121 kB] 2024-04-15T20:34:33.004 INFO:teuthology.orchestra.run.smithi204.stdout:Get:116 https://4.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-3084-g87dbfb63-1jammy [38.9 kB] 2024-04-15T20:34:33.005 INFO:teuthology.orchestra.run.smithi204.stdout:Get:117 https://4.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-3084-g87dbfb63-1jammy [13.6 MB] 2024-04-15T20:34:33.217 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-cherrypy3. 2024-04-15T20:34:33.243 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-04-15T20:34:33.283 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-04-15T20:34:33.654 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-natsort. 2024-04-15T20:34:33.680 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-04-15T20:34:33.720 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-04-15T20:34:34.040 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-logutils. 2024-04-15T20:34:34.067 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-04-15T20:34:34.106 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-04-15T20:34:34.302 INFO:teuthology.orchestra.run.smithi204.stdout:Get:118 https://4.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-3084-g87dbfb63-1jammy [91.6 kB] 2024-04-15T20:34:34.359 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-markupsafe. 2024-04-15T20:34:34.374 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-04-15T20:34:34.451 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-04-15T20:34:34.564 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package ceph-base. 2024-04-15T20:34:34.590 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../030-ceph-base_19.0.0-3084-g87dbfb63-1jammy_amd64.deb ... 2024-04-15T20:34:34.648 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking ceph-base (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:34:34.912 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-mako. 2024-04-15T20:34:34.927 INFO:teuthology.orchestra.run.smithi204.stdout:Fetched 181 MB in 31s (5,778 kB/s) 2024-04-15T20:34:34.939 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-04-15T20:34:34.978 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-15T20:34:35.083 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-04-15T20:34:35.183 INFO:teuthology.orchestra.run.smithi204.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 165995 files and directories currently installed.) 2024-04-15T20:34:35.189 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-04-15T20:34:35.273 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-15T20:34:35.302 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-04-15T20:34:35.328 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-04-15T20:34:35.342 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-simplegeneric. 2024-04-15T20:34:35.369 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-04-15T20:34:35.377 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-04-15T20:34:35.408 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-04-15T20:34:35.669 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-singledispatch. 2024-04-15T20:34:35.685 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-04-15T20:34:35.719 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-04-15T20:34:36.136 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-04-15T20:34:36.163 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-04-15T20:34:36.406 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-cheroot. 2024-04-15T20:34:36.432 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-04-15T20:34:36.444 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-15T20:34:36.472 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-15T20:34:36.614 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-webob. 2024-04-15T20:34:36.641 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-04-15T20:34:36.689 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-04-15T20:34:36.806 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-04-15T20:34:36.832 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-04-15T20:34:36.872 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-15T20:34:36.992 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-04-15T20:34:37.000 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-waitress. 2024-04-15T20:34:37.018 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-04-15T20:34:37.027 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-04-15T20:34:37.059 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-04-15T20:34:37.070 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-15T20:34:37.267 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-04-15T20:34:37.294 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-15T20:34:37.328 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-tempita. 2024-04-15T20:34:37.342 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-15T20:34:37.354 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-04-15T20:34:37.386 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-04-15T20:34:37.420 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-jaraco.text. 2024-04-15T20:34:37.447 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-04-15T20:34:37.495 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-04-15T20:34:37.647 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-paste. 2024-04-15T20:34:37.674 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-04-15T20:34:37.714 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-04-15T20:34:37.737 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-04-15T20:34:37.764 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-15T20:34:37.804 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-15T20:34:37.865 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-04-15T20:34:37.891 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-04-15T20:34:37.931 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-04-15T20:34:38.034 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-04-15T20:34:38.060 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-04-15T20:34:38.100 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-04-15T20:34:38.157 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-04-15T20:34:38.184 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-15T20:34:38.223 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-15T20:34:38.268 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-tempora. 2024-04-15T20:34:38.294 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-04-15T20:34:38.334 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-04-15T20:34:38.436 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-pastedeploy. 2024-04-15T20:34:38.463 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-04-15T20:34:38.503 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-04-15T20:34:38.543 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-04-15T20:34:38.570 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-04-15T20:34:38.602 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-15T20:34:38.688 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-portend. 2024-04-15T20:34:38.714 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-04-15T20:34:38.763 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-04-15T20:34:38.789 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-webtest. 2024-04-15T20:34:38.816 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-04-15T20:34:38.855 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-04-15T20:34:38.913 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package librados2. 2024-04-15T20:34:38.940 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../007-librados2_19.0.0-3084-g87dbfb63-1jammy_amd64.deb ... 2024-04-15T20:34:38.979 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking librados2 (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:34:39.132 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-04-15T20:34:39.159 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-04-15T20:34:39.175 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-pecan. 2024-04-15T20:34:39.202 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-04-15T20:34:39.207 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-04-15T20:34:39.242 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-04-15T20:34:39.535 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-cherrypy3. 2024-04-15T20:34:39.561 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-04-15T20:34:39.588 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-certifi. 2024-04-15T20:34:39.602 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-04-15T20:34:39.615 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-04-15T20:34:39.624 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package librbd1. 2024-04-15T20:34:39.650 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../008-librbd1_19.0.0-3084-g87dbfb63-1jammy_amd64.deb ... 2024-04-15T20:34:39.654 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-04-15T20:34:39.716 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking librbd1 (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:34:39.956 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-natsort. 2024-04-15T20:34:39.982 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-04-15T20:34:39.991 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-idna. 2024-04-15T20:34:40.018 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-04-15T20:34:40.022 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-04-15T20:34:40.058 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-idna (3.3-1) ... 2024-04-15T20:34:40.160 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package libcephfs2. 2024-04-15T20:34:40.187 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-3084-g87dbfb63-1jammy_amd64.deb ... 2024-04-15T20:34:40.235 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking libcephfs2 (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:34:40.319 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-urllib3. 2024-04-15T20:34:40.334 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-logutils. 2024-04-15T20:34:40.334 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-04-15T20:34:40.360 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-04-15T20:34:40.377 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-15T20:34:40.400 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-04-15T20:34:40.488 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-rados. 2024-04-15T20:34:40.503 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../010-python3-rados_19.0.0-3084-g87dbfb63-1jammy_amd64.deb ... 2024-04-15T20:34:40.538 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-rados (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:34:40.670 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-markupsafe. 2024-04-15T20:34:40.685 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-04-15T20:34:40.705 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-requests. 2024-04-15T20:34:40.720 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-04-15T20:34:40.732 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-04-15T20:34:40.771 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-15T20:34:40.857 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-04-15T20:34:40.884 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-3084-g87dbfb63-1jammy_all.deb ... 2024-04-15T20:34:40.923 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-ceph-argparse (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:34:41.015 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-mako. 2024-04-15T20:34:41.041 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-04-15T20:34:41.082 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-15T20:34:41.091 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-werkzeug. 2024-04-15T20:34:41.118 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-04-15T20:34:41.158 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-15T20:34:41.159 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-cephfs. 2024-04-15T20:34:41.175 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-3084-g87dbfb63-1jammy_amd64.deb ... 2024-04-15T20:34:41.218 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-cephfs (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:34:41.418 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-simplegeneric. 2024-04-15T20:34:41.444 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-04-15T20:34:41.477 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-04-15T20:34:41.485 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-04-15T20:34:41.504 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-3084-g87dbfb63-1jammy_all.deb ... 2024-04-15T20:34:41.521 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-ceph-common. 2024-04-15T20:34:41.544 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking ceph-mgr-modules-core (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:34:41.547 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-3084-g87dbfb63-1jammy_all.deb ... 2024-04-15T20:34:41.587 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-ceph-common (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:34:41.805 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-singledispatch. 2024-04-15T20:34:41.831 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-04-15T20:34:41.871 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-04-15T20:34:41.890 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-wcwidth. 2024-04-15T20:34:41.915 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-04-15T20:34:41.917 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-04-15T20:34:41.942 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-3084-g87dbfb63-1jammy_amd64.deb ... 2024-04-15T20:34:41.957 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-15T20:34:41.981 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:34:42.140 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-webob. 2024-04-15T20:34:42.156 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-04-15T20:34:42.191 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-04-15T20:34:42.277 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-prettytable. 2024-04-15T20:34:42.293 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-bcrypt. 2024-04-15T20:34:42.303 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-04-15T20:34:42.320 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-04-15T20:34:42.343 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-04-15T20:34:42.359 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-04-15T20:34:42.535 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-waitress. 2024-04-15T20:34:42.562 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-04-15T20:34:42.604 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-rbd. 2024-04-15T20:34:42.605 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-15T20:34:42.630 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-3084-g87dbfb63-1jammy_amd64.deb ... 2024-04-15T20:34:42.662 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-openssl. 2024-04-15T20:34:42.671 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-rbd (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:34:42.689 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-04-15T20:34:42.728 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-04-15T20:34:42.889 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-tempita. 2024-04-15T20:34:42.915 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-04-15T20:34:42.955 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-04-15T20:34:43.015 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package ceph-mgr. 2024-04-15T20:34:43.015 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-04-15T20:34:43.042 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-04-15T20:34:43.042 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-3084-g87dbfb63-1jammy_amd64.deb ... 2024-04-15T20:34:43.073 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-15T20:34:43.081 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking ceph-mgr (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:34:43.258 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-paste. 2024-04-15T20:34:43.285 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-04-15T20:34:43.325 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-04-15T20:34:43.343 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-04-15T20:34:43.358 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-04-15T20:34:43.401 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-04-15T20:34:43.468 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package ceph-mon. 2024-04-15T20:34:43.495 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-3084-g87dbfb63-1jammy_amd64.deb ... 2024-04-15T20:34:43.534 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking ceph-mon (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:34:43.636 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-04-15T20:34:43.652 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-04-15T20:34:43.686 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-04-15T20:34:43.712 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-04-15T20:34:43.728 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-04-15T20:34:43.771 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-15T20:34:43.990 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-pastedeploy. 2024-04-15T20:34:44.016 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-04-15T20:34:44.056 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-04-15T20:34:44.116 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package lua5.1. 2024-04-15T20:34:44.138 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package ceph-osd. 2024-04-15T20:34:44.142 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-04-15T20:34:44.165 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-3084-g87dbfb63-1jammy_amd64.deb ... 2024-04-15T20:34:44.182 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-04-15T20:34:44.204 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking ceph-osd (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:34:44.359 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-webtest. 2024-04-15T20:34:44.386 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-04-15T20:34:44.426 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-04-15T20:34:44.485 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package lua-any. 2024-04-15T20:34:44.501 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-04-15T20:34:44.552 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking lua-any (27ubuntu1) ... 2024-04-15T20:34:44.737 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-pecan. 2024-04-15T20:34:44.764 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-04-15T20:34:44.805 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package zip. 2024-04-15T20:34:44.820 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-04-15T20:34:44.837 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-04-15T20:34:44.863 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking zip (3.0-12build2) ... 2024-04-15T20:34:45.176 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-certifi. 2024-04-15T20:34:45.183 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package unzip. 2024-04-15T20:34:45.202 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-04-15T20:34:45.209 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-04-15T20:34:45.242 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-04-15T20:34:45.249 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-04-15T20:34:45.315 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package ceph. 2024-04-15T20:34:45.331 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../066-ceph_19.0.0-3084-g87dbfb63-1jammy_amd64.deb ... 2024-04-15T20:34:45.374 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking ceph (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:34:45.537 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-idna. 2024-04-15T20:34:45.563 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-04-15T20:34:45.603 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-idna (3.3-1) ... 2024-04-15T20:34:45.604 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package luarocks. 2024-04-15T20:34:45.630 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-04-15T20:34:45.661 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-04-15T20:34:45.693 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package ceph-fuse. 2024-04-15T20:34:45.720 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-3084-g87dbfb63-1jammy_amd64.deb ... 2024-04-15T20:34:45.760 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking ceph-fuse (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:34:45.915 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-urllib3. 2024-04-15T20:34:45.941 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-04-15T20:34:45.982 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-15T20:34:46.061 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package librgw2. 2024-04-15T20:34:46.088 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../025-librgw2_19.0.0-3084-g87dbfb63-1jammy_amd64.deb ... 2024-04-15T20:34:46.121 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package ceph-mds. 2024-04-15T20:34:46.128 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking librgw2 (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:34:46.148 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-3084-g87dbfb63-1jammy_amd64.deb ... 2024-04-15T20:34:46.188 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking ceph-mds (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:34:46.301 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-requests. 2024-04-15T20:34:46.328 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-04-15T20:34:46.368 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-15T20:34:46.582 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package cephadm. 2024-04-15T20:34:46.609 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../069-cephadm_19.0.0-3084-g87dbfb63-1jammy_amd64.deb ... 2024-04-15T20:34:46.648 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking cephadm (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:34:46.688 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-werkzeug. 2024-04-15T20:34:46.689 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-rgw. 2024-04-15T20:34:46.714 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-04-15T20:34:46.715 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-3084-g87dbfb63-1jammy_amd64.deb ... 2024-04-15T20:34:46.754 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-15T20:34:46.755 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-rgw (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:34:46.979 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-asyncssh. 2024-04-15T20:34:47.007 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-04-15T20:34:47.043 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-04-15T20:34:47.066 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package liboath0:amd64. 2024-04-15T20:34:47.082 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-04-15T20:34:47.099 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-04-15T20:34:47.116 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-04-15T20:34:47.126 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-3084-g87dbfb63-1jammy_all.deb ... 2024-04-15T20:34:47.174 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking ceph-mgr-modules-core (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:34:47.362 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python-babel-localedata. 2024-04-15T20:34:47.389 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-04-15T20:34:47.428 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package libradosstriper1. 2024-04-15T20:34:47.437 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-15T20:34:47.454 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-3084-g87dbfb63-1jammy_amd64.deb ... 2024-04-15T20:34:47.494 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking libradosstriper1 (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:34:47.554 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-04-15T20:34:47.581 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-3084-g87dbfb63-1jammy_amd64.deb ... 2024-04-15T20:34:47.630 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:34:47.906 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package ceph-common. 2024-04-15T20:34:47.933 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../029-ceph-common_19.0.0-3084-g87dbfb63-1jammy_amd64.deb ... 2024-04-15T20:34:47.949 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-bcrypt. 2024-04-15T20:34:47.972 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking ceph-common (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:34:47.976 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-04-15T20:34:48.016 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-04-15T20:34:48.277 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-openssl. 2024-04-15T20:34:48.292 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-04-15T20:34:48.327 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-04-15T20:34:48.459 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-babel. 2024-04-15T20:34:48.486 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-04-15T20:34:48.525 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-04-15T20:34:48.680 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package ceph-mgr. 2024-04-15T20:34:48.707 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-3084-g87dbfb63-1jammy_amd64.deb ... 2024-04-15T20:34:48.747 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking ceph-mgr (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:34:48.845 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-jinja2. 2024-04-15T20:34:48.872 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-04-15T20:34:48.911 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-15T20:34:49.159 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package ceph-mon. 2024-04-15T20:34:49.185 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-3084-g87dbfb63-1jammy_amd64.deb ... 2024-04-15T20:34:49.225 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking ceph-mon (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:34:49.239 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-04-15T20:34:49.266 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-3084-g87dbfb63-1jammy_all.deb ... 2024-04-15T20:34:49.305 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking ceph-mgr-cephadm (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:34:49.411 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package ceph-base. 2024-04-15T20:34:49.438 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../030-ceph-base_19.0.0-3084-g87dbfb63-1jammy_amd64.deb ... 2024-04-15T20:34:49.479 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking ceph-base (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:34:49.626 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-repoze.lru. 2024-04-15T20:34:49.652 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-04-15T20:34:49.692 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-04-15T20:34:49.754 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package ceph-osd. 2024-04-15T20:34:49.780 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-3084-g87dbfb63-1jammy_amd64.deb ... 2024-04-15T20:34:49.812 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking ceph-osd (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:34:49.995 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-routes. 2024-04-15T20:34:50.022 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-04-15T20:34:50.024 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-04-15T20:34:50.051 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-04-15T20:34:50.061 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-04-15T20:34:50.082 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-04-15T20:34:50.385 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-cheroot. 2024-04-15T20:34:50.398 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-04-15T20:34:50.411 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-04-15T20:34:50.424 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-3084-g87dbfb63-1jammy_all.deb ... 2024-04-15T20:34:50.451 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-15T20:34:50.464 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking ceph-mgr-dashboard (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:34:50.771 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-04-15T20:34:50.798 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-04-15T20:34:50.837 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-04-15T20:34:50.907 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package ceph. 2024-04-15T20:34:50.923 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../066-ceph_19.0.0-3084-g87dbfb63-1jammy_amd64.deb ... 2024-04-15T20:34:50.965 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking ceph (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:34:51.098 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-jaraco.text. 2024-04-15T20:34:51.125 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-04-15T20:34:51.157 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-04-15T20:34:51.293 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package ceph-fuse. 2024-04-15T20:34:51.320 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-3084-g87dbfb63-1jammy_amd64.deb ... 2024-04-15T20:34:51.360 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking ceph-fuse (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:34:51.443 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-04-15T20:34:51.469 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-04-15T20:34:51.509 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-04-15T20:34:51.722 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package ceph-mds. 2024-04-15T20:34:51.748 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-3084-g87dbfb63-1jammy_amd64.deb ... 2024-04-15T20:34:51.761 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-04-15T20:34:51.780 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking ceph-mds (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:34:51.788 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-04-15T20:34:51.821 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-tempora. 2024-04-15T20:34:51.827 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-15T20:34:51.848 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-04-15T20:34:51.887 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-04-15T20:34:52.149 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-portend. 2024-04-15T20:34:52.164 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-04-15T20:34:52.198 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-04-15T20:34:52.339 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-joblib. 2024-04-15T20:34:52.366 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-04-15T20:34:52.406 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-04-15T20:34:52.417 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package cephadm. 2024-04-15T20:34:52.443 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../069-cephadm_19.0.0-3084-g87dbfb63-1jammy_amd64.deb ... 2024-04-15T20:34:52.491 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking cephadm (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:34:52.501 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-04-15T20:34:52.528 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-04-15T20:34:52.568 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-04-15T20:34:52.743 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-04-15T20:34:52.770 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-04-15T20:34:52.809 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-04-15T20:34:52.811 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-asyncssh. 2024-04-15T20:34:52.838 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-04-15T20:34:52.877 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-04-15T20:34:52.888 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-cherrypy3. 2024-04-15T20:34:52.915 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-04-15T20:34:52.954 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-04-15T20:34:53.112 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-sklearn. 2024-04-15T20:34:53.139 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-04-15T20:34:53.178 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-15T20:34:53.197 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python-babel-localedata. 2024-04-15T20:34:53.213 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-04-15T20:34:53.255 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-15T20:34:53.300 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-natsort. 2024-04-15T20:34:53.327 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-04-15T20:34:53.366 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-04-15T20:34:53.628 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-logutils. 2024-04-15T20:34:53.643 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-04-15T20:34:53.678 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-04-15T20:34:53.829 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-04-15T20:34:53.842 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-3084-g87dbfb63-1jammy_all.deb ... 2024-04-15T20:34:53.964 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:34:53.989 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-markupsafe. 2024-04-15T20:34:54.016 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-04-15T20:34:54.056 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-04-15T20:34:54.303 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-babel. 2024-04-15T20:34:54.330 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-04-15T20:34:54.358 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-mako. 2024-04-15T20:34:54.369 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-04-15T20:34:54.385 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-04-15T20:34:54.425 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-15T20:34:54.681 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-jinja2. 2024-04-15T20:34:54.707 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-04-15T20:34:54.747 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-15T20:34:54.762 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-simplegeneric. 2024-04-15T20:34:54.791 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-04-15T20:34:54.986 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-04-15T20:34:55.084 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-04-15T20:34:55.111 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-3084-g87dbfb63-1jammy_all.deb ... 2024-04-15T20:34:55.150 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking ceph-mgr-cephadm (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:34:55.176 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-cachetools. 2024-04-15T20:34:55.203 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-04-15T20:34:55.239 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-singledispatch. 2024-04-15T20:34:55.242 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-04-15T20:34:55.255 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-04-15T20:34:55.314 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-04-15T20:34:55.478 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-pyasn1. 2024-04-15T20:34:55.495 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-repoze.lru. 2024-04-15T20:34:55.505 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-04-15T20:34:55.522 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-04-15T20:34:55.536 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-04-15T20:34:55.561 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-04-15T20:34:55.617 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-webob. 2024-04-15T20:34:55.644 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-04-15T20:34:55.684 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-04-15T20:34:55.831 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-routes. 2024-04-15T20:34:55.839 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-04-15T20:34:55.847 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-04-15T20:34:55.866 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-04-15T20:34:55.881 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-04-15T20:34:55.906 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-04-15T20:34:56.037 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-waitress. 2024-04-15T20:34:56.063 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-04-15T20:34:56.107 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-15T20:34:56.209 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-rsa. 2024-04-15T20:34:56.226 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-04-15T20:34:56.236 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-04-15T20:34:56.253 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-3084-g87dbfb63-1jammy_all.deb ... 2024-04-15T20:34:56.275 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-rsa (4.8-1) ... 2024-04-15T20:34:56.285 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking ceph-mgr-dashboard (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:34:56.415 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-tempita. 2024-04-15T20:34:56.441 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-04-15T20:34:56.481 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-04-15T20:34:56.612 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-google-auth. 2024-04-15T20:34:56.640 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-04-15T20:34:56.678 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-04-15T20:34:56.750 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-paste. 2024-04-15T20:34:56.777 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-04-15T20:34:56.809 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-04-15T20:34:57.082 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-04-15T20:34:57.110 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-04-15T20:34:57.148 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-15T20:34:57.196 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-04-15T20:34:57.223 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-04-15T20:34:57.262 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-04-15T20:34:57.468 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-websocket. 2024-04-15T20:34:57.495 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-04-15T20:34:57.532 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-pastedeploy. 2024-04-15T20:34:57.534 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-04-15T20:34:57.559 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-04-15T20:34:57.590 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-04-15T20:34:57.598 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-04-15T20:34:57.626 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-04-15T20:34:57.665 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-15T20:34:57.846 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-kubernetes. 2024-04-15T20:34:57.860 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-webtest. 2024-04-15T20:34:57.874 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-04-15T20:34:57.887 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-04-15T20:34:57.912 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-15T20:34:57.926 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-04-15T20:34:58.144 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-joblib. 2024-04-15T20:34:58.171 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-04-15T20:34:58.202 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-04-15T20:34:58.229 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-pecan. 2024-04-15T20:34:58.256 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-04-15T20:34:58.296 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-04-15T20:34:58.564 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-04-15T20:34:58.568 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-04-15T20:34:58.592 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-04-15T20:34:58.596 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-3084-g87dbfb63-1jammy_all.deb ... 2024-04-15T20:34:58.630 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-04-15T20:34:58.634 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:34:58.676 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-certifi. 2024-04-15T20:34:58.702 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-04-15T20:34:58.742 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-04-15T20:34:58.904 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package libonig5:amd64. 2024-04-15T20:34:58.931 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-04-15T20:34:58.942 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-sklearn. 2024-04-15T20:34:58.962 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-15T20:34:58.969 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-04-15T20:34:59.008 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-15T20:34:59.045 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-idna. 2024-04-15T20:34:59.071 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-04-15T20:34:59.120 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-idna (3.3-1) ... 2024-04-15T20:34:59.298 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package libjq1:amd64. 2024-04-15T20:34:59.325 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-04-15T20:34:59.365 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-15T20:34:59.381 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-urllib3. 2024-04-15T20:34:59.408 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-04-15T20:34:59.448 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-15T20:34:59.634 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package jq. 2024-04-15T20:34:59.661 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-04-15T20:34:59.701 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-04-15T20:34:59.767 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-04-15T20:34:59.768 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-requests. 2024-04-15T20:34:59.794 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-04-15T20:34:59.795 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-3084-g87dbfb63-1jammy_all.deb ... 2024-04-15T20:34:59.834 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-15T20:34:59.919 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:34:59.978 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package socat. 2024-04-15T20:35:00.006 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-04-15T20:35:00.044 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-04-15T20:35:00.154 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-werkzeug. 2024-04-15T20:35:00.181 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-04-15T20:35:00.220 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-15T20:35:00.314 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package xmlstarlet. 2024-04-15T20:35:00.330 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-04-15T20:35:00.364 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-04-15T20:35:00.515 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-04-15T20:35:00.542 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-3084-g87dbfb63-1jammy_all.deb ... 2024-04-15T20:35:00.598 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking ceph-mgr-modules-core (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:35:00.693 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package ceph-test. 2024-04-15T20:35:00.710 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../097-ceph-test_19.0.0-3084-g87dbfb63-1jammy_amd64.deb ... 2024-04-15T20:35:00.752 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking ceph-test (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:35:00.857 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-cachetools. 2024-04-15T20:35:00.884 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-04-15T20:35:00.923 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-04-15T20:35:00.953 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-04-15T20:35:00.980 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-3084-g87dbfb63-1jammy_amd64.deb ... 2024-04-15T20:35:01.019 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:35:01.201 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-pyasn1. 2024-04-15T20:35:01.228 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-04-15T20:35:01.268 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-04-15T20:35:01.331 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-bcrypt. 2024-04-15T20:35:01.358 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-04-15T20:35:01.397 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-04-15T20:35:01.726 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-openssl. 2024-04-15T20:35:01.747 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-04-15T20:35:01.753 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-04-15T20:35:01.774 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-04-15T20:35:01.792 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-04-15T20:35:01.822 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-04-15T20:35:02.070 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package ceph-mgr. 2024-04-15T20:35:02.097 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-3084-g87dbfb63-1jammy_amd64.deb ... 2024-04-15T20:35:02.108 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-rsa. 2024-04-15T20:35:02.135 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-04-15T20:35:02.145 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking ceph-mgr (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:35:02.175 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-rsa (4.8-1) ... 2024-04-15T20:35:02.557 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package ceph-mon. 2024-04-15T20:35:02.584 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-3084-g87dbfb63-1jammy_amd64.deb ... 2024-04-15T20:35:02.623 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking ceph-mon (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:35:02.704 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-google-auth. 2024-04-15T20:35:02.731 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-04-15T20:35:02.770 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-04-15T20:35:03.048 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package ceph-volume. 2024-04-15T20:35:03.075 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-3084-g87dbfb63-1jammy_all.deb ... 2024-04-15T20:35:03.099 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-04-15T20:35:03.114 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking ceph-volume (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:35:03.126 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-04-15T20:35:03.174 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-15T20:35:03.235 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package ceph-osd. 2024-04-15T20:35:03.262 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-3084-g87dbfb63-1jammy_amd64.deb ... 2024-04-15T20:35:03.302 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking ceph-osd (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:35:03.385 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package libcephfs-dev. 2024-04-15T20:35:03.401 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-3084-g87dbfb63-1jammy_amd64.deb ... 2024-04-15T20:35:03.443 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking libcephfs-dev (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:35:03.502 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-websocket. 2024-04-15T20:35:03.529 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-04-15T20:35:03.568 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-04-15T20:35:03.721 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package lua-socket:amd64. 2024-04-15T20:35:03.749 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-04-15T20:35:03.787 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-15T20:35:03.855 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-kubernetes. 2024-04-15T20:35:03.882 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-04-15T20:35:03.921 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-15T20:35:04.126 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package lua-sec:amd64. 2024-04-15T20:35:04.153 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-04-15T20:35:04.192 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-04-15T20:35:04.332 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package ceph. 2024-04-15T20:35:04.359 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../066-ceph_19.0.0-3084-g87dbfb63-1jammy_amd64.deb ... 2024-04-15T20:35:04.390 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking ceph (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:35:04.521 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-04-15T20:35:04.549 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-3084-g87dbfb63-1jammy_all.deb ... 2024-04-15T20:35:04.571 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package nvme-cli. 2024-04-15T20:35:04.587 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:35:04.598 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-04-15T20:35:04.637 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-04-15T20:35:04.710 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package ceph-fuse. 2024-04-15T20:35:04.737 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-3084-g87dbfb63-1jammy_amd64.deb ... 2024-04-15T20:35:04.777 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking ceph-fuse (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:35:04.907 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package libonig5:amd64. 2024-04-15T20:35:04.934 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-04-15T20:35:04.974 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-15T20:35:05.034 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package pkg-config. 2024-04-15T20:35:05.062 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-04-15T20:35:05.109 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-04-15T20:35:05.130 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package ceph-mds. 2024-04-15T20:35:05.156 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-3084-g87dbfb63-1jammy_amd64.deb ... 2024-04-15T20:35:05.196 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking ceph-mds (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:35:05.319 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package libjq1:amd64. 2024-04-15T20:35:05.336 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-04-15T20:35:05.346 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-04-15T20:35:05.353 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-04-15T20:35:05.385 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-15T20:35:05.395 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-04-15T20:35:05.566 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package cephadm. 2024-04-15T20:35:05.593 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../069-cephadm_19.0.0-3084-g87dbfb63-1jammy_amd64.deb ... 2024-04-15T20:35:05.613 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package jq. 2024-04-15T20:35:05.629 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-04-15T20:35:05.632 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking cephadm (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:35:05.663 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-04-15T20:35:05.823 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-iniconfig. 2024-04-15T20:35:05.850 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-04-15T20:35:05.881 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-04-15T20:35:05.890 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package socat. 2024-04-15T20:35:05.906 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-04-15T20:35:05.919 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-asyncssh. 2024-04-15T20:35:05.945 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-04-15T20:35:05.949 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-04-15T20:35:05.985 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-04-15T20:35:06.209 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-pastescript. 2024-04-15T20:35:06.237 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-04-15T20:35:06.261 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package xmlstarlet. 2024-04-15T20:35:06.275 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-04-15T20:35:06.276 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-04-15T20:35:06.319 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-04-15T20:35:06.321 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python-babel-localedata. 2024-04-15T20:35:06.337 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-04-15T20:35:06.371 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-15T20:35:06.595 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-pluggy. 2024-04-15T20:35:06.622 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-04-15T20:35:06.661 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-04-15T20:35:06.674 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package ceph-test. 2024-04-15T20:35:06.701 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../097-ceph-test_19.0.0-3084-g87dbfb63-1jammy_amd64.deb ... 2024-04-15T20:35:06.756 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking ceph-test (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:35:06.973 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-psutil. 2024-04-15T20:35:07.000 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-04-15T20:35:07.039 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-04-15T20:35:07.367 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-py. 2024-04-15T20:35:07.395 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-04-15T20:35:07.434 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-py (1.10.0-1) ... 2024-04-15T20:35:07.561 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-babel. 2024-04-15T20:35:07.588 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-04-15T20:35:07.627 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-04-15T20:35:07.762 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-pygments. 2024-04-15T20:35:07.790 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-04-15T20:35:07.828 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-04-15T20:35:07.947 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-jinja2. 2024-04-15T20:35:07.974 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-04-15T20:35:08.013 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-15T20:35:08.299 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-pyinotify. 2024-04-15T20:35:08.309 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-04-15T20:35:08.327 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-04-15T20:35:08.335 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-3084-g87dbfb63-1jammy_all.deb ... 2024-04-15T20:35:08.357 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-04-15T20:35:08.367 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking ceph-mgr-cephadm (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:35:08.660 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-toml. 2024-04-15T20:35:08.688 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-04-15T20:35:08.695 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-repoze.lru. 2024-04-15T20:35:08.722 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-04-15T20:35:08.726 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-04-15T20:35:08.753 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-04-15T20:35:09.040 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-routes. 2024-04-15T20:35:09.046 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-pytest. 2024-04-15T20:35:09.067 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-04-15T20:35:09.073 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-04-15T20:35:09.106 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-04-15T20:35:09.112 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-04-15T20:35:09.120 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package ceph-volume. 2024-04-15T20:35:09.147 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-3084-g87dbfb63-1jammy_all.deb ... 2024-04-15T20:35:09.186 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking ceph-volume (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:35:09.441 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-simplejson. 2024-04-15T20:35:09.451 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-04-15T20:35:09.468 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-04-15T20:35:09.479 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-3084-g87dbfb63-1jammy_all.deb ... 2024-04-15T20:35:09.482 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package libcephfs-dev. 2024-04-15T20:35:09.507 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-04-15T20:35:09.509 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-3084-g87dbfb63-1jammy_amd64.deb ... 2024-04-15T20:35:09.518 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking ceph-mgr-dashboard (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:35:09.548 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking libcephfs-dev (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:35:09.777 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-04-15T20:35:09.804 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-04-15T20:35:09.835 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package lua-socket:amd64. 2024-04-15T20:35:09.843 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-04-15T20:35:09.862 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-04-15T20:35:09.893 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-15T20:35:10.223 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package lua-sec:amd64. 2024-04-15T20:35:10.250 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-04-15T20:35:10.314 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-04-15T20:35:10.694 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package nvme-cli. 2024-04-15T20:35:10.721 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-04-15T20:35:10.760 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-04-15T20:35:10.822 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package radosgw. 2024-04-15T20:35:10.850 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../116-radosgw_19.0.0-3084-g87dbfb63-1jammy_amd64.deb ... 2024-04-15T20:35:10.888 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking radosgw (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:35:11.007 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-04-15T20:35:11.034 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-04-15T20:35:11.073 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-15T20:35:11.182 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package pkg-config. 2024-04-15T20:35:11.209 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-04-15T20:35:11.249 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-04-15T20:35:11.519 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-04-15T20:35:11.534 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-04-15T20:35:11.569 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-joblib. 2024-04-15T20:35:11.577 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-04-15T20:35:11.595 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-04-15T20:35:11.635 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-04-15T20:35:11.691 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package rbd-fuse. 2024-04-15T20:35:11.707 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-3084-g87dbfb63-1jammy_amd64.deb ... 2024-04-15T20:35:11.758 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking rbd-fuse (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:35:11.972 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-04-15T20:35:11.999 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-04-15T20:35:12.029 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-04-15T20:35:12.030 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-04-15T20:35:12.047 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-iniconfig. 2024-04-15T20:35:12.075 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-04-15T20:35:12.113 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-04-15T20:35:12.304 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-15T20:35:12.325 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-sklearn. 2024-04-15T20:35:12.352 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-04-15T20:35:12.391 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-15T20:35:12.416 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-pastescript. 2024-04-15T20:35:12.430 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-04-15T20:35:12.444 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-04-15T20:35:12.482 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-04-15T20:35:12.691 INFO:teuthology.orchestra.run.smithi069.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-04-15T20:35:12.803 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-pluggy. 2024-04-15T20:35:12.830 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-04-15T20:35:12.869 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-04-15T20:35:13.021 INFO:teuthology.orchestra.run.smithi069.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-04-15T20:35:13.083 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-04-15T20:35:13.111 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-3084-g87dbfb63-1jammy_all.deb ... 2024-04-15T20:35:13.190 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-psutil. 2024-04-15T20:35:13.217 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-04-15T20:35:13.235 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:35:13.256 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-04-15T20:35:13.448 INFO:teuthology.orchestra.run.smithi069.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-04-15T20:35:13.516 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up cephadm (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:35:13.593 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-py. 2024-04-15T20:35:13.620 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-04-15T20:35:13.659 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-py (1.10.0-1) ... 2024-04-15T20:35:13.971 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-pygments. 2024-04-15T20:35:13.998 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-04-15T20:35:14.037 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-04-15T20:35:14.056 INFO:teuthology.orchestra.run.smithi069.stdout:Adding system user cephadm....done 2024-04-15T20:35:14.205 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-15T20:35:14.239 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-cachetools. 2024-04-15T20:35:14.266 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-04-15T20:35:14.306 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-04-15T20:35:14.500 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-pyinotify. 2024-04-15T20:35:14.506 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-04-15T20:35:14.527 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-04-15T20:35:14.566 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-04-15T20:35:14.609 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-pyasn1. 2024-04-15T20:35:14.636 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-04-15T20:35:14.675 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-04-15T20:35:14.757 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-04-15T20:35:14.836 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-toml. 2024-04-15T20:35:14.864 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-04-15T20:35:14.892 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-04-15T20:35:14.902 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-04-15T20:35:15.004 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-04-15T20:35:15.031 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-04-15T20:35:15.070 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-04-15T20:35:15.151 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-04-15T20:35:15.206 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-pytest. 2024-04-15T20:35:15.233 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-04-15T20:35:15.272 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-04-15T20:35:15.386 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-04-15T20:35:15.390 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-rsa. 2024-04-15T20:35:15.418 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-04-15T20:35:15.457 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-rsa (4.8-1) ... 2024-04-15T20:35:15.512 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-py (1.10.0-1) ... 2024-04-15T20:35:15.592 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-simplejson. 2024-04-15T20:35:15.608 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-04-15T20:35:15.642 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-04-15T20:35:15.786 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-google-auth. 2024-04-15T20:35:15.813 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-04-15T20:35:15.813 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-04-15T20:35:15.860 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-04-15T20:35:15.886 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-04-15T20:35:15.902 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-04-15T20:35:15.936 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-04-15T20:35:16.180 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-04-15T20:35:16.190 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-04-15T20:35:16.208 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-04-15T20:35:16.238 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-15T20:35:16.443 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-04-15T20:35:16.525 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-websocket. 2024-04-15T20:35:16.553 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-04-15T20:35:16.591 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-04-15T20:35:16.694 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-04-15T20:35:16.708 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package radosgw. 2024-04-15T20:35:16.735 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../116-radosgw_19.0.0-3084-g87dbfb63-1jammy_amd64.deb ... 2024-04-15T20:35:16.774 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking radosgw (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:35:16.920 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-kubernetes. 2024-04-15T20:35:16.948 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-04-15T20:35:16.979 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-04-15T20:35:16.995 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-15T20:35:17.230 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-04-15T20:35:17.490 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-04-15T20:35:17.619 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package rbd-fuse. 2024-04-15T20:35:17.635 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-3084-g87dbfb63-1jammy_amd64.deb ... 2024-04-15T20:35:17.642 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-04-15T20:35:17.671 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-3084-g87dbfb63-1jammy_all.deb ... 2024-04-15T20:35:17.677 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking rbd-fuse (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:35:17.709 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:35:17.749 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-ceph-argparse (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:35:17.982 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-04-15T20:35:17.995 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package libonig5:amd64. 2024-04-15T20:35:18.008 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-15T20:35:18.022 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-04-15T20:35:18.062 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-15T20:35:18.134 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-15T20:35:18.241 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-15T20:35:18.277 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-04-15T20:35:18.342 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-04-15T20:35:18.382 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package libjq1:amd64. 2024-04-15T20:35:18.394 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-04-15T20:35:18.409 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-04-15T20:35:18.448 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-15T20:35:18.604 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-04-15T20:35:18.654 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-04-15T20:35:18.717 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package jq. 2024-04-15T20:35:18.734 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-04-15T20:35:18.776 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-04-15T20:35:18.920 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-04-15T20:35:19.028 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package socat. 2024-04-15T20:35:19.044 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-04-15T20:35:19.087 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-04-15T20:35:19.129 INFO:teuthology.orchestra.run.smithi069.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-04-15T20:35:19.152 INFO:teuthology.orchestra.run.smithi069.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-04-15T20:35:19.215 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-15T20:35:19.341 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-04-15T20:35:19.348 INFO:teuthology.orchestra.run.smithi094.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-04-15T20:35:19.382 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package xmlstarlet. 2024-04-15T20:35:19.398 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-04-15T20:35:19.419 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up cephadm (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:35:19.432 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-04-15T20:35:19.701 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-15T20:35:19.803 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package ceph-test. 2024-04-15T20:35:19.818 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-04-15T20:35:19.819 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../097-ceph-test_19.0.0-3084-g87dbfb63-1jammy_amd64.deb ... 2024-04-15T20:35:19.861 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking ceph-test (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:35:19.935 INFO:teuthology.orchestra.run.smithi094.stdout:Adding system user cephadm....done 2024-04-15T20:35:20.086 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-04-15T20:35:20.100 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-15T20:35:20.354 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-04-15T20:35:20.401 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-04-15T20:35:20.664 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up zip (3.0-12build2) ... 2024-04-15T20:35:20.669 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-04-15T20:35:20.790 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-04-15T20:35:20.795 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-04-15T20:35:21.072 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-04-15T20:35:21.340 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-04-15T20:35:21.475 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-04-15T20:35:21.491 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-py (1.10.0-1) ... 2024-04-15T20:35:21.742 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-04-15T20:35:21.834 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-04-15T20:35:21.860 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-04-15T20:35:21.978 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-15T20:35:22.158 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package ceph-volume. 2024-04-15T20:35:22.185 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-3084-g87dbfb63-1jammy_all.deb ... 2024-04-15T20:35:22.223 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking ceph-volume (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:35:22.245 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-04-15T20:35:22.278 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-04-15T20:35:22.513 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-04-15T20:35:22.536 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package libcephfs-dev. 2024-04-15T20:35:22.564 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-3084-g87dbfb63-1jammy_amd64.deb ... 2024-04-15T20:35:22.602 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking libcephfs-dev (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:35:22.680 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-04-15T20:35:22.806 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-04-15T20:35:22.914 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package lua-socket:amd64. 2024-04-15T20:35:22.939 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-04-15T20:35:22.940 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-04-15T20:35:22.980 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-15T20:35:23.082 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-04-15T20:35:23.307 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-15T20:35:23.335 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package lua-sec:amd64. 2024-04-15T20:35:23.363 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-04-15T20:35:23.367 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-04-15T20:35:23.401 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-04-15T20:35:23.600 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-15T20:35:23.635 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-04-15T20:35:23.747 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package nvme-cli. 2024-04-15T20:35:23.775 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-04-15T20:35:23.814 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-04-15T20:35:23.886 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-ceph-argparse (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:35:23.935 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-04-15T20:35:24.154 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-15T20:35:24.186 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-04-15T20:35:24.236 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package pkg-config. 2024-04-15T20:35:24.264 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-04-15T20:35:24.296 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-15T20:35:24.302 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-04-15T20:35:24.312 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-ceph-common (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:35:24.423 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-04-15T20:35:24.532 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-04-15T20:35:24.563 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-04-15T20:35:24.579 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-04-15T20:35:24.621 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-idna (3.3-1) ... 2024-04-15T20:35:24.622 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-04-15T20:35:24.766 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-04-15T20:35:24.931 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-15T20:35:25.092 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-iniconfig. 2024-04-15T20:35:25.121 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-04-15T20:35:25.158 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-04-15T20:35:25.167 INFO:teuthology.orchestra.run.smithi094.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-04-15T20:35:25.214 INFO:teuthology.orchestra.run.smithi094.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-04-15T20:35:25.278 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-15T20:35:25.404 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-04-15T20:35:25.445 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-pastescript. 2024-04-15T20:35:25.472 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-04-15T20:35:25.511 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-04-15T20:35:25.781 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-15T20:35:25.789 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-pluggy. 2024-04-15T20:35:25.805 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-04-15T20:35:25.839 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-04-15T20:35:25.907 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-04-15T20:35:26.109 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-psutil. 2024-04-15T20:35:26.120 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-04-15T20:35:26.137 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-04-15T20:35:26.158 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-04-15T20:35:26.175 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-04-15T20:35:26.426 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-04-15T20:35:26.529 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-py. 2024-04-15T20:35:26.556 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-04-15T20:35:26.595 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-py (1.10.0-1) ... 2024-04-15T20:35:26.646 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-15T20:35:26.727 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up zip (3.0-12build2) ... 2024-04-15T20:35:26.764 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-toml (0.10.2-1) ... 2024-04-15T20:35:26.854 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-04-15T20:35:26.899 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-pygments. 2024-04-15T20:35:26.915 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-04-15T20:35:26.957 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-04-15T20:35:27.040 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-15T20:35:27.166 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-04-15T20:35:27.292 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-15T20:35:27.411 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-pyinotify. 2024-04-15T20:35:27.439 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-04-15T20:35:27.477 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-04-15T20:35:27.497 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-04-15T20:35:27.610 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-04-15T20:35:27.747 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-toml. 2024-04-15T20:35:27.748 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-04-15T20:35:27.775 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-04-15T20:35:27.813 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-04-15T20:35:27.849 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-04-15T20:35:27.869 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-04-15T20:35:27.950 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-15T20:35:28.121 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-15T20:35:28.125 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-pytest. 2024-04-15T20:35:28.152 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-04-15T20:35:28.191 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-04-15T20:35:28.247 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-04-15T20:35:28.251 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-04-15T20:35:28.495 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-simplejson. 2024-04-15T20:35:28.523 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-04-15T20:35:28.539 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-04-15T20:35:28.561 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-04-15T20:35:28.620 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-04-15T20:35:28.806 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-04-15T20:35:28.807 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-04-15T20:35:28.819 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-04-15T20:35:28.856 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-04-15T20:35:28.871 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-04-15T20:35:29.075 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-04-15T20:35:29.273 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-15T20:35:29.326 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-04-15T20:35:29.565 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-15T20:35:29.577 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-04-15T20:35:29.627 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package radosgw. 2024-04-15T20:35:29.655 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../116-radosgw_19.0.0-3084-g87dbfb63-1jammy_amd64.deb ... 2024-04-15T20:35:29.693 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking radosgw (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:35:29.836 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-15T20:35:29.892 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-04-15T20:35:30.012 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-04-15T20:35:30.143 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-04-15T20:35:30.269 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-ceph-common (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:35:30.339 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-15T20:35:30.448 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-15T20:35:30.530 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package rbd-fuse. 2024-04-15T20:35:30.557 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-3084-g87dbfb63-1jammy_amd64.deb ... 2024-04-15T20:35:30.579 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-idna (3.3-1) ... 2024-04-15T20:35:30.596 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking rbd-fuse (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:35:30.774 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-04-15T20:35:30.892 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-04-15T20:35:30.897 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-15T20:35:31.075 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-04-15T20:35:31.151 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-15T20:35:31.277 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-04-15T20:35:31.343 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-15T20:35:31.469 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-04-15T20:35:31.527 INFO:teuthology.orchestra.run.smithi204.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-04-15T20:35:31.595 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-04-15T20:35:31.684 INFO:teuthology.orchestra.run.smithi069.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-04-15T20:35:31.873 INFO:teuthology.orchestra.run.smithi204.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-04-15T20:35:31.905 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-15T20:35:32.031 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-04-15T20:35:32.103 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-04-15T20:35:32.272 INFO:teuthology.orchestra.run.smithi204.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-04-15T20:35:32.330 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up cephadm (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:35:32.388 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-15T20:35:32.424 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-04-15T20:35:32.548 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-toml (0.10.2-1) ... 2024-04-15T20:35:32.683 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up lua-any (27ubuntu1) ... 2024-04-15T20:35:32.801 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-portend (3.0.0-1) ... 2024-04-15T20:35:32.824 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-15T20:35:32.925 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-04-15T20:35:32.930 INFO:teuthology.orchestra.run.smithi204.stdout:Adding system user cephadm....done 2024-04-15T20:35:33.051 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-15T20:35:33.052 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-15T20:35:33.086 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-15T20:35:33.178 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-15T20:35:33.353 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-04-15T20:35:33.363 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-04-15T20:35:33.504 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-04-15T20:35:33.604 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-04-15T20:35:33.606 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-04-15T20:35:33.731 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-04-15T20:35:33.822 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-15T20:35:33.863 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-15T20:35:33.992 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-04-15T20:35:34.015 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-04-15T20:35:34.081 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-04-15T20:35:34.207 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-rsa (4.8-1) ... 2024-04-15T20:35:34.242 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-04-15T20:35:34.324 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-04-15T20:35:34.369 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-py (1.10.0-1) ... 2024-04-15T20:35:34.483 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-04-15T20:35:34.559 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-04-15T20:35:34.670 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-04-15T20:35:34.760 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-15T20:35:34.819 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-04-15T20:35:35.039 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-04-15T20:35:35.078 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-04-15T20:35:35.104 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-04-15T20:35:35.282 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-04-15T20:35:35.338 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-04-15T20:35:35.506 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-04-15T20:35:35.567 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-04-15T20:35:35.647 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-15T20:35:35.773 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-04-15T20:35:35.791 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-04-15T20:35:35.802 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-04-15T20:35:36.033 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-15T20:35:36.053 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-04-15T20:35:36.134 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-15T20:35:36.160 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-15T20:35:36.286 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up librados2 (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:35:36.295 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-04-15T20:35:36.421 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up libsqlite3-mod-ceph (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:35:36.435 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-04-15T20:35:36.546 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-04-15T20:35:36.547 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-ceph-argparse (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:35:36.736 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-04-15T20:35:36.806 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-15T20:35:36.883 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up libcephfs2 (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:35:36.907 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-15T20:35:37.008 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up libradosstriper1 (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:35:37.013 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-15T20:35:37.025 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-04-15T20:35:37.135 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-04-15T20:35:37.138 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-04-15T20:35:37.151 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-04-15T20:35:37.281 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-04-15T20:35:37.362 INFO:teuthology.orchestra.run.smithi094.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-04-15T20:35:37.419 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-04-15T20:35:37.419 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up librbd1 (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:35:37.545 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up ceph-mgr-modules-core (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:35:37.624 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-15T20:35:37.671 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up ceph-fuse (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:35:37.742 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-04-15T20:35:37.808 INFO:teuthology.orchestra.run.smithi204.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-04-15T20:35:37.885 INFO:teuthology.orchestra.run.smithi069.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-15T20:35:37.885 INFO:teuthology.orchestra.run.smithi069.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-15T20:35:37.892 INFO:teuthology.orchestra.run.smithi204.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-04-15T20:35:37.964 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-15T20:35:38.090 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-04-15T20:35:38.136 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-04-15T20:35:38.381 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up libcephfs-dev (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:35:38.395 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up lua-any (27ubuntu1) ... 2024-04-15T20:35:38.449 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-15T20:35:38.507 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-rados (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:35:38.521 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-portend (3.0.0-1) ... 2024-04-15T20:35:38.600 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-04-15T20:35:38.633 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up librgw2 (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:35:38.742 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-15T20:35:38.806 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-15T20:35:38.868 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-04-15T20:35:38.982 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-15T20:35:39.128 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-04-15T20:35:39.300 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-04-15T20:35:39.429 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up zip (3.0-12build2) ... 2024-04-15T20:35:39.555 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-04-15T20:35:39.601 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-15T20:35:39.886 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-04-15T20:35:39.971 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-rbd (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:35:40.020 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-rsa (4.8-1) ... 2024-04-15T20:35:40.097 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up rbd-fuse (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:35:40.223 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-rgw (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:35:40.248 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-04-15T20:35:40.313 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-04-15T20:35:40.349 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-cephfs (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:35:40.475 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up ceph-common (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:35:40.508 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-04-15T20:35:40.606 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-15T20:35:40.634 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-04-15T20:35:40.760 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-15T20:35:40.968 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-04-15T20:35:40.993 INFO:teuthology.orchestra.run.smithi069.stdout:Adding group ceph....done 2024-04-15T20:35:41.211 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-04-15T20:35:41.353 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-04-15T20:35:41.377 INFO:teuthology.orchestra.run.smithi069.stdout:Adding system user ceph....done 2024-04-15T20:35:41.555 INFO:teuthology.orchestra.run.smithi069.stdout:Setting system user ceph properties....done 2024-04-15T20:35:41.575 INFO:teuthology.orchestra.run.smithi069.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-04-15T20:35:41.588 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-04-15T20:35:41.646 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-04-15T20:35:41.712 INFO:teuthology.orchestra.run.smithi069.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-04-15T20:35:41.890 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-04-15T20:35:41.999 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-15T20:35:42.075 INFO:teuthology.orchestra.run.smithi069.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-04-15T20:35:42.125 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up librados2 (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:35:42.251 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up libsqlite3-mod-ceph (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:35:42.291 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-15T20:35:42.377 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-04-15T20:35:42.526 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up ceph-test (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:35:42.575 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-15T20:35:42.652 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up radosgw (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:35:42.780 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up libcephfs2 (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:35:42.902 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-04-15T20:35:42.932 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up libradosstriper1 (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:35:43.083 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-04-15T20:35:43.146 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-04-15T20:35:43.151 INFO:teuthology.orchestra.run.smithi069.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-15T20:35:43.151 INFO:teuthology.orchestra.run.smithi069.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-15T20:35:43.245 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-ceph-common (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:35:43.351 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up librbd1 (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:35:43.477 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up ceph-mgr-modules-core (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:35:43.522 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-idna (3.3-1) ... 2024-04-15T20:35:43.604 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up ceph-base (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:35:43.831 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-15T20:35:43.894 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up ceph-fuse (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:35:43.971 INFO:teuthology.orchestra.run.smithi069.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-04-15T20:35:44.237 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-15T20:35:44.237 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-15T20:35:44.447 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up ceph-mds (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:35:44.675 INFO:teuthology.orchestra.run.smithi069.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-15T20:35:44.675 INFO:teuthology.orchestra.run.smithi069.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-15T20:35:44.755 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up libcephfs-dev (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:35:44.906 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-rados (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:35:44.954 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-04-15T20:35:45.057 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up librgw2 (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:35:45.132 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up ceph-mgr (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:35:45.181 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-15T20:35:45.200 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-15T20:35:45.315 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-toml (0.10.2-1) ... 2024-04-15T20:35:45.353 INFO:teuthology.orchestra.run.smithi069.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-15T20:35:45.353 INFO:teuthology.orchestra.run.smithi069.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-15T20:35:45.575 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-15T20:35:45.701 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-04-15T20:35:45.817 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up ceph-osd (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:35:45.827 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-15T20:35:46.111 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-04-15T20:35:46.121 INFO:teuthology.orchestra.run.smithi069.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-15T20:35:46.122 INFO:teuthology.orchestra.run.smithi069.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-15T20:35:46.371 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-04-15T20:35:46.420 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-rbd (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:35:46.547 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up rbd-fuse (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:35:46.585 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up ceph-mgr-k8sevents (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:35:46.622 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-15T20:35:46.673 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-rgw (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:35:46.711 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:35:46.723 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-04-15T20:35:46.782 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-cephfs (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:35:46.853 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up ceph-mon (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:35:46.883 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up ceph-common (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:35:47.035 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-04-15T20:35:47.239 INFO:teuthology.orchestra.run.smithi069.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-15T20:35:47.239 INFO:teuthology.orchestra.run.smithi069.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-15T20:35:47.278 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-04-15T20:35:47.418 INFO:teuthology.orchestra.run.smithi094.stdout:Adding group ceph....done 2024-04-15T20:35:47.529 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-04-15T20:35:47.724 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up ceph-mgr-cephadm (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:35:47.786 INFO:teuthology.orchestra.run.smithi094.stdout:Adding system user ceph....done 2024-04-15T20:35:47.797 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-04-15T20:35:47.850 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up ceph (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:35:47.955 INFO:teuthology.orchestra.run.smithi094.stdout:Setting system user ceph properties....done 2024-04-15T20:35:47.975 INFO:teuthology.orchestra.run.smithi094.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-04-15T20:35:47.984 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up ceph-mgr-dashboard (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:35:48.056 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-04-15T20:35:48.114 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-04-15T20:35:48.136 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up ceph-volume (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:35:48.299 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-15T20:35:48.425 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-04-15T20:35:48.465 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-04-15T20:35:48.505 INFO:teuthology.orchestra.run.smithi069.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-04-15T20:35:48.597 INFO:teuthology.orchestra.run.smithi069.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-04-15T20:35:48.701 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-15T20:35:48.750 INFO:teuthology.orchestra.run.smithi069.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-04-15T20:35:48.827 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-15T20:35:48.919 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up ceph-test (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:35:49.045 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up radosgw (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:35:49.112 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-04-15T20:35:49.396 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-04-15T20:35:49.515 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-15T20:35:49.515 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-15T20:35:49.639 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-15T20:35:49.765 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-04-15T20:35:49.850 INFO:teuthology.orchestra.run.smithi069.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-04-15T20:35:49.891 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-04-15T20:35:49.963 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up ceph-base (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:35:49.980 INFO:teuthology.orchestra.run.smithi204.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-04-15T20:35:50.218 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-15T20:35:50.336 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-04-15T20:35:50.347 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-04-15T20:35:50.454 INFO:teuthology.orchestra.run.smithi069.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-04-15T20:35:50.459 DEBUG:teuthology.parallel:result is None 2024-04-15T20:35:50.704 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-04-15T20:35:50.790 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up ceph-mds (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:35:50.964 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up lua-any (27ubuntu1) ... 2024-04-15T20:35:51.027 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-15T20:35:51.027 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-15T20:35:51.089 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-portend (3.0.0-1) ... 2024-04-15T20:35:51.349 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-15T20:35:51.466 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-15T20:35:51.492 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up ceph-mgr (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:35:51.727 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-15T20:35:51.727 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-15T20:35:51.793 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-04-15T20:35:52.094 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-15T20:35:52.202 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up ceph-osd (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:35:52.387 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-04-15T20:35:52.491 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-15T20:35:52.491 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-15T20:35:52.496 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-rsa (4.8-1) ... 2024-04-15T20:35:52.772 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-04-15T20:35:52.954 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up ceph-mgr-k8sevents (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:35:53.032 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-15T20:35:53.097 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:35:53.248 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up ceph-mon (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:35:53.386 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-04-15T20:35:53.484 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-15T20:35:53.484 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-15T20:35:53.737 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-04-15T20:35:53.957 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up ceph-mgr-cephadm (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:35:54.014 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-04-15T20:35:54.100 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up ceph (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:35:54.228 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up ceph-mgr-dashboard (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:35:54.342 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-15T20:35:54.414 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up ceph-volume (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:35:54.467 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up librados2 (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:35:54.602 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up libsqlite3-mod-ceph (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:35:54.728 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-04-15T20:35:54.758 INFO:teuthology.orchestra.run.smithi094.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-04-15T20:35:54.850 INFO:teuthology.orchestra.run.smithi094.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-04-15T20:35:54.995 INFO:teuthology.orchestra.run.smithi094.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-04-15T20:35:55.056 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up libcephfs2 (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:35:55.157 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up libradosstriper1 (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:35:55.283 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-04-15T20:35:55.577 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up librbd1 (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:35:55.703 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up ceph-mgr-modules-core (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:35:55.829 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up ceph-fuse (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:35:56.042 INFO:teuthology.orchestra.run.smithi204.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-15T20:35:56.042 INFO:teuthology.orchestra.run.smithi204.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-15T20:35:56.112 INFO:teuthology.orchestra.run.smithi094.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-04-15T20:35:56.514 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up libcephfs-dev (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:35:56.615 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-rados (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:35:56.716 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up librgw2 (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:35:56.778 INFO:teuthology.orchestra.run.smithi094.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-04-15T20:35:56.784 DEBUG:teuthology.parallel:result is None 2024-04-15T20:35:56.825 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-15T20:35:58.038 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-rbd (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:35:58.164 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up rbd-fuse (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:35:58.289 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-rgw (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:35:58.415 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-cephfs (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:35:58.542 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up ceph-common (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:35:59.018 INFO:teuthology.orchestra.run.smithi204.stdout:Adding group ceph....done 2024-04-15T20:35:59.403 INFO:teuthology.orchestra.run.smithi204.stdout:Adding system user ceph....done 2024-04-15T20:35:59.571 INFO:teuthology.orchestra.run.smithi204.stdout:Setting system user ceph properties....done 2024-04-15T20:35:59.585 INFO:teuthology.orchestra.run.smithi204.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-04-15T20:35:59.715 INFO:teuthology.orchestra.run.smithi204.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-04-15T20:36:00.005 INFO:teuthology.orchestra.run.smithi204.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-04-15T20:36:00.452 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up ceph-test (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:36:00.578 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up radosgw (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:36:01.040 INFO:teuthology.orchestra.run.smithi204.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-15T20:36:01.040 INFO:teuthology.orchestra.run.smithi204.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-15T20:36:01.505 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up ceph-base (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:36:01.869 INFO:teuthology.orchestra.run.smithi204.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-04-15T20:36:02.543 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up ceph-mds (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:36:02.764 INFO:teuthology.orchestra.run.smithi204.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-15T20:36:02.765 INFO:teuthology.orchestra.run.smithi204.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-15T20:36:03.253 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up ceph-mgr (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:36:03.457 INFO:teuthology.orchestra.run.smithi204.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-15T20:36:03.457 INFO:teuthology.orchestra.run.smithi204.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-15T20:36:03.930 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up ceph-osd (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:36:04.200 INFO:teuthology.orchestra.run.smithi204.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-15T20:36:04.200 INFO:teuthology.orchestra.run.smithi204.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-15T20:36:04.690 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up ceph-mgr-k8sevents (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:36:04.815 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:36:04.966 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up ceph-mon (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:36:05.181 INFO:teuthology.orchestra.run.smithi204.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-15T20:36:05.181 INFO:teuthology.orchestra.run.smithi204.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-15T20:36:05.668 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up ceph-mgr-cephadm (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:36:05.811 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up ceph (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:36:05.937 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up ceph-mgr-dashboard (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:36:06.088 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up ceph-volume (19.0.0-3084-g87dbfb63-1jammy) ... 2024-04-15T20:36:06.424 INFO:teuthology.orchestra.run.smithi204.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-04-15T20:36:06.517 INFO:teuthology.orchestra.run.smithi204.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-04-15T20:36:06.669 INFO:teuthology.orchestra.run.smithi204.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-04-15T20:36:08.500 INFO:teuthology.orchestra.run.smithi204.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-04-15T20:36:09.154 INFO:teuthology.orchestra.run.smithi204.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-04-15T20:36:09.159 DEBUG:teuthology.parallel:result is None 2024-04-15T20:36:09.160 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=87dbfb632e974cb2c28d17423071d2d833b53b29 2024-04-15T20:36:09.381 DEBUG:teuthology.orchestra.run.smithi069:> dpkg-query -W -f '${Version}' ceph 2024-04-15T20:36:09.400 INFO:teuthology.orchestra.run.smithi069.stdout:19.0.0-3084-g87dbfb63-1jammy 2024-04-15T20:36:09.401 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3084-g87dbfb63-1jammy 2024-04-15T20:36:09.401 INFO:teuthology.task.install:The correct ceph version 19.0.0-3084-g87dbfb63-1jammy is installed. 2024-04-15T20:36:09.402 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=87dbfb632e974cb2c28d17423071d2d833b53b29 2024-04-15T20:36:09.541 DEBUG:teuthology.orchestra.run.smithi094:> dpkg-query -W -f '${Version}' ceph 2024-04-15T20:36:09.560 INFO:teuthology.orchestra.run.smithi094.stdout:19.0.0-3084-g87dbfb63-1jammy 2024-04-15T20:36:09.561 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3084-g87dbfb63-1jammy 2024-04-15T20:36:09.561 INFO:teuthology.task.install:The correct ceph version 19.0.0-3084-g87dbfb63-1jammy is installed. 2024-04-15T20:36:09.562 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=87dbfb632e974cb2c28d17423071d2d833b53b29 2024-04-15T20:36:09.779 DEBUG:teuthology.orchestra.run.smithi204:> dpkg-query -W -f '${Version}' ceph 2024-04-15T20:36:09.798 INFO:teuthology.orchestra.run.smithi204.stdout:19.0.0-3084-g87dbfb63-1jammy 2024-04-15T20:36:09.799 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3084-g87dbfb63-1jammy 2024-04-15T20:36:09.799 INFO:teuthology.task.install:The correct ceph version 19.0.0-3084-g87dbfb63-1jammy is installed. 2024-04-15T20:36:09.800 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-04-15T20:36:09.800 DEBUG:teuthology.orchestra.run.smithi069:> set -ex 2024-04-15T20:36:09.800 DEBUG:teuthology.orchestra.run.smithi069:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-15T20:36:09.814 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2024-04-15T20:36:09.814 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-15T20:36:09.828 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-04-15T20:36:09.828 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-15T20:36:09.855 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-04-15T20:36:09.855 DEBUG:teuthology.orchestra.run.smithi069:> set -ex 2024-04-15T20:36:09.855 DEBUG:teuthology.orchestra.run.smithi069:> sudo dd of=/usr/bin/daemon-helper 2024-04-15T20:36:09.868 DEBUG:teuthology.orchestra.run.smithi069:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-15T20:36:09.923 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2024-04-15T20:36:09.923 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd of=/usr/bin/daemon-helper 2024-04-15T20:36:09.937 DEBUG:teuthology.orchestra.run.smithi094:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-15T20:36:09.992 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-04-15T20:36:09.992 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd of=/usr/bin/daemon-helper 2024-04-15T20:36:10.005 DEBUG:teuthology.orchestra.run.smithi204:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-15T20:36:10.062 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-04-15T20:36:10.062 DEBUG:teuthology.orchestra.run.smithi069:> set -ex 2024-04-15T20:36:10.063 DEBUG:teuthology.orchestra.run.smithi069:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-15T20:36:10.076 DEBUG:teuthology.orchestra.run.smithi069:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-15T20:36:10.127 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2024-04-15T20:36:10.127 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-15T20:36:10.141 DEBUG:teuthology.orchestra.run.smithi094:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-15T20:36:10.196 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-04-15T20:36:10.196 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-15T20:36:10.210 DEBUG:teuthology.orchestra.run.smithi204:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-15T20:36:10.266 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-04-15T20:36:10.266 DEBUG:teuthology.orchestra.run.smithi069:> set -ex 2024-04-15T20:36:10.266 DEBUG:teuthology.orchestra.run.smithi069:> sudo dd of=/usr/bin/stdin-killer 2024-04-15T20:36:10.280 DEBUG:teuthology.orchestra.run.smithi069:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-15T20:36:10.332 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2024-04-15T20:36:10.332 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd of=/usr/bin/stdin-killer 2024-04-15T20:36:10.345 DEBUG:teuthology.orchestra.run.smithi094:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-15T20:36:10.400 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-04-15T20:36:10.400 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd of=/usr/bin/stdin-killer 2024-04-15T20:36:10.413 DEBUG:teuthology.orchestra.run.smithi204:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-15T20:36:10.466 INFO:teuthology.run_tasks:Running task cephadm... 2024-04-15T20:36:10.558 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 3}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': True}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)', 'MON_DOWN', 'mons down', 'mon down', 'out of quorum'], 'log-only-match': ['CEPHADM_'], 'sha1': '87dbfb632e974cb2c28d17423071d2d833b53b29'} 2024-04-15T20:36:10.558 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 2024-04-15T20:36:10.559 INFO:tasks.cephadm:Cluster fsid is cb456bda-fb67-11ee-bc8f-c7b262605968 2024-04-15T20:36:10.559 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-04-15T20:36:10.559 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.69', 'mon.b': '172.21.15.94', 'mon.c': '172.21.15.204'} 2024-04-15T20:36:10.559 INFO:tasks.cephadm:First mon is mon.a on smithi069 2024-04-15T20:36:10.559 INFO:tasks.cephadm:First mgr is a 2024-04-15T20:36:10.559 INFO:tasks.cephadm:Normalizing hostnames... 2024-04-15T20:36:10.560 DEBUG:teuthology.orchestra.run.smithi069:> sudo hostname $(hostname -s) 2024-04-15T20:36:10.574 DEBUG:teuthology.orchestra.run.smithi094:> sudo hostname $(hostname -s) 2024-04-15T20:36:10.588 DEBUG:teuthology.orchestra.run.smithi204:> sudo hostname $(hostname -s) 2024-04-15T20:36:10.602 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-04-15T20:36:10.602 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=87dbfb632e974cb2c28d17423071d2d833b53b29 2024-04-15T20:36:10.742 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '87dbfb632e974cb2c28d17423071d2d833b53b29', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=jammy,DIST=jammy,MACHINE_SIZE=gigantic/54897/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-3084-g87dbfb63', 'node_name': '172.21.2.11+braggi11', 'job_name': 'ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=jammy,DIST=jammy,MACHINE_SIZE=gigantic', 'package_manager_version': '19.0.0-3084-g87dbfb63-1jammy'}, 'url': 'https://4.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/flavors/default/', 'distro_codename': 'jammy', 'modified': '2024-04-15 01:30:39.755016', 'distro_version': '22.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'main', 'chacra_url': 'https://4.chacra.ceph.com/repos/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}] 2024-04-15T20:36:10.951 INFO:tasks.util.chacra:got chacra host 4.chacra.ceph.com, ref main, sha1 87dbfb632e974cb2c28d17423071d2d833b53b29 from https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F22.04%2Fx86_64&flavor=default&sha1=87dbfb632e974cb2c28d17423071d2d833b53b29 2024-04-15T20:36:10.952 INFO:tasks.cephadm:Discovered cachra url: https://4.chacra.ceph.com/binaries/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-04-15T20:36:10.953 DEBUG:teuthology.orchestra.run.smithi069:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-15T20:36:11.733 INFO:teuthology.orchestra.run.smithi069.stdout:-rw-rw-r-- 1 ubuntu ubuntu 788989 Apr 15 20:36 /home/ubuntu/cephtest/cephadm 2024-04-15T20:36:11.734 DEBUG:teuthology.orchestra.run.smithi094:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-15T20:36:12.419 INFO:teuthology.orchestra.run.smithi094.stdout:-rw-rw-r-- 1 ubuntu ubuntu 788989 Apr 15 20:36 /home/ubuntu/cephtest/cephadm 2024-04-15T20:36:12.420 DEBUG:teuthology.orchestra.run.smithi204:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-15T20:36:13.071 INFO:teuthology.orchestra.run.smithi204.stdout:-rw-rw-r-- 1 ubuntu ubuntu 788989 Apr 15 20:36 /home/ubuntu/cephtest/cephadm 2024-04-15T20:36:13.071 DEBUG:teuthology.orchestra.run.smithi069:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-15T20:36:13.078 DEBUG:teuthology.orchestra.run.smithi094:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-15T20:36:13.086 DEBUG:teuthology.orchestra.run.smithi204:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-15T20:36:13.104 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 on all hosts... 2024-04-15T20:36:13.104 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 pull 2024-04-15T20:36:13.122 DEBUG:teuthology.orchestra.run.smithi094:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 pull 2024-04-15T20:36:13.130 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 pull 2024-04-15T20:36:13.285 INFO:teuthology.orchestra.run.smithi069.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29... 2024-04-15T20:36:13.295 INFO:teuthology.orchestra.run.smithi094.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29... 2024-04-15T20:36:13.305 INFO:teuthology.orchestra.run.smithi204.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29... 2024-04-15T20:37:12.532 INFO:teuthology.orchestra.run.smithi204.stdout:{ 2024-04-15T20:37:12.532 INFO:teuthology.orchestra.run.smithi204.stdout: "ceph_version": "ceph version 19.0.0-3084-g87dbfb63 (87dbfb632e974cb2c28d17423071d2d833b53b29) squid (dev)", 2024-04-15T20:37:12.533 INFO:teuthology.orchestra.run.smithi204.stdout: "image_id": "a452a57266c718c37049de4c2da9a5e566bb7b9c6db62908ada4c8b0e854997b", 2024-04-15T20:37:12.533 INFO:teuthology.orchestra.run.smithi204.stdout: "repo_digests": [ 2024-04-15T20:37:12.533 INFO:teuthology.orchestra.run.smithi204.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:386dcbdb0b8a78b880705c56a17f715946e178c298e478ab4b58fddb8072ae6f" 2024-04-15T20:37:12.533 INFO:teuthology.orchestra.run.smithi204.stdout: ] 2024-04-15T20:37:12.533 INFO:teuthology.orchestra.run.smithi204.stdout:} 2024-04-15T20:37:17.432 INFO:teuthology.orchestra.run.smithi094.stdout:{ 2024-04-15T20:37:17.432 INFO:teuthology.orchestra.run.smithi094.stdout: "ceph_version": "ceph version 19.0.0-3084-g87dbfb63 (87dbfb632e974cb2c28d17423071d2d833b53b29) squid (dev)", 2024-04-15T20:37:17.432 INFO:teuthology.orchestra.run.smithi094.stdout: "image_id": "a452a57266c718c37049de4c2da9a5e566bb7b9c6db62908ada4c8b0e854997b", 2024-04-15T20:37:17.432 INFO:teuthology.orchestra.run.smithi094.stdout: "repo_digests": [ 2024-04-15T20:37:17.432 INFO:teuthology.orchestra.run.smithi094.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:386dcbdb0b8a78b880705c56a17f715946e178c298e478ab4b58fddb8072ae6f" 2024-04-15T20:37:17.432 INFO:teuthology.orchestra.run.smithi094.stdout: ] 2024-04-15T20:37:17.432 INFO:teuthology.orchestra.run.smithi094.stdout:} 2024-04-15T20:37:17.981 INFO:teuthology.orchestra.run.smithi069.stdout:{ 2024-04-15T20:37:17.981 INFO:teuthology.orchestra.run.smithi069.stdout: "ceph_version": "ceph version 19.0.0-3084-g87dbfb63 (87dbfb632e974cb2c28d17423071d2d833b53b29) squid (dev)", 2024-04-15T20:37:17.981 INFO:teuthology.orchestra.run.smithi069.stdout: "image_id": "a452a57266c718c37049de4c2da9a5e566bb7b9c6db62908ada4c8b0e854997b", 2024-04-15T20:37:17.981 INFO:teuthology.orchestra.run.smithi069.stdout: "repo_digests": [ 2024-04-15T20:37:17.982 INFO:teuthology.orchestra.run.smithi069.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:386dcbdb0b8a78b880705c56a17f715946e178c298e478ab4b58fddb8072ae6f" 2024-04-15T20:37:17.982 INFO:teuthology.orchestra.run.smithi069.stdout: ] 2024-04-15T20:37:17.982 INFO:teuthology.orchestra.run.smithi069.stdout:} 2024-04-15T20:37:18.017 DEBUG:teuthology.orchestra.run.smithi069:> sudo mkdir -p /etc/ceph 2024-04-15T20:37:18.031 DEBUG:teuthology.orchestra.run.smithi094:> sudo mkdir -p /etc/ceph 2024-04-15T20:37:18.046 DEBUG:teuthology.orchestra.run.smithi204:> sudo mkdir -p /etc/ceph 2024-04-15T20:37:18.061 DEBUG:teuthology.orchestra.run.smithi069:> sudo chmod 777 /etc/ceph 2024-04-15T20:37:18.086 DEBUG:teuthology.orchestra.run.smithi094:> sudo chmod 777 /etc/ceph 2024-04-15T20:37:18.098 DEBUG:teuthology.orchestra.run.smithi204:> sudo chmod 777 /etc/ceph 2024-04-15T20:37:18.117 INFO:tasks.cephadm:Writing seed config... 2024-04-15T20:37:18.118 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2024-04-15T20:37:18.118 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-04-15T20:37:18.118 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-04-15T20:37:18.119 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = True 2024-04-15T20:37:18.119 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-04-15T20:37:18.119 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-04-15T20:37:18.119 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-04-15T20:37:18.119 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-04-15T20:37:18.119 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-04-15T20:37:18.119 DEBUG:teuthology.orchestra.run.smithi069:> set -ex 2024-04-15T20:37:18.120 DEBUG:teuthology.orchestra.run.smithi069:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-04-15T20:37:18.131 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 = cb456bda-fb67-11ee-bc8f-c7b262605968 mon election default strategy = 3 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 mgr/cephadm/use_agent = True [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-04-15T20:37:18.132 DEBUG:teuthology.orchestra.run.smithi069:mon.a> sudo journalctl -f -n 0 -u ceph-cb456bda-fb67-11ee-bc8f-c7b262605968@mon.a.service 2024-04-15T20:37:18.177 DEBUG:teuthology.orchestra.run.smithi069:mgr.a> sudo journalctl -f -n 0 -u ceph-cb456bda-fb67-11ee-bc8f-c7b262605968@mgr.a.service 2024-04-15T20:37:18.220 INFO:tasks.cephadm:Bootstrapping... 2024-04-15T20:37:18.220 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 -v bootstrap --fsid cb456bda-fb67-11ee-bc8f-c7b262605968 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-id a --mgr-id a --orphan-initial-daemons --skip-monitoring-stack --mon-ip 172.21.15.69 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-04-15T20:37:18.422 INFO:teuthology.orchestra.run.smithi069.stdout:-------------------------------------------------------------------------------- 2024-04-15T20:37:18.422 INFO:teuthology.orchestra.run.smithi069.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29', '-v', 'bootstrap', '--fsid', 'cb456bda-fb67-11ee-bc8f-c7b262605968', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-id', 'a', '--mgr-id', 'a', '--orphan-initial-daemons', '--skip-monitoring-stack', '--mon-ip', '172.21.15.69', '--skip-admin-label'] 2024-04-15T20:37:18.422 INFO:teuthology.orchestra.run.smithi069.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-04-15T20:37:18.423 INFO:teuthology.orchestra.run.smithi069.stdout:Verifying podman|docker is present... 2024-04-15T20:37:18.423 INFO:teuthology.orchestra.run.smithi069.stdout:Verifying lvm2 is present... 2024-04-15T20:37:18.423 INFO:teuthology.orchestra.run.smithi069.stdout:Verifying time synchronization is in place... 2024-04-15T20:37:18.430 INFO:teuthology.orchestra.run.smithi069.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-04-15T20:37:18.430 INFO:teuthology.orchestra.run.smithi069.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-04-15T20:37:18.434 INFO:teuthology.orchestra.run.smithi069.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-04-15T20:37:18.434 INFO:teuthology.orchestra.run.smithi069.stdout:systemctl: stdout inactive 2024-04-15T20:37:18.437 INFO:teuthology.orchestra.run.smithi069.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-04-15T20:37:18.438 INFO:teuthology.orchestra.run.smithi069.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-04-15T20:37:18.441 INFO:teuthology.orchestra.run.smithi069.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-04-15T20:37:18.441 INFO:teuthology.orchestra.run.smithi069.stdout:systemctl: stdout inactive 2024-04-15T20:37:18.445 INFO:teuthology.orchestra.run.smithi069.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-04-15T20:37:18.445 INFO:teuthology.orchestra.run.smithi069.stdout:systemctl: stdout masked 2024-04-15T20:37:18.449 INFO:teuthology.orchestra.run.smithi069.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-04-15T20:37:18.449 INFO:teuthology.orchestra.run.smithi069.stdout:systemctl: stdout inactive 2024-04-15T20:37:18.452 INFO:teuthology.orchestra.run.smithi069.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-04-15T20:37:18.452 INFO:teuthology.orchestra.run.smithi069.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-04-15T20:37:18.456 INFO:teuthology.orchestra.run.smithi069.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-04-15T20:37:18.456 INFO:teuthology.orchestra.run.smithi069.stdout:systemctl: stdout inactive 2024-04-15T20:37:18.459 INFO:teuthology.orchestra.run.smithi069.stdout:systemctl: stdout enabled 2024-04-15T20:37:18.463 INFO:teuthology.orchestra.run.smithi069.stdout:systemctl: stdout active 2024-04-15T20:37:18.463 INFO:teuthology.orchestra.run.smithi069.stdout:Unit ntp.service is enabled and running 2024-04-15T20:37:18.463 INFO:teuthology.orchestra.run.smithi069.stdout:Repeating the final host check... 2024-04-15T20:37:18.463 INFO:teuthology.orchestra.run.smithi069.stdout:docker (/usr/bin/docker) is present 2024-04-15T20:37:18.463 INFO:teuthology.orchestra.run.smithi069.stdout:systemctl is present 2024-04-15T20:37:18.463 INFO:teuthology.orchestra.run.smithi069.stdout:lvcreate is present 2024-04-15T20:37:18.466 INFO:teuthology.orchestra.run.smithi069.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-04-15T20:37:18.466 INFO:teuthology.orchestra.run.smithi069.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-04-15T20:37:18.469 INFO:teuthology.orchestra.run.smithi069.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-04-15T20:37:18.469 INFO:teuthology.orchestra.run.smithi069.stdout:systemctl: stdout inactive 2024-04-15T20:37:18.472 INFO:teuthology.orchestra.run.smithi069.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-04-15T20:37:18.472 INFO:teuthology.orchestra.run.smithi069.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-04-15T20:37:18.475 INFO:teuthology.orchestra.run.smithi069.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-04-15T20:37:18.475 INFO:teuthology.orchestra.run.smithi069.stdout:systemctl: stdout inactive 2024-04-15T20:37:18.478 INFO:teuthology.orchestra.run.smithi069.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-04-15T20:37:18.478 INFO:teuthology.orchestra.run.smithi069.stdout:systemctl: stdout masked 2024-04-15T20:37:18.482 INFO:teuthology.orchestra.run.smithi069.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-04-15T20:37:18.482 INFO:teuthology.orchestra.run.smithi069.stdout:systemctl: stdout inactive 2024-04-15T20:37:18.484 INFO:teuthology.orchestra.run.smithi069.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-04-15T20:37:18.485 INFO:teuthology.orchestra.run.smithi069.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-04-15T20:37:18.488 INFO:teuthology.orchestra.run.smithi069.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-04-15T20:37:18.488 INFO:teuthology.orchestra.run.smithi069.stdout:systemctl: stdout inactive 2024-04-15T20:37:18.492 INFO:teuthology.orchestra.run.smithi069.stdout:systemctl: stdout enabled 2024-04-15T20:37:18.496 INFO:teuthology.orchestra.run.smithi069.stdout:systemctl: stdout active 2024-04-15T20:37:18.496 INFO:teuthology.orchestra.run.smithi069.stdout:Unit ntp.service is enabled and running 2024-04-15T20:37:18.496 INFO:teuthology.orchestra.run.smithi069.stdout:Host looks OK 2024-04-15T20:37:18.496 INFO:teuthology.orchestra.run.smithi069.stdout:Cluster fsid: cb456bda-fb67-11ee-bc8f-c7b262605968 2024-04-15T20:37:18.496 INFO:teuthology.orchestra.run.smithi069.stdout:Acquiring lock 139828365830144 on /run/cephadm/cb456bda-fb67-11ee-bc8f-c7b262605968.lock 2024-04-15T20:37:18.496 INFO:teuthology.orchestra.run.smithi069.stdout:Lock 139828365830144 acquired on /run/cephadm/cb456bda-fb67-11ee-bc8f-c7b262605968.lock 2024-04-15T20:37:18.496 INFO:teuthology.orchestra.run.smithi069.stdout:Verifying IP 172.21.15.69 port 3300 ... 2024-04-15T20:37:18.496 INFO:teuthology.orchestra.run.smithi069.stdout:Verifying IP 172.21.15.69 port 6789 ... 2024-04-15T20:37:18.496 INFO:teuthology.orchestra.run.smithi069.stdout:Base mon IP(s) is [172.21.15.69:3300, 172.21.15.69:6789], mon addrv is [v2:172.21.15.69:3300,v1:172.21.15.69:6789] 2024-04-15T20:37:18.499 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 2024-04-15T20:37:18.499 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.69 metric 100 2024-04-15T20:37:18.499 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/sbin/ip: stdout 158.69.67.47 via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.69 metric 100 2024-04-15T20:37:18.499 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/sbin/ip: stdout 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-04-15T20:37:18.499 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.69 metric 100 2024-04-15T20:37:18.499 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/sbin/ip: stdout 172.21.0.1 dev enp3s0f1 proto dhcp scope link src 172.21.15.69 metric 100 2024-04-15T20:37:18.499 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/sbin/ip: stdout 172.21.0.2 dev enp3s0f1 proto dhcp scope link src 172.21.15.69 metric 100 2024-04-15T20:37:18.499 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/sbin/ip: stdout 172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.69 metric 100 2024-04-15T20:37:18.500 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-04-15T20:37:18.500 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-04-15T20:37:18.500 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 expires 1737sec pref medium 2024-04-15T20:37:18.502 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-04-15T20:37:18.502 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/sbin/ip: stdout inet6 ::1/128 scope host 2024-04-15T20:37:18.502 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-04-15T20:37:18.502 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-04-15T20:37:18.502 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/sbin/ip: stdout inet6 fe80::ec4:7aff:fe8f:d737/64 scope link 2024-04-15T20:37:18.502 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-04-15T20:37:18.503 INFO:teuthology.orchestra.run.smithi069.stdout:Mon IP `172.21.15.69` is in CIDR network `172.21.0.0/20` 2024-04-15T20:37:18.503 INFO:teuthology.orchestra.run.smithi069.stdout:Mon IP `172.21.15.69` is in CIDR network `172.21.0.0/20` 2024-04-15T20:37:18.504 INFO:teuthology.orchestra.run.smithi069.stdout:Mon IP `172.21.15.69` is in CIDR network `172.21.0.1/32` 2024-04-15T20:37:18.504 INFO:teuthology.orchestra.run.smithi069.stdout:Mon IP `172.21.15.69` is in CIDR network `172.21.0.1/32` 2024-04-15T20:37:18.504 INFO:teuthology.orchestra.run.smithi069.stdout:Mon IP `172.21.15.69` is in CIDR network `172.21.0.2/32` 2024-04-15T20:37:18.504 INFO:teuthology.orchestra.run.smithi069.stdout:Mon IP `172.21.15.69` is in CIDR network `172.21.0.2/32` 2024-04-15T20:37:18.504 INFO:teuthology.orchestra.run.smithi069.stdout:Mon IP `172.21.15.69` is in CIDR network `172.21.15.254/32` 2024-04-15T20:37:18.504 INFO:teuthology.orchestra.run.smithi069.stdout:Mon IP `172.21.15.69` is in CIDR network `172.21.15.254/32` 2024-04-15T20:37:18.504 INFO:teuthology.orchestra.run.smithi069.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-04-15T20:37:18.504 INFO:teuthology.orchestra.run.smithi069.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-04-15T20:37:18.504 INFO:teuthology.orchestra.run.smithi069.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29... 2024-04-15T20:37:19.185 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/docker: stdout 87dbfb632e974cb2c28d17423071d2d833b53b29: Pulling from ceph-ci/ceph 2024-04-15T20:37:19.185 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/docker: stdout Digest: sha256:386dcbdb0b8a78b880705c56a17f715946e178c298e478ab4b58fddb8072ae6f 2024-04-15T20:37:19.185 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/docker: stdout Status: Image is up to date for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 2024-04-15T20:37:19.185 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/docker: stdout quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 2024-04-15T20:37:20.552 INFO:teuthology.orchestra.run.smithi069.stdout:ceph: stdout ceph version 19.0.0-3084-g87dbfb63 (87dbfb632e974cb2c28d17423071d2d833b53b29) squid (dev) 2024-04-15T20:37:20.553 INFO:teuthology.orchestra.run.smithi069.stdout:Ceph version: ceph version 19.0.0-3084-g87dbfb63 (87dbfb632e974cb2c28d17423071d2d833b53b29) squid (dev) 2024-04-15T20:37:20.553 INFO:teuthology.orchestra.run.smithi069.stdout:Extracting ceph user uid/gid from container image... 2024-04-15T20:37:21.865 INFO:teuthology.orchestra.run.smithi069.stdout:stat: stdout 167 167 2024-04-15T20:37:21.865 INFO:teuthology.orchestra.run.smithi069.stdout:Creating initial keys... 2024-04-15T20:37:23.054 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-authtool: stdout AQACkB1mxYikIRAA/LYMbzRkZCzRmRmSG/eUDQ== 2024-04-15T20:37:24.291 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-authtool: stdout AQADkB1mYOoqKxAApeY/x1JvN8eak54fUQgQaA== 2024-04-15T20:37:25.470 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-authtool: stdout AQAEkB1madT0ORAAana5cniZFbGgm89LBdXerg== 2024-04-15T20:37:25.472 INFO:teuthology.orchestra.run.smithi069.stdout:Creating initial monmap... 2024-04-15T20:37:26.675 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-15T20:37:26.675 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-04-15T20:37:26.675 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to cb456bda-fb67-11ee-bc8f-c7b262605968 2024-04-15T20:37:26.676 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-15T20:37:26.676 INFO:teuthology.orchestra.run.smithi069.stdout:monmaptool for a [v2:172.21.15.69:3300,v1:172.21.15.69:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-15T20:37:26.676 INFO:teuthology.orchestra.run.smithi069.stdout:setting min_mon_release = quincy 2024-04-15T20:37:26.676 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/monmaptool: set fsid to cb456bda-fb67-11ee-bc8f-c7b262605968 2024-04-15T20:37:26.676 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-15T20:37:26.676 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-15T20:37:26.676 INFO:teuthology.orchestra.run.smithi069.stdout:Creating mon... 2024-04-15T20:37:27.887 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.356+0000 7ffa2ca45c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-04-15T20:37:27.888 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.356+0000 7ffa2ca45c80 1 imported monmap: 2024-04-15T20:37:27.888 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr epoch 0 2024-04-15T20:37:27.888 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr fsid cb456bda-fb67-11ee-bc8f-c7b262605968 2024-04-15T20:37:27.888 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr last_changed 2024-04-15T20:37:26.203899+0000 2024-04-15T20:37:27.888 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr created 2024-04-15T20:37:26.203899+0000 2024-04-15T20:37:27.888 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr min_mon_release 17 (quincy) 2024-04-15T20:37:27.888 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr election_strategy: 1 2024-04-15T20:37:27.888 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.69:3300/0,v1:172.21.15.69:6789/0] mon.a 2024-04-15T20:37:27.888 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr 2024-04-15T20:37:27.888 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.356+0000 7ffa2ca45c80 0 /usr/bin/ceph-mon: set fsid to cb456bda-fb67-11ee-bc8f-c7b262605968 2024-04-15T20:37:27.888 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.356+0000 7ffa2ca45c80 4 rocksdb: RocksDB version: 7.9.2 2024-04-15T20:37:27.888 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr 2024-04-15T20:37:27.889 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.356+0000 7ffa2ca45c80 4 rocksdb: Git sha 0 2024-04-15T20:37:27.889 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.356+0000 7ffa2ca45c80 4 rocksdb: Compile date 2024-04-14 15:12:02 2024-04-15T20:37:27.889 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.356+0000 7ffa2ca45c80 4 rocksdb: DB SUMMARY 2024-04-15T20:37:27.889 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr 2024-04-15T20:37:27.889 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.356+0000 7ffa2ca45c80 4 rocksdb: DB Session ID: 64R6XBGX6RYKTQICCZ5M 2024-04-15T20:37:27.889 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr 2024-04-15T20:37:27.889 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.356+0000 7ffa2ca45c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2024-04-15T20:37:27.889 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr 2024-04-15T20:37:27.889 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.356+0000 7ffa2ca45c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2024-04-15T20:37:27.889 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr 2024-04-15T20:37:27.889 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.356+0000 7ffa2ca45c80 4 rocksdb: Options.error_if_exists: 0 2024-04-15T20:37:27.889 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.356+0000 7ffa2ca45c80 4 rocksdb: Options.create_if_missing: 1 2024-04-15T20:37:27.889 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.356+0000 7ffa2ca45c80 4 rocksdb: Options.paranoid_checks: 1 2024-04-15T20:37:27.889 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.356+0000 7ffa2ca45c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-04-15T20:37:27.889 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.356+0000 7ffa2ca45c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-15T20:37:27.890 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.356+0000 7ffa2ca45c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-15T20:37:27.890 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.356+0000 7ffa2ca45c80 4 rocksdb: Options.env: 0x561a042cfcc0 2024-04-15T20:37:27.890 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.356+0000 7ffa2ca45c80 4 rocksdb: Options.fs: PosixFileSystem 2024-04-15T20:37:27.890 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.356+0000 7ffa2ca45c80 4 rocksdb: Options.info_log: 0x561a050bee80 2024-04-15T20:37:27.890 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.356+0000 7ffa2ca45c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-04-15T20:37:27.890 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.356+0000 7ffa2ca45c80 4 rocksdb: Options.statistics: (nil) 2024-04-15T20:37:27.890 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.356+0000 7ffa2ca45c80 4 rocksdb: Options.use_fsync: 0 2024-04-15T20:37:27.890 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.356+0000 7ffa2ca45c80 4 rocksdb: Options.max_log_file_size: 0 2024-04-15T20:37:27.890 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.356+0000 7ffa2ca45c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-15T20:37:27.890 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.356+0000 7ffa2ca45c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-04-15T20:37:27.890 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.356+0000 7ffa2ca45c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-04-15T20:37:27.890 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.356+0000 7ffa2ca45c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-04-15T20:37:27.890 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.356+0000 7ffa2ca45c80 4 rocksdb: Options.allow_fallocate: 1 2024-04-15T20:37:27.890 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.356+0000 7ffa2ca45c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-04-15T20:37:27.891 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.356+0000 7ffa2ca45c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-04-15T20:37:27.891 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.356+0000 7ffa2ca45c80 4 rocksdb: Options.use_direct_reads: 0 2024-04-15T20:37:27.891 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.356+0000 7ffa2ca45c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-15T20:37:27.891 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.356+0000 7ffa2ca45c80 4 rocksdb: Options.create_missing_column_families: 0 2024-04-15T20:37:27.891 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.356+0000 7ffa2ca45c80 4 rocksdb: Options.db_log_dir: 2024-04-15T20:37:27.891 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.356+0000 7ffa2ca45c80 4 rocksdb: Options.wal_dir: 2024-04-15T20:37:27.891 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.356+0000 7ffa2ca45c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-04-15T20:37:27.891 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.356+0000 7ffa2ca45c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-04-15T20:37:27.891 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.356+0000 7ffa2ca45c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-04-15T20:37:27.891 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.356+0000 7ffa2ca45c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-15T20:37:27.891 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.356+0000 7ffa2ca45c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-15T20:37:27.891 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.356+0000 7ffa2ca45c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-04-15T20:37:27.891 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.356+0000 7ffa2ca45c80 4 rocksdb: Options.advise_random_on_open: 1 2024-04-15T20:37:27.891 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.356+0000 7ffa2ca45c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-04-15T20:37:27.891 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.356+0000 7ffa2ca45c80 4 rocksdb: Options.write_buffer_manager: 0x561a0508f360 2024-04-15T20:37:27.892 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.356+0000 7ffa2ca45c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-15T20:37:27.892 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.356+0000 7ffa2ca45c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-15T20:37:27.892 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.356+0000 7ffa2ca45c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-04-15T20:37:27.892 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.356+0000 7ffa2ca45c80 4 rocksdb: Options.rate_limiter: (nil) 2024-04-15T20:37:27.892 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.356+0000 7ffa2ca45c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-15T20:37:27.892 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.356+0000 7ffa2ca45c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-04-15T20:37:27.892 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.356+0000 7ffa2ca45c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-04-15T20:37:27.892 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.356+0000 7ffa2ca45c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-04-15T20:37:27.892 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.356+0000 7ffa2ca45c80 4 rocksdb: Options.unordered_write: 0 2024-04-15T20:37:27.892 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.356+0000 7ffa2ca45c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-15T20:37:27.892 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.356+0000 7ffa2ca45c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-15T20:37:27.892 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.356+0000 7ffa2ca45c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-15T20:37:27.892 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.356+0000 7ffa2ca45c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-15T20:37:27.893 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.356+0000 7ffa2ca45c80 4 rocksdb: Options.row_cache: None 2024-04-15T20:37:27.893 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.356+0000 7ffa2ca45c80 4 rocksdb: Options.wal_filter: None 2024-04-15T20:37:27.893 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.356+0000 7ffa2ca45c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-15T20:37:27.893 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.356+0000 7ffa2ca45c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-04-15T20:37:27.893 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.356+0000 7ffa2ca45c80 4 rocksdb: Options.two_write_queues: 0 2024-04-15T20:37:27.893 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.356+0000 7ffa2ca45c80 4 rocksdb: Options.manual_wal_flush: 0 2024-04-15T20:37:27.893 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.356+0000 7ffa2ca45c80 4 rocksdb: Options.wal_compression: 0 2024-04-15T20:37:27.893 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.356+0000 7ffa2ca45c80 4 rocksdb: Options.atomic_flush: 0 2024-04-15T20:37:27.893 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.356+0000 7ffa2ca45c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-15T20:37:27.893 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.356+0000 7ffa2ca45c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-04-15T20:37:27.893 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.356+0000 7ffa2ca45c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-04-15T20:37:27.893 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.356+0000 7ffa2ca45c80 4 rocksdb: Options.log_readahead_size: 0 2024-04-15T20:37:27.893 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.356+0000 7ffa2ca45c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-15T20:37:27.893 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.356+0000 7ffa2ca45c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-04-15T20:37:27.893 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.356+0000 7ffa2ca45c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-15T20:37:27.894 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.356+0000 7ffa2ca45c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-15T20:37:27.894 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.356+0000 7ffa2ca45c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-04-15T20:37:27.894 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.356+0000 7ffa2ca45c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-04-15T20:37:27.894 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.356+0000 7ffa2ca45c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-04-15T20:37:27.894 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.356+0000 7ffa2ca45c80 4 rocksdb: Options.max_background_jobs: 2 2024-04-15T20:37:27.894 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.356+0000 7ffa2ca45c80 4 rocksdb: Options.max_background_compactions: -1 2024-04-15T20:37:27.894 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.356+0000 7ffa2ca45c80 4 rocksdb: Options.max_subcompactions: 1 2024-04-15T20:37:27.894 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.356+0000 7ffa2ca45c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-15T20:37:27.894 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.356+0000 7ffa2ca45c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-15T20:37:27.894 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.356+0000 7ffa2ca45c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-04-15T20:37:27.894 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.356+0000 7ffa2ca45c80 4 rocksdb: Options.max_total_wal_size: 0 2024-04-15T20:37:27.894 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.356+0000 7ffa2ca45c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-15T20:37:27.894 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.356+0000 7ffa2ca45c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-04-15T20:37:27.894 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.356+0000 7ffa2ca45c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-04-15T20:37:27.894 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.356+0000 7ffa2ca45c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-15T20:37:27.895 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.356+0000 7ffa2ca45c80 4 rocksdb: Options.max_open_files: -1 2024-04-15T20:37:27.895 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.356+0000 7ffa2ca45c80 4 rocksdb: Options.bytes_per_sync: 0 2024-04-15T20:37:27.895 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.356+0000 7ffa2ca45c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-04-15T20:37:27.895 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.356+0000 7ffa2ca45c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-04-15T20:37:27.895 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.356+0000 7ffa2ca45c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-04-15T20:37:27.895 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.356+0000 7ffa2ca45c80 4 rocksdb: Options.max_background_flushes: -1 2024-04-15T20:37:27.895 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.356+0000 7ffa2ca45c80 4 rocksdb: Compression algorithms supported: 2024-04-15T20:37:27.895 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.356+0000 7ffa2ca45c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-15T20:37:27.895 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.356+0000 7ffa2ca45c80 4 rocksdb: kZSTD supported: 0 2024-04-15T20:37:27.895 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.356+0000 7ffa2ca45c80 4 rocksdb: kXpressCompression supported: 0 2024-04-15T20:37:27.895 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.356+0000 7ffa2ca45c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-04-15T20:37:27.895 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.356+0000 7ffa2ca45c80 4 rocksdb: kZlibCompression supported: 1 2024-04-15T20:37:27.895 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.356+0000 7ffa2ca45c80 4 rocksdb: kSnappyCompression supported: 1 2024-04-15T20:37:27.895 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.356+0000 7ffa2ca45c80 4 rocksdb: kLZ4Compression supported: 1 2024-04-15T20:37:27.895 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.356+0000 7ffa2ca45c80 4 rocksdb: kBZip2Compression supported: 0 2024-04-15T20:37:27.896 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.356+0000 7ffa2ca45c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-04-15T20:37:27.896 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.356+0000 7ffa2ca45c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-04-15T20:37:27.896 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.360+0000 7ffa2ca45c80 4 rocksdb: [db/db_impl/db_impl_open.cc:317] Creating manifest 1 2024-04-15T20:37:27.896 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr 2024-04-15T20:37:27.896 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.360+0000 7ffa2ca45c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2024-04-15T20:37:27.896 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr 2024-04-15T20:37:27.896 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.360+0000 7ffa2ca45c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-15T20:37:27.896 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr 2024-04-15T20:37:27.896 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.360+0000 7ffa2ca45c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-15T20:37:27.896 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.360+0000 7ffa2ca45c80 4 rocksdb: Options.merge_operator: 2024-04-15T20:37:27.896 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.360+0000 7ffa2ca45c80 4 rocksdb: Options.compaction_filter: None 2024-04-15T20:37:27.896 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.360+0000 7ffa2ca45c80 4 rocksdb: Options.compaction_filter_factory: None 2024-04-15T20:37:27.896 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.360+0000 7ffa2ca45c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-04-15T20:37:27.896 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.360+0000 7ffa2ca45c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-04-15T20:37:27.896 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.360+0000 7ffa2ca45c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-04-15T20:37:27.897 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.360+0000 7ffa2ca45c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x561a050bf060) 2024-04-15T20:37:27.897 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2024-04-15T20:37:27.897 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 0 2024-04-15T20:37:27.897 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-15T20:37:27.897 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2024-04-15T20:37:27.897 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr index_type: 0 2024-04-15T20:37:27.897 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2024-04-15T20:37:27.897 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr index_shortening: 1 2024-04-15T20:37:27.897 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2024-04-15T20:37:27.897 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr checksum: 4 2024-04-15T20:37:27.897 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr no_block_cache: 0 2024-04-15T20:37:27.897 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr block_cache: 0x561a050c1090 2024-04-15T20:37:27.897 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2024-04-15T20:37:27.897 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr block_cache_options: 2024-04-15T20:37:27.897 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr capacity : 536870912 2024-04-15T20:37:27.898 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2024-04-15T20:37:27.898 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2024-04-15T20:37:27.898 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2024-04-15T20:37:27.898 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2024-04-15T20:37:27.898 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2024-04-15T20:37:27.898 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr block_size: 4096 2024-04-15T20:37:27.898 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2024-04-15T20:37:27.898 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2024-04-15T20:37:27.898 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2024-04-15T20:37:27.898 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2024-04-15T20:37:27.898 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr partition_filters: 0 2024-04-15T20:37:27.898 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2024-04-15T20:37:27.898 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr filter_policy: bloomfilter 2024-04-15T20:37:27.898 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2024-04-15T20:37:27.898 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr verify_compression: 0 2024-04-15T20:37:27.899 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2024-04-15T20:37:27.899 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr format_version: 5 2024-04-15T20:37:27.899 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2024-04-15T20:37:27.899 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr block_align: 0 2024-04-15T20:37:27.899 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr max_auto_readahead_size: 262144 2024-04-15T20:37:27.899 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr prepopulate_block_cache: 0 2024-04-15T20:37:27.899 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr initial_auto_readahead_size: 8192 2024-04-15T20:37:27.899 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr num_file_reads_for_auto_readahead: 2 2024-04-15T20:37:27.899 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr 2024-04-15T20:37:27.899 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.360+0000 7ffa2ca45c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-04-15T20:37:27.899 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.360+0000 7ffa2ca45c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-04-15T20:37:27.899 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.360+0000 7ffa2ca45c80 4 rocksdb: Options.compression: NoCompression 2024-04-15T20:37:27.899 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.360+0000 7ffa2ca45c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-04-15T20:37:27.899 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.360+0000 7ffa2ca45c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-04-15T20:37:27.899 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.360+0000 7ffa2ca45c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-15T20:37:27.899 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.360+0000 7ffa2ca45c80 4 rocksdb: Options.num_levels: 7 2024-04-15T20:37:27.900 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.360+0000 7ffa2ca45c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-15T20:37:27.900 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.360+0000 7ffa2ca45c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-15T20:37:27.900 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.360+0000 7ffa2ca45c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-15T20:37:27.900 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.360+0000 7ffa2ca45c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-15T20:37:27.900 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.360+0000 7ffa2ca45c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-15T20:37:27.900 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.360+0000 7ffa2ca45c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-15T20:37:27.900 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.360+0000 7ffa2ca45c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-15T20:37:27.900 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.360+0000 7ffa2ca45c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-15T20:37:27.900 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.360+0000 7ffa2ca45c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-15T20:37:27.900 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.360+0000 7ffa2ca45c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-15T20:37:27.900 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.360+0000 7ffa2ca45c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-15T20:37:27.900 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.360+0000 7ffa2ca45c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-15T20:37:27.900 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.360+0000 7ffa2ca45c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-04-15T20:37:27.900 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.360+0000 7ffa2ca45c80 4 rocksdb: Options.compression_opts.level: 32767 2024-04-15T20:37:27.900 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.360+0000 7ffa2ca45c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-04-15T20:37:27.901 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.360+0000 7ffa2ca45c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-15T20:37:27.901 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.360+0000 7ffa2ca45c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-15T20:37:27.901 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.360+0000 7ffa2ca45c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-15T20:37:27.901 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.360+0000 7ffa2ca45c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-15T20:37:27.901 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.360+0000 7ffa2ca45c80 4 rocksdb: Options.compression_opts.enabled: false 2024-04-15T20:37:27.901 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.360+0000 7ffa2ca45c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-15T20:37:27.901 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.360+0000 7ffa2ca45c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-15T20:37:27.901 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.360+0000 7ffa2ca45c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-15T20:37:27.901 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.360+0000 7ffa2ca45c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-15T20:37:27.901 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.360+0000 7ffa2ca45c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-04-15T20:37:27.901 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.360+0000 7ffa2ca45c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-04-15T20:37:27.901 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.360+0000 7ffa2ca45c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-15T20:37:27.901 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.360+0000 7ffa2ca45c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-15T20:37:27.901 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.360+0000 7ffa2ca45c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-15T20:37:27.901 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.360+0000 7ffa2ca45c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-15T20:37:27.902 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.360+0000 7ffa2ca45c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-15T20:37:27.902 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.360+0000 7ffa2ca45c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-15T20:37:27.902 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.360+0000 7ffa2ca45c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-15T20:37:27.902 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.360+0000 7ffa2ca45c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-15T20:37:27.902 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.360+0000 7ffa2ca45c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-15T20:37:27.902 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.360+0000 7ffa2ca45c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-15T20:37:27.902 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.360+0000 7ffa2ca45c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-15T20:37:27.902 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.360+0000 7ffa2ca45c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-15T20:37:27.902 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.360+0000 7ffa2ca45c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-15T20:37:27.902 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.360+0000 7ffa2ca45c80 4 rocksdb: Options.arena_block_size: 1048576 2024-04-15T20:37:27.902 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.360+0000 7ffa2ca45c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-15T20:37:27.902 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.360+0000 7ffa2ca45c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-15T20:37:27.902 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.360+0000 7ffa2ca45c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-04-15T20:37:27.902 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.360+0000 7ffa2ca45c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-15T20:37:27.902 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.360+0000 7ffa2ca45c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-15T20:37:27.903 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.360+0000 7ffa2ca45c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-15T20:37:27.903 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.360+0000 7ffa2ca45c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-15T20:37:27.903 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.360+0000 7ffa2ca45c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-15T20:37:27.903 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.360+0000 7ffa2ca45c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-15T20:37:27.903 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.360+0000 7ffa2ca45c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-15T20:37:27.903 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.360+0000 7ffa2ca45c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-15T20:37:27.903 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.360+0000 7ffa2ca45c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-15T20:37:27.903 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.360+0000 7ffa2ca45c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-15T20:37:27.903 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.360+0000 7ffa2ca45c80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-04-15T20:37:27.903 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.360+0000 7ffa2ca45c80 4 rocksdb: Options.inplace_update_support: 0 2024-04-15T20:37:27.903 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.360+0000 7ffa2ca45c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-04-15T20:37:27.903 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.360+0000 7ffa2ca45c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-15T20:37:27.903 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.360+0000 7ffa2ca45c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-15T20:37:27.903 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.360+0000 7ffa2ca45c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-04-15T20:37:27.903 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.360+0000 7ffa2ca45c80 4 rocksdb: Options.bloom_locality: 0 2024-04-15T20:37:27.903 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.360+0000 7ffa2ca45c80 4 rocksdb: Options.max_successive_merges: 0 2024-04-15T20:37:27.904 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.360+0000 7ffa2ca45c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-04-15T20:37:27.904 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.360+0000 7ffa2ca45c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-04-15T20:37:27.904 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.360+0000 7ffa2ca45c80 4 rocksdb: Options.force_consistency_checks: 1 2024-04-15T20:37:27.904 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.360+0000 7ffa2ca45c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-04-15T20:37:27.904 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.360+0000 7ffa2ca45c80 4 rocksdb: Options.ttl: 2592000 2024-04-15T20:37:27.904 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.360+0000 7ffa2ca45c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-04-15T20:37:27.904 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.360+0000 7ffa2ca45c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-15T20:37:27.904 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.360+0000 7ffa2ca45c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-15T20:37:27.904 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.360+0000 7ffa2ca45c80 4 rocksdb: Options.enable_blob_files: false 2024-04-15T20:37:27.904 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.360+0000 7ffa2ca45c80 4 rocksdb: Options.min_blob_size: 0 2024-04-15T20:37:27.904 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.360+0000 7ffa2ca45c80 4 rocksdb: Options.blob_file_size: 268435456 2024-04-15T20:37:27.904 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.360+0000 7ffa2ca45c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-04-15T20:37:27.904 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.360+0000 7ffa2ca45c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-04-15T20:37:27.904 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.360+0000 7ffa2ca45c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-15T20:37:27.905 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.360+0000 7ffa2ca45c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-15T20:37:27.905 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.360+0000 7ffa2ca45c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-15T20:37:27.905 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.360+0000 7ffa2ca45c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-04-15T20:37:27.905 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.360+0000 7ffa2ca45c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-15T20:37:27.905 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.360+0000 7ffa2ca45c80 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-04-15T20:37:27.905 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr 2024-04-15T20:37:27.905 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.360+0000 7ffa2ca45c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-04-15T20:37:27.905 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr 2024-04-15T20:37:27.905 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.360+0000 7ffa2ca45c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 5a7d9173-3437-44dc-88ec-6dfa40e3173e 2024-04-15T20:37:27.905 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr 2024-04-15T20:37:27.905 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.360+0000 7ffa2ca45c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 5 2024-04-15T20:37:27.905 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr 2024-04-15T20:37:27.905 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.360+0000 7ffa2ca45c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x561a05188000 2024-04-15T20:37:27.905 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.360+0000 7ffa2ca45c80 4 rocksdb: DB pointer 0x561a05178000 2024-04-15T20:37:27.906 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.360+0000 7ffa1cba7700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-15T20:37:27.906 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.360+0000 7ffa1cba7700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-15T20:37:27.906 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr ** DB Stats ** 2024-04-15T20:37:27.906 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-04-15T20:37:27.906 INFO:teuthology.orchestra.run.smithi069.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-04-15T20:37:27.906 INFO:teuthology.orchestra.run.smithi069.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-04-15T20:37:27.906 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-15T20:37:27.906 INFO:teuthology.orchestra.run.smithi069.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-04-15T20:37:27.906 INFO:teuthology.orchestra.run.smithi069.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-04-15T20:37:27.906 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-15T20:37:27.906 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr 2024-04-15T20:37:27.906 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-04-15T20:37:27.906 INFO:teuthology.orchestra.run.smithi069.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-04-15T20:37:27.906 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-15T20:37:27.906 INFO:teuthology.orchestra.run.smithi069.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-04-15T20:37:27.907 INFO:teuthology.orchestra.run.smithi069.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-04-15T20:37:27.907 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr 2024-04-15T20:37:27.907 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-04-15T20:37:27.907 INFO:teuthology.orchestra.run.smithi069.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-04-15T20:37:27.907 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-15T20:37:27.907 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr 2024-04-15T20:37:27.907 INFO:teuthology.orchestra.run.smithi069.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-04-15T20:37:27.907 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr 2024-04-15T20:37:27.907 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-04-15T20:37:27.907 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-04-15T20:37:27.907 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-04-15T20:37:27.907 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-04-15T20:37:27.907 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-04-15T20:37:27.907 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-04-15T20:37:27.907 INFO:teuthology.orchestra.run.smithi069.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-04-15T20:37:27.907 INFO:teuthology.orchestra.run.smithi069.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-04-15T20:37:27.908 INFO:teuthology.orchestra.run.smithi069.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-04-15T20:37:27.908 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr Block cache BinnedLRUCache@0x561a050c1090#7 capacity: 512.00 MB usage: 0.00 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.1e-05 secs_since: 0 2024-04-15T20:37:27.908 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr Block cache entry stats(count,size,portion): Misc(1,0.00 KB,0%) 2024-04-15T20:37:27.908 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr 2024-04-15T20:37:27.908 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-04-15T20:37:27.908 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr 2024-04-15T20:37:27.908 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.364+0000 7ffa2ca45c80 4 rocksdb: [db/db_impl/db_impl.cc:496] Shutdown: canceling all background work 2024-04-15T20:37:27.908 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.364+0000 7ffa2ca45c80 4 rocksdb: [db/db_impl/db_impl.cc:704] Shutdown complete 2024-04-15T20:37:27.908 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-15T20:37:27.364+0000 7ffa2ca45c80 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2024-04-15T20:37:27.908 INFO:teuthology.orchestra.run.smithi069.stdout:create mon.a on 2024-04-15T20:37:28.133 INFO:teuthology.orchestra.run.smithi069.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph.target. 2024-04-15T20:37:28.335 INFO:teuthology.orchestra.run.smithi069.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-04-15T20:37:28.548 INFO:teuthology.orchestra.run.smithi069.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-cb456bda-fb67-11ee-bc8f-c7b262605968.target -> /etc/systemd/system/ceph-cb456bda-fb67-11ee-bc8f-c7b262605968.target. 2024-04-15T20:37:28.548 INFO:teuthology.orchestra.run.smithi069.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-cb456bda-fb67-11ee-bc8f-c7b262605968.target -> /etc/systemd/system/ceph-cb456bda-fb67-11ee-bc8f-c7b262605968.target. 2024-04-15T20:37:28.819 INFO:teuthology.orchestra.run.smithi069.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-cb456bda-fb67-11ee-bc8f-c7b262605968@mon.a 2024-04-15T20:37:28.819 INFO:teuthology.orchestra.run.smithi069.stdout:systemctl: stderr Failed to reset failed state of unit ceph-cb456bda-fb67-11ee-bc8f-c7b262605968@mon.a.service: Unit ceph-cb456bda-fb67-11ee-bc8f-c7b262605968@mon.a.service not loaded. 2024-04-15T20:37:29.011 INFO:teuthology.orchestra.run.smithi069.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-cb456bda-fb67-11ee-bc8f-c7b262605968.target.wants/ceph-cb456bda-fb67-11ee-bc8f-c7b262605968@mon.a.service -> /etc/systemd/system/ceph-cb456bda-fb67-11ee-bc8f-c7b262605968@.service. 2024-04-15T20:37:29.021 INFO:teuthology.orchestra.run.smithi069.stdout:firewalld does not appear to be present 2024-04-15T20:37:29.021 INFO:teuthology.orchestra.run.smithi069.stdout:Not possible to enable service . firewalld.service is not available 2024-04-15T20:37:29.022 INFO:teuthology.orchestra.run.smithi069.stdout:Waiting for mon to start... 2024-04-15T20:37:29.022 INFO:teuthology.orchestra.run.smithi069.stdout:Waiting for mon... 2024-04-15T20:37:30.677 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:30 smithi069 bash[21038]: cluster 2024-04-15T20:37:30.429381+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-04-15T20:37:31.567 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout cluster: 2024-04-15T20:37:31.567 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout id: cb456bda-fb67-11ee-bc8f-c7b262605968 2024-04-15T20:37:31.567 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-04-15T20:37:31.567 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout 2024-04-15T20:37:31.567 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout services: 2024-04-15T20:37:31.568 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.315196s) 2024-04-15T20:37:31.568 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-04-15T20:37:31.568 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-04-15T20:37:31.568 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout 2024-04-15T20:37:31.568 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout data: 2024-04-15T20:37:31.568 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-04-15T20:37:31.568 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-04-15T20:37:31.568 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-04-15T20:37:31.568 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout pgs: 2024-04-15T20:37:31.568 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout 2024-04-15T20:37:31.568 INFO:teuthology.orchestra.run.smithi069.stdout:mon is available 2024-04-15T20:37:31.568 INFO:teuthology.orchestra.run.smithi069.stdout:Assimilating anything we can from ceph.conf... 2024-04-15T20:37:31.927 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:31 smithi069 bash[21038]: cluster 2024-04-15T20:37:30.432827+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-04-15T20:37:31.928 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:31 smithi069 bash[21038]: cluster 2024-04-15T20:37:30.433022+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 1 2024-04-15T20:37:31.928 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:31 smithi069 bash[21038]: cluster 2024-04-15T20:37:30.433036+0000 mon.a (mon.0) 4 : cluster [DBG] fsid cb456bda-fb67-11ee-bc8f-c7b262605968 2024-04-15T20:37:31.928 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:31 smithi069 bash[21038]: cluster 2024-04-15T20:37:30.433046+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-04-15T20:37:26.203899+0000 2024-04-15T20:37:31.928 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:31 smithi069 bash[21038]: cluster 2024-04-15T20:37:30.433056+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-04-15T20:37:26.203899+0000 2024-04-15T20:37:31.928 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:31 smithi069 bash[21038]: cluster 2024-04-15T20:37:30.433065+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-04-15T20:37:31.928 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:31 smithi069 bash[21038]: cluster 2024-04-15T20:37:30.433074+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-04-15T20:37:31.928 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:31 smithi069 bash[21038]: cluster 2024-04-15T20:37:30.433085+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.69:3300/0,v1:172.21.15.69:6789/0] mon.a 2024-04-15T20:37:31.928 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:31 smithi069 bash[21038]: cluster 2024-04-15T20:37:30.435235+0000 mon.a (mon.0) 10 : cluster [DBG] fsmap 2024-04-15T20:37:31.928 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:31 smithi069 bash[21038]: cluster 2024-04-15T20:37:30.437672+0000 mon.a (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-04-15T20:37:31.928 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:31 smithi069 bash[21038]: cluster 2024-04-15T20:37:30.438186+0000 mon.a (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2024-04-15T20:37:31.928 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:31 smithi069 bash[21038]: audit 2024-04-15T20:37:30.747959+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.69:0/26860299' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-04-15T20:37:32.927 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:32 smithi069 bash[21038]: audit 2024-04-15T20:37:32.593101+0000 mon.a (mon.0) 14 : audit [INF] from='client.? 172.21.15.69:0/1210079003' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-15T20:37:32.927 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:32 smithi069 bash[21038]: audit 2024-04-15T20:37:32.597041+0000 mon.a (mon.0) 15 : audit [INF] from='client.? 172.21.15.69:0/1210079003' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-04-15T20:37:33.175 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout 2024-04-15T20:37:33.175 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout [global] 2024-04-15T20:37:33.175 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout fsid = cb456bda-fb67-11ee-bc8f-c7b262605968 2024-04-15T20:37:33.175 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.69:3300,v1:172.21.15.69:6789] 2024-04-15T20:37:33.175 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-04-15T20:37:33.175 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-04-15T20:37:33.175 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-04-15T20:37:33.175 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-04-15T20:37:33.175 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout 2024-04-15T20:37:33.175 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout [mgr] 2024-04-15T20:37:33.175 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = True 2024-04-15T20:37:33.176 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-04-15T20:37:33.176 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout 2024-04-15T20:37:33.176 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout [osd] 2024-04-15T20:37:33.176 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-04-15T20:37:33.176 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-04-15T20:37:33.176 INFO:teuthology.orchestra.run.smithi069.stdout:Generating new minimal ceph.conf... 2024-04-15T20:37:34.427 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:34 smithi069 bash[21038]: audit 2024-04-15T20:37:34.143707+0000 mon.a (mon.0) 16 : audit [DBG] from='client.? 172.21.15.69:0/3487693448' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:37:34.611 INFO:teuthology.orchestra.run.smithi069.stdout:Restarting the monitor... 2024-04-15T20:37:34.927 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:34 smithi069 systemd[1]: Stopping Ceph mon.a for cb456bda-fb67-11ee-bc8f-c7b262605968... 2024-04-15T20:37:34.927 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:34 smithi069 bash[21038]: debug 2024-04-15T20:37:34.728+0000 7fd3c888e700 -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-04-15T20:37:34.927 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:34 smithi069 bash[21038]: debug 2024-04-15T20:37:34.728+0000 7fd3c888e700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-04-15T20:37:35.288 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:35 smithi069 bash[21428]: ceph-cb456bda-fb67-11ee-bc8f-c7b262605968-mon-a 2024-04-15T20:37:35.305 INFO:teuthology.orchestra.run.smithi069.stdout:Setting public_network to 172.21.0.0/20,172.21.0.1/32,172.21.0.2/32,172.21.15.254/32 in mon config section 2024-04-15T20:37:35.677 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:35 smithi069 bash[21490]: Error response from daemon: No such container: ceph-cb456bda-fb67-11ee-bc8f-c7b262605968-mon-a 2024-04-15T20:37:35.677 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:35 smithi069 systemd[1]: ceph-cb456bda-fb67-11ee-bc8f-c7b262605968@mon.a.service: Deactivated successfully. 2024-04-15T20:37:35.677 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:35 smithi069 systemd[1]: Stopped Ceph mon.a for cb456bda-fb67-11ee-bc8f-c7b262605968. 2024-04-15T20:37:35.677 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:35 smithi069 systemd[1]: Started Ceph mon.a for cb456bda-fb67-11ee-bc8f-c7b262605968. 2024-04-15T20:37:36.572 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.276+0000 7f4c692eac80 0 set uid:gid to 167:167 (ceph:ceph) 2024-04-15T20:37:36.572 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.276+0000 7f4c692eac80 0 ceph version 19.0.0-3084-g87dbfb63 (87dbfb632e974cb2c28d17423071d2d833b53b29) squid (dev), process ceph-mon, pid 7 2024-04-15T20:37:36.572 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.276+0000 7f4c692eac80 0 pidfile_write: ignore empty --pid-file 2024-04-15T20:37:36.572 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 0 load: jerasure load: lrc 2024-04-15T20:37:36.572 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: RocksDB version: 7.9.2 2024-04-15T20:37:36.572 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Git sha 0 2024-04-15T20:37:36.573 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Compile date 2024-04-14 15:12:02 2024-04-15T20:37:36.573 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: DB SUMMARY 2024-04-15T20:37:36.573 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: DB Session ID: VO5X2D39E3S9DEFFGYL3 2024-04-15T20:37:36.573 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: CURRENT file: CURRENT 2024-04-15T20:37:36.573 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: IDENTITY file: IDENTITY 2024-04-15T20:37:36.573 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-04-15T20:37:36.573 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-04-15T20:37:36.573 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 89089 ; 2024-04-15T20:37:36.573 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.error_if_exists: 0 2024-04-15T20:37:36.573 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.create_if_missing: 0 2024-04-15T20:37:36.573 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.paranoid_checks: 1 2024-04-15T20:37:36.574 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-04-15T20:37:36.574 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-15T20:37:36.574 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-15T20:37:36.574 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.env: 0x5649e1dc4cc0 2024-04-15T20:37:36.574 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.fs: PosixFileSystem 2024-04-15T20:37:36.574 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.info_log: 0x5649e3bd9c60 2024-04-15T20:37:36.574 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.max_file_opening_threads: 16 2024-04-15T20:37:36.574 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.statistics: (nil) 2024-04-15T20:37:36.574 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.use_fsync: 0 2024-04-15T20:37:36.574 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.max_log_file_size: 0 2024-04-15T20:37:36.574 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-15T20:37:36.574 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-04-15T20:37:36.575 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.keep_log_file_num: 1000 2024-04-15T20:37:36.575 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.recycle_log_file_num: 0 2024-04-15T20:37:36.575 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.allow_fallocate: 1 2024-04-15T20:37:36.575 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.allow_mmap_reads: 0 2024-04-15T20:37:36.575 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.allow_mmap_writes: 0 2024-04-15T20:37:36.575 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.use_direct_reads: 0 2024-04-15T20:37:36.575 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-15T20:37:36.575 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.create_missing_column_families: 0 2024-04-15T20:37:36.575 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.db_log_dir: 2024-04-15T20:37:36.575 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.wal_dir: 2024-04-15T20:37:36.575 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-04-15T20:37:36.575 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-04-15T20:37:36.575 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-04-15T20:37:36.575 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-15T20:37:36.576 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-15T20:37:36.576 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-04-15T20:37:36.576 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.advise_random_on_open: 1 2024-04-15T20:37:36.576 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.db_write_buffer_size: 0 2024-04-15T20:37:36.576 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.write_buffer_manager: 0x5649e3baa1e0 2024-04-15T20:37:36.576 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-15T20:37:36.576 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-15T20:37:36.576 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-04-15T20:37:36.576 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.rate_limiter: (nil) 2024-04-15T20:37:36.576 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-15T20:37:36.576 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.wal_recovery_mode: 2 2024-04-15T20:37:36.576 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.enable_thread_tracking: 0 2024-04-15T20:37:36.576 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.enable_pipelined_write: 0 2024-04-15T20:37:36.577 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.unordered_write: 0 2024-04-15T20:37:36.577 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-15T20:37:36.577 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-15T20:37:36.577 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-15T20:37:36.577 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-15T20:37:36.577 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.row_cache: None 2024-04-15T20:37:36.577 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.wal_filter: None 2024-04-15T20:37:36.577 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-15T20:37:36.577 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.allow_ingest_behind: 0 2024-04-15T20:37:36.577 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.two_write_queues: 0 2024-04-15T20:37:36.577 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.manual_wal_flush: 0 2024-04-15T20:37:36.577 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.wal_compression: 0 2024-04-15T20:37:36.577 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.atomic_flush: 0 2024-04-15T20:37:36.577 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-15T20:37:36.577 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-04-15T20:37:36.578 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-04-15T20:37:36.578 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.log_readahead_size: 0 2024-04-15T20:37:36.578 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-15T20:37:36.578 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.best_efforts_recovery: 0 2024-04-15T20:37:36.578 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-15T20:37:36.578 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-15T20:37:36.578 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.allow_data_in_errors: 0 2024-04-15T20:37:36.578 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.db_host_id: __hostname__ 2024-04-15T20:37:36.578 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-04-15T20:37:36.578 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.max_background_jobs: 2 2024-04-15T20:37:36.578 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.max_background_compactions: -1 2024-04-15T20:37:36.580 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.max_subcompactions: 1 2024-04-15T20:37:36.580 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-15T20:37:36.580 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-15T20:37:36.580 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-04-15T20:37:36.580 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.max_total_wal_size: 0 2024-04-15T20:37:36.580 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-15T20:37:36.580 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-04-15T20:37:36.580 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-04-15T20:37:36.580 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-15T20:37:36.580 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.max_open_files: -1 2024-04-15T20:37:36.580 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.bytes_per_sync: 0 2024-04-15T20:37:36.580 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-04-15T20:37:36.581 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-04-15T20:37:36.581 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.compaction_readahead_size: 0 2024-04-15T20:37:36.581 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.max_background_flushes: -1 2024-04-15T20:37:36.581 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Compression algorithms supported: 2024-04-15T20:37:36.581 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-15T20:37:36.581 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: kZSTD supported: 0 2024-04-15T20:37:36.581 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: kXpressCompression supported: 0 2024-04-15T20:37:36.581 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: kLZ4HCCompression supported: 1 2024-04-15T20:37:36.581 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: kZlibCompression supported: 1 2024-04-15T20:37:36.581 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: kSnappyCompression supported: 1 2024-04-15T20:37:36.581 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: kLZ4Compression supported: 1 2024-04-15T20:37:36.581 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: kBZip2Compression supported: 0 2024-04-15T20:37:36.581 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-04-15T20:37:36.582 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-04-15T20:37:36.582 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-04-15T20:37:36.582 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-15T20:37:36.582 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-15T20:37:36.582 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.merge_operator: 2024-04-15T20:37:36.582 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.compaction_filter: None 2024-04-15T20:37:36.582 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.compaction_filter_factory: None 2024-04-15T20:37:36.582 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.sst_partitioner_factory: None 2024-04-15T20:37:36.582 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-04-15T20:37:36.582 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-04-15T20:37:36.582 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5649e3bd9e20) 2024-04-15T20:37:36.582 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: cache_index_and_filter_blocks: 1 2024-04-15T20:37:36.583 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-15T20:37:36.583 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-15T20:37:36.583 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: pin_top_level_index_and_filter: 1 2024-04-15T20:37:36.583 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: index_type: 0 2024-04-15T20:37:36.583 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: data_block_index_type: 0 2024-04-15T20:37:36.583 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: index_shortening: 1 2024-04-15T20:37:36.583 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: data_block_hash_table_util_ratio: 0.750000 2024-04-15T20:37:36.583 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: checksum: 4 2024-04-15T20:37:36.583 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: no_block_cache: 0 2024-04-15T20:37:36.583 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: block_cache: 0x5649e3bdb090 2024-04-15T20:37:36.583 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: block_cache_name: BinnedLRUCache 2024-04-15T20:37:36.583 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: block_cache_options: 2024-04-15T20:37:36.583 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: capacity : 536870912 2024-04-15T20:37:36.584 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: num_shard_bits : 4 2024-04-15T20:37:36.584 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: strict_capacity_limit : 0 2024-04-15T20:37:36.584 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: high_pri_pool_ratio: 0.000 2024-04-15T20:37:36.584 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: block_cache_compressed: (nil) 2024-04-15T20:37:36.584 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: persistent_cache: (nil) 2024-04-15T20:37:36.584 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: block_size: 4096 2024-04-15T20:37:36.584 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: block_size_deviation: 10 2024-04-15T20:37:36.584 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: block_restart_interval: 16 2024-04-15T20:37:36.584 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: index_block_restart_interval: 1 2024-04-15T20:37:36.584 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: metadata_block_size: 4096 2024-04-15T20:37:36.584 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: partition_filters: 0 2024-04-15T20:37:36.584 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: use_delta_encoding: 1 2024-04-15T20:37:36.584 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: filter_policy: bloomfilter 2024-04-15T20:37:36.584 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: whole_key_filtering: 1 2024-04-15T20:37:36.584 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: verify_compression: 0 2024-04-15T20:37:36.585 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: read_amp_bytes_per_bit: 0 2024-04-15T20:37:36.585 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: format_version: 5 2024-04-15T20:37:36.585 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: enable_index_compression: 1 2024-04-15T20:37:36.585 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: block_align: 0 2024-04-15T20:37:36.585 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: max_auto_readahead_size: 262144 2024-04-15T20:37:36.585 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: prepopulate_block_cache: 0 2024-04-15T20:37:36.585 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: initial_auto_readahead_size: 8192 2024-04-15T20:37:36.585 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: num_file_reads_for_auto_readahead: 2 2024-04-15T20:37:36.585 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.write_buffer_size: 33554432 2024-04-15T20:37:36.585 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.max_write_buffer_number: 2 2024-04-15T20:37:36.585 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.compression: NoCompression 2024-04-15T20:37:36.585 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.bottommost_compression: Disabled 2024-04-15T20:37:36.585 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.prefix_extractor: nullptr 2024-04-15T20:37:36.585 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-15T20:37:36.585 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.num_levels: 7 2024-04-15T20:37:36.585 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-15T20:37:36.586 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-15T20:37:36.586 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-15T20:37:36.586 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-15T20:37:36.586 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-15T20:37:36.586 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-15T20:37:36.586 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-15T20:37:36.586 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-15T20:37:36.586 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-15T20:37:36.586 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-15T20:37:36.586 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-15T20:37:36.586 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-15T20:37:36.586 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-04-15T20:37:36.586 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.compression_opts.level: 32767 2024-04-15T20:37:36.586 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.compression_opts.strategy: 0 2024-04-15T20:37:36.587 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-15T20:37:36.587 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-15T20:37:36.587 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-15T20:37:36.587 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-15T20:37:36.587 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.compression_opts.enabled: false 2024-04-15T20:37:36.587 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-15T20:37:36.587 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-15T20:37:36.587 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-15T20:37:36.587 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-15T20:37:36.587 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.target_file_size_base: 67108864 2024-04-15T20:37:36.587 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-04-15T20:37:36.587 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-15T20:37:36.587 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-15T20:37:36.587 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-15T20:37:36.587 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-15T20:37:36.587 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-15T20:37:36.588 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-15T20:37:36.588 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-15T20:37:36.588 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-15T20:37:36.588 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-15T20:37:36.588 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-15T20:37:36.588 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-15T20:37:36.588 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-15T20:37:36.588 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-15T20:37:36.588 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.arena_block_size: 1048576 2024-04-15T20:37:36.588 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-15T20:37:36.588 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-15T20:37:36.588 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.disable_auto_compactions: 0 2024-04-15T20:37:36.588 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-15T20:37:36.588 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-15T20:37:36.588 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-15T20:37:36.589 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-15T20:37:36.589 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-15T20:37:36.589 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-15T20:37:36.589 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-15T20:37:36.589 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-15T20:37:36.589 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-15T20:37:36.589 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-15T20:37:36.589 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-04-15T20:37:36.589 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.inplace_update_support: 0 2024-04-15T20:37:36.589 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-04-15T20:37:36.589 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-15T20:37:36.589 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-15T20:37:36.589 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-04-15T20:37:36.589 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.bloom_locality: 0 2024-04-15T20:37:36.590 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.max_successive_merges: 0 2024-04-15T20:37:36.590 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-04-15T20:37:36.590 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.paranoid_file_checks: 0 2024-04-15T20:37:36.590 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.force_consistency_checks: 1 2024-04-15T20:37:36.590 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.report_bg_io_stats: 0 2024-04-15T20:37:36.590 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.ttl: 2592000 2024-04-15T20:37:36.590 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-04-15T20:37:36.590 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-15T20:37:36.590 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-15T20:37:36.590 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.enable_blob_files: false 2024-04-15T20:37:36.590 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.min_blob_size: 0 2024-04-15T20:37:36.590 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.blob_file_size: 268435456 2024-04-15T20:37:36.590 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-04-15T20:37:36.591 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-04-15T20:37:36.591 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-15T20:37:36.591 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-15T20:37:36.591 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-15T20:37:36.591 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.blob_file_starting_level: 0 2024-04-15T20:37:36.591 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-15T20:37:36.591 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 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-04-15T20:37:36.591 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-04-15T20:37:36.591 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 5a7d9173-3437-44dc-88ec-6dfa40e3173e 2024-04-15T20:37:36.591 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1713213456287666, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-04-15T20:37:36.591 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-04-15T20:37:36.591 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1713213456288671, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85706, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 258, "table_properties": {"data_size": 83853, "index_size": 237, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 581, "raw_key_size": 10201, "raw_average_key_size": 47, "raw_value_size": 78060, "raw_average_value_size": 359, "num_data_blocks": 11, "num_entries": 217, "num_filter_entries": 217, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1713213456, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "5a7d9173-3437-44dc-88ec-6dfa40e3173e", "db_session_id": "VO5X2D39E3S9DEFFGYL3", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-04-15T20:37:36.591 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1713213456288768, "job": 1, "event": "recovery_finished"} 2024-04-15T20:37:36.591 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.284+0000 7f4c692eac80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-04-15T20:37:36.592 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.288+0000 7f4c692eac80 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-04-15T20:37:36.592 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.288+0000 7f4c692eac80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5649e3ccc000 2024-04-15T20:37:36.592 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.288+0000 7f4c692eac80 4 rocksdb: DB pointer 0x5649e3cb6000 2024-04-15T20:37:36.592 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.288+0000 7f4c57a44700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-15T20:37:36.592 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.288+0000 7f4c57a44700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-15T20:37:36.592 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: ** DB Stats ** 2024-04-15T20:37:36.592 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-15T20:37:36.592 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-04-15T20:37:36.592 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-15T20:37:36.592 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-15T20:37:36.592 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-04-15T20:37:36.592 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-15T20:37:36.592 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-15T20:37:36.592 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: ** Compaction Stats [default] ** 2024-04-15T20:37:36.593 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: 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-04-15T20:37:36.593 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-15T20:37:36.593 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: L0 2/0 85.56 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 137.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-15T20:37:36.593 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: Sum 2/0 85.56 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 137.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-15T20:37:36.593 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 137.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-15T20:37:36.593 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: ** Compaction Stats [default] ** 2024-04-15T20:37:36.593 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: 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-04-15T20:37:36.593 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-15T20:37:36.593 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 137.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-15T20:37:36.593 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-15T20:37:36.593 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-15T20:37:36.593 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: Flush(GB): cumulative 0.000, interval 0.000 2024-04-15T20:37:36.593 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-15T20:37:36.593 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: AddFile(Total Files): cumulative 0, interval 0 2024-04-15T20:37:36.593 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: AddFile(L0 Files): cumulative 0, interval 0 2024-04-15T20:37:36.594 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: AddFile(Keys): cumulative 0, interval 0 2024-04-15T20:37:36.594 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: Cumulative compaction: 0.00 GB write, 22.30 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-15T20:37:36.594 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: Interval compaction: 0.00 GB write, 22.30 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-15T20:37:36.594 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: 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-04-15T20:37:36.594 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: Block cache BinnedLRUCache@0x5649e3bdb090#7 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.4e-05 secs_since: 0 2024-04-15T20:37:36.594 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.42 KB,8.04663e-05%) Misc(1,0.00 KB,0%) 2024-04-15T20:37:36.594 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: ** File Read Latency Histogram By Level [default] ** 2024-04-15T20:37:36.594 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.288+0000 7f4c692eac80 0 starting mon.a rank 0 at public addrs [v2:172.21.15.69:3300/0,v1:172.21.15.69:6789/0] at bind addrs [v2:172.21.15.69:3300/0,v1:172.21.15.69:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid cb456bda-fb67-11ee-bc8f-c7b262605968 2024-04-15T20:37:36.594 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.288+0000 7f4c692eac80 1 mon.a@-1(???) e1 preinit fsid cb456bda-fb67-11ee-bc8f-c7b262605968 2024-04-15T20:37:36.594 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.288+0000 7f4c692eac80 0 mon.a@-1(???).mds e1 new map 2024-04-15T20:37:36.594 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.288+0000 7f4c692eac80 0 mon.a@-1(???).mds e1 print_map 2024-04-15T20:37:36.594 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: e1 2024-04-15T20:37:36.594 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: enable_multiple, ever_enabled_multiple: 1,1 2024-04-15T20:37:36.594 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2024-04-15T20:37:36.595 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: legacy client fscid: -1 2024-04-15T20:37:36.595 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: 2024-04-15T20:37:36.595 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: No filesystems configured 2024-04-15T20:37:36.595 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.288+0000 7f4c692eac80 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-04-15T20:37:36.595 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.288+0000 7f4c692eac80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-15T20:37:36.595 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.288+0000 7f4c692eac80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-15T20:37:36.595 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.288+0000 7f4c692eac80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-15T20:37:36.595 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: debug 2024-04-15T20:37:36.288+0000 7f4c692eac80 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-04-15T20:37:36.595 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: cluster 2024-04-15T20:37:36.313584+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-04-15T20:37:36.595 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: cluster 2024-04-15T20:37:36.313710+0000 mon.a (mon.0) 2 : cluster [DBG] monmap epoch 1 2024-04-15T20:37:36.595 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: cluster 2024-04-15T20:37:36.313731+0000 mon.a (mon.0) 3 : cluster [DBG] fsid cb456bda-fb67-11ee-bc8f-c7b262605968 2024-04-15T20:37:36.595 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: cluster 2024-04-15T20:37:36.313758+0000 mon.a (mon.0) 4 : cluster [DBG] last_changed 2024-04-15T20:37:26.203899+0000 2024-04-15T20:37:36.595 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: cluster 2024-04-15T20:37:36.313777+0000 mon.a (mon.0) 5 : cluster [DBG] created 2024-04-15T20:37:26.203899+0000 2024-04-15T20:37:36.595 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: cluster 2024-04-15T20:37:36.313793+0000 mon.a (mon.0) 6 : cluster [DBG] min_mon_release 19 (squid) 2024-04-15T20:37:36.595 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: cluster 2024-04-15T20:37:36.313809+0000 mon.a (mon.0) 7 : cluster [DBG] election_strategy: 1 2024-04-15T20:37:36.596 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: cluster 2024-04-15T20:37:36.313838+0000 mon.a (mon.0) 8 : cluster [DBG] 0: [v2:172.21.15.69:3300/0,v1:172.21.15.69:6789/0] mon.a 2024-04-15T20:37:36.596 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: cluster 2024-04-15T20:37:36.314520+0000 mon.a (mon.0) 9 : cluster [DBG] fsmap 2024-04-15T20:37:36.596 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: cluster 2024-04-15T20:37:36.314568+0000 mon.a (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-04-15T20:37:36.596 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:36 smithi069 bash[21530]: cluster 2024-04-15T20:37:36.315179+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2024-04-15T20:37:37.038 INFO:teuthology.orchestra.run.smithi069.stdout:Wrote config to /etc/ceph/ceph.conf 2024-04-15T20:37:37.055 INFO:teuthology.orchestra.run.smithi069.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-04-15T20:37:37.055 INFO:teuthology.orchestra.run.smithi069.stdout:Creating mgr... 2024-04-15T20:37:37.056 INFO:teuthology.orchestra.run.smithi069.stdout:Verifying port 0.0.0.0:9283 ... 2024-04-15T20:37:37.056 INFO:teuthology.orchestra.run.smithi069.stdout:Verifying port 0.0.0.0:8765 ... 2024-04-15T20:37:37.355 INFO:teuthology.orchestra.run.smithi069.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-cb456bda-fb67-11ee-bc8f-c7b262605968@mgr.a 2024-04-15T20:37:37.355 INFO:teuthology.orchestra.run.smithi069.stdout:systemctl: stderr Failed to reset failed state of unit ceph-cb456bda-fb67-11ee-bc8f-c7b262605968@mgr.a.service: Unit ceph-cb456bda-fb67-11ee-bc8f-c7b262605968@mgr.a.service not loaded. 2024-04-15T20:37:37.557 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:37 smithi069 systemd[1]: /etc/systemd/system/ceph-cb456bda-fb67-11ee-bc8f-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-15T20:37:37.557 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:37 smithi069 systemd[1]: /etc/systemd/system/ceph-cb456bda-fb67-11ee-bc8f-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-15T20:37:37.557 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:37:37 smithi069 systemd[1]: /etc/systemd/system/ceph-cb456bda-fb67-11ee-bc8f-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-15T20:37:37.558 INFO:teuthology.orchestra.run.smithi069.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-cb456bda-fb67-11ee-bc8f-c7b262605968.target.wants/ceph-cb456bda-fb67-11ee-bc8f-c7b262605968@mgr.a.service -> /etc/systemd/system/ceph-cb456bda-fb67-11ee-bc8f-c7b262605968@.service. 2024-04-15T20:37:37.566 INFO:teuthology.orchestra.run.smithi069.stdout:firewalld does not appear to be present 2024-04-15T20:37:37.566 INFO:teuthology.orchestra.run.smithi069.stdout:Not possible to enable service . firewalld.service is not available 2024-04-15T20:37:37.566 INFO:teuthology.orchestra.run.smithi069.stdout:firewalld does not appear to be present 2024-04-15T20:37:37.566 INFO:teuthology.orchestra.run.smithi069.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-04-15T20:37:37.566 INFO:teuthology.orchestra.run.smithi069.stdout:Waiting for mgr to start... 2024-04-15T20:37:37.566 INFO:teuthology.orchestra.run.smithi069.stdout:Waiting for mgr... 2024-04-15T20:37:37.927 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:37 smithi069 bash[21530]: audit 2024-04-15T20:37:36.563798+0000 mon.a (mon.0) 12 : audit [INF] from='client.? 172.21.15.69:0/3731880701' entity='client.admin' 2024-04-15T20:37:37.928 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:37:37 smithi069 systemd[1]: Started Ceph mgr.a for cb456bda-fb67-11ee-bc8f-c7b262605968. 2024-04-15T20:37:39.427 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:39 smithi069 bash[21530]: audit 2024-04-15T20:37:39.019295+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.69:0/4053326310' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-15T20:37:39.428 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:37:38 smithi069 bash[21786]: debug 2024-04-15T20:37:38.964+0000 7fe5e365c200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-15T20:37:39.559 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout 2024-04-15T20:37:39.559 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout { 2024-04-15T20:37:39.559 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "fsid": "cb456bda-fb67-11ee-bc8f-c7b262605968", 2024-04-15T20:37:39.559 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "health": { 2024-04-15T20:37:39.559 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-15T20:37:39.559 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-15T20:37:39.559 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-15T20:37:39.559 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout }, 2024-04-15T20:37:39.559 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-15T20:37:39.560 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-15T20:37:39.560 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout 0 2024-04-15T20:37:39.560 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout ], 2024-04-15T20:37:39.560 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-15T20:37:39.560 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "a" 2024-04-15T20:37:39.560 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout ], 2024-04-15T20:37:39.560 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-04-15T20:37:39.560 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-15T20:37:39.560 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-15T20:37:39.560 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-15T20:37:39.560 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-15T20:37:39.560 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout }, 2024-04-15T20:37:39.561 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-15T20:37:39.561 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-15T20:37:39.561 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-15T20:37:39.561 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-15T20:37:39.561 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-15T20:37:39.561 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-15T20:37:39.561 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-15T20:37:39.561 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-15T20:37:39.565 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout }, 2024-04-15T20:37:39.565 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-15T20:37:39.565 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-15T20:37:39.565 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-15T20:37:39.565 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-15T20:37:39.565 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-15T20:37:39.566 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-15T20:37:39.566 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-15T20:37:39.566 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-15T20:37:39.566 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-15T20:37:39.566 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout }, 2024-04-15T20:37:39.566 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-15T20:37:39.566 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-15T20:37:39.566 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-15T20:37:39.566 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-15T20:37:39.566 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout }, 2024-04-15T20:37:39.566 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-15T20:37:39.566 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-15T20:37:39.567 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-15T20:37:39.567 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-15T20:37:39.567 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-15T20:37:39.567 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-15T20:37:39.567 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "restful" 2024-04-15T20:37:39.567 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout ], 2024-04-15T20:37:39.567 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-15T20:37:39.567 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout }, 2024-04-15T20:37:39.567 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-15T20:37:39.567 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-15T20:37:39.567 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "modified": "2024-04-15T20:37:30.434250+0000", 2024-04-15T20:37:39.567 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-15T20:37:39.568 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout }, 2024-04-15T20:37:39.568 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-15T20:37:39.568 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout } 2024-04-15T20:37:39.568 INFO:teuthology.orchestra.run.smithi069.stdout:mgr not available, waiting (1/15)... 2024-04-15T20:37:40.865 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:37:40 smithi069 bash[21786]: debug 2024-04-15T20:37:40.516+0000 7fe5e365c200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-15T20:37:40.866 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:37:40 smithi069 bash[21786]: debug 2024-04-15T20:37:40.612+0000 7fe5e365c200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-15T20:37:40.866 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:37:40 smithi069 bash[21786]: debug 2024-04-15T20:37:40.868+0000 7fe5e365c200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-15T20:37:41.859 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:37:41 smithi069 bash[21786]: debug 2024-04-15T20:37:41.652+0000 7fe5e365c200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-15T20:37:41.860 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:37:41 smithi069 bash[21786]: debug 2024-04-15T20:37:41.760+0000 7fe5e365c200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-15T20:37:42.177 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:37:41 smithi069 bash[21786]: debug 2024-04-15T20:37:41.860+0000 7fe5e365c200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-15T20:37:42.594 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:37:42 smithi069 bash[21786]: debug 2024-04-15T20:37:42.212+0000 7fe5e365c200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-15T20:37:42.595 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:37:42 smithi069 bash[21786]: debug 2024-04-15T20:37:42.328+0000 7fe5e365c200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-15T20:37:42.595 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:37:42 smithi069 bash[21786]: debug 2024-04-15T20:37:42.432+0000 7fe5e365c200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-15T20:37:42.928 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:42 smithi069 bash[21530]: audit 2024-04-15T20:37:42.586736+0000 mon.a (mon.0) 14 : audit [DBG] from='client.? 172.21.15.69:0/371088831' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-15T20:37:42.928 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:37:42 smithi069 bash[21786]: debug 2024-04-15T20:37:42.808+0000 7fe5e365c200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-15T20:37:43.115 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout 2024-04-15T20:37:43.115 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout { 2024-04-15T20:37:43.115 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "fsid": "cb456bda-fb67-11ee-bc8f-c7b262605968", 2024-04-15T20:37:43.115 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "health": { 2024-04-15T20:37:43.115 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-15T20:37:43.116 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-15T20:37:43.116 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-15T20:37:43.116 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout }, 2024-04-15T20:37:43.116 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-15T20:37:43.116 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-15T20:37:43.116 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout 0 2024-04-15T20:37:43.116 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout ], 2024-04-15T20:37:43.116 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-15T20:37:43.117 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "a" 2024-04-15T20:37:43.117 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout ], 2024-04-15T20:37:43.117 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "quorum_age": 6, 2024-04-15T20:37:43.117 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-15T20:37:43.117 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-15T20:37:43.117 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-15T20:37:43.117 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-15T20:37:43.117 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout }, 2024-04-15T20:37:43.118 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-15T20:37:43.118 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-15T20:37:43.118 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-15T20:37:43.118 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-15T20:37:43.118 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-15T20:37:43.118 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-15T20:37:43.118 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-15T20:37:43.119 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-15T20:37:43.123 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout }, 2024-04-15T20:37:43.124 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-15T20:37:43.124 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-15T20:37:43.124 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-15T20:37:43.124 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-15T20:37:43.124 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-15T20:37:43.124 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-15T20:37:43.124 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-15T20:37:43.124 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-15T20:37:43.125 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-15T20:37:43.125 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout }, 2024-04-15T20:37:43.125 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-15T20:37:43.125 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-15T20:37:43.125 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-15T20:37:43.125 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-15T20:37:43.125 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout }, 2024-04-15T20:37:43.125 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-15T20:37:43.125 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-15T20:37:43.126 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-15T20:37:43.126 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-15T20:37:43.126 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-15T20:37:43.126 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-15T20:37:43.126 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "restful" 2024-04-15T20:37:43.126 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout ], 2024-04-15T20:37:43.126 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-15T20:37:43.126 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout }, 2024-04-15T20:37:43.127 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-15T20:37:43.127 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-15T20:37:43.127 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "modified": "2024-04-15T20:37:30.434250+0000", 2024-04-15T20:37:43.127 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-15T20:37:43.127 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout }, 2024-04-15T20:37:43.127 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-15T20:37:43.127 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout } 2024-04-15T20:37:43.127 INFO:teuthology.orchestra.run.smithi069.stdout:mgr not available, waiting (2/15)... 2024-04-15T20:37:43.298 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:37:43 smithi069 bash[21786]: debug 2024-04-15T20:37:43.043+0000 7fe5e365c200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-15T20:37:43.676 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:37:43 smithi069 bash[21786]: debug 2024-04-15T20:37:43.299+0000 7fe5e365c200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-15T20:37:43.676 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:37:43 smithi069 bash[21786]: debug 2024-04-15T20:37:43.411+0000 7fe5e365c200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-15T20:37:43.927 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:37:43 smithi069 bash[21786]: debug 2024-04-15T20:37:43.679+0000 7fe5e365c200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-15T20:37:44.427 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:37:44 smithi069 bash[21786]: debug 2024-04-15T20:37:44.083+0000 7fe5e365c200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-15T20:37:44.427 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:37:44 smithi069 bash[21786]: debug 2024-04-15T20:37:44.315+0000 7fe5e365c200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-15T20:37:44.927 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:37:44 smithi069 bash[21786]: debug 2024-04-15T20:37:44.431+0000 7fe5e365c200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-15T20:37:44.927 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:37:44 smithi069 bash[21786]: debug 2024-04-15T20:37:44.671+0000 7fe5e365c200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-15T20:37:45.927 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:37:45 smithi069 bash[21786]: debug 2024-04-15T20:37:45.663+0000 7fe5e365c200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-15T20:37:45.927 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:37:45 smithi069 bash[21786]: debug 2024-04-15T20:37:45.775+0000 7fe5e365c200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-15T20:37:46.354 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:46 smithi069 bash[21530]: audit 2024-04-15T20:37:46.167781+0000 mon.a (mon.0) 15 : audit [DBG] from='client.? 172.21.15.69:0/1336318800' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-15T20:37:46.355 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:37:46 smithi069 bash[21786]: debug 2024-04-15T20:37:46.079+0000 7fe5e365c200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-15T20:37:46.355 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:37:46 smithi069 bash[21786]: debug 2024-04-15T20:37:46.191+0000 7fe5e365c200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-15T20:37:46.693 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout 2024-04-15T20:37:46.693 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout { 2024-04-15T20:37:46.693 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "fsid": "cb456bda-fb67-11ee-bc8f-c7b262605968", 2024-04-15T20:37:46.693 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "health": { 2024-04-15T20:37:46.693 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-15T20:37:46.693 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-15T20:37:46.694 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-15T20:37:46.694 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout }, 2024-04-15T20:37:46.694 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-15T20:37:46.694 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-15T20:37:46.694 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout 0 2024-04-15T20:37:46.694 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout ], 2024-04-15T20:37:46.694 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-15T20:37:46.694 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "a" 2024-04-15T20:37:46.694 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout ], 2024-04-15T20:37:46.694 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "quorum_age": 9, 2024-04-15T20:37:46.694 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-15T20:37:46.694 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-15T20:37:46.694 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-15T20:37:46.694 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-15T20:37:46.695 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout }, 2024-04-15T20:37:46.695 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-15T20:37:46.695 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-15T20:37:46.695 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-15T20:37:46.695 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-15T20:37:46.695 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-15T20:37:46.695 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-15T20:37:46.695 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-15T20:37:46.695 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-15T20:37:46.698 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout }, 2024-04-15T20:37:46.698 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-15T20:37:46.698 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-15T20:37:46.698 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-15T20:37:46.698 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-15T20:37:46.699 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-15T20:37:46.699 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-15T20:37:46.699 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-15T20:37:46.699 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-15T20:37:46.699 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-15T20:37:46.699 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout }, 2024-04-15T20:37:46.699 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-15T20:37:46.699 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-15T20:37:46.699 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-15T20:37:46.699 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-15T20:37:46.699 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout }, 2024-04-15T20:37:46.699 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-15T20:37:46.699 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-15T20:37:46.699 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-15T20:37:46.699 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-15T20:37:46.700 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-15T20:37:46.700 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-15T20:37:46.700 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "restful" 2024-04-15T20:37:46.700 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout ], 2024-04-15T20:37:46.700 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-15T20:37:46.700 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout }, 2024-04-15T20:37:46.700 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-15T20:37:46.700 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-15T20:37:46.700 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "modified": "2024-04-15T20:37:30.434250+0000", 2024-04-15T20:37:46.700 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-15T20:37:46.700 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout }, 2024-04-15T20:37:46.700 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-15T20:37:46.700 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout } 2024-04-15T20:37:46.700 INFO:teuthology.orchestra.run.smithi069.stdout:mgr not available, waiting (3/15)... 2024-04-15T20:37:46.927 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:37:46 smithi069 bash[21786]: debug 2024-04-15T20:37:46.639+0000 7fe5e365c200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-15T20:37:46.928 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:37:46 smithi069 bash[21786]: debug 2024-04-15T20:37:46.759+0000 7fe5e365c200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-15T20:37:47.678 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:47 smithi069 bash[21530]: cluster 2024-04-15T20:37:46.764773+0000 mon.a (mon.0) 16 : cluster [INF] Activating manager daemon a 2024-04-15T20:37:47.678 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:47 smithi069 bash[21530]: cluster 2024-04-15T20:37:46.769603+0000 mon.a (mon.0) 17 : cluster [DBG] mgrmap e2: a(active, starting, since 0.00510753s) 2024-04-15T20:37:47.678 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:47 smithi069 bash[21530]: audit 2024-04-15T20:37:46.771324+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.14100 172.21.15.69:0/1786280250' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-15T20:37:47.678 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:47 smithi069 bash[21530]: audit 2024-04-15T20:37:46.771484+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.14100 172.21.15.69:0/1786280250' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-15T20:37:47.678 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:47 smithi069 bash[21530]: audit 2024-04-15T20:37:46.771621+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.14100 172.21.15.69:0/1786280250' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-15T20:37:47.678 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:47 smithi069 bash[21530]: audit 2024-04-15T20:37:46.771754+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.14100 172.21.15.69:0/1786280250' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-15T20:37:47.678 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:47 smithi069 bash[21530]: audit 2024-04-15T20:37:46.771891+0000 mon.a (mon.0) 22 : audit [DBG] from='mgr.14100 172.21.15.69:0/1786280250' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-15T20:37:47.678 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:47 smithi069 bash[21530]: audit 2024-04-15T20:37:46.772025+0000 mon.a (mon.0) 23 : audit [DBG] from='mgr.14100 172.21.15.69:0/1786280250' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-15T20:37:47.678 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:47 smithi069 bash[21530]: audit 2024-04-15T20:37:46.772917+0000 mon.a (mon.0) 24 : audit [DBG] from='mgr.14100 172.21.15.69:0/1786280250' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-15T20:37:47.679 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:47 smithi069 bash[21530]: cluster 2024-04-15T20:37:46.802770+0000 mon.a (mon.0) 25 : cluster [INF] Manager daemon a is now available 2024-04-15T20:37:47.679 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:47 smithi069 bash[21530]: audit 2024-04-15T20:37:46.815046+0000 mon.a (mon.0) 26 : audit [INF] from='mgr.14100 172.21.15.69:0/1786280250' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-15T20:37:47.679 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:47 smithi069 bash[21530]: audit 2024-04-15T20:37:46.817611+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.14100 172.21.15.69:0/1786280250' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-15T20:37:47.679 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:47 smithi069 bash[21530]: audit 2024-04-15T20:37:46.820922+0000 mon.a (mon.0) 28 : audit [INF] from='mgr.14100 172.21.15.69:0/1786280250' entity='mgr.a' 2024-04-15T20:37:47.679 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:47 smithi069 bash[21530]: audit 2024-04-15T20:37:46.826329+0000 mon.a (mon.0) 29 : audit [INF] from='mgr.14100 172.21.15.69:0/1786280250' entity='mgr.a' 2024-04-15T20:37:47.679 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:47 smithi069 bash[21530]: audit 2024-04-15T20:37:46.831535+0000 mon.a (mon.0) 30 : audit [INF] from='mgr.14100 172.21.15.69:0/1786280250' entity='mgr.a' 2024-04-15T20:37:49.177 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:48 smithi069 bash[21530]: cluster 2024-04-15T20:37:47.778939+0000 mon.a (mon.0) 31 : cluster [DBG] mgrmap e3: a(active, since 1.01443s) 2024-04-15T20:37:50.649 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout 2024-04-15T20:37:50.649 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout { 2024-04-15T20:37:50.649 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "fsid": "cb456bda-fb67-11ee-bc8f-c7b262605968", 2024-04-15T20:37:50.650 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "health": { 2024-04-15T20:37:50.650 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-15T20:37:50.650 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-15T20:37:50.650 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-15T20:37:50.650 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout }, 2024-04-15T20:37:50.650 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-15T20:37:50.650 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-15T20:37:50.650 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout 0 2024-04-15T20:37:50.650 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout ], 2024-04-15T20:37:50.650 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-15T20:37:50.650 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "a" 2024-04-15T20:37:50.650 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout ], 2024-04-15T20:37:50.650 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "quorum_age": 13, 2024-04-15T20:37:50.651 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-15T20:37:50.651 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-15T20:37:50.651 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-15T20:37:50.651 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-15T20:37:50.651 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout }, 2024-04-15T20:37:50.651 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-15T20:37:50.651 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-15T20:37:50.651 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-15T20:37:50.651 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-15T20:37:50.651 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-15T20:37:50.651 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-15T20:37:50.651 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-15T20:37:50.651 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-15T20:37:50.654 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout }, 2024-04-15T20:37:50.655 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-15T20:37:50.655 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-15T20:37:50.655 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-15T20:37:50.655 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-15T20:37:50.655 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-15T20:37:50.655 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-15T20:37:50.655 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-15T20:37:50.655 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-15T20:37:50.655 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-15T20:37:50.655 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout }, 2024-04-15T20:37:50.655 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-15T20:37:50.655 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-15T20:37:50.655 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-15T20:37:50.655 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-15T20:37:50.655 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout }, 2024-04-15T20:37:50.656 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-15T20:37:50.656 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-15T20:37:50.656 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-15T20:37:50.656 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-15T20:37:50.656 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-15T20:37:50.656 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-15T20:37:50.656 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "restful" 2024-04-15T20:37:50.656 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout ], 2024-04-15T20:37:50.656 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-15T20:37:50.656 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout }, 2024-04-15T20:37:50.656 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-15T20:37:50.656 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-15T20:37:50.656 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "modified": "2024-04-15T20:37:30.434250+0000", 2024-04-15T20:37:50.656 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-15T20:37:50.657 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout }, 2024-04-15T20:37:50.657 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-15T20:37:50.657 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout } 2024-04-15T20:37:50.657 INFO:teuthology.orchestra.run.smithi069.stdout:mgr is available 2024-04-15T20:37:50.927 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:50 smithi069 bash[21530]: cluster 2024-04-15T20:37:49.778167+0000 mon.a (mon.0) 32 : cluster [DBG] mgrmap e4: a(active, since 3s) 2024-04-15T20:37:50.928 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:50 smithi069 bash[21530]: audit 2024-04-15T20:37:50.111031+0000 mon.a (mon.0) 33 : audit [DBG] from='client.? 172.21.15.69:0/126582434' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-15T20:37:52.177 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:51 smithi069 bash[21530]: audit 2024-04-15T20:37:51.792327+0000 mon.a (mon.0) 34 : audit [INF] from='client.? 172.21.15.69:0/637392094' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-15T20:37:52.177 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:51 smithi069 bash[21530]: audit 2024-04-15T20:37:51.796273+0000 mon.a (mon.0) 35 : audit [INF] from='client.? 172.21.15.69:0/637392094' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-04-15T20:37:52.278 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout 2024-04-15T20:37:52.279 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout [global] 2024-04-15T20:37:52.279 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout fsid = cb456bda-fb67-11ee-bc8f-c7b262605968 2024-04-15T20:37:52.279 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-04-15T20:37:52.279 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-04-15T20:37:52.279 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-04-15T20:37:52.279 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-04-15T20:37:52.279 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout 2024-04-15T20:37:52.279 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout [mgr] 2024-04-15T20:37:52.279 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-04-15T20:37:52.279 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout 2024-04-15T20:37:52.279 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout [osd] 2024-04-15T20:37:52.279 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-04-15T20:37:52.280 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-04-15T20:37:52.280 INFO:teuthology.orchestra.run.smithi069.stdout:Enabling cephadm module... 2024-04-15T20:37:53.927 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:53 smithi069 bash[21530]: audit 2024-04-15T20:37:53.522917+0000 mon.a (mon.0) 36 : audit [INF] from='client.? 172.21.15.69:0/3668989393' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-04-15T20:37:53.928 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:37:53 smithi069 bash[21786]: ignoring --setuser ceph since I am not root 2024-04-15T20:37:53.928 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:37:53 smithi069 bash[21786]: ignoring --setgroup ceph since I am not root 2024-04-15T20:37:53.928 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:37:53 smithi069 bash[21786]: debug 2024-04-15T20:37:53.767+0000 7f78e9197200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-15T20:37:54.927 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:54 smithi069 bash[21530]: audit 2024-04-15T20:37:53.574763+0000 mon.a (mon.0) 37 : audit [INF] from='client.? 172.21.15.69:0/3668989393' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-04-15T20:37:54.927 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:54 smithi069 bash[21530]: cluster 2024-04-15T20:37:53.579622+0000 mon.a (mon.0) 38 : cluster [DBG] mgrmap e5: a(active, since 6s) 2024-04-15T20:37:55.677 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:37:55 smithi069 bash[21530]: audit 2024-04-15T20:37:55.320089+0000 mon.a (mon.0) 39 : audit [DBG] from='client.? 172.21.15.69:0/4126874730' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-15T20:37:55.678 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:37:55 smithi069 bash[21786]: debug 2024-04-15T20:37:55.335+0000 7f78e9197200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-15T20:37:55.678 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:37:55 smithi069 bash[21786]: debug 2024-04-15T20:37:55.435+0000 7f78e9197200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-15T20:37:55.845 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout { 2024-04-15T20:37:55.845 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-04-15T20:37:55.845 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-15T20:37:55.845 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-04-15T20:37:55.845 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-04-15T20:37:55.845 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout } 2024-04-15T20:37:55.845 INFO:teuthology.orchestra.run.smithi069.stdout:Waiting for the mgr to restart... 2024-04-15T20:37:55.845 INFO:teuthology.orchestra.run.smithi069.stdout:Waiting for mgr epoch 5... 2024-04-15T20:37:56.177 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:37:55 smithi069 bash[21786]: debug 2024-04-15T20:37:55.679+0000 7f78e9197200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-15T20:37:56.928 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:37:56 smithi069 bash[21786]: debug 2024-04-15T20:37:56.483+0000 7f78e9197200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-15T20:37:56.928 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:37:56 smithi069 bash[21786]: debug 2024-04-15T20:37:56.595+0000 7f78e9197200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-15T20:37:56.928 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:37:56 smithi069 bash[21786]: debug 2024-04-15T20:37:56.699+0000 7f78e9197200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-15T20:37:57.428 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:37:57 smithi069 bash[21786]: debug 2024-04-15T20:37:57.051+0000 7f78e9197200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-15T20:37:57.428 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:37:57 smithi069 bash[21786]: debug 2024-04-15T20:37:57.163+0000 7f78e9197200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-15T20:37:57.428 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:37:57 smithi069 bash[21786]: debug 2024-04-15T20:37:57.263+0000 7f78e9197200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-15T20:37:57.927 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:37:57 smithi069 bash[21786]: debug 2024-04-15T20:37:57.619+0000 7f78e9197200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-15T20:37:57.928 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:37:57 smithi069 bash[21786]: debug 2024-04-15T20:37:57.855+0000 7f78e9197200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-15T20:37:58.427 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:37:58 smithi069 bash[21786]: debug 2024-04-15T20:37:58.111+0000 7f78e9197200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-15T20:37:58.428 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:37:58 smithi069 bash[21786]: debug 2024-04-15T20:37:58.223+0000 7f78e9197200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-15T20:37:58.900 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:37:58 smithi069 bash[21786]: debug 2024-04-15T20:37:58.495+0000 7f78e9197200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-15T20:37:59.177 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:37:58 smithi069 bash[21786]: debug 2024-04-15T20:37:58.899+0000 7f78e9197200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-15T20:37:59.177 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:37:59 smithi069 bash[21786]: debug 2024-04-15T20:37:59.139+0000 7f78e9197200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-15T20:37:59.677 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:37:59 smithi069 bash[21786]: debug 2024-04-15T20:37:59.255+0000 7f78e9197200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-15T20:37:59.677 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:37:59 smithi069 bash[21786]: debug 2024-04-15T20:37:59.499+0000 7f78e9197200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-15T20:38:00.905 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:38:00 smithi069 bash[21786]: debug 2024-04-15T20:38:00.499+0000 7f78e9197200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-15T20:38:00.905 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:38:00 smithi069 bash[21786]: debug 2024-04-15T20:38:00.615+0000 7f78e9197200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-15T20:38:01.177 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:38:00 smithi069 bash[21786]: debug 2024-04-15T20:38:00.907+0000 7f78e9197200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-15T20:38:01.177 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:38:01 smithi069 bash[21786]: debug 2024-04-15T20:38:01.019+0000 7f78e9197200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-15T20:38:01.927 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:38:01 smithi069 bash[21786]: debug 2024-04-15T20:38:01.463+0000 7f78e9197200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-15T20:38:01.928 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:38:01 smithi069 bash[21786]: debug 2024-04-15T20:38:01.583+0000 7f78e9197200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-15T20:38:01.928 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:01 smithi069 bash[21530]: cluster 2024-04-15T20:38:01.606515+0000 mon.a (mon.0) 40 : cluster [INF] Active manager daemon a restarted 2024-04-15T20:38:01.928 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:01 smithi069 bash[21530]: cluster 2024-04-15T20:38:01.606985+0000 mon.a (mon.0) 41 : cluster [INF] Activating manager daemon a 2024-04-15T20:38:01.928 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:01 smithi069 bash[21530]: cluster 2024-04-15T20:38:01.613866+0000 mon.a (mon.0) 42 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-04-15T20:38:01.928 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:01 smithi069 bash[21530]: cluster 2024-04-15T20:38:01.614095+0000 mon.a (mon.0) 43 : cluster [DBG] mgrmap e6: a(active, starting, since 0.00730804s) 2024-04-15T20:38:01.928 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:01 smithi069 bash[21530]: audit 2024-04-15T20:38:01.615532+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.14120 172.21.15.69:0/1919228403' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-15T20:38:01.928 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:01 smithi069 bash[21530]: audit 2024-04-15T20:38:01.617458+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14120 172.21.15.69:0/1919228403' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-15T20:38:01.928 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:01 smithi069 bash[21530]: audit 2024-04-15T20:38:01.618434+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.14120 172.21.15.69:0/1919228403' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-15T20:38:01.928 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:01 smithi069 bash[21530]: audit 2024-04-15T20:38:01.618681+0000 mon.a (mon.0) 47 : audit [DBG] from='mgr.14120 172.21.15.69:0/1919228403' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-15T20:38:01.929 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:01 smithi069 bash[21530]: audit 2024-04-15T20:38:01.618890+0000 mon.a (mon.0) 48 : audit [DBG] from='mgr.14120 172.21.15.69:0/1919228403' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-15T20:38:01.929 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:01 smithi069 bash[21530]: cluster 2024-04-15T20:38:01.642923+0000 mon.a (mon.0) 49 : cluster [INF] Manager daemon a is now available 2024-04-15T20:38:02.928 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:02 smithi069 bash[21530]: cephadm 2024-04-15T20:38:01.661648+0000 mgr.a (mgr.14120) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-04-15T20:38:02.928 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:02 smithi069 bash[21530]: audit 2024-04-15T20:38:01.663320+0000 mon.a (mon.0) 50 : audit [INF] from='mgr.14120 172.21.15.69:0/1919228403' entity='mgr.a' 2024-04-15T20:38:02.928 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:02 smithi069 bash[21530]: audit 2024-04-15T20:38:01.665929+0000 mon.a (mon.0) 51 : audit [INF] from='mgr.14120 172.21.15.69:0/1919228403' entity='mgr.a' 2024-04-15T20:38:02.928 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:02 smithi069 bash[21530]: audit 2024-04-15T20:38:01.669390+0000 mon.a (mon.0) 52 : audit [INF] from='mgr.14120 172.21.15.69:0/1919228403' entity='mgr.a' 2024-04-15T20:38:02.928 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:02 smithi069 bash[21530]: audit 2024-04-15T20:38:01.672407+0000 mon.a (mon.0) 53 : audit [DBG] from='mgr.14120 172.21.15.69:0/1919228403' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:38:02.928 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:02 smithi069 bash[21530]: audit 2024-04-15T20:38:01.675745+0000 mon.a (mon.0) 54 : audit [DBG] from='mgr.14120 172.21.15.69:0/1919228403' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:38:02.928 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:02 smithi069 bash[21530]: audit 2024-04-15T20:38:01.687443+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.14120 172.21.15.69:0/1919228403' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-15T20:38:02.929 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:02 smithi069 bash[21530]: audit 2024-04-15T20:38:01.691132+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.14120 172.21.15.69:0/1919228403' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-15T20:38:02.929 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:02 smithi069 bash[21530]: cluster 2024-04-15T20:38:02.614857+0000 mon.a (mon.0) 57 : cluster [DBG] mgrmap e7: a(active, since 1.00808s) 2024-04-15T20:38:02.929 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:02 smithi069 bash[21530]: audit 2024-04-15T20:38:02.616422+0000 mgr.a (mgr.14120) 2 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-15T20:38:02.929 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:02 smithi069 bash[21530]: audit 2024-04-15T20:38:02.622618+0000 mon.a (mon.0) 58 : audit [INF] from='mgr.14120 172.21.15.69:0/1919228403' entity='mgr.a' 2024-04-15T20:38:02.929 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:02 smithi069 bash[21530]: audit 2024-04-15T20:38:02.625975+0000 mon.a (mon.0) 59 : audit [INF] from='mgr.14120 172.21.15.69:0/1919228403' entity='mgr.a' 2024-04-15T20:38:02.929 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:02 smithi069 bash[21530]: audit 2024-04-15T20:38:02.629137+0000 mgr.a (mgr.14120) 3 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-15T20:38:03.214 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout { 2024-04-15T20:38:03.215 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-04-15T20:38:03.215 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "initialized": true 2024-04-15T20:38:03.215 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout } 2024-04-15T20:38:03.215 INFO:teuthology.orchestra.run.smithi069.stdout:mgr epoch 5 is available 2024-04-15T20:38:03.215 INFO:teuthology.orchestra.run.smithi069.stdout:Setting orchestrator backend to cephadm... 2024-04-15T20:38:03.927 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:03 smithi069 bash[21530]: cephadm 2024-04-15T20:38:03.194746+0000 mgr.a (mgr.14120) 4 : cephadm [INF] [15/Apr/2024:20:38:03] ENGINE Bus STARTING 2024-04-15T20:38:03.928 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:03 smithi069 bash[21530]: cephadm 2024-04-15T20:38:03.297122+0000 mgr.a (mgr.14120) 5 : cephadm [INF] [15/Apr/2024:20:38:03] ENGINE Serving on http://172.21.15.69:8765 2024-04-15T20:38:03.928 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:03 smithi069 bash[21530]: cephadm 2024-04-15T20:38:03.414267+0000 mgr.a (mgr.14120) 6 : cephadm [INF] [15/Apr/2024:20:38:03] ENGINE Serving on https://172.21.15.69:7150 2024-04-15T20:38:03.928 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:03 smithi069 bash[21530]: cephadm 2024-04-15T20:38:03.414540+0000 mgr.a (mgr.14120) 7 : cephadm [INF] [15/Apr/2024:20:38:03] ENGINE Bus STARTED 2024-04-15T20:38:03.928 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:03 smithi069 bash[21530]: audit 2024-04-15T20:38:03.445908+0000 mon.a (mon.0) 60 : audit [DBG] from='mgr.14120 172.21.15.69:0/1919228403' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:38:04.928 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:04 smithi069 bash[21530]: cluster 2024-04-15T20:38:03.670651+0000 mon.a (mon.0) 61 : cluster [DBG] mgrmap e8: a(active, since 2s) 2024-04-15T20:38:04.928 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:04 smithi069 bash[21530]: audit 2024-04-15T20:38:04.383541+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-04-15T20:38:04.928 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:04 smithi069 bash[21530]: audit 2024-04-15T20:38:04.391819+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14120 172.21.15.69:0/1919228403' entity='mgr.a' 2024-04-15T20:38:04.928 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:04 smithi069 bash[21530]: audit 2024-04-15T20:38:04.415152+0000 mon.a (mon.0) 63 : audit [DBG] from='mgr.14120 172.21.15.69:0/1919228403' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:38:06.645 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout value unchanged 2024-04-15T20:38:06.645 INFO:teuthology.orchestra.run.smithi069.stdout:Generating ssh key... 2024-04-15T20:38:06.927 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:06 smithi069 bash[21530]: audit 2024-04-15T20:38:06.064406+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-04-15T20:38:08.428 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:38:08 smithi069 bash[21786]: Generating public/private rsa key pair. 2024-04-15T20:38:08.428 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:38:08 smithi069 bash[21786]: Your identification has been saved in /tmp/tmpep773u_1/key. 2024-04-15T20:38:08.428 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:38:08 smithi069 bash[21786]: Your public key has been saved in /tmp/tmpep773u_1/key.pub. 2024-04-15T20:38:08.428 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:38:08 smithi069 bash[21786]: The key fingerprint is: 2024-04-15T20:38:08.428 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:38:08 smithi069 bash[21786]: SHA256:m1FQCRgj7PjRXd18H6aGCcrM8Eu1394wWJ7Tc+fqg3g ceph-cb456bda-fb67-11ee-bc8f-c7b262605968 2024-04-15T20:38:08.428 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:38:08 smithi069 bash[21786]: The key's randomart image is: 2024-04-15T20:38:08.428 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:38:08 smithi069 bash[21786]: +---[RSA 3072]----+ 2024-04-15T20:38:08.428 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:38:08 smithi069 bash[21786]: | .. oooo.o o | 2024-04-15T20:38:08.429 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:38:08 smithi069 bash[21786]: | .o.. +o . oo.| 2024-04-15T20:38:08.429 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:38:08 smithi069 bash[21786]: | o .*.o.+ o o.o| 2024-04-15T20:38:08.429 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:38:08 smithi069 bash[21786]: | . o .B.o o + .| 2024-04-15T20:38:08.429 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:38:08 smithi069 bash[21786]: | . .. S . * o | 2024-04-15T20:38:08.429 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:38:08 smithi069 bash[21786]: | . . + o B oo| 2024-04-15T20:38:08.429 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:38:08 smithi069 bash[21786]: | o ...=.+| 2024-04-15T20:38:08.429 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:38:08 smithi069 bash[21786]: | . E....| 2024-04-15T20:38:08.429 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:38:08 smithi069 bash[21786]: | . .oo | 2024-04-15T20:38:08.429 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:38:08 smithi069 bash[21786]: +----[SHA256]-----+ 2024-04-15T20:38:09.427 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:09 smithi069 bash[21530]: audit 2024-04-15T20:38:07.868208+0000 mgr.a (mgr.14120) 10 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:38:09.427 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:09 smithi069 bash[21530]: cephadm 2024-04-15T20:38:07.868557+0000 mgr.a (mgr.14120) 11 : cephadm [INF] Generating ssh key... 2024-04-15T20:38:09.427 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:09 smithi069 bash[21530]: audit 2024-04-15T20:38:08.094534+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.14120 172.21.15.69:0/1919228403' entity='mgr.a' 2024-04-15T20:38:09.428 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:09 smithi069 bash[21530]: audit 2024-04-15T20:38:08.099687+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.14120 172.21.15.69:0/1919228403' entity='mgr.a' 2024-04-15T20:38:10.422 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDayYs7vQiUqHNyhZlp5+KQngKYMM5E3cVtHsrcd4ZPuFX9g9/FkivKRiTLa4cfhtq0Cbmt7u+vufDGl3Uxw/THzEE0nkW7slJg/oNlqHnvvEOb/+DYgo/Y+rn1o4WbcY2dq3oS3uwMl7/mGjnEe/cthS0AAAYstCJag1LMhCB9kvfi5XGbbf9i14pz4g9pww3bNRS1IPTWL3KRUrlrpFoEx2AoYTbylaec4d8VE/KpwqYPutZL5R8soDJL+d1KolYM6CSWkqSCZ3HA9zgF5Mb82Wkix6VjjsSqI6sLYuIP2inW21J1CN01U/NwUY7gkthxm9FmO9II5HDQvO3brrP8KfdVcenstBR7bqWM51tR5cm8LxSDtPDGlVF8hgkwlPx5ZPofZMeI1FCdDIOhdVp74EvG+BkMv9/m1NdC3K92PA5jv1Ld+jd+kZng0dSvUsBcX7sggi5KrbOTqyHv/hNbOmwa3R9bUCpW+/pDWlEynu2n7/lneF2kFc//bgCEmNc= ceph-cb456bda-fb67-11ee-bc8f-c7b262605968 2024-04-15T20:38:10.422 INFO:teuthology.orchestra.run.smithi069.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-04-15T20:38:10.422 INFO:teuthology.orchestra.run.smithi069.stdout:Adding key to root@localhost authorized_keys... 2024-04-15T20:38:10.422 INFO:teuthology.orchestra.run.smithi069.stdout:Adding host smithi069... 2024-04-15T20:38:10.927 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:10 smithi069 bash[21530]: audit 2024-04-15T20:38:09.862808+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-04-15T20:38:12.927 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:12 smithi069 bash[21530]: audit 2024-04-15T20:38:11.643058+0000 mgr.a (mgr.14120) 13 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi069", "addr": "172.21.15.69", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:38:12.928 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:12 smithi069 bash[21530]: cephadm 2024-04-15T20:38:12.259804+0000 mgr.a (mgr.14120) 14 : cephadm [INF] Deploying cephadm binary to smithi069 2024-04-15T20:38:17.761 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout Added host 'smithi069' with addr '172.21.15.69' 2024-04-15T20:38:17.761 INFO:teuthology.orchestra.run.smithi069.stdout:Deploying unmanaged mon service... 2024-04-15T20:38:18.392 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:18 smithi069 bash[21530]: audit 2024-04-15T20:38:17.139107+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.14120 172.21.15.69:0/1919228403' entity='mgr.a' 2024-04-15T20:38:18.393 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:18 smithi069 bash[21530]: cephadm 2024-04-15T20:38:17.139506+0000 mgr.a (mgr.14120) 15 : cephadm [INF] Added host smithi069 2024-04-15T20:38:18.393 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:18 smithi069 bash[21530]: audit 2024-04-15T20:38:17.167247+0000 mon.a (mon.0) 67 : audit [DBG] from='mgr.14120 172.21.15.69:0/1919228403' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:38:19.544 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-04-15T20:38:19.544 INFO:teuthology.orchestra.run.smithi069.stdout:Deploying unmanaged mgr service... 2024-04-15T20:38:20.222 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:19 smithi069 bash[21530]: audit 2024-04-15T20:38:18.953136+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-04-15T20:38:20.222 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:19 smithi069 bash[21530]: cephadm 2024-04-15T20:38:18.956253+0000 mgr.a (mgr.14120) 17 : cephadm [INF] Saving service mon spec with placement count:5 2024-04-15T20:38:20.222 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:19 smithi069 bash[21530]: audit 2024-04-15T20:38:18.959219+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.14120 172.21.15.69:0/1919228403' entity='mgr.a' 2024-04-15T20:38:21.576 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-04-15T20:38:22.177 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:21 smithi069 bash[21530]: audit 2024-04-15T20:38:20.806791+0000 mgr.a (mgr.14120) 18 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:38:22.177 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:21 smithi069 bash[21530]: cephadm 2024-04-15T20:38:20.809318+0000 mgr.a (mgr.14120) 19 : cephadm [INF] Saving service mgr spec with placement count:2 2024-04-15T20:38:22.178 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:21 smithi069 bash[21530]: audit 2024-04-15T20:38:20.812344+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.14120 172.21.15.69:0/1919228403' entity='mgr.a' 2024-04-15T20:38:22.178 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:21 smithi069 bash[21530]: cluster 2024-04-15T20:38:21.620022+0000 mgr.a (mgr.14120) 20 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:38:23.927 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:23 smithi069 bash[21530]: audit 2024-04-15T20:38:22.650096+0000 mon.a (mon.0) 70 : audit [INF] from='mgr.14120 172.21.15.69:0/1919228403' entity='mgr.a' 2024-04-15T20:38:23.927 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:23 smithi069 bash[21530]: audit 2024-04-15T20:38:23.141677+0000 mon.a (mon.0) 71 : audit [INF] from='mgr.14120 172.21.15.69:0/1919228403' entity='mgr.a' 2024-04-15T20:38:23.928 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:23 smithi069 bash[21530]: audit 2024-04-15T20:38:23.277314+0000 mon.a (mon.0) 72 : audit [INF] from='client.? 172.21.15.69:0/4059716906' entity='client.admin' 2024-04-15T20:38:23.928 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:23 smithi069 bash[21530]: cluster 2024-04-15T20:38:23.620381+0000 mgr.a (mgr.14120) 21 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:38:25.734 INFO:teuthology.orchestra.run.smithi069.stdout:Enabling the dashboard module... 2024-04-15T20:38:26.427 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:26 smithi069 bash[21530]: audit 2024-04-15T20:38:25.179899+0000 mon.a (mon.0) 73 : audit [INF] from='client.? 172.21.15.69:0/2139658666' entity='client.admin' 2024-04-15T20:38:26.427 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:26 smithi069 bash[21530]: cluster 2024-04-15T20:38:25.620825+0000 mgr.a (mgr.14120) 22 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:38:27.678 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:27 smithi069 bash[21530]: audit 2024-04-15T20:38:27.073190+0000 mon.a (mon.0) 74 : audit [INF] from='client.? 172.21.15.69:0/958221535' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-04-15T20:38:27.678 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:38:27 smithi069 bash[21786]: ignoring --setuser ceph since I am not root 2024-04-15T20:38:27.678 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:38:27 smithi069 bash[21786]: ignoring --setgroup ceph since I am not root 2024-04-15T20:38:27.678 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:38:27 smithi069 bash[21786]: debug 2024-04-15T20:38:27.374+0000 7fe2cb3b3200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-15T20:38:28.483 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:28 smithi069 bash[21530]: audit 2024-04-15T20:38:27.187923+0000 mon.a (mon.0) 75 : audit [INF] from='client.? 172.21.15.69:0/958221535' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-04-15T20:38:28.483 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:28 smithi069 bash[21530]: cluster 2024-04-15T20:38:27.194077+0000 mon.a (mon.0) 76 : cluster [DBG] mgrmap e9: a(active, since 25s) 2024-04-15T20:38:29.247 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:29 smithi069 bash[21530]: audit 2024-04-15T20:38:29.071666+0000 mon.a (mon.0) 77 : audit [DBG] from='client.? 172.21.15.69:0/3407845119' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-15T20:38:29.248 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:38:28 smithi069 bash[21786]: debug 2024-04-15T20:38:28.970+0000 7fe2cb3b3200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-15T20:38:29.248 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:38:29 smithi069 bash[21786]: debug 2024-04-15T20:38:29.066+0000 7fe2cb3b3200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-15T20:38:29.593 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout { 2024-04-15T20:38:29.593 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-04-15T20:38:29.593 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-15T20:38:29.593 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-04-15T20:38:29.593 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-04-15T20:38:29.593 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout } 2024-04-15T20:38:29.593 INFO:teuthology.orchestra.run.smithi069.stdout:Waiting for the mgr to restart... 2024-04-15T20:38:29.594 INFO:teuthology.orchestra.run.smithi069.stdout:Waiting for mgr epoch 9... 2024-04-15T20:38:29.610 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:38:29 smithi069 bash[21786]: debug 2024-04-15T20:38:29.322+0000 7fe2cb3b3200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-15T20:38:30.427 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:38:30 smithi069 bash[21786]: debug 2024-04-15T20:38:30.126+0000 7fe2cb3b3200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-15T20:38:30.428 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:38:30 smithi069 bash[21786]: debug 2024-04-15T20:38:30.250+0000 7fe2cb3b3200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-15T20:38:30.428 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:38:30 smithi069 bash[21786]: debug 2024-04-15T20:38:30.358+0000 7fe2cb3b3200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-15T20:38:31.177 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:38:30 smithi069 bash[21786]: debug 2024-04-15T20:38:30.714+0000 7fe2cb3b3200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-15T20:38:31.178 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:38:30 smithi069 bash[21786]: debug 2024-04-15T20:38:30.826+0000 7fe2cb3b3200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-15T20:38:31.178 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:38:30 smithi069 bash[21786]: debug 2024-04-15T20:38:30.930+0000 7fe2cb3b3200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-15T20:38:31.677 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:38:31 smithi069 bash[21786]: debug 2024-04-15T20:38:31.290+0000 7fe2cb3b3200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-15T20:38:31.678 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:38:31 smithi069 bash[21786]: debug 2024-04-15T20:38:31.526+0000 7fe2cb3b3200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-15T20:38:32.173 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:38:31 smithi069 bash[21786]: debug 2024-04-15T20:38:31.790+0000 7fe2cb3b3200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-15T20:38:32.173 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:38:31 smithi069 bash[21786]: debug 2024-04-15T20:38:31.902+0000 7fe2cb3b3200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-15T20:38:32.927 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:38:32 smithi069 bash[21786]: debug 2024-04-15T20:38:32.174+0000 7fe2cb3b3200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-15T20:38:32.928 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:38:32 smithi069 bash[21786]: debug 2024-04-15T20:38:32.586+0000 7fe2cb3b3200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-15T20:38:32.928 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:38:32 smithi069 bash[21786]: debug 2024-04-15T20:38:32.826+0000 7fe2cb3b3200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-15T20:38:33.427 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:38:32 smithi069 bash[21786]: debug 2024-04-15T20:38:32.942+0000 7fe2cb3b3200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-15T20:38:33.428 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:38:33 smithi069 bash[21786]: debug 2024-04-15T20:38:33.190+0000 7fe2cb3b3200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-15T20:38:34.644 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:38:34 smithi069 bash[21786]: debug 2024-04-15T20:38:34.226+0000 7fe2cb3b3200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-15T20:38:34.645 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:38:34 smithi069 bash[21786]: debug 2024-04-15T20:38:34.346+0000 7fe2cb3b3200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-15T20:38:34.927 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:38:34 smithi069 bash[21786]: debug 2024-04-15T20:38:34.646+0000 7fe2cb3b3200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-15T20:38:34.928 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:38:34 smithi069 bash[21786]: debug 2024-04-15T20:38:34.758+0000 7fe2cb3b3200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-15T20:38:35.460 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:38:35 smithi069 bash[21786]: debug 2024-04-15T20:38:35.210+0000 7fe2cb3b3200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-15T20:38:35.460 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:38:35 smithi069 bash[21786]: debug 2024-04-15T20:38:35.330+0000 7fe2cb3b3200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-15T20:38:35.460 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:35 smithi069 bash[21530]: cluster 2024-04-15T20:38:35.355719+0000 mon.a (mon.0) 78 : cluster [INF] Active manager daemon a restarted 2024-04-15T20:38:35.460 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:35 smithi069 bash[21530]: cluster 2024-04-15T20:38:35.356077+0000 mon.a (mon.0) 79 : cluster [INF] Activating manager daemon a 2024-04-15T20:38:35.460 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:35 smithi069 bash[21530]: cluster 2024-04-15T20:38:35.359371+0000 mon.a (mon.0) 80 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-04-15T20:38:35.460 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:35 smithi069 bash[21530]: cluster 2024-04-15T20:38:35.359504+0000 mon.a (mon.0) 81 : cluster [DBG] mgrmap e10: a(active, starting, since 0.00363632s) 2024-04-15T20:38:35.460 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:35 smithi069 bash[21530]: audit 2024-04-15T20:38:35.362310+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-15T20:38:35.460 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:35 smithi069 bash[21530]: audit 2024-04-15T20:38:35.364619+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-15T20:38:35.460 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:35 smithi069 bash[21530]: audit 2024-04-15T20:38:35.365861+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-15T20:38:35.460 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:35 smithi069 bash[21530]: audit 2024-04-15T20:38:35.365993+0000 mon.a (mon.0) 85 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-15T20:38:35.461 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:35 smithi069 bash[21530]: audit 2024-04-15T20:38:35.366142+0000 mon.a (mon.0) 86 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-15T20:38:35.461 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:35 smithi069 bash[21530]: cluster 2024-04-15T20:38:35.391066+0000 mon.a (mon.0) 87 : cluster [INF] Manager daemon a is now available 2024-04-15T20:38:36.678 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:36 smithi069 bash[21530]: audit 2024-04-15T20:38:35.414231+0000 mon.a (mon.0) 88 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:38:36.678 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:36 smithi069 bash[21530]: audit 2024-04-15T20:38:35.417359+0000 mon.a (mon.0) 89 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:38:36.678 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:36 smithi069 bash[21530]: audit 2024-04-15T20:38:35.437525+0000 mon.a (mon.0) 90 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-15T20:38:36.678 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:36 smithi069 bash[21530]: audit 2024-04-15T20:38:35.442534+0000 mon.a (mon.0) 91 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-15T20:38:36.678 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:36 smithi069 bash[21530]: cephadm 2024-04-15T20:38:35.748291+0000 mgr.a (mgr.14152) 1 : cephadm [INF] [15/Apr/2024:20:38:35] ENGINE Bus STARTING 2024-04-15T20:38:36.678 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:36 smithi069 bash[21530]: cephadm 2024-04-15T20:38:35.850335+0000 mgr.a (mgr.14152) 2 : cephadm [INF] [15/Apr/2024:20:38:35] ENGINE Serving on http://172.21.15.69:8765 2024-04-15T20:38:36.679 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:36 smithi069 bash[21530]: cephadm 2024-04-15T20:38:35.969653+0000 mgr.a (mgr.14152) 3 : cephadm [INF] [15/Apr/2024:20:38:35] ENGINE Serving on https://172.21.15.69:7150 2024-04-15T20:38:36.679 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:36 smithi069 bash[21530]: cephadm 2024-04-15T20:38:35.969811+0000 mgr.a (mgr.14152) 4 : cephadm [INF] [15/Apr/2024:20:38:35] ENGINE Bus STARTED 2024-04-15T20:38:36.679 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:36 smithi069 bash[21530]: cluster 2024-04-15T20:38:36.368189+0000 mon.a (mon.0) 92 : cluster [DBG] mgrmap e11: a(active, since 1.0123s) 2024-04-15T20:38:37.016 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout { 2024-04-15T20:38:37.016 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-04-15T20:38:37.016 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "initialized": true 2024-04-15T20:38:37.016 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout } 2024-04-15T20:38:37.017 INFO:teuthology.orchestra.run.smithi069.stdout:mgr epoch 9 is available 2024-04-15T20:38:37.017 INFO:teuthology.orchestra.run.smithi069.stdout:Generating a dashboard self-signed certificate... 2024-04-15T20:38:37.677 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:37 smithi069 bash[21530]: audit 2024-04-15T20:38:36.367743+0000 mgr.a (mgr.14152) 5 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-15T20:38:37.678 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:37 smithi069 bash[21530]: audit 2024-04-15T20:38:36.383647+0000 mgr.a (mgr.14152) 6 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-15T20:38:38.678 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:38 smithi069 bash[21530]: cluster 2024-04-15T20:38:37.422334+0000 mon.a (mon.0) 93 : cluster [DBG] mgrmap e12: a(active, since 2s) 2024-04-15T20:38:38.678 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:38 smithi069 bash[21530]: audit 2024-04-15T20:38:38.169515+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-04-15T20:38:38.678 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:38 smithi069 bash[21530]: audit 2024-04-15T20:38:38.281780+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:38:38.678 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:38 smithi069 bash[21530]: audit 2024-04-15T20:38:38.284699+0000 mon.a (mon.0) 95 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:38:38.853 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-04-15T20:38:38.853 INFO:teuthology.orchestra.run.smithi069.stdout:Creating initial admin user... 2024-04-15T20:38:40.678 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:40 smithi069 bash[21530]: audit 2024-04-15T20:38:40.099215+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-04-15T20:38:40.841 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$k/7YdD9TTStMckXHSyQCquHB.NG.r.i0bYuaooUuuzTAsxRlEyqh2", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1713213520, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-04-15T20:38:40.841 INFO:teuthology.orchestra.run.smithi069.stdout:Fetching dashboard port number... 2024-04-15T20:38:41.678 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:41 smithi069 bash[21530]: audit 2024-04-15T20:38:40.315433+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:38:42.428 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:42 smithi069 bash[21530]: audit 2024-04-15T20:38:42.058153+0000 mon.a (mon.0) 97 : audit [DBG] from='client.? 172.21.15.69:0/3476820862' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-04-15T20:38:42.428 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:42 smithi069 bash[21530]: audit 2024-04-15T20:38:42.073513+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:38:42.428 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:42 smithi069 bash[21530]: audit 2024-04-15T20:38:42.074326+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi069", "name": "osd_memory_target"}]: dispatch 2024-04-15T20:38:42.428 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:42 smithi069 bash[21530]: audit 2024-04-15T20:38:42.077908+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:38:42.428 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:42 smithi069 bash[21530]: audit 2024-04-15T20:38:42.079354+0000 mon.a (mon.0) 101 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi069", "caps": []}]: dispatch 2024-04-15T20:38:42.428 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:42 smithi069 bash[21530]: audit 2024-04-15T20:38:42.079921+0000 mon.a (mon.0) 102 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi069", "caps": []}]': finished 2024-04-15T20:38:42.605 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout 8443 2024-04-15T20:38:42.606 INFO:teuthology.orchestra.run.smithi069.stdout:firewalld does not appear to be present 2024-04-15T20:38:42.606 INFO:teuthology.orchestra.run.smithi069.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-04-15T20:38:42.609 INFO:teuthology.orchestra.run.smithi069.stdout:Ceph Dashboard is now available at: 2024-04-15T20:38:42.609 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-15T20:38:42.609 INFO:teuthology.orchestra.run.smithi069.stdout: URL: https://smithi069.front.sepia.ceph.com:8443/ 2024-04-15T20:38:42.609 INFO:teuthology.orchestra.run.smithi069.stdout: User: admin 2024-04-15T20:38:42.609 INFO:teuthology.orchestra.run.smithi069.stdout: Password: mhoz6xsk8l 2024-04-15T20:38:42.609 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-15T20:38:42.610 INFO:teuthology.orchestra.run.smithi069.stdout:Saving cluster configuration to /var/lib/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/config directory 2024-04-15T20:38:42.610 INFO:teuthology.orchestra.run.smithi069.stdout:Enabling autotune for osd_memory_target 2024-04-15T20:38:43.678 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:43 smithi069 bash[21530]: cluster 2024-04-15T20:38:42.327592+0000 mon.a (mon.0) 103 : cluster [DBG] mgrmap e13: a(active, since 6s) 2024-04-15T20:38:43.678 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:43 smithi069 bash[21530]: cephadm 2024-04-15T20:38:42.512462+0000 mgr.a (mgr.14152) 9 : cephadm [INF] Deploying daemon agent.smithi069 on smithi069 2024-04-15T20:38:46.242 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-04-15T20:38:46.243 INFO:teuthology.orchestra.run.smithi069.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-04-15T20:38:46.243 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-15T20:38:46.243 INFO:teuthology.orchestra.run.smithi069.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid cb456bda-fb67-11ee-bc8f-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-04-15T20:38:46.243 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-15T20:38:46.243 INFO:teuthology.orchestra.run.smithi069.stdout:Or, if you are only running a single cluster on this host: 2024-04-15T20:38:46.243 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-15T20:38:46.243 INFO:teuthology.orchestra.run.smithi069.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-04-15T20:38:46.243 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-15T20:38:46.243 INFO:teuthology.orchestra.run.smithi069.stdout:Please consider enabling telemetry to help improve Ceph: 2024-04-15T20:38:46.243 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-15T20:38:46.243 INFO:teuthology.orchestra.run.smithi069.stdout: ceph telemetry on 2024-04-15T20:38:46.243 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-15T20:38:46.243 INFO:teuthology.orchestra.run.smithi069.stdout:For more information see: 2024-04-15T20:38:46.243 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-15T20:38:46.244 INFO:teuthology.orchestra.run.smithi069.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-04-15T20:38:46.244 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-15T20:38:46.244 INFO:teuthology.orchestra.run.smithi069.stdout:Bootstrap complete. 2024-04-15T20:38:46.304 INFO:tasks.cephadm:Fetching config... 2024-04-15T20:38:46.305 DEBUG:teuthology.orchestra.run.smithi069:> set -ex 2024-04-15T20:38:46.305 DEBUG:teuthology.orchestra.run.smithi069:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-04-15T20:38:46.310 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-04-15T20:38:46.310 DEBUG:teuthology.orchestra.run.smithi069:> set -ex 2024-04-15T20:38:46.310 DEBUG:teuthology.orchestra.run.smithi069:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-04-15T20:38:46.359 INFO:tasks.cephadm:Fetching mon keyring... 2024-04-15T20:38:46.360 DEBUG:teuthology.orchestra.run.smithi069:> set -ex 2024-04-15T20:38:46.360 DEBUG:teuthology.orchestra.run.smithi069:> sudo dd if=/var/lib/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/mon.a/keyring of=/dev/stdout 2024-04-15T20:38:46.415 INFO:tasks.cephadm:Fetching pub ssh key... 2024-04-15T20:38:46.415 DEBUG:teuthology.orchestra.run.smithi069:> set -ex 2024-04-15T20:38:46.415 DEBUG:teuthology.orchestra.run.smithi069:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-04-15T20:38:46.461 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-04-15T20:38:46.461 DEBUG:teuthology.orchestra.run.smithi069:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDayYs7vQiUqHNyhZlp5+KQngKYMM5E3cVtHsrcd4ZPuFX9g9/FkivKRiTLa4cfhtq0Cbmt7u+vufDGl3Uxw/THzEE0nkW7slJg/oNlqHnvvEOb/+DYgo/Y+rn1o4WbcY2dq3oS3uwMl7/mGjnEe/cthS0AAAYstCJag1LMhCB9kvfi5XGbbf9i14pz4g9pww3bNRS1IPTWL3KRUrlrpFoEx2AoYTbylaec4d8VE/KpwqYPutZL5R8soDJL+d1KolYM6CSWkqSCZ3HA9zgF5Mb82Wkix6VjjsSqI6sLYuIP2inW21J1CN01U/NwUY7gkthxm9FmO9II5HDQvO3brrP8KfdVcenstBR7bqWM51tR5cm8LxSDtPDGlVF8hgkwlPx5ZPofZMeI1FCdDIOhdVp74EvG+BkMv9/m1NdC3K92PA5jv1Ld+jd+kZng0dSvUsBcX7sggi5KrbOTqyHv/hNbOmwa3R9bUCpW+/pDWlEynu2n7/lneF2kFc//bgCEmNc= ceph-cb456bda-fb67-11ee-bc8f-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-15T20:38:46.517 INFO:teuthology.orchestra.run.smithi069.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDayYs7vQiUqHNyhZlp5+KQngKYMM5E3cVtHsrcd4ZPuFX9g9/FkivKRiTLa4cfhtq0Cbmt7u+vufDGl3Uxw/THzEE0nkW7slJg/oNlqHnvvEOb/+DYgo/Y+rn1o4WbcY2dq3oS3uwMl7/mGjnEe/cthS0AAAYstCJag1LMhCB9kvfi5XGbbf9i14pz4g9pww3bNRS1IPTWL3KRUrlrpFoEx2AoYTbylaec4d8VE/KpwqYPutZL5R8soDJL+d1KolYM6CSWkqSCZ3HA9zgF5Mb82Wkix6VjjsSqI6sLYuIP2inW21J1CN01U/NwUY7gkthxm9FmO9II5HDQvO3brrP8KfdVcenstBR7bqWM51tR5cm8LxSDtPDGlVF8hgkwlPx5ZPofZMeI1FCdDIOhdVp74EvG+BkMv9/m1NdC3K92PA5jv1Ld+jd+kZng0dSvUsBcX7sggi5KrbOTqyHv/hNbOmwa3R9bUCpW+/pDWlEynu2n7/lneF2kFc//bgCEmNc= ceph-cb456bda-fb67-11ee-bc8f-c7b262605968 2024-04-15T20:38:46.524 DEBUG:teuthology.orchestra.run.smithi094:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDayYs7vQiUqHNyhZlp5+KQngKYMM5E3cVtHsrcd4ZPuFX9g9/FkivKRiTLa4cfhtq0Cbmt7u+vufDGl3Uxw/THzEE0nkW7slJg/oNlqHnvvEOb/+DYgo/Y+rn1o4WbcY2dq3oS3uwMl7/mGjnEe/cthS0AAAYstCJag1LMhCB9kvfi5XGbbf9i14pz4g9pww3bNRS1IPTWL3KRUrlrpFoEx2AoYTbylaec4d8VE/KpwqYPutZL5R8soDJL+d1KolYM6CSWkqSCZ3HA9zgF5Mb82Wkix6VjjsSqI6sLYuIP2inW21J1CN01U/NwUY7gkthxm9FmO9II5HDQvO3brrP8KfdVcenstBR7bqWM51tR5cm8LxSDtPDGlVF8hgkwlPx5ZPofZMeI1FCdDIOhdVp74EvG+BkMv9/m1NdC3K92PA5jv1Ld+jd+kZng0dSvUsBcX7sggi5KrbOTqyHv/hNbOmwa3R9bUCpW+/pDWlEynu2n7/lneF2kFc//bgCEmNc= ceph-cb456bda-fb67-11ee-bc8f-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-15T20:38:46.549 INFO:teuthology.orchestra.run.smithi094.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDayYs7vQiUqHNyhZlp5+KQngKYMM5E3cVtHsrcd4ZPuFX9g9/FkivKRiTLa4cfhtq0Cbmt7u+vufDGl3Uxw/THzEE0nkW7slJg/oNlqHnvvEOb/+DYgo/Y+rn1o4WbcY2dq3oS3uwMl7/mGjnEe/cthS0AAAYstCJag1LMhCB9kvfi5XGbbf9i14pz4g9pww3bNRS1IPTWL3KRUrlrpFoEx2AoYTbylaec4d8VE/KpwqYPutZL5R8soDJL+d1KolYM6CSWkqSCZ3HA9zgF5Mb82Wkix6VjjsSqI6sLYuIP2inW21J1CN01U/NwUY7gkthxm9FmO9II5HDQvO3brrP8KfdVcenstBR7bqWM51tR5cm8LxSDtPDGlVF8hgkwlPx5ZPofZMeI1FCdDIOhdVp74EvG+BkMv9/m1NdC3K92PA5jv1Ld+jd+kZng0dSvUsBcX7sggi5KrbOTqyHv/hNbOmwa3R9bUCpW+/pDWlEynu2n7/lneF2kFc//bgCEmNc= ceph-cb456bda-fb67-11ee-bc8f-c7b262605968 2024-04-15T20:38:46.558 DEBUG:teuthology.orchestra.run.smithi204:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDayYs7vQiUqHNyhZlp5+KQngKYMM5E3cVtHsrcd4ZPuFX9g9/FkivKRiTLa4cfhtq0Cbmt7u+vufDGl3Uxw/THzEE0nkW7slJg/oNlqHnvvEOb/+DYgo/Y+rn1o4WbcY2dq3oS3uwMl7/mGjnEe/cthS0AAAYstCJag1LMhCB9kvfi5XGbbf9i14pz4g9pww3bNRS1IPTWL3KRUrlrpFoEx2AoYTbylaec4d8VE/KpwqYPutZL5R8soDJL+d1KolYM6CSWkqSCZ3HA9zgF5Mb82Wkix6VjjsSqI6sLYuIP2inW21J1CN01U/NwUY7gkthxm9FmO9II5HDQvO3brrP8KfdVcenstBR7bqWM51tR5cm8LxSDtPDGlVF8hgkwlPx5ZPofZMeI1FCdDIOhdVp74EvG+BkMv9/m1NdC3K92PA5jv1Ld+jd+kZng0dSvUsBcX7sggi5KrbOTqyHv/hNbOmwa3R9bUCpW+/pDWlEynu2n7/lneF2kFc//bgCEmNc= ceph-cb456bda-fb67-11ee-bc8f-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-15T20:38:46.581 INFO:teuthology.orchestra.run.smithi204.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDayYs7vQiUqHNyhZlp5+KQngKYMM5E3cVtHsrcd4ZPuFX9g9/FkivKRiTLa4cfhtq0Cbmt7u+vufDGl3Uxw/THzEE0nkW7slJg/oNlqHnvvEOb/+DYgo/Y+rn1o4WbcY2dq3oS3uwMl7/mGjnEe/cthS0AAAYstCJag1LMhCB9kvfi5XGbbf9i14pz4g9pww3bNRS1IPTWL3KRUrlrpFoEx2AoYTbylaec4d8VE/KpwqYPutZL5R8soDJL+d1KolYM6CSWkqSCZ3HA9zgF5Mb82Wkix6VjjsSqI6sLYuIP2inW21J1CN01U/NwUY7gkthxm9FmO9II5HDQvO3brrP8KfdVcenstBR7bqWM51tR5cm8LxSDtPDGlVF8hgkwlPx5ZPofZMeI1FCdDIOhdVp74EvG+BkMv9/m1NdC3K92PA5jv1Ld+jd+kZng0dSvUsBcX7sggi5KrbOTqyHv/hNbOmwa3R9bUCpW+/pDWlEynu2n7/lneF2kFc//bgCEmNc= ceph-cb456bda-fb67-11ee-bc8f-c7b262605968 2024-04-15T20:38:46.590 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cb456bda-fb67-11ee-bc8f-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-04-15T20:38:46.594 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:46 smithi069 systemd[1]: /etc/systemd/system/ceph-cb456bda-fb67-11ee-bc8f-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-15T20:38:46.595 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:38:46 smithi069 systemd[1]: /etc/systemd/system/ceph-cb456bda-fb67-11ee-bc8f-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-15T20:38:46.865 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:46 smithi069 bash[21530]: audit 2024-04-15T20:38:45.751150+0000 mon.a (mon.0) 104 : audit [INF] from='client.? 172.21.15.69:0/3946020390' entity='client.admin' 2024-04-15T20:38:46.865 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:46 smithi069 systemd[1]: /etc/systemd/system/ceph-cb456bda-fb67-11ee-bc8f-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-15T20:38:46.866 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:38:46 smithi069 systemd[1]: /etc/systemd/system/ceph-cb456bda-fb67-11ee-bc8f-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-15T20:38:48.178 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:47 smithi069 bash[21530]: audit 2024-04-15T20:38:46.906047+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:38:48.178 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:47 smithi069 bash[21530]: audit 2024-04-15T20:38:46.940791+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:38:48.178 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:47 smithi069 bash[21530]: audit 2024-04-15T20:38:46.944358+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:38:48.179 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:47 smithi069 bash[21530]: audit 2024-04-15T20:38:46.977349+0000 mon.a (mon.0) 108 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:38:48.179 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:47 smithi069 bash[21530]: audit 2024-04-15T20:38:46.983170+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:38:48.179 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:47 smithi069 bash[21530]: audit 2024-04-15T20:38:46.986962+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:38:48.179 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:47 smithi069 bash[21530]: audit 2024-04-15T20:38:46.991138+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:38:48.179 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:47 smithi069 bash[21530]: audit 2024-04-15T20:38:46.995185+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:38:48.179 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:47 smithi069 bash[21530]: audit 2024-04-15T20:38:47.000525+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:38:48.179 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:47 smithi069 bash[21530]: audit 2024-04-15T20:38:47.034575+0000 mon.a (mon.0) 114 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:38:48.179 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:47 smithi069 bash[21530]: audit 2024-04-15T20:38:47.039840+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:38:48.179 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:47 smithi069 bash[21530]: audit 2024-04-15T20:38:47.367354+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:38:51.323 INFO:teuthology.orchestra.run.smithi069.stderr:Inferring config /var/lib/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/mon.a/config 2024-04-15T20:38:51.678 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:51 smithi069 bash[21530]: audit 2024-04-15T20:38:50.438073+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:38:52.928 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:52 smithi069 bash[21530]: audit 2024-04-15T20:38:51.709465+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:38:52.928 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:52 smithi069 bash[21530]: audit 2024-04-15T20:38:51.713542+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:38:54.575 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-04-15T20:38:54.575 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cb456bda-fb67-11ee-bc8f-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-04-15T20:38:55.362 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:55 smithi069 bash[21530]: audit 2024-04-15T20:38:54.009000+0000 mon.a (mon.0) 120 : audit [INF] from='client.? 172.21.15.69:0/3254164548' entity='client.admin' 2024-04-15T20:38:55.362 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:55 smithi069 bash[21530]: audit 2024-04-15T20:38:54.054784+0000 mon.a (mon.0) 121 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:38:55.362 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:55 smithi069 bash[21530]: audit 2024-04-15T20:38:54.059122+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:38:57.178 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:57 smithi069 bash[21530]: cluster 2024-04-15T20:38:55.367290+0000 mgr.a (mgr.14152) 10 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:38:59.202 INFO:teuthology.orchestra.run.smithi069.stderr:Inferring config /var/lib/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/mon.a/config 2024-04-15T20:38:59.222 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:59 smithi069 bash[21530]: cluster 2024-04-15T20:38:57.367701+0000 mgr.a (mgr.14152) 11 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:38:59.222 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:59 smithi069 bash[21530]: audit 2024-04-15T20:38:58.949827+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:38:59.222 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:38:59 smithi069 bash[21530]: audit 2024-04-15T20:38:58.957633+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:39:01.428 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:01 smithi069 bash[21530]: cluster 2024-04-15T20:38:59.368129+0000 mgr.a (mgr.14152) 12 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:39:02.219 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi094 2024-04-15T20:39:02.219 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2024-04-15T20:39:02.220 DEBUG:teuthology.orchestra.run.smithi094:> dd of=/etc/ceph/ceph.conf 2024-04-15T20:39:02.226 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2024-04-15T20:39:02.226 DEBUG:teuthology.orchestra.run.smithi094:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-15T20:39:02.272 INFO:tasks.cephadm:Adding host smithi094 to orchestrator... 2024-04-15T20:39:02.272 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cb456bda-fb67-11ee-bc8f-c7b262605968 -- ceph orch host add smithi094 2024-04-15T20:39:02.928 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:02 smithi069 bash[21530]: cluster 2024-04-15T20:39:01.368551+0000 mgr.a (mgr.14152) 13 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:39:02.928 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:02 smithi069 bash[21530]: audit 2024-04-15T20:39:01.635110+0000 mgr.a (mgr.14152) 14 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:39:02.929 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:02 smithi069 bash[21530]: audit 2024-04-15T20:39:01.640321+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:39:02.929 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:02 smithi069 bash[21530]: audit 2024-04-15T20:39:01.659349+0000 mon.a (mon.0) 126 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:39:02.929 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:02 smithi069 bash[21530]: audit 2024-04-15T20:39:01.661146+0000 mon.a (mon.0) 127 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:39:02.929 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:02 smithi069 bash[21530]: audit 2024-04-15T20:39:01.661860+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:39:02.929 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:02 smithi069 bash[21530]: cephadm 2024-04-15T20:39:01.662836+0000 mgr.a (mgr.14152) 15 : cephadm [INF] Updating smithi069:/etc/ceph/ceph.conf 2024-04-15T20:39:02.929 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:02 smithi069 bash[21530]: cephadm 2024-04-15T20:39:01.777509+0000 mgr.a (mgr.14152) 16 : cephadm [INF] Updating smithi069:/var/lib/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/config/ceph.conf 2024-04-15T20:39:02.929 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:02 smithi069 bash[21530]: cephadm 2024-04-15T20:39:01.891768+0000 mgr.a (mgr.14152) 17 : cephadm [INF] Updating smithi069:/etc/ceph/ceph.client.admin.keyring 2024-04-15T20:39:02.929 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:02 smithi069 bash[21530]: cephadm 2024-04-15T20:39:02.006198+0000 mgr.a (mgr.14152) 18 : cephadm [INF] Updating smithi069:/var/lib/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/config/ceph.client.admin.keyring 2024-04-15T20:39:02.929 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:02 smithi069 bash[21530]: audit 2024-04-15T20:39:02.123725+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:39:02.929 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:02 smithi069 bash[21530]: audit 2024-04-15T20:39:02.127517+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:39:02.929 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:02 smithi069 bash[21530]: audit 2024-04-15T20:39:02.130966+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:39:04.928 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:04 smithi069 bash[21530]: cluster 2024-04-15T20:39:03.369009+0000 mgr.a (mgr.14152) 19 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:39:06.928 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:06 smithi069 bash[21530]: cluster 2024-04-15T20:39:05.369408+0000 mgr.a (mgr.14152) 20 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:39:06.968 INFO:teuthology.orchestra.run.smithi069.stderr:Inferring config /var/lib/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/mon.a/config 2024-04-15T20:39:08.897 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:08 smithi069 bash[21530]: cluster 2024-04-15T20:39:07.369937+0000 mgr.a (mgr.14152) 21 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:39:10.678 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:10 smithi069 bash[21530]: cluster 2024-04-15T20:39:09.370431+0000 mgr.a (mgr.14152) 22 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:39:10.678 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:10 smithi069 bash[21530]: audit 2024-04-15T20:39:10.509174+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:39:10.678 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:10 smithi069 bash[21530]: audit 2024-04-15T20:39:10.511628+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:39:10.678 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:10 smithi069 bash[21530]: audit 2024-04-15T20:39:10.514792+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:39:11.678 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:11 smithi069 bash[21530]: audit 2024-04-15T20:39:10.361722+0000 mgr.a (mgr.14152) 23 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi094", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:39:11.678 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:11 smithi069 bash[21530]: cephadm 2024-04-15T20:39:11.090073+0000 mgr.a (mgr.14152) 24 : cephadm [INF] Deploying cephadm binary to smithi094 2024-04-15T20:39:12.930 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:12 smithi069 bash[21530]: cluster 2024-04-15T20:39:11.370861+0000 mgr.a (mgr.14152) 25 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:39:14.928 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:14 smithi069 bash[21530]: cluster 2024-04-15T20:39:13.371317+0000 mgr.a (mgr.14152) 26 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:39:16.231 INFO:teuthology.orchestra.run.smithi069.stdout:Added host 'smithi094' with addr '172.21.15.94' 2024-04-15T20:39:16.830 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cb456bda-fb67-11ee-bc8f-c7b262605968 -- ceph orch host ls --format=json 2024-04-15T20:39:17.678 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:17 smithi069 bash[21530]: cluster 2024-04-15T20:39:15.371750+0000 mgr.a (mgr.14152) 27 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:39:17.678 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:17 smithi069 bash[21530]: audit 2024-04-15T20:39:16.234369+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:39:17.678 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:17 smithi069 bash[21530]: cephadm 2024-04-15T20:39:16.235211+0000 mgr.a (mgr.14152) 28 : cephadm [INF] Added host smithi094 2024-04-15T20:39:17.678 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:17 smithi069 bash[21530]: audit 2024-04-15T20:39:16.279833+0000 mon.a (mon.0) 136 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:39:17.678 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:17 smithi069 bash[21530]: audit 2024-04-15T20:39:16.803109+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:39:19.678 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:19 smithi069 bash[21530]: cluster 2024-04-15T20:39:17.372128+0000 mgr.a (mgr.14152) 29 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:39:19.678 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:19 smithi069 bash[21530]: audit 2024-04-15T20:39:18.330718+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:39:19.678 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:19 smithi069 bash[21530]: audit 2024-04-15T20:39:18.336823+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:39:19.678 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:19 smithi069 bash[21530]: audit 2024-04-15T20:39:18.338300+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi094", "name": "osd_memory_target"}]: dispatch 2024-04-15T20:39:19.679 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:19 smithi069 bash[21530]: audit 2024-04-15T20:39:18.340226+0000 mon.a (mon.0) 141 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:39:19.679 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:19 smithi069 bash[21530]: audit 2024-04-15T20:39:18.341925+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:39:19.679 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:19 smithi069 bash[21530]: audit 2024-04-15T20:39:19.111059+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:39:19.679 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:19 smithi069 bash[21530]: audit 2024-04-15T20:39:19.117455+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:39:19.679 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:19 smithi069 bash[21530]: audit 2024-04-15T20:39:19.120636+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi094", "caps": []}]: dispatch 2024-04-15T20:39:19.679 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:19 smithi069 bash[21530]: audit 2024-04-15T20:39:19.122636+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi094", "caps": []}]': finished 2024-04-15T20:39:20.678 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:20 smithi069 bash[21530]: cephadm 2024-04-15T20:39:18.344585+0000 mgr.a (mgr.14152) 30 : cephadm [INF] Updating smithi094:/etc/ceph/ceph.conf 2024-04-15T20:39:20.678 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:20 smithi069 bash[21530]: cephadm 2024-04-15T20:39:18.560625+0000 mgr.a (mgr.14152) 31 : cephadm [INF] Updating smithi094:/var/lib/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/config/ceph.conf 2024-04-15T20:39:20.678 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:20 smithi069 bash[21530]: cephadm 2024-04-15T20:39:18.775709+0000 mgr.a (mgr.14152) 32 : cephadm [INF] Updating smithi094:/etc/ceph/ceph.client.admin.keyring 2024-04-15T20:39:20.678 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:20 smithi069 bash[21530]: cephadm 2024-04-15T20:39:18.940632+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Updating smithi094:/var/lib/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/config/ceph.client.admin.keyring 2024-04-15T20:39:21.542 INFO:teuthology.orchestra.run.smithi069.stderr:Inferring config /var/lib/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/mon.a/config 2024-04-15T20:39:21.564 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:21 smithi069 bash[21530]: cluster 2024-04-15T20:39:19.372495+0000 mgr.a (mgr.14152) 34 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:39:21.565 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:21 smithi069 bash[21530]: cephadm 2024-04-15T20:39:19.816136+0000 mgr.a (mgr.14152) 35 : cephadm [INF] Deploying daemon agent.smithi094 on smithi094 2024-04-15T20:39:21.565 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:21 smithi069 bash[21530]: audit 2024-04-15T20:39:20.873436+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:39:21.565 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:21 smithi069 bash[21530]: audit 2024-04-15T20:39:20.890867+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:39:21.565 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:21 smithi069 bash[21530]: audit 2024-04-15T20:39:20.898966+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:39:21.565 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:21 smithi069 bash[21530]: audit 2024-04-15T20:39:20.965653+0000 mon.a (mon.0) 150 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:39:21.565 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:21 smithi069 bash[21530]: audit 2024-04-15T20:39:20.970033+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:39:21.565 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:21 smithi069 bash[21530]: audit 2024-04-15T20:39:20.971711+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:39:21.565 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:21 smithi069 bash[21530]: audit 2024-04-15T20:39:20.982264+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:39:21.565 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:21 smithi069 bash[21530]: audit 2024-04-15T20:39:21.053030+0000 mon.a (mon.0) 154 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:39:21.565 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:21 smithi069 bash[21530]: audit 2024-04-15T20:39:21.057168+0000 mon.a (mon.0) 155 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:39:21.565 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:21 smithi069 bash[21530]: audit 2024-04-15T20:39:21.058859+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:39:21.566 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:21 smithi069 bash[21530]: audit 2024-04-15T20:39:21.068252+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:39:22.566 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:22 smithi069 bash[21530]: audit 2024-04-15T20:39:21.291314+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:39:22.567 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:22 smithi069 bash[21530]: cluster 2024-04-15T20:39:21.372890+0000 mgr.a (mgr.14152) 36 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:39:23.583 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:23 smithi069 bash[21530]: audit 2024-04-15T20:39:22.337676+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:39:23.583 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:23 smithi069 bash[21530]: audit 2024-04-15T20:39:22.341067+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:39:23.959 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-15T20:39:23.959 INFO:teuthology.orchestra.run.smithi069.stdout:[{"addr": "172.21.15.69", "hostname": "smithi069", "labels": [], "status": ""}, {"addr": "172.21.15.94", "hostname": "smithi094", "labels": [], "status": ""}] 2024-04-15T20:39:24.526 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi204 2024-04-15T20:39:24.526 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-04-15T20:39:24.526 DEBUG:teuthology.orchestra.run.smithi204:> dd of=/etc/ceph/ceph.conf 2024-04-15T20:39:24.532 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-04-15T20:39:24.532 DEBUG:teuthology.orchestra.run.smithi204:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-15T20:39:24.579 INFO:tasks.cephadm:Adding host smithi204 to orchestrator... 2024-04-15T20:39:24.579 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cb456bda-fb67-11ee-bc8f-c7b262605968 -- ceph orch host add smithi204 2024-04-15T20:39:24.590 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:24 smithi069 bash[21530]: cluster 2024-04-15T20:39:23.373248+0000 mgr.a (mgr.14152) 37 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:39:24.590 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:24 smithi069 bash[21530]: audit 2024-04-15T20:39:23.962970+0000 mgr.a (mgr.14152) 38 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-15T20:39:26.678 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:26 smithi069 bash[21530]: cluster 2024-04-15T20:39:25.373633+0000 mgr.a (mgr.14152) 39 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:39:26.678 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:26 smithi069 bash[21530]: audit 2024-04-15T20:39:25.444918+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:39:28.928 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:28 smithi069 bash[21530]: cluster 2024-04-15T20:39:27.373932+0000 mgr.a (mgr.14152) 40 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:39:29.290 INFO:teuthology.orchestra.run.smithi069.stderr:Inferring config /var/lib/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/mon.a/config 2024-04-15T20:39:30.678 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:30 smithi069 bash[21530]: cluster 2024-04-15T20:39:29.374302+0000 mgr.a (mgr.14152) 41 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:39:32.178 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:31 smithi069 bash[21530]: audit 2024-04-15T20:39:30.688839+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:39:32.178 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:31 smithi069 bash[21530]: audit 2024-04-15T20:39:30.692078+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:39:32.178 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:31 smithi069 bash[21530]: audit 2024-04-15T20:39:30.695286+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:39:33.179 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:32 smithi069 bash[21530]: cluster 2024-04-15T20:39:31.374551+0000 mgr.a (mgr.14152) 42 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:39:33.179 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:32 smithi069 bash[21530]: audit 2024-04-15T20:39:31.744244+0000 mgr.a (mgr.14152) 43 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi204", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:39:34.178 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:33 smithi069 bash[21530]: cephadm 2024-04-15T20:39:32.418879+0000 mgr.a (mgr.14152) 44 : cephadm [INF] Deploying cephadm binary to smithi204 2024-04-15T20:39:35.178 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:34 smithi069 bash[21530]: cluster 2024-04-15T20:39:33.374818+0000 mgr.a (mgr.14152) 45 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:39:36.678 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:36 smithi069 bash[21530]: audit 2024-04-15T20:39:35.354490+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:39:36.678 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:36 smithi069 bash[21530]: audit 2024-04-15T20:39:35.364528+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:39:36.678 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:36 smithi069 bash[21530]: cluster 2024-04-15T20:39:35.375151+0000 mgr.a (mgr.14152) 46 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:39:37.634 INFO:teuthology.orchestra.run.smithi069.stdout:Added host 'smithi204' with addr '172.21.15.204' 2024-04-15T20:39:38.270 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cb456bda-fb67-11ee-bc8f-c7b262605968 -- ceph orch host ls --format=json 2024-04-15T20:39:38.928 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:38 smithi069 bash[21530]: cluster 2024-04-15T20:39:37.375570+0000 mgr.a (mgr.14152) 47 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:39:38.928 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:38 smithi069 bash[21530]: audit 2024-04-15T20:39:37.636802+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:39:38.928 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:38 smithi069 bash[21530]: cephadm 2024-04-15T20:39:37.637578+0000 mgr.a (mgr.14152) 48 : cephadm [INF] Added host smithi204 2024-04-15T20:39:38.928 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:38 smithi069 bash[21530]: audit 2024-04-15T20:39:37.680888+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:39:38.928 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:38 smithi069 bash[21530]: audit 2024-04-15T20:39:38.153136+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:39:40.928 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:40 smithi069 bash[21530]: cluster 2024-04-15T20:39:39.375962+0000 mgr.a (mgr.14152) 49 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:39:40.928 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:40 smithi069 bash[21530]: audit 2024-04-15T20:39:39.628627+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:39:40.929 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:40 smithi069 bash[21530]: audit 2024-04-15T20:39:39.636808+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:39:40.929 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:40 smithi069 bash[21530]: audit 2024-04-15T20:39:39.641503+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi204", "name": "osd_memory_target"}]: dispatch 2024-04-15T20:39:40.929 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:40 smithi069 bash[21530]: audit 2024-04-15T20:39:39.644171+0000 mon.a (mon.0) 173 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:39:40.929 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:40 smithi069 bash[21530]: audit 2024-04-15T20:39:39.646152+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:39:40.929 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:40 smithi069 bash[21530]: cephadm 2024-04-15T20:39:39.648985+0000 mgr.a (mgr.14152) 50 : cephadm [INF] Updating smithi204:/etc/ceph/ceph.conf 2024-04-15T20:39:40.929 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:40 smithi069 bash[21530]: cephadm 2024-04-15T20:39:39.865231+0000 mgr.a (mgr.14152) 51 : cephadm [INF] Updating smithi204:/var/lib/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/config/ceph.conf 2024-04-15T20:39:40.929 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:40 smithi069 bash[21530]: audit 2024-04-15T20:39:40.609911+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:39:40.929 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:40 smithi069 bash[21530]: audit 2024-04-15T20:39:40.615879+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:39:40.929 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:40 smithi069 bash[21530]: audit 2024-04-15T20:39:40.619234+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi204", "caps": []}]: dispatch 2024-04-15T20:39:40.929 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:40 smithi069 bash[21530]: audit 2024-04-15T20:39:40.620620+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi204", "caps": []}]': finished 2024-04-15T20:39:41.928 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:41 smithi069 bash[21530]: cephadm 2024-04-15T20:39:40.324827+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Updating smithi204:/etc/ceph/ceph.client.admin.keyring 2024-04-15T20:39:41.929 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:41 smithi069 bash[21530]: cephadm 2024-04-15T20:39:40.439341+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi204:/var/lib/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/config/ceph.client.admin.keyring 2024-04-15T20:39:43.020 INFO:teuthology.orchestra.run.smithi069.stderr:Inferring config /var/lib/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/mon.a/config 2024-04-15T20:39:43.178 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:42 smithi069 bash[21530]: cluster 2024-04-15T20:39:41.376384+0000 mgr.a (mgr.14152) 54 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:39:43.178 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:42 smithi069 bash[21530]: cephadm 2024-04-15T20:39:41.529417+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Deploying daemon agent.smithi204 on smithi204 2024-04-15T20:39:43.178 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:42 smithi069 bash[21530]: audit 2024-04-15T20:39:41.924931+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:39:43.179 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:42 smithi069 bash[21530]: audit 2024-04-15T20:39:41.930995+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:39:43.179 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:42 smithi069 bash[21530]: audit 2024-04-15T20:39:41.953468+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:39:43.179 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:42 smithi069 bash[21530]: audit 2024-04-15T20:39:42.563010+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:39:43.179 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:42 smithi069 bash[21530]: audit 2024-04-15T20:39:42.605543+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:39:43.179 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:42 smithi069 bash[21530]: audit 2024-04-15T20:39:42.611789+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:39:43.179 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:42 smithi069 bash[21530]: audit 2024-04-15T20:39:42.710840+0000 mon.a (mon.0) 185 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:39:43.179 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:42 smithi069 bash[21530]: audit 2024-04-15T20:39:42.716440+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:39:43.179 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:42 smithi069 bash[21530]: audit 2024-04-15T20:39:42.718242+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:39:43.179 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:42 smithi069 bash[21530]: audit 2024-04-15T20:39:42.725263+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:39:43.179 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:42 smithi069 bash[21530]: audit 2024-04-15T20:39:42.827843+0000 mon.a (mon.0) 189 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:39:43.179 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:42 smithi069 bash[21530]: audit 2024-04-15T20:39:42.833931+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:39:43.179 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:42 smithi069 bash[21530]: audit 2024-04-15T20:39:42.835625+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:39:43.180 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:42 smithi069 bash[21530]: audit 2024-04-15T20:39:42.844776+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:39:44.286 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:44 smithi069 bash[21530]: audit 2024-04-15T20:39:43.027769+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:39:45.407 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:45 smithi069 bash[21530]: cluster 2024-04-15T20:39:43.376733+0000 mgr.a (mgr.14152) 56 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:39:45.407 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:45 smithi069 bash[21530]: audit 2024-04-15T20:39:44.090159+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:39:45.407 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:45 smithi069 bash[21530]: audit 2024-04-15T20:39:44.098032+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:39:46.533 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-15T20:39:46.533 INFO:teuthology.orchestra.run.smithi069.stdout:[{"addr": "172.21.15.69", "hostname": "smithi069", "labels": [], "status": ""}, {"addr": "172.21.15.94", "hostname": "smithi094", "labels": [], "status": ""}, {"addr": "172.21.15.204", "hostname": "smithi204", "labels": [], "status": ""}] 2024-04-15T20:39:46.819 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:46 smithi069 bash[21530]: cluster 2024-04-15T20:39:45.377058+0000 mgr.a (mgr.14152) 57 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:39:46.819 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:46 smithi069 bash[21530]: audit 2024-04-15T20:39:45.450666+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:39:47.218 INFO:tasks.cephadm:Setting crush tunables to default 2024-04-15T20:39:47.218 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cb456bda-fb67-11ee-bc8f-c7b262605968 -- ceph osd crush tunables default 2024-04-15T20:39:47.678 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:47 smithi069 bash[21530]: audit 2024-04-15T20:39:46.536368+0000 mgr.a (mgr.14152) 58 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-15T20:39:48.907 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:48 smithi069 bash[21530]: cluster 2024-04-15T20:39:47.377332+0000 mgr.a (mgr.14152) 59 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:39:50.902 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:50 smithi069 bash[21530]: cluster 2024-04-15T20:39:49.377615+0000 mgr.a (mgr.14152) 60 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:39:51.886 INFO:teuthology.orchestra.run.smithi069.stderr:Inferring config /var/lib/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/mon.a/config 2024-04-15T20:39:52.178 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:51 smithi069 bash[21530]: audit 2024-04-15T20:39:50.888834+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:39:52.178 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:51 smithi069 bash[21530]: audit 2024-04-15T20:39:50.897792+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:39:52.178 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:51 smithi069 bash[21530]: audit 2024-04-15T20:39:50.904381+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:39:53.178 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:52 smithi069 bash[21530]: cluster 2024-04-15T20:39:51.377995+0000 mgr.a (mgr.14152) 61 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:39:54.911 INFO:teuthology.orchestra.run.smithi069.stderr:adjusted tunables profile to default 2024-04-15T20:39:55.178 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:54 smithi069 bash[21530]: cluster 2024-04-15T20:39:53.378395+0000 mgr.a (mgr.14152) 62 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:39:55.178 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:54 smithi069 bash[21530]: audit 2024-04-15T20:39:54.195243+0000 mon.a (mon.0) 200 : audit [INF] from='client.? 172.21.15.69:0/4151161768' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-15T20:39:55.523 INFO:tasks.cephadm:Adding mon.a on smithi069 2024-04-15T20:39:55.523 INFO:tasks.cephadm:Adding mon.b on smithi094 2024-04-15T20:39:55.524 INFO:tasks.cephadm:Adding mon.c on smithi204 2024-04-15T20:39:55.524 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cb456bda-fb67-11ee-bc8f-c7b262605968 -- ceph orch apply mon '3;smithi069:172.21.15.69=a;smithi094:172.21.15.94=b;smithi204:172.21.15.204=c' 2024-04-15T20:39:56.178 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:55 smithi069 bash[21530]: audit 2024-04-15T20:39:54.910743+0000 mon.a (mon.0) 201 : audit [INF] from='client.? 172.21.15.69:0/4151161768' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-15T20:39:56.178 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:55 smithi069 bash[21530]: cluster 2024-04-15T20:39:54.915140+0000 mon.a (mon.0) 202 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-15T20:39:57.178 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:56 smithi069 bash[21530]: cluster 2024-04-15T20:39:55.378867+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:39:57.758 INFO:teuthology.orchestra.run.smithi204.stderr:Inferring config /var/lib/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/config/ceph.conf 2024-04-15T20:39:58.428 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:57 smithi069 bash[21530]: audit 2024-04-15T20:39:56.951058+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:39:58.428 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:57 smithi069 bash[21530]: audit 2024-04-15T20:39:56.959734+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:39:59.428 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:39:58 smithi069 bash[21530]: cluster 2024-04-15T20:39:57.379357+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:00.153 INFO:teuthology.orchestra.run.smithi204.stdout:Scheduled mon update... 2024-04-15T20:40:00.730 DEBUG:teuthology.orchestra.run.smithi094:mon.b> sudo journalctl -f -n 0 -u ceph-cb456bda-fb67-11ee-bc8f-c7b262605968@mon.b.service 2024-04-15T20:40:00.732 DEBUG:teuthology.orchestra.run.smithi204:mon.c> sudo journalctl -f -n 0 -u ceph-cb456bda-fb67-11ee-bc8f-c7b262605968@mon.c.service 2024-04-15T20:40:00.735 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-04-15T20:40:00.735 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cb456bda-fb67-11ee-bc8f-c7b262605968 -- ceph mon dump -f json 2024-04-15T20:40:01.428 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:01 smithi069 bash[21530]: cluster 2024-04-15T20:39:59.379847+0000 mgr.a (mgr.14152) 65 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:01.428 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:01 smithi069 bash[21530]: audit 2024-04-15T20:40:00.145659+0000 mgr.a (mgr.14152) 66 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi069:172.21.15.69=a;smithi094:172.21.15.94=b;smithi204:172.21.15.204=c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:40:01.428 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:01 smithi069 bash[21530]: cephadm 2024-04-15T20:40:00.151036+0000 mgr.a (mgr.14152) 67 : cephadm [INF] Saving service mon spec with placement smithi069:172.21.15.69=a;smithi094:172.21.15.94=b;smithi204:172.21.15.204=c;count:3 2024-04-15T20:40:01.428 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:01 smithi069 bash[21530]: audit 2024-04-15T20:40:00.157055+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:01.428 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:01 smithi069 bash[21530]: audit 2024-04-15T20:40:00.204466+0000 mon.a (mon.0) 206 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:40:01.428 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:01 smithi069 bash[21530]: audit 2024-04-15T20:40:00.210381+0000 mon.a (mon.0) 207 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:40:01.429 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:01 smithi069 bash[21530]: audit 2024-04-15T20:40:00.212515+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:40:01.429 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:01 smithi069 bash[21530]: audit 2024-04-15T20:40:00.221545+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:01.429 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:01 smithi069 bash[21530]: audit 2024-04-15T20:40:00.227000+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-15T20:40:01.429 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:01 smithi069 bash[21530]: audit 2024-04-15T20:40:00.228836+0000 mon.a (mon.0) 211 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:40:01.429 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:01 smithi069 bash[21530]: cephadm 2024-04-15T20:40:00.233164+0000 mgr.a (mgr.14152) 68 : cephadm [INF] Deploying daemon mon.c on smithi204 2024-04-15T20:40:01.967 INFO:teuthology.orchestra.run.smithi204.stderr:Inferring config /var/lib/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/config/ceph.conf 2024-04-15T20:40:03.428 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:03 smithi069 bash[21530]: cluster 2024-04-15T20:40:01.380335+0000 mgr.a (mgr.14152) 69 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:03.428 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:03 smithi069 bash[21530]: audit 2024-04-15T20:40:02.130290+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:03.428 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:03 smithi069 bash[21530]: audit 2024-04-15T20:40:02.136272+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:03.428 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:03 smithi069 bash[21530]: audit 2024-04-15T20:40:02.153827+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:05.428 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:05 smithi069 bash[21530]: cluster 2024-04-15T20:40:03.380715+0000 mgr.a (mgr.14152) 70 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:05.661 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-04-15T20:40:05.662 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"cb456bda-fb67-11ee-bc8f-c7b262605968","modified":"2024-04-15T20:37:26.203899Z","created":"2024-04-15T20:37:26.203899Z","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.69:3300","nonce":0},{"type":"v1","addr":"172.21.15.69:6789","nonce":0}]},"addr":"172.21.15.69:6789/0","public_addr":"172.21.15.69:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-15T20:40:05.666 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-04-15T20:40:05.782 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:05 smithi204 systemd[1]: Started Ceph mon.c for cb456bda-fb67-11ee-bc8f-c7b262605968. 2024-04-15T20:40:06.428 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:06 smithi069 bash[21530]: audit 2024-04-15T20:40:05.666306+0000 mon.a (mon.0) 215 : audit [DBG] from='client.? 172.21.15.204:0/3181960153' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-15T20:40:06.428 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:06 smithi069 bash[21530]: audit 2024-04-15T20:40:05.765183+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:06.428 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:06 smithi069 bash[21530]: audit 2024-04-15T20:40:05.773000+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:06.428 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:06 smithi069 bash[21530]: audit 2024-04-15T20:40:05.784754+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:06.428 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:06 smithi069 bash[21530]: audit 2024-04-15T20:40:05.803580+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:06.428 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:06 smithi069 bash[21530]: audit 2024-04-15T20:40:05.809809+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:06.428 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:06 smithi069 bash[21530]: audit 2024-04-15T20:40:05.864738+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:06.429 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:06 smithi069 bash[21530]: audit 2024-04-15T20:40:05.866180+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-15T20:40:06.429 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:06 smithi069 bash[21530]: audit 2024-04-15T20:40:05.867882+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:40:07.428 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:07 smithi069 bash[21530]: cluster 2024-04-15T20:40:05.381009+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:07.428 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:07 smithi069 bash[21530]: cephadm 2024-04-15T20:40:05.869873+0000 mgr.a (mgr.14152) 72 : cephadm [INF] Deploying daemon mon.b on smithi094 2024-04-15T20:40:07.612 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.445+0000 7f59d769cc80 0 set uid:gid to 167:167 (ceph:ceph) 2024-04-15T20:40:07.612 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.445+0000 7f59d769cc80 0 ceph version 19.0.0-3084-g87dbfb63 (87dbfb632e974cb2c28d17423071d2d833b53b29) squid (dev), process ceph-mon, pid 7 2024-04-15T20:40:07.612 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.445+0000 7f59d769cc80 0 pidfile_write: ignore empty --pid-file 2024-04-15T20:40:07.612 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 0 load: jerasure load: lrc 2024-04-15T20:40:07.612 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: RocksDB version: 7.9.2 2024-04-15T20:40:07.612 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Git sha 0 2024-04-15T20:40:07.612 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Compile date 2024-04-14 15:12:02 2024-04-15T20:40:07.613 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: DB SUMMARY 2024-04-15T20:40:07.613 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: DB Session ID: ENNKYYKH7KAP840BHBVI 2024-04-15T20:40:07.613 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: CURRENT file: CURRENT 2024-04-15T20:40:07.613 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: IDENTITY file: IDENTITY 2024-04-15T20:40:07.613 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-04-15T20:40:07.613 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 0, files: 2024-04-15T20:40:07.613 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000004.log size: 511 ; 2024-04-15T20:40:07.613 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.error_if_exists: 0 2024-04-15T20:40:07.613 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.create_if_missing: 0 2024-04-15T20:40:07.613 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.paranoid_checks: 1 2024-04-15T20:40:07.613 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-04-15T20:40:07.613 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-15T20:40:07.613 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-15T20:40:07.614 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.env: 0x55ce7d4ddcc0 2024-04-15T20:40:07.614 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.fs: PosixFileSystem 2024-04-15T20:40:07.614 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.info_log: 0x55ce7e221c60 2024-04-15T20:40:07.614 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.max_file_opening_threads: 16 2024-04-15T20:40:07.614 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.statistics: (nil) 2024-04-15T20:40:07.614 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.use_fsync: 0 2024-04-15T20:40:07.614 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.max_log_file_size: 0 2024-04-15T20:40:07.614 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-15T20:40:07.614 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-04-15T20:40:07.614 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.keep_log_file_num: 1000 2024-04-15T20:40:07.614 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.recycle_log_file_num: 0 2024-04-15T20:40:07.614 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.allow_fallocate: 1 2024-04-15T20:40:07.614 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.allow_mmap_reads: 0 2024-04-15T20:40:07.615 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.allow_mmap_writes: 0 2024-04-15T20:40:07.615 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.use_direct_reads: 0 2024-04-15T20:40:07.615 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-15T20:40:07.615 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.create_missing_column_families: 0 2024-04-15T20:40:07.615 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.db_log_dir: 2024-04-15T20:40:07.615 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.wal_dir: 2024-04-15T20:40:07.615 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-04-15T20:40:07.615 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-04-15T20:40:07.615 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-04-15T20:40:07.615 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-15T20:40:07.615 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-15T20:40:07.615 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-04-15T20:40:07.615 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.advise_random_on_open: 1 2024-04-15T20:40:07.616 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.db_write_buffer_size: 0 2024-04-15T20:40:07.616 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.write_buffer_manager: 0x55ce7e1f21e0 2024-04-15T20:40:07.616 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-15T20:40:07.616 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-15T20:40:07.616 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-04-15T20:40:07.616 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.rate_limiter: (nil) 2024-04-15T20:40:07.616 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-15T20:40:07.616 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.wal_recovery_mode: 2 2024-04-15T20:40:07.616 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.enable_thread_tracking: 0 2024-04-15T20:40:07.616 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.enable_pipelined_write: 0 2024-04-15T20:40:07.616 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.unordered_write: 0 2024-04-15T20:40:07.616 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-15T20:40:07.616 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-15T20:40:07.617 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-15T20:40:07.617 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-15T20:40:07.617 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.row_cache: None 2024-04-15T20:40:07.617 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.wal_filter: None 2024-04-15T20:40:07.617 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-15T20:40:07.617 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.allow_ingest_behind: 0 2024-04-15T20:40:07.617 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.two_write_queues: 0 2024-04-15T20:40:07.617 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.manual_wal_flush: 0 2024-04-15T20:40:07.617 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.wal_compression: 0 2024-04-15T20:40:07.617 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.atomic_flush: 0 2024-04-15T20:40:07.617 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-15T20:40:07.617 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-04-15T20:40:07.618 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-04-15T20:40:07.618 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.log_readahead_size: 0 2024-04-15T20:40:07.618 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-15T20:40:07.618 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.best_efforts_recovery: 0 2024-04-15T20:40:07.618 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-15T20:40:07.618 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-15T20:40:07.618 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.allow_data_in_errors: 0 2024-04-15T20:40:07.618 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.db_host_id: __hostname__ 2024-04-15T20:40:07.618 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-04-15T20:40:07.618 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.max_background_jobs: 2 2024-04-15T20:40:07.618 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.max_background_compactions: -1 2024-04-15T20:40:07.621 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.max_subcompactions: 1 2024-04-15T20:40:07.621 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-15T20:40:07.621 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-15T20:40:07.621 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-04-15T20:40:07.621 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.max_total_wal_size: 0 2024-04-15T20:40:07.621 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-15T20:40:07.621 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-04-15T20:40:07.621 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-04-15T20:40:07.622 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-15T20:40:07.622 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.max_open_files: -1 2024-04-15T20:40:07.622 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.bytes_per_sync: 0 2024-04-15T20:40:07.622 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-04-15T20:40:07.622 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-04-15T20:40:07.622 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.compaction_readahead_size: 0 2024-04-15T20:40:07.622 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.max_background_flushes: -1 2024-04-15T20:40:07.622 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Compression algorithms supported: 2024-04-15T20:40:07.622 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-15T20:40:07.622 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: kZSTD supported: 0 2024-04-15T20:40:07.622 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: kXpressCompression supported: 0 2024-04-15T20:40:07.622 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: kLZ4HCCompression supported: 1 2024-04-15T20:40:07.622 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: kZlibCompression supported: 1 2024-04-15T20:40:07.623 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: kSnappyCompression supported: 1 2024-04-15T20:40:07.623 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: kLZ4Compression supported: 1 2024-04-15T20:40:07.623 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: kBZip2Compression supported: 0 2024-04-15T20:40:07.623 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-04-15T20:40:07.623 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-04-15T20:40:07.623 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 2024-04-15T20:40:07.623 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-15T20:40:07.623 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-15T20:40:07.623 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.merge_operator: 2024-04-15T20:40:07.623 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.compaction_filter: None 2024-04-15T20:40:07.623 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.compaction_filter_factory: None 2024-04-15T20:40:07.623 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.sst_partitioner_factory: None 2024-04-15T20:40:07.624 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-04-15T20:40:07.624 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-04-15T20:40:07.624 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55ce7e221e20) 2024-04-15T20:40:07.624 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: cache_index_and_filter_blocks: 1 2024-04-15T20:40:07.624 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-15T20:40:07.624 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-15T20:40:07.624 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: pin_top_level_index_and_filter: 1 2024-04-15T20:40:07.624 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: index_type: 0 2024-04-15T20:40:07.624 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: data_block_index_type: 0 2024-04-15T20:40:07.624 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: index_shortening: 1 2024-04-15T20:40:07.624 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: data_block_hash_table_util_ratio: 0.750000 2024-04-15T20:40:07.624 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: checksum: 4 2024-04-15T20:40:07.624 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: no_block_cache: 0 2024-04-15T20:40:07.624 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: block_cache: 0x55ce7e223090 2024-04-15T20:40:07.624 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: block_cache_name: BinnedLRUCache 2024-04-15T20:40:07.624 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: block_cache_options: 2024-04-15T20:40:07.625 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: capacity : 536870912 2024-04-15T20:40:07.625 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: num_shard_bits : 4 2024-04-15T20:40:07.625 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: strict_capacity_limit : 0 2024-04-15T20:40:07.625 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: high_pri_pool_ratio: 0.000 2024-04-15T20:40:07.625 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: block_cache_compressed: (nil) 2024-04-15T20:40:07.625 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: persistent_cache: (nil) 2024-04-15T20:40:07.625 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: block_size: 4096 2024-04-15T20:40:07.625 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: block_size_deviation: 10 2024-04-15T20:40:07.625 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: block_restart_interval: 16 2024-04-15T20:40:07.625 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: index_block_restart_interval: 1 2024-04-15T20:40:07.625 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: metadata_block_size: 4096 2024-04-15T20:40:07.625 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: partition_filters: 0 2024-04-15T20:40:07.625 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: use_delta_encoding: 1 2024-04-15T20:40:07.625 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: filter_policy: bloomfilter 2024-04-15T20:40:07.625 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: whole_key_filtering: 1 2024-04-15T20:40:07.626 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: verify_compression: 0 2024-04-15T20:40:07.626 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: read_amp_bytes_per_bit: 0 2024-04-15T20:40:07.626 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: format_version: 5 2024-04-15T20:40:07.626 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: enable_index_compression: 1 2024-04-15T20:40:07.626 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: block_align: 0 2024-04-15T20:40:07.626 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: max_auto_readahead_size: 262144 2024-04-15T20:40:07.626 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: prepopulate_block_cache: 0 2024-04-15T20:40:07.626 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: initial_auto_readahead_size: 8192 2024-04-15T20:40:07.626 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: num_file_reads_for_auto_readahead: 2 2024-04-15T20:40:07.626 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.write_buffer_size: 33554432 2024-04-15T20:40:07.626 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.max_write_buffer_number: 2 2024-04-15T20:40:07.626 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.compression: NoCompression 2024-04-15T20:40:07.626 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.bottommost_compression: Disabled 2024-04-15T20:40:07.627 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.prefix_extractor: nullptr 2024-04-15T20:40:07.627 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-15T20:40:07.627 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.num_levels: 7 2024-04-15T20:40:07.627 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-15T20:40:07.627 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-15T20:40:07.627 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-15T20:40:07.627 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-15T20:40:07.627 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-15T20:40:07.627 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-15T20:40:07.627 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-15T20:40:07.627 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-15T20:40:07.627 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-15T20:40:07.627 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-15T20:40:07.627 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-15T20:40:07.627 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-15T20:40:07.628 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-04-15T20:40:07.628 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.compression_opts.level: 32767 2024-04-15T20:40:07.628 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.compression_opts.strategy: 0 2024-04-15T20:40:07.628 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-15T20:40:07.628 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-15T20:40:07.628 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-15T20:40:07.628 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-15T20:40:07.628 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.compression_opts.enabled: false 2024-04-15T20:40:07.628 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-15T20:40:07.628 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-15T20:40:07.628 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-15T20:40:07.628 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-15T20:40:07.628 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.target_file_size_base: 67108864 2024-04-15T20:40:07.628 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-04-15T20:40:07.628 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-15T20:40:07.629 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-15T20:40:07.629 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-15T20:40:07.629 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-15T20:40:07.629 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-15T20:40:07.629 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-15T20:40:07.629 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-15T20:40:07.629 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-15T20:40:07.629 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-15T20:40:07.629 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-15T20:40:07.629 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-15T20:40:07.629 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-15T20:40:07.629 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-15T20:40:07.629 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.arena_block_size: 1048576 2024-04-15T20:40:07.629 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-15T20:40:07.629 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-15T20:40:07.629 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.disable_auto_compactions: 0 2024-04-15T20:40:07.630 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-15T20:40:07.630 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-15T20:40:07.630 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-15T20:40:07.630 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-15T20:40:07.630 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-15T20:40:07.630 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-15T20:40:07.630 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-15T20:40:07.630 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-15T20:40:07.630 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-15T20:40:07.630 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-15T20:40:07.630 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-04-15T20:40:07.630 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.inplace_update_support: 0 2024-04-15T20:40:07.630 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-04-15T20:40:07.631 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-15T20:40:07.631 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-15T20:40:07.631 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-04-15T20:40:07.631 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.bloom_locality: 0 2024-04-15T20:40:07.631 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.max_successive_merges: 0 2024-04-15T20:40:07.631 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-04-15T20:40:07.631 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.paranoid_file_checks: 0 2024-04-15T20:40:07.631 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.force_consistency_checks: 1 2024-04-15T20:40:07.631 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.report_bg_io_stats: 0 2024-04-15T20:40:07.631 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.ttl: 2592000 2024-04-15T20:40:07.631 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-04-15T20:40:07.631 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-15T20:40:07.631 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-15T20:40:07.631 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.enable_blob_files: false 2024-04-15T20:40:07.631 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.min_blob_size: 0 2024-04-15T20:40:07.632 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.blob_file_size: 268435456 2024-04-15T20:40:07.632 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-04-15T20:40:07.632 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-04-15T20:40:07.632 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-15T20:40:07.632 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-15T20:40:07.632 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-15T20:40:07.632 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.blob_file_starting_level: 0 2024-04-15T20:40:07.632 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-15T20:40:07.632 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 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-04-15T20:40:07.632 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-04-15T20:40:07.632 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: aaaee197-db77-4f0f-893d-592c6c82377b 2024-04-15T20:40:07.632 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1713213607459470, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-04-15T20:40:07.632 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-04-15T20:40:07.632 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1713213607459923, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1648, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 1, "largest_seqno": 5, "table_properties": {"data_size": 523, "index_size": 31, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 401, "raw_average_value_size": 80, "num_data_blocks": 1, "num_entries": 5, "num_filter_entries": 5, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1713213607, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "aaaee197-db77-4f0f-893d-592c6c82377b", "db_session_id": "ENNKYYKH7KAP840BHBVI", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-04-15T20:40:07.633 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1713213607460024, "job": 1, "event": "recovery_finished"} 2024-04-15T20:40:07.633 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.453+0000 7f59d769cc80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-04-15T20:40:07.633 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.457+0000 7f59d769cc80 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-04-15T20:40:07.633 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.457+0000 7f59d769cc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55ce7e314000 2024-04-15T20:40:07.633 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.457+0000 7f59d769cc80 4 rocksdb: DB pointer 0x55ce7e2fe000 2024-04-15T20:40:07.633 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.457+0000 7f59c5df6700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-15T20:40:07.633 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.457+0000 7f59c5df6700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-15T20:40:07.633 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: ** DB Stats ** 2024-04-15T20:40:07.633 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-15T20:40:07.633 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-04-15T20:40:07.633 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-15T20:40:07.633 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-15T20:40:07.633 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-04-15T20:40:07.633 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-15T20:40:07.634 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-15T20:40:07.634 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: ** Compaction Stats [default] ** 2024-04-15T20:40:07.634 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: 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-04-15T20:40:07.634 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-15T20:40:07.634 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: L0 1/0 1.61 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.8 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-15T20:40:07.634 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: Sum 1/0 1.61 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.8 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-15T20:40:07.634 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.8 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-15T20:40:07.634 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: ** Compaction Stats [default] ** 2024-04-15T20:40:07.634 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: 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-04-15T20:40:07.634 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-15T20:40:07.634 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.8 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-15T20:40:07.634 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-15T20:40:07.634 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-15T20:40:07.634 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: Flush(GB): cumulative 0.000, interval 0.000 2024-04-15T20:40:07.635 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-15T20:40:07.635 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: AddFile(Total Files): cumulative 0, interval 0 2024-04-15T20:40:07.635 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: AddFile(L0 Files): cumulative 0, interval 0 2024-04-15T20:40:07.635 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: AddFile(Keys): cumulative 0, interval 0 2024-04-15T20:40:07.635 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: Cumulative compaction: 0.00 GB write, 0.48 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-15T20:40:07.635 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: Interval compaction: 0.00 GB write, 0.48 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-15T20:40:07.635 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: 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-04-15T20:40:07.635 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: Block cache BinnedLRUCache@0x55ce7e223090#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.2e-05 secs_since: 0 2024-04-15T20:40:07.635 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: 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-04-15T20:40:07.635 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: ** File Read Latency Histogram By Level [default] ** 2024-04-15T20:40:07.635 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.457+0000 7f59d769cc80 0 mon.c does not exist in monmap, will attempt to join an existing cluster 2024-04-15T20:40:07.635 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.457+0000 7f59d769cc80 0 using public_addr v2:172.21.15.204:0/0 -> [v2:172.21.15.204:3300/0,v1:172.21.15.204:6789/0] 2024-04-15T20:40:07.635 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.457+0000 7f59d769cc80 0 starting mon.c rank -1 at public addrs [v2:172.21.15.204:3300/0,v1:172.21.15.204:6789/0] at bind addrs [v2:172.21.15.204:3300/0,v1:172.21.15.204:6789/0] mon_data /var/lib/ceph/mon/ceph-c fsid cb456bda-fb67-11ee-bc8f-c7b262605968 2024-04-15T20:40:07.635 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.457+0000 7f59d769cc80 1 mon.c@-1(???) e0 preinit fsid cb456bda-fb67-11ee-bc8f-c7b262605968 2024-04-15T20:40:07.635 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.485+0000 7f59c8dfc700 0 mon.c@-1(synchronizing).mds e1 new map 2024-04-15T20:40:07.635 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.485+0000 7f59c8dfc700 0 mon.c@-1(synchronizing).mds e1 print_map 2024-04-15T20:40:07.636 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: e1 2024-04-15T20:40:07.636 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: enable_multiple, ever_enabled_multiple: 1,1 2024-04-15T20:40:07.636 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2024-04-15T20:40:07.636 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: legacy client fscid: -1 2024-04-15T20:40:07.636 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: 2024-04-15T20:40:07.636 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: No filesystems configured 2024-04-15T20:40:07.636 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.485+0000 7f59c8dfc700 1 mon.c@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-04-15T20:40:07.636 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.485+0000 7f59c8dfc700 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-04-15T20:40:07.636 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.485+0000 7f59c8dfc700 1 mon.c@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-04-15T20:40:07.636 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.485+0000 7f59c8dfc700 1 mon.c@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-04-15T20:40:07.636 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.485+0000 7f59c8dfc700 1 mon.c@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-04-15T20:40:07.636 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.485+0000 7f59c8dfc700 1 mon.c@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-04-15T20:40:07.636 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.485+0000 7f59c8dfc700 0 mon.c@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-04-15T20:40:07.636 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.485+0000 7f59c8dfc700 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-04-15T20:40:07.636 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.485+0000 7f59c8dfc700 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-04-15T20:40:07.637 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.485+0000 7f59c8dfc700 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-04-15T20:40:07.637 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: cluster 2024-04-15T20:39:05.369408+0000 mgr.a (mgr.14152) 20 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:07.637 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: cluster 2024-04-15T20:39:07.369937+0000 mgr.a (mgr.14152) 21 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:07.637 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: cluster 2024-04-15T20:39:09.370431+0000 mgr.a (mgr.14152) 22 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:07.637 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: audit 2024-04-15T20:39:10.509174+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:07.637 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: audit 2024-04-15T20:39:10.511628+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:07.637 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: audit 2024-04-15T20:39:10.514792+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:07.637 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: audit 2024-04-15T20:39:10.361722+0000 mgr.a (mgr.14152) 23 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi094", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:40:07.637 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: cephadm 2024-04-15T20:39:11.090073+0000 mgr.a (mgr.14152) 24 : cephadm [INF] Deploying cephadm binary to smithi094 2024-04-15T20:40:07.637 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: cluster 2024-04-15T20:39:11.370861+0000 mgr.a (mgr.14152) 25 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:07.637 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: cluster 2024-04-15T20:39:13.371317+0000 mgr.a (mgr.14152) 26 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:07.637 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: cluster 2024-04-15T20:39:15.371750+0000 mgr.a (mgr.14152) 27 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:07.637 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: audit 2024-04-15T20:39:16.234369+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:07.637 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: cephadm 2024-04-15T20:39:16.235211+0000 mgr.a (mgr.14152) 28 : cephadm [INF] Added host smithi094 2024-04-15T20:40:07.637 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: audit 2024-04-15T20:39:16.279833+0000 mon.a (mon.0) 136 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:40:07.638 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: audit 2024-04-15T20:39:16.803109+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:07.638 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: cluster 2024-04-15T20:39:17.372128+0000 mgr.a (mgr.14152) 29 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:07.638 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: audit 2024-04-15T20:39:18.330718+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:07.638 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: audit 2024-04-15T20:39:18.336823+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:07.638 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: audit 2024-04-15T20:39:18.338300+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi094", "name": "osd_memory_target"}]: dispatch 2024-04-15T20:40:07.638 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: audit 2024-04-15T20:39:18.340226+0000 mon.a (mon.0) 141 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:40:07.638 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: audit 2024-04-15T20:39:18.341925+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:40:07.638 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: audit 2024-04-15T20:39:19.111059+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:07.638 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: audit 2024-04-15T20:39:19.117455+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:07.638 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: audit 2024-04-15T20:39:19.120636+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi094", "caps": []}]: dispatch 2024-04-15T20:40:07.638 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: audit 2024-04-15T20:39:19.122636+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi094", "caps": []}]': finished 2024-04-15T20:40:07.638 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: cephadm 2024-04-15T20:39:18.344585+0000 mgr.a (mgr.14152) 30 : cephadm [INF] Updating smithi094:/etc/ceph/ceph.conf 2024-04-15T20:40:07.638 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: cephadm 2024-04-15T20:39:18.560625+0000 mgr.a (mgr.14152) 31 : cephadm [INF] Updating smithi094:/var/lib/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/config/ceph.conf 2024-04-15T20:40:07.638 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: cephadm 2024-04-15T20:39:18.775709+0000 mgr.a (mgr.14152) 32 : cephadm [INF] Updating smithi094:/etc/ceph/ceph.client.admin.keyring 2024-04-15T20:40:07.639 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: cephadm 2024-04-15T20:39:18.940632+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Updating smithi094:/var/lib/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/config/ceph.client.admin.keyring 2024-04-15T20:40:07.639 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: cluster 2024-04-15T20:39:19.372495+0000 mgr.a (mgr.14152) 34 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:07.639 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: cephadm 2024-04-15T20:39:19.816136+0000 mgr.a (mgr.14152) 35 : cephadm [INF] Deploying daemon agent.smithi094 on smithi094 2024-04-15T20:40:07.639 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: audit 2024-04-15T20:39:20.873436+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:07.639 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: audit 2024-04-15T20:39:20.890867+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:07.639 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: audit 2024-04-15T20:39:20.898966+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:07.639 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: audit 2024-04-15T20:39:20.965653+0000 mon.a (mon.0) 150 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:40:07.639 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: audit 2024-04-15T20:39:20.970033+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:40:07.639 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: audit 2024-04-15T20:39:20.971711+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:40:07.639 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: audit 2024-04-15T20:39:20.982264+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:07.639 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: audit 2024-04-15T20:39:21.053030+0000 mon.a (mon.0) 154 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:40:07.639 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: audit 2024-04-15T20:39:21.057168+0000 mon.a (mon.0) 155 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:40:07.639 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: audit 2024-04-15T20:39:21.058859+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:40:07.639 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: audit 2024-04-15T20:39:21.068252+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:07.639 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: audit 2024-04-15T20:39:21.291314+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:07.640 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: cluster 2024-04-15T20:39:21.372890+0000 mgr.a (mgr.14152) 36 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:07.640 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: audit 2024-04-15T20:39:22.337676+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:07.640 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: audit 2024-04-15T20:39:22.341067+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:07.640 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: cluster 2024-04-15T20:39:23.373248+0000 mgr.a (mgr.14152) 37 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:07.640 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: audit 2024-04-15T20:39:23.962970+0000 mgr.a (mgr.14152) 38 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-15T20:40:07.640 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: cluster 2024-04-15T20:39:25.373633+0000 mgr.a (mgr.14152) 39 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:07.640 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: audit 2024-04-15T20:39:25.444918+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:07.640 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: cluster 2024-04-15T20:39:27.373932+0000 mgr.a (mgr.14152) 40 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:07.640 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: cluster 2024-04-15T20:39:29.374302+0000 mgr.a (mgr.14152) 41 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:07.640 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: audit 2024-04-15T20:39:30.688839+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:07.640 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: audit 2024-04-15T20:39:30.692078+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:07.640 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: audit 2024-04-15T20:39:30.695286+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:07.640 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: cluster 2024-04-15T20:39:31.374551+0000 mgr.a (mgr.14152) 42 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:07.640 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: audit 2024-04-15T20:39:31.744244+0000 mgr.a (mgr.14152) 43 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi204", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:40:07.640 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: cephadm 2024-04-15T20:39:32.418879+0000 mgr.a (mgr.14152) 44 : cephadm [INF] Deploying cephadm binary to smithi204 2024-04-15T20:40:07.640 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: cluster 2024-04-15T20:39:33.374818+0000 mgr.a (mgr.14152) 45 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:07.641 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: audit 2024-04-15T20:39:35.354490+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:07.641 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: audit 2024-04-15T20:39:35.364528+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:07.641 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: cluster 2024-04-15T20:39:35.375151+0000 mgr.a (mgr.14152) 46 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:07.641 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: cluster 2024-04-15T20:39:37.375570+0000 mgr.a (mgr.14152) 47 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:07.641 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: audit 2024-04-15T20:39:37.636802+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:07.641 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: cephadm 2024-04-15T20:39:37.637578+0000 mgr.a (mgr.14152) 48 : cephadm [INF] Added host smithi204 2024-04-15T20:40:07.641 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: audit 2024-04-15T20:39:37.680888+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:40:07.641 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: audit 2024-04-15T20:39:38.153136+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:07.641 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: cluster 2024-04-15T20:39:39.375962+0000 mgr.a (mgr.14152) 49 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:07.641 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: audit 2024-04-15T20:39:39.628627+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:07.641 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: audit 2024-04-15T20:39:39.636808+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:07.641 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: audit 2024-04-15T20:39:39.641503+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi204", "name": "osd_memory_target"}]: dispatch 2024-04-15T20:40:07.641 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: audit 2024-04-15T20:39:39.644171+0000 mon.a (mon.0) 173 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:40:07.641 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: audit 2024-04-15T20:39:39.646152+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:40:07.641 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: cephadm 2024-04-15T20:39:39.648985+0000 mgr.a (mgr.14152) 50 : cephadm [INF] Updating smithi204:/etc/ceph/ceph.conf 2024-04-15T20:40:07.641 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: cephadm 2024-04-15T20:39:39.865231+0000 mgr.a (mgr.14152) 51 : cephadm [INF] Updating smithi204:/var/lib/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/config/ceph.conf 2024-04-15T20:40:07.642 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: audit 2024-04-15T20:39:40.609911+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:07.642 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: audit 2024-04-15T20:39:40.615879+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:07.642 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: audit 2024-04-15T20:39:40.619234+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi204", "caps": []}]: dispatch 2024-04-15T20:40:07.642 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: audit 2024-04-15T20:39:40.620620+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi204", "caps": []}]': finished 2024-04-15T20:40:07.642 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: cephadm 2024-04-15T20:39:40.324827+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Updating smithi204:/etc/ceph/ceph.client.admin.keyring 2024-04-15T20:40:07.642 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: cephadm 2024-04-15T20:39:40.439341+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi204:/var/lib/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/config/ceph.client.admin.keyring 2024-04-15T20:40:07.642 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: cluster 2024-04-15T20:39:41.376384+0000 mgr.a (mgr.14152) 54 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:07.642 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: cephadm 2024-04-15T20:39:41.529417+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Deploying daemon agent.smithi204 on smithi204 2024-04-15T20:40:07.642 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: audit 2024-04-15T20:39:41.924931+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:07.642 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: audit 2024-04-15T20:39:41.930995+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:07.642 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: audit 2024-04-15T20:39:41.953468+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:07.642 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: audit 2024-04-15T20:39:42.563010+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:07.643 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: audit 2024-04-15T20:39:42.605543+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:07.643 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: audit 2024-04-15T20:39:42.611789+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:07.643 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: audit 2024-04-15T20:39:42.710840+0000 mon.a (mon.0) 185 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:40:07.643 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: audit 2024-04-15T20:39:42.716440+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:40:07.643 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: audit 2024-04-15T20:39:42.718242+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:40:07.643 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: audit 2024-04-15T20:39:42.725263+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:07.643 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: audit 2024-04-15T20:39:42.827843+0000 mon.a (mon.0) 189 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:40:07.643 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: audit 2024-04-15T20:39:42.833931+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:40:07.643 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: audit 2024-04-15T20:39:42.835625+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:40:07.643 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: audit 2024-04-15T20:39:42.844776+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:07.643 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: audit 2024-04-15T20:39:43.027769+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:07.643 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: cluster 2024-04-15T20:39:43.376733+0000 mgr.a (mgr.14152) 56 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:07.643 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: audit 2024-04-15T20:39:44.090159+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:07.643 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: audit 2024-04-15T20:39:44.098032+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:07.643 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: cluster 2024-04-15T20:39:45.377058+0000 mgr.a (mgr.14152) 57 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:07.644 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: audit 2024-04-15T20:39:45.450666+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:07.644 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: audit 2024-04-15T20:39:46.536368+0000 mgr.a (mgr.14152) 58 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-15T20:40:07.644 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: cluster 2024-04-15T20:39:47.377332+0000 mgr.a (mgr.14152) 59 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:07.644 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: cluster 2024-04-15T20:39:49.377615+0000 mgr.a (mgr.14152) 60 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:07.644 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: audit 2024-04-15T20:39:50.888834+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:07.644 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: audit 2024-04-15T20:39:50.897792+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:07.644 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: audit 2024-04-15T20:39:50.904381+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:07.644 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: cluster 2024-04-15T20:39:51.377995+0000 mgr.a (mgr.14152) 61 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:07.644 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: cluster 2024-04-15T20:39:53.378395+0000 mgr.a (mgr.14152) 62 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:07.644 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: audit 2024-04-15T20:39:54.195243+0000 mon.a (mon.0) 200 : audit [INF] from='client.? 172.21.15.69:0/4151161768' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-15T20:40:07.644 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: audit 2024-04-15T20:39:54.910743+0000 mon.a (mon.0) 201 : audit [INF] from='client.? 172.21.15.69:0/4151161768' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-15T20:40:07.644 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: cluster 2024-04-15T20:39:54.915140+0000 mon.a (mon.0) 202 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-15T20:40:07.644 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: cluster 2024-04-15T20:39:55.378867+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:07.644 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: audit 2024-04-15T20:39:56.951058+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:07.644 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: audit 2024-04-15T20:39:56.959734+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:07.644 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: cluster 2024-04-15T20:39:57.379357+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:07.645 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: cluster 2024-04-15T20:39:59.379847+0000 mgr.a (mgr.14152) 65 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:07.645 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: audit 2024-04-15T20:40:00.145659+0000 mgr.a (mgr.14152) 66 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi069:172.21.15.69=a;smithi094:172.21.15.94=b;smithi204:172.21.15.204=c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:40:07.645 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: cephadm 2024-04-15T20:40:00.151036+0000 mgr.a (mgr.14152) 67 : cephadm [INF] Saving service mon spec with placement smithi069:172.21.15.69=a;smithi094:172.21.15.94=b;smithi204:172.21.15.204=c;count:3 2024-04-15T20:40:07.645 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: audit 2024-04-15T20:40:00.157055+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:07.645 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: audit 2024-04-15T20:40:00.204466+0000 mon.a (mon.0) 206 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:40:07.645 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: audit 2024-04-15T20:40:00.210381+0000 mon.a (mon.0) 207 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:40:07.645 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: audit 2024-04-15T20:40:00.212515+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:40:07.645 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: audit 2024-04-15T20:40:00.221545+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:07.645 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: audit 2024-04-15T20:40:00.227000+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-15T20:40:07.645 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: audit 2024-04-15T20:40:00.228836+0000 mon.a (mon.0) 211 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:40:07.645 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: cephadm 2024-04-15T20:40:00.233164+0000 mgr.a (mgr.14152) 68 : cephadm [INF] Deploying daemon mon.c on smithi204 2024-04-15T20:40:07.645 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: cluster 2024-04-15T20:40:01.380335+0000 mgr.a (mgr.14152) 69 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:07.645 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: audit 2024-04-15T20:40:02.130290+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:07.645 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: audit 2024-04-15T20:40:02.136272+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:07.645 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: audit 2024-04-15T20:40:02.153827+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:07.645 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: cluster 2024-04-15T20:40:03.380715+0000 mgr.a (mgr.14152) 70 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:07.646 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: audit 2024-04-15T20:40:05.666306+0000 mon.a (mon.0) 215 : audit [DBG] from='client.? 172.21.15.204:0/3181960153' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-15T20:40:07.646 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: audit 2024-04-15T20:40:05.765183+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:07.646 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: audit 2024-04-15T20:40:05.773000+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:07.646 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: audit 2024-04-15T20:40:05.784754+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:07.646 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: audit 2024-04-15T20:40:05.803580+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:07.646 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: audit 2024-04-15T20:40:05.809809+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:07.646 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: audit 2024-04-15T20:40:05.864738+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:07.646 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: audit 2024-04-15T20:40:05.866180+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-15T20:40:07.646 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: audit 2024-04-15T20:40:05.867882+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:40:07.646 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: cluster 2024-04-15T20:40:05.381009+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:07.646 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: cephadm 2024-04-15T20:40:05.869873+0000 mgr.a (mgr.14152) 72 : cephadm [INF] Deploying daemon mon.b on smithi094 2024-04-15T20:40:07.646 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:07 smithi204 bash[22398]: debug 2024-04-15T20:40:07.485+0000 7f59c8dfc700 1 mon.c@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-04-15T20:40:08.104 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-04-15T20:40:08.104 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cb456bda-fb67-11ee-bc8f-c7b262605968 -- ceph mon dump -f json 2024-04-15T20:40:10.380 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:10 smithi094 systemd[1]: Started Ceph mon.b for cb456bda-fb67-11ee-bc8f-c7b262605968. 2024-04-15T20:40:11.410 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.217+0000 7f08ec4c5c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-04-15T20:40:11.410 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.217+0000 7f08ec4c5c80 0 ceph version 19.0.0-3084-g87dbfb63 (87dbfb632e974cb2c28d17423071d2d833b53b29) squid (dev), process ceph-mon, pid 7 2024-04-15T20:40:11.410 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.217+0000 7f08ec4c5c80 0 pidfile_write: ignore empty --pid-file 2024-04-15T20:40:11.410 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 0 load: jerasure load: lrc 2024-04-15T20:40:11.410 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: RocksDB version: 7.9.2 2024-04-15T20:40:11.410 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Git sha 0 2024-04-15T20:40:11.410 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Compile date 2024-04-14 15:12:02 2024-04-15T20:40:11.411 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: DB SUMMARY 2024-04-15T20:40:11.411 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: DB Session ID: 5RDNBV63UNKN7EMB2Y4K 2024-04-15T20:40:11.411 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: CURRENT file: CURRENT 2024-04-15T20:40:11.411 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: IDENTITY file: IDENTITY 2024-04-15T20:40:11.411 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-04-15T20:40:11.411 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 0, files: 2024-04-15T20:40:11.411 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000004.log size: 511 ; 2024-04-15T20:40:11.411 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.error_if_exists: 0 2024-04-15T20:40:11.411 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.create_if_missing: 0 2024-04-15T20:40:11.411 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.paranoid_checks: 1 2024-04-15T20:40:11.412 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-04-15T20:40:11.412 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-15T20:40:11.412 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-15T20:40:11.412 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.env: 0x5572383e6cc0 2024-04-15T20:40:11.412 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.fs: PosixFileSystem 2024-04-15T20:40:11.412 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.info_log: 0x55723958bc60 2024-04-15T20:40:11.412 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-04-15T20:40:11.412 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.statistics: (nil) 2024-04-15T20:40:11.412 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.use_fsync: 0 2024-04-15T20:40:11.412 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.max_log_file_size: 0 2024-04-15T20:40:11.413 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-15T20:40:11.413 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-04-15T20:40:11.413 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-04-15T20:40:11.413 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-04-15T20:40:11.413 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.allow_fallocate: 1 2024-04-15T20:40:11.414 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-04-15T20:40:11.414 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-04-15T20:40:11.414 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.use_direct_reads: 0 2024-04-15T20:40:11.414 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-15T20:40:11.414 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.create_missing_column_families: 0 2024-04-15T20:40:11.414 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.db_log_dir: 2024-04-15T20:40:11.414 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.wal_dir: 2024-04-15T20:40:11.414 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-04-15T20:40:11.414 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-04-15T20:40:11.414 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-04-15T20:40:11.414 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-15T20:40:11.415 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-15T20:40:11.415 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-04-15T20:40:11.415 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.advise_random_on_open: 1 2024-04-15T20:40:11.415 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-04-15T20:40:11.415 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.write_buffer_manager: 0x55723955c1e0 2024-04-15T20:40:11.415 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-15T20:40:11.415 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-15T20:40:11.415 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-04-15T20:40:11.415 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.rate_limiter: (nil) 2024-04-15T20:40:11.415 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-15T20:40:11.415 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-04-15T20:40:11.415 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-04-15T20:40:11.415 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-04-15T20:40:11.415 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.unordered_write: 0 2024-04-15T20:40:11.416 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-15T20:40:11.416 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-15T20:40:11.416 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-15T20:40:11.416 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-15T20:40:11.416 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.row_cache: None 2024-04-15T20:40:11.416 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.wal_filter: None 2024-04-15T20:40:11.416 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-15T20:40:11.416 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-04-15T20:40:11.416 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.two_write_queues: 0 2024-04-15T20:40:11.416 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.manual_wal_flush: 0 2024-04-15T20:40:11.416 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.wal_compression: 0 2024-04-15T20:40:11.417 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.atomic_flush: 0 2024-04-15T20:40:11.417 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-15T20:40:11.417 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-04-15T20:40:11.417 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-04-15T20:40:11.417 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.log_readahead_size: 0 2024-04-15T20:40:11.417 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-15T20:40:11.417 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-04-15T20:40:11.417 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-15T20:40:11.417 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-15T20:40:11.417 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-04-15T20:40:11.418 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-04-15T20:40:11.418 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-04-15T20:40:11.418 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.max_background_jobs: 2 2024-04-15T20:40:11.418 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.max_background_compactions: -1 2024-04-15T20:40:11.418 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.max_subcompactions: 1 2024-04-15T20:40:11.418 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-15T20:40:11.418 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-15T20:40:11.418 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-04-15T20:40:11.418 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.max_total_wal_size: 0 2024-04-15T20:40:11.418 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-15T20:40:11.418 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-04-15T20:40:11.419 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-04-15T20:40:11.419 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-15T20:40:11.419 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.max_open_files: -1 2024-04-15T20:40:11.419 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.bytes_per_sync: 0 2024-04-15T20:40:11.419 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-04-15T20:40:11.419 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-04-15T20:40:11.419 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-04-15T20:40:11.419 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.max_background_flushes: -1 2024-04-15T20:40:11.419 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Compression algorithms supported: 2024-04-15T20:40:11.419 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-15T20:40:11.419 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: kZSTD supported: 0 2024-04-15T20:40:11.419 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: kXpressCompression supported: 0 2024-04-15T20:40:11.419 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-04-15T20:40:11.419 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: kZlibCompression supported: 1 2024-04-15T20:40:11.420 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: kSnappyCompression supported: 1 2024-04-15T20:40:11.420 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: kLZ4Compression supported: 1 2024-04-15T20:40:11.420 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: kBZip2Compression supported: 0 2024-04-15T20:40:11.420 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-04-15T20:40:11.420 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-04-15T20:40:11.420 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 2024-04-15T20:40:11.420 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-15T20:40:11.420 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-15T20:40:11.420 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.merge_operator: 2024-04-15T20:40:11.420 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.compaction_filter: None 2024-04-15T20:40:11.420 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.compaction_filter_factory: None 2024-04-15T20:40:11.420 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-04-15T20:40:11.420 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-04-15T20:40:11.421 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-04-15T20:40:11.421 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55723958be20) 2024-04-15T20:40:11.421 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: cache_index_and_filter_blocks: 1 2024-04-15T20:40:11.421 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-15T20:40:11.421 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-15T20:40:11.421 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: pin_top_level_index_and_filter: 1 2024-04-15T20:40:11.421 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: index_type: 0 2024-04-15T20:40:11.421 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: data_block_index_type: 0 2024-04-15T20:40:11.421 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: index_shortening: 1 2024-04-15T20:40:11.421 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: data_block_hash_table_util_ratio: 0.750000 2024-04-15T20:40:11.421 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: checksum: 4 2024-04-15T20:40:11.421 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: no_block_cache: 0 2024-04-15T20:40:11.421 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: block_cache: 0x55723958d090 2024-04-15T20:40:11.421 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: block_cache_name: BinnedLRUCache 2024-04-15T20:40:11.422 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: block_cache_options: 2024-04-15T20:40:11.422 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: capacity : 536870912 2024-04-15T20:40:11.422 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: num_shard_bits : 4 2024-04-15T20:40:11.422 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: strict_capacity_limit : 0 2024-04-15T20:40:11.422 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: high_pri_pool_ratio: 0.000 2024-04-15T20:40:11.422 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: block_cache_compressed: (nil) 2024-04-15T20:40:11.422 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: persistent_cache: (nil) 2024-04-15T20:40:11.422 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: block_size: 4096 2024-04-15T20:40:11.422 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: block_size_deviation: 10 2024-04-15T20:40:11.422 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: block_restart_interval: 16 2024-04-15T20:40:11.422 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: index_block_restart_interval: 1 2024-04-15T20:40:11.422 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: metadata_block_size: 4096 2024-04-15T20:40:11.422 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: partition_filters: 0 2024-04-15T20:40:11.423 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: use_delta_encoding: 1 2024-04-15T20:40:11.423 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: filter_policy: bloomfilter 2024-04-15T20:40:11.423 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: whole_key_filtering: 1 2024-04-15T20:40:11.423 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: verify_compression: 0 2024-04-15T20:40:11.423 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: read_amp_bytes_per_bit: 0 2024-04-15T20:40:11.423 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: format_version: 5 2024-04-15T20:40:11.423 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: enable_index_compression: 1 2024-04-15T20:40:11.423 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: block_align: 0 2024-04-15T20:40:11.423 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: max_auto_readahead_size: 262144 2024-04-15T20:40:11.423 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: prepopulate_block_cache: 0 2024-04-15T20:40:11.423 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: initial_auto_readahead_size: 8192 2024-04-15T20:40:11.423 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: num_file_reads_for_auto_readahead: 2 2024-04-15T20:40:11.423 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-04-15T20:40:11.423 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-04-15T20:40:11.425 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.compression: NoCompression 2024-04-15T20:40:11.425 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-04-15T20:40:11.425 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-04-15T20:40:11.425 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-15T20:40:11.425 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.num_levels: 7 2024-04-15T20:40:11.426 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-15T20:40:11.426 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-15T20:40:11.426 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-15T20:40:11.426 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-15T20:40:11.426 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-15T20:40:11.426 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-15T20:40:11.426 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-15T20:40:11.426 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-15T20:40:11.426 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-15T20:40:11.426 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-15T20:40:11.426 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-15T20:40:11.426 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-15T20:40:11.427 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-04-15T20:40:11.427 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.compression_opts.level: 32767 2024-04-15T20:40:11.427 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-04-15T20:40:11.427 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-15T20:40:11.427 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-15T20:40:11.427 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-15T20:40:11.427 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-15T20:40:11.427 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.compression_opts.enabled: false 2024-04-15T20:40:11.427 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-15T20:40:11.427 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-15T20:40:11.427 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-15T20:40:11.427 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-15T20:40:11.427 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-04-15T20:40:11.427 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-04-15T20:40:11.428 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-15T20:40:11.428 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-15T20:40:11.428 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-15T20:40:11.428 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-15T20:40:11.428 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-15T20:40:11.428 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-15T20:40:11.428 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-15T20:40:11.428 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-15T20:40:11.428 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-15T20:40:11.428 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-15T20:40:11.428 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-15T20:40:11.428 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-15T20:40:11.428 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-15T20:40:11.428 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.arena_block_size: 1048576 2024-04-15T20:40:11.429 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-15T20:40:11.429 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-15T20:40:11.429 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-04-15T20:40:11.429 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-15T20:40:11.429 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-15T20:40:11.429 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-15T20:40:11.429 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-15T20:40:11.429 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-15T20:40:11.429 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-15T20:40:11.429 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-15T20:40:11.429 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-15T20:40:11.429 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-15T20:40:11.429 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-15T20:40:11.429 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-04-15T20:40:11.430 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.inplace_update_support: 0 2024-04-15T20:40:11.430 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-04-15T20:40:11.430 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-15T20:40:11.430 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-15T20:40:11.430 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-04-15T20:40:11.430 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.bloom_locality: 0 2024-04-15T20:40:11.430 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.max_successive_merges: 0 2024-04-15T20:40:11.430 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-04-15T20:40:11.430 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-04-15T20:40:11.430 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.force_consistency_checks: 1 2024-04-15T20:40:11.430 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-04-15T20:40:11.430 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.ttl: 2592000 2024-04-15T20:40:11.430 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-04-15T20:40:11.431 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-15T20:40:11.431 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-15T20:40:11.431 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.enable_blob_files: false 2024-04-15T20:40:11.431 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.min_blob_size: 0 2024-04-15T20:40:11.431 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.blob_file_size: 268435456 2024-04-15T20:40:11.431 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-04-15T20:40:11.431 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-04-15T20:40:11.431 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-15T20:40:11.431 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-15T20:40:11.431 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-15T20:40:11.431 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-04-15T20:40:11.431 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.221+0000 7f08ec4c5c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-15T20:40:11.431 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.225+0000 7f08ec4c5c80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-04-15T20:40:11.431 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.225+0000 7f08ec4c5c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-04-15T20:40:11.432 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.225+0000 7f08ec4c5c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 33ec790c-f051-4e69-992e-d7df4840dc19 2024-04-15T20:40:11.432 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.225+0000 7f08ec4c5c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1713213611228509, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-04-15T20:40:11.432 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.225+0000 7f08ec4c5c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-04-15T20:40:11.432 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.225+0000 7f08ec4c5c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1713213611229038, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1648, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 1, "largest_seqno": 5, "table_properties": {"data_size": 523, "index_size": 31, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 401, "raw_average_value_size": 80, "num_data_blocks": 1, "num_entries": 5, "num_filter_entries": 5, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1713213611, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "33ec790c-f051-4e69-992e-d7df4840dc19", "db_session_id": "5RDNBV63UNKN7EMB2Y4K", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-04-15T20:40:11.432 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.225+0000 7f08ec4c5c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1713213611229149, "job": 1, "event": "recovery_finished"} 2024-04-15T20:40:11.432 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.225+0000 7f08ec4c5c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-04-15T20:40:11.432 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.225+0000 7f08ec4c5c80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-b/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-04-15T20:40:11.432 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.225+0000 7f08ec4c5c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55723967e000 2024-04-15T20:40:11.432 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.225+0000 7f08ec4c5c80 4 rocksdb: DB pointer 0x557239668000 2024-04-15T20:40:11.432 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.225+0000 7f08ec4c5c80 0 mon.b does not exist in monmap, will attempt to join an existing cluster 2024-04-15T20:40:11.432 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.225+0000 7f08ec4c5c80 0 using public_addr v2:172.21.15.94:0/0 -> [v2:172.21.15.94:3300/0,v1:172.21.15.94:6789/0] 2024-04-15T20:40:11.432 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.225+0000 7f08ec4c5c80 0 starting mon.b rank -1 at public addrs [v2:172.21.15.94:3300/0,v1:172.21.15.94:6789/0] at bind addrs [v2:172.21.15.94:3300/0,v1:172.21.15.94:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid cb456bda-fb67-11ee-bc8f-c7b262605968 2024-04-15T20:40:11.432 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.229+0000 7f08ec4c5c80 1 mon.b@-1(???) e0 preinit fsid cb456bda-fb67-11ee-bc8f-c7b262605968 2024-04-15T20:40:11.433 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.233+0000 7f08dac1f700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-15T20:40:11.433 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.233+0000 7f08dac1f700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-15T20:40:11.433 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: ** DB Stats ** 2024-04-15T20:40:11.433 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-15T20:40:11.433 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-04-15T20:40:11.433 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-15T20:40:11.433 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-15T20:40:11.433 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-04-15T20:40:11.433 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-15T20:40:11.433 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-15T20:40:11.433 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: ** Compaction Stats [default] ** 2024-04-15T20:40:11.433 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: 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-04-15T20:40:11.433 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-15T20:40:11.433 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: L0 1/0 1.61 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.2 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-15T20:40:11.434 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: Sum 1/0 1.61 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.2 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-15T20:40:11.434 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.2 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-15T20:40:11.434 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: ** Compaction Stats [default] ** 2024-04-15T20:40:11.434 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: 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-04-15T20:40:11.434 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-15T20:40:11.434 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.2 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-15T20:40:11.434 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-15T20:40:11.434 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-15T20:40:11.434 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: Flush(GB): cumulative 0.000, interval 0.000 2024-04-15T20:40:11.434 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-15T20:40:11.434 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: AddFile(Total Files): cumulative 0, interval 0 2024-04-15T20:40:11.434 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: AddFile(L0 Files): cumulative 0, interval 0 2024-04-15T20:40:11.434 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: AddFile(Keys): cumulative 0, interval 0 2024-04-15T20:40:11.435 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: Cumulative compaction: 0.00 GB write, 0.18 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-15T20:40:11.435 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: Interval compaction: 0.00 GB write, 0.18 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-15T20:40:11.435 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: 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-04-15T20:40:11.435 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: Block cache BinnedLRUCache@0x55723958d090#7 capacity: 512.00 MB usage: 0.86 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.1e-05 secs_since: 0 2024-04-15T20:40:11.435 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: Block cache entry stats(count,size,portion): DataBlock(1,0.64 KB,0.00012219%) FilterBlock(1,0.11 KB,2.08616e-05%) IndexBlock(1,0.11 KB,2.08616e-05%) Misc(1,0.00 KB,0%) 2024-04-15T20:40:11.435 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: ** File Read Latency Histogram By Level [default] ** 2024-04-15T20:40:11.435 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.249+0000 7f08ddc25700 0 mon.b@-1(synchronizing).mds e1 new map 2024-04-15T20:40:11.435 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.249+0000 7f08ddc25700 0 mon.b@-1(synchronizing).mds e1 print_map 2024-04-15T20:40:11.435 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: e1 2024-04-15T20:40:11.435 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: enable_multiple, ever_enabled_multiple: 1,1 2024-04-15T20:40:11.435 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2024-04-15T20:40:11.435 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: legacy client fscid: -1 2024-04-15T20:40:11.435 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: 2024-04-15T20:40:11.435 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: No filesystems configured 2024-04-15T20:40:11.435 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.249+0000 7f08ddc25700 1 mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-04-15T20:40:11.436 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.249+0000 7f08ddc25700 1 mon.b@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-04-15T20:40:11.436 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.249+0000 7f08ddc25700 1 mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-04-15T20:40:11.436 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.249+0000 7f08ddc25700 1 mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-04-15T20:40:11.436 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.249+0000 7f08ddc25700 1 mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-04-15T20:40:11.436 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.249+0000 7f08ddc25700 1 mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-04-15T20:40:11.436 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.249+0000 7f08ddc25700 0 mon.b@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-04-15T20:40:11.436 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.249+0000 7f08ddc25700 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-04-15T20:40:11.436 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.249+0000 7f08ddc25700 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-04-15T20:40:11.436 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.249+0000 7f08ddc25700 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-04-15T20:40:11.436 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: cluster 2024-04-15T20:39:05.369408+0000 mgr.a (mgr.14152) 20 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:11.436 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: cluster 2024-04-15T20:39:07.369937+0000 mgr.a (mgr.14152) 21 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:11.436 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: cluster 2024-04-15T20:39:09.370431+0000 mgr.a (mgr.14152) 22 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:11.436 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: audit 2024-04-15T20:39:10.509174+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:11.436 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: audit 2024-04-15T20:39:10.511628+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:11.436 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: audit 2024-04-15T20:39:10.514792+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:11.437 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: audit 2024-04-15T20:39:10.361722+0000 mgr.a (mgr.14152) 23 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi094", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:40:11.437 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: cephadm 2024-04-15T20:39:11.090073+0000 mgr.a (mgr.14152) 24 : cephadm [INF] Deploying cephadm binary to smithi094 2024-04-15T20:40:11.437 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: cluster 2024-04-15T20:39:11.370861+0000 mgr.a (mgr.14152) 25 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:11.437 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: cluster 2024-04-15T20:39:13.371317+0000 mgr.a (mgr.14152) 26 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:11.437 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: cluster 2024-04-15T20:39:15.371750+0000 mgr.a (mgr.14152) 27 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:11.437 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: audit 2024-04-15T20:39:16.234369+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:11.437 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: cephadm 2024-04-15T20:39:16.235211+0000 mgr.a (mgr.14152) 28 : cephadm [INF] Added host smithi094 2024-04-15T20:40:11.437 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: audit 2024-04-15T20:39:16.279833+0000 mon.a (mon.0) 136 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:40:11.437 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: audit 2024-04-15T20:39:16.803109+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:11.437 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: cluster 2024-04-15T20:39:17.372128+0000 mgr.a (mgr.14152) 29 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:11.437 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: audit 2024-04-15T20:39:18.330718+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:11.437 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: audit 2024-04-15T20:39:18.336823+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:11.437 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: audit 2024-04-15T20:39:18.338300+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi094", "name": "osd_memory_target"}]: dispatch 2024-04-15T20:40:11.437 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: audit 2024-04-15T20:39:18.340226+0000 mon.a (mon.0) 141 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:40:11.438 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: audit 2024-04-15T20:39:18.341925+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:40:11.438 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: audit 2024-04-15T20:39:19.111059+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:11.438 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: audit 2024-04-15T20:39:19.117455+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:11.438 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: audit 2024-04-15T20:39:19.120636+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi094", "caps": []}]: dispatch 2024-04-15T20:40:11.438 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: audit 2024-04-15T20:39:19.122636+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi094", "caps": []}]': finished 2024-04-15T20:40:11.438 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: cephadm 2024-04-15T20:39:18.344585+0000 mgr.a (mgr.14152) 30 : cephadm [INF] Updating smithi094:/etc/ceph/ceph.conf 2024-04-15T20:40:11.438 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: cephadm 2024-04-15T20:39:18.560625+0000 mgr.a (mgr.14152) 31 : cephadm [INF] Updating smithi094:/var/lib/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/config/ceph.conf 2024-04-15T20:40:11.438 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: cephadm 2024-04-15T20:39:18.775709+0000 mgr.a (mgr.14152) 32 : cephadm [INF] Updating smithi094:/etc/ceph/ceph.client.admin.keyring 2024-04-15T20:40:11.438 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: cephadm 2024-04-15T20:39:18.940632+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Updating smithi094:/var/lib/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/config/ceph.client.admin.keyring 2024-04-15T20:40:11.438 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: cluster 2024-04-15T20:39:19.372495+0000 mgr.a (mgr.14152) 34 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:11.438 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: cephadm 2024-04-15T20:39:19.816136+0000 mgr.a (mgr.14152) 35 : cephadm [INF] Deploying daemon agent.smithi094 on smithi094 2024-04-15T20:40:11.438 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: audit 2024-04-15T20:39:20.873436+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:11.438 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: audit 2024-04-15T20:39:20.890867+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:11.439 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: audit 2024-04-15T20:39:20.898966+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:11.439 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: audit 2024-04-15T20:39:20.965653+0000 mon.a (mon.0) 150 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:40:11.439 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: audit 2024-04-15T20:39:20.970033+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:40:11.439 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: audit 2024-04-15T20:39:20.971711+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:40:11.439 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: audit 2024-04-15T20:39:20.982264+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:11.439 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: audit 2024-04-15T20:39:21.053030+0000 mon.a (mon.0) 154 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:40:11.439 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: audit 2024-04-15T20:39:21.057168+0000 mon.a (mon.0) 155 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:40:11.439 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: audit 2024-04-15T20:39:21.058859+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:40:11.439 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: audit 2024-04-15T20:39:21.068252+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:11.439 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: audit 2024-04-15T20:39:21.291314+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:11.439 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: cluster 2024-04-15T20:39:21.372890+0000 mgr.a (mgr.14152) 36 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:11.439 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: audit 2024-04-15T20:39:22.337676+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:11.439 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: audit 2024-04-15T20:39:22.341067+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:11.439 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: cluster 2024-04-15T20:39:23.373248+0000 mgr.a (mgr.14152) 37 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:11.440 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: audit 2024-04-15T20:39:23.962970+0000 mgr.a (mgr.14152) 38 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-15T20:40:11.440 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: cluster 2024-04-15T20:39:25.373633+0000 mgr.a (mgr.14152) 39 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:11.440 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: audit 2024-04-15T20:39:25.444918+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:11.440 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: cluster 2024-04-15T20:39:27.373932+0000 mgr.a (mgr.14152) 40 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:11.440 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: cluster 2024-04-15T20:39:29.374302+0000 mgr.a (mgr.14152) 41 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:11.440 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: audit 2024-04-15T20:39:30.688839+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:11.440 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: audit 2024-04-15T20:39:30.692078+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:11.440 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: audit 2024-04-15T20:39:30.695286+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:11.440 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: cluster 2024-04-15T20:39:31.374551+0000 mgr.a (mgr.14152) 42 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:11.440 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: audit 2024-04-15T20:39:31.744244+0000 mgr.a (mgr.14152) 43 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi204", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:40:11.440 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: cephadm 2024-04-15T20:39:32.418879+0000 mgr.a (mgr.14152) 44 : cephadm [INF] Deploying cephadm binary to smithi204 2024-04-15T20:40:11.440 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: cluster 2024-04-15T20:39:33.374818+0000 mgr.a (mgr.14152) 45 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:11.440 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: audit 2024-04-15T20:39:35.354490+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:11.440 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: audit 2024-04-15T20:39:35.364528+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:11.441 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: cluster 2024-04-15T20:39:35.375151+0000 mgr.a (mgr.14152) 46 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:11.441 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: cluster 2024-04-15T20:39:37.375570+0000 mgr.a (mgr.14152) 47 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:11.441 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: audit 2024-04-15T20:39:37.636802+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:11.441 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: cephadm 2024-04-15T20:39:37.637578+0000 mgr.a (mgr.14152) 48 : cephadm [INF] Added host smithi204 2024-04-15T20:40:11.441 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: audit 2024-04-15T20:39:37.680888+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:40:11.441 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: audit 2024-04-15T20:39:38.153136+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:11.441 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: cluster 2024-04-15T20:39:39.375962+0000 mgr.a (mgr.14152) 49 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:11.441 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: audit 2024-04-15T20:39:39.628627+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:11.441 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: audit 2024-04-15T20:39:39.636808+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:11.441 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: audit 2024-04-15T20:39:39.641503+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi204", "name": "osd_memory_target"}]: dispatch 2024-04-15T20:40:11.441 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: audit 2024-04-15T20:39:39.644171+0000 mon.a (mon.0) 173 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:40:11.441 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: audit 2024-04-15T20:39:39.646152+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:40:11.441 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: cephadm 2024-04-15T20:39:39.648985+0000 mgr.a (mgr.14152) 50 : cephadm [INF] Updating smithi204:/etc/ceph/ceph.conf 2024-04-15T20:40:11.441 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: cephadm 2024-04-15T20:39:39.865231+0000 mgr.a (mgr.14152) 51 : cephadm [INF] Updating smithi204:/var/lib/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/config/ceph.conf 2024-04-15T20:40:11.441 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: audit 2024-04-15T20:39:40.609911+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:11.442 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: audit 2024-04-15T20:39:40.615879+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:11.442 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: audit 2024-04-15T20:39:40.619234+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi204", "caps": []}]: dispatch 2024-04-15T20:40:11.442 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: audit 2024-04-15T20:39:40.620620+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi204", "caps": []}]': finished 2024-04-15T20:40:11.442 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: cephadm 2024-04-15T20:39:40.324827+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Updating smithi204:/etc/ceph/ceph.client.admin.keyring 2024-04-15T20:40:11.442 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: cephadm 2024-04-15T20:39:40.439341+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi204:/var/lib/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/config/ceph.client.admin.keyring 2024-04-15T20:40:11.442 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: cluster 2024-04-15T20:39:41.376384+0000 mgr.a (mgr.14152) 54 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:11.442 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: cephadm 2024-04-15T20:39:41.529417+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Deploying daemon agent.smithi204 on smithi204 2024-04-15T20:40:11.442 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: audit 2024-04-15T20:39:41.924931+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:11.442 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: audit 2024-04-15T20:39:41.930995+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:11.442 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: audit 2024-04-15T20:39:41.953468+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:11.442 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: audit 2024-04-15T20:39:42.563010+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:11.442 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: audit 2024-04-15T20:39:42.605543+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:11.442 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: audit 2024-04-15T20:39:42.611789+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:11.442 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: audit 2024-04-15T20:39:42.710840+0000 mon.a (mon.0) 185 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:40:11.443 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: audit 2024-04-15T20:39:42.716440+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:40:11.443 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: audit 2024-04-15T20:39:42.718242+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:40:11.443 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: audit 2024-04-15T20:39:42.725263+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:11.443 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: audit 2024-04-15T20:39:42.827843+0000 mon.a (mon.0) 189 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:40:11.443 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: audit 2024-04-15T20:39:42.833931+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:40:11.443 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: audit 2024-04-15T20:39:42.835625+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:40:11.443 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: audit 2024-04-15T20:39:42.844776+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:11.443 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: audit 2024-04-15T20:39:43.027769+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:11.443 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: cluster 2024-04-15T20:39:43.376733+0000 mgr.a (mgr.14152) 56 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:11.443 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: audit 2024-04-15T20:39:44.090159+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:11.443 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: audit 2024-04-15T20:39:44.098032+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:11.443 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: cluster 2024-04-15T20:39:45.377058+0000 mgr.a (mgr.14152) 57 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:11.443 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: audit 2024-04-15T20:39:45.450666+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:11.443 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: audit 2024-04-15T20:39:46.536368+0000 mgr.a (mgr.14152) 58 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-15T20:40:11.443 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: cluster 2024-04-15T20:39:47.377332+0000 mgr.a (mgr.14152) 59 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:11.444 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: cluster 2024-04-15T20:39:49.377615+0000 mgr.a (mgr.14152) 60 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:11.444 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: audit 2024-04-15T20:39:50.888834+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:11.444 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: audit 2024-04-15T20:39:50.897792+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:11.444 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: audit 2024-04-15T20:39:50.904381+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:11.444 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: cluster 2024-04-15T20:39:51.377995+0000 mgr.a (mgr.14152) 61 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:11.444 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: cluster 2024-04-15T20:39:53.378395+0000 mgr.a (mgr.14152) 62 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:11.444 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: audit 2024-04-15T20:39:54.195243+0000 mon.a (mon.0) 200 : audit [INF] from='client.? 172.21.15.69:0/4151161768' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-15T20:40:11.444 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: audit 2024-04-15T20:39:54.910743+0000 mon.a (mon.0) 201 : audit [INF] from='client.? 172.21.15.69:0/4151161768' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-15T20:40:11.444 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: cluster 2024-04-15T20:39:54.915140+0000 mon.a (mon.0) 202 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-15T20:40:11.444 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: cluster 2024-04-15T20:39:55.378867+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:11.444 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: audit 2024-04-15T20:39:56.951058+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:11.444 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: audit 2024-04-15T20:39:56.959734+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:11.444 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: cluster 2024-04-15T20:39:57.379357+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:11.444 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: cluster 2024-04-15T20:39:59.379847+0000 mgr.a (mgr.14152) 65 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:11.445 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: audit 2024-04-15T20:40:00.145659+0000 mgr.a (mgr.14152) 66 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi069:172.21.15.69=a;smithi094:172.21.15.94=b;smithi204:172.21.15.204=c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:40:11.445 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: cephadm 2024-04-15T20:40:00.151036+0000 mgr.a (mgr.14152) 67 : cephadm [INF] Saving service mon spec with placement smithi069:172.21.15.69=a;smithi094:172.21.15.94=b;smithi204:172.21.15.204=c;count:3 2024-04-15T20:40:11.445 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: audit 2024-04-15T20:40:00.157055+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:11.445 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: audit 2024-04-15T20:40:00.204466+0000 mon.a (mon.0) 206 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:40:11.445 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: audit 2024-04-15T20:40:00.210381+0000 mon.a (mon.0) 207 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:40:11.445 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: audit 2024-04-15T20:40:00.212515+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:40:11.445 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: audit 2024-04-15T20:40:00.221545+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:11.445 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: audit 2024-04-15T20:40:00.227000+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-15T20:40:11.445 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: audit 2024-04-15T20:40:00.228836+0000 mon.a (mon.0) 211 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:40:11.445 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: cephadm 2024-04-15T20:40:00.233164+0000 mgr.a (mgr.14152) 68 : cephadm [INF] Deploying daemon mon.c on smithi204 2024-04-15T20:40:11.445 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: cluster 2024-04-15T20:40:01.380335+0000 mgr.a (mgr.14152) 69 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:11.445 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: audit 2024-04-15T20:40:02.130290+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:11.445 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: audit 2024-04-15T20:40:02.136272+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:11.445 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: audit 2024-04-15T20:40:02.153827+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:11.445 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: cluster 2024-04-15T20:40:03.380715+0000 mgr.a (mgr.14152) 70 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:11.446 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: audit 2024-04-15T20:40:05.666306+0000 mon.a (mon.0) 215 : audit [DBG] from='client.? 172.21.15.204:0/3181960153' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-15T20:40:11.446 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: audit 2024-04-15T20:40:05.765183+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:11.446 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: audit 2024-04-15T20:40:05.773000+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:11.446 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: audit 2024-04-15T20:40:05.784754+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:11.446 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: audit 2024-04-15T20:40:05.803580+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:11.446 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: audit 2024-04-15T20:40:05.809809+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:11.446 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: audit 2024-04-15T20:40:05.864738+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:11.446 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: audit 2024-04-15T20:40:05.866180+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-15T20:40:11.446 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: audit 2024-04-15T20:40:05.867882+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:40:11.446 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: cluster 2024-04-15T20:40:05.381009+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:11.446 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: cephadm 2024-04-15T20:40:05.869873+0000 mgr.a (mgr.14152) 72 : cephadm [INF] Deploying daemon mon.b on smithi094 2024-04-15T20:40:11.446 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:11 smithi094 bash[22212]: debug 2024-04-15T20:40:11.249+0000 7f08ddc25700 1 mon.b@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-04-15T20:40:11.789 INFO:teuthology.orchestra.run.smithi204.stderr:Inferring config /var/lib/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/mon.c/config 2024-04-15T20:40:12.691 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:12 smithi204 bash[22398]: cluster 2024-04-15T20:40:07.381420+0000 mgr.a (mgr.14152) 73 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:12.691 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:12 smithi204 bash[22398]: audit 2024-04-15T20:40:07.497467+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-15T20:40:12.691 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:12 smithi204 bash[22398]: audit 2024-04-15T20:40:07.502147+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-15T20:40:12.691 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:12 smithi204 bash[22398]: cluster 2024-04-15T20:40:07.502473+0000 mon.a (mon.0) 226 : cluster [INF] mon.a calling monitor election 2024-04-15T20:40:12.691 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:12 smithi204 bash[22398]: audit 2024-04-15T20:40:07.526131+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-15T20:40:12.691 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:12 smithi204 bash[22398]: audit 2024-04-15T20:40:08.497230+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-15T20:40:12.691 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:12 smithi204 bash[22398]: cluster 2024-04-15T20:40:09.381849+0000 mgr.a (mgr.14152) 74 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:12.691 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:12 smithi204 bash[22398]: audit 2024-04-15T20:40:09.496585+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-15T20:40:12.691 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:12 smithi204 bash[22398]: cluster 2024-04-15T20:40:09.499456+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-04-15T20:40:12.691 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:12 smithi204 bash[22398]: audit 2024-04-15T20:40:10.497256+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-15T20:40:12.691 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:12 smithi204 bash[22398]: audit 2024-04-15T20:40:11.260371+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-15T20:40:12.691 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:12 smithi204 bash[22398]: cluster 2024-04-15T20:40:11.382195+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:12.692 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:12 smithi204 bash[22398]: audit 2024-04-15T20:40:11.497273+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-15T20:40:12.692 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:12 smithi204 bash[22398]: audit 2024-04-15T20:40:12.260711+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-15T20:40:12.692 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:12 smithi204 bash[22398]: audit 2024-04-15T20:40:12.497186+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-15T20:40:12.692 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:12 smithi204 bash[22398]: cluster 2024-04-15T20:40:12.546504+0000 mon.a (mon.0) 235 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-15T20:40:12.692 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:12 smithi204 bash[22398]: cluster 2024-04-15T20:40:12.553453+0000 mon.a (mon.0) 236 : cluster [DBG] monmap epoch 2 2024-04-15T20:40:12.692 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:12 smithi204 bash[22398]: cluster 2024-04-15T20:40:12.553487+0000 mon.a (mon.0) 237 : cluster [DBG] fsid cb456bda-fb67-11ee-bc8f-c7b262605968 2024-04-15T20:40:12.692 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:12 smithi204 bash[22398]: cluster 2024-04-15T20:40:12.553510+0000 mon.a (mon.0) 238 : cluster [DBG] last_changed 2024-04-15T20:40:07.496794+0000 2024-04-15T20:40:12.692 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:12 smithi204 bash[22398]: cluster 2024-04-15T20:40:12.553533+0000 mon.a (mon.0) 239 : cluster [DBG] created 2024-04-15T20:37:26.203899+0000 2024-04-15T20:40:12.692 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:12 smithi204 bash[22398]: cluster 2024-04-15T20:40:12.553554+0000 mon.a (mon.0) 240 : cluster [DBG] min_mon_release 19 (squid) 2024-04-15T20:40:12.692 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:12 smithi204 bash[22398]: cluster 2024-04-15T20:40:12.553577+0000 mon.a (mon.0) 241 : cluster [DBG] election_strategy: 1 2024-04-15T20:40:12.692 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:12 smithi204 bash[22398]: cluster 2024-04-15T20:40:12.553600+0000 mon.a (mon.0) 242 : cluster [DBG] 0: [v2:172.21.15.69:3300/0,v1:172.21.15.69:6789/0] mon.a 2024-04-15T20:40:12.692 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:12 smithi204 bash[22398]: cluster 2024-04-15T20:40:12.553619+0000 mon.a (mon.0) 243 : cluster [DBG] 1: [v2:172.21.15.204:3300/0,v1:172.21.15.204:6789/0] mon.c 2024-04-15T20:40:12.692 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:12 smithi204 bash[22398]: cluster 2024-04-15T20:40:12.573766+0000 mon.a (mon.0) 244 : cluster [DBG] fsmap 2024-04-15T20:40:12.692 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:12 smithi204 bash[22398]: cluster 2024-04-15T20:40:12.573824+0000 mon.a (mon.0) 245 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-15T20:40:12.693 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:12 smithi204 bash[22398]: cluster 2024-04-15T20:40:12.574104+0000 mon.a (mon.0) 246 : cluster [DBG] mgrmap e13: a(active, since 97s) 2024-04-15T20:40:12.693 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:12 smithi204 bash[22398]: cluster 2024-04-15T20:40:12.574355+0000 mon.a (mon.0) 247 : cluster [INF] overall HEALTH_OK 2024-04-15T20:40:12.693 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:12 smithi204 bash[22398]: audit 2024-04-15T20:40:12.581565+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:12.693 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:12 smithi204 bash[22398]: audit 2024-04-15T20:40:12.587507+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:12.693 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:12 smithi204 bash[22398]: audit 2024-04-15T20:40:12.593276+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:12.693 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:12 smithi204 bash[22398]: audit 2024-04-15T20:40:12.598537+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:12.693 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:12 smithi204 bash[22398]: audit 2024-04-15T20:40:12.607865+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:12.693 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:12 smithi204 bash[22398]: audit 2024-04-15T20:40:12.613225+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:12.693 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:12 smithi204 bash[22398]: audit 2024-04-15T20:40:12.620644+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:12.928 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:12 smithi069 bash[21530]: cluster 2024-04-15T20:40:07.381420+0000 mgr.a (mgr.14152) 73 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:12.928 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:12 smithi069 bash[21530]: audit 2024-04-15T20:40:07.497467+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-15T20:40:12.928 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:12 smithi069 bash[21530]: audit 2024-04-15T20:40:07.502147+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-15T20:40:12.928 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:12 smithi069 bash[21530]: cluster 2024-04-15T20:40:07.502473+0000 mon.a (mon.0) 226 : cluster [INF] mon.a calling monitor election 2024-04-15T20:40:12.928 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:12 smithi069 bash[21530]: audit 2024-04-15T20:40:07.526131+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-15T20:40:12.929 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:12 smithi069 bash[21530]: audit 2024-04-15T20:40:08.497230+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-15T20:40:12.929 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:12 smithi069 bash[21530]: cluster 2024-04-15T20:40:09.381849+0000 mgr.a (mgr.14152) 74 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:12.929 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:12 smithi069 bash[21530]: audit 2024-04-15T20:40:09.496585+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-15T20:40:12.929 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:12 smithi069 bash[21530]: cluster 2024-04-15T20:40:09.499456+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-04-15T20:40:12.929 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:12 smithi069 bash[21530]: audit 2024-04-15T20:40:10.497256+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-15T20:40:12.929 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:12 smithi069 bash[21530]: audit 2024-04-15T20:40:11.260371+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-15T20:40:12.929 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:12 smithi069 bash[21530]: cluster 2024-04-15T20:40:11.382195+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:12.929 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:12 smithi069 bash[21530]: audit 2024-04-15T20:40:11.497273+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-15T20:40:12.929 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:12 smithi069 bash[21530]: audit 2024-04-15T20:40:12.260711+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-15T20:40:12.929 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:12 smithi069 bash[21530]: audit 2024-04-15T20:40:12.497186+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-15T20:40:12.929 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:12 smithi069 bash[21530]: cluster 2024-04-15T20:40:12.546504+0000 mon.a (mon.0) 235 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-15T20:40:12.929 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:12 smithi069 bash[21530]: cluster 2024-04-15T20:40:12.553453+0000 mon.a (mon.0) 236 : cluster [DBG] monmap epoch 2 2024-04-15T20:40:12.929 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:12 smithi069 bash[21530]: cluster 2024-04-15T20:40:12.553487+0000 mon.a (mon.0) 237 : cluster [DBG] fsid cb456bda-fb67-11ee-bc8f-c7b262605968 2024-04-15T20:40:12.929 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:12 smithi069 bash[21530]: cluster 2024-04-15T20:40:12.553510+0000 mon.a (mon.0) 238 : cluster [DBG] last_changed 2024-04-15T20:40:07.496794+0000 2024-04-15T20:40:12.929 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:12 smithi069 bash[21530]: cluster 2024-04-15T20:40:12.553533+0000 mon.a (mon.0) 239 : cluster [DBG] created 2024-04-15T20:37:26.203899+0000 2024-04-15T20:40:12.930 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:12 smithi069 bash[21530]: cluster 2024-04-15T20:40:12.553554+0000 mon.a (mon.0) 240 : cluster [DBG] min_mon_release 19 (squid) 2024-04-15T20:40:12.930 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:12 smithi069 bash[21530]: cluster 2024-04-15T20:40:12.553577+0000 mon.a (mon.0) 241 : cluster [DBG] election_strategy: 1 2024-04-15T20:40:12.930 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:12 smithi069 bash[21530]: cluster 2024-04-15T20:40:12.553600+0000 mon.a (mon.0) 242 : cluster [DBG] 0: [v2:172.21.15.69:3300/0,v1:172.21.15.69:6789/0] mon.a 2024-04-15T20:40:12.930 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:12 smithi069 bash[21530]: cluster 2024-04-15T20:40:12.553619+0000 mon.a (mon.0) 243 : cluster [DBG] 1: [v2:172.21.15.204:3300/0,v1:172.21.15.204:6789/0] mon.c 2024-04-15T20:40:12.930 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:12 smithi069 bash[21530]: cluster 2024-04-15T20:40:12.573766+0000 mon.a (mon.0) 244 : cluster [DBG] fsmap 2024-04-15T20:40:12.930 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:12 smithi069 bash[21530]: cluster 2024-04-15T20:40:12.573824+0000 mon.a (mon.0) 245 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-15T20:40:12.930 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:12 smithi069 bash[21530]: cluster 2024-04-15T20:40:12.574104+0000 mon.a (mon.0) 246 : cluster [DBG] mgrmap e13: a(active, since 97s) 2024-04-15T20:40:12.930 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:12 smithi069 bash[21530]: cluster 2024-04-15T20:40:12.574355+0000 mon.a (mon.0) 247 : cluster [INF] overall HEALTH_OK 2024-04-15T20:40:12.930 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:12 smithi069 bash[21530]: audit 2024-04-15T20:40:12.581565+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:12.930 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:12 smithi069 bash[21530]: audit 2024-04-15T20:40:12.587507+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:12.930 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:12 smithi069 bash[21530]: audit 2024-04-15T20:40:12.593276+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:12.930 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:12 smithi069 bash[21530]: audit 2024-04-15T20:40:12.598537+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:12.930 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:12 smithi069 bash[21530]: audit 2024-04-15T20:40:12.607865+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:12.930 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:12 smithi069 bash[21530]: audit 2024-04-15T20:40:12.613225+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:12.931 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:12 smithi069 bash[21530]: audit 2024-04-15T20:40:12.620644+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:13.660 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:13 smithi094 bash[22212]: cluster 2024-04-15T20:40:07.381420+0000 mgr.a (mgr.14152) 73 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:13.660 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:13 smithi094 bash[22212]: audit 2024-04-15T20:40:07.497467+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-15T20:40:13.660 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:13 smithi094 bash[22212]: audit 2024-04-15T20:40:07.502147+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-15T20:40:13.660 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:13 smithi094 bash[22212]: cluster 2024-04-15T20:40:07.502473+0000 mon.a (mon.0) 226 : cluster [INF] mon.a calling monitor election 2024-04-15T20:40:13.660 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:13 smithi094 bash[22212]: audit 2024-04-15T20:40:07.526131+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-15T20:40:13.660 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:13 smithi094 bash[22212]: audit 2024-04-15T20:40:08.497230+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-15T20:40:13.660 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:13 smithi094 bash[22212]: cluster 2024-04-15T20:40:09.381849+0000 mgr.a (mgr.14152) 74 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:13.660 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:13 smithi094 bash[22212]: audit 2024-04-15T20:40:09.496585+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-15T20:40:13.660 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:13 smithi094 bash[22212]: cluster 2024-04-15T20:40:09.499456+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-04-15T20:40:13.660 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:13 smithi094 bash[22212]: audit 2024-04-15T20:40:10.497256+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-15T20:40:13.660 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:13 smithi094 bash[22212]: audit 2024-04-15T20:40:11.260371+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-15T20:40:13.660 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:13 smithi094 bash[22212]: cluster 2024-04-15T20:40:11.382195+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:13.660 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:13 smithi094 bash[22212]: audit 2024-04-15T20:40:11.497273+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-15T20:40:13.661 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:13 smithi094 bash[22212]: audit 2024-04-15T20:40:12.260711+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-15T20:40:13.661 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:13 smithi094 bash[22212]: audit 2024-04-15T20:40:12.497186+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-15T20:40:13.661 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:13 smithi094 bash[22212]: cluster 2024-04-15T20:40:12.546504+0000 mon.a (mon.0) 235 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-15T20:40:13.661 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:13 smithi094 bash[22212]: cluster 2024-04-15T20:40:12.553453+0000 mon.a (mon.0) 236 : cluster [DBG] monmap epoch 2 2024-04-15T20:40:13.661 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:13 smithi094 bash[22212]: cluster 2024-04-15T20:40:12.553487+0000 mon.a (mon.0) 237 : cluster [DBG] fsid cb456bda-fb67-11ee-bc8f-c7b262605968 2024-04-15T20:40:13.661 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:13 smithi094 bash[22212]: cluster 2024-04-15T20:40:12.553510+0000 mon.a (mon.0) 238 : cluster [DBG] last_changed 2024-04-15T20:40:07.496794+0000 2024-04-15T20:40:13.661 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:13 smithi094 bash[22212]: cluster 2024-04-15T20:40:12.553533+0000 mon.a (mon.0) 239 : cluster [DBG] created 2024-04-15T20:37:26.203899+0000 2024-04-15T20:40:13.661 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:13 smithi094 bash[22212]: cluster 2024-04-15T20:40:12.553554+0000 mon.a (mon.0) 240 : cluster [DBG] min_mon_release 19 (squid) 2024-04-15T20:40:13.661 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:13 smithi094 bash[22212]: cluster 2024-04-15T20:40:12.553577+0000 mon.a (mon.0) 241 : cluster [DBG] election_strategy: 1 2024-04-15T20:40:13.661 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:13 smithi094 bash[22212]: cluster 2024-04-15T20:40:12.553600+0000 mon.a (mon.0) 242 : cluster [DBG] 0: [v2:172.21.15.69:3300/0,v1:172.21.15.69:6789/0] mon.a 2024-04-15T20:40:13.661 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:13 smithi094 bash[22212]: cluster 2024-04-15T20:40:12.553619+0000 mon.a (mon.0) 243 : cluster [DBG] 1: [v2:172.21.15.204:3300/0,v1:172.21.15.204:6789/0] mon.c 2024-04-15T20:40:13.661 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:13 smithi094 bash[22212]: cluster 2024-04-15T20:40:12.573766+0000 mon.a (mon.0) 244 : cluster [DBG] fsmap 2024-04-15T20:40:13.661 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:13 smithi094 bash[22212]: cluster 2024-04-15T20:40:12.573824+0000 mon.a (mon.0) 245 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-15T20:40:13.661 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:13 smithi094 bash[22212]: cluster 2024-04-15T20:40:12.574104+0000 mon.a (mon.0) 246 : cluster [DBG] mgrmap e13: a(active, since 97s) 2024-04-15T20:40:13.662 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:13 smithi094 bash[22212]: cluster 2024-04-15T20:40:12.574355+0000 mon.a (mon.0) 247 : cluster [INF] overall HEALTH_OK 2024-04-15T20:40:13.662 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:13 smithi094 bash[22212]: audit 2024-04-15T20:40:12.581565+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:13.662 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:13 smithi094 bash[22212]: audit 2024-04-15T20:40:12.587507+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:13.662 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:13 smithi094 bash[22212]: audit 2024-04-15T20:40:12.593276+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:13.662 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:13 smithi094 bash[22212]: audit 2024-04-15T20:40:12.598537+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:13.662 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:13 smithi094 bash[22212]: audit 2024-04-15T20:40:12.607865+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:13.662 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:13 smithi094 bash[22212]: audit 2024-04-15T20:40:12.613225+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:13.662 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:13 smithi094 bash[22212]: audit 2024-04-15T20:40:12.620644+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:13.927 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:40:13 smithi069 bash[21786]: debug 2024-04-15T20:40:13.495+0000 7fe289b12700 -1 mgr.server handle_report got status from non-daemon mon.c 2024-04-15T20:40:18.659 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:18 smithi094 bash[22212]: audit 2024-04-15T20:40:13.274675+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-15T20:40:18.660 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:18 smithi094 bash[22212]: cluster 2024-04-15T20:40:13.274929+0000 mon.a (mon.0) 267 : cluster [INF] mon.a calling monitor election 2024-04-15T20:40:18.660 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:18 smithi094 bash[22212]: cluster 2024-04-15T20:40:13.279858+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-04-15T20:40:18.660 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:18 smithi094 bash[22212]: audit 2024-04-15T20:40:13.293779+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-15T20:40:18.660 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:18 smithi094 bash[22212]: audit 2024-04-15T20:40:13.293931+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-15T20:40:18.660 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:18 smithi094 bash[22212]: cephadm 2024-04-15T20:40:13.331527+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-04-15T20:40:18.660 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:18 smithi094 bash[22212]: audit 2024-04-15T20:40:13.332033+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-15T20:40:18.660 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:18 smithi094 bash[22212]: cluster 2024-04-15T20:40:13.382509+0000 mgr.a (mgr.14152) 84 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:18.660 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:18 smithi094 bash[22212]: audit 2024-04-15T20:40:14.261128+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-15T20:40:18.660 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:18 smithi094 bash[22212]: audit 2024-04-15T20:40:15.261069+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-15T20:40:18.660 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:18 smithi094 bash[22212]: cluster 2024-04-15T20:40:15.272983+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-04-15T20:40:18.660 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:18 smithi094 bash[22212]: cluster 2024-04-15T20:40:15.382870+0000 mgr.a (mgr.14152) 85 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:18.661 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:18 smithi094 bash[22212]: audit 2024-04-15T20:40:16.261259+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-15T20:40:18.661 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:18 smithi094 bash[22212]: audit 2024-04-15T20:40:17.261500+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-15T20:40:18.661 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:18 smithi094 bash[22212]: cluster 2024-04-15T20:40:17.383229+0000 mgr.a (mgr.14152) 86 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:18.661 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:18 smithi094 bash[22212]: audit 2024-04-15T20:40:18.261706+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-15T20:40:18.661 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:18 smithi094 bash[22212]: cluster 2024-04-15T20:40:18.281937+0000 mon.a (mon.0) 276 : cluster [INF] mon.a calling monitor election 2024-04-15T20:40:18.661 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:18 smithi094 bash[22212]: cluster 2024-04-15T20:40:18.303538+0000 mon.a (mon.0) 277 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-15T20:40:18.661 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:18 smithi094 bash[22212]: cluster 2024-04-15T20:40:18.309413+0000 mon.a (mon.0) 278 : cluster [DBG] monmap epoch 3 2024-04-15T20:40:18.661 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:18 smithi094 bash[22212]: cluster 2024-04-15T20:40:18.309455+0000 mon.a (mon.0) 279 : cluster [DBG] fsid cb456bda-fb67-11ee-bc8f-c7b262605968 2024-04-15T20:40:18.661 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:18 smithi094 bash[22212]: cluster 2024-04-15T20:40:18.309486+0000 mon.a (mon.0) 280 : cluster [DBG] last_changed 2024-04-15T20:40:13.271252+0000 2024-04-15T20:40:18.661 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:18 smithi094 bash[22212]: cluster 2024-04-15T20:40:18.309510+0000 mon.a (mon.0) 281 : cluster [DBG] created 2024-04-15T20:37:26.203899+0000 2024-04-15T20:40:18.661 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:18 smithi094 bash[22212]: cluster 2024-04-15T20:40:18.309532+0000 mon.a (mon.0) 282 : cluster [DBG] min_mon_release 19 (squid) 2024-04-15T20:40:18.661 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:18 smithi094 bash[22212]: cluster 2024-04-15T20:40:18.309557+0000 mon.a (mon.0) 283 : cluster [DBG] election_strategy: 1 2024-04-15T20:40:18.661 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:18 smithi094 bash[22212]: cluster 2024-04-15T20:40:18.309585+0000 mon.a (mon.0) 284 : cluster [DBG] 0: [v2:172.21.15.69:3300/0,v1:172.21.15.69:6789/0] mon.a 2024-04-15T20:40:18.662 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:18 smithi094 bash[22212]: cluster 2024-04-15T20:40:18.309609+0000 mon.a (mon.0) 285 : cluster [DBG] 1: [v2:172.21.15.204:3300/0,v1:172.21.15.204:6789/0] mon.c 2024-04-15T20:40:18.662 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:18 smithi094 bash[22212]: cluster 2024-04-15T20:40:18.309631+0000 mon.a (mon.0) 286 : cluster [DBG] 2: [v2:172.21.15.94:3300/0,v1:172.21.15.94:6789/0] mon.b 2024-04-15T20:40:18.662 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:18 smithi094 bash[22212]: cluster 2024-04-15T20:40:18.310637+0000 mon.a (mon.0) 287 : cluster [DBG] fsmap 2024-04-15T20:40:18.662 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:18 smithi094 bash[22212]: cluster 2024-04-15T20:40:18.310691+0000 mon.a (mon.0) 288 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-15T20:40:18.662 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:18 smithi094 bash[22212]: cluster 2024-04-15T20:40:18.310969+0000 mon.a (mon.0) 289 : cluster [DBG] mgrmap e13: a(active, since 102s) 2024-04-15T20:40:18.662 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:18 smithi094 bash[22212]: cluster 2024-04-15T20:40:18.311220+0000 mon.a (mon.0) 290 : cluster [INF] overall HEALTH_OK 2024-04-15T20:40:18.662 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:18 smithi094 bash[22212]: audit 2024-04-15T20:40:18.319367+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:18.662 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:18 smithi094 bash[22212]: audit 2024-04-15T20:40:18.325535+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:18.662 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:18 smithi094 bash[22212]: audit 2024-04-15T20:40:18.327318+0000 mon.a (mon.0) 293 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-15T20:40:18.662 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:18 smithi094 bash[22212]: audit 2024-04-15T20:40:18.331740+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:18.662 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:18 smithi094 bash[22212]: audit 2024-04-15T20:40:18.332552+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:40:18.678 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:18 smithi069 bash[21530]: audit 2024-04-15T20:40:13.274675+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-15T20:40:18.678 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:18 smithi069 bash[21530]: cluster 2024-04-15T20:40:13.274929+0000 mon.a (mon.0) 267 : cluster [INF] mon.a calling monitor election 2024-04-15T20:40:18.678 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:18 smithi069 bash[21530]: cluster 2024-04-15T20:40:13.279858+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-04-15T20:40:18.678 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:18 smithi069 bash[21530]: audit 2024-04-15T20:40:13.293779+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-15T20:40:18.678 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:18 smithi069 bash[21530]: audit 2024-04-15T20:40:13.293931+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-15T20:40:18.679 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:18 smithi069 bash[21530]: cephadm 2024-04-15T20:40:13.331527+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-04-15T20:40:18.679 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:18 smithi069 bash[21530]: audit 2024-04-15T20:40:13.332033+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-15T20:40:18.679 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:18 smithi069 bash[21530]: cluster 2024-04-15T20:40:13.382509+0000 mgr.a (mgr.14152) 84 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:18.679 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:18 smithi069 bash[21530]: audit 2024-04-15T20:40:14.261128+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-15T20:40:18.679 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:18 smithi069 bash[21530]: audit 2024-04-15T20:40:15.261069+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-15T20:40:18.679 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:18 smithi069 bash[21530]: cluster 2024-04-15T20:40:15.272983+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-04-15T20:40:18.679 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:18 smithi069 bash[21530]: cluster 2024-04-15T20:40:15.382870+0000 mgr.a (mgr.14152) 85 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:18.679 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:18 smithi069 bash[21530]: audit 2024-04-15T20:40:16.261259+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-15T20:40:18.679 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:18 smithi069 bash[21530]: audit 2024-04-15T20:40:17.261500+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-15T20:40:18.679 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:18 smithi069 bash[21530]: cluster 2024-04-15T20:40:17.383229+0000 mgr.a (mgr.14152) 86 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:18.679 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:18 smithi069 bash[21530]: audit 2024-04-15T20:40:18.261706+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-15T20:40:18.679 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:18 smithi069 bash[21530]: cluster 2024-04-15T20:40:18.281937+0000 mon.a (mon.0) 276 : cluster [INF] mon.a calling monitor election 2024-04-15T20:40:18.679 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:18 smithi069 bash[21530]: cluster 2024-04-15T20:40:18.303538+0000 mon.a (mon.0) 277 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-15T20:40:18.680 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:18 smithi069 bash[21530]: cluster 2024-04-15T20:40:18.309413+0000 mon.a (mon.0) 278 : cluster [DBG] monmap epoch 3 2024-04-15T20:40:18.680 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:18 smithi069 bash[21530]: cluster 2024-04-15T20:40:18.309455+0000 mon.a (mon.0) 279 : cluster [DBG] fsid cb456bda-fb67-11ee-bc8f-c7b262605968 2024-04-15T20:40:18.680 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:18 smithi069 bash[21530]: cluster 2024-04-15T20:40:18.309486+0000 mon.a (mon.0) 280 : cluster [DBG] last_changed 2024-04-15T20:40:13.271252+0000 2024-04-15T20:40:18.680 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:18 smithi069 bash[21530]: cluster 2024-04-15T20:40:18.309510+0000 mon.a (mon.0) 281 : cluster [DBG] created 2024-04-15T20:37:26.203899+0000 2024-04-15T20:40:18.680 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:18 smithi069 bash[21530]: cluster 2024-04-15T20:40:18.309532+0000 mon.a (mon.0) 282 : cluster [DBG] min_mon_release 19 (squid) 2024-04-15T20:40:18.680 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:18 smithi069 bash[21530]: cluster 2024-04-15T20:40:18.309557+0000 mon.a (mon.0) 283 : cluster [DBG] election_strategy: 1 2024-04-15T20:40:18.680 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:18 smithi069 bash[21530]: cluster 2024-04-15T20:40:18.309585+0000 mon.a (mon.0) 284 : cluster [DBG] 0: [v2:172.21.15.69:3300/0,v1:172.21.15.69:6789/0] mon.a 2024-04-15T20:40:18.680 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:18 smithi069 bash[21530]: cluster 2024-04-15T20:40:18.309609+0000 mon.a (mon.0) 285 : cluster [DBG] 1: [v2:172.21.15.204:3300/0,v1:172.21.15.204:6789/0] mon.c 2024-04-15T20:40:18.680 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:18 smithi069 bash[21530]: cluster 2024-04-15T20:40:18.309631+0000 mon.a (mon.0) 286 : cluster [DBG] 2: [v2:172.21.15.94:3300/0,v1:172.21.15.94:6789/0] mon.b 2024-04-15T20:40:18.680 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:18 smithi069 bash[21530]: cluster 2024-04-15T20:40:18.310637+0000 mon.a (mon.0) 287 : cluster [DBG] fsmap 2024-04-15T20:40:18.681 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:18 smithi069 bash[21530]: cluster 2024-04-15T20:40:18.310691+0000 mon.a (mon.0) 288 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-15T20:40:18.681 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:18 smithi069 bash[21530]: cluster 2024-04-15T20:40:18.310969+0000 mon.a (mon.0) 289 : cluster [DBG] mgrmap e13: a(active, since 102s) 2024-04-15T20:40:18.681 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:18 smithi069 bash[21530]: cluster 2024-04-15T20:40:18.311220+0000 mon.a (mon.0) 290 : cluster [INF] overall HEALTH_OK 2024-04-15T20:40:18.681 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:18 smithi069 bash[21530]: audit 2024-04-15T20:40:18.319367+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:18.681 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:18 smithi069 bash[21530]: audit 2024-04-15T20:40:18.325535+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:18.681 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:18 smithi069 bash[21530]: audit 2024-04-15T20:40:18.327318+0000 mon.a (mon.0) 293 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-15T20:40:18.681 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:18 smithi069 bash[21530]: audit 2024-04-15T20:40:18.331740+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:18.681 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:18 smithi069 bash[21530]: audit 2024-04-15T20:40:18.332552+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:40:18.691 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:18 smithi204 bash[22398]: audit 2024-04-15T20:40:13.274675+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-15T20:40:18.691 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:18 smithi204 bash[22398]: cluster 2024-04-15T20:40:13.274929+0000 mon.a (mon.0) 267 : cluster [INF] mon.a calling monitor election 2024-04-15T20:40:18.691 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:18 smithi204 bash[22398]: cluster 2024-04-15T20:40:13.279858+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-04-15T20:40:18.691 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:18 smithi204 bash[22398]: audit 2024-04-15T20:40:13.293779+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-15T20:40:18.691 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:18 smithi204 bash[22398]: audit 2024-04-15T20:40:13.293931+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-15T20:40:18.691 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:18 smithi204 bash[22398]: cephadm 2024-04-15T20:40:13.331527+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-04-15T20:40:18.691 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:18 smithi204 bash[22398]: audit 2024-04-15T20:40:13.332033+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-15T20:40:18.691 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:18 smithi204 bash[22398]: cluster 2024-04-15T20:40:13.382509+0000 mgr.a (mgr.14152) 84 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:18.691 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:18 smithi204 bash[22398]: audit 2024-04-15T20:40:14.261128+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-15T20:40:18.691 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:18 smithi204 bash[22398]: audit 2024-04-15T20:40:15.261069+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-15T20:40:18.691 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:18 smithi204 bash[22398]: cluster 2024-04-15T20:40:15.272983+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-04-15T20:40:18.692 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:18 smithi204 bash[22398]: cluster 2024-04-15T20:40:15.382870+0000 mgr.a (mgr.14152) 85 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:18.692 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:18 smithi204 bash[22398]: audit 2024-04-15T20:40:16.261259+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-15T20:40:18.692 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:18 smithi204 bash[22398]: audit 2024-04-15T20:40:17.261500+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-15T20:40:18.692 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:18 smithi204 bash[22398]: cluster 2024-04-15T20:40:17.383229+0000 mgr.a (mgr.14152) 86 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:18.692 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:18 smithi204 bash[22398]: audit 2024-04-15T20:40:18.261706+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-15T20:40:18.692 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:18 smithi204 bash[22398]: cluster 2024-04-15T20:40:18.281937+0000 mon.a (mon.0) 276 : cluster [INF] mon.a calling monitor election 2024-04-15T20:40:18.692 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:18 smithi204 bash[22398]: cluster 2024-04-15T20:40:18.303538+0000 mon.a (mon.0) 277 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-15T20:40:18.692 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:18 smithi204 bash[22398]: cluster 2024-04-15T20:40:18.309413+0000 mon.a (mon.0) 278 : cluster [DBG] monmap epoch 3 2024-04-15T20:40:18.692 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:18 smithi204 bash[22398]: cluster 2024-04-15T20:40:18.309455+0000 mon.a (mon.0) 279 : cluster [DBG] fsid cb456bda-fb67-11ee-bc8f-c7b262605968 2024-04-15T20:40:18.692 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:18 smithi204 bash[22398]: cluster 2024-04-15T20:40:18.309486+0000 mon.a (mon.0) 280 : cluster [DBG] last_changed 2024-04-15T20:40:13.271252+0000 2024-04-15T20:40:18.692 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:18 smithi204 bash[22398]: cluster 2024-04-15T20:40:18.309510+0000 mon.a (mon.0) 281 : cluster [DBG] created 2024-04-15T20:37:26.203899+0000 2024-04-15T20:40:18.692 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:18 smithi204 bash[22398]: cluster 2024-04-15T20:40:18.309532+0000 mon.a (mon.0) 282 : cluster [DBG] min_mon_release 19 (squid) 2024-04-15T20:40:18.692 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:18 smithi204 bash[22398]: cluster 2024-04-15T20:40:18.309557+0000 mon.a (mon.0) 283 : cluster [DBG] election_strategy: 1 2024-04-15T20:40:18.692 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:18 smithi204 bash[22398]: cluster 2024-04-15T20:40:18.309585+0000 mon.a (mon.0) 284 : cluster [DBG] 0: [v2:172.21.15.69:3300/0,v1:172.21.15.69:6789/0] mon.a 2024-04-15T20:40:18.692 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:18 smithi204 bash[22398]: cluster 2024-04-15T20:40:18.309609+0000 mon.a (mon.0) 285 : cluster [DBG] 1: [v2:172.21.15.204:3300/0,v1:172.21.15.204:6789/0] mon.c 2024-04-15T20:40:18.692 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:18 smithi204 bash[22398]: cluster 2024-04-15T20:40:18.309631+0000 mon.a (mon.0) 286 : cluster [DBG] 2: [v2:172.21.15.94:3300/0,v1:172.21.15.94:6789/0] mon.b 2024-04-15T20:40:18.693 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:18 smithi204 bash[22398]: cluster 2024-04-15T20:40:18.310637+0000 mon.a (mon.0) 287 : cluster [DBG] fsmap 2024-04-15T20:40:18.693 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:18 smithi204 bash[22398]: cluster 2024-04-15T20:40:18.310691+0000 mon.a (mon.0) 288 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-15T20:40:18.693 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:18 smithi204 bash[22398]: cluster 2024-04-15T20:40:18.310969+0000 mon.a (mon.0) 289 : cluster [DBG] mgrmap e13: a(active, since 102s) 2024-04-15T20:40:18.693 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:18 smithi204 bash[22398]: cluster 2024-04-15T20:40:18.311220+0000 mon.a (mon.0) 290 : cluster [INF] overall HEALTH_OK 2024-04-15T20:40:18.693 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:18 smithi204 bash[22398]: audit 2024-04-15T20:40:18.319367+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:18.693 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:18 smithi204 bash[22398]: audit 2024-04-15T20:40:18.325535+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:18.693 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:18 smithi204 bash[22398]: audit 2024-04-15T20:40:18.327318+0000 mon.a (mon.0) 293 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-15T20:40:18.693 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:18 smithi204 bash[22398]: audit 2024-04-15T20:40:18.331740+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:18.693 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:18 smithi204 bash[22398]: audit 2024-04-15T20:40:18.332552+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:40:19.073 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-04-15T20:40:19.073 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":3,"fsid":"cb456bda-fb67-11ee-bc8f-c7b262605968","modified":"2024-04-15T20:40:13.271252Z","created":"2024-04-15T20:37:26.203899Z","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.69:3300","nonce":0},{"type":"v1","addr":"172.21.15.69:6789","nonce":0}]},"addr":"172.21.15.69:6789/0","public_addr":"172.21.15.69:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:3300","nonce":0},{"type":"v1","addr":"172.21.15.204:6789","nonce":0}]},"addr":"172.21.15.204:6789/0","public_addr":"172.21.15.204:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:3300","nonce":0},{"type":"v1","addr":"172.21.15.94:6789","nonce":0}]},"addr":"172.21.15.94:6789/0","public_addr":"172.21.15.94:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1,2]} 2024-04-15T20:40:19.076 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 3 2024-04-15T20:40:19.637 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:19 smithi094 bash[22212]: cephadm 2024-04-15T20:40:18.335217+0000 mgr.a (mgr.14152) 87 : cephadm [INF] Reconfiguring daemon mon.a on smithi069 2024-04-15T20:40:19.638 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:19 smithi094 bash[22212]: audit 2024-04-15T20:40:19.077614+0000 mon.a (mon.0) 296 : audit [DBG] from='client.? 172.21.15.204:0/2849060327' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-15T20:40:19.638 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:19 smithi094 bash[22212]: audit 2024-04-15T20:40:19.261596+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-15T20:40:19.677 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:19 smithi069 bash[21530]: cephadm 2024-04-15T20:40:18.335217+0000 mgr.a (mgr.14152) 87 : cephadm [INF] Reconfiguring daemon mon.a on smithi069 2024-04-15T20:40:19.677 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:19 smithi069 bash[21530]: audit 2024-04-15T20:40:19.077614+0000 mon.a (mon.0) 296 : audit [DBG] from='client.? 172.21.15.204:0/2849060327' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-15T20:40:19.677 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:19 smithi069 bash[21530]: audit 2024-04-15T20:40:19.261596+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-15T20:40:19.690 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:19 smithi204 bash[22398]: cephadm 2024-04-15T20:40:18.335217+0000 mgr.a (mgr.14152) 87 : cephadm [INF] Reconfiguring daemon mon.a on smithi069 2024-04-15T20:40:19.690 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:19 smithi204 bash[22398]: audit 2024-04-15T20:40:19.077614+0000 mon.a (mon.0) 296 : audit [DBG] from='client.? 172.21.15.204:0/2849060327' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-15T20:40:19.690 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:19 smithi204 bash[22398]: audit 2024-04-15T20:40:19.261596+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-15T20:40:19.712 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-04-15T20:40:19.712 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cb456bda-fb67-11ee-bc8f-c7b262605968 -- ceph config generate-minimal-conf 2024-04-15T20:40:20.690 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:20 smithi204 bash[22398]: cluster 2024-04-15T20:40:19.383621+0000 mgr.a (mgr.14152) 88 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:20.690 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:20 smithi204 bash[22398]: audit 2024-04-15T20:40:19.631054+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:20.690 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:20 smithi204 bash[22398]: audit 2024-04-15T20:40:19.635058+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:20.690 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:20 smithi204 bash[22398]: audit 2024-04-15T20:40:19.640971+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:20.690 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:20 smithi204 bash[22398]: audit 2024-04-15T20:40:20.246461+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:20.690 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:20 smithi204 bash[22398]: audit 2024-04-15T20:40:20.255525+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:20.691 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:20 smithi204 bash[22398]: audit 2024-04-15T20:40:20.306652+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-15T20:40:20.691 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:20 smithi204 bash[22398]: audit 2024-04-15T20:40:20.308505+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-15T20:40:20.691 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:20 smithi204 bash[22398]: audit 2024-04-15T20:40:20.310249+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:40:20.909 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:20 smithi094 bash[22212]: cluster 2024-04-15T20:40:19.383621+0000 mgr.a (mgr.14152) 88 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:20.909 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:20 smithi094 bash[22212]: audit 2024-04-15T20:40:19.631054+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:20.909 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:20 smithi094 bash[22212]: audit 2024-04-15T20:40:19.635058+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:20.909 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:20 smithi094 bash[22212]: audit 2024-04-15T20:40:19.640971+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:20.909 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:20 smithi094 bash[22212]: audit 2024-04-15T20:40:20.246461+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:20.909 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:20 smithi094 bash[22212]: audit 2024-04-15T20:40:20.255525+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:20.909 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:20 smithi094 bash[22212]: audit 2024-04-15T20:40:20.306652+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-15T20:40:20.909 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:20 smithi094 bash[22212]: audit 2024-04-15T20:40:20.308505+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-15T20:40:20.909 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:20 smithi094 bash[22212]: audit 2024-04-15T20:40:20.310249+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:40:20.928 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:20 smithi069 bash[21530]: cluster 2024-04-15T20:40:19.383621+0000 mgr.a (mgr.14152) 88 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:20.928 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:20 smithi069 bash[21530]: audit 2024-04-15T20:40:19.631054+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:20.928 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:20 smithi069 bash[21530]: audit 2024-04-15T20:40:19.635058+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:20.928 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:20 smithi069 bash[21530]: audit 2024-04-15T20:40:19.640971+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:20.928 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:20 smithi069 bash[21530]: audit 2024-04-15T20:40:20.246461+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:20.928 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:20 smithi069 bash[21530]: audit 2024-04-15T20:40:20.255525+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:20.928 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:20 smithi069 bash[21530]: audit 2024-04-15T20:40:20.306652+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-15T20:40:20.928 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:20 smithi069 bash[21530]: audit 2024-04-15T20:40:20.308505+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-15T20:40:20.928 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:20 smithi069 bash[21530]: audit 2024-04-15T20:40:20.310249+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:40:22.159 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:21 smithi094 bash[22212]: cephadm 2024-04-15T20:40:20.306002+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-04-15T20:40:22.159 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:21 smithi094 bash[22212]: cephadm 2024-04-15T20:40:20.312216+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Reconfiguring daemon mon.b on smithi094 2024-04-15T20:40:22.159 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:21 smithi094 bash[22212]: audit 2024-04-15T20:40:20.772464+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:22.159 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:21 smithi094 bash[22212]: audit 2024-04-15T20:40:20.781141+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:22.159 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:21 smithi094 bash[22212]: audit 2024-04-15T20:40:20.790756+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:22.177 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:21 smithi069 bash[21530]: cephadm 2024-04-15T20:40:20.306002+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-04-15T20:40:22.177 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:21 smithi069 bash[21530]: cephadm 2024-04-15T20:40:20.312216+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Reconfiguring daemon mon.b on smithi094 2024-04-15T20:40:22.178 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:21 smithi069 bash[21530]: audit 2024-04-15T20:40:20.772464+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:22.178 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:21 smithi069 bash[21530]: audit 2024-04-15T20:40:20.781141+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:22.178 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:21 smithi069 bash[21530]: audit 2024-04-15T20:40:20.790756+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:22.190 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:21 smithi204 bash[22398]: cephadm 2024-04-15T20:40:20.306002+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-04-15T20:40:22.190 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:21 smithi204 bash[22398]: cephadm 2024-04-15T20:40:20.312216+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Reconfiguring daemon mon.b on smithi094 2024-04-15T20:40:22.190 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:21 smithi204 bash[22398]: audit 2024-04-15T20:40:20.772464+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:22.190 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:21 smithi204 bash[22398]: audit 2024-04-15T20:40:20.781141+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:22.190 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:21 smithi204 bash[22398]: audit 2024-04-15T20:40:20.790756+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:23.428 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:23 smithi069 bash[21530]: cluster 2024-04-15T20:40:21.384094+0000 mgr.a (mgr.14152) 91 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:23.428 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:23 smithi069 bash[21530]: audit 2024-04-15T20:40:22.207381+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:23.428 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:23 smithi069 bash[21530]: audit 2024-04-15T20:40:22.216174+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:23.428 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:23 smithi069 bash[21530]: cephadm 2024-04-15T20:40:22.233670+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-04-15T20:40:23.428 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:23 smithi069 bash[21530]: audit 2024-04-15T20:40:22.234318+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-15T20:40:23.428 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:23 smithi069 bash[21530]: audit 2024-04-15T20:40:22.235963+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-15T20:40:23.428 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:23 smithi069 bash[21530]: audit 2024-04-15T20:40:22.237632+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:40:23.428 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:23 smithi069 bash[21530]: cephadm 2024-04-15T20:40:22.239627+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Reconfiguring daemon mon.c on smithi204 2024-04-15T20:40:23.483 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:23 smithi204 bash[22398]: cluster 2024-04-15T20:40:21.384094+0000 mgr.a (mgr.14152) 91 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:23.483 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:23 smithi204 bash[22398]: audit 2024-04-15T20:40:22.207381+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:23.483 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:23 smithi204 bash[22398]: audit 2024-04-15T20:40:22.216174+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:23.483 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:23 smithi204 bash[22398]: cephadm 2024-04-15T20:40:22.233670+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-04-15T20:40:23.483 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:23 smithi204 bash[22398]: audit 2024-04-15T20:40:22.234318+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-15T20:40:23.483 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:23 smithi204 bash[22398]: audit 2024-04-15T20:40:22.235963+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-15T20:40:23.484 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:23 smithi204 bash[22398]: audit 2024-04-15T20:40:22.237632+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:40:23.484 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:23 smithi204 bash[22398]: cephadm 2024-04-15T20:40:22.239627+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Reconfiguring daemon mon.c on smithi204 2024-04-15T20:40:23.659 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:23 smithi094 bash[22212]: cluster 2024-04-15T20:40:21.384094+0000 mgr.a (mgr.14152) 91 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:23.659 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:23 smithi094 bash[22212]: audit 2024-04-15T20:40:22.207381+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:23.659 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:23 smithi094 bash[22212]: audit 2024-04-15T20:40:22.216174+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:23.659 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:23 smithi094 bash[22212]: cephadm 2024-04-15T20:40:22.233670+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-04-15T20:40:23.659 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:23 smithi094 bash[22212]: audit 2024-04-15T20:40:22.234318+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-15T20:40:23.659 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:23 smithi094 bash[22212]: audit 2024-04-15T20:40:22.235963+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-15T20:40:23.659 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:23 smithi094 bash[22212]: audit 2024-04-15T20:40:22.237632+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:40:23.659 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:23 smithi094 bash[22212]: cephadm 2024-04-15T20:40:22.239627+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Reconfiguring daemon mon.c on smithi204 2024-04-15T20:40:24.410 INFO:teuthology.orchestra.run.smithi069.stderr:Inferring config /var/lib/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/mon.a/config 2024-04-15T20:40:25.409 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:25 smithi094 bash[22212]: cluster 2024-04-15T20:40:23.384470+0000 mgr.a (mgr.14152) 94 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:25.409 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:25 smithi094 bash[22212]: audit 2024-04-15T20:40:24.102375+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:25.409 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:25 smithi094 bash[22212]: audit 2024-04-15T20:40:24.105925+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:25.409 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:25 smithi094 bash[22212]: audit 2024-04-15T20:40:24.108696+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:40:25.409 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:25 smithi094 bash[22212]: audit 2024-04-15T20:40:24.111397+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:40:25.410 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:25 smithi094 bash[22212]: audit 2024-04-15T20:40:24.112189+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:40:25.410 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:25 smithi094 bash[22212]: cephadm 2024-04-15T20:40:24.113377+0000 mgr.a (mgr.14152) 95 : cephadm [INF] Updating smithi069:/etc/ceph/ceph.conf 2024-04-15T20:40:25.410 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:25 smithi094 bash[22212]: cephadm 2024-04-15T20:40:24.113748+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Updating smithi094:/etc/ceph/ceph.conf 2024-04-15T20:40:25.410 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:25 smithi094 bash[22212]: cephadm 2024-04-15T20:40:24.114357+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi204:/etc/ceph/ceph.conf 2024-04-15T20:40:25.410 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:25 smithi094 bash[22212]: audit 2024-04-15T20:40:24.498216+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:25.410 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:25 smithi094 bash[22212]: audit 2024-04-15T20:40:24.502832+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:25.410 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:25 smithi094 bash[22212]: audit 2024-04-15T20:40:24.601849+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:25.410 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:25 smithi094 bash[22212]: audit 2024-04-15T20:40:24.607884+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:25.410 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:25 smithi094 bash[22212]: audit 2024-04-15T20:40:24.613738+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:25.410 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:25 smithi094 bash[22212]: audit 2024-04-15T20:40:24.621216+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:25.410 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:25 smithi094 bash[22212]: audit 2024-04-15T20:40:24.628017+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:25.428 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:25 smithi069 bash[21530]: cluster 2024-04-15T20:40:23.384470+0000 mgr.a (mgr.14152) 94 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:25.428 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:25 smithi069 bash[21530]: audit 2024-04-15T20:40:24.102375+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:25.428 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:25 smithi069 bash[21530]: audit 2024-04-15T20:40:24.105925+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:25.428 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:25 smithi069 bash[21530]: audit 2024-04-15T20:40:24.108696+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:40:25.428 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:25 smithi069 bash[21530]: audit 2024-04-15T20:40:24.111397+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:40:25.428 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:25 smithi069 bash[21530]: audit 2024-04-15T20:40:24.112189+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:40:25.428 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:25 smithi069 bash[21530]: cephadm 2024-04-15T20:40:24.113377+0000 mgr.a (mgr.14152) 95 : cephadm [INF] Updating smithi069:/etc/ceph/ceph.conf 2024-04-15T20:40:25.428 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:25 smithi069 bash[21530]: cephadm 2024-04-15T20:40:24.113748+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Updating smithi094:/etc/ceph/ceph.conf 2024-04-15T20:40:25.428 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:25 smithi069 bash[21530]: cephadm 2024-04-15T20:40:24.114357+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi204:/etc/ceph/ceph.conf 2024-04-15T20:40:25.429 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:25 smithi069 bash[21530]: audit 2024-04-15T20:40:24.498216+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:25.429 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:25 smithi069 bash[21530]: audit 2024-04-15T20:40:24.502832+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:25.429 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:25 smithi069 bash[21530]: audit 2024-04-15T20:40:24.601849+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:25.429 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:25 smithi069 bash[21530]: audit 2024-04-15T20:40:24.607884+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:25.429 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:25 smithi069 bash[21530]: audit 2024-04-15T20:40:24.613738+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:25.429 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:25 smithi069 bash[21530]: audit 2024-04-15T20:40:24.621216+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:25.429 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:25 smithi069 bash[21530]: audit 2024-04-15T20:40:24.628017+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:25.440 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:25 smithi204 bash[22398]: cluster 2024-04-15T20:40:23.384470+0000 mgr.a (mgr.14152) 94 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:25.441 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:25 smithi204 bash[22398]: audit 2024-04-15T20:40:24.102375+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:25.441 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:25 smithi204 bash[22398]: audit 2024-04-15T20:40:24.105925+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:25.441 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:25 smithi204 bash[22398]: audit 2024-04-15T20:40:24.108696+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:40:25.441 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:25 smithi204 bash[22398]: audit 2024-04-15T20:40:24.111397+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:40:25.441 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:25 smithi204 bash[22398]: audit 2024-04-15T20:40:24.112189+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:40:25.441 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:25 smithi204 bash[22398]: cephadm 2024-04-15T20:40:24.113377+0000 mgr.a (mgr.14152) 95 : cephadm [INF] Updating smithi069:/etc/ceph/ceph.conf 2024-04-15T20:40:25.441 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:25 smithi204 bash[22398]: cephadm 2024-04-15T20:40:24.113748+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Updating smithi094:/etc/ceph/ceph.conf 2024-04-15T20:40:25.441 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:25 smithi204 bash[22398]: cephadm 2024-04-15T20:40:24.114357+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi204:/etc/ceph/ceph.conf 2024-04-15T20:40:25.441 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:25 smithi204 bash[22398]: audit 2024-04-15T20:40:24.498216+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:25.441 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:25 smithi204 bash[22398]: audit 2024-04-15T20:40:24.502832+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:25.441 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:25 smithi204 bash[22398]: audit 2024-04-15T20:40:24.601849+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:25.441 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:25 smithi204 bash[22398]: audit 2024-04-15T20:40:24.607884+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:25.441 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:25 smithi204 bash[22398]: audit 2024-04-15T20:40:24.613738+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:25.442 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:25 smithi204 bash[22398]: audit 2024-04-15T20:40:24.621216+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:25.442 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:25 smithi204 bash[22398]: audit 2024-04-15T20:40:24.628017+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:26.408 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:26 smithi094 bash[22212]: cephadm 2024-04-15T20:40:24.329016+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi069:/var/lib/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/config/ceph.conf 2024-04-15T20:40:26.409 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:26 smithi094 bash[22212]: cephadm 2024-04-15T20:40:24.379374+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi204:/var/lib/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/config/ceph.conf 2024-04-15T20:40:26.409 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:26 smithi094 bash[22212]: cephadm 2024-04-15T20:40:24.379596+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Updating smithi094:/var/lib/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/config/ceph.conf 2024-04-15T20:40:26.427 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:26 smithi069 bash[21530]: cephadm 2024-04-15T20:40:24.329016+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi069:/var/lib/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/config/ceph.conf 2024-04-15T20:40:26.427 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:26 smithi069 bash[21530]: cephadm 2024-04-15T20:40:24.379374+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi204:/var/lib/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/config/ceph.conf 2024-04-15T20:40:26.428 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:26 smithi069 bash[21530]: cephadm 2024-04-15T20:40:24.379596+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Updating smithi094:/var/lib/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/config/ceph.conf 2024-04-15T20:40:26.440 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:26 smithi204 bash[22398]: cephadm 2024-04-15T20:40:24.329016+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi069:/var/lib/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/config/ceph.conf 2024-04-15T20:40:26.440 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:26 smithi204 bash[22398]: cephadm 2024-04-15T20:40:24.379374+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi204:/var/lib/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/config/ceph.conf 2024-04-15T20:40:26.440 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:26 smithi204 bash[22398]: cephadm 2024-04-15T20:40:24.379596+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Updating smithi094:/var/lib/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/config/ceph.conf 2024-04-15T20:40:27.408 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:27 smithi094 bash[22212]: cluster 2024-04-15T20:40:25.384922+0000 mgr.a (mgr.14152) 101 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:27.427 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:27 smithi069 bash[21530]: cluster 2024-04-15T20:40:25.384922+0000 mgr.a (mgr.14152) 101 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:27.440 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:27 smithi204 bash[22398]: cluster 2024-04-15T20:40:25.384922+0000 mgr.a (mgr.14152) 101 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:27.815 INFO:teuthology.orchestra.run.smithi069.stdout:# minimal ceph.conf for cb456bda-fb67-11ee-bc8f-c7b262605968 2024-04-15T20:40:27.815 INFO:teuthology.orchestra.run.smithi069.stdout:[global] 2024-04-15T20:40:27.815 INFO:teuthology.orchestra.run.smithi069.stdout: fsid = cb456bda-fb67-11ee-bc8f-c7b262605968 2024-04-15T20:40:27.815 INFO:teuthology.orchestra.run.smithi069.stdout: mon_host = [v2:172.21.15.69:3300/0,v1:172.21.15.69:6789/0] [v2:172.21.15.94:3300/0,v1:172.21.15.94:6789/0] [v2:172.21.15.204:3300/0,v1:172.21.15.204:6789/0] 2024-04-15T20:40:28.408 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:28 smithi094 bash[22212]: audit 2024-04-15T20:40:27.820153+0000 mon.a (mon.0) 326 : audit [DBG] from='client.? 172.21.15.69:0/2530040258' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:40:28.427 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:28 smithi069 bash[21530]: audit 2024-04-15T20:40:27.820153+0000 mon.a (mon.0) 326 : audit [DBG] from='client.? 172.21.15.69:0/2530040258' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:40:28.440 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:28 smithi204 bash[22398]: audit 2024-04-15T20:40:27.820153+0000 mon.a (mon.0) 326 : audit [DBG] from='client.? 172.21.15.69:0/2530040258' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:40:28.457 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-04-15T20:40:28.457 DEBUG:teuthology.orchestra.run.smithi069:> set -ex 2024-04-15T20:40:28.457 DEBUG:teuthology.orchestra.run.smithi069:> sudo dd of=/etc/ceph/ceph.conf 2024-04-15T20:40:28.471 DEBUG:teuthology.orchestra.run.smithi069:> set -ex 2024-04-15T20:40:28.472 DEBUG:teuthology.orchestra.run.smithi069:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-15T20:40:28.533 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2024-04-15T20:40:28.533 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd of=/etc/ceph/ceph.conf 2024-04-15T20:40:28.548 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2024-04-15T20:40:28.548 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-15T20:40:28.603 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-04-15T20:40:28.603 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd of=/etc/ceph/ceph.conf 2024-04-15T20:40:28.619 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-04-15T20:40:28.619 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-15T20:40:28.675 INFO:tasks.cephadm:Adding mgr.a on smithi069 2024-04-15T20:40:28.675 INFO:tasks.cephadm:Adding mgr.b on smithi094 2024-04-15T20:40:28.675 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cb456bda-fb67-11ee-bc8f-c7b262605968 -- ceph orch apply mgr '2;smithi069=a;smithi094=b' 2024-04-15T20:40:29.408 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:29 smithi094 bash[22212]: cluster 2024-04-15T20:40:27.385273+0000 mgr.a (mgr.14152) 102 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:29.427 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:29 smithi069 bash[21530]: cluster 2024-04-15T20:40:27.385273+0000 mgr.a (mgr.14152) 102 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:29.440 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:29 smithi204 bash[22398]: cluster 2024-04-15T20:40:27.385273+0000 mgr.a (mgr.14152) 102 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:31.395 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:31 smithi204 bash[22398]: cluster 2024-04-15T20:40:29.385637+0000 mgr.a (mgr.14152) 103 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:31.408 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:31 smithi094 bash[22212]: cluster 2024-04-15T20:40:29.385637+0000 mgr.a (mgr.14152) 103 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:31.427 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:31 smithi069 bash[21530]: cluster 2024-04-15T20:40:29.385637+0000 mgr.a (mgr.14152) 103 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:32.416 INFO:teuthology.orchestra.run.smithi204.stderr:Inferring config /var/lib/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/mon.c/config 2024-04-15T20:40:33.180 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:33 smithi204 bash[22398]: cluster 2024-04-15T20:40:31.385981+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:33.180 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:33 smithi204 bash[22398]: audit 2024-04-15T20:40:32.801321+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:33.181 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:33 smithi204 bash[22398]: audit 2024-04-15T20:40:32.808473+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:33.181 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:33 smithi204 bash[22398]: audit 2024-04-15T20:40:32.819127+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:33.408 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:33 smithi094 bash[22212]: cluster 2024-04-15T20:40:31.385981+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:33.408 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:33 smithi094 bash[22212]: audit 2024-04-15T20:40:32.801321+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:33.408 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:33 smithi094 bash[22212]: audit 2024-04-15T20:40:32.808473+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:33.409 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:33 smithi094 bash[22212]: audit 2024-04-15T20:40:32.819127+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:33.427 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:33 smithi069 bash[21530]: cluster 2024-04-15T20:40:31.385981+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:33.427 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:33 smithi069 bash[21530]: audit 2024-04-15T20:40:32.801321+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:33.428 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:33 smithi069 bash[21530]: audit 2024-04-15T20:40:32.808473+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:33.428 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:33 smithi069 bash[21530]: audit 2024-04-15T20:40:32.819127+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:35.407 INFO:teuthology.orchestra.run.smithi204.stdout:Scheduled mgr update... 2024-04-15T20:40:35.408 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:35 smithi094 bash[22212]: cluster 2024-04-15T20:40:33.386404+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:35.420 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:35 smithi204 bash[22398]: cluster 2024-04-15T20:40:33.386404+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:35.427 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:35 smithi069 bash[21530]: cluster 2024-04-15T20:40:33.386404+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:36.020 DEBUG:teuthology.orchestra.run.smithi094:mgr.b> sudo journalctl -f -n 0 -u ceph-cb456bda-fb67-11ee-bc8f-c7b262605968@mgr.b.service 2024-04-15T20:40:36.022 INFO:tasks.cephadm:Deploying OSDs... 2024-04-15T20:40:36.023 DEBUG:teuthology.orchestra.run.smithi069:> set -ex 2024-04-15T20:40:36.023 DEBUG:teuthology.orchestra.run.smithi069:> dd if=/scratch_devs of=/dev/stdout 2024-04-15T20:40:36.029 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-04-15T20:40:36.030 DEBUG:teuthology.orchestra.run.smithi069:> stat /dev/vg_nvme/lv_1 2024-04-15T20:40:36.076 INFO:teuthology.orchestra.run.smithi069.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-15T20:40:36.076 INFO:teuthology.orchestra.run.smithi069.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-15T20:40:36.077 INFO:teuthology.orchestra.run.smithi069.stdout:Device: 5h/5d Inode: 884 Links: 1 2024-04-15T20:40:36.077 INFO:teuthology.orchestra.run.smithi069.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-15T20:40:36.077 INFO:teuthology.orchestra.run.smithi069.stdout:Access: 2024-04-15 20:30:34.830288056 +0000 2024-04-15T20:40:36.077 INFO:teuthology.orchestra.run.smithi069.stdout:Modify: 2024-04-15 20:30:34.530290736 +0000 2024-04-15T20:40:36.077 INFO:teuthology.orchestra.run.smithi069.stdout:Change: 2024-04-15 20:30:34.530290736 +0000 2024-04-15T20:40:36.077 INFO:teuthology.orchestra.run.smithi069.stdout: Birth: - 2024-04-15T20:40:36.077 DEBUG:teuthology.orchestra.run.smithi069:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-15T20:40:36.131 INFO:teuthology.orchestra.run.smithi069.stderr:1+0 records in 2024-04-15T20:40:36.131 INFO:teuthology.orchestra.run.smithi069.stderr:1+0 records out 2024-04-15T20:40:36.131 INFO:teuthology.orchestra.run.smithi069.stderr:512 bytes copied, 0.000426484 s, 1.2 MB/s 2024-04-15T20:40:36.132 DEBUG:teuthology.orchestra.run.smithi069:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-15T20:40:36.182 DEBUG:teuthology.orchestra.run.smithi069:> stat /dev/vg_nvme/lv_2 2024-04-15T20:40:36.228 INFO:teuthology.orchestra.run.smithi069.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-15T20:40:36.228 INFO:teuthology.orchestra.run.smithi069.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-15T20:40:36.228 INFO:teuthology.orchestra.run.smithi069.stdout:Device: 5h/5d Inode: 901 Links: 1 2024-04-15T20:40:36.228 INFO:teuthology.orchestra.run.smithi069.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-15T20:40:36.228 INFO:teuthology.orchestra.run.smithi069.stdout:Access: 2024-04-15 20:30:35.318283697 +0000 2024-04-15T20:40:36.228 INFO:teuthology.orchestra.run.smithi069.stdout:Modify: 2024-04-15 20:30:35.046286126 +0000 2024-04-15T20:40:36.229 INFO:teuthology.orchestra.run.smithi069.stdout:Change: 2024-04-15 20:30:35.046286126 +0000 2024-04-15T20:40:36.229 INFO:teuthology.orchestra.run.smithi069.stdout: Birth: - 2024-04-15T20:40:36.229 DEBUG:teuthology.orchestra.run.smithi069:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-15T20:40:36.283 INFO:teuthology.orchestra.run.smithi069.stderr:1+0 records in 2024-04-15T20:40:36.283 INFO:teuthology.orchestra.run.smithi069.stderr:1+0 records out 2024-04-15T20:40:36.283 INFO:teuthology.orchestra.run.smithi069.stderr:512 bytes copied, 0.000457121 s, 1.1 MB/s 2024-04-15T20:40:36.284 DEBUG:teuthology.orchestra.run.smithi069:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-15T20:40:36.333 DEBUG:teuthology.orchestra.run.smithi069:> stat /dev/vg_nvme/lv_3 2024-04-15T20:40:36.380 INFO:teuthology.orchestra.run.smithi069.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-15T20:40:36.380 INFO:teuthology.orchestra.run.smithi069.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-15T20:40:36.380 INFO:teuthology.orchestra.run.smithi069.stdout:Device: 5h/5d Inode: 923 Links: 1 2024-04-15T20:40:36.380 INFO:teuthology.orchestra.run.smithi069.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-15T20:40:36.380 INFO:teuthology.orchestra.run.smithi069.stdout:Access: 2024-04-15 20:30:35.790279480 +0000 2024-04-15T20:40:36.380 INFO:teuthology.orchestra.run.smithi069.stdout:Modify: 2024-04-15 20:30:35.538281732 +0000 2024-04-15T20:40:36.380 INFO:teuthology.orchestra.run.smithi069.stdout:Change: 2024-04-15 20:30:35.538281732 +0000 2024-04-15T20:40:36.380 INFO:teuthology.orchestra.run.smithi069.stdout: Birth: - 2024-04-15T20:40:36.380 DEBUG:teuthology.orchestra.run.smithi069:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-15T20:40:36.434 INFO:teuthology.orchestra.run.smithi069.stderr:1+0 records in 2024-04-15T20:40:36.434 INFO:teuthology.orchestra.run.smithi069.stderr:1+0 records out 2024-04-15T20:40:36.434 INFO:teuthology.orchestra.run.smithi069.stderr:512 bytes copied, 0.000408484 s, 1.3 MB/s 2024-04-15T20:40:36.436 DEBUG:teuthology.orchestra.run.smithi069:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-15T20:40:36.485 DEBUG:teuthology.orchestra.run.smithi069:> stat /dev/vg_nvme/lv_4 2024-04-15T20:40:36.534 INFO:teuthology.orchestra.run.smithi069.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-15T20:40:36.534 INFO:teuthology.orchestra.run.smithi069.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-15T20:40:36.534 INFO:teuthology.orchestra.run.smithi069.stdout:Device: 5h/5d Inode: 940 Links: 1 2024-04-15T20:40:36.534 INFO:teuthology.orchestra.run.smithi069.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-15T20:40:36.534 INFO:teuthology.orchestra.run.smithi069.stdout:Access: 2024-04-15 20:30:36.266275230 +0000 2024-04-15T20:40:36.534 INFO:teuthology.orchestra.run.smithi069.stdout:Modify: 2024-04-15 20:30:36.006277552 +0000 2024-04-15T20:40:36.535 INFO:teuthology.orchestra.run.smithi069.stdout:Change: 2024-04-15 20:30:36.006277552 +0000 2024-04-15T20:40:36.535 INFO:teuthology.orchestra.run.smithi069.stdout: Birth: - 2024-04-15T20:40:36.535 DEBUG:teuthology.orchestra.run.smithi069:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-15T20:40:36.586 INFO:teuthology.orchestra.run.smithi069.stderr:1+0 records in 2024-04-15T20:40:36.586 INFO:teuthology.orchestra.run.smithi069.stderr:1+0 records out 2024-04-15T20:40:36.586 INFO:teuthology.orchestra.run.smithi069.stderr:512 bytes copied, 0.000294228 s, 1.7 MB/s 2024-04-15T20:40:36.587 DEBUG:teuthology.orchestra.run.smithi069:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-15T20:40:36.637 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2024-04-15T20:40:36.637 DEBUG:teuthology.orchestra.run.smithi094:> dd if=/scratch_devs of=/dev/stdout 2024-04-15T20:40:36.642 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-04-15T20:40:36.642 DEBUG:teuthology.orchestra.run.smithi094:> stat /dev/vg_nvme/lv_1 2024-04-15T20:40:36.658 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:36 smithi094 bash[22212]: cluster 2024-04-15T20:40:35.386808+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:36.658 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:36 smithi094 bash[22212]: audit 2024-04-15T20:40:35.400880+0000 mgr.a (mgr.14152) 107 : audit [DBG] from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi069=a;smithi094=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:40:36.658 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:36 smithi094 bash[22212]: cephadm 2024-04-15T20:40:35.404723+0000 mgr.a (mgr.14152) 108 : cephadm [INF] Saving service mgr spec with placement smithi069=a;smithi094=b;count:2 2024-04-15T20:40:36.659 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:36 smithi094 bash[22212]: audit 2024-04-15T20:40:35.411225+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:36.659 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:36 smithi094 bash[22212]: audit 2024-04-15T20:40:35.419942+0000 mon.a (mon.0) 331 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:40:36.659 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:36 smithi094 bash[22212]: audit 2024-04-15T20:40:35.425445+0000 mon.a (mon.0) 332 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:40:36.659 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:36 smithi094 bash[22212]: audit 2024-04-15T20:40:35.427118+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:40:36.659 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:36 smithi094 bash[22212]: audit 2024-04-15T20:40:35.436665+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:36.659 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:36 smithi094 bash[22212]: audit 2024-04-15T20:40:35.442100+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-15T20:40:36.659 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:36 smithi094 bash[22212]: audit 2024-04-15T20:40:35.444951+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-15T20:40:36.659 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:36 smithi094 bash[22212]: audit 2024-04-15T20:40:35.450218+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-15T20:40:36.659 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:36 smithi094 bash[22212]: audit 2024-04-15T20:40:35.452114+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:40:36.659 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:36 smithi094 bash[22212]: cephadm 2024-04-15T20:40:35.454351+0000 mgr.a (mgr.14152) 109 : cephadm [INF] Deploying daemon mgr.b on smithi094 2024-04-15T20:40:36.663 INFO:teuthology.orchestra.run.smithi094.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-15T20:40:36.664 INFO:teuthology.orchestra.run.smithi094.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-15T20:40:36.664 INFO:teuthology.orchestra.run.smithi094.stdout:Device: 5h/5d Inode: 882 Links: 1 2024-04-15T20:40:36.664 INFO:teuthology.orchestra.run.smithi094.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-15T20:40:36.664 INFO:teuthology.orchestra.run.smithi094.stdout:Access: 2024-04-15 20:30:36.204137070 +0000 2024-04-15T20:40:36.664 INFO:teuthology.orchestra.run.smithi094.stdout:Modify: 2024-04-15 20:30:35.932139496 +0000 2024-04-15T20:40:36.664 INFO:teuthology.orchestra.run.smithi094.stdout:Change: 2024-04-15 20:30:35.932139496 +0000 2024-04-15T20:40:36.664 INFO:teuthology.orchestra.run.smithi094.stdout: Birth: - 2024-04-15T20:40:36.664 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-15T20:40:36.677 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:36 smithi069 bash[21530]: cluster 2024-04-15T20:40:35.386808+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:36.677 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:36 smithi069 bash[21530]: audit 2024-04-15T20:40:35.400880+0000 mgr.a (mgr.14152) 107 : audit [DBG] from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi069=a;smithi094=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:40:36.677 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:36 smithi069 bash[21530]: cephadm 2024-04-15T20:40:35.404723+0000 mgr.a (mgr.14152) 108 : cephadm [INF] Saving service mgr spec with placement smithi069=a;smithi094=b;count:2 2024-04-15T20:40:36.678 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:36 smithi069 bash[21530]: audit 2024-04-15T20:40:35.411225+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:36.678 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:36 smithi069 bash[21530]: audit 2024-04-15T20:40:35.419942+0000 mon.a (mon.0) 331 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:40:36.678 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:36 smithi069 bash[21530]: audit 2024-04-15T20:40:35.425445+0000 mon.a (mon.0) 332 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:40:36.678 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:36 smithi069 bash[21530]: audit 2024-04-15T20:40:35.427118+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:40:36.678 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:36 smithi069 bash[21530]: audit 2024-04-15T20:40:35.436665+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:36.678 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:36 smithi069 bash[21530]: audit 2024-04-15T20:40:35.442100+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-15T20:40:36.678 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:36 smithi069 bash[21530]: audit 2024-04-15T20:40:35.444951+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-15T20:40:36.678 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:36 smithi069 bash[21530]: audit 2024-04-15T20:40:35.450218+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-15T20:40:36.678 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:36 smithi069 bash[21530]: audit 2024-04-15T20:40:35.452114+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:40:36.678 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:36 smithi069 bash[21530]: cephadm 2024-04-15T20:40:35.454351+0000 mgr.a (mgr.14152) 109 : cephadm [INF] Deploying daemon mgr.b on smithi094 2024-04-15T20:40:36.690 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:36 smithi204 bash[22398]: cluster 2024-04-15T20:40:35.386808+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:36.690 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:36 smithi204 bash[22398]: audit 2024-04-15T20:40:35.400880+0000 mgr.a (mgr.14152) 107 : audit [DBG] from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi069=a;smithi094=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:40:36.690 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:36 smithi204 bash[22398]: cephadm 2024-04-15T20:40:35.404723+0000 mgr.a (mgr.14152) 108 : cephadm [INF] Saving service mgr spec with placement smithi069=a;smithi094=b;count:2 2024-04-15T20:40:36.690 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:36 smithi204 bash[22398]: audit 2024-04-15T20:40:35.411225+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:36.690 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:36 smithi204 bash[22398]: audit 2024-04-15T20:40:35.419942+0000 mon.a (mon.0) 331 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:40:36.690 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:36 smithi204 bash[22398]: audit 2024-04-15T20:40:35.425445+0000 mon.a (mon.0) 332 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:40:36.691 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:36 smithi204 bash[22398]: audit 2024-04-15T20:40:35.427118+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:40:36.691 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:36 smithi204 bash[22398]: audit 2024-04-15T20:40:35.436665+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:36.691 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:36 smithi204 bash[22398]: audit 2024-04-15T20:40:35.442100+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-15T20:40:36.691 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:36 smithi204 bash[22398]: audit 2024-04-15T20:40:35.444951+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-15T20:40:36.691 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:36 smithi204 bash[22398]: audit 2024-04-15T20:40:35.450218+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-15T20:40:36.691 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:36 smithi204 bash[22398]: audit 2024-04-15T20:40:35.452114+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:40:36.691 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:36 smithi204 bash[22398]: cephadm 2024-04-15T20:40:35.454351+0000 mgr.a (mgr.14152) 109 : cephadm [INF] Deploying daemon mgr.b on smithi094 2024-04-15T20:40:36.717 INFO:teuthology.orchestra.run.smithi094.stderr:1+0 records in 2024-04-15T20:40:36.717 INFO:teuthology.orchestra.run.smithi094.stderr:1+0 records out 2024-04-15T20:40:36.717 INFO:teuthology.orchestra.run.smithi094.stderr:512 bytes copied, 0.000171299 s, 3.0 MB/s 2024-04-15T20:40:36.718 DEBUG:teuthology.orchestra.run.smithi094:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-15T20:40:36.764 DEBUG:teuthology.orchestra.run.smithi094:> stat /dev/vg_nvme/lv_2 2024-04-15T20:40:36.810 INFO:teuthology.orchestra.run.smithi094.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-15T20:40:36.810 INFO:teuthology.orchestra.run.smithi094.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-15T20:40:36.811 INFO:teuthology.orchestra.run.smithi094.stdout:Device: 5h/5d Inode: 899 Links: 1 2024-04-15T20:40:36.811 INFO:teuthology.orchestra.run.smithi094.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-15T20:40:36.811 INFO:teuthology.orchestra.run.smithi094.stdout:Access: 2024-04-15 20:30:36.696132679 +0000 2024-04-15T20:40:36.811 INFO:teuthology.orchestra.run.smithi094.stdout:Modify: 2024-04-15 20:30:36.432135035 +0000 2024-04-15T20:40:36.811 INFO:teuthology.orchestra.run.smithi094.stdout:Change: 2024-04-15 20:30:36.432135035 +0000 2024-04-15T20:40:36.811 INFO:teuthology.orchestra.run.smithi094.stdout: Birth: - 2024-04-15T20:40:36.811 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-15T20:40:36.863 INFO:teuthology.orchestra.run.smithi094.stderr:1+0 records in 2024-04-15T20:40:36.863 INFO:teuthology.orchestra.run.smithi094.stderr:1+0 records out 2024-04-15T20:40:36.863 INFO:teuthology.orchestra.run.smithi094.stderr:512 bytes copied, 0.000125832 s, 4.1 MB/s 2024-04-15T20:40:36.864 DEBUG:teuthology.orchestra.run.smithi094:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-15T20:40:36.911 DEBUG:teuthology.orchestra.run.smithi094:> stat /dev/vg_nvme/lv_3 2024-04-15T20:40:36.958 INFO:teuthology.orchestra.run.smithi094.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-15T20:40:36.958 INFO:teuthology.orchestra.run.smithi094.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-15T20:40:36.958 INFO:teuthology.orchestra.run.smithi094.stdout:Device: 5h/5d Inode: 923 Links: 1 2024-04-15T20:40:36.958 INFO:teuthology.orchestra.run.smithi094.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-15T20:40:36.959 INFO:teuthology.orchestra.run.smithi094.stdout:Access: 2024-04-15 20:30:37.180128362 +0000 2024-04-15T20:40:36.959 INFO:teuthology.orchestra.run.smithi094.stdout:Modify: 2024-04-15 20:30:36.924130647 +0000 2024-04-15T20:40:36.959 INFO:teuthology.orchestra.run.smithi094.stdout:Change: 2024-04-15 20:30:36.924130647 +0000 2024-04-15T20:40:36.959 INFO:teuthology.orchestra.run.smithi094.stdout: Birth: - 2024-04-15T20:40:36.959 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-15T20:40:37.013 INFO:teuthology.orchestra.run.smithi094.stderr:1+0 records in 2024-04-15T20:40:37.014 INFO:teuthology.orchestra.run.smithi094.stderr:1+0 records out 2024-04-15T20:40:37.014 INFO:teuthology.orchestra.run.smithi094.stderr:512 bytes copied, 0.000252003 s, 2.0 MB/s 2024-04-15T20:40:37.015 DEBUG:teuthology.orchestra.run.smithi094:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-15T20:40:37.065 DEBUG:teuthology.orchestra.run.smithi094:> stat /dev/vg_nvme/lv_4 2024-04-15T20:40:37.111 INFO:teuthology.orchestra.run.smithi094.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-15T20:40:37.111 INFO:teuthology.orchestra.run.smithi094.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-15T20:40:37.111 INFO:teuthology.orchestra.run.smithi094.stdout:Device: 5h/5d Inode: 937 Links: 1 2024-04-15T20:40:37.111 INFO:teuthology.orchestra.run.smithi094.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-15T20:40:37.111 INFO:teuthology.orchestra.run.smithi094.stdout:Access: 2024-04-15 20:30:37.720123546 +0000 2024-04-15T20:40:37.111 INFO:teuthology.orchestra.run.smithi094.stdout:Modify: 2024-04-15 20:30:37.412126293 +0000 2024-04-15T20:40:37.111 INFO:teuthology.orchestra.run.smithi094.stdout:Change: 2024-04-15 20:30:37.412126293 +0000 2024-04-15T20:40:37.111 INFO:teuthology.orchestra.run.smithi094.stdout: Birth: - 2024-04-15T20:40:37.112 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-15T20:40:37.165 INFO:teuthology.orchestra.run.smithi094.stderr:1+0 records in 2024-04-15T20:40:37.165 INFO:teuthology.orchestra.run.smithi094.stderr:1+0 records out 2024-04-15T20:40:37.165 INFO:teuthology.orchestra.run.smithi094.stderr:512 bytes copied, 0.000202261 s, 2.5 MB/s 2024-04-15T20:40:37.166 DEBUG:teuthology.orchestra.run.smithi094:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-15T20:40:37.216 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-04-15T20:40:37.216 DEBUG:teuthology.orchestra.run.smithi204:> dd if=/scratch_devs of=/dev/stdout 2024-04-15T20:40:37.222 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-04-15T20:40:37.222 DEBUG:teuthology.orchestra.run.smithi204:> stat /dev/vg_nvme/lv_1 2024-04-15T20:40:37.271 INFO:teuthology.orchestra.run.smithi204.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-15T20:40:37.271 INFO:teuthology.orchestra.run.smithi204.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-15T20:40:37.271 INFO:teuthology.orchestra.run.smithi204.stdout:Device: 5h/5d Inode: 884 Links: 1 2024-04-15T20:40:37.271 INFO:teuthology.orchestra.run.smithi204.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-15T20:40:37.271 INFO:teuthology.orchestra.run.smithi204.stdout:Access: 2024-04-15 20:30:34.853211299 +0000 2024-04-15T20:40:37.271 INFO:teuthology.orchestra.run.smithi204.stdout:Modify: 2024-04-15 20:30:34.561213907 +0000 2024-04-15T20:40:37.271 INFO:teuthology.orchestra.run.smithi204.stdout:Change: 2024-04-15 20:30:34.561213907 +0000 2024-04-15T20:40:37.271 INFO:teuthology.orchestra.run.smithi204.stdout: Birth: - 2024-04-15T20:40:37.272 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-15T20:40:37.326 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records in 2024-04-15T20:40:37.326 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records out 2024-04-15T20:40:37.326 INFO:teuthology.orchestra.run.smithi204.stderr:512 bytes copied, 0.00038701 s, 1.3 MB/s 2024-04-15T20:40:37.327 DEBUG:teuthology.orchestra.run.smithi204:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-15T20:40:37.376 DEBUG:teuthology.orchestra.run.smithi204:> stat /dev/vg_nvme/lv_2 2024-04-15T20:40:37.423 INFO:teuthology.orchestra.run.smithi204.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-15T20:40:37.423 INFO:teuthology.orchestra.run.smithi204.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-15T20:40:37.423 INFO:teuthology.orchestra.run.smithi204.stdout:Device: 5h/5d Inode: 906 Links: 1 2024-04-15T20:40:37.423 INFO:teuthology.orchestra.run.smithi204.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-15T20:40:37.423 INFO:teuthology.orchestra.run.smithi204.stdout:Access: 2024-04-15 20:30:35.365206726 +0000 2024-04-15T20:40:37.423 INFO:teuthology.orchestra.run.smithi204.stdout:Modify: 2024-04-15 20:30:35.081209261 +0000 2024-04-15T20:40:37.423 INFO:teuthology.orchestra.run.smithi204.stdout:Change: 2024-04-15 20:30:35.081209261 +0000 2024-04-15T20:40:37.423 INFO:teuthology.orchestra.run.smithi204.stdout: Birth: - 2024-04-15T20:40:37.424 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-15T20:40:37.478 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records in 2024-04-15T20:40:37.478 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records out 2024-04-15T20:40:37.479 INFO:teuthology.orchestra.run.smithi204.stderr:512 bytes copied, 0.000466674 s, 1.1 MB/s 2024-04-15T20:40:37.479 DEBUG:teuthology.orchestra.run.smithi204:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-15T20:40:37.528 DEBUG:teuthology.orchestra.run.smithi204:> stat /dev/vg_nvme/lv_3 2024-04-15T20:40:37.574 INFO:teuthology.orchestra.run.smithi204.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-15T20:40:37.574 INFO:teuthology.orchestra.run.smithi204.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-15T20:40:37.575 INFO:teuthology.orchestra.run.smithi204.stdout:Device: 5h/5d Inode: 924 Links: 1 2024-04-15T20:40:37.575 INFO:teuthology.orchestra.run.smithi204.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-15T20:40:37.575 INFO:teuthology.orchestra.run.smithi204.stdout:Access: 2024-04-15 20:30:35.861202295 +0000 2024-04-15T20:40:37.575 INFO:teuthology.orchestra.run.smithi204.stdout:Modify: 2024-04-15 20:30:35.573204868 +0000 2024-04-15T20:40:37.575 INFO:teuthology.orchestra.run.smithi204.stdout:Change: 2024-04-15 20:30:35.573204868 +0000 2024-04-15T20:40:37.575 INFO:teuthology.orchestra.run.smithi204.stdout: Birth: - 2024-04-15T20:40:37.575 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-15T20:40:37.629 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records in 2024-04-15T20:40:37.629 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records out 2024-04-15T20:40:37.629 INFO:teuthology.orchestra.run.smithi204.stderr:512 bytes copied, 0.000282372 s, 1.8 MB/s 2024-04-15T20:40:37.630 DEBUG:teuthology.orchestra.run.smithi204:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-15T20:40:37.679 DEBUG:teuthology.orchestra.run.smithi204:> stat /dev/vg_nvme/lv_4 2024-04-15T20:40:37.726 INFO:teuthology.orchestra.run.smithi204.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-15T20:40:37.726 INFO:teuthology.orchestra.run.smithi204.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-15T20:40:37.726 INFO:teuthology.orchestra.run.smithi204.stdout:Device: 5h/5d Inode: 933 Links: 1 2024-04-15T20:40:37.727 INFO:teuthology.orchestra.run.smithi204.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-15T20:40:37.727 INFO:teuthology.orchestra.run.smithi204.stdout:Access: 2024-04-15 20:30:36.353197901 +0000 2024-04-15T20:40:37.727 INFO:teuthology.orchestra.run.smithi204.stdout:Modify: 2024-04-15 20:30:36.097200187 +0000 2024-04-15T20:40:37.727 INFO:teuthology.orchestra.run.smithi204.stdout:Change: 2024-04-15 20:30:36.097200187 +0000 2024-04-15T20:40:37.727 INFO:teuthology.orchestra.run.smithi204.stdout: Birth: - 2024-04-15T20:40:37.727 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-15T20:40:37.780 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records in 2024-04-15T20:40:37.780 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records out 2024-04-15T20:40:37.780 INFO:teuthology.orchestra.run.smithi204.stderr:512 bytes copied, 0.000392058 s, 1.3 MB/s 2024-04-15T20:40:37.781 DEBUG:teuthology.orchestra.run.smithi204:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-15T20:40:37.828 INFO:tasks.cephadm:Deploying osd.0 on smithi069 with /dev/vg_nvme/lv_4... 2024-04-15T20:40:37.828 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cb456bda-fb67-11ee-bc8f-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-04-15T20:40:38.506 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:38 smithi094 bash[22212]: cluster 2024-04-15T20:40:37.387340+0000 mgr.a (mgr.14152) 110 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:38.677 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:38 smithi069 bash[21530]: cluster 2024-04-15T20:40:37.387340+0000 mgr.a (mgr.14152) 110 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:38.690 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:38 smithi204 bash[22398]: cluster 2024-04-15T20:40:37.387340+0000 mgr.a (mgr.14152) 110 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:39.187 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:39 smithi094 systemd[1]: /etc/systemd/system/ceph-cb456bda-fb67-11ee-bc8f-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-15T20:40:39.187 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Apr 15 20:40:39 smithi094 systemd[1]: /etc/systemd/system/ceph-cb456bda-fb67-11ee-bc8f-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-15T20:40:39.187 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Apr 15 20:40:39 smithi094 systemd[1]: /etc/systemd/system/ceph-cb456bda-fb67-11ee-bc8f-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-15T20:40:39.444 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:39 smithi094 systemd[1]: /etc/systemd/system/ceph-cb456bda-fb67-11ee-bc8f-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-15T20:40:39.445 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Apr 15 20:40:39 smithi094 systemd[1]: /etc/systemd/system/ceph-cb456bda-fb67-11ee-bc8f-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-15T20:40:39.445 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Apr 15 20:40:39 smithi094 systemd[1]: /etc/systemd/system/ceph-cb456bda-fb67-11ee-bc8f-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-15T20:40:39.445 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Apr 15 20:40:39 smithi094 systemd[1]: Started Ceph mgr.b for cb456bda-fb67-11ee-bc8f-c7b262605968. 2024-04-15T20:40:40.428 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:40 smithi069 bash[21530]: audit 2024-04-15T20:40:39.330317+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:40.428 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:40 smithi069 bash[21530]: audit 2024-04-15T20:40:39.337868+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:40.428 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:40 smithi069 bash[21530]: audit 2024-04-15T20:40:39.347590+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:40.428 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:40 smithi069 bash[21530]: cluster 2024-04-15T20:40:39.387848+0000 mgr.a (mgr.14152) 111 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:40.429 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:40 smithi069 bash[21530]: audit 2024-04-15T20:40:39.452720+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:40.429 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:40 smithi069 bash[21530]: audit 2024-04-15T20:40:39.460232+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:40.429 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:40 smithi069 bash[21530]: audit 2024-04-15T20:40:39.488011+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:40.429 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:40 smithi069 bash[21530]: audit 2024-04-15T20:40:39.494983+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:40.429 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:40 smithi069 bash[21530]: audit 2024-04-15T20:40:39.596447+0000 mon.a (mon.0) 346 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:40:40.429 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:40 smithi069 bash[21530]: audit 2024-04-15T20:40:39.600676+0000 mon.a (mon.0) 347 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:40:40.429 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:40 smithi069 bash[21530]: audit 2024-04-15T20:40:39.602462+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:40:40.429 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:40 smithi069 bash[21530]: audit 2024-04-15T20:40:39.612957+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:40.429 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:40 smithi069 bash[21530]: cephadm 2024-04-15T20:40:39.613648+0000 mgr.a (mgr.14152) 112 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-15T20:40:40.429 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:40 smithi069 bash[21530]: cephadm 2024-04-15T20:40:39.710900+0000 mgr.a (mgr.14152) 113 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-04-15T20:40:40.429 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:40 smithi069 bash[21530]: audit 2024-04-15T20:40:39.711509+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-15T20:40:40.429 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:40 smithi069 bash[21530]: audit 2024-04-15T20:40:39.713104+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-15T20:40:40.429 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:40 smithi069 bash[21530]: audit 2024-04-15T20:40:39.714417+0000 mon.a (mon.0) 352 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:40:40.430 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:40 smithi069 bash[21530]: cephadm 2024-04-15T20:40:39.716049+0000 mgr.a (mgr.14152) 114 : cephadm [INF] Reconfiguring daemon mgr.a on smithi069 2024-04-15T20:40:40.430 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:40 smithi069 bash[21530]: audit 2024-04-15T20:40:39.840280+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:40.430 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:40 smithi069 bash[21530]: audit 2024-04-15T20:40:39.849381+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:40.430 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:40 smithi069 bash[21530]: audit 2024-04-15T20:40:39.859021+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:40.659 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:40 smithi094 bash[22212]: audit 2024-04-15T20:40:39.330317+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:40.659 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:40 smithi094 bash[22212]: audit 2024-04-15T20:40:39.337868+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:40.659 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:40 smithi094 bash[22212]: audit 2024-04-15T20:40:39.347590+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:40.659 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:40 smithi094 bash[22212]: cluster 2024-04-15T20:40:39.387848+0000 mgr.a (mgr.14152) 111 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:40.659 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:40 smithi094 bash[22212]: audit 2024-04-15T20:40:39.452720+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:40.659 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:40 smithi094 bash[22212]: audit 2024-04-15T20:40:39.460232+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:40.659 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:40 smithi094 bash[22212]: audit 2024-04-15T20:40:39.488011+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:40.659 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:40 smithi094 bash[22212]: audit 2024-04-15T20:40:39.494983+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:40.660 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:40 smithi094 bash[22212]: audit 2024-04-15T20:40:39.596447+0000 mon.a (mon.0) 346 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:40:40.660 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:40 smithi094 bash[22212]: audit 2024-04-15T20:40:39.600676+0000 mon.a (mon.0) 347 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:40:40.660 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:40 smithi094 bash[22212]: audit 2024-04-15T20:40:39.602462+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:40:40.660 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:40 smithi094 bash[22212]: audit 2024-04-15T20:40:39.612957+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:40.660 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:40 smithi094 bash[22212]: cephadm 2024-04-15T20:40:39.613648+0000 mgr.a (mgr.14152) 112 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-15T20:40:40.660 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:40 smithi094 bash[22212]: cephadm 2024-04-15T20:40:39.710900+0000 mgr.a (mgr.14152) 113 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-04-15T20:40:40.660 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:40 smithi094 bash[22212]: audit 2024-04-15T20:40:39.711509+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-15T20:40:40.660 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:40 smithi094 bash[22212]: audit 2024-04-15T20:40:39.713104+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-15T20:40:40.660 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:40 smithi094 bash[22212]: audit 2024-04-15T20:40:39.714417+0000 mon.a (mon.0) 352 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:40:40.660 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:40 smithi094 bash[22212]: cephadm 2024-04-15T20:40:39.716049+0000 mgr.a (mgr.14152) 114 : cephadm [INF] Reconfiguring daemon mgr.a on smithi069 2024-04-15T20:40:40.660 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:40 smithi094 bash[22212]: audit 2024-04-15T20:40:39.840280+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:40.660 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:40 smithi094 bash[22212]: audit 2024-04-15T20:40:39.849381+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:40.660 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:40 smithi094 bash[22212]: audit 2024-04-15T20:40:39.859021+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:40.690 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:40 smithi204 bash[22398]: audit 2024-04-15T20:40:39.330317+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:40.690 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:40 smithi204 bash[22398]: audit 2024-04-15T20:40:39.337868+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:40.690 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:40 smithi204 bash[22398]: audit 2024-04-15T20:40:39.347590+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:40.691 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:40 smithi204 bash[22398]: cluster 2024-04-15T20:40:39.387848+0000 mgr.a (mgr.14152) 111 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:40.691 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:40 smithi204 bash[22398]: audit 2024-04-15T20:40:39.452720+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:40.691 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:40 smithi204 bash[22398]: audit 2024-04-15T20:40:39.460232+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:40.691 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:40 smithi204 bash[22398]: audit 2024-04-15T20:40:39.488011+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:40.691 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:40 smithi204 bash[22398]: audit 2024-04-15T20:40:39.494983+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:40.691 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:40 smithi204 bash[22398]: audit 2024-04-15T20:40:39.596447+0000 mon.a (mon.0) 346 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:40:40.691 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:40 smithi204 bash[22398]: audit 2024-04-15T20:40:39.600676+0000 mon.a (mon.0) 347 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:40:40.691 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:40 smithi204 bash[22398]: audit 2024-04-15T20:40:39.602462+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:40:40.691 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:40 smithi204 bash[22398]: audit 2024-04-15T20:40:39.612957+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:40.691 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:40 smithi204 bash[22398]: cephadm 2024-04-15T20:40:39.613648+0000 mgr.a (mgr.14152) 112 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-15T20:40:40.691 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:40 smithi204 bash[22398]: cephadm 2024-04-15T20:40:39.710900+0000 mgr.a (mgr.14152) 113 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-04-15T20:40:40.691 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:40 smithi204 bash[22398]: audit 2024-04-15T20:40:39.711509+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-15T20:40:40.691 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:40 smithi204 bash[22398]: audit 2024-04-15T20:40:39.713104+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-15T20:40:40.691 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:40 smithi204 bash[22398]: audit 2024-04-15T20:40:39.714417+0000 mon.a (mon.0) 352 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:40:40.692 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:40 smithi204 bash[22398]: cephadm 2024-04-15T20:40:39.716049+0000 mgr.a (mgr.14152) 114 : cephadm [INF] Reconfiguring daemon mgr.a on smithi069 2024-04-15T20:40:40.692 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:40 smithi204 bash[22398]: audit 2024-04-15T20:40:39.840280+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:40.692 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:40 smithi204 bash[22398]: audit 2024-04-15T20:40:39.849381+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:40.692 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:40 smithi204 bash[22398]: audit 2024-04-15T20:40:39.859021+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:40.943 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Apr 15 20:40:40 smithi094 bash[23235]: debug 2024-04-15T20:40:40.797+0000 7fd0835d8700 1 -- 172.21.15.94:0/1846916394 <== mon.2 v2:172.21.15.94:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x55e20995c5a0 con 0x55e20a6d2c00 2024-04-15T20:40:41.239 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Apr 15 20:40:40 smithi094 bash[23235]: debug 2024-04-15T20:40:40.949+0000 7fd08d7e8200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-15T20:40:42.538 INFO:teuthology.orchestra.run.smithi069.stderr:Inferring config /var/lib/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/mon.a/config 2024-04-15T20:40:42.636 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Apr 15 20:40:42 smithi094 bash[23235]: debug 2024-04-15T20:40:42.549+0000 7fd08d7e8200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-15T20:40:42.897 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Apr 15 20:40:42 smithi094 bash[23235]: debug 2024-04-15T20:40:42.645+0000 7fd08d7e8200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-15T20:40:42.897 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:42 smithi094 bash[22212]: cluster 2024-04-15T20:40:41.388300+0000 mgr.a (mgr.14152) 115 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:42.897 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:42 smithi094 bash[22212]: audit 2024-04-15T20:40:41.643057+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:42.897 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:42 smithi094 bash[22212]: audit 2024-04-15T20:40:41.650137+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:42.897 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:42 smithi094 bash[22212]: audit 2024-04-15T20:40:41.690959+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:40:42.897 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:42 smithi094 bash[22212]: audit 2024-04-15T20:40:41.695935+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:40:42.897 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:42 smithi094 bash[22212]: audit 2024-04-15T20:40:41.697503+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:40:42.898 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:42 smithi094 bash[22212]: audit 2024-04-15T20:40:41.706524+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:42.898 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:42 smithi094 bash[22212]: cephadm 2024-04-15T20:40:41.707449+0000 mgr.a (mgr.14152) 116 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-15T20:40:42.927 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:42 smithi069 bash[21530]: cluster 2024-04-15T20:40:41.388300+0000 mgr.a (mgr.14152) 115 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:42.927 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:42 smithi069 bash[21530]: audit 2024-04-15T20:40:41.643057+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:42.927 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:42 smithi069 bash[21530]: audit 2024-04-15T20:40:41.650137+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:42.928 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:42 smithi069 bash[21530]: audit 2024-04-15T20:40:41.690959+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:40:42.928 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:42 smithi069 bash[21530]: audit 2024-04-15T20:40:41.695935+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:40:42.928 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:42 smithi069 bash[21530]: audit 2024-04-15T20:40:41.697503+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:40:42.928 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:42 smithi069 bash[21530]: audit 2024-04-15T20:40:41.706524+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:42.928 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:42 smithi069 bash[21530]: cephadm 2024-04-15T20:40:41.707449+0000 mgr.a (mgr.14152) 116 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-15T20:40:42.940 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:42 smithi204 bash[22398]: cluster 2024-04-15T20:40:41.388300+0000 mgr.a (mgr.14152) 115 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:42.940 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:42 smithi204 bash[22398]: audit 2024-04-15T20:40:41.643057+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:42.940 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:42 smithi204 bash[22398]: audit 2024-04-15T20:40:41.650137+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:42.940 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:42 smithi204 bash[22398]: audit 2024-04-15T20:40:41.690959+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:40:42.940 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:42 smithi204 bash[22398]: audit 2024-04-15T20:40:41.695935+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:40:42.940 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:42 smithi204 bash[22398]: audit 2024-04-15T20:40:41.697503+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:40:42.940 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:42 smithi204 bash[22398]: audit 2024-04-15T20:40:41.706524+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:42.940 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:42 smithi204 bash[22398]: cephadm 2024-04-15T20:40:41.707449+0000 mgr.a (mgr.14152) 116 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-15T20:40:43.152 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Apr 15 20:40:42 smithi094 bash[23235]: debug 2024-04-15T20:40:42.897+0000 7fd08d7e8200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-15T20:40:44.097 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Apr 15 20:40:43 smithi094 bash[23235]: debug 2024-04-15T20:40:43.697+0000 7fd08d7e8200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-15T20:40:44.097 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Apr 15 20:40:43 smithi094 bash[23235]: debug 2024-04-15T20:40:43.805+0000 7fd08d7e8200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-15T20:40:44.097 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Apr 15 20:40:43 smithi094 bash[23235]: debug 2024-04-15T20:40:43.909+0000 7fd08d7e8200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-15T20:40:44.395 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Apr 15 20:40:44 smithi094 bash[23235]: debug 2024-04-15T20:40:44.269+0000 7fd08d7e8200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-15T20:40:44.395 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:44 smithi094 bash[22212]: audit 2024-04-15T20:40:43.325574+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:44.396 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:44 smithi094 bash[22212]: cluster 2024-04-15T20:40:43.388709+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:44.396 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:44 smithi094 bash[22212]: audit 2024-04-15T20:40:43.802175+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:44.658 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Apr 15 20:40:44 smithi094 bash[23235]: debug 2024-04-15T20:40:44.397+0000 7fd08d7e8200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-15T20:40:44.658 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Apr 15 20:40:44 smithi094 bash[23235]: debug 2024-04-15T20:40:44.501+0000 7fd08d7e8200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-15T20:40:44.677 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:44 smithi069 bash[21530]: audit 2024-04-15T20:40:43.325574+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:44.677 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:44 smithi069 bash[21530]: cluster 2024-04-15T20:40:43.388709+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:44.677 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:44 smithi069 bash[21530]: audit 2024-04-15T20:40:43.802175+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:44.690 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:44 smithi204 bash[22398]: audit 2024-04-15T20:40:43.325574+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:44.690 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:44 smithi204 bash[22398]: cluster 2024-04-15T20:40:43.388709+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:44.690 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:44 smithi204 bash[22398]: audit 2024-04-15T20:40:43.802175+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:45.158 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Apr 15 20:40:44 smithi094 bash[23235]: debug 2024-04-15T20:40:44.853+0000 7fd08d7e8200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-15T20:40:45.158 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Apr 15 20:40:45 smithi094 bash[23235]: debug 2024-04-15T20:40:45.089+0000 7fd08d7e8200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-15T20:40:45.609 INFO:teuthology.orchestra.run.smithi069.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-04-15T20:40:45.609 INFO:teuthology.orchestra.run.smithi069.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-04-15T20:40:45.609 INFO:teuthology.orchestra.run.smithi069.stderr: stderr: 10+0 records in 2024-04-15T20:40:45.610 INFO:teuthology.orchestra.run.smithi069.stderr:10+0 records out 2024-04-15T20:40:45.610 INFO:teuthology.orchestra.run.smithi069.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0142291 s, 737 MB/s 2024-04-15T20:40:45.610 INFO:teuthology.orchestra.run.smithi069.stderr:--> Zapping successful for: 2024-04-15T20:40:45.658 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:45 smithi094 bash[22212]: audit 2024-04-15T20:40:44.454756+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:45.659 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Apr 15 20:40:45 smithi094 bash[23235]: debug 2024-04-15T20:40:45.345+0000 7fd08d7e8200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-15T20:40:45.659 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Apr 15 20:40:45 smithi094 bash[23235]: debug 2024-04-15T20:40:45.457+0000 7fd08d7e8200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-15T20:40:45.924 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:45 smithi069 bash[21530]: audit 2024-04-15T20:40:44.454756+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:45.939 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:45 smithi204 bash[22398]: audit 2024-04-15T20:40:44.454756+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:46.141 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Apr 15 20:40:45 smithi094 bash[23235]: debug 2024-04-15T20:40:45.725+0000 7fd08d7e8200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-15T20:40:46.408 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Apr 15 20:40:46 smithi094 bash[23235]: debug 2024-04-15T20:40:46.141+0000 7fd08d7e8200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-15T20:40:46.408 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Apr 15 20:40:46 smithi094 bash[23235]: debug 2024-04-15T20:40:46.381+0000 7fd08d7e8200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-15T20:40:46.457 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cb456bda-fb67-11ee-bc8f-c7b262605968 -- ceph orch daemon add osd smithi069:vg_nvme/lv_4 2024-04-15T20:40:46.742 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Apr 15 20:40:46 smithi094 bash[23235]: debug 2024-04-15T20:40:46.497+0000 7fd08d7e8200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-15T20:40:46.742 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:46 smithi094 bash[22212]: cluster 2024-04-15T20:40:45.389025+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:46.742 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:46 smithi094 bash[22212]: audit 2024-04-15T20:40:46.305163+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:46.742 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:46 smithi094 bash[22212]: audit 2024-04-15T20:40:46.310209+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:46.742 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:46 smithi094 bash[22212]: audit 2024-04-15T20:40:46.316066+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:46.742 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:46 smithi094 bash[22212]: audit 2024-04-15T20:40:46.316493+0000 mon.a (mon.0) 368 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:40:46.742 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:46 smithi094 bash[22212]: audit 2024-04-15T20:40:46.322377+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:40:46.742 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:46 smithi094 bash[22212]: audit 2024-04-15T20:40:46.324148+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:40:46.742 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:46 smithi094 bash[22212]: audit 2024-04-15T20:40:46.333174+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:46.927 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:46 smithi069 bash[21530]: cluster 2024-04-15T20:40:45.389025+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:46.927 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:46 smithi069 bash[21530]: audit 2024-04-15T20:40:46.305163+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:46.927 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:46 smithi069 bash[21530]: audit 2024-04-15T20:40:46.310209+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:46.927 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:46 smithi069 bash[21530]: audit 2024-04-15T20:40:46.316066+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:46.928 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:46 smithi069 bash[21530]: audit 2024-04-15T20:40:46.316493+0000 mon.a (mon.0) 368 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:40:46.928 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:46 smithi069 bash[21530]: audit 2024-04-15T20:40:46.322377+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:40:46.928 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:46 smithi069 bash[21530]: audit 2024-04-15T20:40:46.324148+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:40:46.928 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:46 smithi069 bash[21530]: audit 2024-04-15T20:40:46.333174+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:46.940 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:46 smithi204 bash[22398]: cluster 2024-04-15T20:40:45.389025+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:46.940 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:46 smithi204 bash[22398]: audit 2024-04-15T20:40:46.305163+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:46.940 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:46 smithi204 bash[22398]: audit 2024-04-15T20:40:46.310209+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:46.940 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:46 smithi204 bash[22398]: audit 2024-04-15T20:40:46.316066+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:46.940 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:46 smithi204 bash[22398]: audit 2024-04-15T20:40:46.316493+0000 mon.a (mon.0) 368 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:40:46.940 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:46 smithi204 bash[22398]: audit 2024-04-15T20:40:46.322377+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:40:46.940 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:46 smithi204 bash[22398]: audit 2024-04-15T20:40:46.324148+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:40:46.940 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:46 smithi204 bash[22398]: audit 2024-04-15T20:40:46.333174+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:47.158 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Apr 15 20:40:46 smithi094 bash[23235]: debug 2024-04-15T20:40:46.741+0000 7fd08d7e8200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-15T20:40:48.138 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Apr 15 20:40:47 smithi094 bash[23235]: debug 2024-04-15T20:40:47.733+0000 7fd08d7e8200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-15T20:40:48.139 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Apr 15 20:40:47 smithi094 bash[23235]: debug 2024-04-15T20:40:47.849+0000 7fd08d7e8200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-15T20:40:48.139 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Apr 15 20:40:48 smithi094 bash[23235]: debug 2024-04-15T20:40:48.137+0000 7fd08d7e8200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-15T20:40:48.408 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Apr 15 20:40:48 smithi094 bash[23235]: debug 2024-04-15T20:40:48.249+0000 7fd08d7e8200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-15T20:40:48.810 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Apr 15 20:40:48 smithi094 bash[23235]: debug 2024-04-15T20:40:48.693+0000 7fd08d7e8200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-15T20:40:48.810 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:48 smithi094 bash[22212]: cluster 2024-04-15T20:40:47.389357+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:48.927 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:48 smithi069 bash[21530]: cluster 2024-04-15T20:40:47.389357+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:48.939 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:48 smithi204 bash[22398]: cluster 2024-04-15T20:40:47.389357+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:49.158 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Apr 15 20:40:48 smithi094 bash[23235]: debug 2024-04-15T20:40:48.809+0000 7fd08d7e8200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-15T20:40:49.908 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:49 smithi094 bash[22212]: cluster 2024-04-15T20:40:48.836071+0000 mon.a (mon.0) 372 : cluster [DBG] Standby manager daemon b started 2024-04-15T20:40:49.909 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:49 smithi094 bash[22212]: audit 2024-04-15T20:40:48.836840+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.94:0/906296085' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-15T20:40:49.909 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:49 smithi094 bash[22212]: audit 2024-04-15T20:40:48.837813+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.94:0/906296085' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-15T20:40:49.909 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:49 smithi094 bash[22212]: audit 2024-04-15T20:40:48.839275+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.94:0/906296085' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-15T20:40:49.909 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:49 smithi094 bash[22212]: audit 2024-04-15T20:40:48.839891+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.94:0/906296085' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-15T20:40:49.927 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:49 smithi069 bash[21530]: cluster 2024-04-15T20:40:48.836071+0000 mon.a (mon.0) 372 : cluster [DBG] Standby manager daemon b started 2024-04-15T20:40:49.927 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:49 smithi069 bash[21530]: audit 2024-04-15T20:40:48.836840+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.94:0/906296085' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-15T20:40:49.928 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:49 smithi069 bash[21530]: audit 2024-04-15T20:40:48.837813+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.94:0/906296085' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-15T20:40:49.928 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:49 smithi069 bash[21530]: audit 2024-04-15T20:40:48.839275+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.94:0/906296085' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-15T20:40:49.928 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:49 smithi069 bash[21530]: audit 2024-04-15T20:40:48.839891+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.94:0/906296085' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-15T20:40:49.940 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:49 smithi204 bash[22398]: cluster 2024-04-15T20:40:48.836071+0000 mon.a (mon.0) 372 : cluster [DBG] Standby manager daemon b started 2024-04-15T20:40:49.940 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:49 smithi204 bash[22398]: audit 2024-04-15T20:40:48.836840+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.94:0/906296085' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-15T20:40:49.940 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:49 smithi204 bash[22398]: audit 2024-04-15T20:40:48.837813+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.94:0/906296085' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-15T20:40:49.940 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:49 smithi204 bash[22398]: audit 2024-04-15T20:40:48.839275+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.94:0/906296085' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-15T20:40:49.940 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:49 smithi204 bash[22398]: audit 2024-04-15T20:40:48.839891+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.94:0/906296085' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-15T20:40:50.642 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:50 smithi204 bash[22398]: cluster 2024-04-15T20:40:49.389688+0000 mgr.a (mgr.14152) 120 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:50.642 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:50 smithi204 bash[22398]: cluster 2024-04-15T20:40:49.483466+0000 mon.a (mon.0) 373 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-04-15T20:40:50.642 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:50 smithi204 bash[22398]: audit 2024-04-15T20:40:49.483761+0000 mon.a (mon.0) 374 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-15T20:40:50.908 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:50 smithi094 bash[22212]: cluster 2024-04-15T20:40:49.389688+0000 mgr.a (mgr.14152) 120 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:50.909 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:50 smithi094 bash[22212]: cluster 2024-04-15T20:40:49.483466+0000 mon.a (mon.0) 373 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-04-15T20:40:50.909 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:50 smithi094 bash[22212]: audit 2024-04-15T20:40:49.483761+0000 mon.a (mon.0) 374 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-15T20:40:50.927 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:50 smithi069 bash[21530]: cluster 2024-04-15T20:40:49.389688+0000 mgr.a (mgr.14152) 120 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:50.927 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:50 smithi069 bash[21530]: cluster 2024-04-15T20:40:49.483466+0000 mon.a (mon.0) 373 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-04-15T20:40:50.927 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:50 smithi069 bash[21530]: audit 2024-04-15T20:40:49.483761+0000 mon.a (mon.0) 374 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-15T20:40:51.674 INFO:teuthology.orchestra.run.smithi069.stderr:Inferring config /var/lib/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/mon.a/config 2024-04-15T20:40:52.677 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:52 smithi069 bash[21530]: cluster 2024-04-15T20:40:51.390108+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:52.908 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:52 smithi094 bash[22212]: cluster 2024-04-15T20:40:51.390108+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:52.939 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:52 smithi204 bash[22398]: cluster 2024-04-15T20:40:51.390108+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:54.408 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:53 smithi094 bash[22212]: audit 2024-04-15T20:40:52.993120+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:54.408 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:53 smithi094 bash[22212]: audit 2024-04-15T20:40:52.998413+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:54.409 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:53 smithi094 bash[22212]: audit 2024-04-15T20:40:53.005275+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:54.427 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:53 smithi069 bash[21530]: audit 2024-04-15T20:40:52.993120+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:54.427 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:53 smithi069 bash[21530]: audit 2024-04-15T20:40:52.998413+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:54.427 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:53 smithi069 bash[21530]: audit 2024-04-15T20:40:53.005275+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:54.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:53 smithi204 bash[22398]: audit 2024-04-15T20:40:52.993120+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:54.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:53 smithi204 bash[22398]: audit 2024-04-15T20:40:52.998413+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:54.440 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:53 smithi204 bash[22398]: audit 2024-04-15T20:40:53.005275+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:40:55.408 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:55 smithi094 bash[22212]: cluster 2024-04-15T20:40:53.390541+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:55.408 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:55 smithi094 bash[22212]: audit 2024-04-15T20:40:54.088367+0000 mgr.a (mgr.14152) 123 : audit [DBG] from='client.14208 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi069:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:40:55.409 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:55 smithi094 bash[22212]: audit 2024-04-15T20:40:54.095625+0000 mon.a (mon.0) 378 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-15T20:40:55.409 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:55 smithi094 bash[22212]: audit 2024-04-15T20:40:54.101988+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-15T20:40:55.409 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:55 smithi094 bash[22212]: audit 2024-04-15T20:40:54.103284+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:40:55.427 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:55 smithi069 bash[21530]: cluster 2024-04-15T20:40:53.390541+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:55.428 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:55 smithi069 bash[21530]: audit 2024-04-15T20:40:54.088367+0000 mgr.a (mgr.14152) 123 : audit [DBG] from='client.14208 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi069:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:40:55.428 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:55 smithi069 bash[21530]: audit 2024-04-15T20:40:54.095625+0000 mon.a (mon.0) 378 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-15T20:40:55.428 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:55 smithi069 bash[21530]: audit 2024-04-15T20:40:54.101988+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-15T20:40:55.428 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:55 smithi069 bash[21530]: audit 2024-04-15T20:40:54.103284+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:40:55.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:55 smithi204 bash[22398]: cluster 2024-04-15T20:40:53.390541+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:55.440 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:55 smithi204 bash[22398]: audit 2024-04-15T20:40:54.088367+0000 mgr.a (mgr.14152) 123 : audit [DBG] from='client.14208 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi069:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:40:55.440 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:55 smithi204 bash[22398]: audit 2024-04-15T20:40:54.095625+0000 mon.a (mon.0) 378 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-15T20:40:55.440 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:55 smithi204 bash[22398]: audit 2024-04-15T20:40:54.101988+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-15T20:40:55.440 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:55 smithi204 bash[22398]: audit 2024-04-15T20:40:54.103284+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:40:57.408 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:57 smithi094 bash[22212]: cluster 2024-04-15T20:40:55.390945+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:57.427 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:57 smithi069 bash[21530]: cluster 2024-04-15T20:40:55.390945+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:57.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:57 smithi204 bash[22398]: cluster 2024-04-15T20:40:55.390945+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:59.408 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:40:59 smithi094 bash[22212]: cluster 2024-04-15T20:40:57.391351+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:59.427 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:40:59 smithi069 bash[21530]: cluster 2024-04-15T20:40:57.391351+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:40:59.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:40:59 smithi204 bash[22398]: cluster 2024-04-15T20:40:57.391351+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:41:00.908 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:00 smithi094 bash[22212]: cluster 2024-04-15T20:40:59.391776+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:41:00.909 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:00 smithi094 bash[22212]: audit 2024-04-15T20:40:59.545208+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:00.909 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:00 smithi094 bash[22212]: audit 2024-04-15T20:40:59.553147+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:00.909 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:00 smithi094 bash[22212]: audit 2024-04-15T20:40:59.561950+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:00.927 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:00 smithi069 bash[21530]: cluster 2024-04-15T20:40:59.391776+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:41:00.927 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:00 smithi069 bash[21530]: audit 2024-04-15T20:40:59.545208+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:00.927 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:00 smithi069 bash[21530]: audit 2024-04-15T20:40:59.553147+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:00.928 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:00 smithi069 bash[21530]: audit 2024-04-15T20:40:59.561950+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:00.939 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:00 smithi204 bash[22398]: cluster 2024-04-15T20:40:59.391776+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:41:00.939 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:00 smithi204 bash[22398]: audit 2024-04-15T20:40:59.545208+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:00.940 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:00 smithi204 bash[22398]: audit 2024-04-15T20:40:59.553147+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:00.940 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:00 smithi204 bash[22398]: audit 2024-04-15T20:40:59.561950+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:02.820 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:02 smithi094 bash[22212]: cluster 2024-04-15T20:41:01.392122+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:41:02.820 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:02 smithi094 bash[22212]: audit 2024-04-15T20:41:02.064526+0000 mon.a (mon.0) 384 : audit [INF] from='client.? 172.21.15.69:0/1956558824' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3256295f-7b2d-4f80-8fc0-fd4d243fad87"}]: dispatch 2024-04-15T20:41:02.820 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:02 smithi094 bash[22212]: audit 2024-04-15T20:41:02.067148+0000 mon.a (mon.0) 385 : audit [INF] from='client.? 172.21.15.69:0/1956558824' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3256295f-7b2d-4f80-8fc0-fd4d243fad87"}]': finished 2024-04-15T20:41:02.820 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:02 smithi094 bash[22212]: cluster 2024-04-15T20:41:02.071114+0000 mon.a (mon.0) 386 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-04-15T20:41:02.821 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:02 smithi094 bash[22212]: audit 2024-04-15T20:41:02.071462+0000 mon.a (mon.0) 387 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-15T20:41:02.927 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:02 smithi069 bash[21530]: cluster 2024-04-15T20:41:01.392122+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:41:02.927 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:02 smithi069 bash[21530]: audit 2024-04-15T20:41:02.064526+0000 mon.a (mon.0) 384 : audit [INF] from='client.? 172.21.15.69:0/1956558824' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3256295f-7b2d-4f80-8fc0-fd4d243fad87"}]: dispatch 2024-04-15T20:41:02.927 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:02 smithi069 bash[21530]: audit 2024-04-15T20:41:02.067148+0000 mon.a (mon.0) 385 : audit [INF] from='client.? 172.21.15.69:0/1956558824' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3256295f-7b2d-4f80-8fc0-fd4d243fad87"}]': finished 2024-04-15T20:41:02.927 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:02 smithi069 bash[21530]: cluster 2024-04-15T20:41:02.071114+0000 mon.a (mon.0) 386 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-04-15T20:41:02.927 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:02 smithi069 bash[21530]: audit 2024-04-15T20:41:02.071462+0000 mon.a (mon.0) 387 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-15T20:41:02.939 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:02 smithi204 bash[22398]: cluster 2024-04-15T20:41:01.392122+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:41:02.939 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:02 smithi204 bash[22398]: audit 2024-04-15T20:41:02.064526+0000 mon.a (mon.0) 384 : audit [INF] from='client.? 172.21.15.69:0/1956558824' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3256295f-7b2d-4f80-8fc0-fd4d243fad87"}]: dispatch 2024-04-15T20:41:02.939 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:02 smithi204 bash[22398]: audit 2024-04-15T20:41:02.067148+0000 mon.a (mon.0) 385 : audit [INF] from='client.? 172.21.15.69:0/1956558824' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3256295f-7b2d-4f80-8fc0-fd4d243fad87"}]': finished 2024-04-15T20:41:02.940 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:02 smithi204 bash[22398]: cluster 2024-04-15T20:41:02.071114+0000 mon.a (mon.0) 386 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-04-15T20:41:02.940 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:02 smithi204 bash[22398]: audit 2024-04-15T20:41:02.071462+0000 mon.a (mon.0) 387 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-15T20:41:03.908 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:03 smithi094 bash[22212]: audit 2024-04-15T20:41:02.823192+0000 mon.a (mon.0) 388 : audit [DBG] from='client.? 172.21.15.69:0/2556232' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-15T20:41:03.927 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:03 smithi069 bash[21530]: audit 2024-04-15T20:41:02.823192+0000 mon.a (mon.0) 388 : audit [DBG] from='client.? 172.21.15.69:0/2556232' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-15T20:41:03.939 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:03 smithi204 bash[22398]: audit 2024-04-15T20:41:02.823192+0000 mon.a (mon.0) 388 : audit [DBG] from='client.? 172.21.15.69:0/2556232' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-15T20:41:04.908 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:04 smithi094 bash[22212]: cluster 2024-04-15T20:41:03.392546+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:41:04.927 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:04 smithi069 bash[21530]: cluster 2024-04-15T20:41:03.392546+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:41:04.939 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:04 smithi204 bash[22398]: cluster 2024-04-15T20:41:03.392546+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:41:06.908 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:06 smithi094 bash[22212]: cluster 2024-04-15T20:41:05.392977+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:41:06.908 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:06 smithi094 bash[22212]: audit 2024-04-15T20:41:06.493125+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:06.909 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:06 smithi094 bash[22212]: audit 2024-04-15T20:41:06.499032+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:06.909 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:06 smithi094 bash[22212]: audit 2024-04-15T20:41:06.507971+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:06.927 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:06 smithi069 bash[21530]: cluster 2024-04-15T20:41:05.392977+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:41:06.927 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:06 smithi069 bash[21530]: audit 2024-04-15T20:41:06.493125+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:06.927 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:06 smithi069 bash[21530]: audit 2024-04-15T20:41:06.499032+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:06.927 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:06 smithi069 bash[21530]: audit 2024-04-15T20:41:06.507971+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:06.939 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:06 smithi204 bash[22398]: cluster 2024-04-15T20:41:05.392977+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:41:06.939 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:06 smithi204 bash[22398]: audit 2024-04-15T20:41:06.493125+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:06.939 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:06 smithi204 bash[22398]: audit 2024-04-15T20:41:06.499032+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:06.940 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:06 smithi204 bash[22398]: audit 2024-04-15T20:41:06.507971+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:08.908 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:08 smithi094 bash[22212]: cluster 2024-04-15T20:41:07.393358+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:41:08.927 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:08 smithi069 bash[21530]: cluster 2024-04-15T20:41:07.393358+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:41:08.939 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:08 smithi204 bash[22398]: cluster 2024-04-15T20:41:07.393358+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:41:10.818 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:10 smithi204 bash[22398]: cluster 2024-04-15T20:41:09.393777+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:41:10.908 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:10 smithi094 bash[22212]: cluster 2024-04-15T20:41:09.393777+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:41:10.927 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:10 smithi069 bash[21530]: cluster 2024-04-15T20:41:09.393777+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:41:12.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:12 smithi204 bash[22398]: cluster 2024-04-15T20:41:11.394204+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:41:12.908 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:12 smithi094 bash[22212]: cluster 2024-04-15T20:41:11.394204+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:41:12.927 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:12 smithi069 bash[21530]: cluster 2024-04-15T20:41:11.394204+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:41:14.408 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:14 smithi094 bash[22212]: audit 2024-04-15T20:41:13.138547+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:14.408 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:14 smithi094 bash[22212]: audit 2024-04-15T20:41:13.143741+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:14.409 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:14 smithi094 bash[22212]: cephadm 2024-04-15T20:41:13.145042+0000 mgr.a (mgr.14152) 133 : cephadm [INF] Detected new or changed devices on smithi069 2024-04-15T20:41:14.409 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:14 smithi094 bash[22212]: audit 2024-04-15T20:41:13.150291+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:14.427 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:14 smithi069 bash[21530]: audit 2024-04-15T20:41:13.138547+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:14.427 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:14 smithi069 bash[21530]: audit 2024-04-15T20:41:13.143741+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:14.427 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:14 smithi069 bash[21530]: cephadm 2024-04-15T20:41:13.145042+0000 mgr.a (mgr.14152) 133 : cephadm [INF] Detected new or changed devices on smithi069 2024-04-15T20:41:14.427 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:14 smithi069 bash[21530]: audit 2024-04-15T20:41:13.150291+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:14.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:14 smithi204 bash[22398]: audit 2024-04-15T20:41:13.138547+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:14.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:14 smithi204 bash[22398]: audit 2024-04-15T20:41:13.143741+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:14.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:14 smithi204 bash[22398]: cephadm 2024-04-15T20:41:13.145042+0000 mgr.a (mgr.14152) 133 : cephadm [INF] Detected new or changed devices on smithi069 2024-04-15T20:41:14.440 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:14 smithi204 bash[22398]: audit 2024-04-15T20:41:13.150291+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:15.408 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:15 smithi094 bash[22212]: cluster 2024-04-15T20:41:13.394601+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:41:15.408 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:15 smithi094 bash[22212]: audit 2024-04-15T20:41:14.752724+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-15T20:41:15.408 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:15 smithi094 bash[22212]: audit 2024-04-15T20:41:14.754368+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:41:15.427 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:15 smithi069 bash[21530]: cluster 2024-04-15T20:41:13.394601+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:41:15.427 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:15 smithi069 bash[21530]: audit 2024-04-15T20:41:14.752724+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-15T20:41:15.427 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:15 smithi069 bash[21530]: audit 2024-04-15T20:41:14.754368+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:41:15.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:15 smithi204 bash[22398]: cluster 2024-04-15T20:41:13.394601+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:41:15.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:15 smithi204 bash[22398]: audit 2024-04-15T20:41:14.752724+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-15T20:41:15.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:15 smithi204 bash[22398]: audit 2024-04-15T20:41:14.754368+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:41:16.408 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:16 smithi094 bash[22212]: cephadm 2024-04-15T20:41:14.755796+0000 mgr.a (mgr.14152) 135 : cephadm [INF] Deploying daemon osd.0 on smithi069 2024-04-15T20:41:16.427 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:16 smithi069 bash[21530]: cephadm 2024-04-15T20:41:14.755796+0000 mgr.a (mgr.14152) 135 : cephadm [INF] Deploying daemon osd.0 on smithi069 2024-04-15T20:41:16.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:16 smithi204 bash[22398]: cephadm 2024-04-15T20:41:14.755796+0000 mgr.a (mgr.14152) 135 : cephadm [INF] Deploying daemon osd.0 on smithi069 2024-04-15T20:41:17.408 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:17 smithi094 bash[22212]: cluster 2024-04-15T20:41:15.395044+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:41:17.427 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:17 smithi069 bash[21530]: cluster 2024-04-15T20:41:15.395044+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:41:17.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:17 smithi204 bash[22398]: cluster 2024-04-15T20:41:15.395044+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:41:18.556 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:18 smithi069 systemd[1]: /etc/systemd/system/ceph-cb456bda-fb67-11ee-bc8f-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-15T20:41:18.557 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:41:18 smithi069 systemd[1]: /etc/systemd/system/ceph-cb456bda-fb67-11ee-bc8f-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-15T20:41:18.927 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:18 smithi069 systemd[1]: /etc/systemd/system/ceph-cb456bda-fb67-11ee-bc8f-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-15T20:41:18.927 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:41:18 smithi069 systemd[1]: /etc/systemd/system/ceph-cb456bda-fb67-11ee-bc8f-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-15T20:41:19.412 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:19 smithi069 bash[21530]: cluster 2024-04-15T20:41:17.395349+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:41:19.412 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:19 smithi069 bash[21530]: audit 2024-04-15T20:41:18.706503+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:19.412 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:19 smithi069 bash[21530]: audit 2024-04-15T20:41:18.712182+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:19.412 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:19 smithi069 bash[21530]: audit 2024-04-15T20:41:18.735198+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:41:19.412 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:19 smithi069 bash[21530]: audit 2024-04-15T20:41:18.737566+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:41:19.412 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:19 smithi069 bash[21530]: audit 2024-04-15T20:41:18.738251+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:41:19.412 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:19 smithi069 bash[21530]: audit 2024-04-15T20:41:18.743445+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:19.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:19 smithi204 bash[22398]: cluster 2024-04-15T20:41:17.395349+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:41:19.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:19 smithi204 bash[22398]: audit 2024-04-15T20:41:18.706503+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:19.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:19 smithi204 bash[22398]: audit 2024-04-15T20:41:18.712182+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:19.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:19 smithi204 bash[22398]: audit 2024-04-15T20:41:18.735198+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:41:19.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:19 smithi204 bash[22398]: audit 2024-04-15T20:41:18.737566+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:41:19.440 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:19 smithi204 bash[22398]: audit 2024-04-15T20:41:18.738251+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:41:19.440 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:19 smithi204 bash[22398]: audit 2024-04-15T20:41:18.743445+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:19.658 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:19 smithi094 bash[22212]: cluster 2024-04-15T20:41:17.395349+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:41:19.658 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:19 smithi094 bash[22212]: audit 2024-04-15T20:41:18.706503+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:19.658 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:19 smithi094 bash[22212]: audit 2024-04-15T20:41:18.712182+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:19.659 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:19 smithi094 bash[22212]: audit 2024-04-15T20:41:18.735198+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:41:19.659 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:19 smithi094 bash[22212]: audit 2024-04-15T20:41:18.737566+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:41:19.659 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:19 smithi094 bash[22212]: audit 2024-04-15T20:41:18.738251+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:41:19.659 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:19 smithi094 bash[22212]: audit 2024-04-15T20:41:18.743445+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:20.927 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:20 smithi069 bash[21530]: cluster 2024-04-15T20:41:19.395711+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:41:20.927 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:20 smithi069 bash[21530]: audit 2024-04-15T20:41:19.747899+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:20.927 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:20 smithi069 bash[21530]: audit 2024-04-15T20:41:19.753304+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:20.927 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:20 smithi069 bash[21530]: audit 2024-04-15T20:41:19.759653+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:21.150 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:20 smithi094 bash[22212]: cluster 2024-04-15T20:41:19.395711+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:41:21.150 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:20 smithi094 bash[22212]: audit 2024-04-15T20:41:19.747899+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:21.150 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:20 smithi094 bash[22212]: audit 2024-04-15T20:41:19.753304+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:21.150 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:20 smithi094 bash[22212]: audit 2024-04-15T20:41:19.759653+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:21.189 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:20 smithi204 bash[22398]: cluster 2024-04-15T20:41:19.395711+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:41:21.189 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:20 smithi204 bash[22398]: audit 2024-04-15T20:41:19.747899+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:21.189 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:20 smithi204 bash[22398]: audit 2024-04-15T20:41:19.753304+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:21.190 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:20 smithi204 bash[22398]: audit 2024-04-15T20:41:19.759653+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:22.908 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:22 smithi094 bash[22212]: cluster 2024-04-15T20:41:21.396173+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:41:23.177 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:22 smithi069 bash[21530]: cluster 2024-04-15T20:41:21.396173+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:41:23.189 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:22 smithi204 bash[22398]: cluster 2024-04-15T20:41:21.396173+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:41:25.050 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:24 smithi094 bash[22212]: cluster 2024-04-15T20:41:23.396617+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:41:25.051 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:24 smithi094 bash[22212]: audit 2024-04-15T20:41:24.747537+0000 mon.a (mon.0) 406 : audit [INF] from='osd.0 [v2:172.21.15.69:6802/3734650041,v1:172.21.15.69:6803/3734650041]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-15T20:41:25.111 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:24 smithi069 bash[21530]: cluster 2024-04-15T20:41:23.396617+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:41:25.111 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:24 smithi069 bash[21530]: audit 2024-04-15T20:41:24.747537+0000 mon.a (mon.0) 406 : audit [INF] from='osd.0 [v2:172.21.15.69:6802/3734650041,v1:172.21.15.69:6803/3734650041]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-15T20:41:25.189 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:24 smithi204 bash[22398]: cluster 2024-04-15T20:41:23.396617+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:41:25.189 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:24 smithi204 bash[22398]: audit 2024-04-15T20:41:24.747537+0000 mon.a (mon.0) 406 : audit [INF] from='osd.0 [v2:172.21.15.69:6802/3734650041,v1:172.21.15.69:6803/3734650041]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-15T20:41:26.158 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:25 smithi094 bash[22212]: audit 2024-04-15T20:41:24.756246+0000 mon.a (mon.0) 407 : audit [INF] from='osd.0 [v2:172.21.15.69:6802/3734650041,v1:172.21.15.69:6803/3734650041]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-04-15T20:41:26.158 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:25 smithi094 bash[22212]: cluster 2024-04-15T20:41:24.761233+0000 mon.a (mon.0) 408 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-04-15T20:41:26.159 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:25 smithi094 bash[22212]: audit 2024-04-15T20:41:24.761643+0000 mon.a (mon.0) 409 : audit [INF] from='osd.0 [v2:172.21.15.69:6802/3734650041,v1:172.21.15.69:6803/3734650041]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi069", "root=default"]}]: dispatch 2024-04-15T20:41:26.159 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:25 smithi094 bash[22212]: audit 2024-04-15T20:41:24.761907+0000 mon.a (mon.0) 410 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-15T20:41:26.159 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:25 smithi094 bash[22212]: audit 2024-04-15T20:41:25.758740+0000 mon.a (mon.0) 411 : audit [INF] from='osd.0 [v2:172.21.15.69:6802/3734650041,v1:172.21.15.69:6803/3734650041]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi069", "root=default"]}]': finished 2024-04-15T20:41:26.159 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:25 smithi094 bash[22212]: cluster 2024-04-15T20:41:25.764027+0000 mon.a (mon.0) 412 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-04-15T20:41:26.177 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:25 smithi069 bash[21530]: audit 2024-04-15T20:41:24.756246+0000 mon.a (mon.0) 407 : audit [INF] from='osd.0 [v2:172.21.15.69:6802/3734650041,v1:172.21.15.69:6803/3734650041]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-04-15T20:41:26.177 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:25 smithi069 bash[21530]: cluster 2024-04-15T20:41:24.761233+0000 mon.a (mon.0) 408 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-04-15T20:41:26.177 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:25 smithi069 bash[21530]: audit 2024-04-15T20:41:24.761643+0000 mon.a (mon.0) 409 : audit [INF] from='osd.0 [v2:172.21.15.69:6802/3734650041,v1:172.21.15.69:6803/3734650041]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi069", "root=default"]}]: dispatch 2024-04-15T20:41:26.177 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:25 smithi069 bash[21530]: audit 2024-04-15T20:41:24.761907+0000 mon.a (mon.0) 410 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-15T20:41:26.177 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:25 smithi069 bash[21530]: audit 2024-04-15T20:41:25.758740+0000 mon.a (mon.0) 411 : audit [INF] from='osd.0 [v2:172.21.15.69:6802/3734650041,v1:172.21.15.69:6803/3734650041]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi069", "root=default"]}]': finished 2024-04-15T20:41:26.177 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:25 smithi069 bash[21530]: cluster 2024-04-15T20:41:25.764027+0000 mon.a (mon.0) 412 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-04-15T20:41:26.189 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:25 smithi204 bash[22398]: audit 2024-04-15T20:41:24.756246+0000 mon.a (mon.0) 407 : audit [INF] from='osd.0 [v2:172.21.15.69:6802/3734650041,v1:172.21.15.69:6803/3734650041]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-04-15T20:41:26.189 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:25 smithi204 bash[22398]: cluster 2024-04-15T20:41:24.761233+0000 mon.a (mon.0) 408 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-04-15T20:41:26.189 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:25 smithi204 bash[22398]: audit 2024-04-15T20:41:24.761643+0000 mon.a (mon.0) 409 : audit [INF] from='osd.0 [v2:172.21.15.69:6802/3734650041,v1:172.21.15.69:6803/3734650041]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi069", "root=default"]}]: dispatch 2024-04-15T20:41:26.189 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:25 smithi204 bash[22398]: audit 2024-04-15T20:41:24.761907+0000 mon.a (mon.0) 410 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-15T20:41:26.189 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:25 smithi204 bash[22398]: audit 2024-04-15T20:41:25.758740+0000 mon.a (mon.0) 411 : audit [INF] from='osd.0 [v2:172.21.15.69:6802/3734650041,v1:172.21.15.69:6803/3734650041]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi069", "root=default"]}]': finished 2024-04-15T20:41:26.190 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:25 smithi204 bash[22398]: cluster 2024-04-15T20:41:25.764027+0000 mon.a (mon.0) 412 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-04-15T20:41:26.927 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:26 smithi069 bash[21530]: cluster 2024-04-15T20:41:25.396978+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:41:26.928 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:26 smithi069 bash[21530]: audit 2024-04-15T20:41:25.765939+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-15T20:41:26.928 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:26 smithi069 bash[21530]: audit 2024-04-15T20:41:25.799735+0000 mon.a (mon.0) 414 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-15T20:41:26.928 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:26 smithi069 bash[21530]: audit 2024-04-15T20:41:26.223265+0000 mon.a (mon.0) 415 : audit [INF] from='osd.0 [v2:172.21.15.69:6802/3734650041,v1:172.21.15.69:6803/3734650041]' entity='osd.0' 2024-04-15T20:41:26.928 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:26 smithi069 bash[21530]: audit 2024-04-15T20:41:26.710564+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:26.928 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:26 smithi069 bash[21530]: audit 2024-04-15T20:41:26.718954+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:26.928 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:26 smithi069 bash[21530]: audit 2024-04-15T20:41:26.729583+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:26.928 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:26 smithi069 bash[21530]: audit 2024-04-15T20:41:26.771321+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-15T20:41:27.158 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:26 smithi094 bash[22212]: cluster 2024-04-15T20:41:25.396978+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:41:27.159 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:26 smithi094 bash[22212]: audit 2024-04-15T20:41:25.765939+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-15T20:41:27.159 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:26 smithi094 bash[22212]: audit 2024-04-15T20:41:25.799735+0000 mon.a (mon.0) 414 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-15T20:41:27.159 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:26 smithi094 bash[22212]: audit 2024-04-15T20:41:26.223265+0000 mon.a (mon.0) 415 : audit [INF] from='osd.0 [v2:172.21.15.69:6802/3734650041,v1:172.21.15.69:6803/3734650041]' entity='osd.0' 2024-04-15T20:41:27.159 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:26 smithi094 bash[22212]: audit 2024-04-15T20:41:26.710564+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:27.159 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:26 smithi094 bash[22212]: audit 2024-04-15T20:41:26.718954+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:27.159 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:26 smithi094 bash[22212]: audit 2024-04-15T20:41:26.729583+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:27.159 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:26 smithi094 bash[22212]: audit 2024-04-15T20:41:26.771321+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-15T20:41:27.189 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:26 smithi204 bash[22398]: cluster 2024-04-15T20:41:25.396978+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:41:27.189 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:26 smithi204 bash[22398]: audit 2024-04-15T20:41:25.765939+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-15T20:41:27.189 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:26 smithi204 bash[22398]: audit 2024-04-15T20:41:25.799735+0000 mon.a (mon.0) 414 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-15T20:41:27.189 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:26 smithi204 bash[22398]: audit 2024-04-15T20:41:26.223265+0000 mon.a (mon.0) 415 : audit [INF] from='osd.0 [v2:172.21.15.69:6802/3734650041,v1:172.21.15.69:6803/3734650041]' entity='osd.0' 2024-04-15T20:41:27.189 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:26 smithi204 bash[22398]: audit 2024-04-15T20:41:26.710564+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:27.190 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:26 smithi204 bash[22398]: audit 2024-04-15T20:41:26.718954+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:27.190 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:26 smithi204 bash[22398]: audit 2024-04-15T20:41:26.729583+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:27.190 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:26 smithi204 bash[22398]: audit 2024-04-15T20:41:26.771321+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-15T20:41:28.427 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:28 smithi069 bash[21530]: cluster 2024-04-15T20:41:25.719772+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-15T20:41:28.427 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:28 smithi069 bash[21530]: cluster 2024-04-15T20:41:25.719896+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-15T20:41:28.427 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:28 smithi069 bash[21530]: cluster 2024-04-15T20:41:27.227918+0000 mon.a (mon.0) 420 : cluster [INF] osd.0 [v2:172.21.15.69:6802/3734650041,v1:172.21.15.69:6803/3734650041] boot 2024-04-15T20:41:28.427 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:28 smithi069 bash[21530]: cluster 2024-04-15T20:41:27.227983+0000 mon.a (mon.0) 421 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-04-15T20:41:28.427 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:28 smithi069 bash[21530]: audit 2024-04-15T20:41:27.228730+0000 mon.a (mon.0) 422 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-15T20:41:28.658 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:28 smithi094 bash[22212]: cluster 2024-04-15T20:41:25.719772+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-15T20:41:28.658 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:28 smithi094 bash[22212]: cluster 2024-04-15T20:41:25.719896+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-15T20:41:28.658 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:28 smithi094 bash[22212]: cluster 2024-04-15T20:41:27.227918+0000 mon.a (mon.0) 420 : cluster [INF] osd.0 [v2:172.21.15.69:6802/3734650041,v1:172.21.15.69:6803/3734650041] boot 2024-04-15T20:41:28.658 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:28 smithi094 bash[22212]: cluster 2024-04-15T20:41:27.227983+0000 mon.a (mon.0) 421 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-04-15T20:41:28.658 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:28 smithi094 bash[22212]: audit 2024-04-15T20:41:27.228730+0000 mon.a (mon.0) 422 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-15T20:41:28.689 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:28 smithi204 bash[22398]: cluster 2024-04-15T20:41:25.719772+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-15T20:41:28.689 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:28 smithi204 bash[22398]: cluster 2024-04-15T20:41:25.719896+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-15T20:41:28.689 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:28 smithi204 bash[22398]: cluster 2024-04-15T20:41:27.227918+0000 mon.a (mon.0) 420 : cluster [INF] osd.0 [v2:172.21.15.69:6802/3734650041,v1:172.21.15.69:6803/3734650041] boot 2024-04-15T20:41:28.689 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:28 smithi204 bash[22398]: cluster 2024-04-15T20:41:27.227983+0000 mon.a (mon.0) 421 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-04-15T20:41:28.689 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:28 smithi204 bash[22398]: audit 2024-04-15T20:41:27.228730+0000 mon.a (mon.0) 422 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-15T20:41:29.390 INFO:teuthology.orchestra.run.smithi069.stdout:Created osd(s) 0 on host 'smithi069' 2024-04-15T20:41:29.658 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:29 smithi094 bash[22212]: cluster 2024-04-15T20:41:27.397348+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:41:29.658 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:29 smithi094 bash[22212]: cluster 2024-04-15T20:41:28.232619+0000 mon.a (mon.0) 423 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-04-15T20:41:29.677 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:29 smithi069 bash[21530]: cluster 2024-04-15T20:41:27.397348+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:41:29.677 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:29 smithi069 bash[21530]: cluster 2024-04-15T20:41:28.232619+0000 mon.a (mon.0) 423 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-04-15T20:41:29.689 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:29 smithi204 bash[22398]: cluster 2024-04-15T20:41:27.397348+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:41:29.689 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:29 smithi204 bash[22398]: cluster 2024-04-15T20:41:28.232619+0000 mon.a (mon.0) 423 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-04-15T20:41:30.407 DEBUG:teuthology.orchestra.run.smithi069:osd.0> sudo journalctl -f -n 0 -u ceph-cb456bda-fb67-11ee-bc8f-c7b262605968@osd.0.service 2024-04-15T20:41:30.410 INFO:tasks.cephadm:Deploying osd.1 on smithi069 with /dev/vg_nvme/lv_3... 2024-04-15T20:41:30.410 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cb456bda-fb67-11ee-bc8f-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-04-15T20:41:30.617 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:30 smithi069 bash[21530]: audit 2024-04-15T20:41:29.341347+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:30.617 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:30 smithi069 bash[21530]: audit 2024-04-15T20:41:29.347814+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:30.617 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:30 smithi069 bash[21530]: audit 2024-04-15T20:41:29.367013+0000 mon.a (mon.0) 426 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:41:30.617 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:30 smithi069 bash[21530]: audit 2024-04-15T20:41:29.370098+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-15T20:41:30.617 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:30 smithi069 bash[21530]: cephadm 2024-04-15T20:41:29.370755+0000 mgr.a (mgr.14152) 143 : cephadm [INF] Adjusting osd_memory_target on smithi069 to 16241M 2024-04-15T20:41:30.617 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:30 smithi069 bash[21530]: audit 2024-04-15T20:41:29.374854+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:30.617 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:30 smithi069 bash[21530]: audit 2024-04-15T20:41:29.377819+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:41:30.617 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:30 smithi069 bash[21530]: audit 2024-04-15T20:41:29.378614+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:41:30.617 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:30 smithi069 bash[21530]: audit 2024-04-15T20:41:29.383741+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:30.617 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:30 smithi069 bash[21530]: cluster 2024-04-15T20:41:29.397686+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T20:41:30.658 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:30 smithi094 bash[22212]: audit 2024-04-15T20:41:29.341347+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:30.658 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:30 smithi094 bash[22212]: audit 2024-04-15T20:41:29.347814+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:30.658 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:30 smithi094 bash[22212]: audit 2024-04-15T20:41:29.367013+0000 mon.a (mon.0) 426 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:41:30.658 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:30 smithi094 bash[22212]: audit 2024-04-15T20:41:29.370098+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-15T20:41:30.659 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:30 smithi094 bash[22212]: cephadm 2024-04-15T20:41:29.370755+0000 mgr.a (mgr.14152) 143 : cephadm [INF] Adjusting osd_memory_target on smithi069 to 16241M 2024-04-15T20:41:30.659 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:30 smithi094 bash[22212]: audit 2024-04-15T20:41:29.374854+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:30.659 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:30 smithi094 bash[22212]: audit 2024-04-15T20:41:29.377819+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:41:30.659 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:30 smithi094 bash[22212]: audit 2024-04-15T20:41:29.378614+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:41:30.659 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:30 smithi094 bash[22212]: audit 2024-04-15T20:41:29.383741+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:30.659 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:30 smithi094 bash[22212]: cluster 2024-04-15T20:41:29.397686+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T20:41:30.689 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:30 smithi204 bash[22398]: audit 2024-04-15T20:41:29.341347+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:30.689 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:30 smithi204 bash[22398]: audit 2024-04-15T20:41:29.347814+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:30.690 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:30 smithi204 bash[22398]: audit 2024-04-15T20:41:29.367013+0000 mon.a (mon.0) 426 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:41:30.690 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:30 smithi204 bash[22398]: audit 2024-04-15T20:41:29.370098+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-15T20:41:30.690 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:30 smithi204 bash[22398]: cephadm 2024-04-15T20:41:29.370755+0000 mgr.a (mgr.14152) 143 : cephadm [INF] Adjusting osd_memory_target on smithi069 to 16241M 2024-04-15T20:41:30.690 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:30 smithi204 bash[22398]: audit 2024-04-15T20:41:29.374854+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:30.690 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:30 smithi204 bash[22398]: audit 2024-04-15T20:41:29.377819+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:41:30.690 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:30 smithi204 bash[22398]: audit 2024-04-15T20:41:29.378614+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:41:30.690 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:30 smithi204 bash[22398]: audit 2024-04-15T20:41:29.383741+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:30.690 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:30 smithi204 bash[22398]: cluster 2024-04-15T20:41:29.397686+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T20:41:32.908 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:32 smithi094 bash[22212]: cluster 2024-04-15T20:41:31.398129+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T20:41:32.927 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:32 smithi069 bash[21530]: cluster 2024-04-15T20:41:31.398129+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T20:41:32.939 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:32 smithi204 bash[22398]: cluster 2024-04-15T20:41:31.398129+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T20:41:34.658 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:34 smithi094 bash[22212]: audit 2024-04-15T20:41:33.325902+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:34.658 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:34 smithi094 bash[22212]: audit 2024-04-15T20:41:33.331403+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:34.658 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:34 smithi094 bash[22212]: audit 2024-04-15T20:41:33.337464+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:34.659 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:34 smithi094 bash[22212]: audit 2024-04-15T20:41:33.340052+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:41:34.659 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:34 smithi094 bash[22212]: audit 2024-04-15T20:41:33.344891+0000 mon.a (mon.0) 436 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:41:34.659 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:34 smithi094 bash[22212]: audit 2024-04-15T20:41:33.346424+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:41:34.659 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:34 smithi094 bash[22212]: cluster 2024-04-15T20:41:33.349717+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T20:41:34.659 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:34 smithi094 bash[22212]: audit 2024-04-15T20:41:33.354030+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:34.677 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:34 smithi069 bash[21530]: audit 2024-04-15T20:41:33.325902+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:34.677 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:34 smithi069 bash[21530]: audit 2024-04-15T20:41:33.331403+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:34.677 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:34 smithi069 bash[21530]: audit 2024-04-15T20:41:33.337464+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:34.677 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:34 smithi069 bash[21530]: audit 2024-04-15T20:41:33.340052+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:41:34.677 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:34 smithi069 bash[21530]: audit 2024-04-15T20:41:33.344891+0000 mon.a (mon.0) 436 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:41:34.677 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:34 smithi069 bash[21530]: audit 2024-04-15T20:41:33.346424+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:41:34.677 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:34 smithi069 bash[21530]: cluster 2024-04-15T20:41:33.349717+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T20:41:34.677 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:34 smithi069 bash[21530]: audit 2024-04-15T20:41:33.354030+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:34.689 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:34 smithi204 bash[22398]: audit 2024-04-15T20:41:33.325902+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:34.689 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:34 smithi204 bash[22398]: audit 2024-04-15T20:41:33.331403+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:34.689 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:34 smithi204 bash[22398]: audit 2024-04-15T20:41:33.337464+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:34.689 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:34 smithi204 bash[22398]: audit 2024-04-15T20:41:33.340052+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:41:34.689 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:34 smithi204 bash[22398]: audit 2024-04-15T20:41:33.344891+0000 mon.a (mon.0) 436 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:41:34.689 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:34 smithi204 bash[22398]: audit 2024-04-15T20:41:33.346424+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:41:34.690 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:34 smithi204 bash[22398]: cluster 2024-04-15T20:41:33.349717+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T20:41:34.690 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:34 smithi204 bash[22398]: audit 2024-04-15T20:41:33.354030+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:35.626 INFO:teuthology.orchestra.run.smithi069.stderr:Inferring config /var/lib/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/mon.a/config 2024-04-15T20:41:35.647 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:35 smithi069 bash[21530]: cluster 2024-04-15T20:41:34.335855+0000 mon.a (mon.0) 439 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-15T20:41:35.658 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:35 smithi094 bash[22212]: cluster 2024-04-15T20:41:34.335855+0000 mon.a (mon.0) 439 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-15T20:41:35.689 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:35 smithi204 bash[22398]: cluster 2024-04-15T20:41:34.335855+0000 mon.a (mon.0) 439 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-15T20:41:36.658 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:36 smithi094 bash[22212]: cluster 2024-04-15T20:41:35.350200+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T20:41:36.676 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:36 smithi069 bash[21530]: cluster 2024-04-15T20:41:35.350200+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T20:41:36.689 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:36 smithi204 bash[22398]: cluster 2024-04-15T20:41:35.350200+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T20:41:38.408 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:37 smithi094 bash[22212]: audit 2024-04-15T20:41:36.995830+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:38.408 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:37 smithi094 bash[22212]: audit 2024-04-15T20:41:37.001618+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:38.408 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:37 smithi094 bash[22212]: audit 2024-04-15T20:41:37.010905+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:38.408 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:37 smithi094 bash[22212]: audit 2024-04-15T20:41:37.032130+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:41:38.408 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:37 smithi094 bash[22212]: audit 2024-04-15T20:41:37.036330+0000 mon.a (mon.0) 444 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:41:38.409 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:37 smithi094 bash[22212]: audit 2024-04-15T20:41:37.037447+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:41:38.409 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:37 smithi094 bash[22212]: cluster 2024-04-15T20:41:37.039826+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T20:41:38.409 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:37 smithi094 bash[22212]: audit 2024-04-15T20:41:37.045501+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:38.426 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:37 smithi069 bash[21530]: audit 2024-04-15T20:41:36.995830+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:38.427 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:37 smithi069 bash[21530]: audit 2024-04-15T20:41:37.001618+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:38.427 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:37 smithi069 bash[21530]: audit 2024-04-15T20:41:37.010905+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:38.427 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:37 smithi069 bash[21530]: audit 2024-04-15T20:41:37.032130+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:41:38.427 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:37 smithi069 bash[21530]: audit 2024-04-15T20:41:37.036330+0000 mon.a (mon.0) 444 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:41:38.427 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:37 smithi069 bash[21530]: audit 2024-04-15T20:41:37.037447+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:41:38.427 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:37 smithi069 bash[21530]: cluster 2024-04-15T20:41:37.039826+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T20:41:38.427 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:37 smithi069 bash[21530]: audit 2024-04-15T20:41:37.045501+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:38.430 INFO:teuthology.orchestra.run.smithi069.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-04-15T20:41:38.430 INFO:teuthology.orchestra.run.smithi069.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-04-15T20:41:38.430 INFO:teuthology.orchestra.run.smithi069.stderr: stderr: 10+0 records in 2024-04-15T20:41:38.430 INFO:teuthology.orchestra.run.smithi069.stderr:10+0 records out 2024-04-15T20:41:38.431 INFO:teuthology.orchestra.run.smithi069.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0143513 s, 731 MB/s 2024-04-15T20:41:38.431 INFO:teuthology.orchestra.run.smithi069.stderr:--> Zapping successful for: 2024-04-15T20:41:38.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:37 smithi204 bash[22398]: audit 2024-04-15T20:41:36.995830+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:38.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:37 smithi204 bash[22398]: audit 2024-04-15T20:41:37.001618+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:38.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:37 smithi204 bash[22398]: audit 2024-04-15T20:41:37.010905+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:38.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:37 smithi204 bash[22398]: audit 2024-04-15T20:41:37.032130+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:41:38.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:37 smithi204 bash[22398]: audit 2024-04-15T20:41:37.036330+0000 mon.a (mon.0) 444 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:41:38.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:37 smithi204 bash[22398]: audit 2024-04-15T20:41:37.037447+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:41:38.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:37 smithi204 bash[22398]: cluster 2024-04-15T20:41:37.039826+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T20:41:38.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:37 smithi204 bash[22398]: audit 2024-04-15T20:41:37.045501+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:39.121 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cb456bda-fb67-11ee-bc8f-c7b262605968 -- ceph orch daemon add osd smithi069:vg_nvme/lv_3 2024-04-15T20:41:39.408 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:38 smithi094 bash[22212]: cluster 2024-04-15T20:41:38.007217+0000 mon.a (mon.0) 447 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-15T20:41:39.408 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:38 smithi094 bash[22212]: cluster 2024-04-15T20:41:38.007239+0000 mon.a (mon.0) 448 : cluster [INF] Cluster is now healthy 2024-04-15T20:41:39.427 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:38 smithi069 bash[21530]: cluster 2024-04-15T20:41:38.007217+0000 mon.a (mon.0) 447 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-15T20:41:39.427 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:38 smithi069 bash[21530]: cluster 2024-04-15T20:41:38.007239+0000 mon.a (mon.0) 448 : cluster [INF] Cluster is now healthy 2024-04-15T20:41:39.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:39 smithi204 bash[22398]: cluster 2024-04-15T20:41:38.007217+0000 mon.a (mon.0) 447 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-15T20:41:39.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:39 smithi204 bash[22398]: cluster 2024-04-15T20:41:38.007239+0000 mon.a (mon.0) 448 : cluster [INF] Cluster is now healthy 2024-04-15T20:41:40.408 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:40 smithi094 bash[22212]: cluster 2024-04-15T20:41:39.040271+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T20:41:40.408 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:40 smithi094 bash[22212]: audit 2024-04-15T20:41:39.962210+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:40.408 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:40 smithi094 bash[22212]: audit 2024-04-15T20:41:39.970471+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:40.408 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:40 smithi094 bash[22212]: audit 2024-04-15T20:41:39.980639+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:40.427 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:40 smithi069 bash[21530]: cluster 2024-04-15T20:41:39.040271+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T20:41:40.427 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:40 smithi069 bash[21530]: audit 2024-04-15T20:41:39.962210+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:40.427 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:40 smithi069 bash[21530]: audit 2024-04-15T20:41:39.970471+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:40.427 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:40 smithi069 bash[21530]: audit 2024-04-15T20:41:39.980639+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:40.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:40 smithi204 bash[22398]: cluster 2024-04-15T20:41:39.040271+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T20:41:40.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:40 smithi204 bash[22398]: audit 2024-04-15T20:41:39.962210+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:40.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:40 smithi204 bash[22398]: audit 2024-04-15T20:41:39.970471+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:40.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:40 smithi204 bash[22398]: audit 2024-04-15T20:41:39.980639+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:42.355 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:42 smithi094 bash[22212]: cluster 2024-04-15T20:41:41.040705+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T20:41:42.427 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:42 smithi069 bash[21530]: cluster 2024-04-15T20:41:41.040705+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T20:41:42.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:42 smithi204 bash[22398]: cluster 2024-04-15T20:41:41.040705+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T20:41:43.843 INFO:teuthology.orchestra.run.smithi069.stderr:Inferring config /var/lib/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/mon.a/config 2024-04-15T20:41:44.177 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:44 smithi069 bash[21530]: cluster 2024-04-15T20:41:43.041153+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T20:41:44.408 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:44 smithi094 bash[22212]: cluster 2024-04-15T20:41:43.041153+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T20:41:44.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:44 smithi204 bash[22398]: cluster 2024-04-15T20:41:43.041153+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T20:41:46.408 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:46 smithi094 bash[22212]: cluster 2024-04-15T20:41:45.041582+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T20:41:46.427 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:46 smithi069 bash[21530]: cluster 2024-04-15T20:41:45.041582+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T20:41:46.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:46 smithi204 bash[22398]: cluster 2024-04-15T20:41:45.041582+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T20:41:47.408 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:47 smithi094 bash[22212]: audit 2024-04-15T20:41:46.347574+0000 mon.a (mon.0) 452 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-15T20:41:47.408 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:47 smithi094 bash[22212]: audit 2024-04-15T20:41:46.353028+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-15T20:41:47.408 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:47 smithi094 bash[22212]: audit 2024-04-15T20:41:46.353894+0000 mon.a (mon.0) 454 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:41:47.408 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:47 smithi094 bash[22212]: audit 2024-04-15T20:41:46.930125+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:47.408 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:47 smithi094 bash[22212]: audit 2024-04-15T20:41:46.938284+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:47.408 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:47 smithi094 bash[22212]: audit 2024-04-15T20:41:46.947990+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:47.427 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:47 smithi069 bash[21530]: audit 2024-04-15T20:41:46.347574+0000 mon.a (mon.0) 452 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-15T20:41:47.427 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:47 smithi069 bash[21530]: audit 2024-04-15T20:41:46.353028+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-15T20:41:47.427 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:47 smithi069 bash[21530]: audit 2024-04-15T20:41:46.353894+0000 mon.a (mon.0) 454 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:41:47.428 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:47 smithi069 bash[21530]: audit 2024-04-15T20:41:46.930125+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:47.428 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:47 smithi069 bash[21530]: audit 2024-04-15T20:41:46.938284+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:47.428 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:47 smithi069 bash[21530]: audit 2024-04-15T20:41:46.947990+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:47.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:47 smithi204 bash[22398]: audit 2024-04-15T20:41:46.347574+0000 mon.a (mon.0) 452 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-15T20:41:47.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:47 smithi204 bash[22398]: audit 2024-04-15T20:41:46.353028+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-15T20:41:47.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:47 smithi204 bash[22398]: audit 2024-04-15T20:41:46.353894+0000 mon.a (mon.0) 454 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:41:47.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:47 smithi204 bash[22398]: audit 2024-04-15T20:41:46.930125+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:47.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:47 smithi204 bash[22398]: audit 2024-04-15T20:41:46.938284+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:47.440 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:47 smithi204 bash[22398]: audit 2024-04-15T20:41:46.947990+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:48.408 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:48 smithi094 bash[22212]: audit 2024-04-15T20:41:46.344844+0000 mgr.a (mgr.14152) 153 : audit [DBG] from='client.14235 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi069:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:41:48.408 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:48 smithi094 bash[22212]: cluster 2024-04-15T20:41:47.042019+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T20:41:48.427 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:48 smithi069 bash[21530]: audit 2024-04-15T20:41:46.344844+0000 mgr.a (mgr.14152) 153 : audit [DBG] from='client.14235 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi069:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:41:48.427 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:48 smithi069 bash[21530]: cluster 2024-04-15T20:41:47.042019+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T20:41:48.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:48 smithi204 bash[22398]: audit 2024-04-15T20:41:46.344844+0000 mgr.a (mgr.14152) 153 : audit [DBG] from='client.14235 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi069:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:41:48.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:48 smithi204 bash[22398]: cluster 2024-04-15T20:41:47.042019+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T20:41:50.408 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:50 smithi094 bash[22212]: cluster 2024-04-15T20:41:49.042333+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T20:41:50.427 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:50 smithi069 bash[21530]: cluster 2024-04-15T20:41:49.042333+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T20:41:50.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:50 smithi204 bash[22398]: cluster 2024-04-15T20:41:49.042333+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T20:41:52.378 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:52 smithi204 bash[22398]: cluster 2024-04-15T20:41:51.042804+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T20:41:52.408 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:52 smithi094 bash[22212]: cluster 2024-04-15T20:41:51.042804+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T20:41:52.427 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:52 smithi069 bash[21530]: cluster 2024-04-15T20:41:51.042804+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T20:41:54.189 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:54 smithi204 bash[22398]: cluster 2024-04-15T20:41:53.043294+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T20:41:54.408 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:54 smithi094 bash[22212]: cluster 2024-04-15T20:41:53.043294+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T20:41:54.427 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:54 smithi069 bash[21530]: cluster 2024-04-15T20:41:53.043294+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T20:41:55.408 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:55 smithi094 bash[22212]: audit 2024-04-15T20:41:54.903001+0000 mon.a (mon.0) 458 : audit [INF] from='client.? 172.21.15.69:0/1311315934' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dce51a52-2ebb-469c-9207-0a3cdd3f5899"}]: dispatch 2024-04-15T20:41:55.408 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:55 smithi094 bash[22212]: audit 2024-04-15T20:41:54.905241+0000 mon.a (mon.0) 459 : audit [INF] from='client.? 172.21.15.69:0/1311315934' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "dce51a52-2ebb-469c-9207-0a3cdd3f5899"}]': finished 2024-04-15T20:41:55.408 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:55 smithi094 bash[22212]: cluster 2024-04-15T20:41:54.908490+0000 mon.a (mon.0) 460 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-04-15T20:41:55.408 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:55 smithi094 bash[22212]: audit 2024-04-15T20:41:54.908851+0000 mon.a (mon.0) 461 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-15T20:41:55.427 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:55 smithi069 bash[21530]: audit 2024-04-15T20:41:54.903001+0000 mon.a (mon.0) 458 : audit [INF] from='client.? 172.21.15.69:0/1311315934' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dce51a52-2ebb-469c-9207-0a3cdd3f5899"}]: dispatch 2024-04-15T20:41:55.427 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:55 smithi069 bash[21530]: audit 2024-04-15T20:41:54.905241+0000 mon.a (mon.0) 459 : audit [INF] from='client.? 172.21.15.69:0/1311315934' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "dce51a52-2ebb-469c-9207-0a3cdd3f5899"}]': finished 2024-04-15T20:41:55.427 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:55 smithi069 bash[21530]: cluster 2024-04-15T20:41:54.908490+0000 mon.a (mon.0) 460 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-04-15T20:41:55.427 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:55 smithi069 bash[21530]: audit 2024-04-15T20:41:54.908851+0000 mon.a (mon.0) 461 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-15T20:41:55.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:55 smithi204 bash[22398]: audit 2024-04-15T20:41:54.903001+0000 mon.a (mon.0) 458 : audit [INF] from='client.? 172.21.15.69:0/1311315934' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dce51a52-2ebb-469c-9207-0a3cdd3f5899"}]: dispatch 2024-04-15T20:41:55.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:55 smithi204 bash[22398]: audit 2024-04-15T20:41:54.905241+0000 mon.a (mon.0) 459 : audit [INF] from='client.? 172.21.15.69:0/1311315934' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "dce51a52-2ebb-469c-9207-0a3cdd3f5899"}]': finished 2024-04-15T20:41:55.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:55 smithi204 bash[22398]: cluster 2024-04-15T20:41:54.908490+0000 mon.a (mon.0) 460 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-04-15T20:41:55.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:55 smithi204 bash[22398]: audit 2024-04-15T20:41:54.908851+0000 mon.a (mon.0) 461 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-15T20:41:56.408 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:56 smithi094 bash[22212]: cluster 2024-04-15T20:41:55.043763+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T20:41:56.408 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:56 smithi094 bash[22212]: audit 2024-04-15T20:41:55.631549+0000 mon.a (mon.0) 462 : audit [DBG] from='client.? 172.21.15.69:0/268911246' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-15T20:41:56.427 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:56 smithi069 bash[21530]: cluster 2024-04-15T20:41:55.043763+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T20:41:56.427 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:56 smithi069 bash[21530]: audit 2024-04-15T20:41:55.631549+0000 mon.a (mon.0) 462 : audit [DBG] from='client.? 172.21.15.69:0/268911246' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-15T20:41:56.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:56 smithi204 bash[22398]: cluster 2024-04-15T20:41:55.043763+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T20:41:56.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:56 smithi204 bash[22398]: audit 2024-04-15T20:41:55.631549+0000 mon.a (mon.0) 462 : audit [DBG] from='client.? 172.21.15.69:0/268911246' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-15T20:41:57.908 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:57 smithi094 bash[22212]: audit 2024-04-15T20:41:56.616616+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:57.908 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:57 smithi094 bash[22212]: audit 2024-04-15T20:41:56.622717+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:57.908 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:57 smithi094 bash[22212]: audit 2024-04-15T20:41:56.630223+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:57.908 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:41:57 smithi094 bash[22212]: cluster 2024-04-15T20:41:57.044257+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T20:41:57.927 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:57 smithi069 bash[21530]: audit 2024-04-15T20:41:56.616616+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:57.927 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:57 smithi069 bash[21530]: audit 2024-04-15T20:41:56.622717+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:57.927 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:57 smithi069 bash[21530]: audit 2024-04-15T20:41:56.630223+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:57.927 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:41:57 smithi069 bash[21530]: cluster 2024-04-15T20:41:57.044257+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T20:41:57.939 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:57 smithi204 bash[22398]: audit 2024-04-15T20:41:56.616616+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:57.939 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:57 smithi204 bash[22398]: audit 2024-04-15T20:41:56.622717+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:57.939 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:57 smithi204 bash[22398]: audit 2024-04-15T20:41:56.630223+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:41:57.939 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:41:57 smithi204 bash[22398]: cluster 2024-04-15T20:41:57.044257+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T20:42:00.408 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:00 smithi094 bash[22212]: cluster 2024-04-15T20:41:59.044715+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T20:42:00.427 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:00 smithi069 bash[21530]: cluster 2024-04-15T20:41:59.044715+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T20:42:00.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:00 smithi204 bash[22398]: cluster 2024-04-15T20:41:59.044715+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T20:42:01.408 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:01 smithi094 bash[22212]: audit 2024-04-15T20:42:00.143792+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:01.408 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:01 smithi094 bash[22212]: audit 2024-04-15T20:42:00.151818+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:01.408 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:01 smithi094 bash[22212]: audit 2024-04-15T20:42:00.161707+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:01.427 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:01 smithi069 bash[21530]: audit 2024-04-15T20:42:00.143792+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:01.427 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:01 smithi069 bash[21530]: audit 2024-04-15T20:42:00.151818+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:01.427 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:01 smithi069 bash[21530]: audit 2024-04-15T20:42:00.161707+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:01.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:01 smithi204 bash[22398]: audit 2024-04-15T20:42:00.143792+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:01.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:01 smithi204 bash[22398]: audit 2024-04-15T20:42:00.151818+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:01.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:01 smithi204 bash[22398]: audit 2024-04-15T20:42:00.161707+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:02.408 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:02 smithi094 bash[22212]: cluster 2024-04-15T20:42:01.045170+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T20:42:02.427 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:02 smithi069 bash[21530]: cluster 2024-04-15T20:42:01.045170+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T20:42:02.438 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:02 smithi204 bash[22398]: cluster 2024-04-15T20:42:01.045170+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T20:42:04.419 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:04 smithi069 bash[21530]: cluster 2024-04-15T20:42:03.045587+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T20:42:04.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:04 smithi204 bash[22398]: cluster 2024-04-15T20:42:03.045587+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T20:42:04.658 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:04 smithi094 bash[22212]: cluster 2024-04-15T20:42:03.045587+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T20:42:06.427 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:06 smithi069 bash[21530]: cluster 2024-04-15T20:42:05.046043+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T20:42:06.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:06 smithi204 bash[22398]: cluster 2024-04-15T20:42:05.046043+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T20:42:06.658 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:06 smithi094 bash[22212]: cluster 2024-04-15T20:42:05.046043+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T20:42:07.427 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:07 smithi069 bash[21530]: audit 2024-04-15T20:42:06.881852+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-15T20:42:07.427 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:07 smithi069 bash[21530]: audit 2024-04-15T20:42:06.883588+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:42:07.427 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:07 smithi069 bash[21530]: audit 2024-04-15T20:42:07.145693+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:07.427 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:07 smithi069 bash[21530]: audit 2024-04-15T20:42:07.152896+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:07.427 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:07 smithi069 bash[21530]: audit 2024-04-15T20:42:07.161618+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:07.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:07 smithi204 bash[22398]: audit 2024-04-15T20:42:06.881852+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-15T20:42:07.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:07 smithi204 bash[22398]: audit 2024-04-15T20:42:06.883588+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:42:07.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:07 smithi204 bash[22398]: audit 2024-04-15T20:42:07.145693+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:07.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:07 smithi204 bash[22398]: audit 2024-04-15T20:42:07.152896+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:07.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:07 smithi204 bash[22398]: audit 2024-04-15T20:42:07.161618+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:07.658 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:07 smithi094 bash[22212]: audit 2024-04-15T20:42:06.881852+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-15T20:42:07.658 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:07 smithi094 bash[22212]: audit 2024-04-15T20:42:06.883588+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:42:07.658 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:07 smithi094 bash[22212]: audit 2024-04-15T20:42:07.145693+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:07.658 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:07 smithi094 bash[22212]: audit 2024-04-15T20:42:07.152896+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:07.658 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:07 smithi094 bash[22212]: audit 2024-04-15T20:42:07.161618+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:08.427 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:08 smithi069 bash[21530]: cephadm 2024-04-15T20:42:06.885212+0000 mgr.a (mgr.14152) 164 : cephadm [INF] Deploying daemon osd.1 on smithi069 2024-04-15T20:42:08.427 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:08 smithi069 bash[21530]: cluster 2024-04-15T20:42:07.046498+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T20:42:08.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:08 smithi204 bash[22398]: cephadm 2024-04-15T20:42:06.885212+0000 mgr.a (mgr.14152) 164 : cephadm [INF] Deploying daemon osd.1 on smithi069 2024-04-15T20:42:08.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:08 smithi204 bash[22398]: cluster 2024-04-15T20:42:07.046498+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T20:42:08.658 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:08 smithi094 bash[22212]: cephadm 2024-04-15T20:42:06.885212+0000 mgr.a (mgr.14152) 164 : cephadm [INF] Deploying daemon osd.1 on smithi069 2024-04-15T20:42:08.658 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:08 smithi094 bash[22212]: cluster 2024-04-15T20:42:07.046498+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T20:42:10.334 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:10 smithi069 bash[21530]: cluster 2024-04-15T20:42:09.046977+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T20:42:10.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:10 smithi204 bash[22398]: cluster 2024-04-15T20:42:09.046977+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T20:42:10.658 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:10 smithi094 bash[22212]: cluster 2024-04-15T20:42:09.046977+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T20:42:11.346 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:11 smithi069 systemd[1]: /etc/systemd/system/ceph-cb456bda-fb67-11ee-bc8f-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-15T20:42:11.346 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:42:11 smithi069 systemd[1]: /etc/systemd/system/ceph-cb456bda-fb67-11ee-bc8f-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-15T20:42:11.346 INFO:journalctl@ceph.osd.0.smithi069.stdout:Apr 15 20:42:11 smithi069 systemd[1]: /etc/systemd/system/ceph-cb456bda-fb67-11ee-bc8f-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-15T20:42:11.626 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:42:11 smithi069 systemd[1]: /etc/systemd/system/ceph-cb456bda-fb67-11ee-bc8f-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-15T20:42:11.627 INFO:journalctl@ceph.osd.0.smithi069.stdout:Apr 15 20:42:11 smithi069 systemd[1]: /etc/systemd/system/ceph-cb456bda-fb67-11ee-bc8f-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-15T20:42:11.627 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:11 smithi069 systemd[1]: /etc/systemd/system/ceph-cb456bda-fb67-11ee-bc8f-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-15T20:42:12.436 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:12 smithi204 bash[22398]: cluster 2024-04-15T20:42:11.047458+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T20:42:12.436 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:12 smithi204 bash[22398]: audit 2024-04-15T20:42:11.626458+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:12.436 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:12 smithi204 bash[22398]: audit 2024-04-15T20:42:11.632045+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:12.436 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:12 smithi204 bash[22398]: audit 2024-04-15T20:42:11.633996+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:42:12.436 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:12 smithi204 bash[22398]: audit 2024-04-15T20:42:11.637078+0000 mon.a (mon.0) 477 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:42:12.436 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:12 smithi204 bash[22398]: audit 2024-04-15T20:42:11.637990+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:42:12.436 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:12 smithi204 bash[22398]: audit 2024-04-15T20:42:11.642787+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:12.618 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:12 smithi069 bash[21530]: cluster 2024-04-15T20:42:11.047458+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T20:42:12.619 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:12 smithi069 bash[21530]: audit 2024-04-15T20:42:11.626458+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:12.619 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:12 smithi069 bash[21530]: audit 2024-04-15T20:42:11.632045+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:12.619 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:12 smithi069 bash[21530]: audit 2024-04-15T20:42:11.633996+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:42:12.619 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:12 smithi069 bash[21530]: audit 2024-04-15T20:42:11.637078+0000 mon.a (mon.0) 477 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:42:12.619 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:12 smithi069 bash[21530]: audit 2024-04-15T20:42:11.637990+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:42:12.619 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:12 smithi069 bash[21530]: audit 2024-04-15T20:42:11.642787+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:12.658 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:12 smithi094 bash[22212]: cluster 2024-04-15T20:42:11.047458+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T20:42:12.658 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:12 smithi094 bash[22212]: audit 2024-04-15T20:42:11.626458+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:12.658 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:12 smithi094 bash[22212]: audit 2024-04-15T20:42:11.632045+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:12.658 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:12 smithi094 bash[22212]: audit 2024-04-15T20:42:11.633996+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:42:12.658 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:12 smithi094 bash[22212]: audit 2024-04-15T20:42:11.637078+0000 mon.a (mon.0) 477 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:42:12.658 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:12 smithi094 bash[22212]: audit 2024-04-15T20:42:11.637990+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:42:12.658 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:12 smithi094 bash[22212]: audit 2024-04-15T20:42:11.642787+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:14.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:14 smithi204 bash[22398]: cluster 2024-04-15T20:42:13.047760+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T20:42:14.569 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:14 smithi069 bash[21530]: cluster 2024-04-15T20:42:13.047760+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T20:42:14.658 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:14 smithi094 bash[22212]: cluster 2024-04-15T20:42:13.047760+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T20:42:16.658 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:16 smithi094 bash[22212]: cluster 2024-04-15T20:42:15.048149+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T20:42:16.677 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:16 smithi069 bash[21530]: cluster 2024-04-15T20:42:15.048149+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T20:42:16.688 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:16 smithi204 bash[22398]: cluster 2024-04-15T20:42:15.048149+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T20:42:17.870 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:17 smithi069 bash[21530]: audit 2024-04-15T20:42:16.767239+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:17.870 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:17 smithi069 bash[21530]: audit 2024-04-15T20:42:16.772277+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:17.870 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:17 smithi069 bash[21530]: cephadm 2024-04-15T20:42:16.773646+0000 mgr.a (mgr.14152) 170 : cephadm [INF] Detected new or changed devices on smithi069 2024-04-15T20:42:17.870 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:17 smithi069 bash[21530]: audit 2024-04-15T20:42:16.780122+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:17.870 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:17 smithi069 bash[21530]: audit 2024-04-15T20:42:16.817310+0000 mon.a (mon.0) 483 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:42:17.870 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:17 smithi069 bash[21530]: audit 2024-04-15T20:42:16.820390+0000 mon.a (mon.0) 484 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:42:17.870 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:17 smithi069 bash[21530]: audit 2024-04-15T20:42:16.821733+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:42:17.870 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:17 smithi069 bash[21530]: audit 2024-04-15T20:42:16.830677+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:17.870 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:17 smithi069 bash[21530]: cluster 2024-04-15T20:42:17.048656+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T20:42:18.158 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:17 smithi094 bash[22212]: audit 2024-04-15T20:42:16.767239+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:18.158 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:17 smithi094 bash[22212]: audit 2024-04-15T20:42:16.772277+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:18.158 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:17 smithi094 bash[22212]: cephadm 2024-04-15T20:42:16.773646+0000 mgr.a (mgr.14152) 170 : cephadm [INF] Detected new or changed devices on smithi069 2024-04-15T20:42:18.158 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:17 smithi094 bash[22212]: audit 2024-04-15T20:42:16.780122+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:18.159 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:17 smithi094 bash[22212]: audit 2024-04-15T20:42:16.817310+0000 mon.a (mon.0) 483 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:42:18.159 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:17 smithi094 bash[22212]: audit 2024-04-15T20:42:16.820390+0000 mon.a (mon.0) 484 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:42:18.159 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:17 smithi094 bash[22212]: audit 2024-04-15T20:42:16.821733+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:42:18.159 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:17 smithi094 bash[22212]: audit 2024-04-15T20:42:16.830677+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:18.159 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:17 smithi094 bash[22212]: cluster 2024-04-15T20:42:17.048656+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T20:42:18.189 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:17 smithi204 bash[22398]: audit 2024-04-15T20:42:16.767239+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:18.189 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:17 smithi204 bash[22398]: audit 2024-04-15T20:42:16.772277+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:18.189 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:17 smithi204 bash[22398]: cephadm 2024-04-15T20:42:16.773646+0000 mgr.a (mgr.14152) 170 : cephadm [INF] Detected new or changed devices on smithi069 2024-04-15T20:42:18.189 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:17 smithi204 bash[22398]: audit 2024-04-15T20:42:16.780122+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:18.189 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:17 smithi204 bash[22398]: audit 2024-04-15T20:42:16.817310+0000 mon.a (mon.0) 483 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:42:18.189 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:17 smithi204 bash[22398]: audit 2024-04-15T20:42:16.820390+0000 mon.a (mon.0) 484 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:42:18.189 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:17 smithi204 bash[22398]: audit 2024-04-15T20:42:16.821733+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:42:18.189 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:17 smithi204 bash[22398]: audit 2024-04-15T20:42:16.830677+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:18.189 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:17 smithi204 bash[22398]: cluster 2024-04-15T20:42:17.048656+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T20:42:19.158 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:18 smithi094 bash[22212]: audit 2024-04-15T20:42:18.201856+0000 mon.a (mon.0) 487 : audit [INF] from='osd.1 [v2:172.21.15.69:6810/851382145,v1:172.21.15.69:6811/851382145]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-15T20:42:19.177 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:18 smithi069 bash[21530]: audit 2024-04-15T20:42:18.201856+0000 mon.a (mon.0) 487 : audit [INF] from='osd.1 [v2:172.21.15.69:6810/851382145,v1:172.21.15.69:6811/851382145]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-15T20:42:19.189 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:18 smithi204 bash[22398]: audit 2024-04-15T20:42:18.201856+0000 mon.a (mon.0) 487 : audit [INF] from='osd.1 [v2:172.21.15.69:6810/851382145,v1:172.21.15.69:6811/851382145]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-15T20:42:19.884 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:19 smithi069 bash[21530]: audit 2024-04-15T20:42:18.841873+0000 mon.a (mon.0) 488 : audit [INF] from='osd.1 [v2:172.21.15.69:6810/851382145,v1:172.21.15.69:6811/851382145]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-04-15T20:42:19.884 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:19 smithi069 bash[21530]: cluster 2024-04-15T20:42:18.849349+0000 mon.a (mon.0) 489 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-04-15T20:42:19.884 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:19 smithi069 bash[21530]: audit 2024-04-15T20:42:18.849796+0000 mon.a (mon.0) 490 : audit [INF] from='osd.1 [v2:172.21.15.69:6810/851382145,v1:172.21.15.69:6811/851382145]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi069", "root=default"]}]: dispatch 2024-04-15T20:42:19.884 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:19 smithi069 bash[21530]: audit 2024-04-15T20:42:18.850277+0000 mon.a (mon.0) 491 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-15T20:42:19.884 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:19 smithi069 bash[21530]: cluster 2024-04-15T20:42:19.048986+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T20:42:19.884 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:19 smithi069 bash[21530]: audit 2024-04-15T20:42:19.258229+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:19.884 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:19 smithi069 bash[21530]: audit 2024-04-15T20:42:19.262973+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:19.884 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:19 smithi069 bash[21530]: audit 2024-04-15T20:42:19.269642+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:19.884 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:19 smithi069 bash[21530]: audit 2024-04-15T20:42:19.304769+0000 mon.a (mon.0) 495 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:42:19.885 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:19 smithi069 bash[21530]: audit 2024-04-15T20:42:19.307372+0000 mon.a (mon.0) 496 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:42:19.885 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:19 smithi069 bash[21530]: audit 2024-04-15T20:42:19.308016+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:42:19.885 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:19 smithi069 bash[21530]: audit 2024-04-15T20:42:19.312839+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:20.091 INFO:teuthology.orchestra.run.smithi069.stdout:Created osd(s) 1 on host 'smithi069' 2024-04-15T20:42:20.158 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:19 smithi094 bash[22212]: audit 2024-04-15T20:42:18.841873+0000 mon.a (mon.0) 488 : audit [INF] from='osd.1 [v2:172.21.15.69:6810/851382145,v1:172.21.15.69:6811/851382145]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-04-15T20:42:20.159 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:19 smithi094 bash[22212]: cluster 2024-04-15T20:42:18.849349+0000 mon.a (mon.0) 489 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-04-15T20:42:20.159 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:19 smithi094 bash[22212]: audit 2024-04-15T20:42:18.849796+0000 mon.a (mon.0) 490 : audit [INF] from='osd.1 [v2:172.21.15.69:6810/851382145,v1:172.21.15.69:6811/851382145]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi069", "root=default"]}]: dispatch 2024-04-15T20:42:20.159 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:19 smithi094 bash[22212]: audit 2024-04-15T20:42:18.850277+0000 mon.a (mon.0) 491 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-15T20:42:20.159 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:19 smithi094 bash[22212]: cluster 2024-04-15T20:42:19.048986+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T20:42:20.159 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:19 smithi094 bash[22212]: audit 2024-04-15T20:42:19.258229+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:20.159 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:19 smithi094 bash[22212]: audit 2024-04-15T20:42:19.262973+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:20.159 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:19 smithi094 bash[22212]: audit 2024-04-15T20:42:19.269642+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:20.159 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:19 smithi094 bash[22212]: audit 2024-04-15T20:42:19.304769+0000 mon.a (mon.0) 495 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:42:20.159 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:19 smithi094 bash[22212]: audit 2024-04-15T20:42:19.307372+0000 mon.a (mon.0) 496 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:42:20.159 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:19 smithi094 bash[22212]: audit 2024-04-15T20:42:19.308016+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:42:20.159 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:19 smithi094 bash[22212]: audit 2024-04-15T20:42:19.312839+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:20.189 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:19 smithi204 bash[22398]: audit 2024-04-15T20:42:18.841873+0000 mon.a (mon.0) 488 : audit [INF] from='osd.1 [v2:172.21.15.69:6810/851382145,v1:172.21.15.69:6811/851382145]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-04-15T20:42:20.189 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:19 smithi204 bash[22398]: cluster 2024-04-15T20:42:18.849349+0000 mon.a (mon.0) 489 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-04-15T20:42:20.189 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:19 smithi204 bash[22398]: audit 2024-04-15T20:42:18.849796+0000 mon.a (mon.0) 490 : audit [INF] from='osd.1 [v2:172.21.15.69:6810/851382145,v1:172.21.15.69:6811/851382145]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi069", "root=default"]}]: dispatch 2024-04-15T20:42:20.189 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:19 smithi204 bash[22398]: audit 2024-04-15T20:42:18.850277+0000 mon.a (mon.0) 491 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-15T20:42:20.189 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:19 smithi204 bash[22398]: cluster 2024-04-15T20:42:19.048986+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T20:42:20.189 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:19 smithi204 bash[22398]: audit 2024-04-15T20:42:19.258229+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:20.189 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:19 smithi204 bash[22398]: audit 2024-04-15T20:42:19.262973+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:20.190 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:19 smithi204 bash[22398]: audit 2024-04-15T20:42:19.269642+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:20.190 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:19 smithi204 bash[22398]: audit 2024-04-15T20:42:19.304769+0000 mon.a (mon.0) 495 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:42:20.190 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:19 smithi204 bash[22398]: audit 2024-04-15T20:42:19.307372+0000 mon.a (mon.0) 496 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:42:20.190 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:19 smithi204 bash[22398]: audit 2024-04-15T20:42:19.308016+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:42:20.190 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:19 smithi204 bash[22398]: audit 2024-04-15T20:42:19.312839+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:20.721 DEBUG:teuthology.orchestra.run.smithi069:osd.1> sudo journalctl -f -n 0 -u ceph-cb456bda-fb67-11ee-bc8f-c7b262605968@osd.1.service 2024-04-15T20:42:20.724 INFO:tasks.cephadm:Deploying osd.2 on smithi094 with /dev/vg_nvme/lv_4... 2024-04-15T20:42:20.724 DEBUG:teuthology.orchestra.run.smithi094:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cb456bda-fb67-11ee-bc8f-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-04-15T20:42:21.158 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:20 smithi094 bash[22212]: audit 2024-04-15T20:42:19.850710+0000 mon.a (mon.0) 499 : audit [INF] from='osd.1 [v2:172.21.15.69:6810/851382145,v1:172.21.15.69:6811/851382145]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi069", "root=default"]}]': finished 2024-04-15T20:42:21.159 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:20 smithi094 bash[22212]: cluster 2024-04-15T20:42:19.857716+0000 mon.a (mon.0) 500 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-04-15T20:42:21.159 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:20 smithi094 bash[22212]: audit 2024-04-15T20:42:19.859052+0000 mon.a (mon.0) 501 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-15T20:42:21.159 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:20 smithi094 bash[22212]: audit 2024-04-15T20:42:19.865287+0000 mon.a (mon.0) 502 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-15T20:42:21.159 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:20 smithi094 bash[22212]: audit 2024-04-15T20:42:20.074558+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:21.159 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:20 smithi094 bash[22212]: audit 2024-04-15T20:42:20.083114+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:21.159 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:20 smithi094 bash[22212]: audit 2024-04-15T20:42:20.111733+0000 mon.a (mon.0) 505 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:42:21.159 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:20 smithi094 bash[22212]: audit 2024-04-15T20:42:20.115681+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-15T20:42:21.159 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:20 smithi094 bash[22212]: audit 2024-04-15T20:42:20.116757+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-15T20:42:21.159 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:20 smithi094 bash[22212]: cephadm 2024-04-15T20:42:20.117589+0000 mgr.a (mgr.14152) 173 : cephadm [INF] Adjusting osd_memory_target on smithi069 to 8120M 2024-04-15T20:42:21.159 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:20 smithi094 bash[22212]: audit 2024-04-15T20:42:20.121892+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:21.159 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:20 smithi094 bash[22212]: audit 2024-04-15T20:42:20.124325+0000 mon.a (mon.0) 509 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:42:21.160 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:20 smithi094 bash[22212]: audit 2024-04-15T20:42:20.125344+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:42:21.160 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:20 smithi094 bash[22212]: audit 2024-04-15T20:42:20.131317+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:21.160 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:20 smithi094 bash[22212]: audit 2024-04-15T20:42:20.366454+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:21.160 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:20 smithi094 bash[22212]: audit 2024-04-15T20:42:20.374321+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:21.160 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:20 smithi094 bash[22212]: audit 2024-04-15T20:42:20.384173+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:21.177 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:20 smithi069 bash[21530]: audit 2024-04-15T20:42:19.850710+0000 mon.a (mon.0) 499 : audit [INF] from='osd.1 [v2:172.21.15.69:6810/851382145,v1:172.21.15.69:6811/851382145]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi069", "root=default"]}]': finished 2024-04-15T20:42:21.177 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:20 smithi069 bash[21530]: cluster 2024-04-15T20:42:19.857716+0000 mon.a (mon.0) 500 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-04-15T20:42:21.177 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:20 smithi069 bash[21530]: audit 2024-04-15T20:42:19.859052+0000 mon.a (mon.0) 501 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-15T20:42:21.177 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:20 smithi069 bash[21530]: audit 2024-04-15T20:42:19.865287+0000 mon.a (mon.0) 502 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-15T20:42:21.177 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:20 smithi069 bash[21530]: audit 2024-04-15T20:42:20.074558+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:21.178 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:20 smithi069 bash[21530]: audit 2024-04-15T20:42:20.083114+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:21.178 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:20 smithi069 bash[21530]: audit 2024-04-15T20:42:20.111733+0000 mon.a (mon.0) 505 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:42:21.178 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:20 smithi069 bash[21530]: audit 2024-04-15T20:42:20.115681+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-15T20:42:21.178 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:20 smithi069 bash[21530]: audit 2024-04-15T20:42:20.116757+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-15T20:42:21.178 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:20 smithi069 bash[21530]: cephadm 2024-04-15T20:42:20.117589+0000 mgr.a (mgr.14152) 173 : cephadm [INF] Adjusting osd_memory_target on smithi069 to 8120M 2024-04-15T20:42:21.178 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:20 smithi069 bash[21530]: audit 2024-04-15T20:42:20.121892+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:21.178 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:20 smithi069 bash[21530]: audit 2024-04-15T20:42:20.124325+0000 mon.a (mon.0) 509 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:42:21.178 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:20 smithi069 bash[21530]: audit 2024-04-15T20:42:20.125344+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:42:21.178 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:20 smithi069 bash[21530]: audit 2024-04-15T20:42:20.131317+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:21.178 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:20 smithi069 bash[21530]: audit 2024-04-15T20:42:20.366454+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:21.178 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:20 smithi069 bash[21530]: audit 2024-04-15T20:42:20.374321+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:21.178 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:20 smithi069 bash[21530]: audit 2024-04-15T20:42:20.384173+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:21.189 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:20 smithi204 bash[22398]: audit 2024-04-15T20:42:19.850710+0000 mon.a (mon.0) 499 : audit [INF] from='osd.1 [v2:172.21.15.69:6810/851382145,v1:172.21.15.69:6811/851382145]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi069", "root=default"]}]': finished 2024-04-15T20:42:21.189 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:20 smithi204 bash[22398]: cluster 2024-04-15T20:42:19.857716+0000 mon.a (mon.0) 500 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-04-15T20:42:21.189 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:20 smithi204 bash[22398]: audit 2024-04-15T20:42:19.859052+0000 mon.a (mon.0) 501 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-15T20:42:21.189 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:20 smithi204 bash[22398]: audit 2024-04-15T20:42:19.865287+0000 mon.a (mon.0) 502 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-15T20:42:21.189 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:20 smithi204 bash[22398]: audit 2024-04-15T20:42:20.074558+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:21.189 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:20 smithi204 bash[22398]: audit 2024-04-15T20:42:20.083114+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:21.189 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:20 smithi204 bash[22398]: audit 2024-04-15T20:42:20.111733+0000 mon.a (mon.0) 505 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:42:21.190 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:20 smithi204 bash[22398]: audit 2024-04-15T20:42:20.115681+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-15T20:42:21.190 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:20 smithi204 bash[22398]: audit 2024-04-15T20:42:20.116757+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-15T20:42:21.190 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:20 smithi204 bash[22398]: cephadm 2024-04-15T20:42:20.117589+0000 mgr.a (mgr.14152) 173 : cephadm [INF] Adjusting osd_memory_target on smithi069 to 8120M 2024-04-15T20:42:21.190 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:20 smithi204 bash[22398]: audit 2024-04-15T20:42:20.121892+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:21.190 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:20 smithi204 bash[22398]: audit 2024-04-15T20:42:20.124325+0000 mon.a (mon.0) 509 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:42:21.190 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:20 smithi204 bash[22398]: audit 2024-04-15T20:42:20.125344+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:42:21.190 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:20 smithi204 bash[22398]: audit 2024-04-15T20:42:20.131317+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:21.190 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:20 smithi204 bash[22398]: audit 2024-04-15T20:42:20.366454+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:21.190 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:20 smithi204 bash[22398]: audit 2024-04-15T20:42:20.374321+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:21.190 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:20 smithi204 bash[22398]: audit 2024-04-15T20:42:20.384173+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:22.158 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:21 smithi094 bash[22212]: cluster 2024-04-15T20:42:19.168846+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-15T20:42:22.158 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:21 smithi094 bash[22212]: cluster 2024-04-15T20:42:19.168934+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-15T20:42:22.158 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:21 smithi094 bash[22212]: cluster 2024-04-15T20:42:20.857984+0000 mon.a (mon.0) 515 : cluster [INF] osd.1 [v2:172.21.15.69:6810/851382145,v1:172.21.15.69:6811/851382145] boot 2024-04-15T20:42:22.158 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:21 smithi094 bash[22212]: cluster 2024-04-15T20:42:20.858025+0000 mon.a (mon.0) 516 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-04-15T20:42:22.158 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:21 smithi094 bash[22212]: audit 2024-04-15T20:42:20.859164+0000 mon.a (mon.0) 517 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-15T20:42:22.158 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:21 smithi094 bash[22212]: cluster 2024-04-15T20:42:21.049405+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T20:42:22.177 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:21 smithi069 bash[21530]: cluster 2024-04-15T20:42:19.168846+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-15T20:42:22.177 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:21 smithi069 bash[21530]: cluster 2024-04-15T20:42:19.168934+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-15T20:42:22.177 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:21 smithi069 bash[21530]: cluster 2024-04-15T20:42:20.857984+0000 mon.a (mon.0) 515 : cluster [INF] osd.1 [v2:172.21.15.69:6810/851382145,v1:172.21.15.69:6811/851382145] boot 2024-04-15T20:42:22.177 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:21 smithi069 bash[21530]: cluster 2024-04-15T20:42:20.858025+0000 mon.a (mon.0) 516 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-04-15T20:42:22.177 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:21 smithi069 bash[21530]: audit 2024-04-15T20:42:20.859164+0000 mon.a (mon.0) 517 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-15T20:42:22.177 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:21 smithi069 bash[21530]: cluster 2024-04-15T20:42:21.049405+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T20:42:22.189 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:21 smithi204 bash[22398]: cluster 2024-04-15T20:42:19.168846+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-15T20:42:22.189 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:21 smithi204 bash[22398]: cluster 2024-04-15T20:42:19.168934+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-15T20:42:22.189 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:21 smithi204 bash[22398]: cluster 2024-04-15T20:42:20.857984+0000 mon.a (mon.0) 515 : cluster [INF] osd.1 [v2:172.21.15.69:6810/851382145,v1:172.21.15.69:6811/851382145] boot 2024-04-15T20:42:22.189 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:21 smithi204 bash[22398]: cluster 2024-04-15T20:42:20.858025+0000 mon.a (mon.0) 516 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-04-15T20:42:22.189 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:21 smithi204 bash[22398]: audit 2024-04-15T20:42:20.859164+0000 mon.a (mon.0) 517 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-15T20:42:22.189 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:21 smithi204 bash[22398]: cluster 2024-04-15T20:42:21.049405+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T20:42:23.158 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:22 smithi094 bash[22212]: cluster 2024-04-15T20:42:21.880069+0000 mon.a (mon.0) 518 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-04-15T20:42:23.176 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:22 smithi069 bash[21530]: cluster 2024-04-15T20:42:21.880069+0000 mon.a (mon.0) 518 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-04-15T20:42:23.188 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:22 smithi204 bash[22398]: cluster 2024-04-15T20:42:21.880069+0000 mon.a (mon.0) 518 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-04-15T20:42:24.034 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:23 smithi094 bash[22212]: cluster 2024-04-15T20:42:23.049886+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T20:42:24.176 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:23 smithi069 bash[21530]: cluster 2024-04-15T20:42:23.049886+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T20:42:24.188 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:23 smithi204 bash[22398]: cluster 2024-04-15T20:42:23.049886+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T20:42:25.433 INFO:teuthology.orchestra.run.smithi094.stderr:Inferring config /var/lib/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/mon.b/config 2024-04-15T20:42:26.408 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:26 smithi094 bash[22212]: cluster 2024-04-15T20:42:25.050359+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T20:42:26.427 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:26 smithi069 bash[21530]: cluster 2024-04-15T20:42:25.050359+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T20:42:26.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:26 smithi204 bash[22398]: cluster 2024-04-15T20:42:25.050359+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T20:42:28.408 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:28 smithi094 bash[22212]: cluster 2024-04-15T20:42:27.050864+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T20:42:28.408 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:28 smithi094 bash[22212]: audit 2024-04-15T20:42:27.308202+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:28.408 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:28 smithi094 bash[22212]: audit 2024-04-15T20:42:27.316977+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:28.408 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:28 smithi094 bash[22212]: audit 2024-04-15T20:42:27.327476+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:28.426 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:28 smithi069 bash[21530]: cluster 2024-04-15T20:42:27.050864+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T20:42:28.427 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:28 smithi069 bash[21530]: audit 2024-04-15T20:42:27.308202+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:28.427 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:28 smithi069 bash[21530]: audit 2024-04-15T20:42:27.316977+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:28.427 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:28 smithi069 bash[21530]: audit 2024-04-15T20:42:27.327476+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:28.438 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:28 smithi204 bash[22398]: cluster 2024-04-15T20:42:27.050864+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T20:42:28.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:28 smithi204 bash[22398]: audit 2024-04-15T20:42:27.308202+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:28.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:28 smithi204 bash[22398]: audit 2024-04-15T20:42:27.316977+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:28.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:28 smithi204 bash[22398]: audit 2024-04-15T20:42:27.327476+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:28.911 INFO:teuthology.orchestra.run.smithi094.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-04-15T20:42:28.911 INFO:teuthology.orchestra.run.smithi094.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-04-15T20:42:28.911 INFO:teuthology.orchestra.run.smithi094.stderr: stderr: 10+0 records in 2024-04-15T20:42:28.911 INFO:teuthology.orchestra.run.smithi094.stderr:10+0 records out 2024-04-15T20:42:28.911 INFO:teuthology.orchestra.run.smithi094.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0115015 s, 912 MB/s 2024-04-15T20:42:28.912 INFO:teuthology.orchestra.run.smithi094.stderr: stderr: 2024-04-15T20:42:28.912 INFO:teuthology.orchestra.run.smithi094.stderr:--> Zapping successful for: 2024-04-15T20:42:29.577 DEBUG:teuthology.orchestra.run.smithi094:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cb456bda-fb67-11ee-bc8f-c7b262605968 -- ceph orch daemon add osd smithi094:vg_nvme/lv_4 2024-04-15T20:42:30.350 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:30 smithi069 bash[21530]: cluster 2024-04-15T20:42:29.051336+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T20:42:30.407 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:30 smithi094 bash[22212]: cluster 2024-04-15T20:42:29.051336+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T20:42:30.438 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:30 smithi204 bash[22398]: cluster 2024-04-15T20:42:29.051336+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T20:42:32.391 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:32 smithi069 bash[21530]: cluster 2024-04-15T20:42:31.051825+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T20:42:32.397 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:32 smithi204 bash[22398]: cluster 2024-04-15T20:42:31.051825+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T20:42:32.408 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:32 smithi094 bash[22212]: cluster 2024-04-15T20:42:31.051825+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T20:42:34.284 INFO:teuthology.orchestra.run.smithi094.stderr:Inferring config /var/lib/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/mon.b/config 2024-04-15T20:42:34.407 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:34 smithi094 bash[22212]: cluster 2024-04-15T20:42:33.052293+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T20:42:34.426 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:34 smithi069 bash[21530]: cluster 2024-04-15T20:42:33.052293+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T20:42:34.438 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:34 smithi204 bash[22398]: cluster 2024-04-15T20:42:33.052293+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T20:42:36.408 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:36 smithi094 bash[22212]: cluster 2024-04-15T20:42:35.052771+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T20:42:36.426 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:36 smithi069 bash[21530]: cluster 2024-04-15T20:42:35.052771+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T20:42:36.438 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:36 smithi204 bash[22398]: cluster 2024-04-15T20:42:35.052771+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T20:42:37.408 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:37 smithi094 bash[22212]: audit 2024-04-15T20:42:36.825690+0000 mon.a (mon.0) 522 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-15T20:42:37.408 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:37 smithi094 bash[22212]: audit 2024-04-15T20:42:36.829453+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-15T20:42:37.408 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:37 smithi094 bash[22212]: audit 2024-04-15T20:42:36.830526+0000 mon.a (mon.0) 524 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:42:37.408 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:37 smithi094 bash[22212]: audit 2024-04-15T20:42:36.891619+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:37.408 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:37 smithi094 bash[22212]: audit 2024-04-15T20:42:36.899834+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:37.408 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:37 smithi094 bash[22212]: audit 2024-04-15T20:42:36.910196+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:37.426 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:37 smithi069 bash[21530]: audit 2024-04-15T20:42:36.825690+0000 mon.a (mon.0) 522 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-15T20:42:37.427 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:37 smithi069 bash[21530]: audit 2024-04-15T20:42:36.829453+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-15T20:42:37.427 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:37 smithi069 bash[21530]: audit 2024-04-15T20:42:36.830526+0000 mon.a (mon.0) 524 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:42:37.427 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:37 smithi069 bash[21530]: audit 2024-04-15T20:42:36.891619+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:37.427 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:37 smithi069 bash[21530]: audit 2024-04-15T20:42:36.899834+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:37.427 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:37 smithi069 bash[21530]: audit 2024-04-15T20:42:36.910196+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:37.438 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:37 smithi204 bash[22398]: audit 2024-04-15T20:42:36.825690+0000 mon.a (mon.0) 522 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-15T20:42:37.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:37 smithi204 bash[22398]: audit 2024-04-15T20:42:36.829453+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-15T20:42:37.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:37 smithi204 bash[22398]: audit 2024-04-15T20:42:36.830526+0000 mon.a (mon.0) 524 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:42:37.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:37 smithi204 bash[22398]: audit 2024-04-15T20:42:36.891619+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:37.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:37 smithi204 bash[22398]: audit 2024-04-15T20:42:36.899834+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:37.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:37 smithi204 bash[22398]: audit 2024-04-15T20:42:36.910196+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:38.408 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:38 smithi094 bash[22212]: audit 2024-04-15T20:42:36.821398+0000 mgr.a (mgr.14152) 182 : audit [DBG] from='client.24143 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi094:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:42:38.408 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:38 smithi094 bash[22212]: cluster 2024-04-15T20:42:37.053282+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T20:42:38.426 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:38 smithi069 bash[21530]: audit 2024-04-15T20:42:36.821398+0000 mgr.a (mgr.14152) 182 : audit [DBG] from='client.24143 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi094:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:42:38.426 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:38 smithi069 bash[21530]: cluster 2024-04-15T20:42:37.053282+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T20:42:38.438 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:38 smithi204 bash[22398]: audit 2024-04-15T20:42:36.821398+0000 mgr.a (mgr.14152) 182 : audit [DBG] from='client.24143 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi094:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:42:38.438 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:38 smithi204 bash[22398]: cluster 2024-04-15T20:42:37.053282+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T20:42:40.408 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:40 smithi094 bash[22212]: cluster 2024-04-15T20:42:39.053685+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T20:42:40.426 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:40 smithi069 bash[21530]: cluster 2024-04-15T20:42:39.053685+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T20:42:40.438 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:40 smithi204 bash[22398]: cluster 2024-04-15T20:42:39.053685+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T20:42:41.907 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:41 smithi094 bash[22212]: audit 2024-04-15T20:42:40.588596+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:41.908 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:41 smithi094 bash[22212]: audit 2024-04-15T20:42:40.596949+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:41.908 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:41 smithi094 bash[22212]: audit 2024-04-15T20:42:40.606971+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:41.908 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:41 smithi094 bash[22212]: cluster 2024-04-15T20:42:41.054137+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T20:42:41.926 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:41 smithi069 bash[21530]: audit 2024-04-15T20:42:40.588596+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:41.926 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:41 smithi069 bash[21530]: audit 2024-04-15T20:42:40.596949+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:41.926 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:41 smithi069 bash[21530]: audit 2024-04-15T20:42:40.606971+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:41.927 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:41 smithi069 bash[21530]: cluster 2024-04-15T20:42:41.054137+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T20:42:41.938 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:41 smithi204 bash[22398]: audit 2024-04-15T20:42:40.588596+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:41.939 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:41 smithi204 bash[22398]: audit 2024-04-15T20:42:40.596949+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:41.939 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:41 smithi204 bash[22398]: audit 2024-04-15T20:42:40.606971+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:41.939 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:41 smithi204 bash[22398]: cluster 2024-04-15T20:42:41.054137+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T20:42:44.407 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:44 smithi094 bash[22212]: cluster 2024-04-15T20:42:43.054609+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T20:42:44.426 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:44 smithi069 bash[21530]: cluster 2024-04-15T20:42:43.054609+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T20:42:44.438 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:44 smithi204 bash[22398]: cluster 2024-04-15T20:42:43.054609+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T20:42:46.408 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:46 smithi094 bash[22212]: cluster 2024-04-15T20:42:45.055093+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T20:42:46.408 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:46 smithi094 bash[22212]: audit 2024-04-15T20:42:45.455162+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.94:0/3908326553' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2a440a16-fc1e-496a-8e33-21361ce44567"}]: dispatch 2024-04-15T20:42:46.408 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:46 smithi094 bash[22212]: audit 2024-04-15T20:42:45.456480+0000 mon.a (mon.0) 531 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2a440a16-fc1e-496a-8e33-21361ce44567"}]: dispatch 2024-04-15T20:42:46.408 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:46 smithi094 bash[22212]: audit 2024-04-15T20:42:45.459710+0000 mon.a (mon.0) 532 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2a440a16-fc1e-496a-8e33-21361ce44567"}]': finished 2024-04-15T20:42:46.408 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:46 smithi094 bash[22212]: cluster 2024-04-15T20:42:45.464810+0000 mon.a (mon.0) 533 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-04-15T20:42:46.408 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:46 smithi094 bash[22212]: audit 2024-04-15T20:42:45.465461+0000 mon.a (mon.0) 534 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-15T20:42:46.426 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:46 smithi069 bash[21530]: cluster 2024-04-15T20:42:45.055093+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T20:42:46.426 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:46 smithi069 bash[21530]: audit 2024-04-15T20:42:45.455162+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.94:0/3908326553' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2a440a16-fc1e-496a-8e33-21361ce44567"}]: dispatch 2024-04-15T20:42:46.427 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:46 smithi069 bash[21530]: audit 2024-04-15T20:42:45.456480+0000 mon.a (mon.0) 531 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2a440a16-fc1e-496a-8e33-21361ce44567"}]: dispatch 2024-04-15T20:42:46.427 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:46 smithi069 bash[21530]: audit 2024-04-15T20:42:45.459710+0000 mon.a (mon.0) 532 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2a440a16-fc1e-496a-8e33-21361ce44567"}]': finished 2024-04-15T20:42:46.427 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:46 smithi069 bash[21530]: cluster 2024-04-15T20:42:45.464810+0000 mon.a (mon.0) 533 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-04-15T20:42:46.427 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:46 smithi069 bash[21530]: audit 2024-04-15T20:42:45.465461+0000 mon.a (mon.0) 534 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-15T20:42:46.438 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:46 smithi204 bash[22398]: cluster 2024-04-15T20:42:45.055093+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T20:42:46.438 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:46 smithi204 bash[22398]: audit 2024-04-15T20:42:45.455162+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.94:0/3908326553' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2a440a16-fc1e-496a-8e33-21361ce44567"}]: dispatch 2024-04-15T20:42:46.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:46 smithi204 bash[22398]: audit 2024-04-15T20:42:45.456480+0000 mon.a (mon.0) 531 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2a440a16-fc1e-496a-8e33-21361ce44567"}]: dispatch 2024-04-15T20:42:46.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:46 smithi204 bash[22398]: audit 2024-04-15T20:42:45.459710+0000 mon.a (mon.0) 532 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2a440a16-fc1e-496a-8e33-21361ce44567"}]': finished 2024-04-15T20:42:46.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:46 smithi204 bash[22398]: cluster 2024-04-15T20:42:45.464810+0000 mon.a (mon.0) 533 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-04-15T20:42:46.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:46 smithi204 bash[22398]: audit 2024-04-15T20:42:45.465461+0000 mon.a (mon.0) 534 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-15T20:42:47.407 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:47 smithi094 bash[22212]: audit 2024-04-15T20:42:46.165541+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.94:0/1967559654' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-15T20:42:47.426 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:47 smithi069 bash[21530]: audit 2024-04-15T20:42:46.165541+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.94:0/1967559654' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-15T20:42:47.438 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:47 smithi204 bash[22398]: audit 2024-04-15T20:42:46.165541+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.94:0/1967559654' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-15T20:42:48.407 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:48 smithi094 bash[22212]: cluster 2024-04-15T20:42:47.055572+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T20:42:48.408 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:48 smithi094 bash[22212]: audit 2024-04-15T20:42:47.496406+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:48.408 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:48 smithi094 bash[22212]: audit 2024-04-15T20:42:47.506088+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:48.408 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:48 smithi094 bash[22212]: audit 2024-04-15T20:42:47.517499+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:48.426 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:48 smithi069 bash[21530]: cluster 2024-04-15T20:42:47.055572+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T20:42:48.426 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:48 smithi069 bash[21530]: audit 2024-04-15T20:42:47.496406+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:48.427 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:48 smithi069 bash[21530]: audit 2024-04-15T20:42:47.506088+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:48.427 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:48 smithi069 bash[21530]: audit 2024-04-15T20:42:47.517499+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:48.438 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:48 smithi204 bash[22398]: cluster 2024-04-15T20:42:47.055572+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T20:42:48.438 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:48 smithi204 bash[22398]: audit 2024-04-15T20:42:47.496406+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:48.438 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:48 smithi204 bash[22398]: audit 2024-04-15T20:42:47.506088+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:48.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:48 smithi204 bash[22398]: audit 2024-04-15T20:42:47.517499+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:50.407 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:50 smithi094 bash[22212]: cluster 2024-04-15T20:42:49.056022+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T20:42:50.426 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:50 smithi069 bash[21530]: cluster 2024-04-15T20:42:49.056022+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T20:42:50.438 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:50 smithi204 bash[22398]: cluster 2024-04-15T20:42:49.056022+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T20:42:52.407 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:52 smithi094 bash[22212]: cluster 2024-04-15T20:42:51.056497+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T20:42:52.426 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:52 smithi069 bash[21530]: cluster 2024-04-15T20:42:51.056497+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T20:42:52.438 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:52 smithi204 bash[22398]: cluster 2024-04-15T20:42:51.056497+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T20:42:54.407 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:54 smithi094 bash[22212]: cluster 2024-04-15T20:42:53.056989+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T20:42:54.426 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:54 smithi069 bash[21530]: cluster 2024-04-15T20:42:53.056989+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T20:42:54.438 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:54 smithi204 bash[22398]: cluster 2024-04-15T20:42:53.056989+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T20:42:56.407 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:56 smithi094 bash[22212]: cluster 2024-04-15T20:42:55.057411+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T20:42:56.426 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:56 smithi069 bash[21530]: cluster 2024-04-15T20:42:55.057411+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T20:42:56.438 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:56 smithi204 bash[22398]: cluster 2024-04-15T20:42:55.057411+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T20:42:58.407 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:58 smithi094 bash[22212]: cluster 2024-04-15T20:42:57.057851+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T20:42:58.408 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:58 smithi094 bash[22212]: audit 2024-04-15T20:42:57.096675+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:58.408 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:58 smithi094 bash[22212]: audit 2024-04-15T20:42:57.104387+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:58.408 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:58 smithi094 bash[22212]: audit 2024-04-15T20:42:57.114097+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:58.408 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:58 smithi094 bash[22212]: audit 2024-04-15T20:42:57.635049+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-15T20:42:58.408 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:58 smithi094 bash[22212]: audit 2024-04-15T20:42:57.637034+0000 mon.a (mon.0) 542 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:42:58.426 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:58 smithi069 bash[21530]: cluster 2024-04-15T20:42:57.057851+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T20:42:58.426 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:58 smithi069 bash[21530]: audit 2024-04-15T20:42:57.096675+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:58.426 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:58 smithi069 bash[21530]: audit 2024-04-15T20:42:57.104387+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:58.426 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:58 smithi069 bash[21530]: audit 2024-04-15T20:42:57.114097+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:58.426 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:58 smithi069 bash[21530]: audit 2024-04-15T20:42:57.635049+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-15T20:42:58.427 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:58 smithi069 bash[21530]: audit 2024-04-15T20:42:57.637034+0000 mon.a (mon.0) 542 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:42:58.438 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:58 smithi204 bash[22398]: cluster 2024-04-15T20:42:57.057851+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T20:42:58.438 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:58 smithi204 bash[22398]: audit 2024-04-15T20:42:57.096675+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:58.438 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:58 smithi204 bash[22398]: audit 2024-04-15T20:42:57.104387+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:58.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:58 smithi204 bash[22398]: audit 2024-04-15T20:42:57.114097+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:42:58.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:58 smithi204 bash[22398]: audit 2024-04-15T20:42:57.635049+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-15T20:42:58.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:58 smithi204 bash[22398]: audit 2024-04-15T20:42:57.637034+0000 mon.a (mon.0) 542 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:42:59.407 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:42:59 smithi094 bash[22212]: cephadm 2024-04-15T20:42:57.638913+0000 mgr.a (mgr.14152) 194 : cephadm [INF] Deploying daemon osd.2 on smithi094 2024-04-15T20:42:59.426 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:42:59 smithi069 bash[21530]: cephadm 2024-04-15T20:42:57.638913+0000 mgr.a (mgr.14152) 194 : cephadm [INF] Deploying daemon osd.2 on smithi094 2024-04-15T20:42:59.438 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:42:59 smithi204 bash[22398]: cephadm 2024-04-15T20:42:57.638913+0000 mgr.a (mgr.14152) 194 : cephadm [INF] Deploying daemon osd.2 on smithi094 2024-04-15T20:43:00.407 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:00 smithi094 bash[22212]: cluster 2024-04-15T20:42:59.058318+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T20:43:00.426 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:00 smithi069 bash[21530]: cluster 2024-04-15T20:42:59.058318+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T20:43:00.438 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:00 smithi204 bash[22398]: cluster 2024-04-15T20:42:59.058318+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T20:43:01.592 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:01 smithi094 systemd[1]: /etc/systemd/system/ceph-cb456bda-fb67-11ee-bc8f-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-15T20:43:01.593 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Apr 15 20:43:01 smithi094 systemd[1]: /etc/systemd/system/ceph-cb456bda-fb67-11ee-bc8f-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-15T20:43:01.845 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Apr 15 20:43:01 smithi094 systemd[1]: /etc/systemd/system/ceph-cb456bda-fb67-11ee-bc8f-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-15T20:43:01.845 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:01 smithi094 systemd[1]: /etc/systemd/system/ceph-cb456bda-fb67-11ee-bc8f-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-15T20:43:01.846 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:01 smithi094 bash[22212]: audit 2024-04-15T20:43:00.805397+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:01.846 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:01 smithi094 bash[22212]: audit 2024-04-15T20:43:00.813685+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:01.846 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:01 smithi094 bash[22212]: audit 2024-04-15T20:43:00.824050+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:01.846 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:01 smithi094 bash[22212]: cluster 2024-04-15T20:43:01.058784+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T20:43:02.176 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:01 smithi069 bash[21530]: audit 2024-04-15T20:43:00.805397+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:02.176 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:01 smithi069 bash[21530]: audit 2024-04-15T20:43:00.813685+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:02.176 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:01 smithi069 bash[21530]: audit 2024-04-15T20:43:00.824050+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:02.176 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:01 smithi069 bash[21530]: cluster 2024-04-15T20:43:01.058784+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T20:43:02.188 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:01 smithi204 bash[22398]: audit 2024-04-15T20:43:00.805397+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:02.188 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:01 smithi204 bash[22398]: audit 2024-04-15T20:43:00.813685+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:02.188 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:01 smithi204 bash[22398]: audit 2024-04-15T20:43:00.824050+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:02.188 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:01 smithi204 bash[22398]: cluster 2024-04-15T20:43:01.058784+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T20:43:03.157 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:02 smithi094 bash[22212]: audit 2024-04-15T20:43:01.897237+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:03.158 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:02 smithi094 bash[22212]: audit 2024-04-15T20:43:01.905901+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:03.158 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:02 smithi094 bash[22212]: audit 2024-04-15T20:43:01.924721+0000 mon.a (mon.0) 548 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:43:03.158 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:02 smithi094 bash[22212]: audit 2024-04-15T20:43:01.934418+0000 mon.a (mon.0) 549 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:43:03.158 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:02 smithi094 bash[22212]: audit 2024-04-15T20:43:01.936505+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:43:03.158 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:02 smithi094 bash[22212]: audit 2024-04-15T20:43:01.948299+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:03.176 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:02 smithi069 bash[21530]: audit 2024-04-15T20:43:01.897237+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:03.176 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:02 smithi069 bash[21530]: audit 2024-04-15T20:43:01.905901+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:03.176 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:02 smithi069 bash[21530]: audit 2024-04-15T20:43:01.924721+0000 mon.a (mon.0) 548 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:43:03.176 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:02 smithi069 bash[21530]: audit 2024-04-15T20:43:01.934418+0000 mon.a (mon.0) 549 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:43:03.176 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:02 smithi069 bash[21530]: audit 2024-04-15T20:43:01.936505+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:43:03.176 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:02 smithi069 bash[21530]: audit 2024-04-15T20:43:01.948299+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:03.188 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:02 smithi204 bash[22398]: audit 2024-04-15T20:43:01.897237+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:03.188 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:02 smithi204 bash[22398]: audit 2024-04-15T20:43:01.905901+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:03.188 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:02 smithi204 bash[22398]: audit 2024-04-15T20:43:01.924721+0000 mon.a (mon.0) 548 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:43:03.188 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:02 smithi204 bash[22398]: audit 2024-04-15T20:43:01.934418+0000 mon.a (mon.0) 549 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:43:03.189 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:02 smithi204 bash[22398]: audit 2024-04-15T20:43:01.936505+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:43:03.189 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:02 smithi204 bash[22398]: audit 2024-04-15T20:43:01.948299+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:04.161 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:03 smithi094 bash[22212]: cluster 2024-04-15T20:43:03.059203+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T20:43:04.176 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:03 smithi069 bash[21530]: cluster 2024-04-15T20:43:03.059203+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T20:43:04.188 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:03 smithi204 bash[22398]: cluster 2024-04-15T20:43:03.059203+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T20:43:06.407 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:06 smithi094 bash[22212]: cluster 2024-04-15T20:43:05.059655+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T20:43:06.426 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:06 smithi069 bash[21530]: cluster 2024-04-15T20:43:05.059655+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T20:43:06.438 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:06 smithi204 bash[22398]: cluster 2024-04-15T20:43:05.059655+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T20:43:08.367 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:08 smithi094 bash[22212]: cluster 2024-04-15T20:43:07.060112+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T20:43:08.367 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:08 smithi094 bash[22212]: audit 2024-04-15T20:43:07.663847+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:08.367 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:08 smithi094 bash[22212]: audit 2024-04-15T20:43:07.673401+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:08.367 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:08 smithi094 bash[22212]: audit 2024-04-15T20:43:07.685537+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:08.367 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:08 smithi094 bash[22212]: audit 2024-04-15T20:43:07.718126+0000 mon.a (mon.0) 555 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:43:08.368 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:08 smithi094 bash[22212]: audit 2024-04-15T20:43:07.723889+0000 mon.a (mon.0) 556 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:43:08.368 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:08 smithi094 bash[22212]: audit 2024-04-15T20:43:07.725459+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:43:08.368 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:08 smithi094 bash[22212]: audit 2024-04-15T20:43:07.735597+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:08.426 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:08 smithi069 bash[21530]: cluster 2024-04-15T20:43:07.060112+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T20:43:08.426 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:08 smithi069 bash[21530]: audit 2024-04-15T20:43:07.663847+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:08.426 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:08 smithi069 bash[21530]: audit 2024-04-15T20:43:07.673401+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:08.426 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:08 smithi069 bash[21530]: audit 2024-04-15T20:43:07.685537+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:08.426 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:08 smithi069 bash[21530]: audit 2024-04-15T20:43:07.718126+0000 mon.a (mon.0) 555 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:43:08.426 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:08 smithi069 bash[21530]: audit 2024-04-15T20:43:07.723889+0000 mon.a (mon.0) 556 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:43:08.426 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:08 smithi069 bash[21530]: audit 2024-04-15T20:43:07.725459+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:43:08.426 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:08 smithi069 bash[21530]: audit 2024-04-15T20:43:07.735597+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:08.438 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:08 smithi204 bash[22398]: cluster 2024-04-15T20:43:07.060112+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T20:43:08.438 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:08 smithi204 bash[22398]: audit 2024-04-15T20:43:07.663847+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:08.438 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:08 smithi204 bash[22398]: audit 2024-04-15T20:43:07.673401+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:08.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:08 smithi204 bash[22398]: audit 2024-04-15T20:43:07.685537+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:08.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:08 smithi204 bash[22398]: audit 2024-04-15T20:43:07.718126+0000 mon.a (mon.0) 555 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:43:08.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:08 smithi204 bash[22398]: audit 2024-04-15T20:43:07.723889+0000 mon.a (mon.0) 556 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:43:08.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:08 smithi204 bash[22398]: audit 2024-04-15T20:43:07.725459+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:43:08.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:08 smithi204 bash[22398]: audit 2024-04-15T20:43:07.735597+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:09.407 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:09 smithi094 bash[22212]: cephadm 2024-04-15T20:43:07.676680+0000 mgr.a (mgr.14152) 200 : cephadm [INF] Detected new or changed devices on smithi094 2024-04-15T20:43:09.407 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:09 smithi094 bash[22212]: audit 2024-04-15T20:43:08.376557+0000 mon.b (mon.2) 8 : audit [INF] from='osd.2 [v2:172.21.15.94:6800/3918888657,v1:172.21.15.94:6801/3918888657]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-15T20:43:09.407 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:09 smithi094 bash[22212]: audit 2024-04-15T20:43:08.377978+0000 mon.a (mon.0) 559 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-15T20:43:09.426 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:09 smithi069 bash[21530]: cephadm 2024-04-15T20:43:07.676680+0000 mgr.a (mgr.14152) 200 : cephadm [INF] Detected new or changed devices on smithi094 2024-04-15T20:43:09.426 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:09 smithi069 bash[21530]: audit 2024-04-15T20:43:08.376557+0000 mon.b (mon.2) 8 : audit [INF] from='osd.2 [v2:172.21.15.94:6800/3918888657,v1:172.21.15.94:6801/3918888657]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-15T20:43:09.426 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:09 smithi069 bash[21530]: audit 2024-04-15T20:43:08.377978+0000 mon.a (mon.0) 559 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-15T20:43:09.438 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:09 smithi204 bash[22398]: cephadm 2024-04-15T20:43:07.676680+0000 mgr.a (mgr.14152) 200 : cephadm [INF] Detected new or changed devices on smithi094 2024-04-15T20:43:09.438 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:09 smithi204 bash[22398]: audit 2024-04-15T20:43:08.376557+0000 mon.b (mon.2) 8 : audit [INF] from='osd.2 [v2:172.21.15.94:6800/3918888657,v1:172.21.15.94:6801/3918888657]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-15T20:43:09.438 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:09 smithi204 bash[22398]: audit 2024-04-15T20:43:08.377978+0000 mon.a (mon.0) 559 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-15T20:43:10.407 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:10 smithi094 bash[22212]: cluster 2024-04-15T20:43:09.060546+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T20:43:10.407 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:10 smithi094 bash[22212]: audit 2024-04-15T20:43:09.128095+0000 mon.a (mon.0) 560 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-04-15T20:43:10.407 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:10 smithi094 bash[22212]: audit 2024-04-15T20:43:09.134170+0000 mon.b (mon.2) 9 : audit [INF] from='osd.2 [v2:172.21.15.94:6800/3918888657,v1:172.21.15.94:6801/3918888657]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi094", "root=default"]}]: dispatch 2024-04-15T20:43:10.407 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:10 smithi094 bash[22212]: cluster 2024-04-15T20:43:09.134713+0000 mon.a (mon.0) 561 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-04-15T20:43:10.408 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:10 smithi094 bash[22212]: audit 2024-04-15T20:43:09.135622+0000 mon.a (mon.0) 562 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-15T20:43:10.408 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:10 smithi094 bash[22212]: audit 2024-04-15T20:43:09.136686+0000 mon.a (mon.0) 563 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi094", "root=default"]}]: dispatch 2024-04-15T20:43:10.426 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:10 smithi069 bash[21530]: cluster 2024-04-15T20:43:09.060546+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T20:43:10.426 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:10 smithi069 bash[21530]: audit 2024-04-15T20:43:09.128095+0000 mon.a (mon.0) 560 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-04-15T20:43:10.426 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:10 smithi069 bash[21530]: audit 2024-04-15T20:43:09.134170+0000 mon.b (mon.2) 9 : audit [INF] from='osd.2 [v2:172.21.15.94:6800/3918888657,v1:172.21.15.94:6801/3918888657]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi094", "root=default"]}]: dispatch 2024-04-15T20:43:10.426 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:10 smithi069 bash[21530]: cluster 2024-04-15T20:43:09.134713+0000 mon.a (mon.0) 561 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-04-15T20:43:10.426 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:10 smithi069 bash[21530]: audit 2024-04-15T20:43:09.135622+0000 mon.a (mon.0) 562 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-15T20:43:10.426 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:10 smithi069 bash[21530]: audit 2024-04-15T20:43:09.136686+0000 mon.a (mon.0) 563 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi094", "root=default"]}]: dispatch 2024-04-15T20:43:10.438 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:10 smithi204 bash[22398]: cluster 2024-04-15T20:43:09.060546+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T20:43:10.438 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:10 smithi204 bash[22398]: audit 2024-04-15T20:43:09.128095+0000 mon.a (mon.0) 560 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-04-15T20:43:10.438 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:10 smithi204 bash[22398]: audit 2024-04-15T20:43:09.134170+0000 mon.b (mon.2) 9 : audit [INF] from='osd.2 [v2:172.21.15.94:6800/3918888657,v1:172.21.15.94:6801/3918888657]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi094", "root=default"]}]: dispatch 2024-04-15T20:43:10.438 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:10 smithi204 bash[22398]: cluster 2024-04-15T20:43:09.134713+0000 mon.a (mon.0) 561 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-04-15T20:43:10.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:10 smithi204 bash[22398]: audit 2024-04-15T20:43:09.135622+0000 mon.a (mon.0) 562 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-15T20:43:10.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:10 smithi204 bash[22398]: audit 2024-04-15T20:43:09.136686+0000 mon.a (mon.0) 563 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi094", "root=default"]}]: dispatch 2024-04-15T20:43:11.407 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:11 smithi094 bash[22212]: audit 2024-04-15T20:43:10.130450+0000 mon.a (mon.0) 564 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi094", "root=default"]}]': finished 2024-04-15T20:43:11.407 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:11 smithi094 bash[22212]: cluster 2024-04-15T20:43:10.135617+0000 mon.a (mon.0) 565 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-04-15T20:43:11.407 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:11 smithi094 bash[22212]: audit 2024-04-15T20:43:10.136734+0000 mon.a (mon.0) 566 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-15T20:43:11.407 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:11 smithi094 bash[22212]: audit 2024-04-15T20:43:10.144142+0000 mon.a (mon.0) 567 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-15T20:43:11.426 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:11 smithi069 bash[21530]: audit 2024-04-15T20:43:10.130450+0000 mon.a (mon.0) 564 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi094", "root=default"]}]': finished 2024-04-15T20:43:11.426 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:11 smithi069 bash[21530]: cluster 2024-04-15T20:43:10.135617+0000 mon.a (mon.0) 565 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-04-15T20:43:11.426 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:11 smithi069 bash[21530]: audit 2024-04-15T20:43:10.136734+0000 mon.a (mon.0) 566 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-15T20:43:11.426 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:11 smithi069 bash[21530]: audit 2024-04-15T20:43:10.144142+0000 mon.a (mon.0) 567 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-15T20:43:11.438 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:11 smithi204 bash[22398]: audit 2024-04-15T20:43:10.130450+0000 mon.a (mon.0) 564 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi094", "root=default"]}]': finished 2024-04-15T20:43:11.438 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:11 smithi204 bash[22398]: cluster 2024-04-15T20:43:10.135617+0000 mon.a (mon.0) 565 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-04-15T20:43:11.438 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:11 smithi204 bash[22398]: audit 2024-04-15T20:43:10.136734+0000 mon.a (mon.0) 566 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-15T20:43:11.438 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:11 smithi204 bash[22398]: audit 2024-04-15T20:43:10.144142+0000 mon.a (mon.0) 567 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-15T20:43:12.407 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:12 smithi094 bash[22212]: cluster 2024-04-15T20:43:09.388782+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-15T20:43:12.407 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:12 smithi094 bash[22212]: cluster 2024-04-15T20:43:09.388899+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-15T20:43:12.407 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:12 smithi094 bash[22212]: cluster 2024-04-15T20:43:11.061050+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T20:43:12.407 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:12 smithi094 bash[22212]: audit 2024-04-15T20:43:11.142338+0000 mon.a (mon.0) 568 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-15T20:43:12.407 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:12 smithi094 bash[22212]: cluster 2024-04-15T20:43:11.147994+0000 mon.a (mon.0) 569 : cluster [INF] osd.2 [v2:172.21.15.94:6800/3918888657,v1:172.21.15.94:6801/3918888657] boot 2024-04-15T20:43:12.408 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:12 smithi094 bash[22212]: cluster 2024-04-15T20:43:11.148048+0000 mon.a (mon.0) 570 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-04-15T20:43:12.408 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:12 smithi094 bash[22212]: audit 2024-04-15T20:43:11.148466+0000 mon.a (mon.0) 571 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-15T20:43:12.408 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:12 smithi094 bash[22212]: audit 2024-04-15T20:43:11.568574+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' 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-04-15T20:43:12.408 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:12 smithi094 bash[22212]: audit 2024-04-15T20:43:11.958106+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:12.408 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:12 smithi094 bash[22212]: audit 2024-04-15T20:43:11.967063+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:12.408 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:12 smithi094 bash[22212]: audit 2024-04-15T20:43:11.977796+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:12.408 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:12 smithi094 bash[22212]: audit 2024-04-15T20:43:12.001388+0000 mon.a (mon.0) 576 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:43:12.408 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:12 smithi094 bash[22212]: audit 2024-04-15T20:43:12.007044+0000 mon.a (mon.0) 577 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:43:12.408 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:12 smithi094 bash[22212]: audit 2024-04-15T20:43:12.008741+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:43:12.408 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:12 smithi094 bash[22212]: audit 2024-04-15T20:43:12.018922+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:12.426 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:12 smithi069 bash[21530]: cluster 2024-04-15T20:43:09.388782+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-15T20:43:12.426 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:12 smithi069 bash[21530]: cluster 2024-04-15T20:43:09.388899+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-15T20:43:12.426 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:12 smithi069 bash[21530]: cluster 2024-04-15T20:43:11.061050+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T20:43:12.426 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:12 smithi069 bash[21530]: audit 2024-04-15T20:43:11.142338+0000 mon.a (mon.0) 568 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-15T20:43:12.426 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:12 smithi069 bash[21530]: cluster 2024-04-15T20:43:11.147994+0000 mon.a (mon.0) 569 : cluster [INF] osd.2 [v2:172.21.15.94:6800/3918888657,v1:172.21.15.94:6801/3918888657] boot 2024-04-15T20:43:12.426 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:12 smithi069 bash[21530]: cluster 2024-04-15T20:43:11.148048+0000 mon.a (mon.0) 570 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-04-15T20:43:12.426 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:12 smithi069 bash[21530]: audit 2024-04-15T20:43:11.148466+0000 mon.a (mon.0) 571 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-15T20:43:12.426 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:12 smithi069 bash[21530]: audit 2024-04-15T20:43:11.568574+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' 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-04-15T20:43:12.426 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:12 smithi069 bash[21530]: audit 2024-04-15T20:43:11.958106+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:12.426 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:12 smithi069 bash[21530]: audit 2024-04-15T20:43:11.967063+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:12.426 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:12 smithi069 bash[21530]: audit 2024-04-15T20:43:11.977796+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:12.426 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:12 smithi069 bash[21530]: audit 2024-04-15T20:43:12.001388+0000 mon.a (mon.0) 576 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:43:12.427 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:12 smithi069 bash[21530]: audit 2024-04-15T20:43:12.007044+0000 mon.a (mon.0) 577 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:43:12.427 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:12 smithi069 bash[21530]: audit 2024-04-15T20:43:12.008741+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:43:12.427 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:12 smithi069 bash[21530]: audit 2024-04-15T20:43:12.018922+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:12.438 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:12 smithi204 bash[22398]: cluster 2024-04-15T20:43:09.388782+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-15T20:43:12.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:12 smithi204 bash[22398]: cluster 2024-04-15T20:43:09.388899+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-15T20:43:12.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:12 smithi204 bash[22398]: cluster 2024-04-15T20:43:11.061050+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T20:43:12.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:12 smithi204 bash[22398]: audit 2024-04-15T20:43:11.142338+0000 mon.a (mon.0) 568 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-15T20:43:12.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:12 smithi204 bash[22398]: cluster 2024-04-15T20:43:11.147994+0000 mon.a (mon.0) 569 : cluster [INF] osd.2 [v2:172.21.15.94:6800/3918888657,v1:172.21.15.94:6801/3918888657] boot 2024-04-15T20:43:12.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:12 smithi204 bash[22398]: cluster 2024-04-15T20:43:11.148048+0000 mon.a (mon.0) 570 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-04-15T20:43:12.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:12 smithi204 bash[22398]: audit 2024-04-15T20:43:11.148466+0000 mon.a (mon.0) 571 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-15T20:43:12.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:12 smithi204 bash[22398]: audit 2024-04-15T20:43:11.568574+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' 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-04-15T20:43:12.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:12 smithi204 bash[22398]: audit 2024-04-15T20:43:11.958106+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:12.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:12 smithi204 bash[22398]: audit 2024-04-15T20:43:11.967063+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:12.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:12 smithi204 bash[22398]: audit 2024-04-15T20:43:11.977796+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:12.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:12 smithi204 bash[22398]: audit 2024-04-15T20:43:12.001388+0000 mon.a (mon.0) 576 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:43:12.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:12 smithi204 bash[22398]: audit 2024-04-15T20:43:12.007044+0000 mon.a (mon.0) 577 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:43:12.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:12 smithi204 bash[22398]: audit 2024-04-15T20:43:12.008741+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:43:12.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:12 smithi204 bash[22398]: audit 2024-04-15T20:43:12.018922+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:13.283 INFO:teuthology.orchestra.run.smithi094.stdout:Created osd(s) 2 on host 'smithi094' 2024-04-15T20:43:13.407 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:13 smithi094 bash[22212]: audit 2024-04-15T20:43:12.157297+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' 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-04-15T20:43:13.407 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:13 smithi094 bash[22212]: cluster 2024-04-15T20:43:12.162818+0000 mon.a (mon.0) 581 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-04-15T20:43:13.407 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:13 smithi094 bash[22212]: audit 2024-04-15T20:43:12.164764+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-04-15T20:43:13.426 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:13 smithi069 bash[21530]: audit 2024-04-15T20:43:12.157297+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' 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-04-15T20:43:13.426 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:13 smithi069 bash[21530]: cluster 2024-04-15T20:43:12.162818+0000 mon.a (mon.0) 581 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-04-15T20:43:13.426 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:13 smithi069 bash[21530]: audit 2024-04-15T20:43:12.164764+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-04-15T20:43:13.438 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:13 smithi204 bash[22398]: audit 2024-04-15T20:43:12.157297+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' 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-04-15T20:43:13.438 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:13 smithi204 bash[22398]: cluster 2024-04-15T20:43:12.162818+0000 mon.a (mon.0) 581 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-04-15T20:43:13.438 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:13 smithi204 bash[22398]: audit 2024-04-15T20:43:12.164764+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-04-15T20:43:13.933 DEBUG:teuthology.orchestra.run.smithi094:osd.2> sudo journalctl -f -n 0 -u ceph-cb456bda-fb67-11ee-bc8f-c7b262605968@osd.2.service 2024-04-15T20:43:13.935 INFO:tasks.cephadm:Deploying osd.3 on smithi094 with /dev/vg_nvme/lv_3... 2024-04-15T20:43:13.935 DEBUG:teuthology.orchestra.run.smithi094:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cb456bda-fb67-11ee-bc8f-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-04-15T20:43:14.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:14 smithi204 bash[22398]: cluster 2024-04-15T20:43:13.061599+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v148: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-04-15T20:43:14.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:14 smithi204 bash[22398]: cluster 2024-04-15T20:43:13.157726+0000 mon.a (mon.0) 583 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-04-15T20:43:14.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:14 smithi204 bash[22398]: audit 2024-04-15T20:43:13.167498+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-04-15T20:43:14.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:14 smithi204 bash[22398]: cluster 2024-04-15T20:43:13.173183+0000 mon.a (mon.0) 585 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-04-15T20:43:14.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:14 smithi204 bash[22398]: audit 2024-04-15T20:43:13.240218+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:14.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:14 smithi204 bash[22398]: audit 2024-04-15T20:43:13.244648+0000 mon.a (mon.0) 587 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:43:14.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:14 smithi204 bash[22398]: audit 2024-04-15T20:43:13.249798+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:14.440 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:14 smithi204 bash[22398]: audit 2024-04-15T20:43:13.255709+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-15T20:43:14.440 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:14 smithi204 bash[22398]: cephadm 2024-04-15T20:43:13.257118+0000 mgr.a (mgr.14152) 204 : cephadm [INF] Adjusting osd_memory_target on smithi094 to 16241M 2024-04-15T20:43:14.440 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:14 smithi204 bash[22398]: audit 2024-04-15T20:43:13.263078+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:14.440 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:14 smithi204 bash[22398]: audit 2024-04-15T20:43:13.267185+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:43:14.440 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:14 smithi204 bash[22398]: audit 2024-04-15T20:43:13.268899+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:43:14.440 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:14 smithi204 bash[22398]: audit 2024-04-15T20:43:13.278181+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:14.440 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:14 smithi204 bash[22398]: audit 2024-04-15T20:43:13.866106+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:14.440 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:14 smithi204 bash[22398]: audit 2024-04-15T20:43:14.005601+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:14.440 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:14 smithi204 bash[22398]: audit 2024-04-15T20:43:14.008410+0000 mon.a (mon.0) 596 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-15T20:43:14.440 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:14 smithi204 bash[22398]: audit 2024-04-15T20:43:14.058735+0000 mon.a (mon.0) 597 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-15T20:43:14.440 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:14 smithi204 bash[22398]: audit 2024-04-15T20:43:14.059082+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-15T20:43:14.441 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:14 smithi204 bash[22398]: audit 2024-04-15T20:43:14.059330+0000 mon.a (mon.0) 599 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-15T20:43:14.441 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:14 smithi204 bash[22398]: audit 2024-04-15T20:43:14.059591+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-15T20:43:14.441 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:14 smithi204 bash[22398]: audit 2024-04-15T20:43:14.062298+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-15T20:43:14.441 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:14 smithi204 bash[22398]: audit 2024-04-15T20:43:14.062524+0000 mon.a (mon.0) 602 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-15T20:43:14.441 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:14 smithi204 bash[22398]: audit 2024-04-15T20:43:14.062733+0000 mon.a (mon.0) 603 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-15T20:43:14.441 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:14 smithi204 bash[22398]: audit 2024-04-15T20:43:14.063056+0000 mon.c (mon.1) 3 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-15T20:43:14.441 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:14 smithi204 bash[22398]: audit 2024-04-15T20:43:14.104582+0000 mon.c (mon.1) 4 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-15T20:43:14.441 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:14 smithi204 bash[22398]: audit 2024-04-15T20:43:14.146866+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:14.441 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:14 smithi204 bash[22398]: audit 2024-04-15T20:43:14.150039+0000 mon.a (mon.0) 605 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-15T20:43:14.441 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:14 smithi204 bash[22398]: audit 2024-04-15T20:43:14.150464+0000 mon.a (mon.0) 606 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-15T20:43:14.441 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:14 smithi204 bash[22398]: audit 2024-04-15T20:43:14.150826+0000 mon.a (mon.0) 607 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-15T20:43:14.658 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:14 smithi094 bash[22212]: cluster 2024-04-15T20:43:13.061599+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v148: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-04-15T20:43:14.658 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:14 smithi094 bash[22212]: cluster 2024-04-15T20:43:13.157726+0000 mon.a (mon.0) 583 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-04-15T20:43:14.658 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:14 smithi094 bash[22212]: audit 2024-04-15T20:43:13.167498+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-04-15T20:43:14.658 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:14 smithi094 bash[22212]: cluster 2024-04-15T20:43:13.173183+0000 mon.a (mon.0) 585 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-04-15T20:43:14.658 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:14 smithi094 bash[22212]: audit 2024-04-15T20:43:13.240218+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:14.659 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:14 smithi094 bash[22212]: audit 2024-04-15T20:43:13.244648+0000 mon.a (mon.0) 587 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:43:14.659 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:14 smithi094 bash[22212]: audit 2024-04-15T20:43:13.249798+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:14.659 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:14 smithi094 bash[22212]: audit 2024-04-15T20:43:13.255709+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-15T20:43:14.659 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:14 smithi094 bash[22212]: cephadm 2024-04-15T20:43:13.257118+0000 mgr.a (mgr.14152) 204 : cephadm [INF] Adjusting osd_memory_target on smithi094 to 16241M 2024-04-15T20:43:14.659 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:14 smithi094 bash[22212]: audit 2024-04-15T20:43:13.263078+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:14.659 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:14 smithi094 bash[22212]: audit 2024-04-15T20:43:13.267185+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:43:14.659 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:14 smithi094 bash[22212]: audit 2024-04-15T20:43:13.268899+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:43:14.659 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:14 smithi094 bash[22212]: audit 2024-04-15T20:43:13.278181+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:14.659 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:14 smithi094 bash[22212]: audit 2024-04-15T20:43:13.866106+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:14.659 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:14 smithi094 bash[22212]: audit 2024-04-15T20:43:14.005601+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:14.659 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:14 smithi094 bash[22212]: audit 2024-04-15T20:43:14.008410+0000 mon.a (mon.0) 596 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-15T20:43:14.659 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:14 smithi094 bash[22212]: audit 2024-04-15T20:43:14.058735+0000 mon.a (mon.0) 597 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-15T20:43:14.659 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:14 smithi094 bash[22212]: audit 2024-04-15T20:43:14.059082+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-15T20:43:14.659 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:14 smithi094 bash[22212]: audit 2024-04-15T20:43:14.059330+0000 mon.a (mon.0) 599 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-15T20:43:14.660 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:14 smithi094 bash[22212]: audit 2024-04-15T20:43:14.059591+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-15T20:43:14.660 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:14 smithi094 bash[22212]: audit 2024-04-15T20:43:14.062298+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-15T20:43:14.660 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:14 smithi094 bash[22212]: audit 2024-04-15T20:43:14.062524+0000 mon.a (mon.0) 602 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-15T20:43:14.660 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:14 smithi094 bash[22212]: audit 2024-04-15T20:43:14.062733+0000 mon.a (mon.0) 603 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-15T20:43:14.660 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:14 smithi094 bash[22212]: audit 2024-04-15T20:43:14.063056+0000 mon.c (mon.1) 3 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-15T20:43:14.660 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:14 smithi094 bash[22212]: audit 2024-04-15T20:43:14.104582+0000 mon.c (mon.1) 4 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-15T20:43:14.660 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:14 smithi094 bash[22212]: audit 2024-04-15T20:43:14.146866+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:14.660 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:14 smithi094 bash[22212]: audit 2024-04-15T20:43:14.150039+0000 mon.a (mon.0) 605 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-15T20:43:14.660 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:14 smithi094 bash[22212]: audit 2024-04-15T20:43:14.150464+0000 mon.a (mon.0) 606 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-15T20:43:14.660 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:14 smithi094 bash[22212]: audit 2024-04-15T20:43:14.150826+0000 mon.a (mon.0) 607 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-15T20:43:14.676 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:14 smithi069 bash[21530]: cluster 2024-04-15T20:43:13.061599+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v148: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-04-15T20:43:14.677 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:14 smithi069 bash[21530]: cluster 2024-04-15T20:43:13.157726+0000 mon.a (mon.0) 583 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-04-15T20:43:14.677 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:14 smithi069 bash[21530]: audit 2024-04-15T20:43:13.167498+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-04-15T20:43:14.677 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:14 smithi069 bash[21530]: cluster 2024-04-15T20:43:13.173183+0000 mon.a (mon.0) 585 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-04-15T20:43:14.677 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:14 smithi069 bash[21530]: audit 2024-04-15T20:43:13.240218+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:14.677 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:14 smithi069 bash[21530]: audit 2024-04-15T20:43:13.244648+0000 mon.a (mon.0) 587 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:43:14.677 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:14 smithi069 bash[21530]: audit 2024-04-15T20:43:13.249798+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:14.677 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:14 smithi069 bash[21530]: audit 2024-04-15T20:43:13.255709+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-15T20:43:14.677 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:14 smithi069 bash[21530]: cephadm 2024-04-15T20:43:13.257118+0000 mgr.a (mgr.14152) 204 : cephadm [INF] Adjusting osd_memory_target on smithi094 to 16241M 2024-04-15T20:43:14.677 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:14 smithi069 bash[21530]: audit 2024-04-15T20:43:13.263078+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:14.677 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:14 smithi069 bash[21530]: audit 2024-04-15T20:43:13.267185+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:43:14.677 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:14 smithi069 bash[21530]: audit 2024-04-15T20:43:13.268899+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:43:14.677 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:14 smithi069 bash[21530]: audit 2024-04-15T20:43:13.278181+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:14.677 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:14 smithi069 bash[21530]: audit 2024-04-15T20:43:13.866106+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:14.678 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:14 smithi069 bash[21530]: audit 2024-04-15T20:43:14.005601+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:14.678 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:14 smithi069 bash[21530]: audit 2024-04-15T20:43:14.008410+0000 mon.a (mon.0) 596 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-15T20:43:14.678 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:14 smithi069 bash[21530]: audit 2024-04-15T20:43:14.058735+0000 mon.a (mon.0) 597 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-15T20:43:14.678 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:14 smithi069 bash[21530]: audit 2024-04-15T20:43:14.059082+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-15T20:43:14.678 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:14 smithi069 bash[21530]: audit 2024-04-15T20:43:14.059330+0000 mon.a (mon.0) 599 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-15T20:43:14.678 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:14 smithi069 bash[21530]: audit 2024-04-15T20:43:14.059591+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-15T20:43:14.678 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:14 smithi069 bash[21530]: audit 2024-04-15T20:43:14.062298+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-15T20:43:14.678 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:14 smithi069 bash[21530]: audit 2024-04-15T20:43:14.062524+0000 mon.a (mon.0) 602 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-15T20:43:14.678 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:14 smithi069 bash[21530]: audit 2024-04-15T20:43:14.062733+0000 mon.a (mon.0) 603 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-15T20:43:14.678 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:14 smithi069 bash[21530]: audit 2024-04-15T20:43:14.063056+0000 mon.c (mon.1) 3 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-15T20:43:14.678 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:14 smithi069 bash[21530]: audit 2024-04-15T20:43:14.104582+0000 mon.c (mon.1) 4 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-15T20:43:14.678 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:14 smithi069 bash[21530]: audit 2024-04-15T20:43:14.146866+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:14.678 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:14 smithi069 bash[21530]: audit 2024-04-15T20:43:14.150039+0000 mon.a (mon.0) 605 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-15T20:43:14.678 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:14 smithi069 bash[21530]: audit 2024-04-15T20:43:14.150464+0000 mon.a (mon.0) 606 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-15T20:43:14.679 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:14 smithi069 bash[21530]: audit 2024-04-15T20:43:14.150826+0000 mon.a (mon.0) 607 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-15T20:43:15.426 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:15 smithi069 bash[21530]: audit 2024-04-15T20:43:14.148664+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-15T20:43:15.426 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:15 smithi069 bash[21530]: audit 2024-04-15T20:43:14.191778+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-15T20:43:15.426 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:15 smithi069 bash[21530]: cluster 2024-04-15T20:43:14.282266+0000 mon.a (mon.0) 608 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-04-15T20:43:15.591 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:15 smithi204 bash[22398]: audit 2024-04-15T20:43:14.148664+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-15T20:43:15.591 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:15 smithi204 bash[22398]: audit 2024-04-15T20:43:14.191778+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-15T20:43:15.591 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:15 smithi204 bash[22398]: cluster 2024-04-15T20:43:14.282266+0000 mon.a (mon.0) 608 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-04-15T20:43:15.657 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:15 smithi094 bash[22212]: audit 2024-04-15T20:43:14.148664+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-15T20:43:15.657 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:15 smithi094 bash[22212]: audit 2024-04-15T20:43:14.191778+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-15T20:43:15.657 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:15 smithi094 bash[22212]: cluster 2024-04-15T20:43:14.282266+0000 mon.a (mon.0) 608 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-04-15T20:43:16.657 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:16 smithi094 bash[22212]: cluster 2024-04-15T20:43:15.062154+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v151: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-04-15T20:43:16.657 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:16 smithi094 bash[22212]: cluster 2024-04-15T20:43:15.276900+0000 mon.a (mon.0) 609 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-04-15T20:43:16.657 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:16 smithi094 bash[22212]: cluster 2024-04-15T20:43:15.276952+0000 mon.a (mon.0) 610 : cluster [INF] Cluster is now healthy 2024-04-15T20:43:16.676 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:16 smithi069 bash[21530]: cluster 2024-04-15T20:43:15.062154+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v151: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-04-15T20:43:16.676 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:16 smithi069 bash[21530]: cluster 2024-04-15T20:43:15.276900+0000 mon.a (mon.0) 609 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-04-15T20:43:16.676 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:16 smithi069 bash[21530]: cluster 2024-04-15T20:43:15.276952+0000 mon.a (mon.0) 610 : cluster [INF] Cluster is now healthy 2024-04-15T20:43:16.688 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:16 smithi204 bash[22398]: cluster 2024-04-15T20:43:15.062154+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v151: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-04-15T20:43:16.688 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:16 smithi204 bash[22398]: cluster 2024-04-15T20:43:15.276900+0000 mon.a (mon.0) 609 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-04-15T20:43:16.688 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:16 smithi204 bash[22398]: cluster 2024-04-15T20:43:15.276952+0000 mon.a (mon.0) 610 : cluster [INF] Cluster is now healthy 2024-04-15T20:43:17.657 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:17 smithi094 bash[22212]: cluster 2024-04-15T20:43:16.297162+0000 mon.a (mon.0) 611 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-04-15T20:43:17.675 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:17 smithi069 bash[21530]: cluster 2024-04-15T20:43:16.297162+0000 mon.a (mon.0) 611 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-04-15T20:43:17.692 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:17 smithi204 bash[22398]: cluster 2024-04-15T20:43:16.297162+0000 mon.a (mon.0) 611 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-04-15T20:43:18.657 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:18 smithi094 bash[22212]: cluster 2024-04-15T20:43:17.062664+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v152: 1 pgs: 1 unknown; 0 B data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T20:43:18.657 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:18 smithi094 bash[22212]: audit 2024-04-15T20:43:17.311512+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:18.657 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:18 smithi094 bash[22212]: audit 2024-04-15T20:43:17.320147+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:18.657 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:18 smithi094 bash[22212]: audit 2024-04-15T20:43:17.330255+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:18.676 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:18 smithi069 bash[21530]: cluster 2024-04-15T20:43:17.062664+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v152: 1 pgs: 1 unknown; 0 B data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T20:43:18.676 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:18 smithi069 bash[21530]: audit 2024-04-15T20:43:17.311512+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:18.676 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:18 smithi069 bash[21530]: audit 2024-04-15T20:43:17.320147+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:18.676 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:18 smithi069 bash[21530]: audit 2024-04-15T20:43:17.330255+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:18.688 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:18 smithi204 bash[22398]: cluster 2024-04-15T20:43:17.062664+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v152: 1 pgs: 1 unknown; 0 B data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T20:43:18.688 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:18 smithi204 bash[22398]: audit 2024-04-15T20:43:17.311512+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:18.688 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:18 smithi204 bash[22398]: audit 2024-04-15T20:43:17.320147+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:18.688 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:18 smithi204 bash[22398]: audit 2024-04-15T20:43:17.330255+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:18.696 INFO:teuthology.orchestra.run.smithi094.stderr:Inferring config /var/lib/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/mon.b/config 2024-04-15T20:43:20.657 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:20 smithi094 bash[22212]: cluster 2024-04-15T20:43:19.063299+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-15T20:43:20.675 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:20 smithi069 bash[21530]: cluster 2024-04-15T20:43:19.063299+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-15T20:43:20.688 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:20 smithi204 bash[22398]: cluster 2024-04-15T20:43:19.063299+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-15T20:43:21.617 INFO:teuthology.orchestra.run.smithi094.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-04-15T20:43:21.618 INFO:teuthology.orchestra.run.smithi094.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-04-15T20:43:21.618 INFO:teuthology.orchestra.run.smithi094.stderr: stderr: 10+0 records in 2024-04-15T20:43:21.618 INFO:teuthology.orchestra.run.smithi094.stderr:10+0 records out 2024-04-15T20:43:21.618 INFO:teuthology.orchestra.run.smithi094.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0111092 s, 944 MB/s 2024-04-15T20:43:21.618 INFO:teuthology.orchestra.run.smithi094.stderr:--> Zapping successful for: 2024-04-15T20:43:22.157 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:22 smithi094 bash[22212]: audit 2024-04-15T20:43:21.029193+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:22.157 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:22 smithi094 bash[22212]: audit 2024-04-15T20:43:21.036930+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:22.157 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:22 smithi094 bash[22212]: audit 2024-04-15T20:43:21.046764+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:22.157 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:22 smithi094 bash[22212]: cluster 2024-04-15T20:43:21.063857+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-15T20:43:22.342 DEBUG:teuthology.orchestra.run.smithi094:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cb456bda-fb67-11ee-bc8f-c7b262605968 -- ceph orch daemon add osd smithi094:vg_nvme/lv_3 2024-04-15T20:43:22.426 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:22 smithi069 bash[21530]: audit 2024-04-15T20:43:21.029193+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:22.426 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:22 smithi069 bash[21530]: audit 2024-04-15T20:43:21.036930+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:22.426 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:22 smithi069 bash[21530]: audit 2024-04-15T20:43:21.046764+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:22.426 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:22 smithi069 bash[21530]: cluster 2024-04-15T20:43:21.063857+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-15T20:43:22.438 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:22 smithi204 bash[22398]: audit 2024-04-15T20:43:21.029193+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:22.438 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:22 smithi204 bash[22398]: audit 2024-04-15T20:43:21.036930+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:22.438 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:22 smithi204 bash[22398]: audit 2024-04-15T20:43:21.046764+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:22.438 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:22 smithi204 bash[22398]: cluster 2024-04-15T20:43:21.063857+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-15T20:43:24.407 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:24 smithi094 bash[22212]: cluster 2024-04-15T20:43:23.064382+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-15T20:43:24.425 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:24 smithi069 bash[21530]: cluster 2024-04-15T20:43:23.064382+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-15T20:43:24.438 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:24 smithi204 bash[22398]: cluster 2024-04-15T20:43:23.064382+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-15T20:43:26.407 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:26 smithi094 bash[22212]: cluster 2024-04-15T20:43:25.065009+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-15T20:43:26.425 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:26 smithi069 bash[21530]: cluster 2024-04-15T20:43:25.065009+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-15T20:43:26.438 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:26 smithi204 bash[22398]: cluster 2024-04-15T20:43:25.065009+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-15T20:43:27.063 INFO:teuthology.orchestra.run.smithi094.stderr:Inferring config /var/lib/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/mon.b/config 2024-04-15T20:43:28.407 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:28 smithi094 bash[22212]: cluster 2024-04-15T20:43:27.065492+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-15T20:43:28.425 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:28 smithi069 bash[21530]: cluster 2024-04-15T20:43:27.065492+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-15T20:43:28.438 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:28 smithi204 bash[22398]: cluster 2024-04-15T20:43:27.065492+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-15T20:43:30.407 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:30 smithi094 bash[22212]: cluster 2024-04-15T20:43:29.065999+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-15T20:43:30.425 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:30 smithi069 bash[21530]: cluster 2024-04-15T20:43:29.065999+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-15T20:43:30.438 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:30 smithi204 bash[22398]: cluster 2024-04-15T20:43:29.065999+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-15T20:43:32.407 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:32 smithi094 bash[22212]: cluster 2024-04-15T20:43:31.066531+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-15T20:43:32.407 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:32 smithi094 bash[22212]: audit 2024-04-15T20:43:31.247787+0000 mgr.a (mgr.14152) 214 : audit [DBG] from='client.24179 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi094:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:43:32.407 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:32 smithi094 bash[22212]: audit 2024-04-15T20:43:31.251404+0000 mon.a (mon.0) 618 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-15T20:43:32.407 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:32 smithi094 bash[22212]: audit 2024-04-15T20:43:31.254584+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-15T20:43:32.407 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:32 smithi094 bash[22212]: audit 2024-04-15T20:43:31.255475+0000 mon.a (mon.0) 620 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:43:32.425 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:32 smithi069 bash[21530]: cluster 2024-04-15T20:43:31.066531+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-15T20:43:32.425 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:32 smithi069 bash[21530]: audit 2024-04-15T20:43:31.247787+0000 mgr.a (mgr.14152) 214 : audit [DBG] from='client.24179 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi094:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:43:32.426 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:32 smithi069 bash[21530]: audit 2024-04-15T20:43:31.251404+0000 mon.a (mon.0) 618 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-15T20:43:32.426 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:32 smithi069 bash[21530]: audit 2024-04-15T20:43:31.254584+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-15T20:43:32.426 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:32 smithi069 bash[21530]: audit 2024-04-15T20:43:31.255475+0000 mon.a (mon.0) 620 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:43:32.438 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:32 smithi204 bash[22398]: cluster 2024-04-15T20:43:31.066531+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-15T20:43:32.438 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:32 smithi204 bash[22398]: audit 2024-04-15T20:43:31.247787+0000 mgr.a (mgr.14152) 214 : audit [DBG] from='client.24179 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi094:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:43:32.438 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:32 smithi204 bash[22398]: audit 2024-04-15T20:43:31.251404+0000 mon.a (mon.0) 618 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-15T20:43:32.438 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:32 smithi204 bash[22398]: audit 2024-04-15T20:43:31.254584+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-15T20:43:32.438 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:32 smithi204 bash[22398]: audit 2024-04-15T20:43:31.255475+0000 mon.a (mon.0) 620 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:43:33.425 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:33 smithi069 bash[21530]: audit 2024-04-15T20:43:32.180078+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:33.426 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:33 smithi069 bash[21530]: audit 2024-04-15T20:43:32.189040+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:33.426 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:33 smithi069 bash[21530]: audit 2024-04-15T20:43:32.199718+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:33.438 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:33 smithi204 bash[22398]: audit 2024-04-15T20:43:32.180078+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:33.438 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:33 smithi204 bash[22398]: audit 2024-04-15T20:43:32.189040+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:33.438 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:33 smithi204 bash[22398]: audit 2024-04-15T20:43:32.199718+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:33.499 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:33 smithi094 bash[22212]: audit 2024-04-15T20:43:32.180078+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:33.499 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:33 smithi094 bash[22212]: audit 2024-04-15T20:43:32.189040+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:33.499 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:33 smithi094 bash[22212]: audit 2024-04-15T20:43:32.199718+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:34.303 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:34 smithi204 bash[22398]: cluster 2024-04-15T20:43:33.067119+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-15T20:43:34.303 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:34 smithi204 bash[22398]: audit 2024-04-15T20:43:33.485137+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:34.303 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:34 smithi204 bash[22398]: audit 2024-04-15T20:43:33.493755+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:34.303 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:34 smithi204 bash[22398]: audit 2024-04-15T20:43:33.504016+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:34.657 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:34 smithi094 bash[22212]: cluster 2024-04-15T20:43:33.067119+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-15T20:43:34.657 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:34 smithi094 bash[22212]: audit 2024-04-15T20:43:33.485137+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:34.657 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:34 smithi094 bash[22212]: audit 2024-04-15T20:43:33.493755+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:34.657 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:34 smithi094 bash[22212]: audit 2024-04-15T20:43:33.504016+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:34.675 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:34 smithi069 bash[21530]: cluster 2024-04-15T20:43:33.067119+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-15T20:43:34.675 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:34 smithi069 bash[21530]: audit 2024-04-15T20:43:33.485137+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:34.675 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:34 smithi069 bash[21530]: audit 2024-04-15T20:43:33.493755+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:34.675 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:34 smithi069 bash[21530]: audit 2024-04-15T20:43:33.504016+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:36.592 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:36 smithi094 bash[22212]: cluster 2024-04-15T20:43:35.067650+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-15T20:43:36.675 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:36 smithi069 bash[21530]: cluster 2024-04-15T20:43:35.067650+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-15T20:43:36.690 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:36 smithi204 bash[22398]: cluster 2024-04-15T20:43:35.067650+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-15T20:43:38.657 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:38 smithi094 bash[22212]: cluster 2024-04-15T20:43:37.068160+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-15T20:43:38.657 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:38 smithi094 bash[22212]: audit 2024-04-15T20:43:37.490822+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:38.657 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:38 smithi094 bash[22212]: audit 2024-04-15T20:43:37.499061+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:38.657 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:38 smithi094 bash[22212]: audit 2024-04-15T20:43:37.509332+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:38.675 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:38 smithi069 bash[21530]: cluster 2024-04-15T20:43:37.068160+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-15T20:43:38.675 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:38 smithi069 bash[21530]: audit 2024-04-15T20:43:37.490822+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:38.675 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:38 smithi069 bash[21530]: audit 2024-04-15T20:43:37.499061+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:38.675 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:38 smithi069 bash[21530]: audit 2024-04-15T20:43:37.509332+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:38.688 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:38 smithi204 bash[22398]: cluster 2024-04-15T20:43:37.068160+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-15T20:43:38.688 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:38 smithi204 bash[22398]: audit 2024-04-15T20:43:37.490822+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:38.688 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:38 smithi204 bash[22398]: audit 2024-04-15T20:43:37.499061+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:38.688 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:38 smithi204 bash[22398]: audit 2024-04-15T20:43:37.509332+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:39.657 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:39 smithi094 bash[22212]: audit 2024-04-15T20:43:38.724912+0000 mon.b (mon.2) 12 : audit [INF] from='client.? 172.21.15.94:0/1789520070' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "67c6f68b-7dae-409f-9866-3ae9e0a32748"}]: dispatch 2024-04-15T20:43:39.657 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:39 smithi094 bash[22212]: audit 2024-04-15T20:43:38.726685+0000 mon.a (mon.0) 630 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "67c6f68b-7dae-409f-9866-3ae9e0a32748"}]: dispatch 2024-04-15T20:43:39.657 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:39 smithi094 bash[22212]: audit 2024-04-15T20:43:38.730521+0000 mon.a (mon.0) 631 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "67c6f68b-7dae-409f-9866-3ae9e0a32748"}]': finished 2024-04-15T20:43:39.657 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:39 smithi094 bash[22212]: cluster 2024-04-15T20:43:38.735624+0000 mon.a (mon.0) 632 : cluster [DBG] osdmap e22: 4 total, 3 up, 4 in 2024-04-15T20:43:39.657 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:39 smithi094 bash[22212]: audit 2024-04-15T20:43:38.736346+0000 mon.a (mon.0) 633 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-15T20:43:39.675 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:39 smithi069 bash[21530]: audit 2024-04-15T20:43:38.724912+0000 mon.b (mon.2) 12 : audit [INF] from='client.? 172.21.15.94:0/1789520070' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "67c6f68b-7dae-409f-9866-3ae9e0a32748"}]: dispatch 2024-04-15T20:43:39.675 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:39 smithi069 bash[21530]: audit 2024-04-15T20:43:38.726685+0000 mon.a (mon.0) 630 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "67c6f68b-7dae-409f-9866-3ae9e0a32748"}]: dispatch 2024-04-15T20:43:39.675 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:39 smithi069 bash[21530]: audit 2024-04-15T20:43:38.730521+0000 mon.a (mon.0) 631 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "67c6f68b-7dae-409f-9866-3ae9e0a32748"}]': finished 2024-04-15T20:43:39.675 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:39 smithi069 bash[21530]: cluster 2024-04-15T20:43:38.735624+0000 mon.a (mon.0) 632 : cluster [DBG] osdmap e22: 4 total, 3 up, 4 in 2024-04-15T20:43:39.675 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:39 smithi069 bash[21530]: audit 2024-04-15T20:43:38.736346+0000 mon.a (mon.0) 633 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-15T20:43:39.688 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:39 smithi204 bash[22398]: audit 2024-04-15T20:43:38.724912+0000 mon.b (mon.2) 12 : audit [INF] from='client.? 172.21.15.94:0/1789520070' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "67c6f68b-7dae-409f-9866-3ae9e0a32748"}]: dispatch 2024-04-15T20:43:39.688 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:39 smithi204 bash[22398]: audit 2024-04-15T20:43:38.726685+0000 mon.a (mon.0) 630 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "67c6f68b-7dae-409f-9866-3ae9e0a32748"}]: dispatch 2024-04-15T20:43:39.688 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:39 smithi204 bash[22398]: audit 2024-04-15T20:43:38.730521+0000 mon.a (mon.0) 631 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "67c6f68b-7dae-409f-9866-3ae9e0a32748"}]': finished 2024-04-15T20:43:39.688 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:39 smithi204 bash[22398]: cluster 2024-04-15T20:43:38.735624+0000 mon.a (mon.0) 632 : cluster [DBG] osdmap e22: 4 total, 3 up, 4 in 2024-04-15T20:43:39.688 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:39 smithi204 bash[22398]: audit 2024-04-15T20:43:38.736346+0000 mon.a (mon.0) 633 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-15T20:43:40.657 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:40 smithi094 bash[22212]: cluster 2024-04-15T20:43:39.068661+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-15T20:43:40.657 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:40 smithi094 bash[22212]: audit 2024-04-15T20:43:39.444805+0000 mon.b (mon.2) 13 : audit [DBG] from='client.? 172.21.15.94:0/3919199117' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-15T20:43:40.675 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:40 smithi069 bash[21530]: cluster 2024-04-15T20:43:39.068661+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-15T20:43:40.675 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:40 smithi069 bash[21530]: audit 2024-04-15T20:43:39.444805+0000 mon.b (mon.2) 13 : audit [DBG] from='client.? 172.21.15.94:0/3919199117' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-15T20:43:40.688 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:40 smithi204 bash[22398]: cluster 2024-04-15T20:43:39.068661+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-15T20:43:40.688 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:40 smithi204 bash[22398]: audit 2024-04-15T20:43:39.444805+0000 mon.b (mon.2) 13 : audit [DBG] from='client.? 172.21.15.94:0/3919199117' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-15T20:43:42.657 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:42 smithi094 bash[22212]: cluster 2024-04-15T20:43:41.069279+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-15T20:43:42.657 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:42 smithi094 bash[22212]: audit 2024-04-15T20:43:41.250749+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:42.657 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:42 smithi094 bash[22212]: audit 2024-04-15T20:43:41.259027+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:42.657 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:42 smithi094 bash[22212]: audit 2024-04-15T20:43:41.269425+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:42.675 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:42 smithi069 bash[21530]: cluster 2024-04-15T20:43:41.069279+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-15T20:43:42.675 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:42 smithi069 bash[21530]: audit 2024-04-15T20:43:41.250749+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:42.675 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:42 smithi069 bash[21530]: audit 2024-04-15T20:43:41.259027+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:42.675 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:42 smithi069 bash[21530]: audit 2024-04-15T20:43:41.269425+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:42.688 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:42 smithi204 bash[22398]: cluster 2024-04-15T20:43:41.069279+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-15T20:43:42.688 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:42 smithi204 bash[22398]: audit 2024-04-15T20:43:41.250749+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:42.688 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:42 smithi204 bash[22398]: audit 2024-04-15T20:43:41.259027+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:42.688 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:42 smithi204 bash[22398]: audit 2024-04-15T20:43:41.269425+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:44.657 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:44 smithi094 bash[22212]: cluster 2024-04-15T20:43:43.069878+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-15T20:43:44.676 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:44 smithi069 bash[21530]: cluster 2024-04-15T20:43:43.069878+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-15T20:43:44.688 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:44 smithi204 bash[22398]: cluster 2024-04-15T20:43:43.069878+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-15T20:43:46.522 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:46 smithi094 bash[22212]: cluster 2024-04-15T20:43:45.070413+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-15T20:43:46.675 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:46 smithi069 bash[21530]: cluster 2024-04-15T20:43:45.070413+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-15T20:43:46.688 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:46 smithi204 bash[22398]: cluster 2024-04-15T20:43:45.070413+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-15T20:43:48.633 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:48 smithi094 bash[22212]: cluster 2024-04-15T20:43:47.070916+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-15T20:43:48.675 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:48 smithi069 bash[21530]: cluster 2024-04-15T20:43:47.070916+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-15T20:43:48.688 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:48 smithi204 bash[22398]: cluster 2024-04-15T20:43:47.070916+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-15T20:43:50.406 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:50 smithi094 bash[22212]: cluster 2024-04-15T20:43:49.071510+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-15T20:43:50.675 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:50 smithi069 bash[21530]: cluster 2024-04-15T20:43:49.071510+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-15T20:43:50.688 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:50 smithi204 bash[22398]: cluster 2024-04-15T20:43:49.071510+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-15T20:43:52.657 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:52 smithi094 bash[22212]: cluster 2024-04-15T20:43:51.072028+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-15T20:43:52.657 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:52 smithi094 bash[22212]: audit 2024-04-15T20:43:51.818676+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-04-15T20:43:52.657 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:52 smithi094 bash[22212]: audit 2024-04-15T20:43:51.819601+0000 mon.a (mon.0) 638 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:43:52.675 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:52 smithi069 bash[21530]: cluster 2024-04-15T20:43:51.072028+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-15T20:43:52.675 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:52 smithi069 bash[21530]: audit 2024-04-15T20:43:51.818676+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-04-15T20:43:52.675 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:52 smithi069 bash[21530]: audit 2024-04-15T20:43:51.819601+0000 mon.a (mon.0) 638 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:43:52.688 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:52 smithi204 bash[22398]: cluster 2024-04-15T20:43:51.072028+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-15T20:43:52.688 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:52 smithi204 bash[22398]: audit 2024-04-15T20:43:51.818676+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-04-15T20:43:52.688 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:52 smithi204 bash[22398]: audit 2024-04-15T20:43:51.819601+0000 mon.a (mon.0) 638 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:43:53.406 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:53 smithi094 bash[22212]: cephadm 2024-04-15T20:43:51.820416+0000 mgr.a (mgr.14152) 225 : cephadm [INF] Deploying daemon osd.3 on smithi094 2024-04-15T20:43:53.675 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:53 smithi069 bash[21530]: cephadm 2024-04-15T20:43:51.820416+0000 mgr.a (mgr.14152) 225 : cephadm [INF] Deploying daemon osd.3 on smithi094 2024-04-15T20:43:53.688 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:53 smithi204 bash[22398]: cephadm 2024-04-15T20:43:51.820416+0000 mgr.a (mgr.14152) 225 : cephadm [INF] Deploying daemon osd.3 on smithi094 2024-04-15T20:43:54.423 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:54 smithi204 bash[22398]: cluster 2024-04-15T20:43:53.072559+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-15T20:43:54.424 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:54 smithi204 bash[22398]: audit 2024-04-15T20:43:53.676527+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:54.424 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:54 smithi204 bash[22398]: audit 2024-04-15T20:43:53.684504+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:54.424 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:54 smithi204 bash[22398]: audit 2024-04-15T20:43:53.693308+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:54.657 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:54 smithi094 bash[22212]: cluster 2024-04-15T20:43:53.072559+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-15T20:43:54.657 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:54 smithi094 bash[22212]: audit 2024-04-15T20:43:53.676527+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:54.657 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:54 smithi094 bash[22212]: audit 2024-04-15T20:43:53.684504+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:54.657 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:54 smithi094 bash[22212]: audit 2024-04-15T20:43:53.693308+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:54.675 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:54 smithi069 bash[21530]: cluster 2024-04-15T20:43:53.072559+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-15T20:43:54.675 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:54 smithi069 bash[21530]: audit 2024-04-15T20:43:53.676527+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:54.675 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:54 smithi069 bash[21530]: audit 2024-04-15T20:43:53.684504+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:54.675 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:54 smithi069 bash[21530]: audit 2024-04-15T20:43:53.693308+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:55.533 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:55 smithi204 bash[22398]: cephadm 2024-04-15T20:43:53.686349+0000 mgr.a (mgr.14152) 227 : cephadm [INF] Detected new or changed devices on smithi094 2024-04-15T20:43:55.656 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:55 smithi094 bash[22212]: cephadm 2024-04-15T20:43:53.686349+0000 mgr.a (mgr.14152) 227 : cephadm [INF] Detected new or changed devices on smithi094 2024-04-15T20:43:55.675 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:55 smithi069 bash[21530]: cephadm 2024-04-15T20:43:53.686349+0000 mgr.a (mgr.14152) 227 : cephadm [INF] Detected new or changed devices on smithi094 2024-04-15T20:43:56.080 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:55 smithi094 systemd[1]: /etc/systemd/system/ceph-cb456bda-fb67-11ee-bc8f-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-15T20:43:56.081 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Apr 15 20:43:55 smithi094 systemd[1]: /etc/systemd/system/ceph-cb456bda-fb67-11ee-bc8f-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-15T20:43:56.081 INFO:journalctl@ceph.osd.2.smithi094.stdout:Apr 15 20:43:55 smithi094 systemd[1]: /etc/systemd/system/ceph-cb456bda-fb67-11ee-bc8f-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-15T20:43:56.365 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Apr 15 20:43:56 smithi094 systemd[1]: /etc/systemd/system/ceph-cb456bda-fb67-11ee-bc8f-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-15T20:43:56.366 INFO:journalctl@ceph.osd.2.smithi094.stdout:Apr 15 20:43:56 smithi094 systemd[1]: /etc/systemd/system/ceph-cb456bda-fb67-11ee-bc8f-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-15T20:43:56.366 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:56 smithi094 systemd[1]: /etc/systemd/system/ceph-cb456bda-fb67-11ee-bc8f-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-15T20:43:56.366 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:56 smithi094 bash[22212]: cluster 2024-04-15T20:43:55.073112+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-15T20:43:56.425 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:56 smithi069 bash[21530]: cluster 2024-04-15T20:43:55.073112+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-15T20:43:56.688 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:56 smithi204 bash[22398]: cluster 2024-04-15T20:43:55.073112+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-15T20:43:57.657 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:57 smithi094 bash[22212]: audit 2024-04-15T20:43:56.376706+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:57.657 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:57 smithi094 bash[22212]: audit 2024-04-15T20:43:56.385491+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:57.657 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:57 smithi094 bash[22212]: audit 2024-04-15T20:43:56.415416+0000 mon.a (mon.0) 644 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:43:57.657 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:57 smithi094 bash[22212]: audit 2024-04-15T20:43:56.423581+0000 mon.a (mon.0) 645 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:43:57.657 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:57 smithi094 bash[22212]: audit 2024-04-15T20:43:56.425876+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:43:57.657 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:57 smithi094 bash[22212]: audit 2024-04-15T20:43:56.439218+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:57.657 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:57 smithi094 bash[22212]: cluster 2024-04-15T20:43:57.073640+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-15T20:43:57.675 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:57 smithi069 bash[21530]: audit 2024-04-15T20:43:56.376706+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:57.675 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:57 smithi069 bash[21530]: audit 2024-04-15T20:43:56.385491+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:57.675 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:57 smithi069 bash[21530]: audit 2024-04-15T20:43:56.415416+0000 mon.a (mon.0) 644 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:43:57.675 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:57 smithi069 bash[21530]: audit 2024-04-15T20:43:56.423581+0000 mon.a (mon.0) 645 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:43:57.675 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:57 smithi069 bash[21530]: audit 2024-04-15T20:43:56.425876+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:43:57.675 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:57 smithi069 bash[21530]: audit 2024-04-15T20:43:56.439218+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:57.675 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:57 smithi069 bash[21530]: cluster 2024-04-15T20:43:57.073640+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-15T20:43:57.688 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:57 smithi204 bash[22398]: audit 2024-04-15T20:43:56.376706+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:57.688 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:57 smithi204 bash[22398]: audit 2024-04-15T20:43:56.385491+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:57.688 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:57 smithi204 bash[22398]: audit 2024-04-15T20:43:56.415416+0000 mon.a (mon.0) 644 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:43:57.688 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:57 smithi204 bash[22398]: audit 2024-04-15T20:43:56.423581+0000 mon.a (mon.0) 645 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:43:57.688 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:57 smithi204 bash[22398]: audit 2024-04-15T20:43:56.425876+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:43:57.688 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:57 smithi204 bash[22398]: audit 2024-04-15T20:43:56.439218+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:57.688 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:57 smithi204 bash[22398]: cluster 2024-04-15T20:43:57.073640+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-15T20:43:58.907 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:58 smithi094 bash[22212]: audit 2024-04-15T20:43:57.708962+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:58.907 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:58 smithi094 bash[22212]: audit 2024-04-15T20:43:57.717274+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:58.907 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:58 smithi094 bash[22212]: audit 2024-04-15T20:43:57.728897+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:59.178 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:58 smithi069 bash[21530]: audit 2024-04-15T20:43:57.708962+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:59.178 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:58 smithi069 bash[21530]: audit 2024-04-15T20:43:57.717274+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:59.178 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:58 smithi069 bash[21530]: audit 2024-04-15T20:43:57.728897+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:59.188 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:58 smithi204 bash[22398]: audit 2024-04-15T20:43:57.708962+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:59.188 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:58 smithi204 bash[22398]: audit 2024-04-15T20:43:57.717274+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:43:59.188 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:58 smithi204 bash[22398]: audit 2024-04-15T20:43:57.728897+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:00.156 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:43:59 smithi094 bash[22212]: cluster 2024-04-15T20:43:59.074201+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-15T20:44:00.175 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:43:59 smithi069 bash[21530]: cluster 2024-04-15T20:43:59.074201+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-15T20:44:00.188 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:43:59 smithi204 bash[22398]: cluster 2024-04-15T20:43:59.074201+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-15T20:44:02.394 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:02 smithi094 bash[22212]: cluster 2024-04-15T20:44:01.074709+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-15T20:44:02.394 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:02 smithi094 bash[22212]: audit 2024-04-15T20:44:01.469066+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:02.394 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:02 smithi094 bash[22212]: audit 2024-04-15T20:44:01.478356+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:02.394 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:02 smithi094 bash[22212]: audit 2024-04-15T20:44:01.490019+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:02.425 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:02 smithi069 bash[21530]: cluster 2024-04-15T20:44:01.074709+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-15T20:44:02.425 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:02 smithi069 bash[21530]: audit 2024-04-15T20:44:01.469066+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:02.425 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:02 smithi069 bash[21530]: audit 2024-04-15T20:44:01.478356+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:02.425 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:02 smithi069 bash[21530]: audit 2024-04-15T20:44:01.490019+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:02.438 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:02 smithi204 bash[22398]: cluster 2024-04-15T20:44:01.074709+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-15T20:44:02.438 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:02 smithi204 bash[22398]: audit 2024-04-15T20:44:01.469066+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:02.438 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:02 smithi204 bash[22398]: audit 2024-04-15T20:44:01.478356+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:02.438 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:02 smithi204 bash[22398]: audit 2024-04-15T20:44:01.490019+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:03.407 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:03 smithi094 bash[22212]: audit 2024-04-15T20:44:02.798080+0000 mon.b (mon.2) 14 : audit [INF] from='osd.3 [v2:172.21.15.94:6808/3997397185,v1:172.21.15.94:6809/3997397185]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-04-15T20:44:03.407 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:03 smithi094 bash[22212]: audit 2024-04-15T20:44:02.799656+0000 mon.a (mon.0) 654 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-04-15T20:44:03.425 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:03 smithi069 bash[21530]: audit 2024-04-15T20:44:02.798080+0000 mon.b (mon.2) 14 : audit [INF] from='osd.3 [v2:172.21.15.94:6808/3997397185,v1:172.21.15.94:6809/3997397185]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-04-15T20:44:03.425 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:03 smithi069 bash[21530]: audit 2024-04-15T20:44:02.799656+0000 mon.a (mon.0) 654 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-04-15T20:44:03.438 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:03 smithi204 bash[22398]: audit 2024-04-15T20:44:02.798080+0000 mon.b (mon.2) 14 : audit [INF] from='osd.3 [v2:172.21.15.94:6808/3997397185,v1:172.21.15.94:6809/3997397185]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-04-15T20:44:03.438 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:03 smithi204 bash[22398]: audit 2024-04-15T20:44:02.799656+0000 mon.a (mon.0) 654 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-04-15T20:44:04.406 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:04 smithi094 bash[22212]: cluster 2024-04-15T20:44:03.075239+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-15T20:44:04.407 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:04 smithi094 bash[22212]: audit 2024-04-15T20:44:03.139285+0000 mon.a (mon.0) 655 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-04-15T20:44:04.407 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:04 smithi094 bash[22212]: audit 2024-04-15T20:44:03.142851+0000 mon.b (mon.2) 15 : audit [INF] from='osd.3 [v2:172.21.15.94:6808/3997397185,v1:172.21.15.94:6809/3997397185]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi094", "root=default"]}]: dispatch 2024-04-15T20:44:04.407 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:04 smithi094 bash[22212]: cluster 2024-04-15T20:44:03.146887+0000 mon.a (mon.0) 656 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-04-15T20:44:04.407 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:04 smithi094 bash[22212]: audit 2024-04-15T20:44:03.147510+0000 mon.a (mon.0) 657 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-15T20:44:04.407 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:04 smithi094 bash[22212]: audit 2024-04-15T20:44:03.148223+0000 mon.a (mon.0) 658 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi094", "root=default"]}]: dispatch 2024-04-15T20:44:04.425 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:04 smithi069 bash[21530]: cluster 2024-04-15T20:44:03.075239+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-15T20:44:04.425 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:04 smithi069 bash[21530]: audit 2024-04-15T20:44:03.139285+0000 mon.a (mon.0) 655 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-04-15T20:44:04.425 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:04 smithi069 bash[21530]: audit 2024-04-15T20:44:03.142851+0000 mon.b (mon.2) 15 : audit [INF] from='osd.3 [v2:172.21.15.94:6808/3997397185,v1:172.21.15.94:6809/3997397185]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi094", "root=default"]}]: dispatch 2024-04-15T20:44:04.425 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:04 smithi069 bash[21530]: cluster 2024-04-15T20:44:03.146887+0000 mon.a (mon.0) 656 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-04-15T20:44:04.425 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:04 smithi069 bash[21530]: audit 2024-04-15T20:44:03.147510+0000 mon.a (mon.0) 657 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-15T20:44:04.425 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:04 smithi069 bash[21530]: audit 2024-04-15T20:44:03.148223+0000 mon.a (mon.0) 658 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi094", "root=default"]}]: dispatch 2024-04-15T20:44:04.438 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:04 smithi204 bash[22398]: cluster 2024-04-15T20:44:03.075239+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-15T20:44:04.438 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:04 smithi204 bash[22398]: audit 2024-04-15T20:44:03.139285+0000 mon.a (mon.0) 655 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-04-15T20:44:04.438 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:04 smithi204 bash[22398]: audit 2024-04-15T20:44:03.142851+0000 mon.b (mon.2) 15 : audit [INF] from='osd.3 [v2:172.21.15.94:6808/3997397185,v1:172.21.15.94:6809/3997397185]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi094", "root=default"]}]: dispatch 2024-04-15T20:44:04.438 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:04 smithi204 bash[22398]: cluster 2024-04-15T20:44:03.146887+0000 mon.a (mon.0) 656 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-04-15T20:44:04.438 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:04 smithi204 bash[22398]: audit 2024-04-15T20:44:03.147510+0000 mon.a (mon.0) 657 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-15T20:44:04.438 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:04 smithi204 bash[22398]: audit 2024-04-15T20:44:03.148223+0000 mon.a (mon.0) 658 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi094", "root=default"]}]: dispatch 2024-04-15T20:44:05.313 INFO:teuthology.orchestra.run.smithi094.stdout:Created osd(s) 3 on host 'smithi094' 2024-04-15T20:44:05.406 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:05 smithi094 bash[22212]: audit 2024-04-15T20:44:04.141807+0000 mon.a (mon.0) 659 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi094", "root=default"]}]': finished 2024-04-15T20:44:05.406 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:05 smithi094 bash[22212]: cluster 2024-04-15T20:44:04.148060+0000 mon.a (mon.0) 660 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-04-15T20:44:05.406 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:05 smithi094 bash[22212]: audit 2024-04-15T20:44:04.149352+0000 mon.a (mon.0) 661 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-15T20:44:05.407 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:05 smithi094 bash[22212]: audit 2024-04-15T20:44:04.157460+0000 mon.a (mon.0) 662 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-15T20:44:05.407 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:05 smithi094 bash[22212]: audit 2024-04-15T20:44:04.445100+0000 mon.a (mon.0) 663 : audit [INF] from='osd.3 ' entity='osd.3' 2024-04-15T20:44:05.407 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:05 smithi094 bash[22212]: cluster 2024-04-15T20:44:05.150968+0000 mon.a (mon.0) 664 : cluster [INF] osd.3 [v2:172.21.15.94:6808/3997397185,v1:172.21.15.94:6809/3997397185] boot 2024-04-15T20:44:05.425 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:05 smithi069 bash[21530]: audit 2024-04-15T20:44:04.141807+0000 mon.a (mon.0) 659 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi094", "root=default"]}]': finished 2024-04-15T20:44:05.425 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:05 smithi069 bash[21530]: cluster 2024-04-15T20:44:04.148060+0000 mon.a (mon.0) 660 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-04-15T20:44:05.425 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:05 smithi069 bash[21530]: audit 2024-04-15T20:44:04.149352+0000 mon.a (mon.0) 661 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-15T20:44:05.425 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:05 smithi069 bash[21530]: audit 2024-04-15T20:44:04.157460+0000 mon.a (mon.0) 662 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-15T20:44:05.425 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:05 smithi069 bash[21530]: audit 2024-04-15T20:44:04.445100+0000 mon.a (mon.0) 663 : audit [INF] from='osd.3 ' entity='osd.3' 2024-04-15T20:44:05.425 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:05 smithi069 bash[21530]: cluster 2024-04-15T20:44:05.150968+0000 mon.a (mon.0) 664 : cluster [INF] osd.3 [v2:172.21.15.94:6808/3997397185,v1:172.21.15.94:6809/3997397185] boot 2024-04-15T20:44:05.438 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:05 smithi204 bash[22398]: audit 2024-04-15T20:44:04.141807+0000 mon.a (mon.0) 659 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi094", "root=default"]}]': finished 2024-04-15T20:44:05.438 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:05 smithi204 bash[22398]: cluster 2024-04-15T20:44:04.148060+0000 mon.a (mon.0) 660 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-04-15T20:44:05.438 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:05 smithi204 bash[22398]: audit 2024-04-15T20:44:04.149352+0000 mon.a (mon.0) 661 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-15T20:44:05.438 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:05 smithi204 bash[22398]: audit 2024-04-15T20:44:04.157460+0000 mon.a (mon.0) 662 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-15T20:44:05.438 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:05 smithi204 bash[22398]: audit 2024-04-15T20:44:04.445100+0000 mon.a (mon.0) 663 : audit [INF] from='osd.3 ' entity='osd.3' 2024-04-15T20:44:05.438 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:05 smithi204 bash[22398]: cluster 2024-04-15T20:44:05.150968+0000 mon.a (mon.0) 664 : cluster [INF] osd.3 [v2:172.21.15.94:6808/3997397185,v1:172.21.15.94:6809/3997397185] boot 2024-04-15T20:44:06.107 DEBUG:teuthology.orchestra.run.smithi094:osd.3> sudo journalctl -f -n 0 -u ceph-cb456bda-fb67-11ee-bc8f-c7b262605968@osd.3.service 2024-04-15T20:44:06.109 INFO:tasks.cephadm:Deploying osd.4 on smithi204 with /dev/vg_nvme/lv_4... 2024-04-15T20:44:06.110 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cb456bda-fb67-11ee-bc8f-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-04-15T20:44:06.407 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:06 smithi094 bash[22212]: cluster 2024-04-15T20:44:03.770697+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-15T20:44:06.407 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:06 smithi094 bash[22212]: cluster 2024-04-15T20:44:03.770811+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-15T20:44:06.407 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:06 smithi094 bash[22212]: cluster 2024-04-15T20:44:05.075766+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-15T20:44:06.407 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:06 smithi094 bash[22212]: cluster 2024-04-15T20:44:05.151063+0000 mon.a (mon.0) 665 : cluster [DBG] osdmap e25: 4 total, 4 up, 4 in 2024-04-15T20:44:06.407 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:06 smithi094 bash[22212]: audit 2024-04-15T20:44:05.151558+0000 mon.a (mon.0) 666 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-15T20:44:06.407 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:06 smithi094 bash[22212]: audit 2024-04-15T20:44:05.272343+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:06.407 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:06 smithi094 bash[22212]: audit 2024-04-15T20:44:05.281266+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:06.407 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:06 smithi094 bash[22212]: audit 2024-04-15T20:44:05.285832+0000 mon.a (mon.0) 669 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:44:06.407 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:06 smithi094 bash[22212]: audit 2024-04-15T20:44:05.292054+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-15T20:44:06.408 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:06 smithi094 bash[22212]: audit 2024-04-15T20:44:05.293851+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-15T20:44:06.408 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:06 smithi094 bash[22212]: cephadm 2024-04-15T20:44:05.295218+0000 mgr.a (mgr.14152) 234 : cephadm [INF] Adjusting osd_memory_target on smithi094 to 8120M 2024-04-15T20:44:06.408 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:06 smithi094 bash[22212]: audit 2024-04-15T20:44:05.301555+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:06.408 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:06 smithi094 bash[22212]: audit 2024-04-15T20:44:05.305525+0000 mon.a (mon.0) 673 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:44:06.408 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:06 smithi094 bash[22212]: audit 2024-04-15T20:44:05.307275+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:44:06.408 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:06 smithi094 bash[22212]: audit 2024-04-15T20:44:05.317092+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:06.408 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:06 smithi094 bash[22212]: cluster 2024-04-15T20:44:06.152500+0000 mon.a (mon.0) 676 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-04-15T20:44:06.425 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:06 smithi069 bash[21530]: cluster 2024-04-15T20:44:03.770697+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-15T20:44:06.425 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:06 smithi069 bash[21530]: cluster 2024-04-15T20:44:03.770811+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-15T20:44:06.425 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:06 smithi069 bash[21530]: cluster 2024-04-15T20:44:05.075766+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-15T20:44:06.425 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:06 smithi069 bash[21530]: cluster 2024-04-15T20:44:05.151063+0000 mon.a (mon.0) 665 : cluster [DBG] osdmap e25: 4 total, 4 up, 4 in 2024-04-15T20:44:06.425 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:06 smithi069 bash[21530]: audit 2024-04-15T20:44:05.151558+0000 mon.a (mon.0) 666 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-15T20:44:06.425 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:06 smithi069 bash[21530]: audit 2024-04-15T20:44:05.272343+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:06.426 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:06 smithi069 bash[21530]: audit 2024-04-15T20:44:05.281266+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:06.426 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:06 smithi069 bash[21530]: audit 2024-04-15T20:44:05.285832+0000 mon.a (mon.0) 669 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:44:06.426 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:06 smithi069 bash[21530]: audit 2024-04-15T20:44:05.292054+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-15T20:44:06.426 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:06 smithi069 bash[21530]: audit 2024-04-15T20:44:05.293851+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-15T20:44:06.426 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:06 smithi069 bash[21530]: cephadm 2024-04-15T20:44:05.295218+0000 mgr.a (mgr.14152) 234 : cephadm [INF] Adjusting osd_memory_target on smithi094 to 8120M 2024-04-15T20:44:06.426 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:06 smithi069 bash[21530]: audit 2024-04-15T20:44:05.301555+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:06.426 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:06 smithi069 bash[21530]: audit 2024-04-15T20:44:05.305525+0000 mon.a (mon.0) 673 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:44:06.426 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:06 smithi069 bash[21530]: audit 2024-04-15T20:44:05.307275+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:44:06.426 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:06 smithi069 bash[21530]: audit 2024-04-15T20:44:05.317092+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:06.426 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:06 smithi069 bash[21530]: cluster 2024-04-15T20:44:06.152500+0000 mon.a (mon.0) 676 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-04-15T20:44:06.438 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:06 smithi204 bash[22398]: cluster 2024-04-15T20:44:03.770697+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-15T20:44:06.438 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:06 smithi204 bash[22398]: cluster 2024-04-15T20:44:03.770811+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-15T20:44:06.438 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:06 smithi204 bash[22398]: cluster 2024-04-15T20:44:05.075766+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-15T20:44:06.438 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:06 smithi204 bash[22398]: cluster 2024-04-15T20:44:05.151063+0000 mon.a (mon.0) 665 : cluster [DBG] osdmap e25: 4 total, 4 up, 4 in 2024-04-15T20:44:06.438 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:06 smithi204 bash[22398]: audit 2024-04-15T20:44:05.151558+0000 mon.a (mon.0) 666 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-15T20:44:06.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:06 smithi204 bash[22398]: audit 2024-04-15T20:44:05.272343+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:06.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:06 smithi204 bash[22398]: audit 2024-04-15T20:44:05.281266+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:06.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:06 smithi204 bash[22398]: audit 2024-04-15T20:44:05.285832+0000 mon.a (mon.0) 669 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:44:06.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:06 smithi204 bash[22398]: audit 2024-04-15T20:44:05.292054+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-15T20:44:06.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:06 smithi204 bash[22398]: audit 2024-04-15T20:44:05.293851+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-15T20:44:06.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:06 smithi204 bash[22398]: cephadm 2024-04-15T20:44:05.295218+0000 mgr.a (mgr.14152) 234 : cephadm [INF] Adjusting osd_memory_target on smithi094 to 8120M 2024-04-15T20:44:06.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:06 smithi204 bash[22398]: audit 2024-04-15T20:44:05.301555+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:06.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:06 smithi204 bash[22398]: audit 2024-04-15T20:44:05.305525+0000 mon.a (mon.0) 673 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:44:06.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:06 smithi204 bash[22398]: audit 2024-04-15T20:44:05.307275+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:44:06.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:06 smithi204 bash[22398]: audit 2024-04-15T20:44:05.317092+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:06.439 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:06 smithi204 bash[22398]: cluster 2024-04-15T20:44:06.152500+0000 mon.a (mon.0) 676 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-04-15T20:44:08.407 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:08 smithi094 bash[22212]: cluster 2024-04-15T20:44:07.076302+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-15T20:44:08.407 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:08 smithi094 bash[22212]: cluster 2024-04-15T20:44:07.155341+0000 mon.a (mon.0) 677 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-04-15T20:44:08.425 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:08 smithi069 bash[21530]: cluster 2024-04-15T20:44:07.076302+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-15T20:44:08.425 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:08 smithi069 bash[21530]: cluster 2024-04-15T20:44:07.155341+0000 mon.a (mon.0) 677 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-04-15T20:44:08.438 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:08 smithi204 bash[22398]: cluster 2024-04-15T20:44:07.076302+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-15T20:44:08.438 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:08 smithi204 bash[22398]: cluster 2024-04-15T20:44:07.155341+0000 mon.a (mon.0) 677 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-04-15T20:44:09.637 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:09 smithi094 bash[22212]: cluster 2024-04-15T20:44:08.383991+0000 mon.a (mon.0) 678 : cluster [DBG] osdmap e28: 4 total, 4 up, 4 in 2024-04-15T20:44:09.637 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:09 smithi094 bash[22212]: cluster 2024-04-15T20:44:09.076878+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v185: 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-04-15T20:44:09.675 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:09 smithi069 bash[21530]: cluster 2024-04-15T20:44:08.383991+0000 mon.a (mon.0) 678 : cluster [DBG] osdmap e28: 4 total, 4 up, 4 in 2024-04-15T20:44:09.675 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:09 smithi069 bash[21530]: cluster 2024-04-15T20:44:09.076878+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v185: 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-04-15T20:44:09.688 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:09 smithi204 bash[22398]: cluster 2024-04-15T20:44:08.383991+0000 mon.a (mon.0) 678 : cluster [DBG] osdmap e28: 4 total, 4 up, 4 in 2024-04-15T20:44:09.688 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:09 smithi204 bash[22398]: cluster 2024-04-15T20:44:09.076878+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v185: 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-04-15T20:44:09.812 INFO:teuthology.orchestra.run.smithi204.stderr:Inferring config /var/lib/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/mon.c/config 2024-04-15T20:44:10.651 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:10 smithi069 bash[21530]: cluster 2024-04-15T20:44:09.392571+0000 mon.a (mon.0) 679 : cluster [DBG] osdmap e29: 4 total, 4 up, 4 in 2024-04-15T20:44:10.656 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:10 smithi094 bash[22212]: cluster 2024-04-15T20:44:09.392571+0000 mon.a (mon.0) 679 : cluster [DBG] osdmap e29: 4 total, 4 up, 4 in 2024-04-15T20:44:10.687 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:10 smithi204 bash[22398]: cluster 2024-04-15T20:44:09.392571+0000 mon.a (mon.0) 679 : cluster [DBG] osdmap e29: 4 total, 4 up, 4 in 2024-04-15T20:44:11.657 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:11 smithi094 bash[22212]: cluster 2024-04-15T20:44:11.077420+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 117 KiB/s, 0 objects/s recovering 2024-04-15T20:44:11.675 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:11 smithi069 bash[21530]: cluster 2024-04-15T20:44:11.077420+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 117 KiB/s, 0 objects/s recovering 2024-04-15T20:44:11.688 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:11 smithi204 bash[22398]: cluster 2024-04-15T20:44:11.077420+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 117 KiB/s, 0 objects/s recovering 2024-04-15T20:44:12.688 INFO:teuthology.orchestra.run.smithi204.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-04-15T20:44:12.688 INFO:teuthology.orchestra.run.smithi204.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-04-15T20:44:12.689 INFO:teuthology.orchestra.run.smithi204.stderr: stderr: 10+0 records in 2024-04-15T20:44:12.689 INFO:teuthology.orchestra.run.smithi204.stderr:10+0 records out 2024-04-15T20:44:12.689 INFO:teuthology.orchestra.run.smithi204.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0153385 s, 684 MB/s 2024-04-15T20:44:12.689 INFO:teuthology.orchestra.run.smithi204.stderr:--> Zapping successful for: 2024-04-15T20:44:13.354 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cb456bda-fb67-11ee-bc8f-c7b262605968 -- ceph orch daemon add osd smithi204:vg_nvme/lv_4 2024-04-15T20:44:14.406 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:14 smithi094 bash[22212]: cluster 2024-04-15T20:44:13.078007+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-04-15T20:44:14.407 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:14 smithi094 bash[22212]: audit 2024-04-15T20:44:13.898515+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:14.407 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:14 smithi094 bash[22212]: audit 2024-04-15T20:44:13.907575+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:14.407 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:14 smithi094 bash[22212]: audit 2024-04-15T20:44:13.913447+0000 mon.a (mon.0) 682 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:44:14.407 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:14 smithi094 bash[22212]: audit 2024-04-15T20:44:13.919301+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:14.407 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:14 smithi094 bash[22212]: audit 2024-04-15T20:44:13.920270+0000 mon.a (mon.0) 684 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:44:14.407 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:14 smithi094 bash[22212]: audit 2024-04-15T20:44:13.922584+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:44:14.407 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:14 smithi094 bash[22212]: audit 2024-04-15T20:44:13.932525+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:14.425 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:14 smithi069 bash[21530]: cluster 2024-04-15T20:44:13.078007+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-04-15T20:44:14.425 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:14 smithi069 bash[21530]: audit 2024-04-15T20:44:13.898515+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:14.425 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:14 smithi069 bash[21530]: audit 2024-04-15T20:44:13.907575+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:14.425 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:14 smithi069 bash[21530]: audit 2024-04-15T20:44:13.913447+0000 mon.a (mon.0) 682 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:44:14.425 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:14 smithi069 bash[21530]: audit 2024-04-15T20:44:13.919301+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:14.425 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:14 smithi069 bash[21530]: audit 2024-04-15T20:44:13.920270+0000 mon.a (mon.0) 684 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:44:14.425 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:14 smithi069 bash[21530]: audit 2024-04-15T20:44:13.922584+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:44:14.425 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:14 smithi069 bash[21530]: audit 2024-04-15T20:44:13.932525+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:14.438 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:14 smithi204 bash[22398]: cluster 2024-04-15T20:44:13.078007+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-04-15T20:44:14.438 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:14 smithi204 bash[22398]: audit 2024-04-15T20:44:13.898515+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:14.438 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:14 smithi204 bash[22398]: audit 2024-04-15T20:44:13.907575+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:14.438 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:14 smithi204 bash[22398]: audit 2024-04-15T20:44:13.913447+0000 mon.a (mon.0) 682 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:44:14.438 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:14 smithi204 bash[22398]: audit 2024-04-15T20:44:13.919301+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:14.438 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:14 smithi204 bash[22398]: audit 2024-04-15T20:44:13.920270+0000 mon.a (mon.0) 684 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:44:14.438 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:14 smithi204 bash[22398]: audit 2024-04-15T20:44:13.922584+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:44:14.438 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:14 smithi204 bash[22398]: audit 2024-04-15T20:44:13.932525+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:15.156 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:15 smithi094 bash[22212]: cluster 2024-04-15T20:44:13.926554+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 85 KiB/s, 0 objects/s recovering 2024-04-15T20:44:15.156 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:15 smithi094 bash[22212]: cluster 2024-04-15T20:44:14.915017+0000 mon.a (mon.0) 687 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-15T20:44:15.425 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:15 smithi069 bash[21530]: cluster 2024-04-15T20:44:13.926554+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 85 KiB/s, 0 objects/s recovering 2024-04-15T20:44:15.425 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:15 smithi069 bash[21530]: cluster 2024-04-15T20:44:14.915017+0000 mon.a (mon.0) 687 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-15T20:44:15.438 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:15 smithi204 bash[22398]: cluster 2024-04-15T20:44:13.926554+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 85 KiB/s, 0 objects/s recovering 2024-04-15T20:44:15.438 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:15 smithi204 bash[22398]: cluster 2024-04-15T20:44:14.915017+0000 mon.a (mon.0) 687 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-15T20:44:16.656 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:16 smithi094 bash[22212]: audit 2024-04-15T20:44:15.323457+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:16.657 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:16 smithi094 bash[22212]: audit 2024-04-15T20:44:15.332536+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:16.657 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:16 smithi094 bash[22212]: audit 2024-04-15T20:44:15.342798+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:16.657 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:16 smithi094 bash[22212]: audit 2024-04-15T20:44:15.356637+0000 mon.a (mon.0) 691 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:44:16.657 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:16 smithi094 bash[22212]: audit 2024-04-15T20:44:15.362487+0000 mon.a (mon.0) 692 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:44:16.658 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:16 smithi094 bash[22212]: audit 2024-04-15T20:44:15.364232+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:44:16.658 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:16 smithi094 bash[22212]: cluster 2024-04-15T20:44:15.367475+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-15T20:44:16.658 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:16 smithi094 bash[22212]: audit 2024-04-15T20:44:15.374159+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:16.675 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:16 smithi069 bash[21530]: audit 2024-04-15T20:44:15.323457+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:16.675 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:16 smithi069 bash[21530]: audit 2024-04-15T20:44:15.332536+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:16.675 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:16 smithi069 bash[21530]: audit 2024-04-15T20:44:15.342798+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:16.675 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:16 smithi069 bash[21530]: audit 2024-04-15T20:44:15.356637+0000 mon.a (mon.0) 691 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:44:16.675 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:16 smithi069 bash[21530]: audit 2024-04-15T20:44:15.362487+0000 mon.a (mon.0) 692 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:44:16.675 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:16 smithi069 bash[21530]: audit 2024-04-15T20:44:15.364232+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:44:16.675 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:16 smithi069 bash[21530]: cluster 2024-04-15T20:44:15.367475+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-15T20:44:16.675 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:16 smithi069 bash[21530]: audit 2024-04-15T20:44:15.374159+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:16.688 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:16 smithi204 bash[22398]: audit 2024-04-15T20:44:15.323457+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:16.688 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:16 smithi204 bash[22398]: audit 2024-04-15T20:44:15.332536+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:16.688 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:16 smithi204 bash[22398]: audit 2024-04-15T20:44:15.342798+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:16.688 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:16 smithi204 bash[22398]: audit 2024-04-15T20:44:15.356637+0000 mon.a (mon.0) 691 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:44:16.688 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:16 smithi204 bash[22398]: audit 2024-04-15T20:44:15.362487+0000 mon.a (mon.0) 692 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:44:16.688 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:16 smithi204 bash[22398]: audit 2024-04-15T20:44:15.364232+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:44:16.688 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:16 smithi204 bash[22398]: cluster 2024-04-15T20:44:15.367475+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-15T20:44:16.688 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:16 smithi204 bash[22398]: audit 2024-04-15T20:44:15.374159+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:17.656 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:17 smithi094 bash[22212]: cluster 2024-04-15T20:44:16.339303+0000 mon.a (mon.0) 695 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-15T20:44:17.656 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:17 smithi094 bash[22212]: cluster 2024-04-15T20:44:16.339356+0000 mon.a (mon.0) 696 : cluster [INF] Cluster is now healthy 2024-04-15T20:44:17.675 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:17 smithi069 bash[21530]: cluster 2024-04-15T20:44:16.339303+0000 mon.a (mon.0) 695 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-15T20:44:17.675 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:17 smithi069 bash[21530]: cluster 2024-04-15T20:44:16.339356+0000 mon.a (mon.0) 696 : cluster [INF] Cluster is now healthy 2024-04-15T20:44:17.688 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:17 smithi204 bash[22398]: cluster 2024-04-15T20:44:16.339303+0000 mon.a (mon.0) 695 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-15T20:44:17.688 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:17 smithi204 bash[22398]: cluster 2024-04-15T20:44:16.339356+0000 mon.a (mon.0) 696 : cluster [INF] Cluster is now healthy 2024-04-15T20:44:17.700 INFO:teuthology.orchestra.run.smithi204.stderr:Inferring config /var/lib/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/mon.c/config 2024-04-15T20:44:19.069 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:18 smithi204 bash[22398]: cluster 2024-04-15T20:44:17.367990+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-15T20:44:19.070 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:18 smithi204 bash[22398]: audit 2024-04-15T20:44:17.923673+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:19.070 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:18 smithi204 bash[22398]: audit 2024-04-15T20:44:17.932578+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:19.070 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:18 smithi204 bash[22398]: audit 2024-04-15T20:44:17.942767+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:19.174 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:18 smithi069 bash[21530]: cluster 2024-04-15T20:44:17.367990+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-15T20:44:19.174 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:18 smithi069 bash[21530]: audit 2024-04-15T20:44:17.923673+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:19.175 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:18 smithi069 bash[21530]: audit 2024-04-15T20:44:17.932578+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:19.175 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:18 smithi069 bash[21530]: audit 2024-04-15T20:44:17.942767+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:19.406 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:18 smithi094 bash[22212]: cluster 2024-04-15T20:44:17.367990+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-15T20:44:19.407 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:18 smithi094 bash[22212]: audit 2024-04-15T20:44:17.923673+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:19.407 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:18 smithi094 bash[22212]: audit 2024-04-15T20:44:17.932578+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:19.407 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:18 smithi094 bash[22212]: audit 2024-04-15T20:44:17.942767+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:21.175 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:20 smithi069 bash[21530]: cluster 2024-04-15T20:44:19.368505+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-15T20:44:21.175 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:20 smithi069 bash[21530]: audit 2024-04-15T20:44:20.127636+0000 mgr.a (mgr.14152) 243 : audit [DBG] from='client.24187 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi204:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:44:21.175 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:20 smithi069 bash[21530]: audit 2024-04-15T20:44:20.135175+0000 mon.a (mon.0) 700 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-15T20:44:21.175 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:20 smithi069 bash[21530]: audit 2024-04-15T20:44:20.141784+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-15T20:44:21.175 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:20 smithi069 bash[21530]: audit 2024-04-15T20:44:20.143476+0000 mon.a (mon.0) 702 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:44:21.188 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:20 smithi204 bash[22398]: cluster 2024-04-15T20:44:19.368505+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-15T20:44:21.188 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:20 smithi204 bash[22398]: audit 2024-04-15T20:44:20.127636+0000 mgr.a (mgr.14152) 243 : audit [DBG] from='client.24187 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi204:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:44:21.188 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:20 smithi204 bash[22398]: audit 2024-04-15T20:44:20.135175+0000 mon.a (mon.0) 700 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-15T20:44:21.188 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:20 smithi204 bash[22398]: audit 2024-04-15T20:44:20.141784+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-15T20:44:21.188 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:20 smithi204 bash[22398]: audit 2024-04-15T20:44:20.143476+0000 mon.a (mon.0) 702 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:44:21.406 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:20 smithi094 bash[22212]: cluster 2024-04-15T20:44:19.368505+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-15T20:44:21.407 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:20 smithi094 bash[22212]: audit 2024-04-15T20:44:20.127636+0000 mgr.a (mgr.14152) 243 : audit [DBG] from='client.24187 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi204:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:44:21.407 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:20 smithi094 bash[22212]: audit 2024-04-15T20:44:20.135175+0000 mon.a (mon.0) 700 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-15T20:44:21.407 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:20 smithi094 bash[22212]: audit 2024-04-15T20:44:20.141784+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-15T20:44:21.407 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:20 smithi094 bash[22212]: audit 2024-04-15T20:44:20.143476+0000 mon.a (mon.0) 702 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:44:22.938 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:22 smithi204 bash[22398]: cluster 2024-04-15T20:44:21.369092+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-15T20:44:22.938 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:22 smithi204 bash[22398]: audit 2024-04-15T20:44:21.693027+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:22.938 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:22 smithi204 bash[22398]: audit 2024-04-15T20:44:21.701073+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:22.938 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:22 smithi204 bash[22398]: audit 2024-04-15T20:44:21.711048+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:23.156 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:22 smithi094 bash[22212]: cluster 2024-04-15T20:44:21.369092+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-15T20:44:23.156 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:22 smithi094 bash[22212]: audit 2024-04-15T20:44:21.693027+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:23.156 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:22 smithi094 bash[22212]: audit 2024-04-15T20:44:21.701073+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:23.156 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:22 smithi094 bash[22212]: audit 2024-04-15T20:44:21.711048+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:23.174 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:22 smithi069 bash[21530]: cluster 2024-04-15T20:44:21.369092+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-15T20:44:23.174 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:22 smithi069 bash[21530]: audit 2024-04-15T20:44:21.693027+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:23.174 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:22 smithi069 bash[21530]: audit 2024-04-15T20:44:21.701073+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:23.175 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:22 smithi069 bash[21530]: audit 2024-04-15T20:44:21.711048+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:25.106 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:24 smithi204 bash[22398]: cluster 2024-04-15T20:44:23.369586+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-15T20:44:25.156 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:24 smithi094 bash[22212]: cluster 2024-04-15T20:44:23.369586+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-15T20:44:25.174 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:24 smithi069 bash[21530]: cluster 2024-04-15T20:44:23.369586+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-15T20:44:26.937 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:26 smithi204 bash[22398]: cluster 2024-04-15T20:44:25.370155+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-15T20:44:26.997 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:26 smithi094 bash[22212]: cluster 2024-04-15T20:44:25.370155+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-15T20:44:27.174 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:26 smithi069 bash[21530]: cluster 2024-04-15T20:44:25.370155+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-15T20:44:28.156 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:27 smithi094 bash[22212]: audit 2024-04-15T20:44:27.398644+0000 mon.c (mon.1) 5 : audit [INF] from='client.? 172.21.15.204:0/1435205489' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8dee7176-a0fc-4dc3-9aaf-d8c87f255e04"}]: dispatch 2024-04-15T20:44:28.157 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:27 smithi094 bash[22212]: audit 2024-04-15T20:44:27.399391+0000 mon.a (mon.0) 706 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8dee7176-a0fc-4dc3-9aaf-d8c87f255e04"}]: dispatch 2024-04-15T20:44:28.157 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:27 smithi094 bash[22212]: audit 2024-04-15T20:44:27.402838+0000 mon.a (mon.0) 707 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8dee7176-a0fc-4dc3-9aaf-d8c87f255e04"}]': finished 2024-04-15T20:44:28.157 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:27 smithi094 bash[22212]: cluster 2024-04-15T20:44:27.410061+0000 mon.a (mon.0) 708 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2024-04-15T20:44:28.157 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:27 smithi094 bash[22212]: audit 2024-04-15T20:44:27.410668+0000 mon.a (mon.0) 709 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-15T20:44:28.174 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:27 smithi069 bash[21530]: audit 2024-04-15T20:44:27.398644+0000 mon.c (mon.1) 5 : audit [INF] from='client.? 172.21.15.204:0/1435205489' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8dee7176-a0fc-4dc3-9aaf-d8c87f255e04"}]: dispatch 2024-04-15T20:44:28.175 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:27 smithi069 bash[21530]: audit 2024-04-15T20:44:27.399391+0000 mon.a (mon.0) 706 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8dee7176-a0fc-4dc3-9aaf-d8c87f255e04"}]: dispatch 2024-04-15T20:44:28.175 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:27 smithi069 bash[21530]: audit 2024-04-15T20:44:27.402838+0000 mon.a (mon.0) 707 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8dee7176-a0fc-4dc3-9aaf-d8c87f255e04"}]': finished 2024-04-15T20:44:28.175 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:27 smithi069 bash[21530]: cluster 2024-04-15T20:44:27.410061+0000 mon.a (mon.0) 708 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2024-04-15T20:44:28.175 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:27 smithi069 bash[21530]: audit 2024-04-15T20:44:27.410668+0000 mon.a (mon.0) 709 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-15T20:44:28.187 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:27 smithi204 bash[22398]: audit 2024-04-15T20:44:27.398644+0000 mon.c (mon.1) 5 : audit [INF] from='client.? 172.21.15.204:0/1435205489' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8dee7176-a0fc-4dc3-9aaf-d8c87f255e04"}]: dispatch 2024-04-15T20:44:28.187 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:27 smithi204 bash[22398]: audit 2024-04-15T20:44:27.399391+0000 mon.a (mon.0) 706 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8dee7176-a0fc-4dc3-9aaf-d8c87f255e04"}]: dispatch 2024-04-15T20:44:28.187 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:27 smithi204 bash[22398]: audit 2024-04-15T20:44:27.402838+0000 mon.a (mon.0) 707 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8dee7176-a0fc-4dc3-9aaf-d8c87f255e04"}]': finished 2024-04-15T20:44:28.188 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:27 smithi204 bash[22398]: cluster 2024-04-15T20:44:27.410061+0000 mon.a (mon.0) 708 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2024-04-15T20:44:28.188 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:27 smithi204 bash[22398]: audit 2024-04-15T20:44:27.410668+0000 mon.a (mon.0) 709 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-15T20:44:28.906 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:28 smithi094 bash[22212]: cluster 2024-04-15T20:44:27.370727+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-15T20:44:28.906 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:28 smithi094 bash[22212]: audit 2024-04-15T20:44:28.123007+0000 mon.c (mon.1) 6 : audit [DBG] from='client.? 172.21.15.204:0/2492133347' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-15T20:44:29.174 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:28 smithi069 bash[21530]: cluster 2024-04-15T20:44:27.370727+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-15T20:44:29.174 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:28 smithi069 bash[21530]: audit 2024-04-15T20:44:28.123007+0000 mon.c (mon.1) 6 : audit [DBG] from='client.? 172.21.15.204:0/2492133347' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-15T20:44:29.188 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:28 smithi204 bash[22398]: cluster 2024-04-15T20:44:27.370727+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-15T20:44:29.188 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:28 smithi204 bash[22398]: audit 2024-04-15T20:44:28.123007+0000 mon.c (mon.1) 6 : audit [DBG] from='client.? 172.21.15.204:0/2492133347' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-15T20:44:30.924 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:30 smithi069 bash[21530]: cluster 2024-04-15T20:44:29.371246+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-15T20:44:30.937 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:30 smithi204 bash[22398]: cluster 2024-04-15T20:44:29.371246+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-15T20:44:31.156 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:30 smithi094 bash[22212]: cluster 2024-04-15T20:44:29.371246+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-15T20:44:32.924 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:32 smithi069 bash[21530]: cluster 2024-04-15T20:44:31.371759+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-15T20:44:33.156 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:32 smithi094 bash[22212]: cluster 2024-04-15T20:44:31.371759+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-15T20:44:33.187 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:32 smithi204 bash[22398]: cluster 2024-04-15T20:44:31.371759+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-15T20:44:35.279 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:34 smithi204 bash[22398]: cluster 2024-04-15T20:44:33.372296+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-15T20:44:35.279 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:34 smithi204 bash[22398]: audit 2024-04-15T20:44:33.949758+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:35.279 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:34 smithi204 bash[22398]: audit 2024-04-15T20:44:33.959023+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:35.279 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:34 smithi204 bash[22398]: audit 2024-04-15T20:44:33.970553+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:35.406 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:34 smithi094 bash[22212]: cluster 2024-04-15T20:44:33.372296+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-15T20:44:35.406 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:34 smithi094 bash[22212]: audit 2024-04-15T20:44:33.949758+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:35.406 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:34 smithi094 bash[22212]: audit 2024-04-15T20:44:33.959023+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:35.406 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:34 smithi094 bash[22212]: audit 2024-04-15T20:44:33.970553+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:35.424 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:34 smithi069 bash[21530]: cluster 2024-04-15T20:44:33.372296+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-15T20:44:35.424 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:34 smithi069 bash[21530]: audit 2024-04-15T20:44:33.949758+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:35.424 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:34 smithi069 bash[21530]: audit 2024-04-15T20:44:33.959023+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:35.424 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:34 smithi069 bash[21530]: audit 2024-04-15T20:44:33.970553+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:37.210 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:36 smithi204 bash[22398]: cluster 2024-04-15T20:44:35.372851+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-15T20:44:37.382 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:36 smithi069 bash[21530]: cluster 2024-04-15T20:44:35.372851+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-15T20:44:37.406 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:36 smithi094 bash[22212]: cluster 2024-04-15T20:44:35.372851+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-15T20:44:39.406 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:39 smithi094 bash[22212]: cluster 2024-04-15T20:44:37.373236+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-15T20:44:39.406 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:39 smithi094 bash[22212]: audit 2024-04-15T20:44:38.150285+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:39.406 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:39 smithi094 bash[22212]: audit 2024-04-15T20:44:38.159456+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:39.406 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:39 smithi094 bash[22212]: audit 2024-04-15T20:44:38.169799+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:39.424 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:39 smithi069 bash[21530]: cluster 2024-04-15T20:44:37.373236+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-15T20:44:39.424 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:39 smithi069 bash[21530]: audit 2024-04-15T20:44:38.150285+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:39.424 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:39 smithi069 bash[21530]: audit 2024-04-15T20:44:38.159456+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:39.424 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:39 smithi069 bash[21530]: audit 2024-04-15T20:44:38.169799+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:39.437 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:39 smithi204 bash[22398]: cluster 2024-04-15T20:44:37.373236+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-15T20:44:39.438 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:39 smithi204 bash[22398]: audit 2024-04-15T20:44:38.150285+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:39.438 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:39 smithi204 bash[22398]: audit 2024-04-15T20:44:38.159456+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:39.438 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:39 smithi204 bash[22398]: audit 2024-04-15T20:44:38.169799+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:40.406 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:40 smithi094 bash[22212]: audit 2024-04-15T20:44:39.906198+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-04-15T20:44:40.406 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:40 smithi094 bash[22212]: audit 2024-04-15T20:44:39.907989+0000 mon.a (mon.0) 717 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:44:40.424 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:40 smithi069 bash[21530]: audit 2024-04-15T20:44:39.906198+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-04-15T20:44:40.424 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:40 smithi069 bash[21530]: audit 2024-04-15T20:44:39.907989+0000 mon.a (mon.0) 717 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:44:40.437 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:40 smithi204 bash[22398]: audit 2024-04-15T20:44:39.906198+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-04-15T20:44:40.437 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:40 smithi204 bash[22398]: audit 2024-04-15T20:44:39.907989+0000 mon.a (mon.0) 717 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:44:41.370 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:41 smithi204 bash[22398]: cluster 2024-04-15T20:44:39.373679+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-15T20:44:41.370 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:41 smithi204 bash[22398]: cephadm 2024-04-15T20:44:39.909706+0000 mgr.a (mgr.14152) 254 : cephadm [INF] Deploying daemon osd.4 on smithi204 2024-04-15T20:44:41.406 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:41 smithi094 bash[22212]: cluster 2024-04-15T20:44:39.373679+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-15T20:44:41.406 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:41 smithi094 bash[22212]: cephadm 2024-04-15T20:44:39.909706+0000 mgr.a (mgr.14152) 254 : cephadm [INF] Deploying daemon osd.4 on smithi204 2024-04-15T20:44:41.424 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:41 smithi069 bash[21530]: cluster 2024-04-15T20:44:39.373679+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-15T20:44:41.424 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:41 smithi069 bash[21530]: cephadm 2024-04-15T20:44:39.909706+0000 mgr.a (mgr.14152) 254 : cephadm [INF] Deploying daemon osd.4 on smithi204 2024-04-15T20:44:43.156 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:42 smithi094 bash[22212]: cluster 2024-04-15T20:44:41.374236+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-15T20:44:43.156 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:42 smithi094 bash[22212]: audit 2024-04-15T20:44:41.843372+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:43.156 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:42 smithi094 bash[22212]: audit 2024-04-15T20:44:41.851822+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:43.156 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:42 smithi094 bash[22212]: cephadm 2024-04-15T20:44:41.855022+0000 mgr.a (mgr.14152) 256 : cephadm [INF] Detected new or changed devices on smithi204 2024-04-15T20:44:43.156 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:42 smithi094 bash[22212]: audit 2024-04-15T20:44:41.862256+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:43.174 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:42 smithi069 bash[21530]: cluster 2024-04-15T20:44:41.374236+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-15T20:44:43.174 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:42 smithi069 bash[21530]: audit 2024-04-15T20:44:41.843372+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:43.174 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:42 smithi069 bash[21530]: audit 2024-04-15T20:44:41.851822+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:43.174 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:42 smithi069 bash[21530]: cephadm 2024-04-15T20:44:41.855022+0000 mgr.a (mgr.14152) 256 : cephadm [INF] Detected new or changed devices on smithi204 2024-04-15T20:44:43.174 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:42 smithi069 bash[21530]: audit 2024-04-15T20:44:41.862256+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:43.187 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:42 smithi204 bash[22398]: cluster 2024-04-15T20:44:41.374236+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-15T20:44:43.187 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:42 smithi204 bash[22398]: audit 2024-04-15T20:44:41.843372+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:43.188 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:42 smithi204 bash[22398]: audit 2024-04-15T20:44:41.851822+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:43.188 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:42 smithi204 bash[22398]: cephadm 2024-04-15T20:44:41.855022+0000 mgr.a (mgr.14152) 256 : cephadm [INF] Detected new or changed devices on smithi204 2024-04-15T20:44:43.188 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:42 smithi204 bash[22398]: audit 2024-04-15T20:44:41.862256+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:43.881 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:43 smithi204 systemd[1]: /etc/systemd/system/ceph-cb456bda-fb67-11ee-bc8f-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-15T20:44:44.153 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:44 smithi204 systemd[1]: /etc/systemd/system/ceph-cb456bda-fb67-11ee-bc8f-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-15T20:44:45.187 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:45 smithi204 bash[22398]: cluster 2024-04-15T20:44:43.374776+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-15T20:44:45.187 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:45 smithi204 bash[22398]: audit 2024-04-15T20:44:44.169664+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:45.188 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:45 smithi204 bash[22398]: audit 2024-04-15T20:44:44.178100+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:45.188 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:45 smithi204 bash[22398]: audit 2024-04-15T20:44:44.179202+0000 mon.a (mon.0) 723 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:44:45.188 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:45 smithi204 bash[22398]: audit 2024-04-15T20:44:44.188556+0000 mon.a (mon.0) 724 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:44:45.188 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:45 smithi204 bash[22398]: audit 2024-04-15T20:44:44.191503+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:44:45.188 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:45 smithi204 bash[22398]: audit 2024-04-15T20:44:44.204066+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:45.424 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:45 smithi069 bash[21530]: cluster 2024-04-15T20:44:43.374776+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-15T20:44:45.424 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:45 smithi069 bash[21530]: audit 2024-04-15T20:44:44.169664+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:45.424 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:45 smithi069 bash[21530]: audit 2024-04-15T20:44:44.178100+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:45.424 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:45 smithi069 bash[21530]: audit 2024-04-15T20:44:44.179202+0000 mon.a (mon.0) 723 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:44:45.424 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:45 smithi069 bash[21530]: audit 2024-04-15T20:44:44.188556+0000 mon.a (mon.0) 724 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:44:45.425 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:45 smithi069 bash[21530]: audit 2024-04-15T20:44:44.191503+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:44:45.425 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:45 smithi069 bash[21530]: audit 2024-04-15T20:44:44.204066+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:45.656 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:45 smithi094 bash[22212]: cluster 2024-04-15T20:44:43.374776+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-15T20:44:45.656 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:45 smithi094 bash[22212]: audit 2024-04-15T20:44:44.169664+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:45.656 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:45 smithi094 bash[22212]: audit 2024-04-15T20:44:44.178100+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:45.656 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:45 smithi094 bash[22212]: audit 2024-04-15T20:44:44.179202+0000 mon.a (mon.0) 723 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:44:45.656 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:45 smithi094 bash[22212]: audit 2024-04-15T20:44:44.188556+0000 mon.a (mon.0) 724 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:44:45.657 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:45 smithi094 bash[22212]: audit 2024-04-15T20:44:44.191503+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:44:45.657 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:45 smithi094 bash[22212]: audit 2024-04-15T20:44:44.204066+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:47.406 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:47 smithi094 bash[22212]: cluster 2024-04-15T20:44:45.375275+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-15T20:44:47.424 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:47 smithi069 bash[21530]: cluster 2024-04-15T20:44:45.375275+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-15T20:44:47.437 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:47 smithi204 bash[22398]: cluster 2024-04-15T20:44:45.375275+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-15T20:44:49.406 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:49 smithi204 bash[22398]: cluster 2024-04-15T20:44:47.375828+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-15T20:44:49.406 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:49 smithi094 bash[22212]: cluster 2024-04-15T20:44:47.375828+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-15T20:44:49.424 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:49 smithi069 bash[21530]: cluster 2024-04-15T20:44:47.375828+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-15T20:44:50.424 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:50 smithi069 bash[21530]: cluster 2024-04-15T20:44:49.376346+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-15T20:44:50.424 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:50 smithi069 bash[21530]: audit 2024-04-15T20:44:49.393393+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:50.424 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:50 smithi069 bash[21530]: audit 2024-04-15T20:44:49.401964+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:50.424 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:50 smithi069 bash[21530]: audit 2024-04-15T20:44:49.412204+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:50.437 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:50 smithi204 bash[22398]: cluster 2024-04-15T20:44:49.376346+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-15T20:44:50.437 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:50 smithi204 bash[22398]: audit 2024-04-15T20:44:49.393393+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:50.437 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:50 smithi204 bash[22398]: audit 2024-04-15T20:44:49.401964+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:50.437 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:50 smithi204 bash[22398]: audit 2024-04-15T20:44:49.412204+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:50.656 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:50 smithi094 bash[22212]: cluster 2024-04-15T20:44:49.376346+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-15T20:44:50.656 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:50 smithi094 bash[22212]: audit 2024-04-15T20:44:49.393393+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:50.656 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:50 smithi094 bash[22212]: audit 2024-04-15T20:44:49.401964+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:50.657 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:50 smithi094 bash[22212]: audit 2024-04-15T20:44:49.412204+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:51.424 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:51 smithi069 bash[21530]: audit 2024-04-15T20:44:50.461152+0000 mon.c (mon.1) 7 : audit [INF] from='osd.4 [v2:172.21.15.204:6800/4027549543,v1:172.21.15.204:6801/4027549543]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-15T20:44:51.424 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:51 smithi069 bash[21530]: audit 2024-04-15T20:44:50.461957+0000 mon.a (mon.0) 730 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-15T20:44:51.656 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:51 smithi094 bash[22212]: audit 2024-04-15T20:44:50.461152+0000 mon.c (mon.1) 7 : audit [INF] from='osd.4 [v2:172.21.15.204:6800/4027549543,v1:172.21.15.204:6801/4027549543]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-15T20:44:51.656 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:51 smithi094 bash[22212]: audit 2024-04-15T20:44:50.461957+0000 mon.a (mon.0) 730 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-15T20:44:51.687 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:51 smithi204 bash[22398]: audit 2024-04-15T20:44:50.461152+0000 mon.c (mon.1) 7 : audit [INF] from='osd.4 [v2:172.21.15.204:6800/4027549543,v1:172.21.15.204:6801/4027549543]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-15T20:44:51.687 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:51 smithi204 bash[22398]: audit 2024-04-15T20:44:50.461957+0000 mon.a (mon.0) 730 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-15T20:44:52.656 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:52 smithi094 bash[22212]: cluster 2024-04-15T20:44:51.376838+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-15T20:44:52.656 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:52 smithi094 bash[22212]: audit 2024-04-15T20:44:51.399706+0000 mon.a (mon.0) 731 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-04-15T20:44:52.656 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:52 smithi094 bash[22212]: cluster 2024-04-15T20:44:51.407608+0000 mon.a (mon.0) 732 : cluster [DBG] osdmap e31: 5 total, 4 up, 5 in 2024-04-15T20:44:52.656 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:52 smithi094 bash[22212]: audit 2024-04-15T20:44:51.407911+0000 mon.a (mon.0) 733 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-15T20:44:52.657 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:52 smithi094 bash[22212]: audit 2024-04-15T20:44:51.409467+0000 mon.c (mon.1) 8 : audit [INF] from='osd.4 [v2:172.21.15.204:6800/4027549543,v1:172.21.15.204:6801/4027549543]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2024-04-15T20:44:52.657 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:52 smithi094 bash[22212]: audit 2024-04-15T20:44:51.410374+0000 mon.a (mon.0) 734 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2024-04-15T20:44:52.673 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:52 smithi069 bash[21530]: cluster 2024-04-15T20:44:51.376838+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-15T20:44:52.674 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:52 smithi069 bash[21530]: audit 2024-04-15T20:44:51.399706+0000 mon.a (mon.0) 731 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-04-15T20:44:52.674 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:52 smithi069 bash[21530]: cluster 2024-04-15T20:44:51.407608+0000 mon.a (mon.0) 732 : cluster [DBG] osdmap e31: 5 total, 4 up, 5 in 2024-04-15T20:44:52.674 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:52 smithi069 bash[21530]: audit 2024-04-15T20:44:51.407911+0000 mon.a (mon.0) 733 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-15T20:44:52.674 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:52 smithi069 bash[21530]: audit 2024-04-15T20:44:51.409467+0000 mon.c (mon.1) 8 : audit [INF] from='osd.4 [v2:172.21.15.204:6800/4027549543,v1:172.21.15.204:6801/4027549543]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2024-04-15T20:44:52.674 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:52 smithi069 bash[21530]: audit 2024-04-15T20:44:51.410374+0000 mon.a (mon.0) 734 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2024-04-15T20:44:52.689 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:52 smithi204 bash[22398]: cluster 2024-04-15T20:44:51.376838+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-15T20:44:52.689 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:52 smithi204 bash[22398]: audit 2024-04-15T20:44:51.399706+0000 mon.a (mon.0) 731 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-04-15T20:44:52.690 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:52 smithi204 bash[22398]: cluster 2024-04-15T20:44:51.407608+0000 mon.a (mon.0) 732 : cluster [DBG] osdmap e31: 5 total, 4 up, 5 in 2024-04-15T20:44:52.690 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:52 smithi204 bash[22398]: audit 2024-04-15T20:44:51.407911+0000 mon.a (mon.0) 733 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-15T20:44:52.690 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:52 smithi204 bash[22398]: audit 2024-04-15T20:44:51.409467+0000 mon.c (mon.1) 8 : audit [INF] from='osd.4 [v2:172.21.15.204:6800/4027549543,v1:172.21.15.204:6801/4027549543]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2024-04-15T20:44:52.690 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:52 smithi204 bash[22398]: audit 2024-04-15T20:44:51.410374+0000 mon.a (mon.0) 734 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2024-04-15T20:44:52.785 INFO:teuthology.orchestra.run.smithi204.stdout:Created osd(s) 4 on host 'smithi204' 2024-04-15T20:44:53.446 DEBUG:teuthology.orchestra.run.smithi204:osd.4> sudo journalctl -f -n 0 -u ceph-cb456bda-fb67-11ee-bc8f-c7b262605968@osd.4.service 2024-04-15T20:44:53.448 INFO:tasks.cephadm:Deploying osd.5 on smithi204 with /dev/vg_nvme/lv_3... 2024-04-15T20:44:53.448 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cb456bda-fb67-11ee-bc8f-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-04-15T20:44:53.674 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:53 smithi069 bash[21530]: audit 2024-04-15T20:44:52.401779+0000 mon.a (mon.0) 735 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]': finished 2024-04-15T20:44:53.674 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:53 smithi069 bash[21530]: cluster 2024-04-15T20:44:52.404441+0000 mon.a (mon.0) 736 : cluster [DBG] osdmap e32: 5 total, 4 up, 5 in 2024-04-15T20:44:53.674 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:53 smithi069 bash[21530]: audit 2024-04-15T20:44:52.405121+0000 mon.a (mon.0) 737 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-15T20:44:53.674 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:53 smithi069 bash[21530]: audit 2024-04-15T20:44:52.417087+0000 mon.a (mon.0) 738 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-15T20:44:53.674 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:53 smithi069 bash[21530]: audit 2024-04-15T20:44:52.780709+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:53.675 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:53 smithi069 bash[21530]: audit 2024-04-15T20:44:52.782046+0000 mon.a (mon.0) 740 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:44:53.675 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:53 smithi069 bash[21530]: audit 2024-04-15T20:44:52.788110+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:53.675 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:53 smithi069 bash[21530]: audit 2024-04-15T20:44:52.788759+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-15T20:44:53.675 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:53 smithi069 bash[21530]: cephadm 2024-04-15T20:44:52.789893+0000 mgr.a (mgr.14152) 262 : cephadm [INF] Adjusting osd_memory_target on smithi204 to 20337M 2024-04-15T20:44:53.675 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:53 smithi069 bash[21530]: audit 2024-04-15T20:44:52.793991+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:53.675 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:53 smithi069 bash[21530]: audit 2024-04-15T20:44:52.796354+0000 mon.a (mon.0) 744 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:44:53.675 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:53 smithi069 bash[21530]: audit 2024-04-15T20:44:52.797300+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:44:53.675 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:53 smithi069 bash[21530]: audit 2024-04-15T20:44:52.803298+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:53.675 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:53 smithi069 bash[21530]: audit 2024-04-15T20:44:52.890644+0000 mon.a (mon.0) 747 : audit [INF] from='osd.4 ' entity='osd.4' 2024-04-15T20:44:53.687 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:53 smithi204 bash[22398]: audit 2024-04-15T20:44:52.401779+0000 mon.a (mon.0) 735 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]': finished 2024-04-15T20:44:53.687 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:53 smithi204 bash[22398]: cluster 2024-04-15T20:44:52.404441+0000 mon.a (mon.0) 736 : cluster [DBG] osdmap e32: 5 total, 4 up, 5 in 2024-04-15T20:44:53.687 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:53 smithi204 bash[22398]: audit 2024-04-15T20:44:52.405121+0000 mon.a (mon.0) 737 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-15T20:44:53.687 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:53 smithi204 bash[22398]: audit 2024-04-15T20:44:52.417087+0000 mon.a (mon.0) 738 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-15T20:44:53.687 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:53 smithi204 bash[22398]: audit 2024-04-15T20:44:52.780709+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:53.688 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:53 smithi204 bash[22398]: audit 2024-04-15T20:44:52.782046+0000 mon.a (mon.0) 740 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:44:53.688 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:53 smithi204 bash[22398]: audit 2024-04-15T20:44:52.788110+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:53.688 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:53 smithi204 bash[22398]: audit 2024-04-15T20:44:52.788759+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-15T20:44:53.688 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:53 smithi204 bash[22398]: cephadm 2024-04-15T20:44:52.789893+0000 mgr.a (mgr.14152) 262 : cephadm [INF] Adjusting osd_memory_target on smithi204 to 20337M 2024-04-15T20:44:53.688 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:53 smithi204 bash[22398]: audit 2024-04-15T20:44:52.793991+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:53.688 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:53 smithi204 bash[22398]: audit 2024-04-15T20:44:52.796354+0000 mon.a (mon.0) 744 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:44:53.688 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:53 smithi204 bash[22398]: audit 2024-04-15T20:44:52.797300+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:44:53.688 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:53 smithi204 bash[22398]: audit 2024-04-15T20:44:52.803298+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:53.688 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:53 smithi204 bash[22398]: audit 2024-04-15T20:44:52.890644+0000 mon.a (mon.0) 747 : audit [INF] from='osd.4 ' entity='osd.4' 2024-04-15T20:44:53.906 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:53 smithi094 bash[22212]: audit 2024-04-15T20:44:52.401779+0000 mon.a (mon.0) 735 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]': finished 2024-04-15T20:44:53.906 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:53 smithi094 bash[22212]: cluster 2024-04-15T20:44:52.404441+0000 mon.a (mon.0) 736 : cluster [DBG] osdmap e32: 5 total, 4 up, 5 in 2024-04-15T20:44:53.906 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:53 smithi094 bash[22212]: audit 2024-04-15T20:44:52.405121+0000 mon.a (mon.0) 737 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-15T20:44:53.906 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:53 smithi094 bash[22212]: audit 2024-04-15T20:44:52.417087+0000 mon.a (mon.0) 738 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-15T20:44:53.906 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:53 smithi094 bash[22212]: audit 2024-04-15T20:44:52.780709+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:53.907 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:53 smithi094 bash[22212]: audit 2024-04-15T20:44:52.782046+0000 mon.a (mon.0) 740 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:44:53.907 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:53 smithi094 bash[22212]: audit 2024-04-15T20:44:52.788110+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:53.907 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:53 smithi094 bash[22212]: audit 2024-04-15T20:44:52.788759+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-15T20:44:53.907 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:53 smithi094 bash[22212]: cephadm 2024-04-15T20:44:52.789893+0000 mgr.a (mgr.14152) 262 : cephadm [INF] Adjusting osd_memory_target on smithi204 to 20337M 2024-04-15T20:44:53.907 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:53 smithi094 bash[22212]: audit 2024-04-15T20:44:52.793991+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:53.907 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:53 smithi094 bash[22212]: audit 2024-04-15T20:44:52.796354+0000 mon.a (mon.0) 744 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:44:53.907 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:53 smithi094 bash[22212]: audit 2024-04-15T20:44:52.797300+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:44:53.907 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:53 smithi094 bash[22212]: audit 2024-04-15T20:44:52.803298+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:53.907 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:53 smithi094 bash[22212]: audit 2024-04-15T20:44:52.890644+0000 mon.a (mon.0) 747 : audit [INF] from='osd.4 ' entity='osd.4' 2024-04-15T20:44:54.656 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:54 smithi094 bash[22212]: cluster 2024-04-15T20:44:51.480766+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-15T20:44:54.656 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:54 smithi094 bash[22212]: cluster 2024-04-15T20:44:51.480901+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-15T20:44:54.656 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:54 smithi094 bash[22212]: cluster 2024-04-15T20:44:53.377343+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-15T20:44:54.657 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:54 smithi094 bash[22212]: cluster 2024-04-15T20:44:53.416433+0000 mon.a (mon.0) 748 : cluster [INF] osd.4 [v2:172.21.15.204:6800/4027549543,v1:172.21.15.204:6801/4027549543] boot 2024-04-15T20:44:54.657 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:54 smithi094 bash[22212]: cluster 2024-04-15T20:44:53.416523+0000 mon.a (mon.0) 749 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-04-15T20:44:54.657 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:54 smithi094 bash[22212]: audit 2024-04-15T20:44:53.417235+0000 mon.a (mon.0) 750 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-15T20:44:54.657 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:54 smithi094 bash[22212]: audit 2024-04-15T20:44:54.173050+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:54.657 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:54 smithi094 bash[22212]: audit 2024-04-15T20:44:54.182310+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:54.657 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:54 smithi094 bash[22212]: audit 2024-04-15T20:44:54.193076+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:54.674 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:54 smithi069 bash[21530]: cluster 2024-04-15T20:44:51.480766+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-15T20:44:54.674 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:54 smithi069 bash[21530]: cluster 2024-04-15T20:44:51.480901+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-15T20:44:54.674 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:54 smithi069 bash[21530]: cluster 2024-04-15T20:44:53.377343+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-15T20:44:54.674 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:54 smithi069 bash[21530]: cluster 2024-04-15T20:44:53.416433+0000 mon.a (mon.0) 748 : cluster [INF] osd.4 [v2:172.21.15.204:6800/4027549543,v1:172.21.15.204:6801/4027549543] boot 2024-04-15T20:44:54.674 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:54 smithi069 bash[21530]: cluster 2024-04-15T20:44:53.416523+0000 mon.a (mon.0) 749 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-04-15T20:44:54.674 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:54 smithi069 bash[21530]: audit 2024-04-15T20:44:53.417235+0000 mon.a (mon.0) 750 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-15T20:44:54.674 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:54 smithi069 bash[21530]: audit 2024-04-15T20:44:54.173050+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:54.674 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:54 smithi069 bash[21530]: audit 2024-04-15T20:44:54.182310+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:54.675 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:54 smithi069 bash[21530]: audit 2024-04-15T20:44:54.193076+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:54.687 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:54 smithi204 bash[22398]: cluster 2024-04-15T20:44:51.480766+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-15T20:44:54.688 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:54 smithi204 bash[22398]: cluster 2024-04-15T20:44:51.480901+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-15T20:44:54.688 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:54 smithi204 bash[22398]: cluster 2024-04-15T20:44:53.377343+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-15T20:44:54.688 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:54 smithi204 bash[22398]: cluster 2024-04-15T20:44:53.416433+0000 mon.a (mon.0) 748 : cluster [INF] osd.4 [v2:172.21.15.204:6800/4027549543,v1:172.21.15.204:6801/4027549543] boot 2024-04-15T20:44:54.688 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:54 smithi204 bash[22398]: cluster 2024-04-15T20:44:53.416523+0000 mon.a (mon.0) 749 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-04-15T20:44:54.688 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:54 smithi204 bash[22398]: audit 2024-04-15T20:44:53.417235+0000 mon.a (mon.0) 750 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-15T20:44:54.688 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:54 smithi204 bash[22398]: audit 2024-04-15T20:44:54.173050+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:54.688 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:54 smithi204 bash[22398]: audit 2024-04-15T20:44:54.182310+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:54.688 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:54 smithi204 bash[22398]: audit 2024-04-15T20:44:54.193076+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:55.687 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:55 smithi204 bash[22398]: cluster 2024-04-15T20:44:54.432777+0000 mon.a (mon.0) 754 : cluster [DBG] osdmap e34: 5 total, 5 up, 5 in 2024-04-15T20:44:55.906 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:55 smithi094 bash[22212]: cluster 2024-04-15T20:44:54.432777+0000 mon.a (mon.0) 754 : cluster [DBG] osdmap e34: 5 total, 5 up, 5 in 2024-04-15T20:44:55.924 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:55 smithi069 bash[21530]: cluster 2024-04-15T20:44:54.432777+0000 mon.a (mon.0) 754 : cluster [DBG] osdmap e34: 5 total, 5 up, 5 in 2024-04-15T20:44:56.687 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:56 smithi204 bash[22398]: cluster 2024-04-15T20:44:55.378002+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v215: 1 pgs: 1 remapped+peering; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-15T20:44:56.687 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:56 smithi204 bash[22398]: cluster 2024-04-15T20:44:55.439168+0000 mon.a (mon.0) 755 : cluster [DBG] osdmap e35: 5 total, 5 up, 5 in 2024-04-15T20:44:56.687 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:56 smithi204 bash[22398]: cluster 2024-04-15T20:44:56.383481+0000 mon.a (mon.0) 756 : cluster [DBG] osdmap e36: 5 total, 5 up, 5 in 2024-04-15T20:44:56.906 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:56 smithi094 bash[22212]: cluster 2024-04-15T20:44:55.378002+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v215: 1 pgs: 1 remapped+peering; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-15T20:44:56.906 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:56 smithi094 bash[22212]: cluster 2024-04-15T20:44:55.439168+0000 mon.a (mon.0) 755 : cluster [DBG] osdmap e35: 5 total, 5 up, 5 in 2024-04-15T20:44:56.906 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:56 smithi094 bash[22212]: cluster 2024-04-15T20:44:56.383481+0000 mon.a (mon.0) 756 : cluster [DBG] osdmap e36: 5 total, 5 up, 5 in 2024-04-15T20:44:56.924 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:56 smithi069 bash[21530]: cluster 2024-04-15T20:44:55.378002+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v215: 1 pgs: 1 remapped+peering; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-15T20:44:56.924 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:56 smithi069 bash[21530]: cluster 2024-04-15T20:44:55.439168+0000 mon.a (mon.0) 755 : cluster [DBG] osdmap e35: 5 total, 5 up, 5 in 2024-04-15T20:44:56.924 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:56 smithi069 bash[21530]: cluster 2024-04-15T20:44:56.383481+0000 mon.a (mon.0) 756 : cluster [DBG] osdmap e36: 5 total, 5 up, 5 in 2024-04-15T20:44:58.656 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:58 smithi094 bash[22212]: cluster 2024-04-15T20:44:57.378558+0000 mgr.a (mgr.14152) 265 : cluster [DBG] pgmap v218: 1 pgs: 1 remapped+peering; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-15T20:44:58.656 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:58 smithi094 bash[22212]: cluster 2024-04-15T20:44:57.386222+0000 mon.a (mon.0) 757 : cluster [DBG] osdmap e37: 5 total, 5 up, 5 in 2024-04-15T20:44:58.656 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:58 smithi094 bash[22212]: audit 2024-04-15T20:44:58.370065+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:58.673 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:58 smithi069 bash[21530]: cluster 2024-04-15T20:44:57.378558+0000 mgr.a (mgr.14152) 265 : cluster [DBG] pgmap v218: 1 pgs: 1 remapped+peering; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-15T20:44:58.674 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:58 smithi069 bash[21530]: cluster 2024-04-15T20:44:57.386222+0000 mon.a (mon.0) 757 : cluster [DBG] osdmap e37: 5 total, 5 up, 5 in 2024-04-15T20:44:58.674 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:58 smithi069 bash[21530]: audit 2024-04-15T20:44:58.370065+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:58.687 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:58 smithi204 bash[22398]: cluster 2024-04-15T20:44:57.378558+0000 mgr.a (mgr.14152) 265 : cluster [DBG] pgmap v218: 1 pgs: 1 remapped+peering; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-15T20:44:58.687 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:58 smithi204 bash[22398]: cluster 2024-04-15T20:44:57.386222+0000 mon.a (mon.0) 757 : cluster [DBG] osdmap e37: 5 total, 5 up, 5 in 2024-04-15T20:44:58.687 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:58 smithi204 bash[22398]: audit 2024-04-15T20:44:58.370065+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:59.398 INFO:teuthology.orchestra.run.smithi204.stderr:Inferring config /var/lib/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/mon.c/config 2024-04-15T20:44:59.656 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:59 smithi094 bash[22212]: audit 2024-04-15T20:44:58.379424+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:59.656 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:44:59 smithi094 bash[22212]: audit 2024-04-15T20:44:58.401669+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:59.674 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:59 smithi069 bash[21530]: audit 2024-04-15T20:44:58.379424+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:59.674 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:44:59 smithi069 bash[21530]: audit 2024-04-15T20:44:58.401669+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:59.687 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:59 smithi204 bash[22398]: audit 2024-04-15T20:44:58.379424+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:44:59.687 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:44:59 smithi204 bash[22398]: audit 2024-04-15T20:44:58.401669+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:45:00.437 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:00 smithi204 bash[22398]: cluster 2024-04-15T20:44:59.379103+0000 mgr.a (mgr.14152) 266 : cluster [DBG] pgmap v220: 1 pgs: 1 remapped+peering; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-15T20:45:00.657 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:00 smithi094 bash[22212]: cluster 2024-04-15T20:44:59.379103+0000 mgr.a (mgr.14152) 266 : cluster [DBG] pgmap v220: 1 pgs: 1 remapped+peering; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-15T20:45:00.673 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:00 smithi069 bash[21530]: cluster 2024-04-15T20:44:59.379103+0000 mgr.a (mgr.14152) 266 : cluster [DBG] pgmap v220: 1 pgs: 1 remapped+peering; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-15T20:45:02.384 INFO:teuthology.orchestra.run.smithi204.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-04-15T20:45:02.384 INFO:teuthology.orchestra.run.smithi204.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-04-15T20:45:02.384 INFO:teuthology.orchestra.run.smithi204.stderr: stderr: 10+0 records in 2024-04-15T20:45:02.384 INFO:teuthology.orchestra.run.smithi204.stderr:10+0 records out 2024-04-15T20:45:02.384 INFO:teuthology.orchestra.run.smithi204.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0216652 s, 484 MB/s 2024-04-15T20:45:02.384 INFO:teuthology.orchestra.run.smithi204.stderr:--> Zapping successful for: 2024-04-15T20:45:02.656 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:02 smithi094 bash[22212]: cluster 2024-04-15T20:45:01.379603+0000 mgr.a (mgr.14152) 267 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-04-15T20:45:02.658 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:02 smithi204 bash[22398]: cluster 2024-04-15T20:45:01.379603+0000 mgr.a (mgr.14152) 267 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-04-15T20:45:02.673 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:02 smithi069 bash[21530]: cluster 2024-04-15T20:45:01.379603+0000 mgr.a (mgr.14152) 267 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-04-15T20:45:03.162 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cb456bda-fb67-11ee-bc8f-c7b262605968 -- ceph orch daemon add osd smithi204:vg_nvme/lv_3 2024-04-15T20:45:04.656 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:04 smithi094 bash[22212]: cluster 2024-04-15T20:45:03.380151+0000 mgr.a (mgr.14152) 268 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail; 73 KiB/s, 0 objects/s recovering 2024-04-15T20:45:04.674 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:04 smithi069 bash[21530]: cluster 2024-04-15T20:45:03.380151+0000 mgr.a (mgr.14152) 268 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail; 73 KiB/s, 0 objects/s recovering 2024-04-15T20:45:04.687 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:04 smithi204 bash[22398]: cluster 2024-04-15T20:45:03.380151+0000 mgr.a (mgr.14152) 268 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail; 73 KiB/s, 0 objects/s recovering 2024-04-15T20:45:06.656 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:06 smithi094 bash[22212]: cluster 2024-04-15T20:45:05.380722+0000 mgr.a (mgr.14152) 269 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail; 64 KiB/s, 0 objects/s recovering 2024-04-15T20:45:06.674 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:06 smithi069 bash[21530]: cluster 2024-04-15T20:45:05.380722+0000 mgr.a (mgr.14152) 269 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail; 64 KiB/s, 0 objects/s recovering 2024-04-15T20:45:06.687 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:06 smithi204 bash[22398]: cluster 2024-04-15T20:45:05.380722+0000 mgr.a (mgr.14152) 269 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail; 64 KiB/s, 0 objects/s recovering 2024-04-15T20:45:07.865 INFO:teuthology.orchestra.run.smithi204.stderr:Inferring config /var/lib/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/mon.c/config 2024-04-15T20:45:09.405 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:09 smithi094 bash[22212]: cluster 2024-04-15T20:45:07.381299+0000 mgr.a (mgr.14152) 270 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-04-15T20:45:09.406 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:09 smithi094 bash[22212]: audit 2024-04-15T20:45:08.052959+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:45:09.406 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:09 smithi094 bash[22212]: audit 2024-04-15T20:45:08.061594+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:45:09.406 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:09 smithi094 bash[22212]: audit 2024-04-15T20:45:08.072015+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:45:09.423 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:09 smithi069 bash[21530]: cluster 2024-04-15T20:45:07.381299+0000 mgr.a (mgr.14152) 270 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-04-15T20:45:09.423 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:09 smithi069 bash[21530]: audit 2024-04-15T20:45:08.052959+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:45:09.424 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:09 smithi069 bash[21530]: audit 2024-04-15T20:45:08.061594+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:45:09.424 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:09 smithi069 bash[21530]: audit 2024-04-15T20:45:08.072015+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:45:09.437 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:09 smithi204 bash[22398]: cluster 2024-04-15T20:45:07.381299+0000 mgr.a (mgr.14152) 270 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-04-15T20:45:09.437 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:09 smithi204 bash[22398]: audit 2024-04-15T20:45:08.052959+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:45:09.437 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:09 smithi204 bash[22398]: audit 2024-04-15T20:45:08.061594+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:45:09.438 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:09 smithi204 bash[22398]: audit 2024-04-15T20:45:08.072015+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:45:11.299 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:11 smithi069 bash[21530]: cluster 2024-04-15T20:45:09.381886+0000 mgr.a (mgr.14152) 271 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-04-15T20:45:11.299 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:11 smithi069 bash[21530]: audit 2024-04-15T20:45:10.657681+0000 mon.a (mon.0) 764 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-15T20:45:11.299 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:11 smithi069 bash[21530]: audit 2024-04-15T20:45:10.661639+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-15T20:45:11.299 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:11 smithi069 bash[21530]: audit 2024-04-15T20:45:10.662852+0000 mon.a (mon.0) 766 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:45:11.406 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:11 smithi094 bash[22212]: cluster 2024-04-15T20:45:09.381886+0000 mgr.a (mgr.14152) 271 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-04-15T20:45:11.406 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:11 smithi094 bash[22212]: audit 2024-04-15T20:45:10.657681+0000 mon.a (mon.0) 764 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-15T20:45:11.406 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:11 smithi094 bash[22212]: audit 2024-04-15T20:45:10.661639+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-15T20:45:11.406 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:11 smithi094 bash[22212]: audit 2024-04-15T20:45:10.662852+0000 mon.a (mon.0) 766 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:45:11.437 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:11 smithi204 bash[22398]: cluster 2024-04-15T20:45:09.381886+0000 mgr.a (mgr.14152) 271 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-04-15T20:45:11.437 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:11 smithi204 bash[22398]: audit 2024-04-15T20:45:10.657681+0000 mon.a (mon.0) 764 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-15T20:45:11.437 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:11 smithi204 bash[22398]: audit 2024-04-15T20:45:10.661639+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-15T20:45:11.437 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:11 smithi204 bash[22398]: audit 2024-04-15T20:45:10.662852+0000 mon.a (mon.0) 766 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:45:12.405 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:12 smithi094 bash[22212]: audit 2024-04-15T20:45:10.651560+0000 mgr.a (mgr.14152) 272 : audit [DBG] from='client.24214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi204:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:45:12.423 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:12 smithi069 bash[21530]: audit 2024-04-15T20:45:10.651560+0000 mgr.a (mgr.14152) 272 : audit [DBG] from='client.24214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi204:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:45:12.437 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:12 smithi204 bash[22398]: audit 2024-04-15T20:45:10.651560+0000 mgr.a (mgr.14152) 272 : audit [DBG] from='client.24214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi204:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:45:13.405 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:13 smithi094 bash[22212]: cluster 2024-04-15T20:45:11.382322+0000 mgr.a (mgr.14152) 273 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-04-15T20:45:13.423 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:13 smithi069 bash[21530]: cluster 2024-04-15T20:45:11.382322+0000 mgr.a (mgr.14152) 273 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-04-15T20:45:13.437 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:13 smithi204 bash[22398]: cluster 2024-04-15T20:45:11.382322+0000 mgr.a (mgr.14152) 273 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-04-15T20:45:15.405 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:15 smithi094 bash[22212]: cluster 2024-04-15T20:45:13.382692+0000 mgr.a (mgr.14152) 274 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-04-15T20:45:15.406 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:15 smithi094 bash[22212]: audit 2024-04-15T20:45:14.399175+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:45:15.406 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:15 smithi094 bash[22212]: audit 2024-04-15T20:45:14.408931+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:45:15.406 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:15 smithi094 bash[22212]: audit 2024-04-15T20:45:14.420595+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:45:15.423 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:15 smithi069 bash[21530]: cluster 2024-04-15T20:45:13.382692+0000 mgr.a (mgr.14152) 274 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-04-15T20:45:15.424 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:15 smithi069 bash[21530]: audit 2024-04-15T20:45:14.399175+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:45:15.424 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:15 smithi069 bash[21530]: audit 2024-04-15T20:45:14.408931+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:45:15.424 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:15 smithi069 bash[21530]: audit 2024-04-15T20:45:14.420595+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:45:15.437 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:15 smithi204 bash[22398]: cluster 2024-04-15T20:45:13.382692+0000 mgr.a (mgr.14152) 274 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-04-15T20:45:15.437 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:15 smithi204 bash[22398]: audit 2024-04-15T20:45:14.399175+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:45:15.437 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:15 smithi204 bash[22398]: audit 2024-04-15T20:45:14.408931+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:45:15.437 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:15 smithi204 bash[22398]: audit 2024-04-15T20:45:14.420595+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:45:17.156 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:17 smithi204 bash[22398]: cluster 2024-04-15T20:45:15.383230+0000 mgr.a (mgr.14152) 275 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-04-15T20:45:17.405 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:17 smithi094 bash[22212]: cluster 2024-04-15T20:45:15.383230+0000 mgr.a (mgr.14152) 275 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-04-15T20:45:17.423 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:17 smithi069 bash[21530]: cluster 2024-04-15T20:45:15.383230+0000 mgr.a (mgr.14152) 275 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-04-15T20:45:19.405 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:19 smithi094 bash[22212]: cluster 2024-04-15T20:45:17.383741+0000 mgr.a (mgr.14152) 276 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-04-15T20:45:19.406 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:19 smithi094 bash[22212]: audit 2024-04-15T20:45:18.580953+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:45:19.406 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:19 smithi094 bash[22212]: audit 2024-04-15T20:45:18.587876+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:45:19.406 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:19 smithi094 bash[22212]: audit 2024-04-15T20:45:18.595320+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:45:19.423 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:19 smithi069 bash[21530]: cluster 2024-04-15T20:45:17.383741+0000 mgr.a (mgr.14152) 276 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-04-15T20:45:19.423 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:19 smithi069 bash[21530]: audit 2024-04-15T20:45:18.580953+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:45:19.423 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:19 smithi069 bash[21530]: audit 2024-04-15T20:45:18.587876+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:45:19.423 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:19 smithi069 bash[21530]: audit 2024-04-15T20:45:18.595320+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:45:19.437 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:19 smithi204 bash[22398]: cluster 2024-04-15T20:45:17.383741+0000 mgr.a (mgr.14152) 276 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-04-15T20:45:19.437 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:19 smithi204 bash[22398]: audit 2024-04-15T20:45:18.580953+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:45:19.437 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:19 smithi204 bash[22398]: audit 2024-04-15T20:45:18.587876+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:45:19.437 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:19 smithi204 bash[22398]: audit 2024-04-15T20:45:18.595320+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:45:20.406 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:20 smithi094 bash[22212]: audit 2024-04-15T20:45:19.546640+0000 mon.c (mon.1) 9 : audit [INF] from='client.? 172.21.15.204:0/287767291' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "55037b2c-cdf5-4720-bc07-28dc5ea3bf4f"}]: dispatch 2024-04-15T20:45:20.406 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:20 smithi094 bash[22212]: audit 2024-04-15T20:45:19.547825+0000 mon.a (mon.0) 773 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "55037b2c-cdf5-4720-bc07-28dc5ea3bf4f"}]: dispatch 2024-04-15T20:45:20.406 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:20 smithi094 bash[22212]: audit 2024-04-15T20:45:19.552733+0000 mon.a (mon.0) 774 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "55037b2c-cdf5-4720-bc07-28dc5ea3bf4f"}]': finished 2024-04-15T20:45:20.406 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:20 smithi094 bash[22212]: cluster 2024-04-15T20:45:19.558067+0000 mon.a (mon.0) 775 : cluster [DBG] osdmap e38: 6 total, 5 up, 6 in 2024-04-15T20:45:20.406 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:20 smithi094 bash[22212]: audit 2024-04-15T20:45:19.558903+0000 mon.a (mon.0) 776 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-15T20:45:20.423 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:20 smithi069 bash[21530]: audit 2024-04-15T20:45:19.546640+0000 mon.c (mon.1) 9 : audit [INF] from='client.? 172.21.15.204:0/287767291' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "55037b2c-cdf5-4720-bc07-28dc5ea3bf4f"}]: dispatch 2024-04-15T20:45:20.423 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:20 smithi069 bash[21530]: audit 2024-04-15T20:45:19.547825+0000 mon.a (mon.0) 773 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "55037b2c-cdf5-4720-bc07-28dc5ea3bf4f"}]: dispatch 2024-04-15T20:45:20.423 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:20 smithi069 bash[21530]: audit 2024-04-15T20:45:19.552733+0000 mon.a (mon.0) 774 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "55037b2c-cdf5-4720-bc07-28dc5ea3bf4f"}]': finished 2024-04-15T20:45:20.423 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:20 smithi069 bash[21530]: cluster 2024-04-15T20:45:19.558067+0000 mon.a (mon.0) 775 : cluster [DBG] osdmap e38: 6 total, 5 up, 6 in 2024-04-15T20:45:20.424 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:20 smithi069 bash[21530]: audit 2024-04-15T20:45:19.558903+0000 mon.a (mon.0) 776 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-15T20:45:20.437 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:20 smithi204 bash[22398]: audit 2024-04-15T20:45:19.546640+0000 mon.c (mon.1) 9 : audit [INF] from='client.? 172.21.15.204:0/287767291' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "55037b2c-cdf5-4720-bc07-28dc5ea3bf4f"}]: dispatch 2024-04-15T20:45:20.437 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:20 smithi204 bash[22398]: audit 2024-04-15T20:45:19.547825+0000 mon.a (mon.0) 773 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "55037b2c-cdf5-4720-bc07-28dc5ea3bf4f"}]: dispatch 2024-04-15T20:45:20.437 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:20 smithi204 bash[22398]: audit 2024-04-15T20:45:19.552733+0000 mon.a (mon.0) 774 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "55037b2c-cdf5-4720-bc07-28dc5ea3bf4f"}]': finished 2024-04-15T20:45:20.437 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:20 smithi204 bash[22398]: cluster 2024-04-15T20:45:19.558067+0000 mon.a (mon.0) 775 : cluster [DBG] osdmap e38: 6 total, 5 up, 6 in 2024-04-15T20:45:20.437 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:20 smithi204 bash[22398]: audit 2024-04-15T20:45:19.558903+0000 mon.a (mon.0) 776 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-15T20:45:21.405 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:21 smithi094 bash[22212]: cluster 2024-04-15T20:45:19.384266+0000 mgr.a (mgr.14152) 277 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-04-15T20:45:21.406 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:21 smithi094 bash[22212]: audit 2024-04-15T20:45:20.265456+0000 mon.c (mon.1) 10 : audit [DBG] from='client.? 172.21.15.204:0/3856536588' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-15T20:45:21.423 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:21 smithi069 bash[21530]: cluster 2024-04-15T20:45:19.384266+0000 mgr.a (mgr.14152) 277 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-04-15T20:45:21.423 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:21 smithi069 bash[21530]: audit 2024-04-15T20:45:20.265456+0000 mon.c (mon.1) 10 : audit [DBG] from='client.? 172.21.15.204:0/3856536588' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-15T20:45:21.437 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:21 smithi204 bash[22398]: cluster 2024-04-15T20:45:19.384266+0000 mgr.a (mgr.14152) 277 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-04-15T20:45:21.437 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:21 smithi204 bash[22398]: audit 2024-04-15T20:45:20.265456+0000 mon.c (mon.1) 10 : audit [DBG] from='client.? 172.21.15.204:0/3856536588' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-15T20:45:23.405 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:23 smithi094 bash[22212]: cluster 2024-04-15T20:45:21.384818+0000 mgr.a (mgr.14152) 278 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-04-15T20:45:23.423 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:23 smithi069 bash[21530]: cluster 2024-04-15T20:45:21.384818+0000 mgr.a (mgr.14152) 278 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-04-15T20:45:23.437 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:23 smithi204 bash[22398]: cluster 2024-04-15T20:45:21.384818+0000 mgr.a (mgr.14152) 278 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-04-15T20:45:25.406 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:25 smithi094 bash[22212]: cluster 2024-04-15T20:45:23.385385+0000 mgr.a (mgr.14152) 279 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-04-15T20:45:25.423 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:25 smithi069 bash[21530]: cluster 2024-04-15T20:45:23.385385+0000 mgr.a (mgr.14152) 279 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-04-15T20:45:25.437 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:25 smithi204 bash[22398]: cluster 2024-04-15T20:45:23.385385+0000 mgr.a (mgr.14152) 279 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-04-15T20:45:27.405 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:27 smithi094 bash[22212]: cluster 2024-04-15T20:45:25.385930+0000 mgr.a (mgr.14152) 280 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-04-15T20:45:27.423 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:27 smithi069 bash[21530]: cluster 2024-04-15T20:45:25.385930+0000 mgr.a (mgr.14152) 280 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-04-15T20:45:27.437 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:27 smithi204 bash[22398]: cluster 2024-04-15T20:45:25.385930+0000 mgr.a (mgr.14152) 280 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-04-15T20:45:29.563 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:29 smithi204 bash[22398]: cluster 2024-04-15T20:45:27.386468+0000 mgr.a (mgr.14152) 281 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-04-15T20:45:29.564 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:29 smithi204 bash[22398]: audit 2024-04-15T20:45:28.274527+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:45:29.564 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:29 smithi204 bash[22398]: audit 2024-04-15T20:45:28.284109+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:45:29.564 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:29 smithi204 bash[22398]: cephadm 2024-04-15T20:45:28.287395+0000 mgr.a (mgr.14152) 282 : cephadm [INF] Detected new or changed devices on smithi204 2024-04-15T20:45:29.564 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:29 smithi204 bash[22398]: audit 2024-04-15T20:45:28.295702+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:45:29.655 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:29 smithi094 bash[22212]: cluster 2024-04-15T20:45:27.386468+0000 mgr.a (mgr.14152) 281 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-04-15T20:45:29.655 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:29 smithi094 bash[22212]: audit 2024-04-15T20:45:28.274527+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:45:29.656 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:29 smithi094 bash[22212]: audit 2024-04-15T20:45:28.284109+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:45:29.656 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:29 smithi094 bash[22212]: cephadm 2024-04-15T20:45:28.287395+0000 mgr.a (mgr.14152) 282 : cephadm [INF] Detected new or changed devices on smithi204 2024-04-15T20:45:29.656 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:29 smithi094 bash[22212]: audit 2024-04-15T20:45:28.295702+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:45:29.673 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:29 smithi069 bash[21530]: cluster 2024-04-15T20:45:27.386468+0000 mgr.a (mgr.14152) 281 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-04-15T20:45:29.673 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:29 smithi069 bash[21530]: audit 2024-04-15T20:45:28.274527+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:45:29.673 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:29 smithi069 bash[21530]: audit 2024-04-15T20:45:28.284109+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:45:29.674 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:29 smithi069 bash[21530]: cephadm 2024-04-15T20:45:28.287395+0000 mgr.a (mgr.14152) 282 : cephadm [INF] Detected new or changed devices on smithi204 2024-04-15T20:45:29.674 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:29 smithi069 bash[21530]: audit 2024-04-15T20:45:28.295702+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:45:31.423 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:31 smithi069 bash[21530]: cluster 2024-04-15T20:45:29.387100+0000 mgr.a (mgr.14152) 283 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-04-15T20:45:31.437 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:31 smithi204 bash[22398]: cluster 2024-04-15T20:45:29.387100+0000 mgr.a (mgr.14152) 283 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-04-15T20:45:31.655 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:31 smithi094 bash[22212]: cluster 2024-04-15T20:45:29.387100+0000 mgr.a (mgr.14152) 283 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-04-15T20:45:32.655 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:32 smithi094 bash[22212]: cluster 2024-04-15T20:45:31.387822+0000 mgr.a (mgr.14152) 284 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-04-15T20:45:32.655 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:32 smithi094 bash[22212]: audit 2024-04-15T20:45:31.844243+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-04-15T20:45:32.656 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:32 smithi094 bash[22212]: audit 2024-04-15T20:45:31.845253+0000 mon.a (mon.0) 781 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:45:32.656 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:32 smithi094 bash[22212]: cephadm 2024-04-15T20:45:31.846037+0000 mgr.a (mgr.14152) 285 : cephadm [INF] Deploying daemon osd.5 on smithi204 2024-04-15T20:45:32.673 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:32 smithi069 bash[21530]: cluster 2024-04-15T20:45:31.387822+0000 mgr.a (mgr.14152) 284 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-04-15T20:45:32.673 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:32 smithi069 bash[21530]: audit 2024-04-15T20:45:31.844243+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-04-15T20:45:32.673 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:32 smithi069 bash[21530]: audit 2024-04-15T20:45:31.845253+0000 mon.a (mon.0) 781 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:45:32.673 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:32 smithi069 bash[21530]: cephadm 2024-04-15T20:45:31.846037+0000 mgr.a (mgr.14152) 285 : cephadm [INF] Deploying daemon osd.5 on smithi204 2024-04-15T20:45:32.687 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:32 smithi204 bash[22398]: cluster 2024-04-15T20:45:31.387822+0000 mgr.a (mgr.14152) 284 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-04-15T20:45:32.687 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:32 smithi204 bash[22398]: audit 2024-04-15T20:45:31.844243+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-04-15T20:45:32.687 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:32 smithi204 bash[22398]: audit 2024-04-15T20:45:31.845253+0000 mon.a (mon.0) 781 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:45:32.687 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:32 smithi204 bash[22398]: cephadm 2024-04-15T20:45:31.846037+0000 mgr.a (mgr.14152) 285 : cephadm [INF] Deploying daemon osd.5 on smithi204 2024-04-15T20:45:34.655 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:34 smithi094 bash[22212]: cluster 2024-04-15T20:45:33.388375+0000 mgr.a (mgr.14152) 286 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-04-15T20:45:34.673 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:34 smithi069 bash[21530]: cluster 2024-04-15T20:45:33.388375+0000 mgr.a (mgr.14152) 286 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-04-15T20:45:34.687 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:34 smithi204 bash[22398]: cluster 2024-04-15T20:45:33.388375+0000 mgr.a (mgr.14152) 286 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-04-15T20:45:35.865 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:35 smithi204 bash[22398]: audit 2024-04-15T20:45:34.619661+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:45:35.866 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:35 smithi204 bash[22398]: audit 2024-04-15T20:45:34.628899+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:45:35.866 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:35 smithi204 bash[22398]: audit 2024-04-15T20:45:34.639220+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:45:35.905 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:35 smithi094 bash[22212]: audit 2024-04-15T20:45:34.619661+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:45:35.905 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:35 smithi094 bash[22212]: audit 2024-04-15T20:45:34.628899+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:45:35.905 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:35 smithi094 bash[22212]: audit 2024-04-15T20:45:34.639220+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:45:35.923 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:35 smithi069 bash[21530]: audit 2024-04-15T20:45:34.619661+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:45:35.923 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:35 smithi069 bash[21530]: audit 2024-04-15T20:45:34.628899+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:45:35.923 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:35 smithi069 bash[21530]: audit 2024-04-15T20:45:34.639220+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:45:36.187 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:36 smithi204 systemd[1]: /etc/systemd/system/ceph-cb456bda-fb67-11ee-bc8f-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-15T20:45:36.187 INFO:journalctl@ceph.osd.4.smithi204.stdout:Apr 15 20:45:36 smithi204 systemd[1]: /etc/systemd/system/ceph-cb456bda-fb67-11ee-bc8f-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-15T20:45:36.630 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:36 smithi204 systemd[1]: /etc/systemd/system/ceph-cb456bda-fb67-11ee-bc8f-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-15T20:45:36.631 INFO:journalctl@ceph.osd.4.smithi204.stdout:Apr 15 20:45:36 smithi204 systemd[1]: /etc/systemd/system/ceph-cb456bda-fb67-11ee-bc8f-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-15T20:45:36.905 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:36 smithi094 bash[22212]: cluster 2024-04-15T20:45:35.389042+0000 mgr.a (mgr.14152) 287 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-04-15T20:45:36.906 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:36 smithi094 bash[22212]: audit 2024-04-15T20:45:36.378803+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:45:36.906 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:36 smithi094 bash[22212]: audit 2024-04-15T20:45:36.388965+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:45:36.906 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:36 smithi094 bash[22212]: audit 2024-04-15T20:45:36.389787+0000 mon.a (mon.0) 787 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:45:36.906 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:36 smithi094 bash[22212]: audit 2024-04-15T20:45:36.398952+0000 mon.a (mon.0) 788 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:45:36.906 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:36 smithi094 bash[22212]: audit 2024-04-15T20:45:36.401348+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:45:36.906 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:36 smithi094 bash[22212]: audit 2024-04-15T20:45:36.417342+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:45:36.923 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:36 smithi069 bash[21530]: cluster 2024-04-15T20:45:35.389042+0000 mgr.a (mgr.14152) 287 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-04-15T20:45:36.923 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:36 smithi069 bash[21530]: audit 2024-04-15T20:45:36.378803+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:45:36.923 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:36 smithi069 bash[21530]: audit 2024-04-15T20:45:36.388965+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:45:36.923 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:36 smithi069 bash[21530]: audit 2024-04-15T20:45:36.389787+0000 mon.a (mon.0) 787 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:45:36.923 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:36 smithi069 bash[21530]: audit 2024-04-15T20:45:36.398952+0000 mon.a (mon.0) 788 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:45:36.923 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:36 smithi069 bash[21530]: audit 2024-04-15T20:45:36.401348+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:45:36.924 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:36 smithi069 bash[21530]: audit 2024-04-15T20:45:36.417342+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:45:36.937 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:36 smithi204 bash[22398]: cluster 2024-04-15T20:45:35.389042+0000 mgr.a (mgr.14152) 287 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-04-15T20:45:36.937 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:36 smithi204 bash[22398]: audit 2024-04-15T20:45:36.378803+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:45:36.937 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:36 smithi204 bash[22398]: audit 2024-04-15T20:45:36.388965+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:45:36.937 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:36 smithi204 bash[22398]: audit 2024-04-15T20:45:36.389787+0000 mon.a (mon.0) 787 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:45:36.937 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:36 smithi204 bash[22398]: audit 2024-04-15T20:45:36.398952+0000 mon.a (mon.0) 788 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:45:36.937 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:36 smithi204 bash[22398]: audit 2024-04-15T20:45:36.401348+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:45:36.937 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:36 smithi204 bash[22398]: audit 2024-04-15T20:45:36.417342+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:45:38.905 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:38 smithi094 bash[22212]: cluster 2024-04-15T20:45:37.389630+0000 mgr.a (mgr.14152) 288 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-04-15T20:45:38.923 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:38 smithi069 bash[21530]: cluster 2024-04-15T20:45:37.389630+0000 mgr.a (mgr.14152) 288 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-04-15T20:45:38.937 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:38 smithi204 bash[22398]: cluster 2024-04-15T20:45:37.389630+0000 mgr.a (mgr.14152) 288 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-04-15T20:45:40.155 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:39 smithi094 bash[22212]: audit 2024-04-15T20:45:38.800684+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:45:40.155 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:39 smithi094 bash[22212]: audit 2024-04-15T20:45:38.810049+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:45:40.155 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:39 smithi094 bash[22212]: audit 2024-04-15T20:45:38.820931+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:45:40.173 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:39 smithi069 bash[21530]: audit 2024-04-15T20:45:38.800684+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:45:40.173 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:39 smithi069 bash[21530]: audit 2024-04-15T20:45:38.810049+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:45:40.173 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:39 smithi069 bash[21530]: audit 2024-04-15T20:45:38.820931+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:45:40.187 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:39 smithi204 bash[22398]: audit 2024-04-15T20:45:38.800684+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:45:40.187 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:39 smithi204 bash[22398]: audit 2024-04-15T20:45:38.810049+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:45:40.187 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:39 smithi204 bash[22398]: audit 2024-04-15T20:45:38.820931+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:45:41.155 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:40 smithi094 bash[22212]: cluster 2024-04-15T20:45:39.390204+0000 mgr.a (mgr.14152) 289 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-04-15T20:45:41.173 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:40 smithi069 bash[21530]: cluster 2024-04-15T20:45:39.390204+0000 mgr.a (mgr.14152) 289 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-04-15T20:45:41.187 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:40 smithi204 bash[22398]: cluster 2024-04-15T20:45:39.390204+0000 mgr.a (mgr.14152) 289 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-04-15T20:45:43.114 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:42 smithi204 bash[22398]: cluster 2024-04-15T20:45:41.390769+0000 mgr.a (mgr.14152) 290 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-04-15T20:45:43.155 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:42 smithi094 bash[22212]: cluster 2024-04-15T20:45:41.390769+0000 mgr.a (mgr.14152) 290 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-04-15T20:45:43.173 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:42 smithi069 bash[21530]: cluster 2024-04-15T20:45:41.390769+0000 mgr.a (mgr.14152) 290 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-04-15T20:45:44.155 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:43 smithi094 bash[22212]: audit 2024-04-15T20:45:42.853556+0000 mon.c (mon.1) 11 : audit [INF] from='osd.5 [v2:172.21.15.204:6808/1013653752,v1:172.21.15.204:6809/1013653752]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-04-15T20:45:44.155 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:43 smithi094 bash[22212]: audit 2024-04-15T20:45:42.854915+0000 mon.a (mon.0) 794 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-04-15T20:45:44.173 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:43 smithi069 bash[21530]: audit 2024-04-15T20:45:42.853556+0000 mon.c (mon.1) 11 : audit [INF] from='osd.5 [v2:172.21.15.204:6808/1013653752,v1:172.21.15.204:6809/1013653752]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-04-15T20:45:44.173 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:43 smithi069 bash[21530]: audit 2024-04-15T20:45:42.854915+0000 mon.a (mon.0) 794 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-04-15T20:45:44.179 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:43 smithi204 bash[22398]: audit 2024-04-15T20:45:42.853556+0000 mon.c (mon.1) 11 : audit [INF] from='osd.5 [v2:172.21.15.204:6808/1013653752,v1:172.21.15.204:6809/1013653752]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-04-15T20:45:44.180 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:43 smithi204 bash[22398]: audit 2024-04-15T20:45:42.854915+0000 mon.a (mon.0) 794 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-04-15T20:45:45.137 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:44 smithi204 bash[22398]: cluster 2024-04-15T20:45:43.391385+0000 mgr.a (mgr.14152) 291 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-04-15T20:45:45.137 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:44 smithi204 bash[22398]: audit 2024-04-15T20:45:43.834722+0000 mon.a (mon.0) 795 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-04-15T20:45:45.137 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:44 smithi204 bash[22398]: cluster 2024-04-15T20:45:43.839619+0000 mon.a (mon.0) 796 : cluster [DBG] osdmap e39: 6 total, 5 up, 6 in 2024-04-15T20:45:45.137 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:44 smithi204 bash[22398]: audit 2024-04-15T20:45:43.840063+0000 mon.c (mon.1) 12 : audit [INF] from='osd.5 [v2:172.21.15.204:6808/1013653752,v1:172.21.15.204:6809/1013653752]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2024-04-15T20:45:45.137 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:44 smithi204 bash[22398]: audit 2024-04-15T20:45:43.840130+0000 mon.a (mon.0) 797 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-15T20:45:45.137 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:44 smithi204 bash[22398]: audit 2024-04-15T20:45:43.841462+0000 mon.a (mon.0) 798 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2024-04-15T20:45:45.155 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:44 smithi094 bash[22212]: cluster 2024-04-15T20:45:43.391385+0000 mgr.a (mgr.14152) 291 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-04-15T20:45:45.155 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:44 smithi094 bash[22212]: audit 2024-04-15T20:45:43.834722+0000 mon.a (mon.0) 795 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-04-15T20:45:45.155 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:44 smithi094 bash[22212]: cluster 2024-04-15T20:45:43.839619+0000 mon.a (mon.0) 796 : cluster [DBG] osdmap e39: 6 total, 5 up, 6 in 2024-04-15T20:45:45.156 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:44 smithi094 bash[22212]: audit 2024-04-15T20:45:43.840063+0000 mon.c (mon.1) 12 : audit [INF] from='osd.5 [v2:172.21.15.204:6808/1013653752,v1:172.21.15.204:6809/1013653752]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2024-04-15T20:45:45.156 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:44 smithi094 bash[22212]: audit 2024-04-15T20:45:43.840130+0000 mon.a (mon.0) 797 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-15T20:45:45.156 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:44 smithi094 bash[22212]: audit 2024-04-15T20:45:43.841462+0000 mon.a (mon.0) 798 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2024-04-15T20:45:45.173 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:44 smithi069 bash[21530]: cluster 2024-04-15T20:45:43.391385+0000 mgr.a (mgr.14152) 291 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-04-15T20:45:45.173 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:44 smithi069 bash[21530]: audit 2024-04-15T20:45:43.834722+0000 mon.a (mon.0) 795 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-04-15T20:45:45.173 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:44 smithi069 bash[21530]: cluster 2024-04-15T20:45:43.839619+0000 mon.a (mon.0) 796 : cluster [DBG] osdmap e39: 6 total, 5 up, 6 in 2024-04-15T20:45:45.173 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:44 smithi069 bash[21530]: audit 2024-04-15T20:45:43.840063+0000 mon.c (mon.1) 12 : audit [INF] from='osd.5 [v2:172.21.15.204:6808/1013653752,v1:172.21.15.204:6809/1013653752]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2024-04-15T20:45:45.173 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:44 smithi069 bash[21530]: audit 2024-04-15T20:45:43.840130+0000 mon.a (mon.0) 797 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-15T20:45:45.173 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:44 smithi069 bash[21530]: audit 2024-04-15T20:45:43.841462+0000 mon.a (mon.0) 798 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2024-04-15T20:45:46.053 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:45 smithi204 bash[22398]: audit 2024-04-15T20:45:44.837214+0000 mon.a (mon.0) 799 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]': finished 2024-04-15T20:45:46.053 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:45 smithi204 bash[22398]: cluster 2024-04-15T20:45:44.842497+0000 mon.a (mon.0) 800 : cluster [DBG] osdmap e40: 6 total, 5 up, 6 in 2024-04-15T20:45:46.053 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:45 smithi204 bash[22398]: audit 2024-04-15T20:45:44.843334+0000 mon.a (mon.0) 801 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-15T20:45:46.054 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:45 smithi204 bash[22398]: audit 2024-04-15T20:45:44.851050+0000 mon.a (mon.0) 802 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-15T20:45:46.054 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:45 smithi204 bash[22398]: audit 2024-04-15T20:45:45.327674+0000 mon.a (mon.0) 803 : audit [INF] from='osd.5 ' entity='osd.5' 2024-04-15T20:45:46.155 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:45 smithi094 bash[22212]: audit 2024-04-15T20:45:44.837214+0000 mon.a (mon.0) 799 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]': finished 2024-04-15T20:45:46.185 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:45 smithi094 bash[22212]: cluster 2024-04-15T20:45:44.842497+0000 mon.a (mon.0) 800 : cluster [DBG] osdmap e40: 6 total, 5 up, 6 in 2024-04-15T20:45:46.185 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:45 smithi094 bash[22212]: audit 2024-04-15T20:45:44.843334+0000 mon.a (mon.0) 801 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-15T20:45:46.186 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:45 smithi094 bash[22212]: audit 2024-04-15T20:45:44.851050+0000 mon.a (mon.0) 802 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-15T20:45:46.186 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:45 smithi094 bash[22212]: audit 2024-04-15T20:45:45.327674+0000 mon.a (mon.0) 803 : audit [INF] from='osd.5 ' entity='osd.5' 2024-04-15T20:45:46.186 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:45 smithi069 bash[21530]: audit 2024-04-15T20:45:44.837214+0000 mon.a (mon.0) 799 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]': finished 2024-04-15T20:45:46.186 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:45 smithi069 bash[21530]: cluster 2024-04-15T20:45:44.842497+0000 mon.a (mon.0) 800 : cluster [DBG] osdmap e40: 6 total, 5 up, 6 in 2024-04-15T20:45:46.186 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:45 smithi069 bash[21530]: audit 2024-04-15T20:45:44.843334+0000 mon.a (mon.0) 801 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-15T20:45:46.186 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:45 smithi069 bash[21530]: audit 2024-04-15T20:45:44.851050+0000 mon.a (mon.0) 802 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-15T20:45:46.186 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:45 smithi069 bash[21530]: audit 2024-04-15T20:45:45.327674+0000 mon.a (mon.0) 803 : audit [INF] from='osd.5 ' entity='osd.5' 2024-04-15T20:45:47.155 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:46 smithi094 bash[22212]: cluster 2024-04-15T20:45:43.821456+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-15T20:45:47.156 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:46 smithi094 bash[22212]: cluster 2024-04-15T20:45:43.821547+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-15T20:45:47.156 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:46 smithi094 bash[22212]: cluster 2024-04-15T20:45:45.391949+0000 mgr.a (mgr.14152) 292 : cluster [DBG] pgmap v246: 1 pgs: 1 peering; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-04-15T20:45:47.156 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:46 smithi094 bash[22212]: audit 2024-04-15T20:45:45.846431+0000 mon.a (mon.0) 804 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-15T20:45:47.156 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:46 smithi094 bash[22212]: cluster 2024-04-15T20:45:45.859206+0000 mon.a (mon.0) 805 : cluster [INF] osd.5 [v2:172.21.15.204:6808/1013653752,v1:172.21.15.204:6809/1013653752] boot 2024-04-15T20:45:47.156 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:46 smithi094 bash[22212]: cluster 2024-04-15T20:45:45.859297+0000 mon.a (mon.0) 806 : cluster [DBG] osdmap e41: 6 total, 6 up, 6 in 2024-04-15T20:45:47.156 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:46 smithi094 bash[22212]: audit 2024-04-15T20:45:45.859584+0000 mon.a (mon.0) 807 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-15T20:45:47.156 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:46 smithi094 bash[22212]: cluster 2024-04-15T20:45:46.392400+0000 mon.a (mon.0) 808 : cluster [DBG] osdmap e42: 6 total, 6 up, 6 in 2024-04-15T20:45:47.173 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:46 smithi069 bash[21530]: cluster 2024-04-15T20:45:43.821456+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-15T20:45:47.173 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:46 smithi069 bash[21530]: cluster 2024-04-15T20:45:43.821547+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-15T20:45:47.173 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:46 smithi069 bash[21530]: cluster 2024-04-15T20:45:45.391949+0000 mgr.a (mgr.14152) 292 : cluster [DBG] pgmap v246: 1 pgs: 1 peering; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-04-15T20:45:47.173 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:46 smithi069 bash[21530]: audit 2024-04-15T20:45:45.846431+0000 mon.a (mon.0) 804 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-15T20:45:47.173 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:46 smithi069 bash[21530]: cluster 2024-04-15T20:45:45.859206+0000 mon.a (mon.0) 805 : cluster [INF] osd.5 [v2:172.21.15.204:6808/1013653752,v1:172.21.15.204:6809/1013653752] boot 2024-04-15T20:45:47.173 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:46 smithi069 bash[21530]: cluster 2024-04-15T20:45:45.859297+0000 mon.a (mon.0) 806 : cluster [DBG] osdmap e41: 6 total, 6 up, 6 in 2024-04-15T20:45:47.173 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:46 smithi069 bash[21530]: audit 2024-04-15T20:45:45.859584+0000 mon.a (mon.0) 807 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-15T20:45:47.173 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:46 smithi069 bash[21530]: cluster 2024-04-15T20:45:46.392400+0000 mon.a (mon.0) 808 : cluster [DBG] osdmap e42: 6 total, 6 up, 6 in 2024-04-15T20:45:47.180 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:46 smithi204 bash[22398]: cluster 2024-04-15T20:45:43.821456+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-15T20:45:47.180 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:46 smithi204 bash[22398]: cluster 2024-04-15T20:45:43.821547+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-15T20:45:47.180 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:46 smithi204 bash[22398]: cluster 2024-04-15T20:45:45.391949+0000 mgr.a (mgr.14152) 292 : cluster [DBG] pgmap v246: 1 pgs: 1 peering; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-04-15T20:45:47.180 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:46 smithi204 bash[22398]: audit 2024-04-15T20:45:45.846431+0000 mon.a (mon.0) 804 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-15T20:45:47.180 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:46 smithi204 bash[22398]: cluster 2024-04-15T20:45:45.859206+0000 mon.a (mon.0) 805 : cluster [INF] osd.5 [v2:172.21.15.204:6808/1013653752,v1:172.21.15.204:6809/1013653752] boot 2024-04-15T20:45:47.180 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:46 smithi204 bash[22398]: cluster 2024-04-15T20:45:45.859297+0000 mon.a (mon.0) 806 : cluster [DBG] osdmap e41: 6 total, 6 up, 6 in 2024-04-15T20:45:47.180 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:46 smithi204 bash[22398]: audit 2024-04-15T20:45:45.859584+0000 mon.a (mon.0) 807 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-15T20:45:47.180 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:46 smithi204 bash[22398]: cluster 2024-04-15T20:45:46.392400+0000 mon.a (mon.0) 808 : cluster [DBG] osdmap e42: 6 total, 6 up, 6 in 2024-04-15T20:45:47.965 INFO:teuthology.orchestra.run.smithi204.stdout:Created osd(s) 5 on host 'smithi204' 2024-04-15T20:45:48.606 DEBUG:teuthology.orchestra.run.smithi204:osd.5> sudo journalctl -f -n 0 -u ceph-cb456bda-fb67-11ee-bc8f-c7b262605968@osd.5.service 2024-04-15T20:45:48.609 INFO:tasks.cephadm:Waiting for 6 OSDs to come up... 2024-04-15T20:45:48.609 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cb456bda-fb67-11ee-bc8f-c7b262605968 -- ceph osd stat -f json 2024-04-15T20:45:48.656 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:48 smithi094 bash[22212]: cluster 2024-04-15T20:45:47.392559+0000 mgr.a (mgr.14152) 293 : cluster [DBG] pgmap v250: 1 pgs: 1 peering; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:45:48.656 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:48 smithi094 bash[22212]: cluster 2024-04-15T20:45:47.395459+0000 mon.a (mon.0) 809 : cluster [DBG] osdmap e43: 6 total, 6 up, 6 in 2024-04-15T20:45:48.656 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:48 smithi094 bash[22212]: audit 2024-04-15T20:45:47.922239+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:45:48.656 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:48 smithi094 bash[22212]: audit 2024-04-15T20:45:47.930876+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:45:48.656 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:48 smithi094 bash[22212]: audit 2024-04-15T20:45:47.953249+0000 mon.a (mon.0) 812 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:45:48.656 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:48 smithi094 bash[22212]: audit 2024-04-15T20:45:47.959973+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-15T20:45:48.656 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:48 smithi094 bash[22212]: audit 2024-04-15T20:45:47.961992+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-04-15T20:45:48.656 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:48 smithi094 bash[22212]: cephadm 2024-04-15T20:45:47.963346+0000 mgr.a (mgr.14152) 294 : cephadm [INF] Adjusting osd_memory_target on smithi204 to 10168M 2024-04-15T20:45:48.656 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:48 smithi094 bash[22212]: audit 2024-04-15T20:45:47.969976+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:45:48.656 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:48 smithi094 bash[22212]: audit 2024-04-15T20:45:47.974446+0000 mon.a (mon.0) 816 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:45:48.656 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:48 smithi094 bash[22212]: audit 2024-04-15T20:45:47.976188+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:45:48.657 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:48 smithi094 bash[22212]: audit 2024-04-15T20:45:47.986216+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:45:48.659 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:48 smithi204 bash[22398]: cluster 2024-04-15T20:45:47.392559+0000 mgr.a (mgr.14152) 293 : cluster [DBG] pgmap v250: 1 pgs: 1 peering; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:45:48.659 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:48 smithi204 bash[22398]: cluster 2024-04-15T20:45:47.395459+0000 mon.a (mon.0) 809 : cluster [DBG] osdmap e43: 6 total, 6 up, 6 in 2024-04-15T20:45:48.659 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:48 smithi204 bash[22398]: audit 2024-04-15T20:45:47.922239+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:45:48.659 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:48 smithi204 bash[22398]: audit 2024-04-15T20:45:47.930876+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:45:48.659 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:48 smithi204 bash[22398]: audit 2024-04-15T20:45:47.953249+0000 mon.a (mon.0) 812 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:45:48.659 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:48 smithi204 bash[22398]: audit 2024-04-15T20:45:47.959973+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-15T20:45:48.659 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:48 smithi204 bash[22398]: audit 2024-04-15T20:45:47.961992+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-04-15T20:45:48.659 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:48 smithi204 bash[22398]: cephadm 2024-04-15T20:45:47.963346+0000 mgr.a (mgr.14152) 294 : cephadm [INF] Adjusting osd_memory_target on smithi204 to 10168M 2024-04-15T20:45:48.659 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:48 smithi204 bash[22398]: audit 2024-04-15T20:45:47.969976+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:45:48.660 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:48 smithi204 bash[22398]: audit 2024-04-15T20:45:47.974446+0000 mon.a (mon.0) 816 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:45:48.660 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:48 smithi204 bash[22398]: audit 2024-04-15T20:45:47.976188+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:45:48.660 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:48 smithi204 bash[22398]: audit 2024-04-15T20:45:47.986216+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:45:48.695 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:48 smithi069 bash[21530]: cluster 2024-04-15T20:45:47.392559+0000 mgr.a (mgr.14152) 293 : cluster [DBG] pgmap v250: 1 pgs: 1 peering; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:45:48.695 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:48 smithi069 bash[21530]: cluster 2024-04-15T20:45:47.395459+0000 mon.a (mon.0) 809 : cluster [DBG] osdmap e43: 6 total, 6 up, 6 in 2024-04-15T20:45:48.695 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:48 smithi069 bash[21530]: audit 2024-04-15T20:45:47.922239+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:45:48.695 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:48 smithi069 bash[21530]: audit 2024-04-15T20:45:47.930876+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:45:48.695 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:48 smithi069 bash[21530]: audit 2024-04-15T20:45:47.953249+0000 mon.a (mon.0) 812 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:45:48.695 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:48 smithi069 bash[21530]: audit 2024-04-15T20:45:47.959973+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-15T20:45:48.695 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:48 smithi069 bash[21530]: audit 2024-04-15T20:45:47.961992+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-04-15T20:45:48.695 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:48 smithi069 bash[21530]: cephadm 2024-04-15T20:45:47.963346+0000 mgr.a (mgr.14152) 294 : cephadm [INF] Adjusting osd_memory_target on smithi204 to 10168M 2024-04-15T20:45:48.695 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:48 smithi069 bash[21530]: audit 2024-04-15T20:45:47.969976+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:45:48.695 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:48 smithi069 bash[21530]: audit 2024-04-15T20:45:47.974446+0000 mon.a (mon.0) 816 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:45:48.696 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:48 smithi069 bash[21530]: audit 2024-04-15T20:45:47.976188+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:45:48.696 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:48 smithi069 bash[21530]: audit 2024-04-15T20:45:47.986216+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:45:49.655 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:49 smithi094 bash[22212]: audit 2024-04-15T20:45:48.449032+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:45:49.656 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:49 smithi094 bash[22212]: audit 2024-04-15T20:45:48.458737+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:45:49.656 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:49 smithi094 bash[22212]: audit 2024-04-15T20:45:48.469476+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:45:49.656 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:49 smithi094 bash[22212]: audit 2024-04-15T20:45:48.510415+0000 mon.a (mon.0) 822 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:45:49.656 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:49 smithi094 bash[22212]: audit 2024-04-15T20:45:48.516133+0000 mon.a (mon.0) 823 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:45:49.656 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:49 smithi094 bash[22212]: audit 2024-04-15T20:45:48.517848+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:45:49.656 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:49 smithi094 bash[22212]: cluster 2024-04-15T20:45:48.521827+0000 mgr.a (mgr.14152) 295 : cluster [DBG] pgmap v251: 1 pgs: 1 peering; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:45:49.656 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:49 smithi094 bash[22212]: audit 2024-04-15T20:45:48.529090+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:45:49.656 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:49 smithi094 bash[22212]: cluster 2024-04-15T20:45:48.935437+0000 mon.a (mon.0) 826 : cluster [DBG] osdmap e44: 6 total, 6 up, 6 in 2024-04-15T20:45:49.923 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:49 smithi069 bash[21530]: audit 2024-04-15T20:45:48.449032+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:45:49.923 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:49 smithi069 bash[21530]: audit 2024-04-15T20:45:48.458737+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:45:49.923 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:49 smithi069 bash[21530]: audit 2024-04-15T20:45:48.469476+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:45:49.923 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:49 smithi069 bash[21530]: audit 2024-04-15T20:45:48.510415+0000 mon.a (mon.0) 822 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:45:49.923 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:49 smithi069 bash[21530]: audit 2024-04-15T20:45:48.516133+0000 mon.a (mon.0) 823 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:45:49.923 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:49 smithi069 bash[21530]: audit 2024-04-15T20:45:48.517848+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:45:49.923 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:49 smithi069 bash[21530]: cluster 2024-04-15T20:45:48.521827+0000 mgr.a (mgr.14152) 295 : cluster [DBG] pgmap v251: 1 pgs: 1 peering; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:45:49.924 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:49 smithi069 bash[21530]: audit 2024-04-15T20:45:48.529090+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:45:49.924 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:49 smithi069 bash[21530]: cluster 2024-04-15T20:45:48.935437+0000 mon.a (mon.0) 826 : cluster [DBG] osdmap e44: 6 total, 6 up, 6 in 2024-04-15T20:45:49.937 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:49 smithi204 bash[22398]: audit 2024-04-15T20:45:48.449032+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:45:49.937 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:49 smithi204 bash[22398]: audit 2024-04-15T20:45:48.458737+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:45:49.937 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:49 smithi204 bash[22398]: audit 2024-04-15T20:45:48.469476+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:45:49.937 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:49 smithi204 bash[22398]: audit 2024-04-15T20:45:48.510415+0000 mon.a (mon.0) 822 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:45:49.937 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:49 smithi204 bash[22398]: audit 2024-04-15T20:45:48.516133+0000 mon.a (mon.0) 823 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:45:49.937 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:49 smithi204 bash[22398]: audit 2024-04-15T20:45:48.517848+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:45:49.937 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:49 smithi204 bash[22398]: cluster 2024-04-15T20:45:48.521827+0000 mgr.a (mgr.14152) 295 : cluster [DBG] pgmap v251: 1 pgs: 1 peering; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:45:49.937 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:49 smithi204 bash[22398]: audit 2024-04-15T20:45:48.529090+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:45:49.937 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:49 smithi204 bash[22398]: cluster 2024-04-15T20:45:48.935437+0000 mon.a (mon.0) 826 : cluster [DBG] osdmap e44: 6 total, 6 up, 6 in 2024-04-15T20:45:50.655 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:50 smithi094 bash[22212]: cluster 2024-04-15T20:45:49.465603+0000 mon.a (mon.0) 827 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-15T20:45:50.655 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:50 smithi094 bash[22212]: cluster 2024-04-15T20:45:49.937984+0000 mon.a (mon.0) 828 : cluster [DBG] osdmap e45: 6 total, 6 up, 6 in 2024-04-15T20:45:50.687 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:50 smithi204 bash[22398]: cluster 2024-04-15T20:45:49.465603+0000 mon.a (mon.0) 827 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-15T20:45:50.687 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:50 smithi204 bash[22398]: cluster 2024-04-15T20:45:49.937984+0000 mon.a (mon.0) 828 : cluster [DBG] osdmap e45: 6 total, 6 up, 6 in 2024-04-15T20:45:50.923 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:50 smithi069 bash[21530]: cluster 2024-04-15T20:45:49.465603+0000 mon.a (mon.0) 827 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-15T20:45:50.923 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:50 smithi069 bash[21530]: cluster 2024-04-15T20:45:49.937984+0000 mon.a (mon.0) 828 : cluster [DBG] osdmap e45: 6 total, 6 up, 6 in 2024-04-15T20:45:51.770 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:51 smithi069 bash[21530]: cluster 2024-04-15T20:45:50.522465+0000 mgr.a (mgr.14152) 296 : cluster [DBG] pgmap v254: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail; 139 KiB/s, 0 objects/s recovering 2024-04-15T20:45:51.770 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:51 smithi069 bash[21530]: audit 2024-04-15T20:45:50.777857+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:45:51.771 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:51 smithi069 bash[21530]: audit 2024-04-15T20:45:50.787953+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:45:51.771 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:51 smithi069 bash[21530]: audit 2024-04-15T20:45:50.798445+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:45:51.771 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:51 smithi069 bash[21530]: audit 2024-04-15T20:45:50.808359+0000 mon.a (mon.0) 832 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:45:51.771 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:51 smithi069 bash[21530]: audit 2024-04-15T20:45:50.814430+0000 mon.a (mon.0) 833 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:45:51.771 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:51 smithi069 bash[21530]: audit 2024-04-15T20:45:50.816376+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:45:51.771 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:51 smithi069 bash[21530]: cluster 2024-04-15T20:45:50.819909+0000 mgr.a (mgr.14152) 297 : cluster [DBG] pgmap v255: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail; 168 KiB/s, 0 objects/s recovering 2024-04-15T20:45:52.156 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:51 smithi094 bash[22212]: cluster 2024-04-15T20:45:50.522465+0000 mgr.a (mgr.14152) 296 : cluster [DBG] pgmap v254: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail; 139 KiB/s, 0 objects/s recovering 2024-04-15T20:45:52.156 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:51 smithi094 bash[22212]: audit 2024-04-15T20:45:50.777857+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:45:52.156 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:51 smithi094 bash[22212]: audit 2024-04-15T20:45:50.787953+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:45:52.156 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:51 smithi094 bash[22212]: audit 2024-04-15T20:45:50.798445+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:45:52.156 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:51 smithi094 bash[22212]: audit 2024-04-15T20:45:50.808359+0000 mon.a (mon.0) 832 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:45:52.156 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:51 smithi094 bash[22212]: audit 2024-04-15T20:45:50.814430+0000 mon.a (mon.0) 833 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:45:52.156 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:51 smithi094 bash[22212]: audit 2024-04-15T20:45:50.816376+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:45:52.156 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:51 smithi094 bash[22212]: cluster 2024-04-15T20:45:50.819909+0000 mgr.a (mgr.14152) 297 : cluster [DBG] pgmap v255: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail; 168 KiB/s, 0 objects/s recovering 2024-04-15T20:45:52.156 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:51 smithi094 bash[22212]: audit 2024-04-15T20:45:50.827524+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:45:52.156 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:51 smithi094 bash[22212]: cluster 2024-04-15T20:45:51.448819+0000 mon.a (mon.0) 836 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-15T20:45:52.157 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:51 smithi094 bash[22212]: cluster 2024-04-15T20:45:51.448914+0000 mon.a (mon.0) 837 : cluster [INF] Cluster is now healthy 2024-04-15T20:45:52.173 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:51 smithi069 bash[21530]: audit 2024-04-15T20:45:50.827524+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:45:52.173 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:51 smithi069 bash[21530]: cluster 2024-04-15T20:45:51.448819+0000 mon.a (mon.0) 836 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-15T20:45:52.173 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:51 smithi069 bash[21530]: cluster 2024-04-15T20:45:51.448914+0000 mon.a (mon.0) 837 : cluster [INF] Cluster is now healthy 2024-04-15T20:45:52.187 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:51 smithi204 bash[22398]: cluster 2024-04-15T20:45:50.522465+0000 mgr.a (mgr.14152) 296 : cluster [DBG] pgmap v254: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail; 139 KiB/s, 0 objects/s recovering 2024-04-15T20:45:52.187 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:51 smithi204 bash[22398]: audit 2024-04-15T20:45:50.777857+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:45:52.187 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:51 smithi204 bash[22398]: audit 2024-04-15T20:45:50.787953+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:45:52.188 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:51 smithi204 bash[22398]: audit 2024-04-15T20:45:50.798445+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:45:52.188 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:51 smithi204 bash[22398]: audit 2024-04-15T20:45:50.808359+0000 mon.a (mon.0) 832 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:45:52.188 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:51 smithi204 bash[22398]: audit 2024-04-15T20:45:50.814430+0000 mon.a (mon.0) 833 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:45:52.188 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:51 smithi204 bash[22398]: audit 2024-04-15T20:45:50.816376+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:45:52.188 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:51 smithi204 bash[22398]: cluster 2024-04-15T20:45:50.819909+0000 mgr.a (mgr.14152) 297 : cluster [DBG] pgmap v255: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail; 168 KiB/s, 0 objects/s recovering 2024-04-15T20:45:52.188 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:51 smithi204 bash[22398]: audit 2024-04-15T20:45:50.827524+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:45:52.188 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:51 smithi204 bash[22398]: cluster 2024-04-15T20:45:51.448819+0000 mon.a (mon.0) 836 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-15T20:45:52.188 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:51 smithi204 bash[22398]: cluster 2024-04-15T20:45:51.448914+0000 mon.a (mon.0) 837 : cluster [INF] Cluster is now healthy 2024-04-15T20:45:53.429 INFO:teuthology.orchestra.run.smithi069.stderr:Inferring config /var/lib/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/mon.a/config 2024-04-15T20:45:54.155 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:53 smithi094 bash[22212]: cluster 2024-04-15T20:45:52.820545+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v256: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 106 KiB/s, 0 objects/s recovering 2024-04-15T20:45:54.172 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:53 smithi069 bash[21530]: cluster 2024-04-15T20:45:52.820545+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v256: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 106 KiB/s, 0 objects/s recovering 2024-04-15T20:45:54.187 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:53 smithi204 bash[22398]: cluster 2024-04-15T20:45:52.820545+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v256: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 106 KiB/s, 0 objects/s recovering 2024-04-15T20:45:56.155 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:55 smithi094 bash[22212]: cluster 2024-04-15T20:45:54.821173+0000 mgr.a (mgr.14152) 299 : cluster [DBG] pgmap v257: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 92 KiB/s, 0 objects/s recovering 2024-04-15T20:45:56.155 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:55 smithi094 bash[22212]: audit 2024-04-15T20:45:54.845889+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:45:56.155 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:55 smithi094 bash[22212]: audit 2024-04-15T20:45:54.853340+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:45:56.155 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:55 smithi094 bash[22212]: audit 2024-04-15T20:45:54.860188+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:45:56.172 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:55 smithi069 bash[21530]: cluster 2024-04-15T20:45:54.821173+0000 mgr.a (mgr.14152) 299 : cluster [DBG] pgmap v257: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 92 KiB/s, 0 objects/s recovering 2024-04-15T20:45:56.172 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:55 smithi069 bash[21530]: audit 2024-04-15T20:45:54.845889+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:45:56.173 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:55 smithi069 bash[21530]: audit 2024-04-15T20:45:54.853340+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:45:56.173 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:55 smithi069 bash[21530]: audit 2024-04-15T20:45:54.860188+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:45:56.187 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:55 smithi204 bash[22398]: cluster 2024-04-15T20:45:54.821173+0000 mgr.a (mgr.14152) 299 : cluster [DBG] pgmap v257: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 92 KiB/s, 0 objects/s recovering 2024-04-15T20:45:56.187 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:55 smithi204 bash[22398]: audit 2024-04-15T20:45:54.845889+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:45:56.187 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:55 smithi204 bash[22398]: audit 2024-04-15T20:45:54.853340+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:45:56.187 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:55 smithi204 bash[22398]: audit 2024-04-15T20:45:54.860188+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:45:56.361 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-15T20:45:57.006 INFO:teuthology.orchestra.run.smithi069.stdout:{"epoch":45,"num_osds":6,"num_up_osds":6,"osd_up_since":1713213945,"num_in_osds":6,"osd_in_since":1713213919,"num_remapped_pgs":0} 2024-04-15T20:45:57.007 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell --fsid cb456bda-fb67-11ee-bc8f-c7b262605968 -- ceph osd dump --format=json 2024-04-15T20:45:57.155 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:56 smithi094 bash[22212]: audit 2024-04-15T20:45:56.370681+0000 mon.a (mon.0) 841 : audit [DBG] from='client.? 172.21.15.69:0/1832095436' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-15T20:45:57.172 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:56 smithi069 bash[21530]: audit 2024-04-15T20:45:56.370681+0000 mon.a (mon.0) 841 : audit [DBG] from='client.? 172.21.15.69:0/1832095436' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-15T20:45:57.187 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:56 smithi204 bash[22398]: audit 2024-04-15T20:45:56.370681+0000 mon.a (mon.0) 841 : audit [DBG] from='client.? 172.21.15.69:0/1832095436' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-15T20:45:58.155 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:57 smithi094 bash[22212]: cluster 2024-04-15T20:45:56.821738+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v258: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 73 KiB/s, 0 objects/s recovering 2024-04-15T20:45:58.172 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:57 smithi069 bash[21530]: cluster 2024-04-15T20:45:56.821738+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v258: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 73 KiB/s, 0 objects/s recovering 2024-04-15T20:45:58.187 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:57 smithi204 bash[22398]: cluster 2024-04-15T20:45:56.821738+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v258: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 73 KiB/s, 0 objects/s recovering 2024-04-15T20:46:00.173 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:59 smithi069 bash[21530]: cluster 2024-04-15T20:45:58.822309+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v259: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 65 KiB/s, 0 objects/s recovering 2024-04-15T20:46:00.173 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:59 smithi069 bash[21530]: audit 2024-04-15T20:45:58.979228+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:46:00.173 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:59 smithi069 bash[21530]: audit 2024-04-15T20:45:58.984248+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:46:00.173 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:45:59 smithi069 bash[21530]: audit 2024-04-15T20:45:58.989885+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:46:00.405 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:59 smithi094 bash[22212]: cluster 2024-04-15T20:45:58.822309+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v259: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 65 KiB/s, 0 objects/s recovering 2024-04-15T20:46:00.405 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:59 smithi094 bash[22212]: audit 2024-04-15T20:45:58.979228+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:46:00.405 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:59 smithi094 bash[22212]: audit 2024-04-15T20:45:58.984248+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:46:00.405 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:45:59 smithi094 bash[22212]: audit 2024-04-15T20:45:58.989885+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:46:00.437 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:59 smithi204 bash[22398]: cluster 2024-04-15T20:45:58.822309+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v259: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 65 KiB/s, 0 objects/s recovering 2024-04-15T20:46:00.437 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:59 smithi204 bash[22398]: audit 2024-04-15T20:45:58.979228+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:46:00.437 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:59 smithi204 bash[22398]: audit 2024-04-15T20:45:58.984248+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:46:00.437 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:45:59 smithi204 bash[22398]: audit 2024-04-15T20:45:58.989885+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:46:01.738 INFO:teuthology.orchestra.run.smithi069.stderr:Inferring config /var/lib/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/mon.a/config 2024-04-15T20:46:02.173 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:46:01 smithi069 bash[21530]: cluster 2024-04-15T20:46:00.822866+0000 mgr.a (mgr.14152) 302 : cluster [DBG] pgmap v260: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:46:02.405 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:46:01 smithi094 bash[22212]: cluster 2024-04-15T20:46:00.822866+0000 mgr.a (mgr.14152) 302 : cluster [DBG] pgmap v260: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:46:02.437 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:46:01 smithi204 bash[22398]: cluster 2024-04-15T20:46:00.822866+0000 mgr.a (mgr.14152) 302 : cluster [DBG] pgmap v260: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:46:04.172 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:46:03 smithi069 bash[21530]: cluster 2024-04-15T20:46:02.823381+0000 mgr.a (mgr.14152) 303 : cluster [DBG] pgmap v261: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:46:04.292 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-15T20:46:04.292 INFO:teuthology.orchestra.run.smithi069.stdout:{"epoch":45,"fsid":"cb456bda-fb67-11ee-bc8f-c7b262605968","created":"2024-04-15T20:37:30.433701+0000","modified":"2024-04-15T20:45:49.929682+0000","last_up_change":"2024-04-15T20:45:45.845158+0000","last_in_change":"2024-04-15T20:45:19.548888+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-04-15T20:43:11.575604+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":"21","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":"3256295f-7b2d-4f80-8fc0-fd4d243fad87","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":27,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6802","nonce":3734650041},{"type":"v1","addr":"172.21.15.69:6803","nonce":3734650041}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6804","nonce":3734650041},{"type":"v1","addr":"172.21.15.69:6805","nonce":3734650041}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6808","nonce":3734650041},{"type":"v1","addr":"172.21.15.69:6809","nonce":3734650041}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6806","nonce":3734650041},{"type":"v1","addr":"172.21.15.69:6807","nonce":3734650041}]},"public_addr":"172.21.15.69:6803/3734650041","cluster_addr":"172.21.15.69:6805/3734650041","heartbeat_back_addr":"172.21.15.69:6809/3734650041","heartbeat_front_addr":"172.21.15.69:6807/3734650041","state":["exists","up"]},{"osd":1,"uuid":"dce51a52-2ebb-469c-9207-0a3cdd3f5899","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.69:6810","nonce":851382145},{"type":"v1","addr":"172.21.15.69:6811","nonce":851382145}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6812","nonce":851382145},{"type":"v1","addr":"172.21.15.69:6813","nonce":851382145}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6816","nonce":851382145},{"type":"v1","addr":"172.21.15.69:6817","nonce":851382145}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6814","nonce":851382145},{"type":"v1","addr":"172.21.15.69:6815","nonce":851382145}]},"public_addr":"172.21.15.69:6811/851382145","cluster_addr":"172.21.15.69:6813/851382145","heartbeat_back_addr":"172.21.15.69:6817/851382145","heartbeat_front_addr":"172.21.15.69:6815/851382145","state":["exists","up"]},{"osd":2,"uuid":"2a440a16-fc1e-496a-8e33-21361ce44567","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6800","nonce":3918888657},{"type":"v1","addr":"172.21.15.94:6801","nonce":3918888657}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6802","nonce":3918888657},{"type":"v1","addr":"172.21.15.94:6803","nonce":3918888657}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6806","nonce":3918888657},{"type":"v1","addr":"172.21.15.94:6807","nonce":3918888657}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6804","nonce":3918888657},{"type":"v1","addr":"172.21.15.94:6805","nonce":3918888657}]},"public_addr":"172.21.15.94:6801/3918888657","cluster_addr":"172.21.15.94:6803/3918888657","heartbeat_back_addr":"172.21.15.94:6807/3918888657","heartbeat_front_addr":"172.21.15.94:6805/3918888657","state":["exists","up"]},{"osd":3,"uuid":"67c6f68b-7dae-409f-9866-3ae9e0a32748","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":44,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6808","nonce":3997397185},{"type":"v1","addr":"172.21.15.94:6809","nonce":3997397185}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6810","nonce":3997397185},{"type":"v1","addr":"172.21.15.94:6811","nonce":3997397185}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6814","nonce":3997397185},{"type":"v1","addr":"172.21.15.94:6815","nonce":3997397185}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6812","nonce":3997397185},{"type":"v1","addr":"172.21.15.94:6813","nonce":3997397185}]},"public_addr":"172.21.15.94:6809/3997397185","cluster_addr":"172.21.15.94:6811/3997397185","heartbeat_back_addr":"172.21.15.94:6815/3997397185","heartbeat_front_addr":"172.21.15.94:6813/3997397185","state":["exists","up"]},{"osd":4,"uuid":"8dee7176-a0fc-4dc3-9aaf-d8c87f255e04","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":33,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6800","nonce":4027549543},{"type":"v1","addr":"172.21.15.204:6801","nonce":4027549543}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6802","nonce":4027549543},{"type":"v1","addr":"172.21.15.204:6803","nonce":4027549543}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6806","nonce":4027549543},{"type":"v1","addr":"172.21.15.204:6807","nonce":4027549543}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6804","nonce":4027549543},{"type":"v1","addr":"172.21.15.204:6805","nonce":4027549543}]},"public_addr":"172.21.15.204:6801/4027549543","cluster_addr":"172.21.15.204:6803/4027549543","heartbeat_back_addr":"172.21.15.204:6807/4027549543","heartbeat_front_addr":"172.21.15.204:6805/4027549543","state":["exists","up"]},{"osd":5,"uuid":"55037b2c-cdf5-4720-bc07-28dc5ea3bf4f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":41,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6808","nonce":1013653752},{"type":"v1","addr":"172.21.15.204:6809","nonce":1013653752}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6810","nonce":1013653752},{"type":"v1","addr":"172.21.15.204:6811","nonce":1013653752}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6814","nonce":1013653752},{"type":"v1","addr":"172.21.15.204:6815","nonce":1013653752}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6812","nonce":1013653752},{"type":"v1","addr":"172.21.15.204:6813","nonce":1013653752}]},"public_addr":"172.21.15.204:6809/1013653752","cluster_addr":"172.21.15.204:6811/1013653752","heartbeat_back_addr":"172.21.15.204:6815/1013653752","heartbeat_front_addr":"172.21.15.204:6813/1013653752","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-04-15T20:41:25.719905+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-04-15T20:42:19.168937+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-04-15T20:43:09.388905+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-04-15T20:44:03.770816+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-04-15T20:44:51.480905+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-04-15T20:45:43.821551+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.69:0/2185536492":"2024-04-16T20:38:35.355738+0000","172.21.15.69:0/4160601066":"2024-04-16T20:38:35.355738+0000","172.21.15.69:0/3638441062":"2024-04-16T20:38:35.355738+0000","172.21.15.69:6801/2757464371":"2024-04-16T20:38:35.355738+0000","172.21.15.69:0/387993041":"2024-04-16T20:38:01.606549+0000","172.21.15.69:0/4263112931":"2024-04-16T20:38:01.606549+0000","172.21.15.69:0/1814294875":"2024-04-16T20:38:01.606549+0000","172.21.15.69:6800/3299374829":"2024-04-16T20:38:01.606549+0000","172.21.15.69:6801/3299374829":"2024-04-16T20:38:01.606549+0000","172.21.15.69:6800/2757464371":"2024-04-16T20:38:35.355738+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-04-15T20:46:04.405 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:46:03 smithi094 bash[22212]: cluster 2024-04-15T20:46:02.823381+0000 mgr.a (mgr.14152) 303 : cluster [DBG] pgmap v261: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:46:04.437 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:46:03 smithi204 bash[22398]: cluster 2024-04-15T20:46:02.823381+0000 mgr.a (mgr.14152) 303 : cluster [DBG] pgmap v261: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:46:04.901 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-04-15T20:43:11.575604+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': '21', '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-04-15T20:46:04.901 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell --fsid cb456bda-fb67-11ee-bc8f-c7b262605968 -- ceph osd pool get .mgr pg_num 2024-04-15T20:46:05.172 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:46:04 smithi069 bash[21530]: audit 2024-04-15T20:46:04.300399+0000 mon.a (mon.0) 845 : audit [DBG] from='client.? 172.21.15.69:0/1692069138' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-15T20:46:05.405 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:46:04 smithi094 bash[22212]: audit 2024-04-15T20:46:04.300399+0000 mon.a (mon.0) 845 : audit [DBG] from='client.? 172.21.15.69:0/1692069138' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-15T20:46:05.436 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:46:04 smithi204 bash[22398]: audit 2024-04-15T20:46:04.300399+0000 mon.a (mon.0) 845 : audit [DBG] from='client.? 172.21.15.69:0/1692069138' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-15T20:46:06.405 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:46:05 smithi094 bash[22212]: cluster 2024-04-15T20:46:04.823936+0000 mgr.a (mgr.14152) 304 : cluster [DBG] pgmap v262: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:46:06.422 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:46:05 smithi069 bash[21530]: cluster 2024-04-15T20:46:04.823936+0000 mgr.a (mgr.14152) 304 : cluster [DBG] pgmap v262: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:46:06.437 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:46:05 smithi204 bash[22398]: cluster 2024-04-15T20:46:04.823936+0000 mgr.a (mgr.14152) 304 : cluster [DBG] pgmap v262: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:46:08.405 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:46:08 smithi094 bash[22212]: cluster 2024-04-15T20:46:06.824510+0000 mgr.a (mgr.14152) 305 : cluster [DBG] pgmap v263: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:46:08.422 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:46:08 smithi069 bash[21530]: cluster 2024-04-15T20:46:06.824510+0000 mgr.a (mgr.14152) 305 : cluster [DBG] pgmap v263: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:46:08.436 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:46:08 smithi204 bash[22398]: cluster 2024-04-15T20:46:06.824510+0000 mgr.a (mgr.14152) 305 : cluster [DBG] pgmap v263: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:46:09.635 INFO:teuthology.orchestra.run.smithi069.stderr:Inferring config /var/lib/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/mon.a/config 2024-04-15T20:46:10.280 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:46:10 smithi094 bash[22212]: cluster 2024-04-15T20:46:08.825071+0000 mgr.a (mgr.14152) 306 : cluster [DBG] pgmap v264: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:46:10.280 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:46:10 smithi094 bash[22212]: audit 2024-04-15T20:46:09.400721+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:46:10.280 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:46:10 smithi094 bash[22212]: audit 2024-04-15T20:46:09.410163+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:46:10.280 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:46:10 smithi094 bash[22212]: audit 2024-04-15T20:46:09.420852+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:46:10.329 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:46:10 smithi069 bash[21530]: cluster 2024-04-15T20:46:08.825071+0000 mgr.a (mgr.14152) 306 : cluster [DBG] pgmap v264: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:46:10.329 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:46:10 smithi069 bash[21530]: audit 2024-04-15T20:46:09.400721+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:46:10.330 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:46:10 smithi069 bash[21530]: audit 2024-04-15T20:46:09.410163+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:46:10.330 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:46:10 smithi069 bash[21530]: audit 2024-04-15T20:46:09.420852+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:46:10.437 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:46:10 smithi204 bash[22398]: cluster 2024-04-15T20:46:08.825071+0000 mgr.a (mgr.14152) 306 : cluster [DBG] pgmap v264: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:46:10.437 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:46:10 smithi204 bash[22398]: audit 2024-04-15T20:46:09.400721+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:46:10.437 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:46:10 smithi204 bash[22398]: audit 2024-04-15T20:46:09.410163+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:46:10.437 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:46:10 smithi204 bash[22398]: audit 2024-04-15T20:46:09.420852+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:46:12.065 INFO:teuthology.orchestra.run.smithi069.stdout:pg_num: 1 2024-04-15T20:46:12.264 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:46:12 smithi069 bash[21530]: cluster 2024-04-15T20:46:10.825796+0000 mgr.a (mgr.14152) 307 : cluster [DBG] pgmap v265: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:46:12.405 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:46:12 smithi094 bash[22212]: cluster 2024-04-15T20:46:10.825796+0000 mgr.a (mgr.14152) 307 : cluster [DBG] pgmap v265: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:46:12.437 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:46:12 smithi204 bash[22398]: cluster 2024-04-15T20:46:10.825796+0000 mgr.a (mgr.14152) 307 : cluster [DBG] pgmap v265: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:46:12.695 INFO:tasks.cephadm:Setting up client nodes... 2024-04-15T20:46:12.696 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-04-15T20:46:12.696 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-04-15T20:46:12.696 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell --fsid cb456bda-fb67-11ee-bc8f-c7b262605968 -- ceph mgr dump --format=json 2024-04-15T20:46:13.155 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:46:13 smithi094 bash[22212]: audit 2024-04-15T20:46:12.074669+0000 mon.a (mon.0) 849 : audit [DBG] from='client.? 172.21.15.69:0/3248075733' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-04-15T20:46:13.172 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:46:13 smithi069 bash[21530]: audit 2024-04-15T20:46:12.074669+0000 mon.a (mon.0) 849 : audit [DBG] from='client.? 172.21.15.69:0/3248075733' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-04-15T20:46:13.437 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:46:13 smithi204 bash[22398]: audit 2024-04-15T20:46:12.074669+0000 mon.a (mon.0) 849 : audit [DBG] from='client.? 172.21.15.69:0/3248075733' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-04-15T20:46:14.172 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:46:14 smithi069 bash[21530]: cluster 2024-04-15T20:46:12.826218+0000 mgr.a (mgr.14152) 308 : cluster [DBG] pgmap v266: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:46:14.405 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:46:14 smithi094 bash[22212]: cluster 2024-04-15T20:46:12.826218+0000 mgr.a (mgr.14152) 308 : cluster [DBG] pgmap v266: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:46:14.436 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:46:14 smithi204 bash[22398]: cluster 2024-04-15T20:46:12.826218+0000 mgr.a (mgr.14152) 308 : cluster [DBG] pgmap v266: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:46:16.405 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:46:16 smithi094 bash[22212]: cluster 2024-04-15T20:46:14.826837+0000 mgr.a (mgr.14152) 309 : cluster [DBG] pgmap v267: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:46:16.405 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:46:16 smithi094 bash[22212]: audit 2024-04-15T20:46:15.007709+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:46:16.405 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:46:16 smithi094 bash[22212]: audit 2024-04-15T20:46:15.015522+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:46:16.405 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:46:16 smithi094 bash[22212]: audit 2024-04-15T20:46:15.024552+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:46:16.422 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:46:16 smithi069 bash[21530]: cluster 2024-04-15T20:46:14.826837+0000 mgr.a (mgr.14152) 309 : cluster [DBG] pgmap v267: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:46:16.422 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:46:16 smithi069 bash[21530]: audit 2024-04-15T20:46:15.007709+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:46:16.423 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:46:16 smithi069 bash[21530]: audit 2024-04-15T20:46:15.015522+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:46:16.423 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:46:16 smithi069 bash[21530]: audit 2024-04-15T20:46:15.024552+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:46:16.437 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:46:16 smithi204 bash[22398]: cluster 2024-04-15T20:46:14.826837+0000 mgr.a (mgr.14152) 309 : cluster [DBG] pgmap v267: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:46:16.437 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:46:16 smithi204 bash[22398]: audit 2024-04-15T20:46:15.007709+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:46:16.437 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:46:16 smithi204 bash[22398]: audit 2024-04-15T20:46:15.015522+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:46:16.437 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:46:16 smithi204 bash[22398]: audit 2024-04-15T20:46:15.024552+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:46:17.700 INFO:teuthology.orchestra.run.smithi069.stderr:Inferring config /var/lib/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/mon.a/config 2024-04-15T20:46:18.265 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:46:18 smithi204 bash[22398]: cluster 2024-04-15T20:46:16.827451+0000 mgr.a (mgr.14152) 310 : cluster [DBG] pgmap v268: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:46:18.405 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:46:18 smithi094 bash[22212]: cluster 2024-04-15T20:46:16.827451+0000 mgr.a (mgr.14152) 310 : cluster [DBG] pgmap v268: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:46:18.420 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:46:18 smithi069 bash[21530]: cluster 2024-04-15T20:46:16.827451+0000 mgr.a (mgr.14152) 310 : cluster [DBG] pgmap v268: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:46:20.208 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-15T20:46:20.405 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:46:20 smithi069 bash[21530]: cluster 2024-04-15T20:46:18.828006+0000 mgr.a (mgr.14152) 311 : cluster [DBG] pgmap v269: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:46:20.405 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:46:20 smithi069 bash[21530]: audit 2024-04-15T20:46:19.159304+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:46:20.405 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:46:20 smithi069 bash[21530]: audit 2024-04-15T20:46:19.166045+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:46:20.405 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:46:20 smithi069 bash[21530]: audit 2024-04-15T20:46:19.172561+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:46:20.405 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:46:20 smithi094 bash[22212]: cluster 2024-04-15T20:46:18.828006+0000 mgr.a (mgr.14152) 311 : cluster [DBG] pgmap v269: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:46:20.406 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:46:20 smithi094 bash[22212]: audit 2024-04-15T20:46:19.159304+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:46:20.406 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:46:20 smithi094 bash[22212]: audit 2024-04-15T20:46:19.166045+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:46:20.406 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:46:20 smithi094 bash[22212]: audit 2024-04-15T20:46:19.172561+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:46:20.437 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:46:20 smithi204 bash[22398]: cluster 2024-04-15T20:46:18.828006+0000 mgr.a (mgr.14152) 311 : cluster [DBG] pgmap v269: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:46:20.437 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:46:20 smithi204 bash[22398]: audit 2024-04-15T20:46:19.159304+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:46:20.437 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:46:20 smithi204 bash[22398]: audit 2024-04-15T20:46:19.166045+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:46:20.437 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:46:20 smithi204 bash[22398]: audit 2024-04-15T20:46:19.172561+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:46:20.835 INFO:teuthology.orchestra.run.smithi069.stdout:{"epoch":15,"flags":0,"active_gid":14152,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6800","nonce":3530907654},{"type":"v1","addr":"172.21.15.69:6801","nonce":3530907654}]},"active_addr":"172.21.15.69:6801/3530907654","active_change":"2024-04-15T20:38:35.355860+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.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:9.4.12","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.2.1","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"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":[]},"MANAGED_BY_CLUSTERS":{"name":"MANAGED_BY_CLUSTERS","type":"str","level":"advanced","flags":0,"default_value":"[]","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","type":"str","level":"advanced","flags":0,"default_value":"{}","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"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.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:9.4.12","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.2.1","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"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":[]},"MANAGED_BY_CLUSTERS":{"name":"MANAGED_BY_CLUSTERS","type":"str","level":"advanced","flags":0,"default_value":"[]","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","type":"str","level":"advanced","flags":0,"default_value":"{}","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"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.69: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.69:0","nonce":32517363}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.69:0","nonce":2241177560}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.69:0","nonce":3302956887}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.69:0","nonce":3859897209}]}]} 2024-04-15T20:46:20.841 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-04-15T20:46:20.841 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-04-15T20:46:20.842 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell --fsid cb456bda-fb67-11ee-bc8f-c7b262605968 -- ceph osd dump --format=json 2024-04-15T20:46:21.405 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:46:21 smithi094 bash[22212]: audit 2024-04-15T20:46:20.210063+0000 mon.a (mon.0) 856 : audit [DBG] from='client.? 172.21.15.69:0/1640835864' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-04-15T20:46:21.422 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:46:21 smithi069 bash[21530]: audit 2024-04-15T20:46:20.210063+0000 mon.a (mon.0) 856 : audit [DBG] from='client.? 172.21.15.69:0/1640835864' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-04-15T20:46:21.436 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:46:21 smithi204 bash[22398]: audit 2024-04-15T20:46:20.210063+0000 mon.a (mon.0) 856 : audit [DBG] from='client.? 172.21.15.69:0/1640835864' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-04-15T20:46:22.422 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:46:22 smithi069 bash[21530]: cluster 2024-04-15T20:46:20.828518+0000 mgr.a (mgr.14152) 312 : cluster [DBG] pgmap v270: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:46:22.436 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:46:22 smithi204 bash[22398]: cluster 2024-04-15T20:46:20.828518+0000 mgr.a (mgr.14152) 312 : cluster [DBG] pgmap v270: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:46:22.655 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:46:22 smithi094 bash[22212]: cluster 2024-04-15T20:46:20.828518+0000 mgr.a (mgr.14152) 312 : cluster [DBG] pgmap v270: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:46:24.422 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:46:24 smithi069 bash[21530]: cluster 2024-04-15T20:46:22.829105+0000 mgr.a (mgr.14152) 313 : cluster [DBG] pgmap v271: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:46:24.436 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:46:24 smithi204 bash[22398]: cluster 2024-04-15T20:46:22.829105+0000 mgr.a (mgr.14152) 313 : cluster [DBG] pgmap v271: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:46:24.655 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:46:24 smithi094 bash[22212]: cluster 2024-04-15T20:46:22.829105+0000 mgr.a (mgr.14152) 313 : cluster [DBG] pgmap v271: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:46:25.565 INFO:teuthology.orchestra.run.smithi069.stderr:Inferring config /var/lib/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/mon.a/config 2024-04-15T20:46:26.422 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:46:26 smithi069 bash[21530]: cluster 2024-04-15T20:46:24.829625+0000 mgr.a (mgr.14152) 314 : cluster [DBG] pgmap v272: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:46:26.437 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:46:26 smithi204 bash[22398]: cluster 2024-04-15T20:46:24.829625+0000 mgr.a (mgr.14152) 314 : cluster [DBG] pgmap v272: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:46:26.655 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:46:26 smithi094 bash[22212]: cluster 2024-04-15T20:46:24.829625+0000 mgr.a (mgr.14152) 314 : cluster [DBG] pgmap v272: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:46:27.914 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-15T20:46:27.915 INFO:teuthology.orchestra.run.smithi069.stdout:{"epoch":45,"fsid":"cb456bda-fb67-11ee-bc8f-c7b262605968","created":"2024-04-15T20:37:30.433701+0000","modified":"2024-04-15T20:45:49.929682+0000","last_up_change":"2024-04-15T20:45:45.845158+0000","last_in_change":"2024-04-15T20:45:19.548888+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-04-15T20:43:11.575604+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":"21","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":"3256295f-7b2d-4f80-8fc0-fd4d243fad87","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":27,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6802","nonce":3734650041},{"type":"v1","addr":"172.21.15.69:6803","nonce":3734650041}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6804","nonce":3734650041},{"type":"v1","addr":"172.21.15.69:6805","nonce":3734650041}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6808","nonce":3734650041},{"type":"v1","addr":"172.21.15.69:6809","nonce":3734650041}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6806","nonce":3734650041},{"type":"v1","addr":"172.21.15.69:6807","nonce":3734650041}]},"public_addr":"172.21.15.69:6803/3734650041","cluster_addr":"172.21.15.69:6805/3734650041","heartbeat_back_addr":"172.21.15.69:6809/3734650041","heartbeat_front_addr":"172.21.15.69:6807/3734650041","state":["exists","up"]},{"osd":1,"uuid":"dce51a52-2ebb-469c-9207-0a3cdd3f5899","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.69:6810","nonce":851382145},{"type":"v1","addr":"172.21.15.69:6811","nonce":851382145}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6812","nonce":851382145},{"type":"v1","addr":"172.21.15.69:6813","nonce":851382145}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6816","nonce":851382145},{"type":"v1","addr":"172.21.15.69:6817","nonce":851382145}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6814","nonce":851382145},{"type":"v1","addr":"172.21.15.69:6815","nonce":851382145}]},"public_addr":"172.21.15.69:6811/851382145","cluster_addr":"172.21.15.69:6813/851382145","heartbeat_back_addr":"172.21.15.69:6817/851382145","heartbeat_front_addr":"172.21.15.69:6815/851382145","state":["exists","up"]},{"osd":2,"uuid":"2a440a16-fc1e-496a-8e33-21361ce44567","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6800","nonce":3918888657},{"type":"v1","addr":"172.21.15.94:6801","nonce":3918888657}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6802","nonce":3918888657},{"type":"v1","addr":"172.21.15.94:6803","nonce":3918888657}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6806","nonce":3918888657},{"type":"v1","addr":"172.21.15.94:6807","nonce":3918888657}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6804","nonce":3918888657},{"type":"v1","addr":"172.21.15.94:6805","nonce":3918888657}]},"public_addr":"172.21.15.94:6801/3918888657","cluster_addr":"172.21.15.94:6803/3918888657","heartbeat_back_addr":"172.21.15.94:6807/3918888657","heartbeat_front_addr":"172.21.15.94:6805/3918888657","state":["exists","up"]},{"osd":3,"uuid":"67c6f68b-7dae-409f-9866-3ae9e0a32748","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":44,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6808","nonce":3997397185},{"type":"v1","addr":"172.21.15.94:6809","nonce":3997397185}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6810","nonce":3997397185},{"type":"v1","addr":"172.21.15.94:6811","nonce":3997397185}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6814","nonce":3997397185},{"type":"v1","addr":"172.21.15.94:6815","nonce":3997397185}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6812","nonce":3997397185},{"type":"v1","addr":"172.21.15.94:6813","nonce":3997397185}]},"public_addr":"172.21.15.94:6809/3997397185","cluster_addr":"172.21.15.94:6811/3997397185","heartbeat_back_addr":"172.21.15.94:6815/3997397185","heartbeat_front_addr":"172.21.15.94:6813/3997397185","state":["exists","up"]},{"osd":4,"uuid":"8dee7176-a0fc-4dc3-9aaf-d8c87f255e04","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":33,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6800","nonce":4027549543},{"type":"v1","addr":"172.21.15.204:6801","nonce":4027549543}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6802","nonce":4027549543},{"type":"v1","addr":"172.21.15.204:6803","nonce":4027549543}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6806","nonce":4027549543},{"type":"v1","addr":"172.21.15.204:6807","nonce":4027549543}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6804","nonce":4027549543},{"type":"v1","addr":"172.21.15.204:6805","nonce":4027549543}]},"public_addr":"172.21.15.204:6801/4027549543","cluster_addr":"172.21.15.204:6803/4027549543","heartbeat_back_addr":"172.21.15.204:6807/4027549543","heartbeat_front_addr":"172.21.15.204:6805/4027549543","state":["exists","up"]},{"osd":5,"uuid":"55037b2c-cdf5-4720-bc07-28dc5ea3bf4f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":41,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6808","nonce":1013653752},{"type":"v1","addr":"172.21.15.204:6809","nonce":1013653752}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6810","nonce":1013653752},{"type":"v1","addr":"172.21.15.204:6811","nonce":1013653752}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6814","nonce":1013653752},{"type":"v1","addr":"172.21.15.204:6815","nonce":1013653752}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6812","nonce":1013653752},{"type":"v1","addr":"172.21.15.204:6813","nonce":1013653752}]},"public_addr":"172.21.15.204:6809/1013653752","cluster_addr":"172.21.15.204:6811/1013653752","heartbeat_back_addr":"172.21.15.204:6815/1013653752","heartbeat_front_addr":"172.21.15.204:6813/1013653752","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-04-15T20:41:25.719905+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-04-15T20:42:19.168937+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-04-15T20:43:09.388905+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-04-15T20:44:03.770816+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-04-15T20:44:51.480905+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-04-15T20:45:43.821551+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.69:0/2185536492":"2024-04-16T20:38:35.355738+0000","172.21.15.69:0/4160601066":"2024-04-16T20:38:35.355738+0000","172.21.15.69:0/3638441062":"2024-04-16T20:38:35.355738+0000","172.21.15.69:6801/2757464371":"2024-04-16T20:38:35.355738+0000","172.21.15.69:0/387993041":"2024-04-16T20:38:01.606549+0000","172.21.15.69:0/4263112931":"2024-04-16T20:38:01.606549+0000","172.21.15.69:0/1814294875":"2024-04-16T20:38:01.606549+0000","172.21.15.69:6800/3299374829":"2024-04-16T20:38:01.606549+0000","172.21.15.69:6801/3299374829":"2024-04-16T20:38:01.606549+0000","172.21.15.69:6800/2757464371":"2024-04-16T20:38:35.355738+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-04-15T20:46:28.422 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:46:28 smithi069 bash[21530]: cluster 2024-04-15T20:46:26.830222+0000 mgr.a (mgr.14152) 315 : cluster [DBG] pgmap v273: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:46:28.423 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:46:28 smithi069 bash[21530]: audit 2024-04-15T20:46:27.922879+0000 mon.a (mon.0) 857 : audit [DBG] from='client.? 172.21.15.69:0/3572226129' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-15T20:46:28.436 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:46:28 smithi204 bash[22398]: cluster 2024-04-15T20:46:26.830222+0000 mgr.a (mgr.14152) 315 : cluster [DBG] pgmap v273: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:46:28.437 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:46:28 smithi204 bash[22398]: audit 2024-04-15T20:46:27.922879+0000 mon.a (mon.0) 857 : audit [DBG] from='client.? 172.21.15.69:0/3572226129' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-15T20:46:28.497 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-04-15T20:46:28.498 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell --fsid cb456bda-fb67-11ee-bc8f-c7b262605968 -- ceph osd dump --format=json 2024-04-15T20:46:28.655 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:46:28 smithi094 bash[22212]: cluster 2024-04-15T20:46:26.830222+0000 mgr.a (mgr.14152) 315 : cluster [DBG] pgmap v273: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:46:28.655 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:46:28 smithi094 bash[22212]: audit 2024-04-15T20:46:27.922879+0000 mon.a (mon.0) 857 : audit [DBG] from='client.? 172.21.15.69:0/3572226129' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-15T20:46:30.437 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:46:30 smithi204 bash[22398]: cluster 2024-04-15T20:46:28.830808+0000 mgr.a (mgr.14152) 316 : cluster [DBG] pgmap v274: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:46:30.437 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:46:30 smithi204 bash[22398]: audit 2024-04-15T20:46:29.618807+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:46:30.437 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:46:30 smithi204 bash[22398]: audit 2024-04-15T20:46:29.628038+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:46:30.437 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:46:30 smithi204 bash[22398]: audit 2024-04-15T20:46:29.639662+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:46:30.655 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:46:30 smithi094 bash[22212]: cluster 2024-04-15T20:46:28.830808+0000 mgr.a (mgr.14152) 316 : cluster [DBG] pgmap v274: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:46:30.655 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:46:30 smithi094 bash[22212]: audit 2024-04-15T20:46:29.618807+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:46:30.655 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:46:30 smithi094 bash[22212]: audit 2024-04-15T20:46:29.628038+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:46:30.655 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:46:30 smithi094 bash[22212]: audit 2024-04-15T20:46:29.639662+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:46:30.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:46:30 smithi069 bash[21530]: cluster 2024-04-15T20:46:28.830808+0000 mgr.a (mgr.14152) 316 : cluster [DBG] pgmap v274: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:46:30.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:46:30 smithi069 bash[21530]: audit 2024-04-15T20:46:29.618807+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:46:30.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:46:30 smithi069 bash[21530]: audit 2024-04-15T20:46:29.628038+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:46:30.673 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:46:30 smithi069 bash[21530]: audit 2024-04-15T20:46:29.639662+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:46:32.437 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:46:32 smithi204 bash[22398]: cluster 2024-04-15T20:46:30.831380+0000 mgr.a (mgr.14152) 317 : cluster [DBG] pgmap v275: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:46:32.633 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:46:32 smithi094 bash[22212]: cluster 2024-04-15T20:46:30.831380+0000 mgr.a (mgr.14152) 317 : cluster [DBG] pgmap v275: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:46:32.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:46:32 smithi069 bash[21530]: cluster 2024-04-15T20:46:30.831380+0000 mgr.a (mgr.14152) 317 : cluster [DBG] pgmap v275: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:46:33.227 INFO:teuthology.orchestra.run.smithi069.stderr:Inferring config /var/lib/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/mon.a/config 2024-04-15T20:46:34.437 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:46:34 smithi204 bash[22398]: cluster 2024-04-15T20:46:32.831995+0000 mgr.a (mgr.14152) 318 : cluster [DBG] pgmap v276: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:46:34.588 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:46:34 smithi094 bash[22212]: cluster 2024-04-15T20:46:32.831995+0000 mgr.a (mgr.14152) 318 : cluster [DBG] pgmap v276: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:46:34.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:46:34 smithi069 bash[21530]: cluster 2024-04-15T20:46:32.831995+0000 mgr.a (mgr.14152) 318 : cluster [DBG] pgmap v276: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:46:36.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:46:36 smithi094 bash[22212]: cluster 2024-04-15T20:46:34.832557+0000 mgr.a (mgr.14152) 319 : cluster [DBG] pgmap v277: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:46:36.655 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:46:36 smithi094 bash[22212]: audit 2024-04-15T20:46:35.228117+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:46:36.655 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:46:36 smithi094 bash[22212]: audit 2024-04-15T20:46:35.239130+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:46:36.655 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:46:36 smithi094 bash[22212]: audit 2024-04-15T20:46:35.251363+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:46:36.659 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-15T20:46:36.659 INFO:teuthology.orchestra.run.smithi069.stdout:{"epoch":45,"fsid":"cb456bda-fb67-11ee-bc8f-c7b262605968","created":"2024-04-15T20:37:30.433701+0000","modified":"2024-04-15T20:45:49.929682+0000","last_up_change":"2024-04-15T20:45:45.845158+0000","last_in_change":"2024-04-15T20:45:19.548888+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-04-15T20:43:11.575604+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":"21","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":"3256295f-7b2d-4f80-8fc0-fd4d243fad87","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":27,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6802","nonce":3734650041},{"type":"v1","addr":"172.21.15.69:6803","nonce":3734650041}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6804","nonce":3734650041},{"type":"v1","addr":"172.21.15.69:6805","nonce":3734650041}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6808","nonce":3734650041},{"type":"v1","addr":"172.21.15.69:6809","nonce":3734650041}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6806","nonce":3734650041},{"type":"v1","addr":"172.21.15.69:6807","nonce":3734650041}]},"public_addr":"172.21.15.69:6803/3734650041","cluster_addr":"172.21.15.69:6805/3734650041","heartbeat_back_addr":"172.21.15.69:6809/3734650041","heartbeat_front_addr":"172.21.15.69:6807/3734650041","state":["exists","up"]},{"osd":1,"uuid":"dce51a52-2ebb-469c-9207-0a3cdd3f5899","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.69:6810","nonce":851382145},{"type":"v1","addr":"172.21.15.69:6811","nonce":851382145}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6812","nonce":851382145},{"type":"v1","addr":"172.21.15.69:6813","nonce":851382145}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6816","nonce":851382145},{"type":"v1","addr":"172.21.15.69:6817","nonce":851382145}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6814","nonce":851382145},{"type":"v1","addr":"172.21.15.69:6815","nonce":851382145}]},"public_addr":"172.21.15.69:6811/851382145","cluster_addr":"172.21.15.69:6813/851382145","heartbeat_back_addr":"172.21.15.69:6817/851382145","heartbeat_front_addr":"172.21.15.69:6815/851382145","state":["exists","up"]},{"osd":2,"uuid":"2a440a16-fc1e-496a-8e33-21361ce44567","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6800","nonce":3918888657},{"type":"v1","addr":"172.21.15.94:6801","nonce":3918888657}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6802","nonce":3918888657},{"type":"v1","addr":"172.21.15.94:6803","nonce":3918888657}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6806","nonce":3918888657},{"type":"v1","addr":"172.21.15.94:6807","nonce":3918888657}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6804","nonce":3918888657},{"type":"v1","addr":"172.21.15.94:6805","nonce":3918888657}]},"public_addr":"172.21.15.94:6801/3918888657","cluster_addr":"172.21.15.94:6803/3918888657","heartbeat_back_addr":"172.21.15.94:6807/3918888657","heartbeat_front_addr":"172.21.15.94:6805/3918888657","state":["exists","up"]},{"osd":3,"uuid":"67c6f68b-7dae-409f-9866-3ae9e0a32748","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":44,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6808","nonce":3997397185},{"type":"v1","addr":"172.21.15.94:6809","nonce":3997397185}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6810","nonce":3997397185},{"type":"v1","addr":"172.21.15.94:6811","nonce":3997397185}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6814","nonce":3997397185},{"type":"v1","addr":"172.21.15.94:6815","nonce":3997397185}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6812","nonce":3997397185},{"type":"v1","addr":"172.21.15.94:6813","nonce":3997397185}]},"public_addr":"172.21.15.94:6809/3997397185","cluster_addr":"172.21.15.94:6811/3997397185","heartbeat_back_addr":"172.21.15.94:6815/3997397185","heartbeat_front_addr":"172.21.15.94:6813/3997397185","state":["exists","up"]},{"osd":4,"uuid":"8dee7176-a0fc-4dc3-9aaf-d8c87f255e04","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":33,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6800","nonce":4027549543},{"type":"v1","addr":"172.21.15.204:6801","nonce":4027549543}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6802","nonce":4027549543},{"type":"v1","addr":"172.21.15.204:6803","nonce":4027549543}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6806","nonce":4027549543},{"type":"v1","addr":"172.21.15.204:6807","nonce":4027549543}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6804","nonce":4027549543},{"type":"v1","addr":"172.21.15.204:6805","nonce":4027549543}]},"public_addr":"172.21.15.204:6801/4027549543","cluster_addr":"172.21.15.204:6803/4027549543","heartbeat_back_addr":"172.21.15.204:6807/4027549543","heartbeat_front_addr":"172.21.15.204:6805/4027549543","state":["exists","up"]},{"osd":5,"uuid":"55037b2c-cdf5-4720-bc07-28dc5ea3bf4f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":41,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6808","nonce":1013653752},{"type":"v1","addr":"172.21.15.204:6809","nonce":1013653752}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6810","nonce":1013653752},{"type":"v1","addr":"172.21.15.204:6811","nonce":1013653752}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6814","nonce":1013653752},{"type":"v1","addr":"172.21.15.204:6815","nonce":1013653752}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6812","nonce":1013653752},{"type":"v1","addr":"172.21.15.204:6813","nonce":1013653752}]},"public_addr":"172.21.15.204:6809/1013653752","cluster_addr":"172.21.15.204:6811/1013653752","heartbeat_back_addr":"172.21.15.204:6815/1013653752","heartbeat_front_addr":"172.21.15.204:6813/1013653752","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-04-15T20:41:25.719905+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-04-15T20:42:19.168937+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-04-15T20:43:09.388905+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-04-15T20:44:03.770816+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-04-15T20:44:51.480905+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-04-15T20:45:43.821551+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.69:0/2185536492":"2024-04-16T20:38:35.355738+0000","172.21.15.69:0/4160601066":"2024-04-16T20:38:35.355738+0000","172.21.15.69:0/3638441062":"2024-04-16T20:38:35.355738+0000","172.21.15.69:6801/2757464371":"2024-04-16T20:38:35.355738+0000","172.21.15.69:0/387993041":"2024-04-16T20:38:01.606549+0000","172.21.15.69:0/4263112931":"2024-04-16T20:38:01.606549+0000","172.21.15.69:0/1814294875":"2024-04-16T20:38:01.606549+0000","172.21.15.69:6800/3299374829":"2024-04-16T20:38:01.606549+0000","172.21.15.69:6801/3299374829":"2024-04-16T20:38:01.606549+0000","172.21.15.69:6800/2757464371":"2024-04-16T20:38:35.355738+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-04-15T20:46:36.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:46:36 smithi069 bash[21530]: cluster 2024-04-15T20:46:34.832557+0000 mgr.a (mgr.14152) 319 : cluster [DBG] pgmap v277: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:46:36.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:46:36 smithi069 bash[21530]: audit 2024-04-15T20:46:35.228117+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:46:36.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:46:36 smithi069 bash[21530]: audit 2024-04-15T20:46:35.239130+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:46:36.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:46:36 smithi069 bash[21530]: audit 2024-04-15T20:46:35.251363+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:46:36.686 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:46:36 smithi204 bash[22398]: cluster 2024-04-15T20:46:34.832557+0000 mgr.a (mgr.14152) 319 : cluster [DBG] pgmap v277: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:46:36.686 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:46:36 smithi204 bash[22398]: audit 2024-04-15T20:46:35.228117+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:46:36.687 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:46:36 smithi204 bash[22398]: audit 2024-04-15T20:46:35.239130+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:46:36.687 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:46:36 smithi204 bash[22398]: audit 2024-04-15T20:46:35.251363+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:46:37.422 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:46:37 smithi069 bash[21530]: audit 2024-04-15T20:46:36.669019+0000 mon.a (mon.0) 864 : audit [DBG] from='client.? 172.21.15.69:0/1385051946' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-15T20:46:37.561 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell --fsid cb456bda-fb67-11ee-bc8f-c7b262605968 -- ceph tell osd.0 flush_pg_stats 2024-04-15T20:46:37.561 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell --fsid cb456bda-fb67-11ee-bc8f-c7b262605968 -- ceph tell osd.1 flush_pg_stats 2024-04-15T20:46:37.562 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell --fsid cb456bda-fb67-11ee-bc8f-c7b262605968 -- ceph tell osd.2 flush_pg_stats 2024-04-15T20:46:37.562 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell --fsid cb456bda-fb67-11ee-bc8f-c7b262605968 -- ceph tell osd.3 flush_pg_stats 2024-04-15T20:46:37.563 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell --fsid cb456bda-fb67-11ee-bc8f-c7b262605968 -- ceph tell osd.4 flush_pg_stats 2024-04-15T20:46:37.563 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell --fsid cb456bda-fb67-11ee-bc8f-c7b262605968 -- ceph tell osd.5 flush_pg_stats 2024-04-15T20:46:37.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:46:37 smithi094 bash[22212]: audit 2024-04-15T20:46:36.669019+0000 mon.a (mon.0) 864 : audit [DBG] from='client.? 172.21.15.69:0/1385051946' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-15T20:46:37.686 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:46:37 smithi204 bash[22398]: audit 2024-04-15T20:46:36.669019+0000 mon.a (mon.0) 864 : audit [DBG] from='client.? 172.21.15.69:0/1385051946' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-15T20:46:38.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:46:38 smithi094 bash[22212]: cluster 2024-04-15T20:46:36.832919+0000 mgr.a (mgr.14152) 320 : cluster [DBG] pgmap v278: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:46:38.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:46:38 smithi069 bash[21530]: cluster 2024-04-15T20:46:36.832919+0000 mgr.a (mgr.14152) 320 : cluster [DBG] pgmap v278: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:46:38.686 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:46:38 smithi204 bash[22398]: cluster 2024-04-15T20:46:36.832919+0000 mgr.a (mgr.14152) 320 : cluster [DBG] pgmap v278: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:46:40.487 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:46:40 smithi204 bash[22398]: cluster 2024-04-15T20:46:38.833429+0000 mgr.a (mgr.14152) 321 : cluster [DBG] pgmap v279: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:46:40.487 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:46:40 smithi204 bash[22398]: audit 2024-04-15T20:46:39.378967+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:46:40.487 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:46:40 smithi204 bash[22398]: audit 2024-04-15T20:46:39.388253+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:46:40.487 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:46:40 smithi204 bash[22398]: audit 2024-04-15T20:46:39.398376+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:46:40.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:46:40 smithi094 bash[22212]: cluster 2024-04-15T20:46:38.833429+0000 mgr.a (mgr.14152) 321 : cluster [DBG] pgmap v279: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:46:40.655 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:46:40 smithi094 bash[22212]: audit 2024-04-15T20:46:39.378967+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:46:40.655 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:46:40 smithi094 bash[22212]: audit 2024-04-15T20:46:39.388253+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:46:40.655 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:46:40 smithi094 bash[22212]: audit 2024-04-15T20:46:39.398376+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:46:40.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:46:40 smithi069 bash[21530]: cluster 2024-04-15T20:46:38.833429+0000 mgr.a (mgr.14152) 321 : cluster [DBG] pgmap v279: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:46:40.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:46:40 smithi069 bash[21530]: audit 2024-04-15T20:46:39.378967+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:46:40.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:46:40 smithi069 bash[21530]: audit 2024-04-15T20:46:39.388253+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:46:40.673 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:46:40 smithi069 bash[21530]: audit 2024-04-15T20:46:39.398376+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:46:42.309 INFO:teuthology.orchestra.run.smithi069.stderr:Inferring config /var/lib/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/mon.a/config 2024-04-15T20:46:42.309 INFO:teuthology.orchestra.run.smithi069.stderr:Inferring config /var/lib/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/mon.a/config 2024-04-15T20:46:42.309 INFO:teuthology.orchestra.run.smithi069.stderr:Inferring config /var/lib/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/mon.a/config 2024-04-15T20:46:42.310 INFO:teuthology.orchestra.run.smithi069.stderr:Inferring config /var/lib/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/mon.a/config 2024-04-15T20:46:42.310 INFO:teuthology.orchestra.run.smithi069.stderr:Inferring config /var/lib/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/mon.a/config 2024-04-15T20:46:42.311 INFO:teuthology.orchestra.run.smithi069.stderr:Inferring config /var/lib/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/mon.a/config 2024-04-15T20:46:42.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:46:42 smithi094 bash[22212]: cluster 2024-04-15T20:46:40.834013+0000 mgr.a (mgr.14152) 322 : cluster [DBG] pgmap v280: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:46:42.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:46:42 smithi069 bash[21530]: cluster 2024-04-15T20:46:40.834013+0000 mgr.a (mgr.14152) 322 : cluster [DBG] pgmap v280: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:46:42.689 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:46:42 smithi204 bash[22398]: cluster 2024-04-15T20:46:40.834013+0000 mgr.a (mgr.14152) 322 : cluster [DBG] pgmap v280: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:46:44.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:46:44 smithi094 bash[22212]: cluster 2024-04-15T20:46:42.834586+0000 mgr.a (mgr.14152) 323 : cluster [DBG] pgmap v281: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:46:44.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:46:44 smithi069 bash[21530]: cluster 2024-04-15T20:46:42.834586+0000 mgr.a (mgr.14152) 323 : cluster [DBG] pgmap v281: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:46:44.686 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:46:44 smithi204 bash[22398]: cluster 2024-04-15T20:46:42.834586+0000 mgr.a (mgr.14152) 323 : cluster [DBG] pgmap v281: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:46:46.337 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:46:46 smithi069 bash[21530]: cluster 2024-04-15T20:46:44.835161+0000 mgr.a (mgr.14152) 324 : cluster [DBG] pgmap v282: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:46:46.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:46:46 smithi094 bash[22212]: cluster 2024-04-15T20:46:44.835161+0000 mgr.a (mgr.14152) 324 : cluster [DBG] pgmap v282: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:46:46.686 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:46:46 smithi204 bash[22398]: cluster 2024-04-15T20:46:44.835161+0000 mgr.a (mgr.14152) 324 : cluster [DBG] pgmap v282: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:46:48.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:46:48 smithi094 bash[22212]: cluster 2024-04-15T20:46:46.835737+0000 mgr.a (mgr.14152) 325 : cluster [DBG] pgmap v283: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:46:48.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:46:48 smithi069 bash[21530]: cluster 2024-04-15T20:46:46.835737+0000 mgr.a (mgr.14152) 325 : cluster [DBG] pgmap v283: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:46:48.686 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:46:48 smithi204 bash[22398]: cluster 2024-04-15T20:46:46.835737+0000 mgr.a (mgr.14152) 325 : cluster [DBG] pgmap v283: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:46:50.556 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:46:50 smithi069 bash[21530]: cluster 2024-04-15T20:46:48.836336+0000 mgr.a (mgr.14152) 326 : cluster [DBG] pgmap v284: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:46:50.556 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:46:50 smithi069 bash[21530]: audit 2024-04-15T20:46:49.845652+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:46:50.556 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:46:50 smithi069 bash[21530]: audit 2024-04-15T20:46:49.855050+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:46:50.556 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:46:50 smithi069 bash[21530]: audit 2024-04-15T20:46:49.865402+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:46:50.575 INFO:teuthology.orchestra.run.smithi069.stdout:176093659152 2024-04-15T20:46:50.575 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell --fsid cb456bda-fb67-11ee-bc8f-c7b262605968 -- ceph osd last-stat-seq osd.5 2024-04-15T20:46:50.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:46:50 smithi094 bash[22212]: cluster 2024-04-15T20:46:48.836336+0000 mgr.a (mgr.14152) 326 : cluster [DBG] pgmap v284: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:46:50.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:46:50 smithi094 bash[22212]: audit 2024-04-15T20:46:49.845652+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:46:50.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:46:50 smithi094 bash[22212]: audit 2024-04-15T20:46:49.855050+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:46:50.655 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:46:50 smithi094 bash[22212]: audit 2024-04-15T20:46:49.865402+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:46:50.686 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:46:50 smithi204 bash[22398]: cluster 2024-04-15T20:46:48.836336+0000 mgr.a (mgr.14152) 326 : cluster [DBG] pgmap v284: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:46:50.686 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:46:50 smithi204 bash[22398]: audit 2024-04-15T20:46:49.845652+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:46:50.686 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:46:50 smithi204 bash[22398]: audit 2024-04-15T20:46:49.855050+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:46:50.687 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:46:50 smithi204 bash[22398]: audit 2024-04-15T20:46:49.865402+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:46:51.404 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:46:51 smithi094 bash[22212]: audit 2024-04-15T20:46:50.930581+0000 mon.a (mon.0) 871 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:46:51.405 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:46:51 smithi094 bash[22212]: audit 2024-04-15T20:46:50.933312+0000 mon.a (mon.0) 872 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:46:51.405 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:46:51 smithi094 bash[22212]: audit 2024-04-15T20:46:50.934226+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:46:51.405 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:46:51 smithi094 bash[22212]: audit 2024-04-15T20:46:50.939679+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:46:51.575 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:46:51 smithi069 bash[21530]: audit 2024-04-15T20:46:50.930581+0000 mon.a (mon.0) 871 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:46:51.575 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:46:51 smithi069 bash[21530]: audit 2024-04-15T20:46:50.933312+0000 mon.a (mon.0) 872 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:46:51.575 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:46:51 smithi069 bash[21530]: audit 2024-04-15T20:46:50.934226+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:46:51.575 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:46:51 smithi069 bash[21530]: audit 2024-04-15T20:46:50.939679+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:46:51.686 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:46:51 smithi204 bash[22398]: audit 2024-04-15T20:46:50.930581+0000 mon.a (mon.0) 871 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:46:51.687 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:46:51 smithi204 bash[22398]: audit 2024-04-15T20:46:50.933312+0000 mon.a (mon.0) 872 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:46:51.687 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:46:51 smithi204 bash[22398]: audit 2024-04-15T20:46:50.934226+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:46:51.687 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:46:51 smithi204 bash[22398]: audit 2024-04-15T20:46:50.939679+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:46:52.280 INFO:teuthology.orchestra.run.smithi069.stdout:55834574904 2024-04-15T20:46:52.280 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell --fsid cb456bda-fb67-11ee-bc8f-c7b262605968 -- ceph osd last-stat-seq osd.1 2024-04-15T20:46:52.543 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:46:52 smithi069 bash[21530]: cluster 2024-04-15T20:46:50.836676+0000 mgr.a (mgr.14152) 327 : cluster [DBG] pgmap v285: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:46:52.590 INFO:teuthology.orchestra.run.smithi069.stdout:141733920794 2024-04-15T20:46:52.591 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell --fsid cb456bda-fb67-11ee-bc8f-c7b262605968 -- ceph osd last-stat-seq osd.4 2024-04-15T20:46:52.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:46:52 smithi094 bash[22212]: cluster 2024-04-15T20:46:50.836676+0000 mgr.a (mgr.14152) 327 : cluster [DBG] pgmap v285: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:46:52.686 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:46:52 smithi204 bash[22398]: cluster 2024-04-15T20:46:50.836676+0000 mgr.a (mgr.14152) 327 : cluster [DBG] pgmap v285: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:46:53.520 INFO:teuthology.orchestra.run.smithi069.stdout:34359738435 2024-04-15T20:46:53.520 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell --fsid cb456bda-fb67-11ee-bc8f-c7b262605968 -- ceph osd last-stat-seq osd.0 2024-04-15T20:46:53.621 INFO:teuthology.orchestra.run.smithi069.stdout:77309411375 2024-04-15T20:46:53.621 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell --fsid cb456bda-fb67-11ee-bc8f-c7b262605968 -- ceph osd last-stat-seq osd.2 2024-04-15T20:46:53.663 INFO:teuthology.orchestra.run.smithi069.stdout:107374182436 2024-04-15T20:46:53.663 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell --fsid cb456bda-fb67-11ee-bc8f-c7b262605968 -- ceph osd last-stat-seq osd.3 2024-04-15T20:46:54.649 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:46:54 smithi094 bash[22212]: cluster 2024-04-15T20:46:52.837023+0000 mgr.a (mgr.14152) 328 : cluster [DBG] pgmap v286: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:46:54.655 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:46:54 smithi069 bash[21530]: cluster 2024-04-15T20:46:52.837023+0000 mgr.a (mgr.14152) 328 : cluster [DBG] pgmap v286: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:46:54.686 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:46:54 smithi204 bash[22398]: cluster 2024-04-15T20:46:52.837023+0000 mgr.a (mgr.14152) 328 : cluster [DBG] pgmap v286: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:46:56.290 INFO:teuthology.orchestra.run.smithi069.stderr:Inferring config /var/lib/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/mon.a/config 2024-04-15T20:46:56.290 INFO:teuthology.orchestra.run.smithi069.stderr:Inferring config /var/lib/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/mon.a/config 2024-04-15T20:46:56.422 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:46:56 smithi069 bash[21530]: cluster 2024-04-15T20:46:54.837397+0000 mgr.a (mgr.14152) 329 : cluster [DBG] pgmap v287: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:46:56.422 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:46:56 smithi069 bash[21530]: audit 2024-04-15T20:46:55.430377+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:46:56.423 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:46:56 smithi069 bash[21530]: audit 2024-04-15T20:46:55.437616+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:46:56.423 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:46:56 smithi069 bash[21530]: audit 2024-04-15T20:46:55.443602+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:46:56.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:46:56 smithi094 bash[22212]: cluster 2024-04-15T20:46:54.837397+0000 mgr.a (mgr.14152) 329 : cluster [DBG] pgmap v287: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:46:56.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:46:56 smithi094 bash[22212]: audit 2024-04-15T20:46:55.430377+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:46:56.655 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:46:56 smithi094 bash[22212]: audit 2024-04-15T20:46:55.437616+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:46:56.655 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:46:56 smithi094 bash[22212]: audit 2024-04-15T20:46:55.443602+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:46:56.686 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:46:56 smithi204 bash[22398]: cluster 2024-04-15T20:46:54.837397+0000 mgr.a (mgr.14152) 329 : cluster [DBG] pgmap v287: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:46:56.686 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:46:56 smithi204 bash[22398]: audit 2024-04-15T20:46:55.430377+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:46:56.686 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:46:56 smithi204 bash[22398]: audit 2024-04-15T20:46:55.437616+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:46:56.687 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:46:56 smithi204 bash[22398]: audit 2024-04-15T20:46:55.443602+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:46:58.106 INFO:teuthology.orchestra.run.smithi069.stderr:Inferring config /var/lib/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/mon.a/config 2024-04-15T20:46:58.107 INFO:teuthology.orchestra.run.smithi069.stderr:Inferring config /var/lib/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/mon.a/config 2024-04-15T20:46:58.306 INFO:teuthology.orchestra.run.smithi069.stderr:Inferring config /var/lib/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/mon.a/config 2024-04-15T20:46:58.307 INFO:teuthology.orchestra.run.smithi069.stderr:Inferring config /var/lib/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/mon.a/config 2024-04-15T20:46:58.422 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:46:58 smithi069 bash[21530]: cluster 2024-04-15T20:46:56.837806+0000 mgr.a (mgr.14152) 330 : cluster [DBG] pgmap v288: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:46:58.626 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:46:58 smithi204 bash[22398]: cluster 2024-04-15T20:46:56.837806+0000 mgr.a (mgr.14152) 330 : cluster [DBG] pgmap v288: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:46:58.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:46:58 smithi094 bash[22212]: cluster 2024-04-15T20:46:56.837806+0000 mgr.a (mgr.14152) 330 : cluster [DBG] pgmap v288: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:47:00.436 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:47:00 smithi204 bash[22398]: cluster 2024-04-15T20:46:58.838261+0000 mgr.a (mgr.14152) 331 : cluster [DBG] pgmap v289: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:47:00.436 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:47:00 smithi204 bash[22398]: audit 2024-04-15T20:46:59.528286+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:47:00.437 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:47:00 smithi204 bash[22398]: audit 2024-04-15T20:46:59.533858+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:47:00.437 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:47:00 smithi204 bash[22398]: audit 2024-04-15T20:46:59.541143+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:47:00.641 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:47:00 smithi069 bash[21530]: cluster 2024-04-15T20:46:58.838261+0000 mgr.a (mgr.14152) 331 : cluster [DBG] pgmap v289: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:47:00.641 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:47:00 smithi069 bash[21530]: audit 2024-04-15T20:46:59.528286+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:47:00.641 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:47:00 smithi069 bash[21530]: audit 2024-04-15T20:46:59.533858+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:47:00.641 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:47:00 smithi069 bash[21530]: audit 2024-04-15T20:46:59.541143+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:47:00.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:47:00 smithi094 bash[22212]: cluster 2024-04-15T20:46:58.838261+0000 mgr.a (mgr.14152) 331 : cluster [DBG] pgmap v289: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:47:00.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:47:00 smithi094 bash[22212]: audit 2024-04-15T20:46:59.528286+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:47:00.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:47:00 smithi094 bash[22212]: audit 2024-04-15T20:46:59.533858+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:47:00.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:47:00 smithi094 bash[22212]: audit 2024-04-15T20:46:59.541143+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:47:01.835 INFO:teuthology.orchestra.run.smithi069.stdout:176093659154 2024-04-15T20:47:02.404 INFO:teuthology.orchestra.run.smithi069.stdout:55834574906 2024-04-15T20:47:02.417 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:47:02 smithi069 bash[21530]: cluster 2024-04-15T20:47:00.838708+0000 mgr.a (mgr.14152) 332 : cluster [DBG] pgmap v290: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:47:02.417 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:47:02 smithi069 bash[21530]: audit 2024-04-15T20:47:01.845620+0000 mon.a (mon.0) 881 : audit [DBG] from='client.? 172.21.15.69:0/1516810404' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-04-15T20:47:02.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:47:02 smithi094 bash[22212]: cluster 2024-04-15T20:47:00.838708+0000 mgr.a (mgr.14152) 332 : cluster [DBG] pgmap v290: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:47:02.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:47:02 smithi094 bash[22212]: audit 2024-04-15T20:47:01.845620+0000 mon.a (mon.0) 881 : audit [DBG] from='client.? 172.21.15.69:0/1516810404' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-04-15T20:47:02.686 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:47:02 smithi204 bash[22398]: cluster 2024-04-15T20:47:00.838708+0000 mgr.a (mgr.14152) 332 : cluster [DBG] pgmap v290: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:47:02.686 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:47:02 smithi204 bash[22398]: audit 2024-04-15T20:47:01.845620+0000 mon.a (mon.0) 881 : audit [DBG] from='client.? 172.21.15.69:0/1516810404' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-04-15T20:47:03.422 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:47:03 smithi069 bash[21530]: audit 2024-04-15T20:47:02.414656+0000 mon.a (mon.0) 882 : audit [DBG] from='client.? 172.21.15.69:0/872254571' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-04-15T20:47:03.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:47:03 smithi094 bash[22212]: audit 2024-04-15T20:47:02.414656+0000 mon.a (mon.0) 882 : audit [DBG] from='client.? 172.21.15.69:0/872254571' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-04-15T20:47:03.686 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:47:03 smithi204 bash[22398]: audit 2024-04-15T20:47:02.414656+0000 mon.a (mon.0) 882 : audit [DBG] from='client.? 172.21.15.69:0/872254571' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-04-15T20:47:04.422 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:47:04 smithi069 bash[21530]: cluster 2024-04-15T20:47:02.839025+0000 mgr.a (mgr.14152) 333 : cluster [DBG] pgmap v291: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:47:04.570 INFO:tasks.cephadm.ceph_manager.ceph:need seq 176093659152 got 176093659154 for osd.5 2024-04-15T20:47:04.570 DEBUG:teuthology.parallel:result is None 2024-04-15T20:47:04.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:47:04 smithi094 bash[22212]: cluster 2024-04-15T20:47:02.839025+0000 mgr.a (mgr.14152) 333 : cluster [DBG] pgmap v291: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:47:04.686 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:47:04 smithi204 bash[22398]: cluster 2024-04-15T20:47:02.839025+0000 mgr.a (mgr.14152) 333 : cluster [DBG] pgmap v291: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:47:04.816 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574904 got 55834574906 for osd.1 2024-04-15T20:47:04.817 DEBUG:teuthology.parallel:result is None 2024-04-15T20:47:05.659 INFO:teuthology.orchestra.run.smithi069.stdout:107374182438 2024-04-15T20:47:06.021 INFO:teuthology.orchestra.run.smithi069.stdout:77309411378 2024-04-15T20:47:06.029 INFO:teuthology.orchestra.run.smithi069.stdout:34359738438 2024-04-15T20:47:06.185 INFO:teuthology.orchestra.run.smithi069.stdout:141733920797 2024-04-15T20:47:06.580 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:47:06 smithi069 bash[21530]: cluster 2024-04-15T20:47:04.839547+0000 mgr.a (mgr.14152) 334 : cluster [DBG] pgmap v292: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:47:06.580 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:47:06 smithi069 bash[21530]: audit 2024-04-15T20:47:05.669614+0000 mon.a (mon.0) 883 : audit [DBG] from='client.? 172.21.15.69:0/2971457660' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-04-15T20:47:06.580 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:47:06 smithi069 bash[21530]: audit 2024-04-15T20:47:06.031650+0000 mon.a (mon.0) 884 : audit [DBG] from='client.? 172.21.15.69:0/2160972359' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-04-15T20:47:06.580 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:47:06 smithi069 bash[21530]: audit 2024-04-15T20:47:06.039355+0000 mon.a (mon.0) 885 : audit [DBG] from='client.? 172.21.15.69:0/3617086854' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-04-15T20:47:06.580 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:47:06 smithi069 bash[21530]: audit 2024-04-15T20:47:06.195844+0000 mon.a (mon.0) 886 : audit [DBG] from='client.? 172.21.15.69:0/238302705' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-04-15T20:47:06.621 INFO:tasks.cephadm.ceph_manager.ceph:need seq 107374182436 got 107374182438 for osd.3 2024-04-15T20:47:06.622 DEBUG:teuthology.parallel:result is None 2024-04-15T20:47:06.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:47:06 smithi094 bash[22212]: cluster 2024-04-15T20:47:04.839547+0000 mgr.a (mgr.14152) 334 : cluster [DBG] pgmap v292: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:47:06.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:47:06 smithi094 bash[22212]: audit 2024-04-15T20:47:05.669614+0000 mon.a (mon.0) 883 : audit [DBG] from='client.? 172.21.15.69:0/2971457660' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-04-15T20:47:06.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:47:06 smithi094 bash[22212]: audit 2024-04-15T20:47:06.031650+0000 mon.a (mon.0) 884 : audit [DBG] from='client.? 172.21.15.69:0/2160972359' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-04-15T20:47:06.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:47:06 smithi094 bash[22212]: audit 2024-04-15T20:47:06.039355+0000 mon.a (mon.0) 885 : audit [DBG] from='client.? 172.21.15.69:0/3617086854' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-04-15T20:47:06.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:47:06 smithi094 bash[22212]: audit 2024-04-15T20:47:06.195844+0000 mon.a (mon.0) 886 : audit [DBG] from='client.? 172.21.15.69:0/238302705' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-04-15T20:47:06.686 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:47:06 smithi204 bash[22398]: cluster 2024-04-15T20:47:04.839547+0000 mgr.a (mgr.14152) 334 : cluster [DBG] pgmap v292: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:47:06.687 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:47:06 smithi204 bash[22398]: audit 2024-04-15T20:47:05.669614+0000 mon.a (mon.0) 883 : audit [DBG] from='client.? 172.21.15.69:0/2971457660' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-04-15T20:47:06.687 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:47:06 smithi204 bash[22398]: audit 2024-04-15T20:47:06.031650+0000 mon.a (mon.0) 884 : audit [DBG] from='client.? 172.21.15.69:0/2160972359' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-04-15T20:47:06.687 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:47:06 smithi204 bash[22398]: audit 2024-04-15T20:47:06.039355+0000 mon.a (mon.0) 885 : audit [DBG] from='client.? 172.21.15.69:0/3617086854' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-04-15T20:47:06.687 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:47:06 smithi204 bash[22398]: audit 2024-04-15T20:47:06.195844+0000 mon.a (mon.0) 886 : audit [DBG] from='client.? 172.21.15.69:0/238302705' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-04-15T20:47:07.513 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411375 got 77309411378 for osd.2 2024-04-15T20:47:07.513 DEBUG:teuthology.parallel:result is None 2024-04-15T20:47:07.661 INFO:tasks.cephadm.ceph_manager.ceph:need seq 141733920794 got 141733920797 for osd.4 2024-04-15T20:47:07.661 DEBUG:teuthology.parallel:result is None 2024-04-15T20:47:07.740 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738435 got 34359738438 for osd.0 2024-04-15T20:47:07.740 DEBUG:teuthology.parallel:result is None 2024-04-15T20:47:07.740 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-04-15T20:47:07.740 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell --fsid cb456bda-fb67-11ee-bc8f-c7b262605968 -- ceph pg dump --format=json 2024-04-15T20:47:08.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:47:08 smithi094 bash[22212]: cluster 2024-04-15T20:47:06.840112+0000 mgr.a (mgr.14152) 335 : cluster [DBG] pgmap v293: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:47:08.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:47:08 smithi069 bash[21530]: cluster 2024-04-15T20:47:06.840112+0000 mgr.a (mgr.14152) 335 : cluster [DBG] pgmap v293: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:47:08.686 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:47:08 smithi204 bash[22398]: cluster 2024-04-15T20:47:06.840112+0000 mgr.a (mgr.14152) 335 : cluster [DBG] pgmap v293: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:47:10.436 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:47:10 smithi204 bash[22398]: cluster 2024-04-15T20:47:08.840671+0000 mgr.a (mgr.14152) 336 : cluster [DBG] pgmap v294: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:47:10.437 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:47:10 smithi204 bash[22398]: audit 2024-04-15T20:47:10.069307+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:47:10.437 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:47:10 smithi204 bash[22398]: audit 2024-04-15T20:47:10.078352+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:47:10.437 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:47:10 smithi204 bash[22398]: audit 2024-04-15T20:47:10.088483+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:47:10.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:47:10 smithi094 bash[22212]: cluster 2024-04-15T20:47:08.840671+0000 mgr.a (mgr.14152) 336 : cluster [DBG] pgmap v294: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:47:10.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:47:10 smithi094 bash[22212]: audit 2024-04-15T20:47:10.069307+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:47:10.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:47:10 smithi094 bash[22212]: audit 2024-04-15T20:47:10.078352+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:47:10.655 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:47:10 smithi094 bash[22212]: audit 2024-04-15T20:47:10.088483+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:47:10.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:47:10 smithi069 bash[21530]: cluster 2024-04-15T20:47:08.840671+0000 mgr.a (mgr.14152) 336 : cluster [DBG] pgmap v294: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:47:10.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:47:10 smithi069 bash[21530]: audit 2024-04-15T20:47:10.069307+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:47:10.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:47:10 smithi069 bash[21530]: audit 2024-04-15T20:47:10.078352+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:47:10.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:47:10 smithi069 bash[21530]: audit 2024-04-15T20:47:10.088483+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:47:12.404 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:47:12 smithi094 bash[22212]: cluster 2024-04-15T20:47:10.841239+0000 mgr.a (mgr.14152) 337 : cluster [DBG] pgmap v295: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:47:12.474 INFO:teuthology.orchestra.run.smithi069.stderr:Inferring config /var/lib/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/mon.a/config 2024-04-15T20:47:12.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:47:12 smithi069 bash[21530]: cluster 2024-04-15T20:47:10.841239+0000 mgr.a (mgr.14152) 337 : cluster [DBG] pgmap v295: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:47:12.686 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:47:12 smithi204 bash[22398]: cluster 2024-04-15T20:47:10.841239+0000 mgr.a (mgr.14152) 337 : cluster [DBG] pgmap v295: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:47:14.575 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:47:14 smithi069 bash[21530]: cluster 2024-04-15T20:47:12.841744+0000 mgr.a (mgr.14152) 338 : cluster [DBG] pgmap v296: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:47:14.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:47:14 smithi094 bash[22212]: cluster 2024-04-15T20:47:12.841744+0000 mgr.a (mgr.14152) 338 : cluster [DBG] pgmap v296: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:47:14.686 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:47:14 smithi204 bash[22398]: cluster 2024-04-15T20:47:12.841744+0000 mgr.a (mgr.14152) 338 : cluster [DBG] pgmap v296: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:47:14.939 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-15T20:47:14.941 INFO:teuthology.orchestra.run.smithi069.stderr:dumped all 2024-04-15T20:47:15.800 INFO:teuthology.orchestra.run.smithi069.stdout:{"pg_ready":true,"pg_map":{"version":297,"stamp":"2024-04-15T20:47:14.842013+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":182928,"kb_used_data":4140,"kb_used_omap":9,"kb_used_meta":178678,"kb_avail":562287984,"statfs":{"total":575970213888,"available":575782895616,"internally_reserved":0,"allocated":4239360,"data_stored":2732460,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":9567,"internal_metadata":182966945},"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.003130"},"pg_stats":[{"pgid":"1.0","version":"20'137","reported_seq":258,"reported_epoch":45,"state":"active+clean","last_fresh":"2024-04-15T20:45:49.940788+0000","last_change":"2024-04-15T20:45:49.940080+0000","last_active":"2024-04-15T20:45:49.940788+0000","last_peered":"2024-04-15T20:45:49.940788+0000","last_clean":"2024-04-15T20:45:49.940788+0000","last_became_active":"2024-04-15T20:45:49.939016+0000","last_became_peered":"2024-04-15T20:45:49.939016+0000","last_unstale":"2024-04-15T20:45:49.940788+0000","last_undegraded":"2024-04-15T20:45:49.940788+0000","last_fullsized":"2024-04-15T20:45:49.940788+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-15T20:43:12.144850+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-15T20:43:12.144850+0000","last_clean_scrub_stamp":"2024-04-15T20:43:12.144850+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-04-17T06:55:47.582035+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":3563520,"data_stored":3542208,"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":41,"seq":176093659157,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32164,"kb_used_data":980,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93712988,"statfs":{"total":95995035648,"available":95962099712,"internally_reserved":0,"allocated":1003520,"data_stored":750594,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"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":33,"seq":141733920799,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":31584,"kb_used_data":400,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713568,"statfs":{"total":95995035648,"available":95962693632,"internally_reserved":0,"allocated":409600,"data_stored":160226,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":31914438},"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":25,"seq":107374182440,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32168,"kb_used_data":980,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93712984,"statfs":{"total":95995035648,"available":95962095616,"internally_reserved":0,"allocated":1003520,"data_stored":750594,"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":28004,"kb_used_data":980,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717148,"statfs":{"total":95995035648,"available":95966359552,"internally_reserved":0,"allocated":1003520,"data_stored":750594,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"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":31584,"kb_used_data":400,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713568,"statfs":{"total":95995035648,"available":95962693632,"internally_reserved":0,"allocated":409600,"data_stored":160226,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"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":27424,"kb_used_data":400,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717728,"statfs":{"total":95995035648,"available":95966953472,"internally_reserved":0,"allocated":409600,"data_stored":160226,"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":593920,"data_stored":590368,"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-04-15T20:47:15.801 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell --fsid cb456bda-fb67-11ee-bc8f-c7b262605968 -- ceph pg dump --format=json 2024-04-15T20:47:16.574 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:47:16 smithi069 bash[21530]: cluster 2024-04-15T20:47:14.842264+0000 mgr.a (mgr.14152) 339 : cluster [DBG] pgmap v297: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:47:16.574 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:47:16 smithi069 bash[21530]: audit 2024-04-15T20:47:14.947456+0000 mgr.a (mgr.14152) 340 : audit [DBG] from='client.14421 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-15T20:47:16.574 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:47:16 smithi069 bash[21530]: audit 2024-04-15T20:47:15.615582+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:47:16.574 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:47:16 smithi069 bash[21530]: audit 2024-04-15T20:47:15.624768+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:47:16.574 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:47:16 smithi069 bash[21530]: audit 2024-04-15T20:47:15.634962+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:47:16.655 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:47:16 smithi094 bash[22212]: cluster 2024-04-15T20:47:14.842264+0000 mgr.a (mgr.14152) 339 : cluster [DBG] pgmap v297: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:47:16.655 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:47:16 smithi094 bash[22212]: audit 2024-04-15T20:47:14.947456+0000 mgr.a (mgr.14152) 340 : audit [DBG] from='client.14421 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-15T20:47:16.655 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:47:16 smithi094 bash[22212]: audit 2024-04-15T20:47:15.615582+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:47:16.655 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:47:16 smithi094 bash[22212]: audit 2024-04-15T20:47:15.624768+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:47:16.655 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:47:16 smithi094 bash[22212]: audit 2024-04-15T20:47:15.634962+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:47:16.686 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:47:16 smithi204 bash[22398]: cluster 2024-04-15T20:47:14.842264+0000 mgr.a (mgr.14152) 339 : cluster [DBG] pgmap v297: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:47:16.686 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:47:16 smithi204 bash[22398]: audit 2024-04-15T20:47:14.947456+0000 mgr.a (mgr.14152) 340 : audit [DBG] from='client.14421 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-15T20:47:16.686 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:47:16 smithi204 bash[22398]: audit 2024-04-15T20:47:15.615582+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:47:16.687 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:47:16 smithi204 bash[22398]: audit 2024-04-15T20:47:15.624768+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:47:16.687 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:47:16 smithi204 bash[22398]: audit 2024-04-15T20:47:15.634962+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:47:18.422 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:47:18 smithi069 bash[21530]: cluster 2024-04-15T20:47:16.842849+0000 mgr.a (mgr.14152) 341 : cluster [DBG] pgmap v298: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:47:18.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:47:18 smithi094 bash[22212]: cluster 2024-04-15T20:47:16.842849+0000 mgr.a (mgr.14152) 341 : cluster [DBG] pgmap v298: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:47:18.686 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:47:18 smithi204 bash[22398]: cluster 2024-04-15T20:47:16.842849+0000 mgr.a (mgr.14152) 341 : cluster [DBG] pgmap v298: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:47:20.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:47:20 smithi094 bash[22212]: cluster 2024-04-15T20:47:18.843399+0000 mgr.a (mgr.14152) 342 : cluster [DBG] pgmap v299: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:47:20.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:47:20 smithi094 bash[22212]: audit 2024-04-15T20:47:19.721140+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:47:20.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:47:20 smithi094 bash[22212]: audit 2024-04-15T20:47:19.726617+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:47:20.655 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:47:20 smithi094 bash[22212]: audit 2024-04-15T20:47:19.733062+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:47:20.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:47:20 smithi069 bash[21530]: cluster 2024-04-15T20:47:18.843399+0000 mgr.a (mgr.14152) 342 : cluster [DBG] pgmap v299: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:47:20.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:47:20 smithi069 bash[21530]: audit 2024-04-15T20:47:19.721140+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:47:20.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:47:20 smithi069 bash[21530]: audit 2024-04-15T20:47:19.726617+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:47:20.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:47:20 smithi069 bash[21530]: audit 2024-04-15T20:47:19.733062+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:47:20.686 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:47:20 smithi204 bash[22398]: cluster 2024-04-15T20:47:18.843399+0000 mgr.a (mgr.14152) 342 : cluster [DBG] pgmap v299: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:47:20.686 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:47:20 smithi204 bash[22398]: audit 2024-04-15T20:47:19.721140+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:47:20.686 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:47:20 smithi204 bash[22398]: audit 2024-04-15T20:47:19.726617+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:47:20.686 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:47:20 smithi204 bash[22398]: audit 2024-04-15T20:47:19.733062+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:47:21.533 INFO:teuthology.orchestra.run.smithi069.stderr:Inferring config /var/lib/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/mon.a/config 2024-04-15T20:47:22.552 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:47:22 smithi069 bash[21530]: cluster 2024-04-15T20:47:20.843969+0000 mgr.a (mgr.14152) 343 : cluster [DBG] pgmap v300: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:47:22.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:47:22 smithi094 bash[22212]: cluster 2024-04-15T20:47:20.843969+0000 mgr.a (mgr.14152) 343 : cluster [DBG] pgmap v300: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:47:22.686 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:47:22 smithi204 bash[22398]: cluster 2024-04-15T20:47:20.843969+0000 mgr.a (mgr.14152) 343 : cluster [DBG] pgmap v300: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:47:23.866 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-15T20:47:23.868 INFO:teuthology.orchestra.run.smithi069.stderr:dumped all 2024-04-15T20:47:24.449 INFO:teuthology.orchestra.run.smithi069.stdout:{"pg_ready":true,"pg_map":{"version":301,"stamp":"2024-04-15T20:47:22.844245+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":182928,"kb_used_data":4140,"kb_used_omap":9,"kb_used_meta":178678,"kb_avail":562287984,"statfs":{"total":575970213888,"available":575782895616,"internally_reserved":0,"allocated":4239360,"data_stored":2732460,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":9567,"internal_metadata":182966945},"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.003296"},"pg_stats":[{"pgid":"1.0","version":"20'137","reported_seq":258,"reported_epoch":45,"state":"active+clean","last_fresh":"2024-04-15T20:45:49.940788+0000","last_change":"2024-04-15T20:45:49.940080+0000","last_active":"2024-04-15T20:45:49.940788+0000","last_peered":"2024-04-15T20:45:49.940788+0000","last_clean":"2024-04-15T20:45:49.940788+0000","last_became_active":"2024-04-15T20:45:49.939016+0000","last_became_peered":"2024-04-15T20:45:49.939016+0000","last_unstale":"2024-04-15T20:45:49.940788+0000","last_undegraded":"2024-04-15T20:45:49.940788+0000","last_fullsized":"2024-04-15T20:45:49.940788+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-15T20:43:12.144850+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-15T20:43:12.144850+0000","last_clean_scrub_stamp":"2024-04-15T20:43:12.144850+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-04-17T06:55:47.582035+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":3563520,"data_stored":3542208,"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":41,"seq":176093659159,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32164,"kb_used_data":980,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93712988,"statfs":{"total":95995035648,"available":95962099712,"internally_reserved":0,"allocated":1003520,"data_stored":750594,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"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":33,"seq":141733920800,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":31584,"kb_used_data":400,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713568,"statfs":{"total":95995035648,"available":95962693632,"internally_reserved":0,"allocated":409600,"data_stored":160226,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":31914438},"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":25,"seq":107374182442,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32168,"kb_used_data":980,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93712984,"statfs":{"total":95995035648,"available":95962095616,"internally_reserved":0,"allocated":1003520,"data_stored":750594,"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":28004,"kb_used_data":980,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717148,"statfs":{"total":95995035648,"available":95966359552,"internally_reserved":0,"allocated":1003520,"data_stored":750594,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"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":34359738442,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":31584,"kb_used_data":400,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713568,"statfs":{"total":95995035648,"available":95962693632,"internally_reserved":0,"allocated":409600,"data_stored":160226,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"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":27424,"kb_used_data":400,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717728,"statfs":{"total":95995035648,"available":95966953472,"internally_reserved":0,"allocated":409600,"data_stored":160226,"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":593920,"data_stored":590368,"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-04-15T20:47:24.450 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-04-15T20:47:24.450 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-04-15T20:47:24.450 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-04-15T20:47:24.450 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell --fsid cb456bda-fb67-11ee-bc8f-c7b262605968 -- ceph health --format=json 2024-04-15T20:47:24.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:47:24 smithi094 bash[22212]: cluster 2024-04-15T20:47:22.844522+0000 mgr.a (mgr.14152) 344 : cluster [DBG] pgmap v301: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:47:24.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:47:24 smithi069 bash[21530]: cluster 2024-04-15T20:47:22.844522+0000 mgr.a (mgr.14152) 344 : cluster [DBG] pgmap v301: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:47:24.686 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:47:24 smithi204 bash[22398]: cluster 2024-04-15T20:47:22.844522+0000 mgr.a (mgr.14152) 344 : cluster [DBG] pgmap v301: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:47:25.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:47:25 smithi094 bash[22212]: audit 2024-04-15T20:47:23.875086+0000 mgr.a (mgr.14152) 345 : audit [DBG] from='client.14427 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-15T20:47:25.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:47:25 smithi069 bash[21530]: audit 2024-04-15T20:47:23.875086+0000 mgr.a (mgr.14152) 345 : audit [DBG] from='client.14427 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-15T20:47:25.686 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:47:25 smithi204 bash[22398]: audit 2024-04-15T20:47:23.875086+0000 mgr.a (mgr.14152) 345 : audit [DBG] from='client.14427 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-15T20:47:26.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:47:26 smithi094 bash[22212]: cluster 2024-04-15T20:47:24.845125+0000 mgr.a (mgr.14152) 346 : cluster [DBG] pgmap v302: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:47:26.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:47:26 smithi069 bash[21530]: cluster 2024-04-15T20:47:24.845125+0000 mgr.a (mgr.14152) 346 : cluster [DBG] pgmap v302: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:47:26.686 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:47:26 smithi204 bash[22398]: cluster 2024-04-15T20:47:24.845125+0000 mgr.a (mgr.14152) 346 : cluster [DBG] pgmap v302: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:47:27.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:47:27 smithi069 bash[21530]: cluster 2024-04-15T20:47:26.845630+0000 mgr.a (mgr.14152) 347 : cluster [DBG] pgmap v303: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:47:27.686 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:47:27 smithi204 bash[22398]: cluster 2024-04-15T20:47:26.845630+0000 mgr.a (mgr.14152) 347 : cluster [DBG] pgmap v303: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:47:27.904 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:47:27 smithi094 bash[22212]: cluster 2024-04-15T20:47:26.845630+0000 mgr.a (mgr.14152) 347 : cluster [DBG] pgmap v303: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:47:29.177 INFO:teuthology.orchestra.run.smithi069.stderr:Inferring config /var/lib/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/mon.a/config 2024-04-15T20:47:30.154 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:47:29 smithi094 bash[22212]: cluster 2024-04-15T20:47:28.846176+0000 mgr.a (mgr.14152) 348 : cluster [DBG] pgmap v304: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:47:30.167 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:47:29 smithi069 bash[21530]: cluster 2024-04-15T20:47:28.846176+0000 mgr.a (mgr.14152) 348 : cluster [DBG] pgmap v304: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:47:30.186 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:47:29 smithi204 bash[22398]: cluster 2024-04-15T20:47:28.846176+0000 mgr.a (mgr.14152) 348 : cluster [DBG] pgmap v304: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:47:31.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:47:31 smithi094 bash[22212]: audit 2024-04-15T20:47:30.286616+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:47:31.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:47:31 smithi094 bash[22212]: audit 2024-04-15T20:47:30.295601+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:47:31.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:47:31 smithi094 bash[22212]: audit 2024-04-15T20:47:30.306189+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:47:31.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:47:31 smithi069 bash[21530]: audit 2024-04-15T20:47:30.286616+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:47:31.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:47:31 smithi069 bash[21530]: audit 2024-04-15T20:47:30.295601+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:47:31.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:47:31 smithi069 bash[21530]: audit 2024-04-15T20:47:30.306189+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:47:31.686 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:47:31 smithi204 bash[22398]: audit 2024-04-15T20:47:30.286616+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:47:31.686 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:47:31 smithi204 bash[22398]: audit 2024-04-15T20:47:30.295601+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:47:31.686 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:47:31 smithi204 bash[22398]: audit 2024-04-15T20:47:30.306189+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:47:31.831 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-15T20:47:31.832 INFO:teuthology.orchestra.run.smithi069.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-04-15T20:47:32.466 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-04-15T20:47:32.467 INFO:tasks.cephadm:Setup complete, yielding 2024-04-15T20:47:32.467 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-04-15T20:47:32.477 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi069.front.sepia.ceph.com 2024-04-15T20:47:32.478 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cb456bda-fb67-11ee-bc8f-c7b262605968 -- bash -c 'set -ex 2024-04-15T20:47:32.478 DEBUG:teuthology.orchestra.run.smithi069:> HOSTNAMES=$(ceph orch host ls --format json | jq -r '"'"'.[] | .hostname'"'"') 2024-04-15T20:47:32.478 DEBUG:teuthology.orchestra.run.smithi069:> for host in $HOSTNAMES; do 2024-04-15T20:47:32.478 DEBUG:teuthology.orchestra.run.smithi069:> # find the hostname for "host.c" which will have no mgr 2024-04-15T20:47:32.478 DEBUG:teuthology.orchestra.run.smithi069:> HAS_MGRS=$(ceph orch ps --hostname ${host} --format json | jq '"'"'any(.daemon_type == "mgr")'"'"') 2024-04-15T20:47:32.478 DEBUG:teuthology.orchestra.run.smithi069:> if [ "$HAS_MGRS" == "false" ]; then 2024-04-15T20:47:32.478 DEBUG:teuthology.orchestra.run.smithi069:> HOST_C="${host}" 2024-04-15T20:47:32.478 DEBUG:teuthology.orchestra.run.smithi069:> fi 2024-04-15T20:47:32.478 DEBUG:teuthology.orchestra.run.smithi069:> done 2024-04-15T20:47:32.479 DEBUG:teuthology.orchestra.run.smithi069:> # One last thing to worry about before draining the host 2024-04-15T20:47:32.479 DEBUG:teuthology.orchestra.run.smithi069:> # is that the teuthology test tends to put the explicit 2024-04-15T20:47:32.479 DEBUG:teuthology.orchestra.run.smithi069:> # hostnames in the placement for the mon service. 2024-04-15T20:47:32.479 DEBUG:teuthology.orchestra.run.smithi069:> # We want to make sure we can drain without providing 2024-04-15T20:47:32.479 DEBUG:teuthology.orchestra.run.smithi069:> # --force and there is a check for the host being removed 2024-04-15T20:47:32.479 DEBUG:teuthology.orchestra.run.smithi069:> # being listed explicitly in the placements. Therefore, 2024-04-15T20:47:32.479 DEBUG:teuthology.orchestra.run.smithi069:> # we should remove it from the mon placement. 2024-04-15T20:47:32.479 DEBUG:teuthology.orchestra.run.smithi069:> ceph orch ls mon --export > mon.yaml 2024-04-15T20:47:32.479 DEBUG:teuthology.orchestra.run.smithi069:> sed /"$HOST_C"/d mon.yaml > mon_adjusted.yaml 2024-04-15T20:47:32.479 DEBUG:teuthology.orchestra.run.smithi069:> ceph orch apply -i mon_adjusted.yaml 2024-04-15T20:47:32.479 DEBUG:teuthology.orchestra.run.smithi069:> # now drain that host 2024-04-15T20:47:32.479 DEBUG:teuthology.orchestra.run.smithi069:> ceph orch host drain $HOST_C --zap-osd-devices 2024-04-15T20:47:32.479 DEBUG:teuthology.orchestra.run.smithi069:> # wait for drain to complete 2024-04-15T20:47:32.479 DEBUG:teuthology.orchestra.run.smithi069:> HOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C) 2024-04-15T20:47:32.480 DEBUG:teuthology.orchestra.run.smithi069:> while [ "$HOST_C_DAEMONS" != "No daemons reported" ]; do 2024-04-15T20:47:32.480 DEBUG:teuthology.orchestra.run.smithi069:> sleep 15 2024-04-15T20:47:32.480 DEBUG:teuthology.orchestra.run.smithi069:> HOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C) 2024-04-15T20:47:32.480 DEBUG:teuthology.orchestra.run.smithi069:> done 2024-04-15T20:47:32.480 DEBUG:teuthology.orchestra.run.smithi069:> # we want to check the ability to remove the host from 2024-04-15T20:47:32.480 DEBUG:teuthology.orchestra.run.smithi069:> # the CRUSH map, so we should first verify the host is in 2024-04-15T20:47:32.480 DEBUG:teuthology.orchestra.run.smithi069:> # the CRUSH map. 2024-04-15T20:47:32.480 DEBUG:teuthology.orchestra.run.smithi069:> ceph osd getcrushmap -o compiled-crushmap 2024-04-15T20:47:32.480 DEBUG:teuthology.orchestra.run.smithi069:> crushtool -d compiled-crushmap -o crushmap.txt 2024-04-15T20:47:32.480 DEBUG:teuthology.orchestra.run.smithi069:> CRUSH_MAP=$(cat crushmap.txt) 2024-04-15T20:47:32.480 DEBUG:teuthology.orchestra.run.smithi069:> if ! grep -q "$HOST_C" <<< "$CRUSH_MAP"; then 2024-04-15T20:47:32.480 DEBUG:teuthology.orchestra.run.smithi069:> printf "Expected to see $HOST_C in CRUSH map. Saw:\n\n$CRUSH_MAP" 2024-04-15T20:47:32.480 DEBUG:teuthology.orchestra.run.smithi069:> exit 1 2024-04-15T20:47:32.480 DEBUG:teuthology.orchestra.run.smithi069:> fi 2024-04-15T20:47:32.480 DEBUG:teuthology.orchestra.run.smithi069:> # If the drain was successful, we should be able to remove the 2024-04-15T20:47:32.480 DEBUG:teuthology.orchestra.run.smithi069:> # host without force with no issues. If there are still daemons 2024-04-15T20:47:32.481 DEBUG:teuthology.orchestra.run.smithi069:> # we will get a response telling us to drain the host and a 2024-04-15T20:47:32.481 DEBUG:teuthology.orchestra.run.smithi069:> # non-zero return code 2024-04-15T20:47:32.481 DEBUG:teuthology.orchestra.run.smithi069:> ceph orch host rm $HOST_C --rm-crush-entry 2024-04-15T20:47:32.481 DEBUG:teuthology.orchestra.run.smithi069:> # verify we'"'"'ve successfully removed the host from the CRUSH map 2024-04-15T20:47:32.481 DEBUG:teuthology.orchestra.run.smithi069:> sleep 30 2024-04-15T20:47:32.481 DEBUG:teuthology.orchestra.run.smithi069:> ceph osd getcrushmap -o compiled-crushmap 2024-04-15T20:47:32.481 DEBUG:teuthology.orchestra.run.smithi069:> crushtool -d compiled-crushmap -o crushmap.txt 2024-04-15T20:47:32.481 DEBUG:teuthology.orchestra.run.smithi069:> CRUSH_MAP=$(cat crushmap.txt) 2024-04-15T20:47:32.481 DEBUG:teuthology.orchestra.run.smithi069:> if grep -q "$HOST_C" <<< "$CRUSH_MAP"; then 2024-04-15T20:47:32.481 DEBUG:teuthology.orchestra.run.smithi069:> printf "Saw $HOST_C in CRUSH map after it should have been removed.\n\n$CRUSH_MAP" 2024-04-15T20:47:32.481 DEBUG:teuthology.orchestra.run.smithi069:> exit 1 2024-04-15T20:47:32.481 DEBUG:teuthology.orchestra.run.smithi069:> fi 2024-04-15T20:47:32.481 DEBUG:teuthology.orchestra.run.smithi069:> ' 2024-04-15T20:47:32.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:47:32 smithi094 bash[22212]: cluster 2024-04-15T20:47:30.846813+0000 mgr.a (mgr.14152) 349 : cluster [DBG] pgmap v305: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:47:32.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:47:32 smithi094 bash[22212]: audit 2024-04-15T20:47:31.842016+0000 mon.a (mon.0) 899 : audit [DBG] from='client.? 172.21.15.69:0/2774622644' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-04-15T20:47:32.671 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:47:32 smithi069 bash[21530]: cluster 2024-04-15T20:47:30.846813+0000 mgr.a (mgr.14152) 349 : cluster [DBG] pgmap v305: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:47:32.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:47:32 smithi069 bash[21530]: audit 2024-04-15T20:47:31.842016+0000 mon.a (mon.0) 899 : audit [DBG] from='client.? 172.21.15.69:0/2774622644' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-04-15T20:47:32.686 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:47:32 smithi204 bash[22398]: cluster 2024-04-15T20:47:30.846813+0000 mgr.a (mgr.14152) 349 : cluster [DBG] pgmap v305: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:47:32.686 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:47:32 smithi204 bash[22398]: audit 2024-04-15T20:47:31.842016+0000 mon.a (mon.0) 899 : audit [DBG] from='client.? 172.21.15.69:0/2774622644' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-04-15T20:47:34.613 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:47:34 smithi069 bash[21530]: cluster 2024-04-15T20:47:32.847434+0000 mgr.a (mgr.14152) 350 : cluster [DBG] pgmap v306: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:47:34.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:47:34 smithi094 bash[22212]: cluster 2024-04-15T20:47:32.847434+0000 mgr.a (mgr.14152) 350 : cluster [DBG] pgmap v306: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:47:34.686 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:47:34 smithi204 bash[22398]: cluster 2024-04-15T20:47:32.847434+0000 mgr.a (mgr.14152) 350 : cluster [DBG] pgmap v306: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:47:36.422 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:47:36 smithi069 bash[21530]: cluster 2024-04-15T20:47:34.847993+0000 mgr.a (mgr.14152) 351 : cluster [DBG] pgmap v307: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:47:36.422 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:47:36 smithi069 bash[21530]: audit 2024-04-15T20:47:35.749521+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:47:36.422 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:47:36 smithi069 bash[21530]: audit 2024-04-15T20:47:35.758893+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:47:36.422 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:47:36 smithi069 bash[21530]: audit 2024-04-15T20:47:35.768543+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:47:36.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:47:36 smithi094 bash[22212]: cluster 2024-04-15T20:47:34.847993+0000 mgr.a (mgr.14152) 351 : cluster [DBG] pgmap v307: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:47:36.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:47:36 smithi094 bash[22212]: audit 2024-04-15T20:47:35.749521+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:47:36.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:47:36 smithi094 bash[22212]: audit 2024-04-15T20:47:35.758893+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:47:36.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:47:36 smithi094 bash[22212]: audit 2024-04-15T20:47:35.768543+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:47:36.686 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:47:36 smithi204 bash[22398]: cluster 2024-04-15T20:47:34.847993+0000 mgr.a (mgr.14152) 351 : cluster [DBG] pgmap v307: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:47:36.686 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:47:36 smithi204 bash[22398]: audit 2024-04-15T20:47:35.749521+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:47:36.686 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:47:36 smithi204 bash[22398]: audit 2024-04-15T20:47:35.758893+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:47:36.687 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:47:36 smithi204 bash[22398]: audit 2024-04-15T20:47:35.768543+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:47:37.205 INFO:teuthology.orchestra.run.smithi069.stderr:Inferring config /var/lib/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/mon.a/config 2024-04-15T20:47:38.596 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:47:38 smithi069 bash[21530]: cluster 2024-04-15T20:47:36.848396+0000 mgr.a (mgr.14152) 352 : cluster [DBG] pgmap v308: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:47:38.653 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:47:38 smithi094 bash[22212]: cluster 2024-04-15T20:47:36.848396+0000 mgr.a (mgr.14152) 352 : cluster [DBG] pgmap v308: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:47:38.686 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:47:38 smithi204 bash[22398]: cluster 2024-04-15T20:47:36.848396+0000 mgr.a (mgr.14152) 352 : cluster [DBG] pgmap v308: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:47:39.904 INFO:teuthology.orchestra.run.smithi069.stderr:++ ceph orch host ls --format json 2024-04-15T20:47:39.904 INFO:teuthology.orchestra.run.smithi069.stderr:++ jq -r '.[] | .hostname' 2024-04-15T20:47:40.255 INFO:teuthology.orchestra.run.smithi069.stderr:+ HOSTNAMES='smithi069 2024-04-15T20:47:40.255 INFO:teuthology.orchestra.run.smithi069.stderr:smithi094 2024-04-15T20:47:40.255 INFO:teuthology.orchestra.run.smithi069.stderr:smithi204' 2024-04-15T20:47:40.255 INFO:teuthology.orchestra.run.smithi069.stderr:+ for host in $HOSTNAMES 2024-04-15T20:47:40.256 INFO:teuthology.orchestra.run.smithi069.stderr:++ ceph orch ps --hostname smithi069 --format json 2024-04-15T20:47:40.256 INFO:teuthology.orchestra.run.smithi069.stderr:++ jq 'any(.daemon_type == "mgr")' 2024-04-15T20:47:40.436 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:47:40 smithi204 bash[22398]: cluster 2024-04-15T20:47:38.848938+0000 mgr.a (mgr.14152) 353 : cluster [DBG] pgmap v309: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:47:40.436 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:47:40 smithi204 bash[22398]: audit 2024-04-15T20:47:39.882632+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:47:40.436 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:47:40 smithi204 bash[22398]: audit 2024-04-15T20:47:39.887805+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:47:40.436 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:47:40 smithi204 bash[22398]: audit 2024-04-15T20:47:39.893385+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:47:40.590 INFO:teuthology.orchestra.run.smithi069.stderr:+ HAS_MGRS=true 2024-04-15T20:47:40.590 INFO:teuthology.orchestra.run.smithi069.stderr:+ '[' true == false ']' 2024-04-15T20:47:40.590 INFO:teuthology.orchestra.run.smithi069.stderr:+ for host in $HOSTNAMES 2024-04-15T20:47:40.590 INFO:teuthology.orchestra.run.smithi069.stderr:++ ceph orch ps --hostname smithi094 --format json 2024-04-15T20:47:40.591 INFO:teuthology.orchestra.run.smithi069.stderr:++ jq 'any(.daemon_type == "mgr")' 2024-04-15T20:47:40.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:47:40 smithi094 bash[22212]: cluster 2024-04-15T20:47:38.848938+0000 mgr.a (mgr.14152) 353 : cluster [DBG] pgmap v309: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:47:40.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:47:40 smithi094 bash[22212]: audit 2024-04-15T20:47:39.882632+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:47:40.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:47:40 smithi094 bash[22212]: audit 2024-04-15T20:47:39.887805+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:47:40.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:47:40 smithi094 bash[22212]: audit 2024-04-15T20:47:39.893385+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:47:40.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:47:40 smithi069 bash[21530]: cluster 2024-04-15T20:47:38.848938+0000 mgr.a (mgr.14152) 353 : cluster [DBG] pgmap v309: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:47:40.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:47:40 smithi069 bash[21530]: audit 2024-04-15T20:47:39.882632+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:47:40.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:47:40 smithi069 bash[21530]: audit 2024-04-15T20:47:39.887805+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:47:40.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:47:40 smithi069 bash[21530]: audit 2024-04-15T20:47:39.893385+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:47:40.956 INFO:teuthology.orchestra.run.smithi069.stderr:+ HAS_MGRS=true 2024-04-15T20:47:40.956 INFO:teuthology.orchestra.run.smithi069.stderr:+ '[' true == false ']' 2024-04-15T20:47:40.956 INFO:teuthology.orchestra.run.smithi069.stderr:+ for host in $HOSTNAMES 2024-04-15T20:47:40.956 INFO:teuthology.orchestra.run.smithi069.stderr:++ ceph orch ps --hostname smithi204 --format json 2024-04-15T20:47:40.956 INFO:teuthology.orchestra.run.smithi069.stderr:++ jq 'any(.daemon_type == "mgr")' 2024-04-15T20:47:41.331 INFO:teuthology.orchestra.run.smithi069.stderr:+ HAS_MGRS=false 2024-04-15T20:47:41.331 INFO:teuthology.orchestra.run.smithi069.stderr:+ '[' false == false ']' 2024-04-15T20:47:41.331 INFO:teuthology.orchestra.run.smithi069.stderr:+ HOST_C=smithi204 2024-04-15T20:47:41.331 INFO:teuthology.orchestra.run.smithi069.stderr:+ ceph orch ls mon --export 2024-04-15T20:47:41.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:47:41 smithi094 bash[22212]: audit 2024-04-15T20:47:40.251981+0000 mgr.a (mgr.14152) 354 : audit [DBG] from='client.14439 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-15T20:47:41.671 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:47:41 smithi069 bash[21530]: audit 2024-04-15T20:47:40.251981+0000 mgr.a (mgr.14152) 354 : audit [DBG] from='client.14439 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-15T20:47:41.681 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:47:41 smithi204 bash[22398]: audit 2024-04-15T20:47:40.251981+0000 mgr.a (mgr.14152) 354 : audit [DBG] from='client.14439 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-15T20:47:41.681 INFO:teuthology.orchestra.run.smithi069.stderr:+ sed /smithi204/d mon.yaml 2024-04-15T20:47:41.683 INFO:teuthology.orchestra.run.smithi069.stderr:+ ceph orch apply -i mon_adjusted.yaml 2024-04-15T20:47:42.033 INFO:teuthology.orchestra.run.smithi069.stdout:Scheduled mon update... 2024-04-15T20:47:42.047 INFO:teuthology.orchestra.run.smithi069.stderr:+ ceph orch host drain smithi204 --zap-osd-devices 2024-04-15T20:47:43.186 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:47:42 smithi204 systemd[1]: ceph-cb456bda-fb67-11ee-bc8f-c7b262605968@mon.c.service: Deactivated successfully. 2024-04-15T20:47:44.423 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:47:44 smithi069 bash[21530]: audit 2024-04-15T20:47:41.667974+0000 mgr.a (mgr.14152) 359 : audit [DBG] from='client.14463 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_type": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:47:44.423 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:47:44 smithi069 bash[21530]: audit 2024-04-15T20:47:42.035224+0000 mgr.a (mgr.14152) 360 : audit [DBG] from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:47:44.423 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:47:44 smithi069 bash[21530]: cephadm 2024-04-15T20:47:42.039033+0000 mgr.a (mgr.14152) 361 : cephadm [INF] Saving service mon spec with placement smithi069:172.21.15.69=a;smithi094:172.21.15.94=b;count:3 2024-04-15T20:47:44.423 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:47:44 smithi069 bash[21530]: cephadm 2024-04-15T20:47:42.073425+0000 mgr.a (mgr.14152) 362 : cephadm [INF] Safe to remove mon.c: new quorum should be ['a', 'b'] (from ['a', 'b']) 2024-04-15T20:47:44.423 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:47:44 smithi069 bash[21530]: cephadm 2024-04-15T20:47:42.073512+0000 mgr.a (mgr.14152) 363 : cephadm [INF] Removing monitor c from monmap... 2024-04-15T20:47:44.423 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:47:44 smithi069 bash[21530]: audit 2024-04-15T20:47:42.076998+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd='[{"prefix": "mon rm", "name": "c"}]': finished 2024-04-15T20:47:44.423 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:47:44 smithi069 bash[21530]: audit 2024-04-15T20:47:42.080410+0000 mon.a (mon.0) 915 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-15T20:47:44.423 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:47:44 smithi069 bash[21530]: audit 2024-04-15T20:47:42.081701+0000 mon.a (mon.0) 916 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-15T20:47:44.423 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:47:44 smithi069 bash[21530]: cluster 2024-04-15T20:47:42.084088+0000 mon.b (mon.1) 16 : cluster [INF] mon.b calling monitor election 2024-04-15T20:47:44.423 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:47:44 smithi069 bash[21530]: cluster 2024-04-15T20:47:42.849996+0000 mgr.a (mgr.14152) 364 : cluster [DBG] pgmap v311: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:47:44.424 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:47:44 smithi069 bash[21530]: cluster 2024-04-15T20:47:44.081002+0000 mon.a (mon.0) 917 : cluster [INF] mon.a calling monitor election 2024-04-15T20:47:44.424 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:47:44 smithi069 bash[21530]: cluster 2024-04-15T20:47:44.103080+0000 mon.a (mon.0) 918 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-04-15T20:47:44.424 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:47:44 smithi069 bash[21530]: cluster 2024-04-15T20:47:44.109670+0000 mon.a (mon.0) 919 : cluster [DBG] monmap epoch 4 2024-04-15T20:47:44.424 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:47:44 smithi069 bash[21530]: cluster 2024-04-15T20:47:44.109708+0000 mon.a (mon.0) 920 : cluster [DBG] fsid cb456bda-fb67-11ee-bc8f-c7b262605968 2024-04-15T20:47:44.424 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:47:44 smithi069 bash[21530]: cluster 2024-04-15T20:47:44.109727+0000 mon.a (mon.0) 921 : cluster [DBG] last_changed 2024-04-15T20:47:42.073886+0000 2024-04-15T20:47:44.424 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:47:44 smithi069 bash[21530]: cluster 2024-04-15T20:47:44.109744+0000 mon.a (mon.0) 922 : cluster [DBG] created 2024-04-15T20:37:26.203899+0000 2024-04-15T20:47:44.424 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:47:44 smithi069 bash[21530]: cluster 2024-04-15T20:47:44.109763+0000 mon.a (mon.0) 923 : cluster [DBG] min_mon_release 19 (squid) 2024-04-15T20:47:44.424 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:47:44 smithi069 bash[21530]: cluster 2024-04-15T20:47:44.109787+0000 mon.a (mon.0) 924 : cluster [DBG] election_strategy: 1 2024-04-15T20:47:44.424 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:47:44 smithi069 bash[21530]: cluster 2024-04-15T20:47:44.109812+0000 mon.a (mon.0) 925 : cluster [DBG] 0: [v2:172.21.15.69:3300/0,v1:172.21.15.69:6789/0] mon.a 2024-04-15T20:47:44.424 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:47:44 smithi069 bash[21530]: cluster 2024-04-15T20:47:44.109834+0000 mon.a (mon.0) 926 : cluster [DBG] 1: [v2:172.21.15.94:3300/0,v1:172.21.15.94:6789/0] mon.b 2024-04-15T20:47:44.424 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:47:44 smithi069 bash[21530]: cluster 2024-04-15T20:47:44.110855+0000 mon.a (mon.0) 927 : cluster [DBG] fsmap 2024-04-15T20:47:44.424 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:47:44 smithi069 bash[21530]: cluster 2024-04-15T20:47:44.110914+0000 mon.a (mon.0) 928 : cluster [DBG] osdmap e45: 6 total, 6 up, 6 in 2024-04-15T20:47:44.424 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:47:44 smithi069 bash[21530]: cluster 2024-04-15T20:47:44.111485+0000 mon.a (mon.0) 929 : cluster [DBG] mgrmap e15: a(active, since 9m), standbys: b 2024-04-15T20:47:44.424 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:47:44 smithi069 bash[21530]: cluster 2024-04-15T20:47:44.111743+0000 mon.a (mon.0) 930 : cluster [INF] overall HEALTH_OK 2024-04-15T20:47:44.655 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:47:44 smithi094 bash[22212]: audit 2024-04-15T20:47:41.667974+0000 mgr.a (mgr.14152) 359 : audit [DBG] from='client.14463 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_type": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:47:44.655 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:47:44 smithi094 bash[22212]: audit 2024-04-15T20:47:42.035224+0000 mgr.a (mgr.14152) 360 : audit [DBG] from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:47:44.655 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:47:44 smithi094 bash[22212]: cephadm 2024-04-15T20:47:42.039033+0000 mgr.a (mgr.14152) 361 : cephadm [INF] Saving service mon spec with placement smithi069:172.21.15.69=a;smithi094:172.21.15.94=b;count:3 2024-04-15T20:47:44.655 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:47:44 smithi094 bash[22212]: cephadm 2024-04-15T20:47:42.073425+0000 mgr.a (mgr.14152) 362 : cephadm [INF] Safe to remove mon.c: new quorum should be ['a', 'b'] (from ['a', 'b']) 2024-04-15T20:47:44.655 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:47:44 smithi094 bash[22212]: cephadm 2024-04-15T20:47:42.073512+0000 mgr.a (mgr.14152) 363 : cephadm [INF] Removing monitor c from monmap... 2024-04-15T20:47:44.655 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:47:44 smithi094 bash[22212]: audit 2024-04-15T20:47:42.076998+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd='[{"prefix": "mon rm", "name": "c"}]': finished 2024-04-15T20:47:44.655 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:47:44 smithi094 bash[22212]: audit 2024-04-15T20:47:42.080410+0000 mon.a (mon.0) 915 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-15T20:47:44.655 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:47:44 smithi094 bash[22212]: audit 2024-04-15T20:47:42.081701+0000 mon.a (mon.0) 916 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-15T20:47:44.656 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:47:44 smithi094 bash[22212]: cluster 2024-04-15T20:47:42.084088+0000 mon.b (mon.1) 16 : cluster [INF] mon.b calling monitor election 2024-04-15T20:47:44.656 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:47:44 smithi094 bash[22212]: cluster 2024-04-15T20:47:42.849996+0000 mgr.a (mgr.14152) 364 : cluster [DBG] pgmap v311: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:47:44.656 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:47:44 smithi094 bash[22212]: cluster 2024-04-15T20:47:44.081002+0000 mon.a (mon.0) 917 : cluster [INF] mon.a calling monitor election 2024-04-15T20:47:44.656 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:47:44 smithi094 bash[22212]: cluster 2024-04-15T20:47:44.103080+0000 mon.a (mon.0) 918 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-04-15T20:47:44.656 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:47:44 smithi094 bash[22212]: cluster 2024-04-15T20:47:44.109670+0000 mon.a (mon.0) 919 : cluster [DBG] monmap epoch 4 2024-04-15T20:47:44.656 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:47:44 smithi094 bash[22212]: cluster 2024-04-15T20:47:44.109708+0000 mon.a (mon.0) 920 : cluster [DBG] fsid cb456bda-fb67-11ee-bc8f-c7b262605968 2024-04-15T20:47:44.656 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:47:44 smithi094 bash[22212]: cluster 2024-04-15T20:47:44.109727+0000 mon.a (mon.0) 921 : cluster [DBG] last_changed 2024-04-15T20:47:42.073886+0000 2024-04-15T20:47:44.656 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:47:44 smithi094 bash[22212]: cluster 2024-04-15T20:47:44.109744+0000 mon.a (mon.0) 922 : cluster [DBG] created 2024-04-15T20:37:26.203899+0000 2024-04-15T20:47:44.656 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:47:44 smithi094 bash[22212]: cluster 2024-04-15T20:47:44.109763+0000 mon.a (mon.0) 923 : cluster [DBG] min_mon_release 19 (squid) 2024-04-15T20:47:44.656 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:47:44 smithi094 bash[22212]: cluster 2024-04-15T20:47:44.109787+0000 mon.a (mon.0) 924 : cluster [DBG] election_strategy: 1 2024-04-15T20:47:44.656 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:47:44 smithi094 bash[22212]: cluster 2024-04-15T20:47:44.109812+0000 mon.a (mon.0) 925 : cluster [DBG] 0: [v2:172.21.15.69:3300/0,v1:172.21.15.69:6789/0] mon.a 2024-04-15T20:47:44.656 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:47:44 smithi094 bash[22212]: cluster 2024-04-15T20:47:44.109834+0000 mon.a (mon.0) 926 : cluster [DBG] 1: [v2:172.21.15.94:3300/0,v1:172.21.15.94:6789/0] mon.b 2024-04-15T20:47:44.656 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:47:44 smithi094 bash[22212]: cluster 2024-04-15T20:47:44.110855+0000 mon.a (mon.0) 927 : cluster [DBG] fsmap 2024-04-15T20:47:44.657 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:47:44 smithi094 bash[22212]: cluster 2024-04-15T20:47:44.110914+0000 mon.a (mon.0) 928 : cluster [DBG] osdmap e45: 6 total, 6 up, 6 in 2024-04-15T20:47:44.657 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:47:44 smithi094 bash[22212]: cluster 2024-04-15T20:47:44.111485+0000 mon.a (mon.0) 929 : cluster [DBG] mgrmap e15: a(active, since 9m), standbys: b 2024-04-15T20:47:44.657 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:47:44 smithi094 bash[22212]: cluster 2024-04-15T20:47:44.111743+0000 mon.a (mon.0) 930 : cluster [INF] overall HEALTH_OK 2024-04-15T20:47:45.413 INFO:teuthology.orchestra.run.smithi069.stdout:Scheduled to remove the following daemons from host 'smithi204' 2024-04-15T20:47:45.413 INFO:teuthology.orchestra.run.smithi069.stdout:type id 2024-04-15T20:47:45.414 INFO:teuthology.orchestra.run.smithi069.stdout:-------------------- --------------- 2024-04-15T20:47:45.414 INFO:teuthology.orchestra.run.smithi069.stdout:agent smithi204 2024-04-15T20:47:45.414 INFO:teuthology.orchestra.run.smithi069.stdout:mon c 2024-04-15T20:47:45.414 INFO:teuthology.orchestra.run.smithi069.stdout:osd 4 2024-04-15T20:47:45.414 INFO:teuthology.orchestra.run.smithi069.stdout:osd 5 2024-04-15T20:47:45.429 INFO:teuthology.orchestra.run.smithi069.stderr:++ ceph orch ps --hostname smithi204 2024-04-15T20:47:45.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:47:45 smithi094 bash[22212]: cephadm 2024-04-15T20:47:44.114196+0000 mgr.a (mgr.14152) 365 : cephadm [INF] Removing daemon mon.c from smithi204 -- ports [] 2024-04-15T20:47:45.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:47:45 smithi069 bash[21530]: cephadm 2024-04-15T20:47:44.114196+0000 mgr.a (mgr.14152) 365 : cephadm [INF] Removing daemon mon.c from smithi204 -- ports [] 2024-04-15T20:47:45.804 INFO:teuthology.orchestra.run.smithi069.stderr:+ HOST_C_DAEMONS='NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-15T20:47:45.804 INFO:teuthology.orchestra.run.smithi069.stderr:agent.smithi204 smithi204 running 15s ago 8m - - 2024-04-15T20:47:45.804 INFO:teuthology.orchestra.run.smithi069.stderr:mon.c smithi204 running (7m) 15s ago 7m 36.9M 2048M 19.0.0-3084-g87dbfb63 a452a57266c7 c31f9a6fd44d 2024-04-15T20:47:45.804 INFO:teuthology.orchestra.run.smithi069.stderr:osd.4 smithi204 running (2m) 15s ago 3m 45.9M 9.93G 19.0.0-3084-g87dbfb63 a452a57266c7 f70ca4149810 2024-04-15T20:47:45.804 INFO:teuthology.orchestra.run.smithi069.stderr:osd.5 smithi204 running (2m) 15s ago 2m 44.0M 9.93G 19.0.0-3084-g87dbfb63 a452a57266c7 8bf0f57327ab ' 2024-04-15T20:47:45.804 INFO:teuthology.orchestra.run.smithi069.stderr:+ '[' 'NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-15T20:47:45.805 INFO:teuthology.orchestra.run.smithi069.stderr:agent.smithi204 smithi204 running 15s ago 8m - - 2024-04-15T20:47:45.805 INFO:teuthology.orchestra.run.smithi069.stderr:mon.c smithi204 running (7m) 15s ago 7m 36.9M 2048M 19.0.0-3084-g87dbfb63 a452a57266c7 c31f9a6fd44d 2024-04-15T20:47:45.805 INFO:teuthology.orchestra.run.smithi069.stderr:osd.4 smithi204 running (2m) 15s ago 3m 45.9M 9.93G 19.0.0-3084-g87dbfb63 a452a57266c7 f70ca4149810 2024-04-15T20:47:45.805 INFO:teuthology.orchestra.run.smithi069.stderr:osd.5 smithi204 running (2m) 15s ago 2m 44.0M 9.93G 19.0.0-3084-g87dbfb63 a452a57266c7 8bf0f57327ab ' '!=' 'No daemons reported' ']' 2024-04-15T20:47:45.805 INFO:teuthology.orchestra.run.smithi069.stderr:+ sleep 15 2024-04-15T20:47:46.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:47:46 smithi094 bash[22212]: cluster 2024-04-15T20:47:44.850529+0000 mgr.a (mgr.14152) 366 : cluster [DBG] pgmap v312: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:47:46.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:47:46 smithi094 bash[22212]: audit 2024-04-15T20:47:45.415062+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:47:46.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:47:46 smithi094 bash[22212]: audit 2024-04-15T20:47:45.419754+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:47:46.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:47:46 smithi094 bash[22212]: audit 2024-04-15T20:47:45.421238+0000 mon.a (mon.0) 933 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-04-15T20:47:46.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:47:46 smithi094 bash[22212]: audit 2024-04-15T20:47:45.423045+0000 mon.a (mon.0) 934 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-04-15T20:47:46.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:47:46 smithi069 bash[21530]: cluster 2024-04-15T20:47:44.850529+0000 mgr.a (mgr.14152) 366 : cluster [DBG] pgmap v312: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:47:46.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:47:46 smithi069 bash[21530]: audit 2024-04-15T20:47:45.415062+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:47:46.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:47:46 smithi069 bash[21530]: audit 2024-04-15T20:47:45.419754+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:47:46.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:47:46 smithi069 bash[21530]: audit 2024-04-15T20:47:45.421238+0000 mon.a (mon.0) 933 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-04-15T20:47:46.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:47:46 smithi069 bash[21530]: audit 2024-04-15T20:47:45.423045+0000 mon.a (mon.0) 934 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-04-15T20:47:47.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:47:47 smithi094 bash[22212]: audit 2024-04-15T20:47:45.409742+0000 mgr.a (mgr.14152) 367 : audit [DBG] from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch host drain", "hostname": "smithi204", "zap_osd_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:47:47.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:47:47 smithi094 bash[22212]: cephadm 2024-04-15T20:47:45.415677+0000 mgr.a (mgr.14152) 368 : cephadm [INF] Added label _no_schedule to host smithi204 2024-04-15T20:47:47.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:47:47 smithi094 bash[22212]: cephadm 2024-04-15T20:47:45.420210+0000 mgr.a (mgr.14152) 369 : cephadm [INF] Added label _no_conf_keyring to host smithi204 2024-04-15T20:47:47.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:47:47 smithi094 bash[22212]: cephadm 2024-04-15T20:47:45.422275+0000 mgr.a (mgr.14152) 370 : cephadm [INF] osd.4 crush weight is 0.0872955322265625 2024-04-15T20:47:47.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:47:47 smithi094 bash[22212]: cephadm 2024-04-15T20:47:45.424032+0000 mgr.a (mgr.14152) 371 : cephadm [INF] osd.5 crush weight is 0.0872955322265625 2024-04-15T20:47:47.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:47:47 smithi094 bash[22212]: audit 2024-04-15T20:47:45.788835+0000 mgr.a (mgr.14152) 372 : audit [DBG] from='client.14476 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi204", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:47:47.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:47:47 smithi069 bash[21530]: audit 2024-04-15T20:47:45.409742+0000 mgr.a (mgr.14152) 367 : audit [DBG] from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch host drain", "hostname": "smithi204", "zap_osd_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:47:47.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:47:47 smithi069 bash[21530]: cephadm 2024-04-15T20:47:45.415677+0000 mgr.a (mgr.14152) 368 : cephadm [INF] Added label _no_schedule to host smithi204 2024-04-15T20:47:47.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:47:47 smithi069 bash[21530]: cephadm 2024-04-15T20:47:45.420210+0000 mgr.a (mgr.14152) 369 : cephadm [INF] Added label _no_conf_keyring to host smithi204 2024-04-15T20:47:47.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:47:47 smithi069 bash[21530]: cephadm 2024-04-15T20:47:45.422275+0000 mgr.a (mgr.14152) 370 : cephadm [INF] osd.4 crush weight is 0.0872955322265625 2024-04-15T20:47:47.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:47:47 smithi069 bash[21530]: cephadm 2024-04-15T20:47:45.424032+0000 mgr.a (mgr.14152) 371 : cephadm [INF] osd.5 crush weight is 0.0872955322265625 2024-04-15T20:47:47.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:47:47 smithi069 bash[21530]: audit 2024-04-15T20:47:45.788835+0000 mgr.a (mgr.14152) 372 : audit [DBG] from='client.14476 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi204", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:47:48.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:47:48 smithi094 bash[22212]: cluster 2024-04-15T20:47:46.851088+0000 mgr.a (mgr.14152) 373 : cluster [DBG] pgmap v313: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:47:48.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:47:48 smithi069 bash[21530]: cluster 2024-04-15T20:47:46.851088+0000 mgr.a (mgr.14152) 373 : cluster [DBG] pgmap v313: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:47:49.436 INFO:journalctl@ceph.mon.c.smithi204.stdout:Apr 15 20:47:49 smithi204 systemd[1]: /etc/systemd/system/ceph-cb456bda-fb67-11ee-bc8f-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-15T20:47:49.437 INFO:journalctl@ceph.osd.4.smithi204.stdout:Apr 15 20:47:49 smithi204 systemd[1]: /etc/systemd/system/ceph-cb456bda-fb67-11ee-bc8f-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-15T20:47:49.437 INFO:journalctl@ceph.osd.5.smithi204.stdout:Apr 15 20:47:49 smithi204 systemd[1]: /etc/systemd/system/ceph-cb456bda-fb67-11ee-bc8f-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-15T20:47:50.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:47:50 smithi094 bash[22212]: cluster 2024-04-15T20:47:48.851631+0000 mgr.a (mgr.14152) 374 : cluster [DBG] pgmap v314: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:47:50.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:47:50 smithi094 bash[22212]: audit 2024-04-15T20:47:49.498885+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:47:50.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:47:50 smithi094 bash[22212]: audit 2024-04-15T20:47:49.506463+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:47:50.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:47:50 smithi094 bash[22212]: audit 2024-04-15T20:47:49.606906+0000 mon.a (mon.0) 937 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:47:50.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:47:50 smithi069 bash[21530]: cluster 2024-04-15T20:47:48.851631+0000 mgr.a (mgr.14152) 374 : cluster [DBG] pgmap v314: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:47:50.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:47:50 smithi069 bash[21530]: audit 2024-04-15T20:47:49.498885+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:47:50.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:47:50 smithi069 bash[21530]: audit 2024-04-15T20:47:49.506463+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:47:50.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:47:50 smithi069 bash[21530]: audit 2024-04-15T20:47:49.606906+0000 mon.a (mon.0) 937 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:47:51.904 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:47:51 smithi094 bash[22212]: audit 2024-04-15T20:47:50.509898+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:47:51.904 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:47:51 smithi094 bash[22212]: audit 2024-04-15T20:47:50.519790+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:47:51.904 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:47:51 smithi094 bash[22212]: audit 2024-04-15T20:47:50.531528+0000 mon.a (mon.0) 940 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:47:51.904 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:47:51 smithi094 bash[22212]: cluster 2024-04-15T20:47:50.852287+0000 mgr.a (mgr.14152) 375 : cluster [DBG] pgmap v315: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:47:51.922 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:47:51 smithi069 bash[21530]: audit 2024-04-15T20:47:50.509898+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:47:51.922 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:47:51 smithi069 bash[21530]: audit 2024-04-15T20:47:50.519790+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:47:51.922 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:47:51 smithi069 bash[21530]: audit 2024-04-15T20:47:50.531528+0000 mon.a (mon.0) 940 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:47:51.922 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:47:51 smithi069 bash[21530]: cluster 2024-04-15T20:47:50.852287+0000 mgr.a (mgr.14152) 375 : cluster [DBG] pgmap v315: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:47:53.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:47:53 smithi094 bash[22212]: audit 2024-04-15T20:47:52.477001+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:47:53.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:47:53 smithi094 bash[22212]: audit 2024-04-15T20:47:52.486772+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:47:53.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:47:53 smithi094 bash[22212]: audit 2024-04-15T20:47:52.497019+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:47:53.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:47:53 smithi094 bash[22212]: cluster 2024-04-15T20:47:52.852889+0000 mgr.a (mgr.14152) 376 : cluster [DBG] pgmap v316: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:47:53.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:47:53 smithi094 bash[22212]: audit 2024-04-15T20:47:53.348688+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:47:53.922 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:47:53 smithi069 bash[21530]: audit 2024-04-15T20:47:52.477001+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:47:53.922 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:47:53 smithi069 bash[21530]: audit 2024-04-15T20:47:52.486772+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:47:53.922 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:47:53 smithi069 bash[21530]: audit 2024-04-15T20:47:52.497019+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:47:53.922 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:47:53 smithi069 bash[21530]: cluster 2024-04-15T20:47:52.852889+0000 mgr.a (mgr.14152) 376 : cluster [DBG] pgmap v316: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:47:53.922 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:47:53 smithi069 bash[21530]: audit 2024-04-15T20:47:53.348688+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:47:55.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:47:55 smithi069 bash[21530]: audit 2024-04-15T20:47:54.449781+0000 mon.a (mon.0) 945 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:47:55.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:47:55 smithi069 bash[21530]: audit 2024-04-15T20:47:54.457724+0000 mon.a (mon.0) 946 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:47:55.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:47:55 smithi069 bash[21530]: cluster 2024-04-15T20:47:54.853427+0000 mgr.a (mgr.14152) 377 : cluster [DBG] pgmap v317: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:47:55.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:47:55 smithi069 bash[21530]: audit 2024-04-15T20:47:54.884936+0000 mon.a (mon.0) 947 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:47:55.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:47:55 smithi069 bash[21530]: audit 2024-04-15T20:47:54.893093+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:47:55.836 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:47:55 smithi094 bash[22212]: audit 2024-04-15T20:47:54.449781+0000 mon.a (mon.0) 945 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:47:55.836 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:47:55 smithi094 bash[22212]: audit 2024-04-15T20:47:54.457724+0000 mon.a (mon.0) 946 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:47:55.836 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:47:55 smithi094 bash[22212]: cluster 2024-04-15T20:47:54.853427+0000 mgr.a (mgr.14152) 377 : cluster [DBG] pgmap v317: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:47:55.837 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:47:55 smithi094 bash[22212]: audit 2024-04-15T20:47:54.884936+0000 mon.a (mon.0) 947 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:47:55.837 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:47:55 smithi094 bash[22212]: audit 2024-04-15T20:47:54.893093+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:47:57.172 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:47:56 smithi069 bash[21530]: audit 2024-04-15T20:47:55.937441+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:47:57.172 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:47:56 smithi069 bash[21530]: audit 2024-04-15T20:47:55.946759+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:47:57.172 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:47:56 smithi069 bash[21530]: audit 2024-04-15T20:47:55.957033+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:47:57.403 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:47:56 smithi094 bash[22212]: audit 2024-04-15T20:47:55.937441+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:47:57.404 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:47:56 smithi094 bash[22212]: audit 2024-04-15T20:47:55.946759+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:47:57.404 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:47:56 smithi094 bash[22212]: audit 2024-04-15T20:47:55.957033+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:47:58.153 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:47:57 smithi094 bash[22212]: cluster 2024-04-15T20:47:56.853982+0000 mgr.a (mgr.14152) 378 : cluster [DBG] pgmap v318: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:47:58.223 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:47:57 smithi069 bash[21530]: cluster 2024-04-15T20:47:56.853982+0000 mgr.a (mgr.14152) 378 : cluster [DBG] pgmap v318: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:48:00.403 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:47:59 smithi094 bash[22212]: cluster 2024-04-15T20:47:58.854549+0000 mgr.a (mgr.14152) 379 : cluster [DBG] pgmap v319: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:48:00.421 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:47:59 smithi069 bash[21530]: cluster 2024-04-15T20:47:58.854549+0000 mgr.a (mgr.14152) 379 : cluster [DBG] pgmap v319: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:48:00.807 INFO:teuthology.orchestra.run.smithi069.stderr:++ ceph orch ps --hostname smithi204 2024-04-15T20:48:01.187 INFO:teuthology.orchestra.run.smithi069.stderr:+ HOST_C_DAEMONS='NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-15T20:48:01.187 INFO:teuthology.orchestra.run.smithi069.stderr:agent.smithi204 smithi204 running 6s ago 8m - - 2024-04-15T20:48:01.188 INFO:teuthology.orchestra.run.smithi069.stderr:osd.4 smithi204 running (3m) 6s ago 3m 46.2M 9.93G 19.0.0-3084-g87dbfb63 a452a57266c7 f70ca4149810 2024-04-15T20:48:01.188 INFO:teuthology.orchestra.run.smithi069.stderr:osd.5 smithi204 running (2m) 6s ago 2m 44.3M 9.93G 19.0.0-3084-g87dbfb63 a452a57266c7 8bf0f57327ab ' 2024-04-15T20:48:01.188 INFO:teuthology.orchestra.run.smithi069.stderr:+ '[' 'NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-15T20:48:01.188 INFO:teuthology.orchestra.run.smithi069.stderr:agent.smithi204 smithi204 running 6s ago 8m - - 2024-04-15T20:48:01.188 INFO:teuthology.orchestra.run.smithi069.stderr:osd.4 smithi204 running (3m) 6s ago 3m 46.2M 9.93G 19.0.0-3084-g87dbfb63 a452a57266c7 f70ca4149810 2024-04-15T20:48:01.188 INFO:teuthology.orchestra.run.smithi069.stderr:osd.5 smithi204 running (2m) 6s ago 2m 44.3M 9.93G 19.0.0-3084-g87dbfb63 a452a57266c7 8bf0f57327ab ' '!=' 'No daemons reported' ']' 2024-04-15T20:48:01.188 INFO:teuthology.orchestra.run.smithi069.stderr:+ sleep 15 2024-04-15T20:48:01.403 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:01 smithi094 bash[22212]: audit 2024-04-15T20:48:00.088638+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:01.404 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:01 smithi094 bash[22212]: audit 2024-04-15T20:48:00.096142+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:01.404 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:01 smithi094 bash[22212]: audit 2024-04-15T20:48:00.104194+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:01.421 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:01 smithi069 bash[21530]: audit 2024-04-15T20:48:00.088638+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:01.422 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:01 smithi069 bash[21530]: audit 2024-04-15T20:48:00.096142+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:01.422 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:01 smithi069 bash[21530]: audit 2024-04-15T20:48:00.104194+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:02.404 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:02 smithi094 bash[22212]: cluster 2024-04-15T20:48:00.855228+0000 mgr.a (mgr.14152) 380 : cluster [DBG] pgmap v320: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:48:02.404 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:02 smithi094 bash[22212]: audit 2024-04-15T20:48:01.171442+0000 mgr.a (mgr.14152) 381 : audit [DBG] from='client.14480 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi204", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:48:02.422 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:02 smithi069 bash[21530]: cluster 2024-04-15T20:48:00.855228+0000 mgr.a (mgr.14152) 380 : cluster [DBG] pgmap v320: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:48:02.422 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:02 smithi069 bash[21530]: audit 2024-04-15T20:48:01.171442+0000 mgr.a (mgr.14152) 381 : audit [DBG] from='client.14480 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi204", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:48:04.403 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:04 smithi094 bash[22212]: cluster 2024-04-15T20:48:02.855844+0000 mgr.a (mgr.14152) 382 : cluster [DBG] pgmap v321: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:48:04.421 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:04 smithi069 bash[21530]: cluster 2024-04-15T20:48:02.855844+0000 mgr.a (mgr.14152) 382 : cluster [DBG] pgmap v321: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:48:05.904 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:05 smithi094 bash[22212]: cephadm 2024-04-15T20:48:04.637649+0000 mgr.a (mgr.14152) 383 : cephadm [INF] Detected new or changed devices on smithi204 2024-04-15T20:48:05.905 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:05 smithi094 bash[22212]: audit 2024-04-15T20:48:04.646190+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:05.905 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:05 smithi094 bash[22212]: audit 2024-04-15T20:48:04.654339+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:05.905 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:05 smithi094 bash[22212]: audit 2024-04-15T20:48:04.656081+0000 mon.a (mon.0) 957 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:48:05.905 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:05 smithi094 bash[22212]: audit 2024-04-15T20:48:04.658068+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:48:05.905 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:05 smithi094 bash[22212]: cephadm 2024-04-15T20:48:04.660783+0000 mgr.a (mgr.14152) 384 : cephadm [INF] Updating smithi069:/etc/ceph/ceph.conf 2024-04-15T20:48:05.905 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:05 smithi094 bash[22212]: cephadm 2024-04-15T20:48:04.661633+0000 mgr.a (mgr.14152) 385 : cephadm [INF] Updating smithi094:/etc/ceph/ceph.conf 2024-04-15T20:48:05.905 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:05 smithi094 bash[22212]: cephadm 2024-04-15T20:48:04.662023+0000 mgr.a (mgr.14152) 386 : cephadm [INF] Removing smithi204:/var/lib/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/config/ceph.conf 2024-04-15T20:48:05.905 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:05 smithi094 bash[22212]: cephadm 2024-04-15T20:48:04.778877+0000 mgr.a (mgr.14152) 387 : cephadm [INF] Removing smithi204:/etc/ceph/ceph.client.admin.keyring 2024-04-15T20:48:05.905 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:05 smithi094 bash[22212]: cephadm 2024-04-15T20:48:04.844023+0000 mgr.a (mgr.14152) 388 : cephadm [INF] Removing smithi204:/var/lib/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/config/ceph.client.admin.keyring 2024-04-15T20:48:05.905 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:05 smithi094 bash[22212]: cluster 2024-04-15T20:48:04.856326+0000 mgr.a (mgr.14152) 389 : cluster [DBG] pgmap v322: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:48:05.905 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:05 smithi094 bash[22212]: audit 2024-04-15T20:48:04.914822+0000 mon.a (mon.0) 959 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:05.906 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:05 smithi094 bash[22212]: audit 2024-04-15T20:48:04.919802+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:05.906 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:05 smithi094 bash[22212]: cephadm 2024-04-15T20:48:04.977596+0000 mgr.a (mgr.14152) 390 : cephadm [INF] Updating smithi094:/var/lib/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/config/ceph.conf 2024-04-15T20:48:05.906 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:05 smithi094 bash[22212]: cephadm 2024-04-15T20:48:04.977916+0000 mgr.a (mgr.14152) 391 : cephadm [INF] Updating smithi069:/var/lib/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/config/ceph.conf 2024-04-15T20:48:05.906 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:05 smithi094 bash[22212]: audit 2024-04-15T20:48:05.150909+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:05.906 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:05 smithi094 bash[22212]: audit 2024-04-15T20:48:05.156830+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:05.906 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:05 smithi094 bash[22212]: audit 2024-04-15T20:48:05.161874+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:05.906 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:05 smithi094 bash[22212]: audit 2024-04-15T20:48:05.166338+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:05.906 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:05 smithi094 bash[22212]: audit 2024-04-15T20:48:05.170614+0000 mon.a (mon.0) 965 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-15T20:48:05.906 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:05 smithi094 bash[22212]: audit 2024-04-15T20:48:05.170935+0000 mgr.a (mgr.14152) 392 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-15T20:48:05.906 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:05 smithi094 bash[22212]: audit 2024-04-15T20:48:05.172900+0000 mon.a (mon.0) 966 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-15T20:48:05.906 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:05 smithi094 bash[22212]: audit 2024-04-15T20:48:05.173203+0000 mgr.a (mgr.14152) 393 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-15T20:48:05.906 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:05 smithi094 bash[22212]: audit 2024-04-15T20:48:05.175147+0000 mon.a (mon.0) 967 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-04-15T20:48:05.907 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:05 smithi094 bash[22212]: audit 2024-04-15T20:48:05.175528+0000 mgr.a (mgr.14152) 394 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-04-15T20:48:05.907 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:05 smithi094 bash[22212]: audit 2024-04-15T20:48:05.177081+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]: dispatch 2024-04-15T20:48:05.922 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:05 smithi069 bash[21530]: cephadm 2024-04-15T20:48:04.637649+0000 mgr.a (mgr.14152) 383 : cephadm [INF] Detected new or changed devices on smithi204 2024-04-15T20:48:05.923 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:05 smithi069 bash[21530]: audit 2024-04-15T20:48:04.646190+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:05.923 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:05 smithi069 bash[21530]: audit 2024-04-15T20:48:04.654339+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:05.923 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:05 smithi069 bash[21530]: audit 2024-04-15T20:48:04.656081+0000 mon.a (mon.0) 957 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:48:05.923 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:05 smithi069 bash[21530]: audit 2024-04-15T20:48:04.658068+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:48:05.923 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:05 smithi069 bash[21530]: cephadm 2024-04-15T20:48:04.660783+0000 mgr.a (mgr.14152) 384 : cephadm [INF] Updating smithi069:/etc/ceph/ceph.conf 2024-04-15T20:48:05.923 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:05 smithi069 bash[21530]: cephadm 2024-04-15T20:48:04.661633+0000 mgr.a (mgr.14152) 385 : cephadm [INF] Updating smithi094:/etc/ceph/ceph.conf 2024-04-15T20:48:05.923 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:05 smithi069 bash[21530]: cephadm 2024-04-15T20:48:04.662023+0000 mgr.a (mgr.14152) 386 : cephadm [INF] Removing smithi204:/var/lib/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/config/ceph.conf 2024-04-15T20:48:05.923 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:05 smithi069 bash[21530]: cephadm 2024-04-15T20:48:04.778877+0000 mgr.a (mgr.14152) 387 : cephadm [INF] Removing smithi204:/etc/ceph/ceph.client.admin.keyring 2024-04-15T20:48:05.923 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:05 smithi069 bash[21530]: cephadm 2024-04-15T20:48:04.844023+0000 mgr.a (mgr.14152) 388 : cephadm [INF] Removing smithi204:/var/lib/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/config/ceph.client.admin.keyring 2024-04-15T20:48:05.923 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:05 smithi069 bash[21530]: cluster 2024-04-15T20:48:04.856326+0000 mgr.a (mgr.14152) 389 : cluster [DBG] pgmap v322: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:48:05.923 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:05 smithi069 bash[21530]: audit 2024-04-15T20:48:04.914822+0000 mon.a (mon.0) 959 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:05.923 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:05 smithi069 bash[21530]: audit 2024-04-15T20:48:04.919802+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:05.924 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:05 smithi069 bash[21530]: cephadm 2024-04-15T20:48:04.977596+0000 mgr.a (mgr.14152) 390 : cephadm [INF] Updating smithi094:/var/lib/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/config/ceph.conf 2024-04-15T20:48:05.924 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:05 smithi069 bash[21530]: cephadm 2024-04-15T20:48:04.977916+0000 mgr.a (mgr.14152) 391 : cephadm [INF] Updating smithi069:/var/lib/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/config/ceph.conf 2024-04-15T20:48:05.924 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:05 smithi069 bash[21530]: audit 2024-04-15T20:48:05.150909+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:05.924 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:05 smithi069 bash[21530]: audit 2024-04-15T20:48:05.156830+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:05.924 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:05 smithi069 bash[21530]: audit 2024-04-15T20:48:05.161874+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:05.924 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:05 smithi069 bash[21530]: audit 2024-04-15T20:48:05.166338+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:05.924 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:05 smithi069 bash[21530]: audit 2024-04-15T20:48:05.170614+0000 mon.a (mon.0) 965 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-15T20:48:05.924 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:05 smithi069 bash[21530]: audit 2024-04-15T20:48:05.170935+0000 mgr.a (mgr.14152) 392 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-15T20:48:05.924 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:05 smithi069 bash[21530]: audit 2024-04-15T20:48:05.172900+0000 mon.a (mon.0) 966 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-15T20:48:05.924 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:05 smithi069 bash[21530]: audit 2024-04-15T20:48:05.173203+0000 mgr.a (mgr.14152) 393 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-15T20:48:05.924 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:05 smithi069 bash[21530]: audit 2024-04-15T20:48:05.175147+0000 mon.a (mon.0) 967 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-04-15T20:48:05.924 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:05 smithi069 bash[21530]: audit 2024-04-15T20:48:05.175528+0000 mgr.a (mgr.14152) 394 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-04-15T20:48:05.924 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:05 smithi069 bash[21530]: audit 2024-04-15T20:48:05.177081+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]: dispatch 2024-04-15T20:48:06.671 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:06 smithi069 bash[21530]: debug 2024-04-15T20:48:06.179+0000 7f4c5aa4a700 -1 mon.a@0(leader).osd e46 definitely_dead 0 2024-04-15T20:48:07.186 INFO:journalctl@ceph.osd.4.smithi204.stdout:Apr 15 20:48:06 smithi204 systemd[1]: Stopping Ceph osd.4 for cb456bda-fb67-11ee-bc8f-c7b262605968... 2024-04-15T20:48:07.187 INFO:journalctl@ceph.osd.4.smithi204.stdout:Apr 15 20:48:06 smithi204 bash[28778]: debug 2024-04-15T20:48:06.959+0000 7fc172ea4700 -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-04-15T20:48:07.187 INFO:journalctl@ceph.osd.4.smithi204.stdout:Apr 15 20:48:06 smithi204 bash[28778]: debug 2024-04-15T20:48:06.959+0000 7fc172ea4700 -1 osd.4 46 *** Got signal Terminated *** 2024-04-15T20:48:07.187 INFO:journalctl@ceph.osd.4.smithi204.stdout:Apr 15 20:48:06 smithi204 bash[28778]: debug 2024-04-15T20:48:06.959+0000 7fc172ea4700 -1 osd.4 46 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-15T20:48:07.422 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:07 smithi069 bash[21530]: audit 2024-04-15T20:48:06.168219+0000 mon.a (mon.0) 969 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd='[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]': finished 2024-04-15T20:48:07.422 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:07 smithi069 bash[21530]: cluster 2024-04-15T20:48:06.175489+0000 mon.a (mon.0) 970 : cluster [DBG] osdmap e46: 6 total, 6 up, 6 in 2024-04-15T20:48:07.422 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:07 smithi069 bash[21530]: cephadm 2024-04-15T20:48:06.176690+0000 mgr.a (mgr.14152) 395 : cephadm [INF] osd.5 weight is now 0.0 2024-04-15T20:48:07.422 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:07 smithi069 bash[21530]: audit 2024-04-15T20:48:06.177577+0000 mon.a (mon.0) 971 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-15T20:48:07.422 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:07 smithi069 bash[21530]: audit 2024-04-15T20:48:06.177916+0000 mgr.a (mgr.14152) 396 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-15T20:48:07.422 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:07 smithi069 bash[21530]: audit 2024-04-15T20:48:06.180306+0000 mon.a (mon.0) 972 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-04-15T20:48:07.422 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:07 smithi069 bash[21530]: audit 2024-04-15T20:48:06.180629+0000 mgr.a (mgr.14152) 397 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-04-15T20:48:07.422 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:07 smithi069 bash[21530]: audit 2024-04-15T20:48:06.182744+0000 mon.a (mon.0) 973 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["4"]}]: dispatch 2024-04-15T20:48:07.423 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:07 smithi069 bash[21530]: cluster 2024-04-15T20:48:06.418512+0000 mon.a (mon.0) 974 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-04-15T20:48:07.423 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:07 smithi069 bash[21530]: audit 2024-04-15T20:48:06.421889+0000 mon.a (mon.0) 975 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["4"]}]': finished 2024-04-15T20:48:07.423 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:07 smithi069 bash[21530]: cluster 2024-04-15T20:48:06.429583+0000 mon.a (mon.0) 976 : cluster [DBG] osdmap e47: 6 total, 5 up, 6 in 2024-04-15T20:48:07.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:07 smithi094 bash[22212]: audit 2024-04-15T20:48:06.168219+0000 mon.a (mon.0) 969 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd='[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]': finished 2024-04-15T20:48:07.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:07 smithi094 bash[22212]: cluster 2024-04-15T20:48:06.175489+0000 mon.a (mon.0) 970 : cluster [DBG] osdmap e46: 6 total, 6 up, 6 in 2024-04-15T20:48:07.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:07 smithi094 bash[22212]: cephadm 2024-04-15T20:48:06.176690+0000 mgr.a (mgr.14152) 395 : cephadm [INF] osd.5 weight is now 0.0 2024-04-15T20:48:07.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:07 smithi094 bash[22212]: audit 2024-04-15T20:48:06.177577+0000 mon.a (mon.0) 971 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-15T20:48:07.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:07 smithi094 bash[22212]: audit 2024-04-15T20:48:06.177916+0000 mgr.a (mgr.14152) 396 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-15T20:48:07.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:07 smithi094 bash[22212]: audit 2024-04-15T20:48:06.180306+0000 mon.a (mon.0) 972 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-04-15T20:48:07.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:07 smithi094 bash[22212]: audit 2024-04-15T20:48:06.180629+0000 mgr.a (mgr.14152) 397 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-04-15T20:48:07.655 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:07 smithi094 bash[22212]: audit 2024-04-15T20:48:06.182744+0000 mon.a (mon.0) 973 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["4"]}]: dispatch 2024-04-15T20:48:07.655 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:07 smithi094 bash[22212]: cluster 2024-04-15T20:48:06.418512+0000 mon.a (mon.0) 974 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-04-15T20:48:07.655 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:07 smithi094 bash[22212]: audit 2024-04-15T20:48:06.421889+0000 mon.a (mon.0) 975 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["4"]}]': finished 2024-04-15T20:48:07.655 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:07 smithi094 bash[22212]: cluster 2024-04-15T20:48:06.429583+0000 mon.a (mon.0) 976 : cluster [DBG] osdmap e47: 6 total, 5 up, 6 in 2024-04-15T20:48:08.422 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:08 smithi069 bash[21530]: cephadm 2024-04-15T20:48:06.430994+0000 mgr.a (mgr.14152) 398 : cephadm [INF] osd.4 now down 2024-04-15T20:48:08.422 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:08 smithi069 bash[21530]: cephadm 2024-04-15T20:48:06.431701+0000 mgr.a (mgr.14152) 399 : cephadm [INF] Removing daemon osd.4 from smithi204 -- ports [] 2024-04-15T20:48:08.422 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:08 smithi069 bash[21530]: cluster 2024-04-15T20:48:06.856851+0000 mgr.a (mgr.14152) 400 : cluster [DBG] pgmap v325: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:48:08.422 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:08 smithi069 bash[21530]: cluster 2024-04-15T20:48:07.438589+0000 mon.a (mon.0) 977 : cluster [DBG] osdmap e48: 6 total, 5 up, 6 in 2024-04-15T20:48:08.469 INFO:journalctl@ceph.osd.4.smithi204.stdout:Apr 15 20:48:07 smithi204 bash[37857]: ceph-cb456bda-fb67-11ee-bc8f-c7b262605968-osd-4 2024-04-15T20:48:08.470 INFO:journalctl@ceph.osd.4.smithi204.stdout:Apr 15 20:48:08 smithi204 bash[37920]: Error response from daemon: No such container: ceph-cb456bda-fb67-11ee-bc8f-c7b262605968-osd-4 2024-04-15T20:48:08.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:08 smithi094 bash[22212]: cephadm 2024-04-15T20:48:06.430994+0000 mgr.a (mgr.14152) 398 : cephadm [INF] osd.4 now down 2024-04-15T20:48:08.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:08 smithi094 bash[22212]: cephadm 2024-04-15T20:48:06.431701+0000 mgr.a (mgr.14152) 399 : cephadm [INF] Removing daemon osd.4 from smithi204 -- ports [] 2024-04-15T20:48:08.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:08 smithi094 bash[22212]: cluster 2024-04-15T20:48:06.856851+0000 mgr.a (mgr.14152) 400 : cluster [DBG] pgmap v325: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:48:08.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:08 smithi094 bash[22212]: cluster 2024-04-15T20:48:07.438589+0000 mon.a (mon.0) 977 : cluster [DBG] osdmap e48: 6 total, 5 up, 6 in 2024-04-15T20:48:09.903 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:09 smithi094 bash[22212]: cluster 2024-04-15T20:48:08.442115+0000 mon.a (mon.0) 978 : cluster [DBG] osdmap e49: 6 total, 5 up, 6 in 2024-04-15T20:48:09.904 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:09 smithi094 bash[22212]: cluster 2024-04-15T20:48:08.857400+0000 mgr.a (mgr.14152) 401 : cluster [DBG] pgmap v328: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:48:09.921 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:09 smithi069 bash[21530]: cluster 2024-04-15T20:48:08.442115+0000 mon.a (mon.0) 978 : cluster [DBG] osdmap e49: 6 total, 5 up, 6 in 2024-04-15T20:48:09.922 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:09 smithi069 bash[21530]: cluster 2024-04-15T20:48:08.857400+0000 mgr.a (mgr.14152) 401 : cluster [DBG] pgmap v328: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:48:10.186 INFO:journalctl@ceph.osd.4.smithi204.stdout:Apr 15 20:48:09 smithi204 systemd[1]: ceph-cb456bda-fb67-11ee-bc8f-c7b262605968@osd.4.service: Deactivated successfully. 2024-04-15T20:48:10.186 INFO:journalctl@ceph.osd.4.smithi204.stdout:Apr 15 20:48:09 smithi204 systemd[1]: Stopped Ceph osd.4 for cb456bda-fb67-11ee-bc8f-c7b262605968. 2024-04-15T20:48:10.186 INFO:journalctl@ceph.osd.4.smithi204.stdout:Apr 15 20:48:10 smithi204 systemd[1]: /etc/systemd/system/ceph-cb456bda-fb67-11ee-bc8f-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-15T20:48:10.187 INFO:journalctl@ceph.osd.5.smithi204.stdout:Apr 15 20:48:10 smithi204 systemd[1]: /etc/systemd/system/ceph-cb456bda-fb67-11ee-bc8f-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-15T20:48:10.904 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:10 smithi094 bash[22212]: cephadm 2024-04-15T20:48:10.256550+0000 mgr.a (mgr.14152) 402 : cephadm [INF] Removing key for osd.4 2024-04-15T20:48:10.904 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:10 smithi094 bash[22212]: audit 2024-04-15T20:48:10.257214+0000 mon.a (mon.0) 979 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.4"}]: dispatch 2024-04-15T20:48:10.904 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:10 smithi094 bash[22212]: audit 2024-04-15T20:48:10.260258+0000 mon.a (mon.0) 980 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.4"}]': finished 2024-04-15T20:48:10.904 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:10 smithi094 bash[22212]: cephadm 2024-04-15T20:48:10.265535+0000 mgr.a (mgr.14152) 403 : cephadm [INF] Successfully removed osd.4 on smithi204 2024-04-15T20:48:10.904 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:10 smithi094 bash[22212]: audit 2024-04-15T20:48:10.266237+0000 mon.a (mon.0) 981 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]: dispatch 2024-04-15T20:48:10.904 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:10 smithi094 bash[22212]: cluster 2024-04-15T20:48:10.267456+0000 mon.a (mon.0) 982 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-15T20:48:10.904 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:10 smithi094 bash[22212]: cluster 2024-04-15T20:48:10.267505+0000 mon.a (mon.0) 983 : cluster [INF] Cluster is now healthy 2024-04-15T20:48:10.904 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:10 smithi094 bash[22212]: audit 2024-04-15T20:48:10.269566+0000 mon.a (mon.0) 984 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]': finished 2024-04-15T20:48:10.904 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:10 smithi094 bash[22212]: cluster 2024-04-15T20:48:10.274436+0000 mon.a (mon.0) 985 : cluster [DBG] osdmap e50: 5 total, 5 up, 5 in 2024-04-15T20:48:10.904 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:10 smithi094 bash[22212]: cephadm 2024-04-15T20:48:10.275714+0000 mgr.a (mgr.14152) 404 : cephadm [INF] Successfully purged osd.4 on smithi204 2024-04-15T20:48:10.905 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:10 smithi094 bash[22212]: cephadm 2024-04-15T20:48:10.275890+0000 mgr.a (mgr.14152) 405 : cephadm [INF] Zapping devices for osd.4 on smithi204 2024-04-15T20:48:10.922 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:10 smithi069 bash[21530]: cephadm 2024-04-15T20:48:10.256550+0000 mgr.a (mgr.14152) 402 : cephadm [INF] Removing key for osd.4 2024-04-15T20:48:10.922 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:10 smithi069 bash[21530]: audit 2024-04-15T20:48:10.257214+0000 mon.a (mon.0) 979 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.4"}]: dispatch 2024-04-15T20:48:10.922 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:10 smithi069 bash[21530]: audit 2024-04-15T20:48:10.260258+0000 mon.a (mon.0) 980 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.4"}]': finished 2024-04-15T20:48:10.922 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:10 smithi069 bash[21530]: cephadm 2024-04-15T20:48:10.265535+0000 mgr.a (mgr.14152) 403 : cephadm [INF] Successfully removed osd.4 on smithi204 2024-04-15T20:48:10.922 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:10 smithi069 bash[21530]: audit 2024-04-15T20:48:10.266237+0000 mon.a (mon.0) 981 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]: dispatch 2024-04-15T20:48:10.922 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:10 smithi069 bash[21530]: cluster 2024-04-15T20:48:10.267456+0000 mon.a (mon.0) 982 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-15T20:48:10.922 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:10 smithi069 bash[21530]: cluster 2024-04-15T20:48:10.267505+0000 mon.a (mon.0) 983 : cluster [INF] Cluster is now healthy 2024-04-15T20:48:10.922 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:10 smithi069 bash[21530]: audit 2024-04-15T20:48:10.269566+0000 mon.a (mon.0) 984 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]': finished 2024-04-15T20:48:10.922 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:10 smithi069 bash[21530]: cluster 2024-04-15T20:48:10.274436+0000 mon.a (mon.0) 985 : cluster [DBG] osdmap e50: 5 total, 5 up, 5 in 2024-04-15T20:48:10.922 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:10 smithi069 bash[21530]: cephadm 2024-04-15T20:48:10.275714+0000 mgr.a (mgr.14152) 404 : cephadm [INF] Successfully purged osd.4 on smithi204 2024-04-15T20:48:10.923 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:10 smithi069 bash[21530]: cephadm 2024-04-15T20:48:10.275890+0000 mgr.a (mgr.14152) 405 : cephadm [INF] Zapping devices for osd.4 on smithi204 2024-04-15T20:48:12.653 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:12 smithi094 bash[22212]: cluster 2024-04-15T20:48:10.857943+0000 mgr.a (mgr.14152) 406 : cluster [DBG] pgmap v330: 1 pgs: 1 active+clean+remapped+wait; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail; 2/6 objects misplaced (33.333%) 2024-04-15T20:48:12.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:12 smithi094 bash[22212]: cluster 2024-04-15T20:48:11.277064+0000 mon.a (mon.0) 986 : cluster [DBG] osdmap e51: 5 total, 5 up, 5 in 2024-04-15T20:48:12.671 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:12 smithi069 bash[21530]: cluster 2024-04-15T20:48:10.857943+0000 mgr.a (mgr.14152) 406 : cluster [DBG] pgmap v330: 1 pgs: 1 active+clean+remapped+wait; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail; 2/6 objects misplaced (33.333%) 2024-04-15T20:48:12.671 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:12 smithi069 bash[21530]: cluster 2024-04-15T20:48:11.277064+0000 mon.a (mon.0) 986 : cluster [DBG] osdmap e51: 5 total, 5 up, 5 in 2024-04-15T20:48:13.653 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:13 smithi094 bash[22212]: cluster 2024-04-15T20:48:12.285297+0000 mon.a (mon.0) 987 : cluster [DBG] osdmap e52: 5 total, 5 up, 5 in 2024-04-15T20:48:13.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:13 smithi094 bash[22212]: audit 2024-04-15T20:48:12.696332+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:13.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:13 smithi094 bash[22212]: audit 2024-04-15T20:48:12.704377+0000 mon.a (mon.0) 989 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:13.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:13 smithi094 bash[22212]: audit 2024-04-15T20:48:12.714612+0000 mon.a (mon.0) 990 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:13.671 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:13 smithi069 bash[21530]: cluster 2024-04-15T20:48:12.285297+0000 mon.a (mon.0) 987 : cluster [DBG] osdmap e52: 5 total, 5 up, 5 in 2024-04-15T20:48:13.671 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:13 smithi069 bash[21530]: audit 2024-04-15T20:48:12.696332+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:13.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:13 smithi069 bash[21530]: audit 2024-04-15T20:48:12.704377+0000 mon.a (mon.0) 989 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:13.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:13 smithi069 bash[21530]: audit 2024-04-15T20:48:12.714612+0000 mon.a (mon.0) 990 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:14.653 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:14 smithi094 bash[22212]: cephadm 2024-04-15T20:48:12.707607+0000 mgr.a (mgr.14152) 407 : cephadm [INF] Detected new or changed devices on smithi204 2024-04-15T20:48:14.653 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:14 smithi094 bash[22212]: cluster 2024-04-15T20:48:12.858480+0000 mgr.a (mgr.14152) 408 : cluster [DBG] pgmap v333: 1 pgs: 1 active+clean+remapped+wait; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail; 2/6 objects misplaced (33.333%) 2024-04-15T20:48:14.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:14 smithi094 bash[22212]: cluster 2024-04-15T20:48:13.722990+0000 mon.a (mon.0) 991 : cluster [DBG] osdmap e53: 5 total, 5 up, 5 in 2024-04-15T20:48:14.671 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:14 smithi069 bash[21530]: cephadm 2024-04-15T20:48:12.707607+0000 mgr.a (mgr.14152) 407 : cephadm [INF] Detected new or changed devices on smithi204 2024-04-15T20:48:14.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:14 smithi069 bash[21530]: cluster 2024-04-15T20:48:12.858480+0000 mgr.a (mgr.14152) 408 : cluster [DBG] pgmap v333: 1 pgs: 1 active+clean+remapped+wait; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail; 2/6 objects misplaced (33.333%) 2024-04-15T20:48:14.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:14 smithi069 bash[21530]: cluster 2024-04-15T20:48:13.722990+0000 mon.a (mon.0) 991 : cluster [DBG] osdmap e53: 5 total, 5 up, 5 in 2024-04-15T20:48:15.903 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:15 smithi094 bash[22212]: cluster 2024-04-15T20:48:14.725801+0000 mon.a (mon.0) 992 : cluster [DBG] osdmap e54: 5 total, 5 up, 5 in 2024-04-15T20:48:15.903 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:15 smithi094 bash[22212]: cluster 2024-04-15T20:48:14.859114+0000 mgr.a (mgr.14152) 409 : cluster [DBG] pgmap v336: 1 pgs: 1 active+clean+remapped+wait; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail; 2/6 objects misplaced (33.333%) 2024-04-15T20:48:15.904 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:15 smithi094 bash[22212]: audit 2024-04-15T20:48:15.320456+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:15.904 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:15 smithi094 bash[22212]: audit 2024-04-15T20:48:15.327962+0000 mon.a (mon.0) 994 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:15.904 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:15 smithi094 bash[22212]: audit 2024-04-15T20:48:15.337875+0000 mon.a (mon.0) 995 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:16.171 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:15 smithi069 bash[21530]: cluster 2024-04-15T20:48:14.725801+0000 mon.a (mon.0) 992 : cluster [DBG] osdmap e54: 5 total, 5 up, 5 in 2024-04-15T20:48:16.171 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:15 smithi069 bash[21530]: cluster 2024-04-15T20:48:14.859114+0000 mgr.a (mgr.14152) 409 : cluster [DBG] pgmap v336: 1 pgs: 1 active+clean+remapped+wait; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail; 2/6 objects misplaced (33.333%) 2024-04-15T20:48:16.172 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:15 smithi069 bash[21530]: audit 2024-04-15T20:48:15.320456+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:16.172 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:15 smithi069 bash[21530]: audit 2024-04-15T20:48:15.327962+0000 mon.a (mon.0) 994 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:16.172 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:15 smithi069 bash[21530]: audit 2024-04-15T20:48:15.337875+0000 mon.a (mon.0) 995 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:16.189 INFO:teuthology.orchestra.run.smithi069.stderr:++ ceph orch ps --hostname smithi204 2024-04-15T20:48:16.567 INFO:teuthology.orchestra.run.smithi069.stderr:+ HOST_C_DAEMONS='NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-15T20:48:16.567 INFO:teuthology.orchestra.run.smithi069.stderr:agent.smithi204 smithi204 running 1s ago 8m - - 2024-04-15T20:48:16.568 INFO:teuthology.orchestra.run.smithi069.stderr:osd.5 smithi204 running (2m) 1s ago 2m 44.9M 9.93G 19.0.0-3084-g87dbfb63 a452a57266c7 8bf0f57327ab ' 2024-04-15T20:48:16.568 INFO:teuthology.orchestra.run.smithi069.stderr:+ '[' 'NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-15T20:48:16.568 INFO:teuthology.orchestra.run.smithi069.stderr:agent.smithi204 smithi204 running 1s ago 8m - - 2024-04-15T20:48:16.568 INFO:teuthology.orchestra.run.smithi069.stderr:osd.5 smithi204 running (2m) 1s ago 2m 44.9M 9.93G 19.0.0-3084-g87dbfb63 a452a57266c7 8bf0f57327ab ' '!=' 'No daemons reported' ']' 2024-04-15T20:48:16.568 INFO:teuthology.orchestra.run.smithi069.stderr:+ sleep 15 2024-04-15T20:48:17.403 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:17 smithi094 bash[22212]: audit 2024-04-15T20:48:16.076586+0000 mon.a (mon.0) 996 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:17.403 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:17 smithi094 bash[22212]: audit 2024-04-15T20:48:16.085717+0000 mon.a (mon.0) 997 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:17.403 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:17 smithi094 bash[22212]: audit 2024-04-15T20:48:16.095710+0000 mon.a (mon.0) 998 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:17.421 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:17 smithi069 bash[21530]: audit 2024-04-15T20:48:16.076586+0000 mon.a (mon.0) 996 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:17.421 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:17 smithi069 bash[21530]: audit 2024-04-15T20:48:16.085717+0000 mon.a (mon.0) 997 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:17.421 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:17 smithi069 bash[21530]: audit 2024-04-15T20:48:16.095710+0000 mon.a (mon.0) 998 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:18.406 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:18 smithi094 bash[22212]: audit 2024-04-15T20:48:16.559657+0000 mgr.a (mgr.14152) 410 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi204", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:48:18.406 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:18 smithi094 bash[22212]: cluster 2024-04-15T20:48:16.859726+0000 mgr.a (mgr.14152) 411 : cluster [DBG] pgmap v337: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail; 103 KiB/s, 0 objects/s recovering 2024-04-15T20:48:18.421 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:18 smithi069 bash[21530]: audit 2024-04-15T20:48:16.559657+0000 mgr.a (mgr.14152) 410 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi204", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:48:18.421 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:18 smithi069 bash[21530]: cluster 2024-04-15T20:48:16.859726+0000 mgr.a (mgr.14152) 411 : cluster [DBG] pgmap v337: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail; 103 KiB/s, 0 objects/s recovering 2024-04-15T20:48:19.671 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:19 smithi069 bash[21530]: debug 2024-04-15T20:48:19.415+0000 7f4c5aa4a700 -1 mon.a@0(leader).osd e54 definitely_dead 0 2024-04-15T20:48:20.403 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:20 smithi094 bash[22212]: cluster 2024-04-15T20:48:18.860301+0000 mgr.a (mgr.14152) 412 : cluster [DBG] pgmap v338: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail; 88 KiB/s, 0 objects/s recovering 2024-04-15T20:48:20.403 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:20 smithi094 bash[22212]: audit 2024-04-15T20:48:19.414096+0000 mon.a (mon.0) 999 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-15T20:48:20.403 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:20 smithi094 bash[22212]: audit 2024-04-15T20:48:19.417156+0000 mon.a (mon.0) 1000 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-04-15T20:48:20.404 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:20 smithi094 bash[22212]: audit 2024-04-15T20:48:19.419657+0000 mon.a (mon.0) 1001 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["5"]}]: dispatch 2024-04-15T20:48:20.421 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:20 smithi069 bash[21530]: cluster 2024-04-15T20:48:18.860301+0000 mgr.a (mgr.14152) 412 : cluster [DBG] pgmap v338: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail; 88 KiB/s, 0 objects/s recovering 2024-04-15T20:48:20.422 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:20 smithi069 bash[21530]: audit 2024-04-15T20:48:19.414096+0000 mon.a (mon.0) 999 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-15T20:48:20.422 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:20 smithi069 bash[21530]: audit 2024-04-15T20:48:19.417156+0000 mon.a (mon.0) 1000 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-04-15T20:48:20.422 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:20 smithi069 bash[21530]: audit 2024-04-15T20:48:19.419657+0000 mon.a (mon.0) 1001 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["5"]}]: dispatch 2024-04-15T20:48:20.936 INFO:journalctl@ceph.osd.5.smithi204.stdout:Apr 15 20:48:20 smithi204 systemd[1]: Stopping Ceph osd.5 for cb456bda-fb67-11ee-bc8f-c7b262605968... 2024-04-15T20:48:20.937 INFO:journalctl@ceph.osd.5.smithi204.stdout:Apr 15 20:48:20 smithi204 bash[32377]: debug 2024-04-15T20:48:20.635+0000 7f7949f66700 -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-04-15T20:48:20.937 INFO:journalctl@ceph.osd.5.smithi204.stdout:Apr 15 20:48:20 smithi204 bash[32377]: debug 2024-04-15T20:48:20.635+0000 7f7949f66700 -1 osd.5 54 *** Got signal Terminated *** 2024-04-15T20:48:20.937 INFO:journalctl@ceph.osd.5.smithi204.stdout:Apr 15 20:48:20 smithi204 bash[32377]: debug 2024-04-15T20:48:20.635+0000 7f7949f66700 -1 osd.5 54 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-15T20:48:21.404 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:21 smithi094 bash[22212]: cephadm 2024-04-15T20:48:19.413406+0000 mgr.a (mgr.14152) 413 : cephadm [INF] Successfully zapped devices for osd.4 on smithi204 2024-04-15T20:48:21.404 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:21 smithi094 bash[22212]: audit 2024-04-15T20:48:19.414505+0000 mgr.a (mgr.14152) 414 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-15T20:48:21.404 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:21 smithi094 bash[22212]: audit 2024-04-15T20:48:19.417504+0000 mgr.a (mgr.14152) 415 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-04-15T20:48:21.404 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:21 smithi094 bash[22212]: cluster 2024-04-15T20:48:20.097660+0000 mon.a (mon.0) 1002 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-04-15T20:48:21.404 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:21 smithi094 bash[22212]: cluster 2024-04-15T20:48:20.097714+0000 mon.a (mon.0) 1003 : cluster [WRN] Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2024-04-15T20:48:21.404 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:21 smithi094 bash[22212]: audit 2024-04-15T20:48:20.099881+0000 mon.a (mon.0) 1004 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["5"]}]': finished 2024-04-15T20:48:21.404 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:21 smithi094 bash[22212]: cluster 2024-04-15T20:48:20.105173+0000 mon.a (mon.0) 1005 : cluster [DBG] osdmap e55: 5 total, 4 up, 5 in 2024-04-15T20:48:21.404 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:21 smithi094 bash[22212]: cephadm 2024-04-15T20:48:20.106807+0000 mgr.a (mgr.14152) 416 : cephadm [INF] osd.5 now down 2024-04-15T20:48:21.404 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:21 smithi094 bash[22212]: cephadm 2024-04-15T20:48:20.107518+0000 mgr.a (mgr.14152) 417 : cephadm [INF] Removing daemon osd.5 from smithi204 -- ports [] 2024-04-15T20:48:21.404 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:21 smithi094 bash[22212]: audit 2024-04-15T20:48:20.279610+0000 mon.a (mon.0) 1006 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:21.404 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:21 smithi094 bash[22212]: audit 2024-04-15T20:48:20.286243+0000 mon.a (mon.0) 1007 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:21.405 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:21 smithi094 bash[22212]: audit 2024-04-15T20:48:20.293211+0000 mon.a (mon.0) 1008 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:21.422 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:21 smithi069 bash[21530]: cephadm 2024-04-15T20:48:19.413406+0000 mgr.a (mgr.14152) 413 : cephadm [INF] Successfully zapped devices for osd.4 on smithi204 2024-04-15T20:48:21.422 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:21 smithi069 bash[21530]: audit 2024-04-15T20:48:19.414505+0000 mgr.a (mgr.14152) 414 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-15T20:48:21.422 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:21 smithi069 bash[21530]: audit 2024-04-15T20:48:19.417504+0000 mgr.a (mgr.14152) 415 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-04-15T20:48:21.422 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:21 smithi069 bash[21530]: cluster 2024-04-15T20:48:20.097660+0000 mon.a (mon.0) 1002 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-04-15T20:48:21.422 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:21 smithi069 bash[21530]: cluster 2024-04-15T20:48:20.097714+0000 mon.a (mon.0) 1003 : cluster [WRN] Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2024-04-15T20:48:21.422 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:21 smithi069 bash[21530]: audit 2024-04-15T20:48:20.099881+0000 mon.a (mon.0) 1004 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["5"]}]': finished 2024-04-15T20:48:21.422 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:21 smithi069 bash[21530]: cluster 2024-04-15T20:48:20.105173+0000 mon.a (mon.0) 1005 : cluster [DBG] osdmap e55: 5 total, 4 up, 5 in 2024-04-15T20:48:21.422 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:21 smithi069 bash[21530]: cephadm 2024-04-15T20:48:20.106807+0000 mgr.a (mgr.14152) 416 : cephadm [INF] osd.5 now down 2024-04-15T20:48:21.422 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:21 smithi069 bash[21530]: cephadm 2024-04-15T20:48:20.107518+0000 mgr.a (mgr.14152) 417 : cephadm [INF] Removing daemon osd.5 from smithi204 -- ports [] 2024-04-15T20:48:21.422 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:21 smithi069 bash[21530]: audit 2024-04-15T20:48:20.279610+0000 mon.a (mon.0) 1006 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:21.423 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:21 smithi069 bash[21530]: audit 2024-04-15T20:48:20.286243+0000 mon.a (mon.0) 1007 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:21.423 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:21 smithi069 bash[21530]: audit 2024-04-15T20:48:20.293211+0000 mon.a (mon.0) 1008 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:21.904 INFO:journalctl@ceph.osd.5.smithi204.stdout:Apr 15 20:48:21 smithi204 bash[38553]: ceph-cb456bda-fb67-11ee-bc8f-c7b262605968-osd-5 2024-04-15T20:48:21.904 INFO:journalctl@ceph.osd.5.smithi204.stdout:Apr 15 20:48:21 smithi204 bash[38614]: ceph-cb456bda-fb67-11ee-bc8f-c7b262605968-osd-5 2024-04-15T20:48:22.653 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:22 smithi094 bash[22212]: cluster 2024-04-15T20:48:20.860712+0000 mgr.a (mgr.14152) 418 : cluster [DBG] pgmap v340: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail; 81 KiB/s, 0 objects/s recovering 2024-04-15T20:48:22.671 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:22 smithi069 bash[21530]: cluster 2024-04-15T20:48:20.860712+0000 mgr.a (mgr.14152) 418 : cluster [DBG] pgmap v340: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail; 81 KiB/s, 0 objects/s recovering 2024-04-15T20:48:24.091 INFO:journalctl@ceph.osd.5.smithi204.stdout:Apr 15 20:48:23 smithi204 systemd[1]: ceph-cb456bda-fb67-11ee-bc8f-c7b262605968@osd.5.service: Deactivated successfully. 2024-04-15T20:48:24.092 INFO:journalctl@ceph.osd.5.smithi204.stdout:Apr 15 20:48:23 smithi204 systemd[1]: Stopped Ceph osd.5 for cb456bda-fb67-11ee-bc8f-c7b262605968. 2024-04-15T20:48:24.092 INFO:journalctl@ceph.osd.5.smithi204.stdout:Apr 15 20:48:24 smithi204 systemd[1]: /etc/systemd/system/ceph-cb456bda-fb67-11ee-bc8f-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-15T20:48:24.653 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:24 smithi094 bash[22212]: cluster 2024-04-15T20:48:22.861256+0000 mgr.a (mgr.14152) 419 : cluster [DBG] pgmap v341: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail; 71 KiB/s, 0 objects/s recovering 2024-04-15T20:48:24.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:24 smithi094 bash[22212]: audit 2024-04-15T20:48:24.134372+0000 mon.a (mon.0) 1009 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.5"}]: dispatch 2024-04-15T20:48:24.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:24 smithi094 bash[22212]: audit 2024-04-15T20:48:24.138583+0000 mon.a (mon.0) 1010 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.5"}]': finished 2024-04-15T20:48:24.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:24 smithi094 bash[22212]: audit 2024-04-15T20:48:24.144562+0000 mon.a (mon.0) 1011 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]: dispatch 2024-04-15T20:48:24.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:24 smithi094 bash[22212]: cluster 2024-04-15T20:48:24.145777+0000 mon.a (mon.0) 1012 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-15T20:48:24.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:24 smithi094 bash[22212]: cluster 2024-04-15T20:48:24.145829+0000 mon.a (mon.0) 1013 : cluster [INF] Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2024-04-15T20:48:24.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:24 smithi094 bash[22212]: cluster 2024-04-15T20:48:24.145857+0000 mon.a (mon.0) 1014 : cluster [INF] Cluster is now healthy 2024-04-15T20:48:24.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:24 smithi094 bash[22212]: audit 2024-04-15T20:48:24.149218+0000 mon.a (mon.0) 1015 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]': finished 2024-04-15T20:48:24.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:24 smithi094 bash[22212]: cluster 2024-04-15T20:48:24.155632+0000 mon.a (mon.0) 1016 : cluster [DBG] osdmap e56: 4 total, 4 up, 4 in 2024-04-15T20:48:24.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:24 smithi069 bash[21530]: cluster 2024-04-15T20:48:22.861256+0000 mgr.a (mgr.14152) 419 : cluster [DBG] pgmap v341: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail; 71 KiB/s, 0 objects/s recovering 2024-04-15T20:48:24.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:24 smithi069 bash[21530]: audit 2024-04-15T20:48:24.134372+0000 mon.a (mon.0) 1009 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.5"}]: dispatch 2024-04-15T20:48:24.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:24 smithi069 bash[21530]: audit 2024-04-15T20:48:24.138583+0000 mon.a (mon.0) 1010 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.5"}]': finished 2024-04-15T20:48:24.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:24 smithi069 bash[21530]: audit 2024-04-15T20:48:24.144562+0000 mon.a (mon.0) 1011 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]: dispatch 2024-04-15T20:48:24.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:24 smithi069 bash[21530]: cluster 2024-04-15T20:48:24.145777+0000 mon.a (mon.0) 1012 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-15T20:48:24.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:24 smithi069 bash[21530]: cluster 2024-04-15T20:48:24.145829+0000 mon.a (mon.0) 1013 : cluster [INF] Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2024-04-15T20:48:24.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:24 smithi069 bash[21530]: cluster 2024-04-15T20:48:24.145857+0000 mon.a (mon.0) 1014 : cluster [INF] Cluster is now healthy 2024-04-15T20:48:24.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:24 smithi069 bash[21530]: audit 2024-04-15T20:48:24.149218+0000 mon.a (mon.0) 1015 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]': finished 2024-04-15T20:48:24.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:24 smithi069 bash[21530]: cluster 2024-04-15T20:48:24.155632+0000 mon.a (mon.0) 1016 : cluster [DBG] osdmap e56: 4 total, 4 up, 4 in 2024-04-15T20:48:25.653 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:25 smithi094 bash[22212]: cephadm 2024-04-15T20:48:24.133735+0000 mgr.a (mgr.14152) 420 : cephadm [INF] Removing key for osd.5 2024-04-15T20:48:25.653 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:25 smithi094 bash[22212]: cephadm 2024-04-15T20:48:24.143864+0000 mgr.a (mgr.14152) 421 : cephadm [INF] Successfully removed osd.5 on smithi204 2024-04-15T20:48:25.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:25 smithi094 bash[22212]: cephadm 2024-04-15T20:48:24.156816+0000 mgr.a (mgr.14152) 422 : cephadm [INF] Successfully purged osd.5 on smithi204 2024-04-15T20:48:25.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:25 smithi094 bash[22212]: cephadm 2024-04-15T20:48:24.157041+0000 mgr.a (mgr.14152) 423 : cephadm [INF] Zapping devices for osd.5 on smithi204 2024-04-15T20:48:25.671 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:25 smithi069 bash[21530]: cephadm 2024-04-15T20:48:24.133735+0000 mgr.a (mgr.14152) 420 : cephadm [INF] Removing key for osd.5 2024-04-15T20:48:25.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:25 smithi069 bash[21530]: cephadm 2024-04-15T20:48:24.143864+0000 mgr.a (mgr.14152) 421 : cephadm [INF] Successfully removed osd.5 on smithi204 2024-04-15T20:48:25.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:25 smithi069 bash[21530]: cephadm 2024-04-15T20:48:24.156816+0000 mgr.a (mgr.14152) 422 : cephadm [INF] Successfully purged osd.5 on smithi204 2024-04-15T20:48:25.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:25 smithi069 bash[21530]: cephadm 2024-04-15T20:48:24.157041+0000 mgr.a (mgr.14152) 423 : cephadm [INF] Zapping devices for osd.5 on smithi204 2024-04-15T20:48:26.653 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:26 smithi094 bash[22212]: cluster 2024-04-15T20:48:24.861803+0000 mgr.a (mgr.14152) 424 : cluster [DBG] pgmap v343: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-15T20:48:26.671 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:26 smithi069 bash[21530]: cluster 2024-04-15T20:48:24.861803+0000 mgr.a (mgr.14152) 424 : cluster [DBG] pgmap v343: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-15T20:48:28.653 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:28 smithi094 bash[22212]: cluster 2024-04-15T20:48:26.862308+0000 mgr.a (mgr.14152) 425 : cluster [DBG] pgmap v344: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-15T20:48:28.671 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:28 smithi069 bash[21530]: cluster 2024-04-15T20:48:26.862308+0000 mgr.a (mgr.14152) 425 : cluster [DBG] pgmap v344: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-15T20:48:30.653 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:30 smithi094 bash[22212]: cluster 2024-04-15T20:48:28.862838+0000 mgr.a (mgr.14152) 426 : cluster [DBG] pgmap v345: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-15T20:48:30.653 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:30 smithi094 bash[22212]: audit 2024-04-15T20:48:30.095526+0000 mon.a (mon.0) 1017 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:30.671 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:30 smithi069 bash[21530]: cluster 2024-04-15T20:48:28.862838+0000 mgr.a (mgr.14152) 426 : cluster [DBG] pgmap v345: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-15T20:48:30.671 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:30 smithi069 bash[21530]: audit 2024-04-15T20:48:30.095526+0000 mon.a (mon.0) 1017 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:31.570 INFO:teuthology.orchestra.run.smithi069.stderr:++ ceph orch ps --hostname smithi204 2024-04-15T20:48:31.653 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:31 smithi094 bash[22212]: cephadm 2024-04-15T20:48:30.088430+0000 mgr.a (mgr.14152) 427 : cephadm [INF] Successfully zapped devices for osd.5 on smithi204 2024-04-15T20:48:31.653 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:31 smithi094 bash[22212]: cephadm 2024-04-15T20:48:30.099079+0000 mgr.a (mgr.14152) 428 : cephadm [INF] Removing daemon agent.smithi204 from smithi204 -- ports [] 2024-04-15T20:48:31.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:31 smithi094 bash[22212]: audit 2024-04-15T20:48:30.816418+0000 mon.a (mon.0) 1018 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "client.agent.smithi204"}]: dispatch 2024-04-15T20:48:31.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:31 smithi094 bash[22212]: audit 2024-04-15T20:48:30.819473+0000 mon.a (mon.0) 1019 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "client.agent.smithi204"}]': finished 2024-04-15T20:48:31.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:31 smithi094 bash[22212]: audit 2024-04-15T20:48:30.831581+0000 mon.a (mon.0) 1020 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:31.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:31 smithi094 bash[22212]: audit 2024-04-15T20:48:30.838386+0000 mon.a (mon.0) 1021 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:31.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:31 smithi094 bash[22212]: audit 2024-04-15T20:48:30.941471+0000 mon.a (mon.0) 1022 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:48:31.671 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:31 smithi069 bash[21530]: cephadm 2024-04-15T20:48:30.088430+0000 mgr.a (mgr.14152) 427 : cephadm [INF] Successfully zapped devices for osd.5 on smithi204 2024-04-15T20:48:31.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:31 smithi069 bash[21530]: cephadm 2024-04-15T20:48:30.099079+0000 mgr.a (mgr.14152) 428 : cephadm [INF] Removing daemon agent.smithi204 from smithi204 -- ports [] 2024-04-15T20:48:31.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:31 smithi069 bash[21530]: audit 2024-04-15T20:48:30.816418+0000 mon.a (mon.0) 1018 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "client.agent.smithi204"}]: dispatch 2024-04-15T20:48:31.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:31 smithi069 bash[21530]: audit 2024-04-15T20:48:30.819473+0000 mon.a (mon.0) 1019 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "client.agent.smithi204"}]': finished 2024-04-15T20:48:31.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:31 smithi069 bash[21530]: audit 2024-04-15T20:48:30.831581+0000 mon.a (mon.0) 1020 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:31.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:31 smithi069 bash[21530]: audit 2024-04-15T20:48:30.838386+0000 mon.a (mon.0) 1021 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:31.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:31 smithi069 bash[21530]: audit 2024-04-15T20:48:30.941471+0000 mon.a (mon.0) 1022 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:48:31.936 INFO:teuthology.orchestra.run.smithi069.stderr:+ HOST_C_DAEMONS='No daemons reported' 2024-04-15T20:48:31.936 INFO:teuthology.orchestra.run.smithi069.stderr:+ '[' 'No daemons reported' '!=' 'No daemons reported' ']' 2024-04-15T20:48:31.936 INFO:teuthology.orchestra.run.smithi069.stderr:+ ceph osd getcrushmap -o compiled-crushmap 2024-04-15T20:48:32.250 INFO:teuthology.orchestra.run.smithi069.stderr:17 2024-04-15T20:48:32.260 INFO:teuthology.orchestra.run.smithi069.stderr:+ crushtool -d compiled-crushmap -o crushmap.txt 2024-04-15T20:48:32.277 INFO:teuthology.orchestra.run.smithi069.stderr:++ cat crushmap.txt 2024-04-15T20:48:32.278 INFO:teuthology.orchestra.run.smithi069.stderr:+ CRUSH_MAP='# begin crush map 2024-04-15T20:48:32.278 INFO:teuthology.orchestra.run.smithi069.stderr:tunable choose_local_tries 0 2024-04-15T20:48:32.278 INFO:teuthology.orchestra.run.smithi069.stderr:tunable choose_local_fallback_tries 0 2024-04-15T20:48:32.278 INFO:teuthology.orchestra.run.smithi069.stderr:tunable choose_total_tries 50 2024-04-15T20:48:32.279 INFO:teuthology.orchestra.run.smithi069.stderr:tunable chooseleaf_descend_once 1 2024-04-15T20:48:32.279 INFO:teuthology.orchestra.run.smithi069.stderr:tunable chooseleaf_vary_r 1 2024-04-15T20:48:32.279 INFO:teuthology.orchestra.run.smithi069.stderr:tunable chooseleaf_stable 1 2024-04-15T20:48:32.279 INFO:teuthology.orchestra.run.smithi069.stderr:tunable straw_calc_version 1 2024-04-15T20:48:32.279 INFO:teuthology.orchestra.run.smithi069.stderr:tunable allowed_bucket_algs 54 2024-04-15T20:48:32.279 INFO:teuthology.orchestra.run.smithi069.stderr: 2024-04-15T20:48:32.279 INFO:teuthology.orchestra.run.smithi069.stderr:# devices 2024-04-15T20:48:32.279 INFO:teuthology.orchestra.run.smithi069.stderr:device 0 osd.0 class ssd 2024-04-15T20:48:32.279 INFO:teuthology.orchestra.run.smithi069.stderr:device 1 osd.1 class ssd 2024-04-15T20:48:32.279 INFO:teuthology.orchestra.run.smithi069.stderr:device 2 osd.2 class ssd 2024-04-15T20:48:32.279 INFO:teuthology.orchestra.run.smithi069.stderr:device 3 osd.3 class ssd 2024-04-15T20:48:32.279 INFO:teuthology.orchestra.run.smithi069.stderr: 2024-04-15T20:48:32.280 INFO:teuthology.orchestra.run.smithi069.stderr:# types 2024-04-15T20:48:32.280 INFO:teuthology.orchestra.run.smithi069.stderr:type 0 osd 2024-04-15T20:48:32.280 INFO:teuthology.orchestra.run.smithi069.stderr:type 1 host 2024-04-15T20:48:32.280 INFO:teuthology.orchestra.run.smithi069.stderr:type 2 chassis 2024-04-15T20:48:32.280 INFO:teuthology.orchestra.run.smithi069.stderr:type 3 rack 2024-04-15T20:48:32.280 INFO:teuthology.orchestra.run.smithi069.stderr:type 4 row 2024-04-15T20:48:32.280 INFO:teuthology.orchestra.run.smithi069.stderr:type 5 pdu 2024-04-15T20:48:32.280 INFO:teuthology.orchestra.run.smithi069.stderr:type 6 pod 2024-04-15T20:48:32.280 INFO:teuthology.orchestra.run.smithi069.stderr:type 7 room 2024-04-15T20:48:32.280 INFO:teuthology.orchestra.run.smithi069.stderr:type 8 datacenter 2024-04-15T20:48:32.280 INFO:teuthology.orchestra.run.smithi069.stderr:type 9 zone 2024-04-15T20:48:32.280 INFO:teuthology.orchestra.run.smithi069.stderr:type 10 region 2024-04-15T20:48:32.280 INFO:teuthology.orchestra.run.smithi069.stderr:type 11 root 2024-04-15T20:48:32.280 INFO:teuthology.orchestra.run.smithi069.stderr: 2024-04-15T20:48:32.281 INFO:teuthology.orchestra.run.smithi069.stderr:# buckets 2024-04-15T20:48:32.281 INFO:teuthology.orchestra.run.smithi069.stderr:host smithi069 { 2024-04-15T20:48:32.281 INFO:teuthology.orchestra.run.smithi069.stderr: id -3 # do not change unnecessarily 2024-04-15T20:48:32.281 INFO:teuthology.orchestra.run.smithi069.stderr: id -4 class ssd # do not change unnecessarily 2024-04-15T20:48:32.281 INFO:teuthology.orchestra.run.smithi069.stderr: # weight 0.17459 2024-04-15T20:48:32.281 INFO:teuthology.orchestra.run.smithi069.stderr: alg straw2 2024-04-15T20:48:32.281 INFO:teuthology.orchestra.run.smithi069.stderr: hash 0 # rjenkins1 2024-04-15T20:48:32.281 INFO:teuthology.orchestra.run.smithi069.stderr: item osd.0 weight 0.08730 2024-04-15T20:48:32.281 INFO:teuthology.orchestra.run.smithi069.stderr: item osd.1 weight 0.08730 2024-04-15T20:48:32.281 INFO:teuthology.orchestra.run.smithi069.stderr:} 2024-04-15T20:48:32.281 INFO:teuthology.orchestra.run.smithi069.stderr:host smithi094 { 2024-04-15T20:48:32.281 INFO:teuthology.orchestra.run.smithi069.stderr: id -5 # do not change unnecessarily 2024-04-15T20:48:32.281 INFO:teuthology.orchestra.run.smithi069.stderr: id -6 class ssd # do not change unnecessarily 2024-04-15T20:48:32.282 INFO:teuthology.orchestra.run.smithi069.stderr: # weight 0.17459 2024-04-15T20:48:32.282 INFO:teuthology.orchestra.run.smithi069.stderr: alg straw2 2024-04-15T20:48:32.282 INFO:teuthology.orchestra.run.smithi069.stderr: hash 0 # rjenkins1 2024-04-15T20:48:32.282 INFO:teuthology.orchestra.run.smithi069.stderr: item osd.2 weight 0.08730 2024-04-15T20:48:32.282 INFO:teuthology.orchestra.run.smithi069.stderr: item osd.3 weight 0.08730 2024-04-15T20:48:32.282 INFO:teuthology.orchestra.run.smithi069.stderr:} 2024-04-15T20:48:32.282 INFO:teuthology.orchestra.run.smithi069.stderr:host smithi204 { 2024-04-15T20:48:32.282 INFO:teuthology.orchestra.run.smithi069.stderr: id -7 # do not change unnecessarily 2024-04-15T20:48:32.282 INFO:teuthology.orchestra.run.smithi069.stderr: id -8 class ssd # do not change unnecessarily 2024-04-15T20:48:32.282 INFO:teuthology.orchestra.run.smithi069.stderr: # weight 0.00000 2024-04-15T20:48:32.282 INFO:teuthology.orchestra.run.smithi069.stderr: alg straw2 2024-04-15T20:48:32.282 INFO:teuthology.orchestra.run.smithi069.stderr: hash 0 # rjenkins1 2024-04-15T20:48:32.282 INFO:teuthology.orchestra.run.smithi069.stderr:} 2024-04-15T20:48:32.283 INFO:teuthology.orchestra.run.smithi069.stderr:root default { 2024-04-15T20:48:32.283 INFO:teuthology.orchestra.run.smithi069.stderr: id -1 # do not change unnecessarily 2024-04-15T20:48:32.283 INFO:teuthology.orchestra.run.smithi069.stderr: id -2 class ssd # do not change unnecessarily 2024-04-15T20:48:32.283 INFO:teuthology.orchestra.run.smithi069.stderr: # weight 0.34918 2024-04-15T20:48:32.283 INFO:teuthology.orchestra.run.smithi069.stderr: alg straw2 2024-04-15T20:48:32.283 INFO:teuthology.orchestra.run.smithi069.stderr: hash 0 # rjenkins1 2024-04-15T20:48:32.283 INFO:teuthology.orchestra.run.smithi069.stderr: item smithi069 weight 0.17459 2024-04-15T20:48:32.283 INFO:teuthology.orchestra.run.smithi069.stderr: item smithi094 weight 0.17459 2024-04-15T20:48:32.283 INFO:teuthology.orchestra.run.smithi069.stderr: item smithi204 weight 0.00000 2024-04-15T20:48:32.283 INFO:teuthology.orchestra.run.smithi069.stderr:} 2024-04-15T20:48:32.283 INFO:teuthology.orchestra.run.smithi069.stderr: 2024-04-15T20:48:32.283 INFO:teuthology.orchestra.run.smithi069.stderr:# rules 2024-04-15T20:48:32.283 INFO:teuthology.orchestra.run.smithi069.stderr:rule replicated_rule { 2024-04-15T20:48:32.283 INFO:teuthology.orchestra.run.smithi069.stderr: id 0 2024-04-15T20:48:32.284 INFO:teuthology.orchestra.run.smithi069.stderr: type replicated 2024-04-15T20:48:32.284 INFO:teuthology.orchestra.run.smithi069.stderr: step take default 2024-04-15T20:48:32.284 INFO:teuthology.orchestra.run.smithi069.stderr: step choose firstn 0 type osd 2024-04-15T20:48:32.284 INFO:teuthology.orchestra.run.smithi069.stderr: step emit 2024-04-15T20:48:32.284 INFO:teuthology.orchestra.run.smithi069.stderr:} 2024-04-15T20:48:32.284 INFO:teuthology.orchestra.run.smithi069.stderr: 2024-04-15T20:48:32.284 INFO:teuthology.orchestra.run.smithi069.stderr:# end crush map' 2024-04-15T20:48:32.284 INFO:teuthology.orchestra.run.smithi069.stderr:+ grep -q smithi204 2024-04-15T20:48:32.284 INFO:teuthology.orchestra.run.smithi069.stderr:+ ceph orch host rm smithi204 --rm-crush-entry 2024-04-15T20:48:32.653 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:32 smithi094 bash[22212]: cephadm 2024-04-15T20:48:30.815822+0000 mgr.a (mgr.14152) 429 : cephadm [INF] Removing key for client.agent.smithi204 2024-04-15T20:48:32.653 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:32 smithi094 bash[22212]: cluster 2024-04-15T20:48:30.863333+0000 mgr.a (mgr.14152) 430 : cluster [DBG] pgmap v346: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-15T20:48:32.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:32 smithi094 bash[22212]: audit 2024-04-15T20:48:31.470087+0000 mon.a (mon.0) 1023 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:32.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:32 smithi094 bash[22212]: audit 2024-04-15T20:48:31.474824+0000 mon.a (mon.0) 1024 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:32.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:32 smithi094 bash[22212]: audit 2024-04-15T20:48:32.257824+0000 mon.a (mon.0) 1025 : audit [DBG] from='client.? 172.21.15.69:0/4196950932' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-04-15T20:48:32.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:32 smithi069 bash[21530]: cephadm 2024-04-15T20:48:30.815822+0000 mgr.a (mgr.14152) 429 : cephadm [INF] Removing key for client.agent.smithi204 2024-04-15T20:48:32.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:32 smithi069 bash[21530]: cluster 2024-04-15T20:48:30.863333+0000 mgr.a (mgr.14152) 430 : cluster [DBG] pgmap v346: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-15T20:48:32.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:32 smithi069 bash[21530]: audit 2024-04-15T20:48:31.470087+0000 mon.a (mon.0) 1023 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:32.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:32 smithi069 bash[21530]: audit 2024-04-15T20:48:31.474824+0000 mon.a (mon.0) 1024 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:32.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:32 smithi069 bash[21530]: audit 2024-04-15T20:48:32.257824+0000 mon.a (mon.0) 1025 : audit [DBG] from='client.? 172.21.15.69:0/4196950932' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-04-15T20:48:33.496 INFO:teuthology.orchestra.run.smithi069.stdout:Removed host 'smithi204' 2024-04-15T20:48:33.515 INFO:teuthology.orchestra.run.smithi069.stderr:+ sleep 30 2024-04-15T20:48:33.653 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:33 smithi094 bash[22212]: audit 2024-04-15T20:48:31.927681+0000 mgr.a (mgr.14152) 431 : audit [DBG] from='client.14488 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi204", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:48:33.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:33 smithi094 bash[22212]: audit 2024-04-15T20:48:32.470981+0000 mon.a (mon.0) 1026 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:33.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:33 smithi094 bash[22212]: audit 2024-04-15T20:48:32.477973+0000 mon.a (mon.0) 1027 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:33.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:33 smithi094 bash[22212]: audit 2024-04-15T20:48:32.632717+0000 mon.a (mon.0) 1028 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd crush remove", "name": "smithi204"}]: dispatch 2024-04-15T20:48:33.671 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:33 smithi069 bash[21530]: audit 2024-04-15T20:48:31.927681+0000 mgr.a (mgr.14152) 431 : audit [DBG] from='client.14488 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi204", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:48:33.671 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:33 smithi069 bash[21530]: audit 2024-04-15T20:48:32.470981+0000 mon.a (mon.0) 1026 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:33.671 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:33 smithi069 bash[21530]: audit 2024-04-15T20:48:32.477973+0000 mon.a (mon.0) 1027 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:33.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:33 smithi069 bash[21530]: audit 2024-04-15T20:48:32.632717+0000 mon.a (mon.0) 1028 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "osd crush remove", "name": "smithi204"}]: dispatch 2024-04-15T20:48:33.672 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:48:33 smithi069 bash[21786]: debug 2024-04-15T20:48:33.503+0000 7fe24f549700 -1 log_channel(cephadm) log [ERR] : host smithi204 `cephadm ceph-volume` failed: Cannot decode JSON: 2024-04-15T20:48:33.672 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:48:33 smithi069 bash[21786]: Traceback (most recent call last): 2024-04-15T20:48:33.672 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:48:33 smithi069 bash[21786]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1533, in _run_cephadm_json 2024-04-15T20:48:33.672 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:48:33 smithi069 bash[21786]: return json.loads(''.join(out)) 2024-04-15T20:48:33.672 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:48:33 smithi069 bash[21786]: File "/lib64/python3.6/json/__init__.py", line 354, in loads 2024-04-15T20:48:33.672 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:48:33 smithi069 bash[21786]: return _default_decoder.decode(s) 2024-04-15T20:48:33.672 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:48:33 smithi069 bash[21786]: File "/lib64/python3.6/json/decoder.py", line 339, in decode 2024-04-15T20:48:33.672 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:48:33 smithi069 bash[21786]: obj, end = self.raw_decode(s, idx=_w(s, 0).end()) 2024-04-15T20:48:33.672 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:48:33 smithi069 bash[21786]: File "/lib64/python3.6/json/decoder.py", line 357, in raw_decode 2024-04-15T20:48:33.673 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:48:33 smithi069 bash[21786]: raise JSONDecodeError("Expecting value", s, err.value) from None 2024-04-15T20:48:33.673 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:48:33 smithi069 bash[21786]: json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) 2024-04-15T20:48:33.673 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:48:33 smithi069 bash[21786]: debug 2024-04-15T20:48:33.543+0000 7fe257d5a700 -1 log_channel(cephadm) log [ERR] : executing refresh((['smithi069', 'smithi094', 'smithi204'],)) failed. 2024-04-15T20:48:33.673 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:48:33 smithi069 bash[21786]: Traceback (most recent call last): 2024-04-15T20:48:33.673 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:48:33 smithi069 bash[21786]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 97, in do_work 2024-04-15T20:48:33.673 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:48:33 smithi069 bash[21786]: return f(*arg) 2024-04-15T20:48:33.673 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:48:33 smithi069 bash[21786]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 316, in refresh 2024-04-15T20:48:33.673 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:48:33 smithi069 bash[21786]: and not self.mgr.inventory.has_label(host, SpecialHostLabels.NO_MEMORY_AUTOTUNE) 2024-04-15T20:48:33.673 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:48:33 smithi069 bash[21786]: File "/usr/share/ceph/mgr/cephadm/inventory.py", line 168, in has_label 2024-04-15T20:48:33.673 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:48:33 smithi069 bash[21786]: host = self._get_stored_name(host) 2024-04-15T20:48:33.673 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:48:33 smithi069 bash[21786]: File "/usr/share/ceph/mgr/cephadm/inventory.py", line 105, in _get_stored_name 2024-04-15T20:48:33.673 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:48:33 smithi069 bash[21786]: self.assert_host(host) 2024-04-15T20:48:33.673 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:48:33 smithi069 bash[21786]: File "/usr/share/ceph/mgr/cephadm/inventory.py", line 124, in assert_host 2024-04-15T20:48:33.673 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:48:33 smithi069 bash[21786]: raise OrchestratorError('host %s does not exist' % host) 2024-04-15T20:48:33.673 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:48:33 smithi069 bash[21786]: orchestrator._interface.OrchestratorError: host smithi204 does not exist 2024-04-15T20:48:34.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:34 smithi094 bash[22212]: audit 2024-04-15T20:48:32.631706+0000 mgr.a (mgr.14152) 432 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch host rm", "hostname": "smithi204", "rm_crush_entry": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:48:34.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:34 smithi094 bash[22212]: cluster 2024-04-15T20:48:32.863959+0000 mgr.a (mgr.14152) 433 : cluster [DBG] pgmap v347: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-15T20:48:34.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:34 smithi094 bash[22212]: audit 2024-04-15T20:48:33.357656+0000 mon.a (mon.0) 1029 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:34.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:34 smithi094 bash[22212]: audit 2024-04-15T20:48:33.481137+0000 mon.a (mon.0) 1030 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd='[{"prefix": "osd crush remove", "name": "smithi204"}]': finished 2024-04-15T20:48:34.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:34 smithi094 bash[22212]: cluster 2024-04-15T20:48:33.485328+0000 mon.a (mon.0) 1031 : cluster [DBG] osdmap e57: 4 total, 4 up, 4 in 2024-04-15T20:48:34.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:34 smithi094 bash[22212]: audit 2024-04-15T20:48:33.491795+0000 mon.a (mon.0) 1032 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:34.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:34 smithi094 bash[22212]: audit 2024-04-15T20:48:33.493074+0000 mon.a (mon.0) 1033 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi204"}]: dispatch 2024-04-15T20:48:34.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:34 smithi094 bash[22212]: audit 2024-04-15T20:48:33.498219+0000 mon.a (mon.0) 1034 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi204"}]': finished 2024-04-15T20:48:34.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:34 smithi094 bash[22212]: audit 2024-04-15T20:48:33.548720+0000 mon.a (mon.0) 1035 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:48:34.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:34 smithi094 bash[22212]: audit 2024-04-15T20:48:33.551629+0000 mon.a (mon.0) 1036 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:48:34.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:34 smithi094 bash[22212]: audit 2024-04-15T20:48:33.552597+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:48:34.655 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:34 smithi094 bash[22212]: audit 2024-04-15T20:48:33.558596+0000 mon.a (mon.0) 1038 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:34.655 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:34 smithi094 bash[22212]: audit 2024-04-15T20:48:33.626863+0000 mon.a (mon.0) 1039 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-15T20:48:34.655 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:34 smithi094 bash[22212]: audit 2024-04-15T20:48:33.628317+0000 mon.a (mon.0) 1040 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-15T20:48:34.655 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:34 smithi094 bash[22212]: audit 2024-04-15T20:48:33.629630+0000 mon.a (mon.0) 1041 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:48:34.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:34 smithi069 bash[21530]: audit 2024-04-15T20:48:32.631706+0000 mgr.a (mgr.14152) 432 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch host rm", "hostname": "smithi204", "rm_crush_entry": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:48:34.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:34 smithi069 bash[21530]: cluster 2024-04-15T20:48:32.863959+0000 mgr.a (mgr.14152) 433 : cluster [DBG] pgmap v347: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-15T20:48:34.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:34 smithi069 bash[21530]: audit 2024-04-15T20:48:33.357656+0000 mon.a (mon.0) 1029 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:34.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:34 smithi069 bash[21530]: audit 2024-04-15T20:48:33.481137+0000 mon.a (mon.0) 1030 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd='[{"prefix": "osd crush remove", "name": "smithi204"}]': finished 2024-04-15T20:48:34.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:34 smithi069 bash[21530]: cluster 2024-04-15T20:48:33.485328+0000 mon.a (mon.0) 1031 : cluster [DBG] osdmap e57: 4 total, 4 up, 4 in 2024-04-15T20:48:34.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:34 smithi069 bash[21530]: audit 2024-04-15T20:48:33.491795+0000 mon.a (mon.0) 1032 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:34.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:34 smithi069 bash[21530]: audit 2024-04-15T20:48:33.493074+0000 mon.a (mon.0) 1033 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi204"}]: dispatch 2024-04-15T20:48:34.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:34 smithi069 bash[21530]: audit 2024-04-15T20:48:33.498219+0000 mon.a (mon.0) 1034 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi204"}]': finished 2024-04-15T20:48:34.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:34 smithi069 bash[21530]: audit 2024-04-15T20:48:33.548720+0000 mon.a (mon.0) 1035 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:48:34.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:34 smithi069 bash[21530]: audit 2024-04-15T20:48:33.551629+0000 mon.a (mon.0) 1036 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:48:34.673 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:34 smithi069 bash[21530]: audit 2024-04-15T20:48:33.552597+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:48:34.673 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:34 smithi069 bash[21530]: audit 2024-04-15T20:48:33.558596+0000 mon.a (mon.0) 1038 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:34.673 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:34 smithi069 bash[21530]: audit 2024-04-15T20:48:33.626863+0000 mon.a (mon.0) 1039 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-15T20:48:34.673 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:34 smithi069 bash[21530]: audit 2024-04-15T20:48:33.628317+0000 mon.a (mon.0) 1040 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-15T20:48:34.673 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:34 smithi069 bash[21530]: audit 2024-04-15T20:48:33.629630+0000 mon.a (mon.0) 1041 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:48:35.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:35 smithi094 bash[22212]: cephadm 2024-04-15T20:48:33.505856+0000 mgr.a (mgr.14152) 434 : cephadm [ERR] host smithi204 `cephadm ceph-volume` failed: Cannot decode JSON: 2024-04-15T20:48:35.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:35 smithi094 bash[22212]: Traceback (most recent call last): 2024-04-15T20:48:35.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:35 smithi094 bash[22212]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1533, in _run_cephadm_json 2024-04-15T20:48:35.654 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:35 smithi094 bash[22212]: return json.loads(''.join(out)) 2024-04-15T20:48:35.655 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:35 smithi094 bash[22212]: File "/lib64/python3.6/json/__init__.py", line 354, in loads 2024-04-15T20:48:35.655 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:35 smithi094 bash[22212]: return _default_decoder.decode(s) 2024-04-15T20:48:35.655 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:35 smithi094 bash[22212]: File "/lib64/python3.6/json/decoder.py", line 339, in decode 2024-04-15T20:48:35.655 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:35 smithi094 bash[22212]: obj, end = self.raw_decode(s, idx=_w(s, 0).end()) 2024-04-15T20:48:35.655 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:35 smithi094 bash[22212]: File "/lib64/python3.6/json/decoder.py", line 357, in raw_decode 2024-04-15T20:48:35.655 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:35 smithi094 bash[22212]: raise JSONDecodeError("Expecting value", s, err.value) from None 2024-04-15T20:48:35.655 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:35 smithi094 bash[22212]: json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) 2024-04-15T20:48:35.655 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:35 smithi094 bash[22212]: cephadm 2024-04-15T20:48:33.506556+0000 mgr.a (mgr.14152) 435 : cephadm [INF] Removed host smithi204 2024-04-15T20:48:35.655 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:35 smithi094 bash[22212]: cephadm 2024-04-15T20:48:33.547820+0000 mgr.a (mgr.14152) 436 : cephadm [ERR] executing refresh((['smithi069', 'smithi094', 'smithi204'],)) failed. 2024-04-15T20:48:35.655 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:35 smithi094 bash[22212]: Traceback (most recent call last): 2024-04-15T20:48:35.655 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:35 smithi094 bash[22212]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 97, in do_work 2024-04-15T20:48:35.655 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:35 smithi094 bash[22212]: return f(*arg) 2024-04-15T20:48:35.655 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:35 smithi094 bash[22212]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 316, in refresh 2024-04-15T20:48:35.656 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:35 smithi094 bash[22212]: and not self.mgr.inventory.has_label(host, SpecialHostLabels.NO_MEMORY_AUTOTUNE) 2024-04-15T20:48:35.656 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:35 smithi094 bash[22212]: File "/usr/share/ceph/mgr/cephadm/inventory.py", line 168, in has_label 2024-04-15T20:48:35.656 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:35 smithi094 bash[22212]: host = self._get_stored_name(host) 2024-04-15T20:48:35.656 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:35 smithi094 bash[22212]: File "/usr/share/ceph/mgr/cephadm/inventory.py", line 105, in _get_stored_name 2024-04-15T20:48:35.656 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:35 smithi094 bash[22212]: self.assert_host(host) 2024-04-15T20:48:35.656 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:35 smithi094 bash[22212]: File "/usr/share/ceph/mgr/cephadm/inventory.py", line 124, in assert_host 2024-04-15T20:48:35.656 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:35 smithi094 bash[22212]: raise OrchestratorError('host %s does not exist' % host) 2024-04-15T20:48:35.656 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:35 smithi094 bash[22212]: orchestrator._interface.OrchestratorError: host smithi204 does not exist 2024-04-15T20:48:35.656 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:35 smithi094 bash[22212]: cluster 2024-04-15T20:48:33.554816+0000 mgr.a (mgr.14152) 437 : cluster [DBG] pgmap v349: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-15T20:48:35.656 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:35 smithi094 bash[22212]: cephadm 2024-04-15T20:48:33.626177+0000 mgr.a (mgr.14152) 438 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-04-15T20:48:35.656 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:35 smithi094 bash[22212]: cephadm 2024-04-15T20:48:33.631150+0000 mgr.a (mgr.14152) 439 : cephadm [INF] Reconfiguring daemon mon.a on smithi069 2024-04-15T20:48:35.656 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:35 smithi094 bash[22212]: cluster 2024-04-15T20:48:34.494938+0000 mon.a (mon.0) 1042 : cluster [WRN] Health check failed: 1 stray host(s) with 1 daemon(s) not managed by cephadm (CEPHADM_STRAY_HOST) 2024-04-15T20:48:35.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:35 smithi069 bash[21530]: cephadm 2024-04-15T20:48:33.505856+0000 mgr.a (mgr.14152) 434 : cephadm [ERR] host smithi204 `cephadm ceph-volume` failed: Cannot decode JSON: 2024-04-15T20:48:35.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:35 smithi069 bash[21530]: Traceback (most recent call last): 2024-04-15T20:48:35.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:35 smithi069 bash[21530]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1533, in _run_cephadm_json 2024-04-15T20:48:35.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:35 smithi069 bash[21530]: return json.loads(''.join(out)) 2024-04-15T20:48:35.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:35 smithi069 bash[21530]: File "/lib64/python3.6/json/__init__.py", line 354, in loads 2024-04-15T20:48:35.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:35 smithi069 bash[21530]: return _default_decoder.decode(s) 2024-04-15T20:48:35.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:35 smithi069 bash[21530]: File "/lib64/python3.6/json/decoder.py", line 339, in decode 2024-04-15T20:48:35.673 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:35 smithi069 bash[21530]: obj, end = self.raw_decode(s, idx=_w(s, 0).end()) 2024-04-15T20:48:35.673 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:35 smithi069 bash[21530]: File "/lib64/python3.6/json/decoder.py", line 357, in raw_decode 2024-04-15T20:48:35.673 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:35 smithi069 bash[21530]: raise JSONDecodeError("Expecting value", s, err.value) from None 2024-04-15T20:48:35.673 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:35 smithi069 bash[21530]: json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) 2024-04-15T20:48:35.673 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:35 smithi069 bash[21530]: cephadm 2024-04-15T20:48:33.506556+0000 mgr.a (mgr.14152) 435 : cephadm [INF] Removed host smithi204 2024-04-15T20:48:35.673 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:35 smithi069 bash[21530]: cephadm 2024-04-15T20:48:33.547820+0000 mgr.a (mgr.14152) 436 : cephadm [ERR] executing refresh((['smithi069', 'smithi094', 'smithi204'],)) failed. 2024-04-15T20:48:35.673 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:35 smithi069 bash[21530]: Traceback (most recent call last): 2024-04-15T20:48:35.673 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:35 smithi069 bash[21530]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 97, in do_work 2024-04-15T20:48:35.673 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:35 smithi069 bash[21530]: return f(*arg) 2024-04-15T20:48:35.674 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:35 smithi069 bash[21530]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 316, in refresh 2024-04-15T20:48:35.674 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:35 smithi069 bash[21530]: and not self.mgr.inventory.has_label(host, SpecialHostLabels.NO_MEMORY_AUTOTUNE) 2024-04-15T20:48:35.674 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:35 smithi069 bash[21530]: File "/usr/share/ceph/mgr/cephadm/inventory.py", line 168, in has_label 2024-04-15T20:48:35.674 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:35 smithi069 bash[21530]: host = self._get_stored_name(host) 2024-04-15T20:48:35.674 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:35 smithi069 bash[21530]: File "/usr/share/ceph/mgr/cephadm/inventory.py", line 105, in _get_stored_name 2024-04-15T20:48:35.674 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:35 smithi069 bash[21530]: self.assert_host(host) 2024-04-15T20:48:35.674 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:35 smithi069 bash[21530]: File "/usr/share/ceph/mgr/cephadm/inventory.py", line 124, in assert_host 2024-04-15T20:48:35.674 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:35 smithi069 bash[21530]: raise OrchestratorError('host %s does not exist' % host) 2024-04-15T20:48:35.674 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:35 smithi069 bash[21530]: orchestrator._interface.OrchestratorError: host smithi204 does not exist 2024-04-15T20:48:35.674 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:35 smithi069 bash[21530]: cluster 2024-04-15T20:48:33.554816+0000 mgr.a (mgr.14152) 437 : cluster [DBG] pgmap v349: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-15T20:48:35.674 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:35 smithi069 bash[21530]: cephadm 2024-04-15T20:48:33.626177+0000 mgr.a (mgr.14152) 438 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-04-15T20:48:35.674 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:35 smithi069 bash[21530]: cephadm 2024-04-15T20:48:33.631150+0000 mgr.a (mgr.14152) 439 : cephadm [INF] Reconfiguring daemon mon.a on smithi069 2024-04-15T20:48:35.674 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:35 smithi069 bash[21530]: cluster 2024-04-15T20:48:34.494938+0000 mon.a (mon.0) 1042 : cluster [WRN] Health check failed: 1 stray host(s) with 1 daemon(s) not managed by cephadm (CEPHADM_STRAY_HOST) 2024-04-15T20:48:36.538 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:36 smithi094 bash[22212]: audit 2024-04-15T20:48:35.401280+0000 mon.a (mon.0) 1043 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:36.538 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:36 smithi094 bash[22212]: audit 2024-04-15T20:48:35.410578+0000 mon.a (mon.0) 1044 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:36.538 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:36 smithi094 bash[22212]: cephadm 2024-04-15T20:48:35.450050+0000 mgr.a (mgr.14152) 440 : cephadm [INF] Reconfiguring mgr.a (monmap changed)... 2024-04-15T20:48:36.538 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:36 smithi094 bash[22212]: audit 2024-04-15T20:48:35.450791+0000 mon.a (mon.0) 1045 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-15T20:48:36.538 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:36 smithi094 bash[22212]: audit 2024-04-15T20:48:35.452974+0000 mon.a (mon.0) 1046 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-15T20:48:36.539 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:36 smithi094 bash[22212]: audit 2024-04-15T20:48:35.457980+0000 mon.a (mon.0) 1047 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:48:36.539 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:36 smithi094 bash[22212]: cephadm 2024-04-15T20:48:35.462657+0000 mgr.a (mgr.14152) 441 : cephadm [INF] Reconfiguring daemon mgr.a on smithi069 2024-04-15T20:48:36.539 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:36 smithi094 bash[22212]: cluster 2024-04-15T20:48:35.555513+0000 mgr.a (mgr.14152) 442 : cluster [DBG] pgmap v350: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-15T20:48:36.539 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:36 smithi094 bash[22212]: audit 2024-04-15T20:48:36.271406+0000 mon.a (mon.0) 1048 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:36.539 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:36 smithi094 bash[22212]: audit 2024-04-15T20:48:36.282207+0000 mon.a (mon.0) 1049 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:36.539 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:36 smithi094 bash[22212]: audit 2024-04-15T20:48:36.292542+0000 mon.a (mon.0) 1050 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:36.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:36 smithi069 bash[21530]: audit 2024-04-15T20:48:35.401280+0000 mon.a (mon.0) 1043 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:36.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:36 smithi069 bash[21530]: audit 2024-04-15T20:48:35.410578+0000 mon.a (mon.0) 1044 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:36.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:36 smithi069 bash[21530]: cephadm 2024-04-15T20:48:35.450050+0000 mgr.a (mgr.14152) 440 : cephadm [INF] Reconfiguring mgr.a (monmap changed)... 2024-04-15T20:48:36.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:36 smithi069 bash[21530]: audit 2024-04-15T20:48:35.450791+0000 mon.a (mon.0) 1045 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-15T20:48:36.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:36 smithi069 bash[21530]: audit 2024-04-15T20:48:35.452974+0000 mon.a (mon.0) 1046 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-15T20:48:36.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:36 smithi069 bash[21530]: audit 2024-04-15T20:48:35.457980+0000 mon.a (mon.0) 1047 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:48:36.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:36 smithi069 bash[21530]: cephadm 2024-04-15T20:48:35.462657+0000 mgr.a (mgr.14152) 441 : cephadm [INF] Reconfiguring daemon mgr.a on smithi069 2024-04-15T20:48:36.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:36 smithi069 bash[21530]: cluster 2024-04-15T20:48:35.555513+0000 mgr.a (mgr.14152) 442 : cluster [DBG] pgmap v350: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-15T20:48:36.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:36 smithi069 bash[21530]: audit 2024-04-15T20:48:36.271406+0000 mon.a (mon.0) 1048 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:36.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:36 smithi069 bash[21530]: audit 2024-04-15T20:48:36.282207+0000 mon.a (mon.0) 1049 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:36.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:36 smithi069 bash[21530]: audit 2024-04-15T20:48:36.292542+0000 mon.a (mon.0) 1050 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:39.153 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:38 smithi094 bash[22212]: cluster 2024-04-15T20:48:37.556119+0000 mgr.a (mgr.14152) 443 : cluster [DBG] pgmap v351: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-15T20:48:39.153 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:38 smithi094 bash[22212]: audit 2024-04-15T20:48:37.838021+0000 mon.a (mon.0) 1051 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:39.153 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:38 smithi094 bash[22212]: audit 2024-04-15T20:48:37.844427+0000 mon.a (mon.0) 1052 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:39.154 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:38 smithi094 bash[22212]: cephadm 2024-04-15T20:48:37.890393+0000 mgr.a (mgr.14152) 444 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2024-04-15T20:48:39.154 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:38 smithi094 bash[22212]: audit 2024-04-15T20:48:37.890859+0000 mon.a (mon.0) 1053 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-15T20:48:39.154 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:38 smithi094 bash[22212]: audit 2024-04-15T20:48:37.891734+0000 mon.a (mon.0) 1054 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:48:39.154 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:38 smithi094 bash[22212]: cephadm 2024-04-15T20:48:37.893029+0000 mgr.a (mgr.14152) 445 : cephadm [INF] Reconfiguring daemon osd.0 on smithi069 2024-04-15T20:48:39.171 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:38 smithi069 bash[21530]: cluster 2024-04-15T20:48:37.556119+0000 mgr.a (mgr.14152) 443 : cluster [DBG] pgmap v351: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-15T20:48:39.171 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:38 smithi069 bash[21530]: audit 2024-04-15T20:48:37.838021+0000 mon.a (mon.0) 1051 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:39.171 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:38 smithi069 bash[21530]: audit 2024-04-15T20:48:37.844427+0000 mon.a (mon.0) 1052 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:39.171 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:38 smithi069 bash[21530]: cephadm 2024-04-15T20:48:37.890393+0000 mgr.a (mgr.14152) 444 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2024-04-15T20:48:39.172 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:38 smithi069 bash[21530]: audit 2024-04-15T20:48:37.890859+0000 mon.a (mon.0) 1053 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-15T20:48:39.172 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:38 smithi069 bash[21530]: audit 2024-04-15T20:48:37.891734+0000 mon.a (mon.0) 1054 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:48:39.172 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:38 smithi069 bash[21530]: cephadm 2024-04-15T20:48:37.893029+0000 mgr.a (mgr.14152) 445 : cephadm [INF] Reconfiguring daemon osd.0 on smithi069 2024-04-15T20:48:41.153 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:40 smithi094 bash[22212]: cluster 2024-04-15T20:48:39.556701+0000 mgr.a (mgr.14152) 446 : cluster [DBG] pgmap v352: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-15T20:48:41.153 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:40 smithi094 bash[22212]: audit 2024-04-15T20:48:40.479625+0000 mon.a (mon.0) 1055 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:41.153 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:40 smithi094 bash[22212]: audit 2024-04-15T20:48:40.486539+0000 mon.a (mon.0) 1056 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:41.153 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:40 smithi094 bash[22212]: audit 2024-04-15T20:48:40.494176+0000 mon.a (mon.0) 1057 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:41.171 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:40 smithi069 bash[21530]: cluster 2024-04-15T20:48:39.556701+0000 mgr.a (mgr.14152) 446 : cluster [DBG] pgmap v352: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-15T20:48:41.171 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:40 smithi069 bash[21530]: audit 2024-04-15T20:48:40.479625+0000 mon.a (mon.0) 1055 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:41.171 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:40 smithi069 bash[21530]: audit 2024-04-15T20:48:40.486539+0000 mon.a (mon.0) 1056 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:41.171 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:40 smithi069 bash[21530]: audit 2024-04-15T20:48:40.494176+0000 mon.a (mon.0) 1057 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:42.671 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:42 smithi069 bash[21530]: audit 2024-04-15T20:48:41.431044+0000 mon.a (mon.0) 1058 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:42.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:42 smithi069 bash[21530]: audit 2024-04-15T20:48:41.437313+0000 mon.a (mon.0) 1059 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:42.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:42 smithi069 bash[21530]: cephadm 2024-04-15T20:48:41.464950+0000 mgr.a (mgr.14152) 447 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2024-04-15T20:48:42.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:42 smithi069 bash[21530]: audit 2024-04-15T20:48:41.465420+0000 mon.a (mon.0) 1060 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-15T20:48:42.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:42 smithi069 bash[21530]: audit 2024-04-15T20:48:41.466313+0000 mon.a (mon.0) 1061 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:48:42.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:42 smithi069 bash[21530]: cephadm 2024-04-15T20:48:41.467662+0000 mgr.a (mgr.14152) 448 : cephadm [INF] Reconfiguring daemon osd.1 on smithi069 2024-04-15T20:48:42.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:42 smithi069 bash[21530]: cluster 2024-04-15T20:48:41.557283+0000 mgr.a (mgr.14152) 449 : cluster [DBG] pgmap v353: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-15T20:48:42.903 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:42 smithi094 bash[22212]: audit 2024-04-15T20:48:41.431044+0000 mon.a (mon.0) 1058 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:42.903 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:42 smithi094 bash[22212]: audit 2024-04-15T20:48:41.437313+0000 mon.a (mon.0) 1059 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:42.904 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:42 smithi094 bash[22212]: cephadm 2024-04-15T20:48:41.464950+0000 mgr.a (mgr.14152) 447 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2024-04-15T20:48:42.904 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:42 smithi094 bash[22212]: audit 2024-04-15T20:48:41.465420+0000 mon.a (mon.0) 1060 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-15T20:48:42.904 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:42 smithi094 bash[22212]: audit 2024-04-15T20:48:41.466313+0000 mon.a (mon.0) 1061 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:48:42.904 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:42 smithi094 bash[22212]: cephadm 2024-04-15T20:48:41.467662+0000 mgr.a (mgr.14152) 448 : cephadm [INF] Reconfiguring daemon osd.1 on smithi069 2024-04-15T20:48:42.904 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:42 smithi094 bash[22212]: cluster 2024-04-15T20:48:41.557283+0000 mgr.a (mgr.14152) 449 : cluster [DBG] pgmap v353: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-15T20:48:44.375 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:44 smithi094 bash[22212]: audit 2024-04-15T20:48:43.122052+0000 mon.a (mon.0) 1062 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:44.375 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:44 smithi094 bash[22212]: audit 2024-04-15T20:48:43.128325+0000 mon.a (mon.0) 1063 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:44.375 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:44 smithi094 bash[22212]: cephadm 2024-04-15T20:48:43.135167+0000 mgr.a (mgr.14152) 450 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-04-15T20:48:44.375 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:44 smithi094 bash[22212]: audit 2024-04-15T20:48:43.135782+0000 mon.a (mon.0) 1064 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-15T20:48:44.375 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:44 smithi094 bash[22212]: audit 2024-04-15T20:48:43.137373+0000 mon.a (mon.0) 1065 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-15T20:48:44.375 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:44 smithi094 bash[22212]: audit 2024-04-15T20:48:43.138863+0000 mon.a (mon.0) 1066 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:48:44.375 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:44 smithi094 bash[22212]: cephadm 2024-04-15T20:48:43.140387+0000 mgr.a (mgr.14152) 451 : cephadm [INF] Reconfiguring daemon mon.b on smithi094 2024-04-15T20:48:44.421 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:44 smithi069 bash[21530]: audit 2024-04-15T20:48:43.122052+0000 mon.a (mon.0) 1062 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:44.422 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:44 smithi069 bash[21530]: audit 2024-04-15T20:48:43.128325+0000 mon.a (mon.0) 1063 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:44.422 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:44 smithi069 bash[21530]: cephadm 2024-04-15T20:48:43.135167+0000 mgr.a (mgr.14152) 450 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-04-15T20:48:44.422 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:44 smithi069 bash[21530]: audit 2024-04-15T20:48:43.135782+0000 mon.a (mon.0) 1064 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-15T20:48:44.422 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:44 smithi069 bash[21530]: audit 2024-04-15T20:48:43.137373+0000 mon.a (mon.0) 1065 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-15T20:48:44.422 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:44 smithi069 bash[21530]: audit 2024-04-15T20:48:43.138863+0000 mon.a (mon.0) 1066 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:48:44.422 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:44 smithi069 bash[21530]: cephadm 2024-04-15T20:48:43.140387+0000 mgr.a (mgr.14152) 451 : cephadm [INF] Reconfiguring daemon mon.b on smithi094 2024-04-15T20:48:45.403 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:45 smithi094 bash[22212]: cluster 2024-04-15T20:48:43.557793+0000 mgr.a (mgr.14152) 452 : cluster [DBG] pgmap v354: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-15T20:48:45.421 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:45 smithi069 bash[21530]: cluster 2024-04-15T20:48:43.557793+0000 mgr.a (mgr.14152) 452 : cluster [DBG] pgmap v354: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-15T20:48:46.451 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:46 smithi094 bash[22212]: audit 2024-04-15T20:48:45.194180+0000 mon.a (mon.0) 1067 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:46.451 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:46 smithi094 bash[22212]: audit 2024-04-15T20:48:45.203440+0000 mon.a (mon.0) 1068 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:46.451 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:46 smithi094 bash[22212]: cephadm 2024-04-15T20:48:45.209661+0000 mgr.a (mgr.14152) 453 : cephadm [INF] Reconfiguring mgr.b (monmap changed)... 2024-04-15T20:48:46.451 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:46 smithi094 bash[22212]: audit 2024-04-15T20:48:45.210444+0000 mon.a (mon.0) 1069 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-15T20:48:46.451 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:46 smithi094 bash[22212]: audit 2024-04-15T20:48:45.212430+0000 mon.a (mon.0) 1070 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-15T20:48:46.452 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:46 smithi094 bash[22212]: audit 2024-04-15T20:48:45.214188+0000 mon.a (mon.0) 1071 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:48:46.452 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:46 smithi094 bash[22212]: cephadm 2024-04-15T20:48:45.216247+0000 mgr.a (mgr.14152) 454 : cephadm [INF] Reconfiguring daemon mgr.b on smithi094 2024-04-15T20:48:46.674 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:46 smithi069 bash[21530]: audit 2024-04-15T20:48:45.194180+0000 mon.a (mon.0) 1067 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:46.674 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:46 smithi069 bash[21530]: audit 2024-04-15T20:48:45.203440+0000 mon.a (mon.0) 1068 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:46.674 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:46 smithi069 bash[21530]: cephadm 2024-04-15T20:48:45.209661+0000 mgr.a (mgr.14152) 453 : cephadm [INF] Reconfiguring mgr.b (monmap changed)... 2024-04-15T20:48:46.675 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:46 smithi069 bash[21530]: audit 2024-04-15T20:48:45.210444+0000 mon.a (mon.0) 1069 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-15T20:48:46.675 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:46 smithi069 bash[21530]: audit 2024-04-15T20:48:45.212430+0000 mon.a (mon.0) 1070 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-15T20:48:46.675 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:46 smithi069 bash[21530]: audit 2024-04-15T20:48:45.214188+0000 mon.a (mon.0) 1071 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:48:46.675 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:46 smithi069 bash[21530]: cephadm 2024-04-15T20:48:45.216247+0000 mgr.a (mgr.14152) 454 : cephadm [INF] Reconfiguring daemon mgr.b on smithi094 2024-04-15T20:48:47.653 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:47 smithi094 bash[22212]: cluster 2024-04-15T20:48:45.558342+0000 mgr.a (mgr.14152) 455 : cluster [DBG] pgmap v355: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-15T20:48:47.671 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:47 smithi069 bash[21530]: cluster 2024-04-15T20:48:45.558342+0000 mgr.a (mgr.14152) 455 : cluster [DBG] pgmap v355: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-15T20:48:48.543 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:48 smithi094 bash[22212]: audit 2024-04-15T20:48:47.219183+0000 mon.a (mon.0) 1072 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:48.544 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:48 smithi094 bash[22212]: audit 2024-04-15T20:48:47.227950+0000 mon.a (mon.0) 1073 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:48.544 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:48 smithi094 bash[22212]: cephadm 2024-04-15T20:48:47.238092+0000 mgr.a (mgr.14152) 456 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2024-04-15T20:48:48.544 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:48 smithi094 bash[22212]: audit 2024-04-15T20:48:47.238688+0000 mon.a (mon.0) 1074 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-15T20:48:48.544 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:48 smithi094 bash[22212]: audit 2024-04-15T20:48:47.240642+0000 mon.a (mon.0) 1075 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:48:48.544 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:48 smithi094 bash[22212]: cephadm 2024-04-15T20:48:47.243724+0000 mgr.a (mgr.14152) 457 : cephadm [INF] Reconfiguring daemon osd.2 on smithi094 2024-04-15T20:48:48.671 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:48 smithi069 bash[21530]: audit 2024-04-15T20:48:47.219183+0000 mon.a (mon.0) 1072 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:48.671 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:48 smithi069 bash[21530]: audit 2024-04-15T20:48:47.227950+0000 mon.a (mon.0) 1073 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:48.671 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:48 smithi069 bash[21530]: cephadm 2024-04-15T20:48:47.238092+0000 mgr.a (mgr.14152) 456 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2024-04-15T20:48:48.671 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:48 smithi069 bash[21530]: audit 2024-04-15T20:48:47.238688+0000 mon.a (mon.0) 1074 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-15T20:48:48.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:48 smithi069 bash[21530]: audit 2024-04-15T20:48:47.240642+0000 mon.a (mon.0) 1075 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:48:48.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:48 smithi069 bash[21530]: cephadm 2024-04-15T20:48:47.243724+0000 mgr.a (mgr.14152) 457 : cephadm [INF] Reconfiguring daemon osd.2 on smithi094 2024-04-15T20:48:49.653 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:49 smithi094 bash[22212]: cluster 2024-04-15T20:48:47.558895+0000 mgr.a (mgr.14152) 458 : cluster [DBG] pgmap v356: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-15T20:48:49.671 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:49 smithi069 bash[21530]: cluster 2024-04-15T20:48:47.558895+0000 mgr.a (mgr.14152) 458 : cluster [DBG] pgmap v356: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-15T20:48:50.590 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:50 smithi094 bash[22212]: audit 2024-04-15T20:48:49.328376+0000 mon.a (mon.0) 1076 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:50.591 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:50 smithi094 bash[22212]: audit 2024-04-15T20:48:49.337253+0000 mon.a (mon.0) 1077 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:50.591 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:50 smithi094 bash[22212]: cephadm 2024-04-15T20:48:49.364939+0000 mgr.a (mgr.14152) 459 : cephadm [INF] Reconfiguring osd.3 (monmap changed)... 2024-04-15T20:48:50.591 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:50 smithi094 bash[22212]: audit 2024-04-15T20:48:49.365575+0000 mon.a (mon.0) 1078 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-04-15T20:48:50.591 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:50 smithi094 bash[22212]: audit 2024-04-15T20:48:49.367303+0000 mon.a (mon.0) 1079 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:48:50.671 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:50 smithi069 bash[21530]: audit 2024-04-15T20:48:49.328376+0000 mon.a (mon.0) 1076 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:50.671 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:50 smithi069 bash[21530]: audit 2024-04-15T20:48:49.337253+0000 mon.a (mon.0) 1077 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:50.671 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:50 smithi069 bash[21530]: cephadm 2024-04-15T20:48:49.364939+0000 mgr.a (mgr.14152) 459 : cephadm [INF] Reconfiguring osd.3 (monmap changed)... 2024-04-15T20:48:50.671 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:50 smithi069 bash[21530]: audit 2024-04-15T20:48:49.365575+0000 mon.a (mon.0) 1078 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-04-15T20:48:50.672 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:50 smithi069 bash[21530]: audit 2024-04-15T20:48:49.367303+0000 mon.a (mon.0) 1079 : audit [DBG] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:48:51.653 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:51 smithi094 bash[22212]: cephadm 2024-04-15T20:48:49.370242+0000 mgr.a (mgr.14152) 460 : cephadm [INF] Reconfiguring daemon osd.3 on smithi094 2024-04-15T20:48:51.653 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:51 smithi094 bash[22212]: cluster 2024-04-15T20:48:49.559417+0000 mgr.a (mgr.14152) 461 : cluster [DBG] pgmap v357: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-15T20:48:51.671 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:51 smithi069 bash[21530]: cephadm 2024-04-15T20:48:49.370242+0000 mgr.a (mgr.14152) 460 : cephadm [INF] Reconfiguring daemon osd.3 on smithi094 2024-04-15T20:48:51.671 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:51 smithi069 bash[21530]: cluster 2024-04-15T20:48:49.559417+0000 mgr.a (mgr.14152) 461 : cluster [DBG] pgmap v357: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-15T20:48:52.653 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:52 smithi094 bash[22212]: audit 2024-04-15T20:48:51.382104+0000 mon.a (mon.0) 1080 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:52.653 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:52 smithi094 bash[22212]: audit 2024-04-15T20:48:51.390722+0000 mon.a (mon.0) 1081 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:52.653 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:52 smithi094 bash[22212]: cluster 2024-04-15T20:48:51.559970+0000 mgr.a (mgr.14152) 462 : cluster [DBG] pgmap v358: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-15T20:48:52.671 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:52 smithi069 bash[21530]: audit 2024-04-15T20:48:51.382104+0000 mon.a (mon.0) 1080 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:52.671 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:52 smithi069 bash[21530]: audit 2024-04-15T20:48:51.390722+0000 mon.a (mon.0) 1081 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:52.671 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:52 smithi069 bash[21530]: cluster 2024-04-15T20:48:51.559970+0000 mgr.a (mgr.14152) 462 : cluster [DBG] pgmap v358: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-15T20:48:54.903 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:54 smithi094 bash[22212]: cluster 2024-04-15T20:48:53.560511+0000 mgr.a (mgr.14152) 463 : cluster [DBG] pgmap v359: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-15T20:48:54.921 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:54 smithi069 bash[21530]: cluster 2024-04-15T20:48:53.560511+0000 mgr.a (mgr.14152) 463 : cluster [DBG] pgmap v359: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-15T20:48:56.903 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:56 smithi094 bash[22212]: cluster 2024-04-15T20:48:55.561101+0000 mgr.a (mgr.14152) 464 : cluster [DBG] pgmap v360: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-15T20:48:56.903 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:56 smithi094 bash[22212]: audit 2024-04-15T20:48:56.496599+0000 mon.a (mon.0) 1082 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:56.903 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:56 smithi094 bash[22212]: audit 2024-04-15T20:48:56.505625+0000 mon.a (mon.0) 1083 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:56.903 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:56 smithi094 bash[22212]: audit 2024-04-15T20:48:56.516096+0000 mon.a (mon.0) 1084 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:56.904 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:56 smithi069 bash[21530]: cluster 2024-04-15T20:48:55.561101+0000 mgr.a (mgr.14152) 464 : cluster [DBG] pgmap v360: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-15T20:48:56.904 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:56 smithi069 bash[21530]: audit 2024-04-15T20:48:56.496599+0000 mon.a (mon.0) 1082 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:56.904 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:56 smithi069 bash[21530]: audit 2024-04-15T20:48:56.505625+0000 mon.a (mon.0) 1083 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:56.904 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:56 smithi069 bash[21530]: audit 2024-04-15T20:48:56.516096+0000 mon.a (mon.0) 1084 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:48:58.903 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:48:58 smithi094 bash[22212]: cluster 2024-04-15T20:48:57.561631+0000 mgr.a (mgr.14152) 465 : cluster [DBG] pgmap v361: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-15T20:48:58.921 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:48:58 smithi069 bash[21530]: cluster 2024-04-15T20:48:57.561631+0000 mgr.a (mgr.14152) 465 : cluster [DBG] pgmap v361: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-15T20:49:00.903 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:49:00 smithi094 bash[22212]: cluster 2024-04-15T20:48:59.562039+0000 mgr.a (mgr.14152) 466 : cluster [DBG] pgmap v362: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-15T20:49:00.921 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:49:00 smithi069 bash[21530]: cluster 2024-04-15T20:48:59.562039+0000 mgr.a (mgr.14152) 466 : cluster [DBG] pgmap v362: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-15T20:49:01.921 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:49:01 smithi069 bash[21530]: audit 2024-04-15T20:49:00.671877+0000 mon.a (mon.0) 1085 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:49:01.921 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:49:01 smithi069 bash[21530]: audit 2024-04-15T20:49:00.682104+0000 mon.a (mon.0) 1086 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:49:01.921 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:49:01 smithi069 bash[21530]: audit 2024-04-15T20:49:00.693861+0000 mon.a (mon.0) 1087 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:49:02.153 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:49:01 smithi094 bash[22212]: audit 2024-04-15T20:49:00.671877+0000 mon.a (mon.0) 1085 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:49:02.153 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:49:01 smithi094 bash[22212]: audit 2024-04-15T20:49:00.682104+0000 mon.a (mon.0) 1086 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:49:02.153 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:49:01 smithi094 bash[22212]: audit 2024-04-15T20:49:00.693861+0000 mon.a (mon.0) 1087 : audit [INF] from='mgr.14152 172.21.15.69:0/695689461' entity='mgr.a' 2024-04-15T20:49:03.153 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:49:02 smithi094 bash[22212]: cluster 2024-04-15T20:49:01.562570+0000 mgr.a (mgr.14152) 467 : cluster [DBG] pgmap v363: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-15T20:49:03.171 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:49:02 smithi069 bash[21530]: cluster 2024-04-15T20:49:01.562570+0000 mgr.a (mgr.14152) 467 : cluster [DBG] pgmap v363: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-15T20:49:03.517 INFO:teuthology.orchestra.run.smithi069.stderr:+ ceph osd getcrushmap -o compiled-crushmap 2024-04-15T20:49:03.863 INFO:teuthology.orchestra.run.smithi069.stderr:18 2024-04-15T20:49:03.873 INFO:teuthology.orchestra.run.smithi069.stderr:+ crushtool -d compiled-crushmap -o crushmap.txt 2024-04-15T20:49:03.887 INFO:teuthology.orchestra.run.smithi069.stderr:++ cat crushmap.txt 2024-04-15T20:49:03.889 INFO:teuthology.orchestra.run.smithi069.stderr:+ CRUSH_MAP='# begin crush map 2024-04-15T20:49:03.889 INFO:teuthology.orchestra.run.smithi069.stderr:tunable choose_local_tries 0 2024-04-15T20:49:03.889 INFO:teuthology.orchestra.run.smithi069.stderr:tunable choose_local_fallback_tries 0 2024-04-15T20:49:03.889 INFO:teuthology.orchestra.run.smithi069.stderr:tunable choose_total_tries 50 2024-04-15T20:49:03.889 INFO:teuthology.orchestra.run.smithi069.stderr:tunable chooseleaf_descend_once 1 2024-04-15T20:49:03.889 INFO:teuthology.orchestra.run.smithi069.stderr:tunable chooseleaf_vary_r 1 2024-04-15T20:49:03.889 INFO:teuthology.orchestra.run.smithi069.stderr:tunable chooseleaf_stable 1 2024-04-15T20:49:03.890 INFO:teuthology.orchestra.run.smithi069.stderr:tunable straw_calc_version 1 2024-04-15T20:49:03.890 INFO:teuthology.orchestra.run.smithi069.stderr:tunable allowed_bucket_algs 54 2024-04-15T20:49:03.890 INFO:teuthology.orchestra.run.smithi069.stderr: 2024-04-15T20:49:03.890 INFO:teuthology.orchestra.run.smithi069.stderr:# devices 2024-04-15T20:49:03.890 INFO:teuthology.orchestra.run.smithi069.stderr:device 0 osd.0 class ssd 2024-04-15T20:49:03.890 INFO:teuthology.orchestra.run.smithi069.stderr:device 1 osd.1 class ssd 2024-04-15T20:49:03.890 INFO:teuthology.orchestra.run.smithi069.stderr:device 2 osd.2 class ssd 2024-04-15T20:49:03.890 INFO:teuthology.orchestra.run.smithi069.stderr:device 3 osd.3 class ssd 2024-04-15T20:49:03.890 INFO:teuthology.orchestra.run.smithi069.stderr: 2024-04-15T20:49:03.890 INFO:teuthology.orchestra.run.smithi069.stderr:# types 2024-04-15T20:49:03.890 INFO:teuthology.orchestra.run.smithi069.stderr:type 0 osd 2024-04-15T20:49:03.890 INFO:teuthology.orchestra.run.smithi069.stderr:type 1 host 2024-04-15T20:49:03.890 INFO:teuthology.orchestra.run.smithi069.stderr:type 2 chassis 2024-04-15T20:49:03.891 INFO:teuthology.orchestra.run.smithi069.stderr:type 3 rack 2024-04-15T20:49:03.891 INFO:teuthology.orchestra.run.smithi069.stderr:type 4 row 2024-04-15T20:49:03.891 INFO:teuthology.orchestra.run.smithi069.stderr:type 5 pdu 2024-04-15T20:49:03.891 INFO:teuthology.orchestra.run.smithi069.stderr:type 6 pod 2024-04-15T20:49:03.891 INFO:teuthology.orchestra.run.smithi069.stderr:type 7 room 2024-04-15T20:49:03.891 INFO:teuthology.orchestra.run.smithi069.stderr:type 8 datacenter 2024-04-15T20:49:03.891 INFO:teuthology.orchestra.run.smithi069.stderr:type 9 zone 2024-04-15T20:49:03.891 INFO:teuthology.orchestra.run.smithi069.stderr:type 10 region 2024-04-15T20:49:03.891 INFO:teuthology.orchestra.run.smithi069.stderr:type 11 root 2024-04-15T20:49:03.891 INFO:teuthology.orchestra.run.smithi069.stderr: 2024-04-15T20:49:03.891 INFO:teuthology.orchestra.run.smithi069.stderr:# buckets 2024-04-15T20:49:03.891 INFO:teuthology.orchestra.run.smithi069.stderr:host smithi069 { 2024-04-15T20:49:03.891 INFO:teuthology.orchestra.run.smithi069.stderr: id -3 # do not change unnecessarily 2024-04-15T20:49:03.891 INFO:teuthology.orchestra.run.smithi069.stderr: id -4 class ssd # do not change unnecessarily 2024-04-15T20:49:03.891 INFO:teuthology.orchestra.run.smithi069.stderr: # weight 0.17459 2024-04-15T20:49:03.892 INFO:teuthology.orchestra.run.smithi069.stderr: alg straw2 2024-04-15T20:49:03.892 INFO:teuthology.orchestra.run.smithi069.stderr: hash 0 # rjenkins1 2024-04-15T20:49:03.892 INFO:teuthology.orchestra.run.smithi069.stderr: item osd.0 weight 0.08730 2024-04-15T20:49:03.892 INFO:teuthology.orchestra.run.smithi069.stderr: item osd.1 weight 0.08730 2024-04-15T20:49:03.892 INFO:teuthology.orchestra.run.smithi069.stderr:} 2024-04-15T20:49:03.892 INFO:teuthology.orchestra.run.smithi069.stderr:host smithi094 { 2024-04-15T20:49:03.892 INFO:teuthology.orchestra.run.smithi069.stderr: id -5 # do not change unnecessarily 2024-04-15T20:49:03.892 INFO:teuthology.orchestra.run.smithi069.stderr: id -6 class ssd # do not change unnecessarily 2024-04-15T20:49:03.892 INFO:teuthology.orchestra.run.smithi069.stderr: # weight 0.17459 2024-04-15T20:49:03.892 INFO:teuthology.orchestra.run.smithi069.stderr: alg straw2 2024-04-15T20:49:03.892 INFO:teuthology.orchestra.run.smithi069.stderr: hash 0 # rjenkins1 2024-04-15T20:49:03.892 INFO:teuthology.orchestra.run.smithi069.stderr: item osd.2 weight 0.08730 2024-04-15T20:49:03.892 INFO:teuthology.orchestra.run.smithi069.stderr: item osd.3 weight 0.08730 2024-04-15T20:49:03.892 INFO:teuthology.orchestra.run.smithi069.stderr:} 2024-04-15T20:49:03.892 INFO:teuthology.orchestra.run.smithi069.stderr:root default { 2024-04-15T20:49:03.892 INFO:teuthology.orchestra.run.smithi069.stderr: id -1 # do not change unnecessarily 2024-04-15T20:49:03.893 INFO:teuthology.orchestra.run.smithi069.stderr: id -2 class ssd # do not change unnecessarily 2024-04-15T20:49:03.893 INFO:teuthology.orchestra.run.smithi069.stderr: # weight 0.34918 2024-04-15T20:49:03.893 INFO:teuthology.orchestra.run.smithi069.stderr: alg straw2 2024-04-15T20:49:03.893 INFO:teuthology.orchestra.run.smithi069.stderr: hash 0 # rjenkins1 2024-04-15T20:49:03.893 INFO:teuthology.orchestra.run.smithi069.stderr: item smithi069 weight 0.17459 2024-04-15T20:49:03.893 INFO:teuthology.orchestra.run.smithi069.stderr: item smithi094 weight 0.17459 2024-04-15T20:49:03.893 INFO:teuthology.orchestra.run.smithi069.stderr:} 2024-04-15T20:49:03.893 INFO:teuthology.orchestra.run.smithi069.stderr: 2024-04-15T20:49:03.893 INFO:teuthology.orchestra.run.smithi069.stderr:# rules 2024-04-15T20:49:03.893 INFO:teuthology.orchestra.run.smithi069.stderr:rule replicated_rule { 2024-04-15T20:49:03.893 INFO:teuthology.orchestra.run.smithi069.stderr: id 0 2024-04-15T20:49:03.893 INFO:teuthology.orchestra.run.smithi069.stderr: type replicated 2024-04-15T20:49:03.893 INFO:teuthology.orchestra.run.smithi069.stderr: step take default 2024-04-15T20:49:03.893 INFO:teuthology.orchestra.run.smithi069.stderr: step choose firstn 0 type osd 2024-04-15T20:49:03.893 INFO:teuthology.orchestra.run.smithi069.stderr: step emit 2024-04-15T20:49:03.893 INFO:teuthology.orchestra.run.smithi069.stderr:} 2024-04-15T20:49:03.893 INFO:teuthology.orchestra.run.smithi069.stderr: 2024-04-15T20:49:03.894 INFO:teuthology.orchestra.run.smithi069.stderr:# end crush map' 2024-04-15T20:49:03.894 INFO:teuthology.orchestra.run.smithi069.stderr:+ grep -q smithi204 2024-04-15T20:49:04.720 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-04-15T20:49:04.730 INFO:tasks.cephadm:Teardown begin 2024-04-15T20:49:04.731 DEBUG:teuthology.orchestra.run.smithi069:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-15T20:49:04.745 DEBUG:teuthology.orchestra.run.smithi094:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-15T20:49:04.760 DEBUG:teuthology.orchestra.run.smithi204:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-15T20:49:04.775 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-04-15T20:49:04.775 DEBUG:teuthology.orchestra.run.smithi069:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-15T20:49:04.793 DEBUG:teuthology.orchestra.run.smithi094:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-15T20:49:04.810 DEBUG:teuthology.orchestra.run.smithi204:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-15T20:49:04.823 INFO:tasks.cephadm:Stopping all daemons... 2024-04-15T20:49:04.823 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-04-15T20:49:04.823 DEBUG:teuthology.orchestra.run.smithi069:> sudo systemctl stop ceph-cb456bda-fb67-11ee-bc8f-c7b262605968@mon.a 2024-04-15T20:49:04.960 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:49:04 smithi069 bash[21530]: cluster 2024-04-15T20:49:03.563137+0000 mgr.a (mgr.14152) 468 : cluster [DBG] pgmap v364: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-15T20:49:04.961 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:49:04 smithi069 bash[21530]: audit 2024-04-15T20:49:03.870780+0000 mon.a (mon.0) 1088 : audit [DBG] from='client.? 172.21.15.69:0/3786150534' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-04-15T20:49:04.961 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:49:04 smithi069 systemd[1]: Stopping Ceph mon.a for cb456bda-fb67-11ee-bc8f-c7b262605968... 2024-04-15T20:49:05.109 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:49:04 smithi069 bash[21530]: debug 2024-04-15T20:49:04.966+0000 7f4c60255700 -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-04-15T20:49:05.109 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 15 20:49:04 smithi069 bash[21530]: debug 2024-04-15T20:49:04.966+0000 7f4c60255700 -1 mon.a@0(leader) e4 *** Got Signal Terminated *** 2024-04-15T20:49:05.153 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:49:04 smithi094 bash[22212]: cluster 2024-04-15T20:49:03.563137+0000 mgr.a (mgr.14152) 468 : cluster [DBG] pgmap v364: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-15T20:49:05.153 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:49:04 smithi094 bash[22212]: audit 2024-04-15T20:49:03.870780+0000 mon.a (mon.0) 1088 : audit [DBG] from='client.? 172.21.15.69:0/3786150534' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-04-15T20:49:05.797 DEBUG:teuthology.orchestra.run.smithi069:> sudo pkill -f 'journalctl -f -n 0 -u ceph-cb456bda-fb67-11ee-bc8f-c7b262605968@mon.a.service' 2024-04-15T20:49:05.830 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-15T20:49:05.830 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-04-15T20:49:05.830 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2024-04-15T20:49:05.830 DEBUG:teuthology.orchestra.run.smithi094:> sudo systemctl stop ceph-cb456bda-fb67-11ee-bc8f-c7b262605968@mon.b 2024-04-15T20:49:06.153 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:49:05 smithi094 systemd[1]: Stopping Ceph mon.b for cb456bda-fb67-11ee-bc8f-c7b262605968... 2024-04-15T20:49:06.153 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:49:06 smithi094 bash[22212]: debug 2024-04-15T20:49:05.996+0000 7f08e3430700 -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-04-15T20:49:06.153 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 15 20:49:06 smithi094 bash[22212]: debug 2024-04-15T20:49:05.996+0000 7f08e3430700 -1 mon.b@1(peon) e4 *** Got Signal Terminated *** 2024-04-15T20:49:06.907 DEBUG:teuthology.orchestra.run.smithi094:> sudo pkill -f 'journalctl -f -n 0 -u ceph-cb456bda-fb67-11ee-bc8f-c7b262605968@mon.b.service' 2024-04-15T20:49:06.942 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-15T20:49:06.943 INFO:tasks.cephadm.mon.c:Stopped mon.b 2024-04-15T20:49:06.943 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-04-15T20:49:06.943 DEBUG:teuthology.orchestra.run.smithi204:> sudo systemctl stop ceph-cb456bda-fb67-11ee-bc8f-c7b262605968@mon.c 2024-04-15T20:49:06.975 DEBUG:teuthology.orchestra.run.smithi204:> sudo pkill -f 'journalctl -f -n 0 -u ceph-cb456bda-fb67-11ee-bc8f-c7b262605968@mon.c.service' 2024-04-15T20:49:07.060 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-15T20:49:07.061 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-04-15T20:49:07.061 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2024-04-15T20:49:07.061 DEBUG:teuthology.orchestra.run.smithi069:> sudo systemctl stop ceph-cb456bda-fb67-11ee-bc8f-c7b262605968@mgr.a 2024-04-15T20:49:07.403 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:49:07 smithi069 systemd[1]: Stopping Ceph mgr.a for cb456bda-fb67-11ee-bc8f-c7b262605968... 2024-04-15T20:49:07.403 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:49:07 smithi069 bash[21786]: debug 2024-04-15T20:49:07.194+0000 7fe2bfdbe700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mgr -n mgr.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-04-15T20:49:07.403 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 15 20:49:07 smithi069 bash[21786]: debug 2024-04-15T20:49:07.194+0000 7fe2bfdbe700 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2024-04-15T20:49:07.908 DEBUG:teuthology.orchestra.run.smithi069:> sudo pkill -f 'journalctl -f -n 0 -u ceph-cb456bda-fb67-11ee-bc8f-c7b262605968@mgr.a.service' 2024-04-15T20:49:07.932 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-15T20:49:07.932 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2024-04-15T20:49:07.933 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2024-04-15T20:49:07.933 DEBUG:teuthology.orchestra.run.smithi094:> sudo systemctl stop ceph-cb456bda-fb67-11ee-bc8f-c7b262605968@mgr.b 2024-04-15T20:49:08.316 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Apr 15 20:49:07 smithi094 systemd[1]: Stopping Ceph mgr.b for cb456bda-fb67-11ee-bc8f-c7b262605968... 2024-04-15T20:49:08.849 DEBUG:teuthology.orchestra.run.smithi094:> sudo pkill -f 'journalctl -f -n 0 -u ceph-cb456bda-fb67-11ee-bc8f-c7b262605968@mgr.b.service' 2024-04-15T20:49:08.870 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-15T20:49:08.871 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2024-04-15T20:49:08.871 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-04-15T20:49:08.871 DEBUG:teuthology.orchestra.run.smithi069:> sudo systemctl stop ceph-cb456bda-fb67-11ee-bc8f-c7b262605968@osd.0 2024-04-15T20:49:09.171 INFO:journalctl@ceph.osd.0.smithi069.stdout:Apr 15 20:49:08 smithi069 systemd[1]: Stopping Ceph osd.0 for cb456bda-fb67-11ee-bc8f-c7b262605968... 2024-04-15T20:49:09.171 INFO:journalctl@ceph.osd.0.smithi069.stdout:Apr 15 20:49:09 smithi069 bash[31747]: debug 2024-04-15T20:49:09.026+0000 7fd824c9c700 -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-04-15T20:49:09.171 INFO:journalctl@ceph.osd.0.smithi069.stdout:Apr 15 20:49:09 smithi069 bash[31747]: debug 2024-04-15T20:49:09.026+0000 7fd824c9c700 -1 osd.0 57 *** Got signal Terminated *** 2024-04-15T20:49:09.172 INFO:journalctl@ceph.osd.0.smithi069.stdout:Apr 15 20:49:09 smithi069 bash[31747]: debug 2024-04-15T20:49:09.026+0000 7fd824c9c700 -1 osd.0 57 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-15T20:49:15.171 INFO:journalctl@ceph.osd.0.smithi069.stdout:Apr 15 20:49:14 smithi069 bash[46754]: ceph-cb456bda-fb67-11ee-bc8f-c7b262605968-osd-0 2024-04-15T20:49:15.171 INFO:journalctl@ceph.osd.0.smithi069.stdout:Apr 15 20:49:15 smithi069 bash[46817]: Error response from daemon: No such container: ceph-cb456bda-fb67-11ee-bc8f-c7b262605968-osd-0 2024-04-15T20:49:16.635 DEBUG:teuthology.orchestra.run.smithi069:> sudo pkill -f 'journalctl -f -n 0 -u ceph-cb456bda-fb67-11ee-bc8f-c7b262605968@osd.0.service' 2024-04-15T20:49:16.664 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-15T20:49:16.664 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-04-15T20:49:16.664 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-04-15T20:49:16.664 DEBUG:teuthology.orchestra.run.smithi069:> sudo systemctl stop ceph-cb456bda-fb67-11ee-bc8f-c7b262605968@osd.1 2024-04-15T20:49:16.922 INFO:journalctl@ceph.osd.1.smithi069.stdout:Apr 15 20:49:16 smithi069 systemd[1]: Stopping Ceph osd.1 for cb456bda-fb67-11ee-bc8f-c7b262605968... 2024-04-15T20:49:16.922 INFO:journalctl@ceph.osd.1.smithi069.stdout:Apr 15 20:49:16 smithi069 bash[35582]: debug 2024-04-15T20:49:16.838+0000 7fcdd9cb9700 -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-04-15T20:49:16.922 INFO:journalctl@ceph.osd.1.smithi069.stdout:Apr 15 20:49:16 smithi069 bash[35582]: debug 2024-04-15T20:49:16.838+0000 7fcdd9cb9700 -1 osd.1 57 *** Got signal Terminated *** 2024-04-15T20:49:16.922 INFO:journalctl@ceph.osd.1.smithi069.stdout:Apr 15 20:49:16 smithi069 bash[35582]: debug 2024-04-15T20:49:16.838+0000 7fcdd9cb9700 -1 osd.1 57 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-15T20:49:22.921 INFO:journalctl@ceph.osd.1.smithi069.stdout:Apr 15 20:49:22 smithi069 bash[46953]: ceph-cb456bda-fb67-11ee-bc8f-c7b262605968-osd-1 2024-04-15T20:49:22.921 INFO:journalctl@ceph.osd.1.smithi069.stdout:Apr 15 20:49:22 smithi069 bash[47195]: Error response from daemon: No such container: ceph-cb456bda-fb67-11ee-bc8f-c7b262605968-osd-1 2024-04-15T20:49:24.377 DEBUG:teuthology.orchestra.run.smithi069:> sudo pkill -f 'journalctl -f -n 0 -u ceph-cb456bda-fb67-11ee-bc8f-c7b262605968@osd.1.service' 2024-04-15T20:49:24.410 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-15T20:49:24.410 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-04-15T20:49:24.411 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-04-15T20:49:24.411 DEBUG:teuthology.orchestra.run.smithi094:> sudo systemctl stop ceph-cb456bda-fb67-11ee-bc8f-c7b262605968@osd.2 2024-04-15T20:49:24.903 INFO:journalctl@ceph.osd.2.smithi094.stdout:Apr 15 20:49:24 smithi094 systemd[1]: Stopping Ceph osd.2 for cb456bda-fb67-11ee-bc8f-c7b262605968... 2024-04-15T20:49:24.903 INFO:journalctl@ceph.osd.2.smithi094.stdout:Apr 15 20:49:24 smithi094 bash[27464]: debug 2024-04-15T20:49:24.555+0000 7fce6e949700 -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-04-15T20:49:24.903 INFO:journalctl@ceph.osd.2.smithi094.stdout:Apr 15 20:49:24 smithi094 bash[27464]: debug 2024-04-15T20:49:24.555+0000 7fce6e949700 -1 osd.2 57 *** Got signal Terminated *** 2024-04-15T20:49:24.903 INFO:journalctl@ceph.osd.2.smithi094.stdout:Apr 15 20:49:24 smithi094 bash[27464]: debug 2024-04-15T20:49:24.555+0000 7fce6e949700 -1 osd.2 57 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-15T20:49:30.902 INFO:journalctl@ceph.osd.2.smithi094.stdout:Apr 15 20:49:30 smithi094 bash[36718]: ceph-cb456bda-fb67-11ee-bc8f-c7b262605968-osd-2 2024-04-15T20:49:30.903 INFO:journalctl@ceph.osd.2.smithi094.stdout:Apr 15 20:49:30 smithi094 bash[36975]: Error response from daemon: No such container: ceph-cb456bda-fb67-11ee-bc8f-c7b262605968-osd-2 2024-04-15T20:49:32.557 DEBUG:teuthology.orchestra.run.smithi094:> sudo pkill -f 'journalctl -f -n 0 -u ceph-cb456bda-fb67-11ee-bc8f-c7b262605968@osd.2.service' 2024-04-15T20:49:32.584 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-15T20:49:32.584 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-04-15T20:49:32.584 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2024-04-15T20:49:32.584 DEBUG:teuthology.orchestra.run.smithi094:> sudo systemctl stop ceph-cb456bda-fb67-11ee-bc8f-c7b262605968@osd.3 2024-04-15T20:49:32.903 INFO:journalctl@ceph.osd.3.smithi094.stdout:Apr 15 20:49:32 smithi094 systemd[1]: Stopping Ceph osd.3 for cb456bda-fb67-11ee-bc8f-c7b262605968... 2024-04-15T20:49:32.903 INFO:journalctl@ceph.osd.3.smithi094.stdout:Apr 15 20:49:32 smithi094 bash[31352]: debug 2024-04-15T20:49:32.767+0000 7fbb5dd35700 -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-04-15T20:49:32.903 INFO:journalctl@ceph.osd.3.smithi094.stdout:Apr 15 20:49:32 smithi094 bash[31352]: debug 2024-04-15T20:49:32.767+0000 7fbb5dd35700 -1 osd.3 57 *** Got signal Terminated *** 2024-04-15T20:49:32.903 INFO:journalctl@ceph.osd.3.smithi094.stdout:Apr 15 20:49:32 smithi094 bash[31352]: debug 2024-04-15T20:49:32.767+0000 7fbb5dd35700 -1 osd.3 57 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-15T20:49:35.402 INFO:journalctl@ceph.osd.3.smithi094.stdout:Apr 15 20:49:35 smithi094 bash[31352]: debug 2024-04-15T20:49:35.087+0000 7fbb56321700 -1 osd.3 57 heartbeat_check: no reply from 172.21.15.69:6806 osd.0 since back 2024-04-15T20:49:12.739614+0000 front 2024-04-15T20:49:12.739528+0000 (oldest deadline 2024-04-15T20:49:35.039267+0000) 2024-04-15T20:49:36.402 INFO:journalctl@ceph.osd.3.smithi094.stdout:Apr 15 20:49:36 smithi094 bash[31352]: debug 2024-04-15T20:49:36.051+0000 7fbb56321700 -1 osd.3 57 heartbeat_check: no reply from 172.21.15.69:6806 osd.0 since back 2024-04-15T20:49:12.739614+0000 front 2024-04-15T20:49:12.739528+0000 (oldest deadline 2024-04-15T20:49:35.039267+0000) 2024-04-15T20:49:37.402 INFO:journalctl@ceph.osd.3.smithi094.stdout:Apr 15 20:49:37 smithi094 bash[31352]: debug 2024-04-15T20:49:37.083+0000 7fbb56321700 -1 osd.3 57 heartbeat_check: no reply from 172.21.15.69:6806 osd.0 since back 2024-04-15T20:49:12.739614+0000 front 2024-04-15T20:49:12.739528+0000 (oldest deadline 2024-04-15T20:49:35.039267+0000) 2024-04-15T20:49:39.180 INFO:journalctl@ceph.osd.3.smithi094.stdout:Apr 15 20:49:38 smithi094 bash[37109]: ceph-cb456bda-fb67-11ee-bc8f-c7b262605968-osd-3 2024-04-15T20:49:39.652 INFO:journalctl@ceph.osd.3.smithi094.stdout:Apr 15 20:49:39 smithi094 bash[37246]: Error response from daemon: No such container: ceph-cb456bda-fb67-11ee-bc8f-c7b262605968-osd-3 2024-04-15T20:49:41.382 DEBUG:teuthology.orchestra.run.smithi094:> sudo pkill -f 'journalctl -f -n 0 -u ceph-cb456bda-fb67-11ee-bc8f-c7b262605968@osd.3.service' 2024-04-15T20:49:41.418 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-15T20:49:41.418 INFO:tasks.cephadm.osd.3:Stopped osd.3 2024-04-15T20:49:41.418 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2024-04-15T20:49:41.418 DEBUG:teuthology.orchestra.run.smithi204:> sudo systemctl stop ceph-cb456bda-fb67-11ee-bc8f-c7b262605968@osd.4 2024-04-15T20:49:41.442 DEBUG:teuthology.orchestra.run.smithi204:> sudo pkill -f 'journalctl -f -n 0 -u ceph-cb456bda-fb67-11ee-bc8f-c7b262605968@osd.4.service' 2024-04-15T20:49:41.506 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-15T20:49:41.506 INFO:tasks.cephadm.osd.4:Stopped osd.4 2024-04-15T20:49:41.506 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2024-04-15T20:49:41.506 DEBUG:teuthology.orchestra.run.smithi204:> sudo systemctl stop ceph-cb456bda-fb67-11ee-bc8f-c7b262605968@osd.5 2024-04-15T20:49:41.576 DEBUG:teuthology.orchestra.run.smithi204:> sudo pkill -f 'journalctl -f -n 0 -u ceph-cb456bda-fb67-11ee-bc8f-c7b262605968@osd.5.service' 2024-04-15T20:49:41.648 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-15T20:49:41.649 INFO:tasks.cephadm.osd.5:Stopped osd.5 2024-04-15T20:49:41.649 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid cb456bda-fb67-11ee-bc8f-c7b262605968 --force --keep-logs 2024-04-15T20:49:41.814 INFO:teuthology.orchestra.run.smithi069.stdout:Deleting cluster with fsid: cb456bda-fb67-11ee-bc8f-c7b262605968 2024-04-15T20:49:44.479 DEBUG:teuthology.orchestra.run.smithi094:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid cb456bda-fb67-11ee-bc8f-c7b262605968 --force --keep-logs 2024-04-15T20:49:44.646 INFO:teuthology.orchestra.run.smithi094.stdout:Deleting cluster with fsid: cb456bda-fb67-11ee-bc8f-c7b262605968 2024-04-15T20:49:47.304 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid cb456bda-fb67-11ee-bc8f-c7b262605968 --force --keep-logs 2024-04-15T20:49:47.472 INFO:teuthology.orchestra.run.smithi204.stdout:Deleting cluster with fsid: cb456bda-fb67-11ee-bc8f-c7b262605968 2024-04-15T20:49:49.038 DEBUG:teuthology.orchestra.run.smithi069:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-15T20:49:49.052 DEBUG:teuthology.orchestra.run.smithi094:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-15T20:49:49.068 DEBUG:teuthology.orchestra.run.smithi204:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-15T20:49:49.081 INFO:tasks.cephadm:Archiving crash dumps... 2024-04-15T20:49:49.083 DEBUG:teuthology.misc:Transferring archived files from smithi069:/var/lib/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-15_20:08:15-orch-main-distro-default-smithi/7657247/remote/smithi069/crash 2024-04-15T20:49:49.084 DEBUG:teuthology.orchestra.run.smithi069:> sudo tar c -f - -C /var/lib/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/crash -- . 2024-04-15T20:49:49.109 INFO:teuthology.orchestra.run.smithi069.stderr:tar: /var/lib/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/crash: Cannot open: No such file or directory 2024-04-15T20:49:49.109 INFO:teuthology.orchestra.run.smithi069.stderr:tar: Error is not recoverable: exiting now 2024-04-15T20:49:49.111 DEBUG:teuthology.misc:Transferring archived files from smithi094:/var/lib/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-15_20:08:15-orch-main-distro-default-smithi/7657247/remote/smithi094/crash 2024-04-15T20:49:49.112 DEBUG:teuthology.orchestra.run.smithi094:> sudo tar c -f - -C /var/lib/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/crash -- . 2024-04-15T20:49:49.124 INFO:teuthology.orchestra.run.smithi094.stderr:tar: /var/lib/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/crash: Cannot open: No such file or directory 2024-04-15T20:49:49.124 INFO:teuthology.orchestra.run.smithi094.stderr:tar: Error is not recoverable: exiting now 2024-04-15T20:49:49.126 DEBUG:teuthology.misc:Transferring archived files from smithi204:/var/lib/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-15_20:08:15-orch-main-distro-default-smithi/7657247/remote/smithi204/crash 2024-04-15T20:49:49.127 DEBUG:teuthology.orchestra.run.smithi204:> sudo tar c -f - -C /var/lib/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/crash -- . 2024-04-15T20:49:49.137 INFO:teuthology.orchestra.run.smithi204.stderr:tar: /var/lib/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/crash: Cannot open: No such file or directory 2024-04-15T20:49:49.138 INFO:teuthology.orchestra.run.smithi204.stderr:tar: Error is not recoverable: exiting now 2024-04-15T20:49:49.138 INFO:tasks.cephadm:Checking cluster log for badness... 2024-04-15T20:49:49.139 DEBUG:teuthology.orchestra.run.smithi069:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v 'mons down' | egrep -v 'mon down' | egrep -v 'out of quorum' | head -n 1 2024-04-15T20:49:49.166 INFO:teuthology.orchestra.run.smithi069.stdout:2024-04-15T20:41:34.335855+0000 mon.a (mon.0) 439 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-15T20:49:49.167 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2024-04-15T20:49:49.167 DEBUG:teuthology.orchestra.run.smithi069:> sudo egrep '\[SEC\]' /var/log/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v 'mons down' | egrep -v 'mon down' | egrep -v 'out of quorum' | head -n 1 2024-04-15T20:49:49.223 DEBUG:teuthology.orchestra.run.smithi069:> sudo egrep '\[ERR\]' /var/log/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v 'mons down' | egrep -v 'mon down' | egrep -v 'out of quorum' | head -n 1 2024-04-15T20:49:49.277 DEBUG:teuthology.orchestra.run.smithi069:> sudo egrep '\[WRN\]' /var/log/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v 'mons down' | egrep -v 'mon down' | egrep -v 'out of quorum' | head -n 1 2024-04-15T20:49:49.332 INFO:teuthology.orchestra.run.smithi069.stdout:2024-04-15T20:41:34.335855+0000 mon.a (mon.0) 439 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-15T20:49:49.333 INFO:tasks.cephadm:Compressing logs... 2024-04-15T20:49:49.333 DEBUG:teuthology.orchestra.run.smithi069:> 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-04-15T20:49:49.378 DEBUG:teuthology.orchestra.run.smithi094:> 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-04-15T20:49:49.381 DEBUG:teuthology.orchestra.run.smithi204:> 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-04-15T20:49:49.386 INFO:teuthology.orchestra.run.smithi069.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-04-15T20:49:49.391 INFO:teuthology.orchestra.run.smithi094.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-04-15T20:49:49.393 INFO:teuthology.orchestra.run.smithi204.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-04-15T20:49:49.398 INFO:teuthology.orchestra.run.smithi069.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-15T20:49:49.399 INFO:teuthology.orchestra.run.smithi069.stderr:gzip -5 --verbose -- /var/log/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/ceph-osd.0.log 2024-04-15T20:49:49.399 INFO:teuthology.orchestra.run.smithi069.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/ceph-mon.a.log 2024-04-15T20:49:49.400 INFO:teuthology.orchestra.run.smithi069.stderr:/var/log/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/ceph.cephadm.log 2024-04-15T20:49:49.400 INFO:teuthology.orchestra.run.smithi069.stderr:/var/log/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/ceph-osd.1.log 2024-04-15T20:49:49.400 INFO:teuthology.orchestra.run.smithi069.stderr:/var/log/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/ceph.log 2024-04-15T20:49:49.401 INFO:teuthology.orchestra.run.smithi069.stderr: 80.9% -- replaced with /var/log/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/ceph.cephadm.log.gz 2024-04-15T20:49:49.402 INFO:teuthology.orchestra.run.smithi069.stderr:/var/log/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/ceph-volume.log 2024-04-15T20:49:49.402 INFO:teuthology.orchestra.run.smithi069.stderr:gzip -5 --verbose -- /var/log/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/ceph.audit.log 2024-04-15T20:49:49.402 INFO:teuthology.orchestra.run.smithi069.stderr:/var/log/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/ceph.log: /var/log/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/ceph-mgr.a.log 2024-04-15T20:49:49.403 INFO:teuthology.orchestra.run.smithi069.stderr:/var/log/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/ceph.audit.log: /var/log/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/ceph-mgr.a.log: 86.8% -- replaced with /var/log/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/ceph.log.gz 2024-04-15T20:49:49.403 INFO:teuthology.orchestra.run.smithi069.stderr: 88.2% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-15T20:49:49.405 INFO:teuthology.orchestra.run.smithi069.stderr: 90.3% -- replaced with /var/log/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/ceph.audit.log.gz 2024-04-15T20:49:49.409 INFO:teuthology.orchestra.run.smithi094.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-15T20:49:49.409 INFO:teuthology.orchestra.run.smithi094.stderr:gzip -5 --verbose -- /var/log/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/ceph-osd.2.log 2024-04-15T20:49:49.411 INFO:teuthology.orchestra.run.smithi094.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/ceph.cephadm.log 2024-04-15T20:49:49.411 INFO:teuthology.orchestra.run.smithi094.stderr:/var/log/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/ceph-osd.3.log 2024-04-15T20:49:49.412 INFO:teuthology.orchestra.run.smithi094.stderr:/var/log/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/ceph.log 2024-04-15T20:49:49.412 INFO:teuthology.orchestra.run.smithi094.stderr: 79.5% -- replaced with /var/log/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/ceph.cephadm.log.gz 2024-04-15T20:49:49.412 INFO:teuthology.orchestra.run.smithi094.stderr:/var/log/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/ceph-volume.log 2024-04-15T20:49:49.412 INFO:teuthology.orchestra.run.smithi094.stderr:/var/log/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/ceph-mgr.b.log 2024-04-15T20:49:49.414 INFO:teuthology.orchestra.run.smithi094.stderr:/var/log/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/ceph.audit.log 2024-04-15T20:49:49.414 INFO:teuthology.orchestra.run.smithi094.stderr: 86.7% -- replaced with /var/log/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/ceph.log.gz 2024-04-15T20:49:49.415 INFO:teuthology.orchestra.run.smithi094.stderr:/var/log/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/ceph-mgr.b.log: gzip -5 --verbose -- /var/log/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/ceph-mon.b.log 2024-04-15T20:49:49.415 INFO:teuthology.orchestra.run.smithi094.stderr: 86.7% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-15T20:49:49.416 INFO:teuthology.orchestra.run.smithi204.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-15T20:49:49.416 INFO:teuthology.orchestra.run.smithi204.stderr:gzip -5 --verbose -- /var/log/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/ceph.cephadm.log 2024-04-15T20:49:49.416 INFO:teuthology.orchestra.run.smithi204.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/ceph-osd.5.log 2024-04-15T20:49:49.416 INFO:teuthology.orchestra.run.smithi204.stderr:/var/log/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/ceph.log 2024-04-15T20:49:49.416 INFO:teuthology.orchestra.run.smithi204.stderr: 79.8% -- replaced with /var/log/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/ceph.cephadm.log.gz 2024-04-15T20:49:49.416 INFO:teuthology.orchestra.run.smithi204.stderr:/var/log/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/ceph-osd.5.log: gzip -5 --verbose -- /var/log/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/ceph-volume.log 2024-04-15T20:49:49.416 INFO:teuthology.orchestra.run.smithi204.stderr:gzip -5 --verbose -- /var/log/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/ceph-mon.c.log 2024-04-15T20:49:49.416 INFO:teuthology.orchestra.run.smithi204.stderr:/var/log/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/ceph.log: /var/log/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/ceph.audit.log 2024-04-15T20:49:49.416 INFO:teuthology.orchestra.run.smithi204.stderr:/var/log/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/ceph-mon.c.log: gzip -5 --verbose -- /var/log/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/ceph-osd.4.log 2024-04-15T20:49:49.417 INFO:teuthology.orchestra.run.smithi204.stderr: 86.9% -- replaced with /var/log/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/ceph.log.gz 2024-04-15T20:49:49.417 INFO:teuthology.orchestra.run.smithi204.stderr:/var/log/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/ceph.audit.log: 85.4% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-15T20:49:49.417 INFO:teuthology.orchestra.run.smithi094.stderr:/var/log/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/ceph.audit.log: /var/log/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/ceph-mon.b.log: 90.5% -- replaced with /var/log/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/ceph.audit.log.gz 2024-04-15T20:49:49.417 INFO:teuthology.orchestra.run.smithi204.stderr:/var/log/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/ceph-osd.4.log: 90.5% -- replaced with /var/log/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/ceph.audit.log.gz 2024-04-15T20:49:49.419 INFO:teuthology.orchestra.run.smithi094.stderr: 91.7% -- replaced with /var/log/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/ceph-mgr.b.log.gz 2024-04-15T20:49:49.423 INFO:teuthology.orchestra.run.smithi069.stderr: 91.7% -- replaced with /var/log/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/ceph-volume.log.gz 2024-04-15T20:49:49.436 INFO:teuthology.orchestra.run.smithi094.stderr: 91.7% -- replaced with /var/log/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/ceph-volume.log.gz 2024-04-15T20:49:49.445 INFO:teuthology.orchestra.run.smithi204.stderr: 91.7% -- replaced with /var/log/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/ceph-volume.log.gz 2024-04-15T20:49:49.451 INFO:teuthology.orchestra.run.smithi069.stderr: 93.3% -- replaced with /var/log/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/ceph-osd.1.log.gz 2024-04-15T20:49:49.453 INFO:teuthology.orchestra.run.smithi204.stderr: 92.6% -- replaced with /var/log/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/ceph-osd.5.log.gz 2024-04-15T20:49:49.458 INFO:teuthology.orchestra.run.smithi204.stderr: 92.8% -- replaced with /var/log/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/ceph-osd.4.log.gz 2024-04-15T20:49:49.480 INFO:teuthology.orchestra.run.smithi094.stderr: 92.8% -- replaced with /var/log/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/ceph-osd.3.log.gz 2024-04-15T20:49:49.486 INFO:teuthology.orchestra.run.smithi069.stderr: 93.2% -- replaced with /var/log/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/ceph-osd.0.log.gz 2024-04-15T20:49:49.500 INFO:teuthology.orchestra.run.smithi094.stderr: 93.4% -- replaced with /var/log/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/ceph-osd.2.log.gz 2024-04-15T20:49:49.523 INFO:teuthology.orchestra.run.smithi204.stderr: 93.1% -- replaced with /var/log/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/ceph-mon.c.log.gz 2024-04-15T20:49:49.524 INFO:teuthology.orchestra.run.smithi204.stderr: 2024-04-15T20:49:49.525 INFO:teuthology.orchestra.run.smithi204.stderr:real 0m0.140s 2024-04-15T20:49:49.525 INFO:teuthology.orchestra.run.smithi204.stderr:user 0m0.231s 2024-04-15T20:49:49.525 INFO:teuthology.orchestra.run.smithi204.stderr:sys 0m0.024s 2024-04-15T20:49:49.532 INFO:teuthology.orchestra.run.smithi094.stderr: 92.7% -- replaced with /var/log/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/ceph-mon.b.log.gz 2024-04-15T20:49:49.533 INFO:teuthology.orchestra.run.smithi094.stderr: 2024-04-15T20:49:49.533 INFO:teuthology.orchestra.run.smithi094.stderr:real 0m0.151s 2024-04-15T20:49:49.533 INFO:teuthology.orchestra.run.smithi094.stderr:user 0m0.318s 2024-04-15T20:49:49.534 INFO:teuthology.orchestra.run.smithi094.stderr:sys 0m0.025s 2024-04-15T20:49:49.540 INFO:teuthology.orchestra.run.smithi069.stderr: 87.7% -- replaced with /var/log/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/ceph-mgr.a.log.gz 2024-04-15T20:49:49.753 INFO:teuthology.orchestra.run.smithi069.stderr: 91.3% -- replaced with /var/log/ceph/cb456bda-fb67-11ee-bc8f-c7b262605968/ceph-mon.a.log.gz 2024-04-15T20:49:49.754 INFO:teuthology.orchestra.run.smithi069.stderr: 2024-04-15T20:49:49.754 INFO:teuthology.orchestra.run.smithi069.stderr:real 0m0.374s 2024-04-15T20:49:49.754 INFO:teuthology.orchestra.run.smithi069.stderr:user 0m0.662s 2024-04-15T20:49:49.754 INFO:teuthology.orchestra.run.smithi069.stderr:sys 0m0.018s 2024-04-15T20:49:49.755 INFO:tasks.cephadm:Archiving logs... 2024-04-15T20:49:49.755 DEBUG:teuthology.misc:Transferring archived files from smithi069:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-15_20:08:15-orch-main-distro-default-smithi/7657247/remote/smithi069/log 2024-04-15T20:49:49.756 DEBUG:teuthology.orchestra.run.smithi069:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-15T20:49:49.912 DEBUG:teuthology.misc:Transferring archived files from smithi094:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-15_20:08:15-orch-main-distro-default-smithi/7657247/remote/smithi094/log 2024-04-15T20:49:49.913 DEBUG:teuthology.orchestra.run.smithi094:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-15T20:49:49.976 DEBUG:teuthology.misc:Transferring archived files from smithi204:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-15_20:08:15-orch-main-distro-default-smithi/7657247/remote/smithi204/log 2024-04-15T20:49:49.977 DEBUG:teuthology.orchestra.run.smithi204:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-15T20:49:50.020 INFO:tasks.cephadm:Removing cluster... 2024-04-15T20:49:50.020 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid cb456bda-fb67-11ee-bc8f-c7b262605968 --force 2024-04-15T20:49:50.187 INFO:teuthology.orchestra.run.smithi069.stdout:Deleting cluster with fsid: cb456bda-fb67-11ee-bc8f-c7b262605968 2024-04-15T20:49:51.516 DEBUG:teuthology.orchestra.run.smithi094:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid cb456bda-fb67-11ee-bc8f-c7b262605968 --force 2024-04-15T20:49:51.684 INFO:teuthology.orchestra.run.smithi094.stdout:Deleting cluster with fsid: cb456bda-fb67-11ee-bc8f-c7b262605968 2024-04-15T20:49:53.000 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid cb456bda-fb67-11ee-bc8f-c7b262605968 --force 2024-04-15T20:49:53.170 INFO:teuthology.orchestra.run.smithi204.stdout:Deleting cluster with fsid: cb456bda-fb67-11ee-bc8f-c7b262605968 2024-04-15T20:49:54.498 INFO:tasks.cephadm:Removing cephadm ... 2024-04-15T20:49:54.499 DEBUG:teuthology.orchestra.run.smithi069:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-15T20:49:54.505 DEBUG:teuthology.orchestra.run.smithi094:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-15T20:49:54.512 DEBUG:teuthology.orchestra.run.smithi204:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-15T20:49:54.517 INFO:tasks.cephadm:Teardown complete 2024-04-15T20:49:54.518 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-04-15T20:49:54.530 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-04-15T20:49:54.530 DEBUG:teuthology.orchestra.run.smithi069:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-15T20:49:54.550 DEBUG:teuthology.orchestra.run.smithi094:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-15T20:49:54.554 DEBUG:teuthology.orchestra.run.smithi204:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-15T20:49:54.634 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-04-15T20:49:54.643 INFO:teuthology.task.clock:Checking final clock skew... 2024-04-15T20:49:54.643 DEBUG:teuthology.orchestra.run.smithi069:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-15T20:49:54.646 DEBUG:teuthology.orchestra.run.smithi094:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-15T20:49:54.649 DEBUG:teuthology.orchestra.run.smithi204:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-15T20:49:54.656 INFO:teuthology.orchestra.run.smithi069.stdout: remote refid st t when poll reach delay offset jitter 2024-04-15T20:49:54.656 INFO:teuthology.orchestra.run.smithi069.stdout:============================================================================== 2024-04-15T20:49:54.656 INFO:teuthology.orchestra.run.smithi069.stdout:+hv01.front.sepi 67.205.162.81 3 u 35 64 377 0.092 -4.557 1.757 2024-04-15T20:49:54.656 INFO:teuthology.orchestra.run.smithi069.stdout:*hv02.front.sepi 63.231.80.2 3 u 37 64 377 0.093 -3.196 1.887 2024-04-15T20:49:54.656 INFO:teuthology.orchestra.run.smithi069.stdout:+hv03.front.sepi 74.6.168.72 3 u 36 64 377 0.116 -4.585 2.376 2024-04-15T20:49:54.656 INFO:teuthology.orchestra.run.smithi069.stdout: hv04.front.sepi .INIT. 16 u - 256 0 0.000 +0.000 0.000 2024-04-15T20:49:54.659 INFO:teuthology.orchestra.run.smithi094.stdout: remote refid st t when poll reach delay offset jitter 2024-04-15T20:49:54.659 INFO:teuthology.orchestra.run.smithi094.stdout:============================================================================== 2024-04-15T20:49:54.659 INFO:teuthology.orchestra.run.smithi094.stdout:*hv01.front.sepi 67.205.162.81 3 u 36 64 377 0.088 -1.186 1.985 2024-04-15T20:49:54.659 INFO:teuthology.orchestra.run.smithi094.stdout:+hv02.front.sepi 63.231.80.2 3 u 36 64 377 0.083 +0.311 1.928 2024-04-15T20:49:54.659 INFO:teuthology.orchestra.run.smithi094.stdout:+hv03.front.sepi 74.6.168.72 3 u 27 64 377 0.098 -0.932 1.528 2024-04-15T20:49:54.659 INFO:teuthology.orchestra.run.smithi094.stdout: hv04.front.sepi .INIT. 16 u - 256 0 0.000 +0.000 0.000 2024-04-15T20:49:54.662 INFO:teuthology.orchestra.run.smithi204.stdout: remote refid st t when poll reach delay offset jitter 2024-04-15T20:49:54.662 INFO:teuthology.orchestra.run.smithi204.stdout:============================================================================== 2024-04-15T20:49:54.662 INFO:teuthology.orchestra.run.smithi204.stdout:*hv01.front.sepi 67.205.162.81 3 u 40 64 377 0.103 -3.765 0.548 2024-04-15T20:49:54.662 INFO:teuthology.orchestra.run.smithi204.stdout:+hv02.front.sepi 63.231.80.2 3 u 38 64 377 0.118 -1.672 0.447 2024-04-15T20:49:54.662 INFO:teuthology.orchestra.run.smithi204.stdout:+hv03.front.sepi 74.6.168.72 3 u 32 64 377 0.084 -2.812 0.484 2024-04-15T20:49:54.662 INFO:teuthology.orchestra.run.smithi204.stdout: hv04.front.sepi .INIT. 16 u - 256 0 0.000 +0.000 0.000 2024-04-15T20:49:54.663 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-04-15T20:49:54.672 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-04-15T20:49:54.672 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-04-15T20:49:54.694 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-04-15T20:49:54.727 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-04-15T20:49:54.761 INFO:teuthology.task.internal:Duration was 1442.422170 seconds 2024-04-15T20:49:54.761 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-04-15T20:49:54.794 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-04-15T20:49:54.795 DEBUG:teuthology.orchestra.run.smithi069:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-15T20:49:54.797 DEBUG:teuthology.orchestra.run.smithi094:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-15T20:49:54.799 DEBUG:teuthology.orchestra.run.smithi204:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-15T20:49:54.836 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-04-15T20:49:54.836 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi069.front.sepia.ceph.com 2024-04-15T20:49:54.836 DEBUG:teuthology.orchestra.run.smithi069:> 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-04-15T20:49:54.890 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi094.front.sepia.ceph.com 2024-04-15T20:49:54.890 DEBUG:teuthology.orchestra.run.smithi094:> 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-04-15T20:49:54.900 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi204.front.sepia.ceph.com 2024-04-15T20:49:54.901 DEBUG:teuthology.orchestra.run.smithi204:> 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-04-15T20:49:54.911 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-04-15T20:49:54.911 DEBUG:teuthology.orchestra.run.smithi069:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-15T20:49:54.934 DEBUG:teuthology.orchestra.run.smithi094:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-15T20:49:54.950 DEBUG:teuthology.orchestra.run.smithi204:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-15T20:49:54.989 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-04-15T20:49:54.989 DEBUG:teuthology.orchestra.run.smithi069:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-15T20:49:55.014 DEBUG:teuthology.orchestra.run.smithi094:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-15T20:49:55.026 DEBUG:teuthology.orchestra.run.smithi204:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-15T20:49:55.108 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-04-15T20:49:55.119 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-04-15T20:49:55.120 DEBUG:teuthology.orchestra.run.smithi069:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-15T20:49:55.131 DEBUG:teuthology.orchestra.run.smithi094:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-15T20:49:55.143 DEBUG:teuthology.orchestra.run.smithi204:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-15T20:49:55.155 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-04-15T20:49:55.164 DEBUG:teuthology.orchestra.run.smithi069:> 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-04-15T20:49:55.174 DEBUG:teuthology.orchestra.run.smithi094:> 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-04-15T20:49:55.182 INFO:teuthology.orchestra.run.smithi069.stdout:kernel.core_pattern = core 2024-04-15T20:49:55.186 DEBUG:teuthology.orchestra.run.smithi204:> 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-04-15T20:49:55.195 INFO:teuthology.orchestra.run.smithi094.stdout:kernel.core_pattern = core 2024-04-15T20:49:55.210 INFO:teuthology.orchestra.run.smithi204.stdout:kernel.core_pattern = core 2024-04-15T20:49:55.243 DEBUG:teuthology.orchestra.run.smithi069:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-15T20:49:55.252 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T20:49:55.252 DEBUG:teuthology.orchestra.run.smithi094:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-15T20:49:55.272 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T20:49:55.272 DEBUG:teuthology.orchestra.run.smithi204:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-15T20:49:55.291 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T20:49:55.291 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-04-15T20:49:55.301 INFO:teuthology.task.internal:Transferring archived files... 2024-04-15T20:49:55.302 DEBUG:teuthology.misc:Transferring archived files from smithi069:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-15_20:08:15-orch-main-distro-default-smithi/7657247/remote/smithi069 2024-04-15T20:49:55.302 DEBUG:teuthology.orchestra.run.smithi069:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-15T20:49:55.325 DEBUG:teuthology.misc:Transferring archived files from smithi094:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-15_20:08:15-orch-main-distro-default-smithi/7657247/remote/smithi094 2024-04-15T20:49:55.325 DEBUG:teuthology.orchestra.run.smithi094:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-15T20:49:55.347 DEBUG:teuthology.misc:Transferring archived files from smithi204:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-15_20:08:15-orch-main-distro-default-smithi/7657247/remote/smithi204 2024-04-15T20:49:55.348 DEBUG:teuthology.orchestra.run.smithi204:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-15T20:49:55.370 INFO:teuthology.task.internal:Removing archive directory... 2024-04-15T20:49:55.371 DEBUG:teuthology.orchestra.run.smithi069:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-15T20:49:55.372 DEBUG:teuthology.orchestra.run.smithi094:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-15T20:49:55.390 DEBUG:teuthology.orchestra.run.smithi204:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-15T20:49:55.415 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-04-15T20:49:55.426 INFO:teuthology.task.internal:Not uploading archives. 2024-04-15T20:49:55.426 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-04-15T20:49:55.479 INFO:teuthology.task.internal:Tidying up after the test... 2024-04-15T20:49:55.479 DEBUG:teuthology.orchestra.run.smithi069:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-15T20:49:55.481 DEBUG:teuthology.orchestra.run.smithi094:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-15T20:49:55.484 DEBUG:teuthology.orchestra.run.smithi204:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-15T20:49:55.486 INFO:teuthology.orchestra.run.smithi069.stdout: 655475 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 15 20:49 /home/ubuntu/cephtest 2024-04-15T20:49:55.487 INFO:teuthology.orchestra.run.smithi094.stdout: 658623 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 15 20:49 /home/ubuntu/cephtest 2024-04-15T20:49:55.489 INFO:teuthology.orchestra.run.smithi204.stdout: 658624 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 15 20:49 /home/ubuntu/cephtest 2024-04-15T20:49:55.491 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-15T20:49:55.521 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-15T20:49:55.586 INFO:teuthology.nuke:Checking targets against current locks 2024-04-15T20:49:55.611 DEBUG:teuthology.nuke:shortname: smithi069 2024-04-15T20:49:55.611 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-15T20:49:55.630 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi069.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-15_20:08:15-orch-main-distro-default-smithi/7657247', '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-04-15 20:11:11.849341', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBI2UVw0XJuc4OSmt1GAeAqU/RUNesZ2sUWBYlpGETWftiml+EKbY8vjGJMMoB/dSULOt6AA7rFfCBWheTXelqRw='} 2024-04-15T20:49:55.634 DEBUG:teuthology.nuke:shortname: smithi094 2024-04-15T20:49:55.634 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-15T20:49:55.656 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi094.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-15_20:08:15-orch-main-distro-default-smithi/7657247', '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-04-15 20:11:11.851256', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIysOQ7BOlJa6RtnL58Zn850SqoU4RYhta6dnH4dG4RPAag8C6UDgc+UtQzbVeagPzA2HaPK9Au2OtxadkwgPqE='} 2024-04-15T20:49:55.659 DEBUG:teuthology.nuke:shortname: smithi204 2024-04-15T20:49:55.659 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-15T20:49:55.675 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi204.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-15_20:08:15-orch-main-distro-default-smithi/7657247', '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-04-15 20:11:11.852466', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKVeNOr/A65kznSLpY1Ossjb+qCkRBSESps6GdnAwjhNgTm1IaG2o3kD0Q7JrDh2EppH8Xl0JslYDs7ji/pIuIE='} 2024-04-15T20:49:55.685 INFO:teuthology.orchestra.console.smithi069:Power off 2024-04-15T20:49:55.685 DEBUG:teuthology.orchestra.console.smithi069:pexpect command: ipmitool -H smithi069.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-15T20:49:55.708 DEBUG:teuthology.orchestra.console.smithi069:power off output: Chassis Power Control: Down/Off 2024-04-15T20:49:55.709 DEBUG:teuthology.orchestra.console.smithi069:pexpect command: ipmitool -H smithi069.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T20:49:55.729 INFO:teuthology.orchestra.console.smithi094:Power off 2024-04-15T20:49:55.730 DEBUG:teuthology.orchestra.console.smithi094:pexpect command: ipmitool -H smithi094.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-15T20:49:55.739 DEBUG:teuthology.orchestra.console.smithi069:check power output: Chassis Power is on 2024-04-15T20:49:55.747 INFO:teuthology.orchestra.console.smithi204:Power off 2024-04-15T20:49:55.748 DEBUG:teuthology.orchestra.console.smithi204:pexpect command: ipmitool -H smithi204.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-15T20:49:55.757 DEBUG:teuthology.orchestra.console.smithi094:power off output: Chassis Power Control: Down/Off 2024-04-15T20:49:55.758 DEBUG:teuthology.orchestra.console.smithi094:pexpect command: ipmitool -H smithi094.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T20:49:55.771 DEBUG:teuthology.orchestra.console.smithi204:power off output: Chassis Power Control: Down/Off 2024-04-15T20:49:55.771 DEBUG:teuthology.orchestra.console.smithi204:pexpect command: ipmitool -H smithi204.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T20:49:55.780 DEBUG:teuthology.orchestra.console.smithi094:check power output: Chassis Power is on 2024-04-15T20:49:55.793 DEBUG:teuthology.orchestra.console.smithi204:check power output: Chassis Power is on 2024-04-15T20:49:59.742 DEBUG:teuthology.orchestra.console.smithi069:pexpect command: ipmitool -H smithi069.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T20:49:59.781 DEBUG:teuthology.orchestra.console.smithi094:pexpect command: ipmitool -H smithi094.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T20:49:59.795 DEBUG:teuthology.orchestra.console.smithi204:pexpect command: ipmitool -H smithi204.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T20:49:59.853 DEBUG:teuthology.orchestra.console.smithi069:check power output: Chassis Power is on 2024-04-15T20:49:59.892 DEBUG:teuthology.orchestra.console.smithi094:check power output: Chassis Power is on 2024-04-15T20:49:59.904 DEBUG:teuthology.orchestra.console.smithi204:check power output: Chassis Power is on 2024-04-15T20:50:03.858 DEBUG:teuthology.orchestra.console.smithi069:pexpect command: ipmitool -H smithi069.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T20:50:03.892 DEBUG:teuthology.orchestra.console.smithi094:pexpect command: ipmitool -H smithi094.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T20:50:03.906 DEBUG:teuthology.orchestra.console.smithi204:pexpect command: ipmitool -H smithi204.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T20:50:03.969 DEBUG:teuthology.orchestra.console.smithi069:check power output: Chassis Power is on 2024-04-15T20:50:04.002 DEBUG:teuthology.orchestra.console.smithi094:check power output: Chassis Power is off 2024-04-15T20:50:04.014 DEBUG:teuthology.orchestra.console.smithi204:check power output: Chassis Power is on 2024-04-15T20:50:04.104 INFO:teuthology.orchestra.console.smithi094:Power off completed 2024-04-15T20:50:07.970 DEBUG:teuthology.orchestra.console.smithi069:pexpect command: ipmitool -H smithi069.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T20:50:08.015 DEBUG:teuthology.orchestra.console.smithi204:pexpect command: ipmitool -H smithi204.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T20:50:08.080 DEBUG:teuthology.orchestra.console.smithi069:check power output: Chassis Power is off 2024-04-15T20:50:08.125 DEBUG:teuthology.orchestra.console.smithi204:check power output: Chassis Power is off 2024-04-15T20:50:08.182 INFO:teuthology.orchestra.console.smithi069:Power off completed 2024-04-15T20:50:08.226 INFO:teuthology.orchestra.console.smithi204:Power off completed 2024-04-15T20:50:08.331 INFO:teuthology.run:Summary data: description: orch/cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_host_drain} duration: 1442.422170162201 failure_reason: '"2024-04-15T20:41:34.335855+0000 mon.a (mon.0) 439 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON)" in cluster log' flavor: default owner: scheduled_teuthology@teuthology success: false 2024-04-15T20:50:08.334 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-15T20:50:08.415 INFO:teuthology.run:FAIL